*{
        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-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;
}
h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}
.line{
    text-align: center;
    border-right:1px solid #fff;
    width: 1px;
    height: 30px;
    margin-top: 20px;
}





  a:active,
  a:hover {
      outline: 0;
  }

  .row {
      margin-right: -20px;
      margin-left: -20px;


  }
.row a:hover{
    background-color: #F2F2F2;
}
  .col-lg-3,
  .col-md-6,
  .col-xs-3 {
      position: relative;
      min-height: 1px;
      padding-right: 20px;
      padding-left: 20px;
      width:33.33%;
      float: left;
      margin-bottom: 20px;
      

  }



  .col-xs-9 {
      width: 75%;
      float: left;
  }

  .clearfix:after {
      clear: both;
  }

  .clearfix:before,
  .clearfix:after {
      display: table;
      content: " ";
  }

  .panel {
      margin-bottom: 20px;
      background-color: #F4F4F4;
      text-align: center;
      border-radius:4px;
    
      height: 380px;
  }
.panel .panel-img{
    
}
  .panel p {
      font-size: 16px;
      font-weight: 600;
     
      padding:8px;
      line-height: 30px;
      text-align: center;

  }

.panel .panel-img span{
     font-size: 17px;
      font-weight: 600;
     padding:8px;
    margin-top:15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}
.panel .short-desc{
    font-size: 16px;
    color: #555;
    line-height: 27px;
    font-weight: 400;
}
  .panel .panel-img img {
      
     height: 200px;
      width: 100%;
      object-fit: cover;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
  }

.panel .learn-more{
    color: #c60614;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 27px;
    font-size: 14px;
}

  @media (max-width:1200px) {

    .content {
        width: 92%;
    }

    .team {
        width: 92%;
    }
}
  @media (max-width:1050px) {

      .col-lg-3,
      .col-md-6,
      .col-xs-3,
      .sale_pitch {
          width: 50%;
          float: left;
      }

      .marketing {}
  }


  @media (max-width:650px) {

      .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;
      }
  }



