*{margin: 0;padding: 0;}
html,body {  font-size:14px; font-family: 'Titillium Web';  color:#000;  font-weight: 300;  letter-spacing:0.5px;}
ul,ol{margin:0; padding:0;}
li{list-style: none;}
a{text-decoration: none;}




  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }


  @media (min-width: 1400px) {
    .container {
      max-width: 1240px;
    }
  }

  @media (min-width: 1500px) {
    .container {
      max-width: 1340px;
    }
  }

header  {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
  }
.logo img {width:200px;}

.hdImg img {
    width: 200px;
    float: right;
  }



  .sliderBox {background-color:#dfe1e1;}

  .sliderBox  .slidercontent {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sliderBox  .slidercontent .formBoxes {
    width: 100%;
    padding: 20px 60px;
  }


  .slidercontent .formBoxes h2 {
    color: #1d1748;
    font-size: 42px;
    margin: 0 0 40px;line-height: 44px;
    font-weight: 600;
  }

  .slidercontent .formBoxes h2 span{
    display: block;
    color: #f29420;
  }


  .formStyle .form-control {
    box-shadow: inherit;
    outline: 0;
    height: 51px;
    border-radius: 0;
    font-size: 16px;
  }


  .formStyle .btn {
    background: #41bc92;
    border: none;
    height:60px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;outline: 0 !important;
    box-shadow: inherit !important;
  }


  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1d1748;
    border-color: #1d1748;
  }

.pad-top-50 {padding-top:60px;}

.checkerBoard h3{
    font-size: 43px;
    line-height: 47px;
    font-weight: 600;
    color: #1d1748;
  }

  .checkerBoard h3 span{
    color: #f58220;
  }


  .checkerBoard p {
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0.5px;
  }


.brd-50  {
    border-radius: 50px;
  }





  .getTouch {
    background: #eb6923;
    text-align: center;
    padding: 20px 0;
  }



  .getTouch h4 {
    font-size: 42px;
    color: #fff;
  }



  .networking  h4 {
    font-size: 43px;
    line-height: 47px;
    font-weight: 600;
    color: #1d1748;text-align: center;
    margin: 0 0 30px;
  }

  .networking  h4 span {
    color: #f58220;
  }


  .checkerBoards h3 {
    font-size: 45px;
    line-height: 47px;
    font-weight: 700;
    color: #1d1748;
  }

  .aboutWrappers{
    background: #fef7f0;
    padding: 60px 0;
  }

  .checkerBoards p {
    font-size: 23px;
    line-height: 34px;margin: 30px 0 0;
    letter-spacing: 0;
    color: #ff6420;
    font-weight: 600;
  }



footer  {
    background: #15111e;
    padding: 50px 0;
  }


  footer ul {display: flex; gap:30px; justify-content:center;     color: #ff7d24;  font-size: 20px; }


  footer ul li a{
    color: #ff7d24;
    text-decoration: none;
    font-size: 20px;
  }


  .informationBox {
    border: solid 2px #f58220;
    border-radius: 10px;
    padding:40px 80px 60px;
  }

  .informationBox li {
    border-bottom: solid 2px #f58220;
    padding:16px 0 16px;
    font-size:22px;
  }
  .informationBox li b { color: #ff7d24; font-weight: bold;}

.education .col-lg-3 {padding:0 5px;}
.education .col-md-3 {padding:0 5px;}
.education { overflow: hidden;}

.education h2{
    font-size: 43px;
    line-height: 47px;
    font-weight: 700;
    color: #1d1748;
    text-align: center;
    margin: 0 0 20px;
  }




  .thirdSection {
    background: #1d1748;
    padding: 50px 0;
  }


  .thirdSection h2 {
    font-size: 43px;
    line-height: 47px;
    font-weight: 600;
    color: #fff;margin: 0 0 40px;
  }


.bgBox  {
    background: #fff;
  }

  .informationBox li:last-child {
    border-bottom:none; padding: 16px 0 0;
  }


  .educationImg img{
    border-radius: 40px;
  }

  .brd-1  {
    border-radius: 0px 40px 40px 0!important;
  }
  .brd-2  {
    border-radius: 40px 0 0 40px!important;
  }
 


  .secondSection  {
    background: #fef7f0;
    padding: 70px 0;
  }


  .secondSection  h2 {
    font-size: 43px;
    line-height: 47px;
    font-weight: 700;
    color: #1d1748;
    text-align: center;
  margin: 0 0 30px;
  }


  .secondSection  h2 b{
    color: #f58220; font-weight: 700;
  }

  .secondSection ul {display: flex;gap: 20px;flex-wrap: wrap;}
  .secondSection ul li { width:18%;}

  .secondSection ul li  h4 {
    color: #1d1748;
    font-size: 28px;
    font-weight: 600;
  }


  .secondSection ul li p{
    font-size:22px;
    color: #333;
  }


  .finalSecton h2{
    text-align: center;
    padding: 40px 0;
    font-size: 40px;
    color: #1d1748;
    font-weight: 600;
  }

  .finalSecton h2 b {
    color: #f58220;
    font-weight: 700;
  }


  @media only screen and (max-width:1340px)
  {

    .sliderBox .slidercontent .formBoxes {
        padding: 20px 40px;
      }





  }

  @media only screen and (max-width:1200px)
  {
  .slidercontent .formBoxes h2 {
    color: #1d1748;
    font-size: 34px;
    margin: -13px 0 40px;
    line-height: 39px;
    font-weight: 600;
  }

 .sliderBox img {
    height: 100%;
    object-fit: cover;
  }



}


@media only screen and (max-width:990px)
{
    .checkerBoard h3 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 600;
      }

.checkerBoard p {
    font-size: 18px;
    line-height: 30px;
  }

    .secondSection ul li p {
  font-size: 18px;
  color: #333;
}


 .mrow {
    margin: 0;
    padding: 0 13px;
  }
  .brd-1 {
    border-radius: 40px 40px !important;
  }
  .brd-2 {
    border-radius: 40px 40px !important;
  }

  .informationBox {
    border: solid 2px #f58220;
    border-radius: 10px;
    padding: 40px 30px 60px;
  }
  .secondSection ul li {
    width: 31%;
  }


}

@media only screen and (max-width:767px) {
    .secondSection ul li {
      width: 47%;
    }
  }

  @media only screen and (max-width:600px) {
    .secondSection ul li {
      width: 98%; text-align: center;
    }
    .sliderBox img {
    height:310px;
    object-fit: cover;
  }
  
  
  }

  @media only screen and (max-width:500px)
  {
    .sliderBox .slidercontent .formBoxes {
        width: 100%;
        padding: 20px 20px;
      }
      .checkerBoards h3 {
        font-size: 35px;
      }
      .checkerBoards p {
        font-size: 18px;
        line-height: 29px;}
        .getTouch h4 {
            font-size:28px;
            color: #fff;
          }

          .networking h4 {
            font-size: 36px;
            line-height: 37px;}

            footer ul { 
                font-size: 20px;
                flex-wrap: wrap;
              }      


              .secondSection ul li img   {
                width:200px !important;
              }

         .finalSecton h2 {  
  font-size: 25px;  
}


  }
