
    @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Julius+Sans+One&display=swap');
    
    * {
        box-sizing: border-box;  
    }

    body {
        margin: 0;
        padding: 0;
        font-family: 'Josefin Sans', sans-serif;
        color: #202020;
       
    }

    p {
        padding: 0px;
        margin: 0px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    a {
        padding: 0px;
        margin: 0px;
        outline: none;
        text-decoration: none;
    }

    ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    ul li {
        padding: 0px;
        margin: 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 0px;
        margin: 0;
    }
    
 
   
    a:hover {
        outline: none;
        text-decoration: none;
    }

    a:active {
        outline: none;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

    a {
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clear {
        clear: both;
        line-height: 0;
        font-size: 0;
    }
    input{
        outline: none;
    }
    input:focus, input:hover{
        outline: none;
    }
    input[type="submit"]{
        border: none;
    }
  

    
  
    img {
        max-width: 100%;
    }

    .container {
        max-width: 1360px;
        margin: 0 auto;
        display: block;
        padding: 0 20px;
    }
    


    /***header**/
    .header_top{
        background-color: #333982;
    }
    .header_top .container{
        padding: 0 0;
    }
    .header_top a {
        font-weight: 300;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        line-height: 42px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .header_top a.appointment_btn{
        font-weight: 400;
        font-size: 12px;
        color: #000000;
        background: #10DAC0;
        height: 43px;
        padding: 0 28px;
        line-height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_top a .fa{
        margin-right: 16px;
    }
   
    header{
       background-color: #fff;
    }
    .header_left {
        float: left;
        width: calc(100% - 40px);
    }
   
    
    
    
    .logo {
        float: left;
        width: 160px;
        margin-top: 5px;
    }
    

    .main_menu__list{
        width: 100%;
        background-color: #fff;
        display: none;
        position: absolute;
        left: 0;
        top: 59px;
        z-index: 100;
      
    }
    .toggle_btn:after {
        content: "\F3C4";
        font-family: "bootstrap-icons";
        position: absolute;
        color: #000;
        font-size: 30px;
        right: 0;
        top: -10px;
    }
   
    .main_menu__list li{
        display: block;
        text-align: left;
       
    }
    .main_menu__list li a{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        display: block;
        text-transform: uppercase;
        font-family: 'Julius Sans One', sans-serif;
    }
   
    
    .main_menu__list li.active a{
       border-bottom: 1px solid #10DAC0;
    }
    header nav{
        text-align: right;
        float: right;
    }
    .header_bottom{
        position: relative;
    }
    @media (min-width:576px){
        .header_top a{
            float: left;
            font-size: 14px;
          
            line-height: 42px;
            width: auto;
            padding: 0 15px;
        }
        .header_top a.appointment_btn{
            float:right;
            font-size: 14px;
        }
    }
    
    @media (min-width:768px){
       .main_menu__list{
           display: block;
           position: unset;
           top: 0;
           margin-top: 16px;
           left: unset;
           width: auto;
       }
       .main_menu__list li a {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
           
        }
       .header_top .container{
           padding: 0 20px;
       }
       .main_menu__list li.active a{
            border-bottom: 1px solid #10DAC0;
        }
        
        .header_left{
            width: 106px;
        }
       
        .logo{
            width: 106px;
            margin-top: 0;
        }
      
      
        header nav{
            text-align: right;
        }
        .main_menu__list li {
            display: inline-block;
            margin-left: 20px;
        }
        .main_menu__list li:first-child {
            margin-left: 0px;
        }
       
      
       
    }
     @media (min-width:992px){
        .main_menu__list li {
            margin-left: 55px;
        }
     }
     
     

     @media (min-width:1200px){
        .main_menu__list li{
            margin-left: 50px;
        }
        .main_menu__list li a{
            font-size: 17px;
        }
        
     
     }

     @media (min-width:1360px){
        .main_menu__list li{
            margin-left: 67px;
        }
    }


    /**banner**/
    .banner_slider_area .slick-arrow{
        display: none !important;
    }
    
    .banner{
        position: relative;
        min-height: 570px;
    }
    .number{
        position: absolute;
        right: 30px;
        width: auto;
        bottom: 30px;
        font-weight:400;
        font-size: 35px;
        line-height: 35px;
        color: #10DAC0;
    }
    .number em{
        color: #fff;
    }
   .banner_caption{
       padding-top: 165px;
   }
    .banner_caption h1{
        font-weight: 700;
        font-size: 55px;
        color: #000;
        max-width: 724px;
        margin-bottom: 27px;
       
    }
    .banner_caption h4{
        font-weight: 300;
        font-size: 45px;
        line-height: 45px;
        color: #000;
        margin-bottom: 20px;
    }
    
    .banner_caption a  {
        padding: 17px 18px;
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        color: #FFFFFF;
        background: #333982;
        box-shadow: 4px 4px 25px 7px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        display: inline-block;
       
    }
   
  @media (max-width:767px){
    .banner_caption {
        padding-top: 10%;
    }
    .banner {
        position: relative;
        min-height: auto;
    }
    .banner_caption h4 {
        font-weight: 300;
        font-size: 30px;
        line-height: 40px;
        color: #000;
        margin-bottom: 20px;
    }
    .banner h1 {
        font-size: 30px;
    }
    .banner_caption a {
        padding: 12px 18px;
        font-size: 16px;
        line-height: 22px;
    }
    .banner {
        position: relative;
        padding: 40px 0;
    }
    .banner h1 {
        font-size: 39px;
       
    }
    .toggle_btn{
        position: relative;
        float: right;
        margin-top: 9px;
    }
    .toggle_btn:after{
        position: absolute;
        content: '';
        background: url(../images/menu-iocn.png)no-repeat center;background-size: cover;
        top: 8px;
        right:0;
        width: 24px;
        height: 24px;
       
    }
    .toggle_btn.on:after{
        background: url(../images/close-btn-icon.png)no-repeat center;background-size: cover;
        background-size: 20px;
    }
    .main_menu__list li a{
        line-height: 30px;
        padding: 0 15px;
    }
    .banner{
        background-position: 100% !important;
        position: relative;
        z-index: 1;
    }
    .banner:after{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background:rgba(255,255,255,0.3);
        z-index: -1;
        content: '';
    }

  }

  @media (max-width:575px){
    .banner h1 {
        font-size: 24px;
    }
    .banner_caption h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .banner_caption a {
        padding: 6px 18px;
        font-size: 13px;
        line-height: 21px;
    }
  }

  /**about_us**/
  .about_us{
      padding: 50px 0 0 0;
      text-align: center;
  }
  .about_us h3{
      margin-bottom: 40px;
      max-width: 830px;
      text-transform: uppercase;
      margin-left: auto;
      margin-right: auto;
      display: block;
      font-weight: 300;
      font-size: 30px;
      line-height: 40px;
  }
  .about_us h3 span{
      color: #10DAC0;
      font-weight: 600;
  }
  .about_us img{
      width: auto;
  }
  .about_us p{
      font-size: 18px;
      line-height: 40px;
      font-weight: 300;
      color: #000;
  }
  .about_us a{
    color: #10DAC0;
    font-weight: 500;
  }


  /***features***/
  .features .row{
      margin-left: 0;
      margin-right: 0;
  }
  .features .row [class*="col-"]{
    background-color: #333982;
    padding: 65px 30px;
    color: #fff;
  }
  .features .row [class*="col-"]:nth-child(2){
      background-color: #10DAC0;
      color: #333982;
  }
  .features_wrapper .img_holder{
      float: left;
      width: 50px;
  }
  .des{
      float: right;
      width: calc(100% - 83px);
  }
  .des p{
      margin-bottom: 0;
  }
  .features_wrapper:after,.features_wrapper::before{
      content:'';
      display:table;
  }
  .features_wrapper h4{
      margin-bottom: 13px;
  }

  /**service**/
  .our_services{
      padding: 70px 0 40px;
  }
  .service_lists li{
      width: 25%;
      float: left;
      text-align: center;
  }
  .service_lists li h4 a{
    font-weight: 500;
    font-size: 14px;
    line-height:18px;
    text-transform: capitalize;
    color: #4E4C4C;
    display: block;
  }
  .service_item_img_holder {
      width: 80px;
      height: 80px;
      background: #10DAC0;
      box-shadow: 4px 4px 25px 4px rgba(0, 0, 0, 0.25);
      border-radius: 50%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 24px;
  }
  .service_item_img_holder img{
      max-width: 100%;
      margin-top: 15px;
  }
  .our_services h5{
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 22px;
  }
  .our_services h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 32px;
  }
  .our_services h3 span{
      color: #10DAC0;
      font-weight: 700;
  }
  .our_services p{
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #4E4C4C;
    margin-bottom: 22px;
    text-transform: capitalize;
  }
  .service_details_wrap .row{
      margin-bottom: 50px;
  }
  .service_details_wrap .row:nth-child(2n) {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}
.service_content{
    background: #333982;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 30px;
    color: #fff;
    margin-left: -45px;
    margin-top: 30px;
    margin-bottom: 54px;
}
.service_details_wrap .row:nth-child(2n) .service_content{
    margin-right: -45px;
    margin-left: 0;
    z-index: 99;
    position: relative;
}
.service_content p{
    font-weight: 300;
    font-size: 12px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.service_title{
    font-weight: 700;
    margin-bottom: 10px;
}
.service_content li {
    font-weight: 400;
    font-size: 14px;
    padding-left: 35px;
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 18px;
}
.service_content li img{
    position: absolute;
    left: 0;
    top: 3px;
}
.service_item_img {
    height: 100%;
   
}
.service_item_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.service_details_wrap{
    padding-top: 35px;
    padding-bottom: 30px;
}

/**achivement**/
.counter_sec .row{
    margin-left: 0;
    margin-right: 0;
}
.achivement .row [class*="col-"]:nth-child(1){
    background-color: #FFD704;
    color: #333982;
}
.achivement .row [class*="col-"]:nth-child(2){
    background-color: #333982;
    color: #fff;
}
.achivement .row [class*="col-"]:nth-child(3){
    background-color: #10DAC0;
    color: #fff;
}
.achivement .row [class*="col-"]:nth-child(4){
    background-color: #5DDA10;
    color: #fff;
}
.achivement .row [class*="col-"] {
    color: #fff;
    
}
.achivement .row [class*="col-"] .counting{
    color: #fff;
}

.counter_box{
    padding: 47px 15px 50px 15px;
    text-align: center;
}
.counting{
    font-weight: 700;
    font-size: 55px;
    line-height:95px;
    text-transform: capitalize;
    color: #333982;
    position: relative;
    display: inline-block;
    margin-left: -30px;
}
.counting:after{
    content: '+';
    position: absolute;
    right: -34px;
    font-weight: 700;
    font-size: 55px;
    line-height:95px;
    text-transform: capitalize;
    color: #fff;
}
.counter_box p{
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 0; 
}
.achivement .row [class*="col-"] .counting:after{
    color: #fff;
}
.achivement .row [class*="col-"] .counting{
    color: #fff;
}
.achivement .row [class*="col-"]:nth-child(1) .counting{
    color: #333982;
}
.achivement .row [class*="col-"]:nth-child(1) .counting:after{
    color: #333982;
}

/**testimonial**/
.testimonial{
    padding: 60px 0 40px 0;
}
.testimonial_slider_col_inner{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    position: relative;
}
.testimonial_slider_col_inner:after{
    background:url(../images/quote.png)no-repeat center;background-size: cover;
    left: 50%;
    margin-left: -25px;
    top: -9px;
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;

}
.testimonial_slider_col_inner img{
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.testimonial_slider_col_inner p{
    font-weight: 300;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
    text-transform: capitalize;
    color: #4E4C4C;
}

/**need_help_area**/
.need_help_area{
    padding: 32px 0 60px;
    background-color: #D6D6D6;
}
.need_help_area h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
    color: #9B9B9B;
    margin-bottom: 21px;
}
.need_help_area h2 span{
    color: #4E4C4C;
}
.need_help_area a{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #4E4C4C;
}
.need_help_area p{
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 41px;
}
footer {
    background-color: #000;
    padding: 30px 0;
}
footer h4{
    color: #9B9B9B;
    margin-bottom: 12px;
    text-transform: uppercase;
}
footer p,footer a {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 15px;
}
.social_media .fa{
    font-size: 25px;
    color: #fff;
}
.social_media {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer ul li{
    display: block;
    margin-bottom: 15px;
}
footer ul li:last-child{
    margin-bottom: 0;
}
.f_logo{
    margin-bottom: 25px;
}
.social_media li{
     margin-bottom: 0;
}
footer a:hover{
    color:#9B9B9B;
}
/***inner pages**/
.page_title{
    padding: 50px 0 80px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.page_title h2{
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #333982;
    text-transform: uppercase;
    font-family: 'Julius Sans One', sans-serif;
}
.page_title:after{
    background: rgba(16, 218, 192, 0.53);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
}
.inner_about_area{
    text-align: left;
    padding-bottom: 107px;
     overflow:hidden;
}
.about_left_description h6{
    font-size: 16px;
    margin-bottom: 5px;
    color: #10DAC0;
}
.about_left_description h3{
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 30px;
}
.experience_wra{
    background: #FFFFFF;
    border: 6px solid #10DAC0;
    box-shadow: 4px 10px 4px rgba(0, 0, 0, 0.25);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    bottom: -60px;
    text-align: center;
    padding-top: 44px;
}
.about_right_wrapper{
    position: relative;
}
.shape{
    position: absolute;
    left: -50px;
    bottom: -36px;
    z-index: -1;
}
.experience_wra strong{
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    text-transform: uppercase;
    color: #333982;
}
.experience_wra p{
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    text-transform: capitalize;
    color: #000000;
}
.mission_vission .mission_vission_wrapper{
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 25px 20px;
    max-width: 509px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.mission_vission .row [class*="col-"]:nth-child(1) .mission_vission_wrapper{
    background-color: #10DAC0;
    border-radius: 10px;
    padding: 25px 20px;
}
.mission_vission .row {
    justify-content: center;
}
.mission_vission{
    padding-bottom: 60px;
    overflow: hidden;
}
.mission_vission_wrapper h4{
    font-weight: 500;
    font-size: 20px;
    line-height:36px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #333982;
}
.mission_vission_wrapper p{
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    text-transform: capitalize;
    color: #333982;
}
.mission_vission_wrapper p strong{
    font-weight: 600;
}
.mission_vission .row [class*="col-"]:nth-child(1) .mission_vission_wrapper p{
    color: #fff;
}
.mission_vission .row [class*="col-"]:nth-child(1) .mission_vission_wrapper p strong{
    color: #fff;
}
form input{
    background: #FFFFFF;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 45px;
    width: 100%;
    border: none;
    padding:0 15px;
}
form  textarea{
    background: #FFFFFF;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 105px;
    width: 100%;
    border: none;
    padding:10px 15px;
    outline:none;
}
form label{
    font-weight: 500;
    font-size: 13px;
    line-height:18px;
    text-transform: uppercase;
    color: #333982;
    margin-bottom: 10px;
    display: block;
}
.contact_us{
    padding: 80px 0 106px;
}
.input_box{
    margin-bottom: 24px;
}
.input_box input[type="submit"]{
    width: auto;
    margin-left: auto;
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    box-shadow: none;
    color: #333982;
}
.map{
    height: calc(100% - 150px);
    width: 100%;
}
.contact_info p a{
    font-weight: 700;
    font-size: 14px;
    line-height:18px;
    text-transform: uppercase;
    color: #333982;
    
}
.contact_info{
    height: 100%;
}
@media (max-width:991px){
    .features .row [class*="col-"] {
        padding: 30px 15px;
    }
    .des {
        width: calc(100% - 59px);
    }
    .features_wrapper h4 {
        font-size: 19px;
    }
    .service_content {
        padding: 20px;
        margin-left: -166px;
        margin-bottom: 30px;
    }
    .service_details_wrap .row:nth-child(2n) .service_content {
        margin-right: -166px;
    }
    .counter_box {
        padding: 25px 11px 25px 10px;
        
    }
}

@media (max-width:767px){
    .main_menu__list li.active a {
        background: #10dac0;
        color: #fff;
    }
    form input {
        box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        height: 40px;
    }
    .input_box {
        margin-bottom: 15px;
    }
    .service_content{
        margin-left: 0;
        border-radius: 0;
        margin-top: -10px;
    }
    .service_details_wrap .row:nth-child(2n) .service_content{
        margin-right: 0;
    }
    .service_item_img img{
        border-radius: 0; 
    }
    .counting ,.counting:after{
        font-size: 40px;
        line-height: 50px; 
    }
    .service_details_wrap{
        padding-bottom: 0;
    }
    .our_services{
        padding: 70px 0 0px 0;
    }
    .service_details_wrap .row{
        margin-bottom: 30px;
    }
    
    .number {
        right: 20px;
        bottom: 11px;
        font-size: 22px;
        line-height: 32px;
        color: #10DAC0;
    }
    .about_us h3 {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 40px;
    }
    .about_us p {
        font-size: 18px;
        line-height: 29px;
    }
    footer h4 {
        margin-bottom: 12px;
        margin-top: 30px;
        font-size: 17px;
    }
    .social_media {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .social_media .fa {
        font-size: 18px;
        margin-right: 15px;
    }
    .social_media li{
        margin-bottom: 0;
    }
    .mission_vission .mission_vission_wrapper{
        margin-bottom: 40px;
    }
    .mission_vission{
        padding-bottom: 20px;
    }
    form{
        background: #f9f1f1;
        padding: 15px 10px;
        margin-bottom: 30px;
    }
    .contact_us form .input_box:last-child{
        margin-bottom: 0;
    }
    .input_box input[type="submit"]{
        margin-right: auto;
        width: 100%;
        background-color: #fff;
    }
    .contact_us {
        padding: 40px 0 11px;
    }
}

@media (max-width:575px){
   
    .shape{
        display: none;
    }
    .service_lists li{
        width: 50%;
        margin-bottom: 30px;
    }
    .container{
        padding: 0 15px;
    }
    .service_details_wrap .row [class*="col-"]{
        padding-left: 0;
        padding-right: 0;
    }
    .service_content li{
        float: none;
        width: 100%;
    }
    .experience_wra p {
        font-size: 12px;
        line-height: 26px;
    }
    .experience_wra strong {
        font-size: 30px;
        line-height: 26px;
    }
    .experience_wra {
        border: 3px solid #10DAC0;
        width: 125px;
        height: 125px;
        right: 15px;
        bottom: -56px;
        padding-top: 27px;
    }
}

.whatsaap{
    width: 32px;
    right: 30px;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
}