*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

  
@font-face {
    font-family: myFirstFont;
    font-weight: 600;
    src: url(congenial-bold.otf);
 }

body{
    font-family: myFirstFont !important;
    font-weight: 600;
}

a:hover{
    text-decoration: none !important;
   
}
.img-fluid{
width: 100%;
height: auto;
}



.carousel-indicators-numbers {
    li {
      text-indent: 0 !important;
      margin: 0 1px !important;
      font-size: 10px;
      width: 20px !important;
      height: 20px !important;
      border: none !important;
      border-radius: 100% !important;
      line-height: 20px !important;
      color: #2e404b !important;
      background-color: #add8e6 !important;
      transition: all 0.25s ease ;
      &.active, &:hover {
        margin: 0 1px !important;
        width: 20px !important;
        height: 20px !important;
        background-color: #fff !important;        
      }
    }
    
}
.carousel-indicators-numbers {
    top: 190px;
}

/*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*/

.sec-11{
   
   margin-top: 120px;
}

.sub-head{
    font-size: 16px;
    color: #050505;
    line-height: 1.4;
   font-weight: 900;
    margin-bottom: 5px;
}
.right-sub {
   margin-bottom: 5px;
   
    font-size: 13px;
    line-height: 16px;
    
    color: #050505;
    text-align: justify;
}
.abt-ul {
    list-style: disc;
    list-style-position: inside;
}
.abt-ul li {
    color: #050505;
    text-align: justify;
    margin-top: 30px;
   
    font-size: 13px;
    line-height: 26px;
    
}
.cmsmasters_heading-section {
    font-size: 22px;
    color: #050505;
    font-weight: 900;

    letter-spacing: -1px;
    
}
.row-chng {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.service-inner {
    height: 100%;
   
    overflow: hidden;
    border: 1px solid #dcd6cd;
  padding: 15px;
   margin: 15px 0;
}
.serv-imgbox{
    display: flex;
    align-items: center;
    height: 220px;
}
.serv-imgbox img{
   width: 360px !important;
    height: 220px !important;
}
.service-inner .excerpt-content {
    font-size: 14px;
   font-style: italic;
    color: #050505;
  text-align: justify;
    margin-left: 15px;
    display: flex;
}
.numbers{
    margin-right: 5px;
}
.service-fund ul li{
list-style: none;

}
.service-inner .service-post-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
  
    padding-top: 45px;
}
.entry-image img {
   height: 200px;
}
.service-inner .service-content .more-link-wrap {
    position: absolute;
    bottom: 182px;
    left: 50%;
    transform: translateX(-50%);
 z-index: 99;
    transition: all 0.3s ease;
}
.service-inner .service-content .more-link-wrap .more-link {
   
    transition: all 0.3s ease;
    width: 100px;
    height: 100px;
    background: #EEF4F6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.service-inner .service-content .more-link-wrap .more-link i{
    transition: all 0.3s ease;
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: #ffd444;
}


.enquiry .sec-dis{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dt-sc-button {
display: block;
}


  .dt-sc-button {
    background-color: #ffd444;
    color: #fdfbf8;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
    font-size: 13px;
    line-height: 40px;
    font-weight: bold;
    max-width: 100%;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    white-space: nowrap;
    text-align: center;
   
    border-radius: 30px;
}
.dt-sc-button:hover{
    border-color: #e4e4e3;
    background-color: #fdfbf8;
    color: #2e404b;
}


/* 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;
    }
    .middle{
        padding: 100px 0;
    }
    .serv-imgbox {
height: unset;
    }
.row-chng {
    display: unset;
}
.btm-menu ul li {
    display: block;
    margin-bottom: 10px;
    text-align: center
        }
        .btm-menu{
            float: unset;
        }
}

 @media (min-width: 768px) and (max-width: 1024px){ 
   
   .whole-menu{
    padding: 10px 0px !important;
   }
   .whole-menu{
    padding: 10px 0px !important;
   }
    .enquiry .sec-dis {
display: unset;
    }
  }

