
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   
}
@font-face {
    font-family: myFirstFont;
    font-weight: 600;
    src: url(congenial-bold.otf);
 }
 @font-face {
    font-family: mysecondFont;
    
    src: url(futur.ttf);
 }
body{
    font-family: myFirstFont !important;
    font-weight: 600;
}
.testimonals-box{
    font-family: mysecondFont !important;
}

a:hover{
    text-decoration: none !important;
   
}
.img-fluid{
width: 100%;
height: auto;
}
.carousel-inner {
    height: 225px !important;
}

.carousel-inner>.item>img {
  height: 225px !important;
  width: 330px !important;
}
/*HEAD*/

header{
    background-color: #fff;
    
}


.whole-menu {
    padding: 0px 80px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    height:120px ;
    transition: background-color .2s ease-in-out;
  }
  .navbar-nav {
      width: 100%;
      justify-content: flex-end;
      align-items: center;
  }
  
  .right-menu li {
    
      list-style: none;
  }
   .right-menu a {
   
    padding: 8px 14px !important;
    color: #050505 !important;
      font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    
    text-transform: none;
     
      transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  }
  .menu-box{
     
     
      border-bottom: 1px solid #e3e2db;
      position: relative;
      z-index: 99;
  }
.left-logo img{
width: 255px;
}
.logo-img img{
    width: 200px;
}
.logo-text{
    color: #050505;
    font-size: 18px;
}


  /*banner*/




  .left-padding{
   
    margin: 135px 0 0 0;
  }
  

  .left-padding-text{    
     font-weight: 900;
    font-size: 16px;
   margin-bottom: 8px;
    letter-spacing: -1px;
    color: #050505;
   
  
}

.right-sub{
  
   margin-bottom: 5px;
    font-size: 13px;

    
    color: #050505;
    
}

.rightside-img{
    margin-top: 165px;
} 



.sec1-subpara .right-sub{
    text-align: justify;

}






.imgofabt{
    margin:20px 0 0 0;
    display: flex;
    justify-content: center;
   
   
}
.imgofabt img{
    border-radius: 8px;
    width: 330px;
    height: 220px;
    margin-bottom: 10px;
}
.testimonals-box{
border: 1px solid #add8e6;
padding:0 15px;
margin: 20px 0;
border-radius: 10px;
}
.testi-imgbox{
    display: flex;
    justify-content: center;
}
.testi-imgbox img{
    height: 225px !important;
    width: 330px !important;
}
.sec2-headbox i{
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
    border-radius: 50%;
background-color: #ffd444;
color: #ffffff;
font-size: 18px;

}
.sec2heading{
  display: inline-block;
    padding: 3px ;
    border: 1px solid #73787b;
    border-radius: 30px 30px 30px 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;

    letter-spacing: 4px;
    color: #050505;
 font-family: unset !important;
}


.star{
    display: flex;
    margin: 10px 0;
}
.star i{
  color: #F6AC3D;
  padding-right: 3px;
}

.content{
    font-size: 13px;
    color: #050505;
    line-height: 1.4;
    text-align: justify;
    
}
.cont-name{

margin: 10px 0;
font-size: 13px;
color: #050505;
width: 225px;

}
.chng-cont .cont-name{
    margin: 10px auto;
    width: 321px;
}
.sec-1-2 p{
    text-align: center;
    font-style: italic;
}
/* footer */
footer{
    background-color: #add8e6;
}
.top-footer{
    border-bottom:2px solid #dcd6cd;

}
.btm-menu{
    float: left;
}
.social_wrap{
    float: right;
}.btm-menu ul{
    margin-bottom: 0px !important;
}
.btm-menu ul li{
list-style: none;
display: inline-block;
margin-right: 20px;

}
.btm-menu ul li a{
    color: #050505 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}
.cent-btm{
    padding: 10px 100px;

}
.copyright{
    text-align: center;
}
.footer_copyright {
    font-size: 14px;
    line-height: 24px;
}
.footer_copyright a{
    color: #73787b;
}
.btm-footer{
    padding: 12px 0;
}

.privacy-policy-link{
    margin-bottom: 0px !important;
}

.social_wrap ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.social_wrap li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.cmsmasters_footer_small .social_wrap li {
    margin-left: 0;
    margin-right: 5px;
}

 .social_wrap a {
    width: 28px;
    height: 28px;
    color: #050505;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    font-size: 15px;
    line-height: 18px;
    border-radius: 50%;
    display: block;
}

.mobile-nav{
    display: none;
}
@media screen and (max-width: 768px)
{

    header{
        background-color:#add8e6;
    }
   .mbl-outer{
        justify-content: space-between;
      align-items: center;
     
        padding: 20px 0;
        display: flex;
    }

    .overlay a i{
        margin-left: 5px;
    }
    
    .mobile-nav{
        display: block;
      
        text-align: center;
    } 
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #add8e6;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    color: #050505;
  
    display: block;
    transition: 0.3s;
  }
  
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}

.cent-btm {
    padding: 0 ;
}
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
    .mob-hide{
        display: none;
    }
    .copyright, .social_wrap{
        float: unset;
        margin-bottom: 20px;
        text-align: center;
    }
   
    .imgofabt {
        margin-top: 10px;
    }
    .btm-menu ul li {
display: block;
margin-bottom: 10px;
text-align: center
    }
    .btm-menu{
        float: unset;
    }
    /* .rightside-img {
        margin-top: 15px;
    } */
}

 @media (min-width: 768px) and (max-width: 1024px){ 
   
   .whole-menu{
    padding: 10px 0px !important;
   }
    
    .enquiry .sec-dis {
display: unset;
    }
  }

