*{
        margin: 0 ;
        padding: 0;
        box-sizing: border-box;
     font-family: 'Poppins', 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    }
    .wrapper{
        width: 100%;
        background: #fff;
    
    }
    .content{
     max-width: 1200px;
            width: 100%;

        margin: 0 auto;

      
        
    }

.heading-space{
    height: 300px;
    width: 100%;
    text-align: center;
    padding: 80px 0 80px 0;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url("../images/court.jpg");
   background-repeat:no-repeat;
background-size:cover;
background-position:center;
    margin-bottom: 40px;
}
h2{
    color: #eee;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing:2px;
    padding:0 0 15px 0;
}

.about-head{
    
    color: #333;
    font-size: 24px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing:2px;
    padding:0 0 15px 0;
    
}
h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}
.abouthr{
    width: 20%;
    height: 3px;
    background: #C60614;
    border: none;
    float: left;
    border-radius: 4px;
}
.line{
    text-align: center;
    border-right:1px solid #fff;
    width: 1px;
    height: 30px;
    margin-top: 20px;
}



.inner-left{
    width: 40%;
    height: auto;
      float: left;
    margin-top: 20px;

    }
.inner-left img {
width: 100%;
  height: auto;
    border-radius: 4px;
}
.inner-right{
    width:60%;
    height: auto;
    float: left;
    padding:0% 2% 1% 8%;
}
 .inner-right .points{
    font-size: 16px; 
    line-height: 24px;
    color: #161616;
    font-weight: 600;
}


.inner-right p {
    color: #555;
    line-height: 27px;
    margin: 20px 0;
    font-size: 15px;
}
.philoshopy{
    height: auto;
    width: 100%;
    border-top: 1px solid #ccc;
    float: left;
    margin-top: 50px;
    margin-bottom: 30px;
   
}




  a:active,
  a:hover {
      outline: 0;
  }

  .row {
      margin-right: -20px;
      margin-left: -20px;


  }

  .col-lg-3,
  .col-md-6,
  .col-xs-3 {
      position: relative;
      min-height: 1px;
      padding-right: 20px;
      padding-left: 20px;
      width:33%;
      float: left;
      margin-bottom: 20px;
      

  }



  
  .clearfix:after {
      clear: both;
  }

  .clearfix:before,
  .clearfix:after {
      display: table;
      content: " ";
  }

  .panel {
      margin-bottom: 20px;

      text-align: center;
      border-radius:;
      padding: 20px 20px 20px 20px;
      height: 400px;
  }

  .panel p {
      font-size: 16px;
      font-weight: 600;
     
      padding:8px;
      line-height: 30px;
      text-align: center;

  }

.panel p span{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}
.panel .short-desc{
    font-size: 14px;
    color: #555;
    line-height: 27px;
    font-weight: 400;
}
  .panel p img {

      margin: 30px 5px -6px 0;
  }

@media (max-width:1200px){
    .content{width: 92%;}
}
@media (max-width:800px){
    
    .inner-left{
        width:100%;
        
    }
    .inner-right{
        width: 100%;
        padding: 0;
        margin:30px 0 0 0;
    }
    .panel{
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }
        .col-lg-3,
      .col-md-6,
      .col-xs-3,
      .sale_pitch {
          width: 100%;
          float: left;
      }
}
  

  @media (max-width:400px) {
      .row {
          margin-right: -5px;
          margin-left: -5px;
      }

      .col-lg-3,
      .col-md-6,
      .col-xs-3 {
          padding-right: 5px;
          padding-left: 5px;
      }
  }
