@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    background: #ECE6DD;
    /* font-family: 'DM Serif Display', serif; */
}

p {
    margin-bottom: 10px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common {
    color: #1A9EDB;
}
 .common-btn{
    background: #00b928;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 25px;
    font-weight: 500;
}
.common-btn i{
    margin-left: 8px;
}
 .common-btn:hover ,  .common-btn:focus{
    background: #00b928;
    color: #fff;
}
.main-title{
    font-size: 36px;
    color: #1C5E9E;
    text-align: center;
    align-items: center;
    font-weight: 500;
    font-family: 'DM Serif Display', serif;
    margin: 0.5em -1em;
    position: relative;
    display: flex;
}
.main-title::after , .main-title::before{
    content: "";
    flex: 1;
    height: 10px;
    margin:0px 1em;
     background:url(../images/corrections/banner-border.webp);
}
.main-title-white{
    font-size: 36px;
    color: #ffffffab;
    text-align: center;
    align-items: center;
    font-weight: 500;
    font-family: 'DM Serif Display', serif;
    margin: 0.5em -1em;
    position: relative;
    display: flex;
}
.main-title-white::after , .main-title-white::before{
    content: "";
    flex: 1;
    height: 10px;
    margin:0px 1em;
     background:url(../images/corrections/about.webp);
}
.main-text{
    font-size: 19px;
    color: #6D6A67;
    text-align: center;
    padding: 10px 0px;
}
.top-header {
    background: #333;
    padding: 10px 0px;
}
.top-header .top-header-left ul{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-right: 25px;
}
.top-header .top-header-left .top-header-link{
    font-size: 16px;
    color: #ffffffab;
    font-family: 'Source Sans Pro';
    font-weight: 200;
}
.top-header .top-header-left .top-header-link i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.top-header .top-header-right .social-icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .top-header-right .social-icon li{
    margin-left: 10px;
}
.top-header .top-header-right .social-icon li a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.fixed-header{
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    z-index: 1020;
    background: #fff;
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.main-header{
    background: #E5DCCF;
}
.main-header .navbar-brand{
    color: #1C5E9E;
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.main-header .navbar-brand img{
    width: 200px;
}
.main-header .nav-item{
    padding:10px 0px 10px 35px ;
}
.main-header .nav-link{
    font-size: 16px;
    color: #333;    
    font-weight: 600;
    padding: 0px !important;
    border-radius: 3px;
    transition: 0.1s all;
}
.main-header .nav-link.active{
    background: #FFEFCA;
    padding: 2px 20px !important;
}
.main-header .dropdown:hover .dropdown-menu{
    display: block;
}
.main-header .dropdown-toggle::after{
   border: none;
   content: "\f107";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 12px;
   vertical-align: middle;
}
.main-header .dropdown-menu{
   top: 100%;
   padding:0px;
   border-radius: 0px;
   border: 2px solid #777777c7;
   background: #FFEFCA;
   animation: swip_left .5s linear 1;
}
.main-header .dropdown-menu::after{
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFEFCA;
}
@keyframes swip_left {
   from {
       transform: translate(0px, 100px);
       opacity: 0
   }

   to {
       transform: translate(0,0);
       opacity: 1
   }
}
.main-header .dropdown-menu .dropdown-item{
   padding: 9px 25px;
   font-size: 15px;
   color: #333;    
   font-weight: 600; 
}
.main-header .dropdown-menu .dropdown-item:hover{
   background: #E5DCCF;
}
.banner{
    width: 100%;
    height: 500px;
    background:url(../images/corrections/layer-2.webp);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
}
.banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(232 225 214 / 49%);
}
.banner .border-bg{
    position: absolute;
    bottom: -15px;
    width: 100%;
    z-index: 1;
}
.border-bg img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
 .banner-content{
    position: relative;
    z-index: 1;
    width: 100%;
    top:  50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.banner .banner-content .banner-left{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner .banner-content .banner-left .banner-left-detail{
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50% , -50%);
}
 .banner-content .banner-title{
    font-size: 60px;
color: #1C5E9E;
font-weight: 500;
font-family: 'DM Serif Display', serif;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.banner-content .banner-title span{
    font-size: 80px;
}
 .banner-content .banner-text{
    font-size: 18px;
line-height: 28px;
color: #6D6A67;
text-align: left;
font-weight: 400;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }
 @keyframes zoom_in {
    from {
        visibility: hidden;
        opacity: 0
    }
 
    to {
        visibility: visible;
        opacity: 1
    }
 }
.banner .banner-content .banner-img{
    position: relative;
    top: 50%;
    left: 70%;
    width: 400px;
    transform: translate(-50% , -50%);
}
.banner .banner-right{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner .banner-content .banner-img  img{
    width: 100%;
    z-index: 1;
}
.banner .banner-content .banner-img .shape-1{
    position: absolute;
    top: -80px;
    left: 20%;
    width: auto;
}
.banner .banner-content .banner-img .shape-2{
    position: absolute;
    top: 10%;
    left: 65%;
    width: auto;
}
.banner .banner-content .icon-1 img , .banner .banner-content .icon-2 img , .banner .banner-content .icon-3 img , .banner .banner-content .icon-4 img{
    width: 50px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.banner .banner-content .icon-1{
    background: #1C5E9E;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 40%;
    left: -25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 2;
    -webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: zoom_in;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.banner .banner-content .icon-2{
    background: #1C5E9E;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 9%;
    left: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoom_in;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.banner .banner-content .icon-3{
    background: #1C5E9E;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 40%;
    right: -25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoom_in;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.banner .banner-content .icon-4{
    background: #1C5E9E;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 9%;
    right: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoom_in;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.service-detail{
    padding: 60px 0px 100px;
    background: #ECE6DD;
}
.service-card{
    padding: 10px;
    border-radius: 5px;
  border: 2px solid #6D6A67;
    height: 100%;
}
.service-card .service-card-bg{
    background: linear-gradient(to bottom, #FFF4DE , #FFEFCB);
    border-radius: 5px;
    padding: 20px;
    height: 100%;
}
.service-card .icon{
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    margin: 20px auto;
}
.service-card .icon img{
    position: relative;
    width: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.service-card .card-title{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.service-card .card-text{
    font-size: 16px;
    font-weight: 400;
    color: #6D6A67;
    text-align: center;
    line-height: 25px;
}
.about-us{
    background:  url(../images/about-bg.webp) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 10px 0px;
    position: relative;
}

.about-us .about-img{
    width: 100%;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.about-us .about-img img{
   width: 100%;
}
.about-us .about-title{
    font-size: 35px;
    font-family: 'DM Serif Display', serif;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    text-align: left;
  z-index: 1;
}
.about-us .about-title::after{
    content: '';
    flex-grow: 1;
    height: 10px;
    min-width: 20px;
    margin: auto;
    background:url(../images/corrections/about.webp);
    z-index:1;
    margin-left: 20px;
}
.about-us .about-text{
    font-size: 18px;
    color: #ffffff99;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.page-modal{
    border: none;
    border-radius: 0px;
    padding: 0px;
  }
  .page-modal .modal-header{
   padding: 0px;
   border-bottom: none;
  }
  .page-modal .modal-body{
    padding: 0px;
  }
  .page-modal .modal-body img{
    width: 100%;
  }
  .page-modal .modal-header .close{
    position: absolute;
      top: -16px;
      right: -33px;
      background: #fff;
      border-radius: 0px;
      padding: 0px 5px;
      margin: 0px;
      line-height: 28px;
      opacity: 1;
  }
.category{
    background: #ECE6DD;
    padding: 60px 0px;
}
.category .category-title{
    font-size: 40px;
    color: #1C5E9E;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.category .category-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 173px;
    margin:0px 15px;
     background:url(../images/corrections/banner-border.webp);
    background-repeat: no-repeat;
    height:100%;
    right: 0;
}
.category .category-title::before{
    content: "";
    position: absolute;
    top: 50%;
    width: 173px;
    margin:0px 15px;
     background:url(../images/corrections/banner-border.webp);
    background-repeat: no-repeat;
    height:100%;
    left: 0;
}
.category .category-box{
    background: #333;
    padding:30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.category .category-box::after{
        content: "";
        position: absolute;
        bottom: -59px;
        right: -28px;
        /* transform: rotate(-4deg); */
        background-size: cover;
        width: 400px;
        opacity: 0.3;
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        background-position: center;
        background: url(../images/corrections/flower-2.webp);
    }
.category .category-box .img-box{
    width: 100%;
    height: 300px;
    position: relative;
}
.category .category-box .img-box .icon-box{
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background: #FFEFCA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    box-shadow: 0px 0px 8px #000;
}
.category .category-box .img-box .icon-box .icon-img{
    width: 110px;
    margin: auto;
}
.category .category-box .img-box .big-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
}
.category .category-box-detail{
    padding: 15px;
    position: relative;
    z-index: 1;
}
.category .category-box-detail .category-box-title{
    font-size: 20px;
    color: #fff;
    font-family: 'DM Serif Display', serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.category .category-box-detail .category-box-text{
    font-size: 18px;
    color: #ffffffa8;
    margin-bottom: 10px;
    text-align: justify;
}
.category .category-box-detail .read-btn{
    background: #1DAF60;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border-color: #1DAF60;
    padding: 10px 25px;
}
.category .category-box-1{
    background: #333;
    padding:30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.category .category-box-1::before{
        content: "";
        position: absolute;
        bottom: -52px;
        left: -191px;
        /* transform: rotate(-4deg); */
        background-size: cover;
        width: 621px;
        opacity: 0.3;
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        background-position: center;
        background: url(../images/corrections/flower-1.webp);
    }
.category .category-box-1 .img-box{
    width: 100%;
    height: 300px;
    position: relative;
}
.category .category-box-1 .img-box .icon-box{
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background: #FFEFCA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    box-shadow: 0px 0px 8px #000;
}
.category .category-box-1 .img-box .icon-box .icon-img{
    width: 110px;
    margin: auto;
}
.category .category-box-1 .img-box .big-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 15px 15px 0px;
}
.facts{
    background: #ECE6DD;
    padding: 60px 0px;
}
.facts .fact-text{
   font-size: 18px;
   text-align: center;
   color:#6D6A67;
   line-height: 25px;
   font-weight: 400;
}
.facts .fact-title{
    font-size: 40px;
    color: #1C5E9E;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.facts .fact-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 173px;
    margin:0px 15px;
     background:url(../images/corrections/service-1.webp);
    background-repeat: no-repeat;
    height:100%;
    right: 0;
}
.facts .fact-title::before{
    content: "";
    position: absolute;
    top: 50%;
    width: 200px;
    margin:0px 15px;
     background:url(../images/corrections/service-1.webp);
    background-repeat: no-repeat;
    height:100%;
    left: 0;
}
.facts .fact-list{
    margin-top: 50px;
}
.facts .fact-card{
    padding: 10px;
    border-radius: 5px;
  border: 2px solid #6D6A67;
    height: 100%;
}
.facts .fact-card  .fact-card-bg{
    background: linear-gradient(to top , #F5EEE1 , #F5EAD3);
    border-radius: 5px;
    padding: 20px 10px;
    height: 100%;
}
.facts .fact-card .icon{
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 50%;
    margin: 10px auto -60px;
}
.facts .fact-card .icon img{
    position: relative;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.facts .fact-card .card-number{
    font-size: 70px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'DM Serif Display', serif;
}
.facts .fact-card .card-text{
    font-size: 19px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 25px;
}
.testimonial{
    background: url(../images/testimonial.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
.testimonial .user-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    outline: 1px solid #fff;
    outline-offset: 5px;
    margin: 10px auto;
}
.testimonial .user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.testimonial .icon{
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.testimonial .testimonial-title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
.testimonial .testimonial-text{
    font-size: 18px;
    color: #ffffffab;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.testimonial-line{
    position: relative;
}
.testimonial .testimonial-line::after{
    content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: #fff;
  border-radius: 20px;
}
.testimonial .testimonial-spec{
    font-size: 14px;
    color: #ffffffab;
    text-align: center;
    font-weight: 400;
}
.testimonial-carousel .owl-nav button.owl-prev img{
    position: absolute;
    left: 30%;
    width: 50px;
    border-radius: 50%;
    top: 18%;
    transform: translateY(-50%);
    outline: none;
}
.testimonial-carousel .owl-nav button.owl-next img{
    position: absolute;
    right:30%;
    width: 50px;
    border-radius: 50%;
    top: 18%;
    transform: translateY(-50%);
    outline: none;
}
.testimonial-carousel .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}
.testimonial-carousel .owl-dots .owl-dot span {
    width: 5px;
    height:5px;
    margin: 5px 7px;
    background:#fff;
    display: block;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    transition: opacity 0.2s ease;
    border-radius: 50%;
    padding: 2px;
    position: relative;
}
.testimonial-carousel .owl-dots .owl-dot.active span{
    outline-offset: 2px;
    outline: 1px solid #fff;
}
.contact-group{
    background: #ECE6DD;
    padding: 60px 0px;
}
.contact-group .contact-box{
    background: #FFEFCA;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
.contact-group .contact-box .contact-box-bg{
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.contact-group .contact-box .contact-box-subtitle{
    font-size: 20px;
    color: #333;
    font-weight: 800;
    text-align: center;
    padding-top: 20px;
}
.contact-group .contact-box .contact-box-title{
    font-size: 20px;
    font-weight: 800;
    color: #1C5E9E;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    justify-content: center;
    margin: auto;
}
.contact-group .contact-box .contact-box-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: #333;
}
.contact-group .contact-box .contact-box-address{
    font-size: 18px;
    font-weight: 300;
    color: #6D6A67;
    padding-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: center;
}
.contact-group .contact-box .contact-box-text{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: center;
}
.contact-group .contact-box .contact-box-text a{
    color: #6D6A67;
    font-weight: 300;
}
.footer{
    padding: 60px 0px 0px;
    position: relative;
    background: url(../images/footer.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer .footer-content{
    position: relative;
    z-index: 1;
}
.footer .footer-content .footer-map{
    width: 100%;
    border: 1px solid #F5EAD3;
    padding: 10px;
    border-radius: 5px;
}
.footer .footer-content .footer-map iframe{
    border-radius: 5px;
}
.footer .footer-content .footer-title{
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer .footer-content .footer-list{
    margin-bottom: 0px;
}
.footer .footer-content .footer-list li{
    padding-bottom: 15px;
}
.footer .footer-content .footer-list .footer-link{
    font-size: 17px;
    color: #ffffffa8;
    font-weight: 300;
}
.footer .footer-content .footer-logo {
    margin: 10px auto;
    text-align: center;
}
.footer .footer-content .footer-logo img{
    width: 150px;
}
.footer .footer-content .social-icon{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.footer .footer-content .social-icon li{
    margin-left: 10px;
}
.footer .footer-content .social-icon li a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.copright-text{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.copright-text img{
    width: 100px;
}
.footer .small-text{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}
.footer .privacy-list {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}
.footer .privacy-list li{
    margin-left: 10px;
}
.footer .privacy-list li a{
    color: #fff;
    font-size: 16px;
}
.footer .footer-bottom{
    border-top:  1px solid rgba(185, 185, 185, 0.07);
    padding: 4px 0px;
}

.page-banner{
    background: url(../images/testimonial.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
.page-banner .page-title{
    font-size: 40px;
    color: #fff;
    text-align: center;
    align-items: center;
    font-weight: 600;
    position: relative;
    display: flex;
}
.page-banner .page-title::after , .page-banner .page-title::before{
    content: "";
    flex: 1;
    height: 10px;
    margin:0px 1em;
     background:url(../images/corrections/about.webp);
}
.page-banner .page-text{
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #ffffffa8;
    line-height: 25px;
    font-weight: 300;
}
.about-page-detail{
    padding: 60px 0px;
    background: #ECE6DD;
}
.about-page-detail  .about-page-img{
    width: 100%;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.about-page-detail  .about-page-img img{
   width: 100%;
}
.about-page-detail  .about-page-title{
    font-size: 35px;
    font-family: 'DM Serif Display', serif;
    color: #333;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    text-align: left;
  z-index: 1;
}
.about-page-detail  .about-page-title::after{
    content: '';
    flex-grow: 1;
    height: 10px;
    min-width: 20px;
    margin: auto;
    background:url(../images/corrections/service-1.webp);
    z-index:1;
    margin-left: 20px;
}
.about-page-detail  .about-page-text{
    font-size: 18px;
    color: #6D6A67;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.about-page-detail .category-box{
    background: #333;
    padding:30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.about-page-detail .category-box::after{
        content: "";
        position: absolute;
        bottom: -59px;
        right: -28px;
        /* transform: rotate(-4deg); */
        background-size: cover;
        width: 400px;
        opacity: 0.3;
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        background-position: center;
        background: url(../images/corrections/flower-2.webp);
    }
    .about-page-detail .category-box .img-box{
    width: 100%;
    height: 300px;
    position: relative;
}
.about-page-detail .category-box .img-box .icon-box{
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background: #FFEFCA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    box-shadow: 0px 0px 8px #000;
}
.about-page-detail .category-box .img-box .icon-box .icon-img{
    width: 110px;
    margin: auto;
}
.about-page-detail .category-box .img-box .big-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
}
.about-page-detail .category-box-detail{
    padding: 15px;
    position: relative;
    z-index: 1;
}
.about-page-detail .category-box-detail .category-box-title{
    font-size: 20px;
    color: #fff;
    font-family: 'DM Serif Display', serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-page-detail .category-box-detail .category-box-text{
    font-size: 18px;
    color: #ffffffa8;
    margin-bottom: 10px;
    text-align: justify;
}
.about-page-detail .category-box-detail .read-btn{
    background: #1DAF60;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border-color: #1DAF60;
    padding: 10px 25px;
}
.about-page-detail .category-box-1{
    background: #333;
    padding:30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.about-page-detail .category-box-1::before{
        content: "";
        position: absolute;
        bottom: -52px;
        left: -191px;
        /* transform: rotate(-4deg); */
        background-size: cover;
        width: 621px;
        opacity: 0.3;
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        background-position: center;
        background: url(../images/corrections/flower-1.webp);
    }
    .about-page-detail .category-box-1 .img-box{
    width: 100%;
    height: 300px;
    position: relative;
}
.about-page-detail  .category-box-1 .img-box .icon-box{
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background: #FFEFCA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    box-shadow: 0px 0px 8px #000;
}
.about-page-detail .category-box-1 .img-box .icon-box .icon-img{
    width: 110px;
    margin: auto;
}
.about-page-detail .category-box-1 .img-box .big-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 15px 15px 0px;
}
.content-detail-page{
    padding: 50px 0px;

}
.content-detail-page .content-detail-title {
    font-size: 30px;
    font-family: 'DM Serif Display', serif;
    color: rgb(28, 94, 158);
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    z-index: 1;
}
.content-detail-page .content-detail-text{
        font-size: 18px;
        color: #6D6A67;
        line-height: 30px;
        font-weight: 400;
}
.content-detail-page .content-detail-img{
    width: 100%;
    height: 300px;
}
.content-detail-page .content-detail-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.content-detail-page.bg{
    padding: 50px 0px;
        background: url(../images/about-bg.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        position: relative;
}
.content-detail-page.bg .content-detail-title {
    font-size: 30px;
    font-family: 'DM Serif Display', serif;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    z-index: 1;
}
.content-detail-page.bg .content-detail-text{
        font-size: 18px;
        color: #ffffff99;
        line-height: 30px;
        font-weight: 400;
}
.content-detail-page.bg .content-detail-img{
    width: 100%;
    height: 300px;
}
.content-detail-page.bg .content-detail-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.client-detail{
    padding: 20px 0px 0px;
}
.client-detail .client-logo{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px !important;
}
.client-detail .client-logo .client-logo-img{
    float: left;
    margin-bottom: 0px;
    width: 100%;
    height: 150px;
}
.client-detail .client-logo .client-logo-img img{
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.awards{
    padding: 30px 0px;
}
.awards .award-box{
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    margin: 5px;
    width: 100%;
    height: 100%;
}
.awards .award-box .award-box-img{
    width: 100%;
    height: 170px;
    border-radius: 10px 10px 0px 0px;
}
.awards .award-box .award-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.awards .award-box .card-title{
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    letter-spacing: 1px;
    background: #222;
    font-family: 'DM Serif Display', serif;
}
.awards .award-box .award-detail{
    padding: 10px;
}
.awards .award-box .award-detail .award-text{
    font-size: 16px;
    text-align: center;
    color: #6D6A67;
    font-weight: 400;
    margin-bottom: 5px;
}
.awards .award-box .award-detail .award-area{
    font-size: 16px;
    text-align: center;
    color: #222;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.awards .award-box .award-detail .award-date{
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.award-carousel .owl-nav button.owl-prev img{
    position: absolute;
    left: -10%;
    width: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.award-carousel .owl-nav button.owl-next img{
    position: absolute;
    right:-10%;
    width: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.award-carousel .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}
.award-carousel .owl-dots .owl-dot span {
    width: 8px;
    height:8px;
    margin: 5px 7px;
    background:#000;
    display: block;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    transition: opacity 0.2s ease;
    border-radius: 50%;
    padding: 2px;
    position: relative;
}
.award-carousel .owl-dots .owl-dot.active span{
    outline-offset: 2px;
    outline: 2px solid #000;
}
.warrenty{
    padding: 30px 0px 10px;
}
.warrenty .warrenty-img img{
    width: 100%;
}
.warrenty .warrenty-text{
    font-size: 19px;
    text-align: justify;
    line-height: 25px;
    color: #6D6A67;
}
.checkbox-list{
    background: #333;
    border-radius: 10px;
    padding:  25px 35px;
    margin-top: 15px;
}
.checkbox-group {
    position: relative;
}

.checkbox-group .custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.custom-checkbox ~ .custom-checkbox-span {
    display: inline-block;
    border: 1px solid #ffffffa8;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    vertical-align: middle;
    cursor: pointer;
}

.custom-checkbox:checked ~ .custom-checkbox-span:after {
    content: "\1F5F8";
    font-size: 25px;
    font-weight: bold;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 1px;
    top: -15px;
    color: #fff;
}
 .custom-checkbox-label{
    font-size: 20px;
    margin-left: 10px;
    color: #ffffffab;
    font-weight: 300;
    display: initial;
}
.link-text{
    font-size: 14px;
    color: #1C5E9E;
    text-align: center;
    padding: 15px 0px;
}
.link-text a{
    color: #1C5E9E;
}
.form-box{
    background: #333;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.form-box::after {
    content: "";
    position: absolute;
    bottom: -258px;
    right: -149px;
    /* transform: rotate(-4deg); */
    background-size: cover;
    width: 400px;
    opacity: 0.3;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background: url(../images/corrections/flower-2.webp);
}
.form-box::before {
    content: "";
    position: absolute;
    bottom: -251px;
    left: -334px;
    /* transform: rotate(-4deg); */
    background-size: cover;
    width: 621px;
    opacity: 0.3;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background: url(../images/corrections/flower-1.webp);
}
.form-box .form-box-content{
    padding: 20px 50px;
}
.form-box .form-box-content input{
    height: 45px;
    border-radius: 2px;
}
.form-box .form-box-content .form-control::placeholder{
    font-size: 16px;
    color: #222;
    font-weight: 600;
}
.form-box .form-box-content .submit-button{
    background: #E5DCCF;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 2px;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'DM Serif Display', serif;
    color: #333;
    text-align: center;
}
.ananya-associated{
    padding: 30px 0px;
}
.ananya-associated .text{
    font-size: 19px;
    color: #6D6A67;
    line-height: 28px;
    text-align: justify;
}
.ananya-associated .associated-title{
    font-size: 35px;
    font-family: 'DM Serif Display', serif;
    color: #1C5E9E;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    text-align: left;
  z-index: 1;
}
.ananya-associated .associated-title::after{
    content: '';
    flex-grow: 1;
    height: 10px;
    min-width: 20px;
    margin: auto;
    background:url(../images/corrections/banner-border.webp);
    z-index:1;
    margin-left: 20px;
}
.ananya-associated .associated-img img{
    width: 100%;
    padding:0px 20px;
}
.form-box-1{
    padding: 10px 0px;
}
.form-box-1 .form-box-content{
    padding: 20px 50px;
}
.form-box-1 .form-box-content input{
    height: 45px;
    border-radius: 2px;
    border: 1px solid #333;
    padding: 15px 25px;
}
.form-box-1 .form-box-content .form-control::placeholder{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.form-box-1 .form-box-content .submit-button{
    background: #333;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 3px;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'DM Serif Display', serif;
    color: #fff;
    text-align: center;
}
.form-box-1 .form-box-content  .checkbox-group {
    position: relative;
}

.form-box-1 .form-box-content  .checkbox-group .custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #fff;
}

.form-box-1 .form-box-content  .custom-checkbox ~ .custom-checkbox-span {
    display: inline-block;
    border: 1px solid #3f3e3ea8;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
}

.form-box-1 .form-box-content  .custom-checkbox:checked ~ .custom-checkbox-span:after {
    content: "\1F5F8";
    font-size: 25px;
    font-weight: bold;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 1px;
    top: -15px;
    color: #333;
}
.form-box-1 .form-box-content  .custom-checkbox-label{
    font-size: 18px;
    margin-left: 10px;
    color: #6D6A67;
    font-weight: 400;
}
.form-box-1 .form-box-content  .custom-checkbox-label a{
    font-size: 18px;
    margin-left: 10px;
    color: #1A9EDB;
    font-weight: 400;
}
.blog-detail{
    padding:30px 0px ;
}
.blog-detail .blog-card .blog-img{
    width: 100%;
    height: 450px;
    position: relative;
}
.blog-detail .blog-card .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.blog-detail .blog-card .blog-card-detail{
   padding: 20px 0px 0px;
}
.blog-detail .blog-card .blog-title{
    font-size: 24px;
    font-family: 'DM Serif Display', serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1C5E9E;
    margin-bottom: 15px;
}
.blog-detail .blog-card .blog-upload-list{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.blog-detail .blog-card .blog-upload-list li{
    margin-right: 20px;
}
.blog-detail .blog-card .blog-upload-list li a{
    font-size: 14px;
    color: #6D6A67;
}
.blog-detail .blog-card .blog-upload-list li a img{
    width: 12px;
    margin-right: 10px;
}
.extra-width img{
    width: 19px !important;
}
.blog-detail .blog-card .blog-text{
    font-size: 19px;
    color: #6D6A67;
    text-align: justify;
    line-height: 25px;
    font-weight: 400;
}
.blog-detail .blog-posts{
    background: #333;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px #0000000D;
}
.blog-detail .blog-posts .post-title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.blog-detail .blog-posts .blog-small-card{
    padding: 20px 0px;
    border-bottom: 1px solid #fff;
}
.blog-detail .blog-posts .blog-small-card.border-none{
    border-bottom: none;
}
.blog-detail .blog-posts .blog-small-card img{
    width: 100%;
}
.blog-detail .blog-posts .blog-small-card .blog-small-title{
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}
.blog-detail .blog-posts .blog-small-card .blog-small-text img{
    width: 10px;
    margin-right: 5px;
}
.blog-detail .blog-posts .blog-small-card .blog-small-text a{
    font-size: 13px;
    color: #ffffffab;
}
.blog-detail .blog-detail-right{
    position: sticky;
    top: 0px;
}
.blog-detail .blog-posts .project-list{
    margin-bottom: 0px;
}
.blog-detail .blog-posts .project-list li{
    padding: 15px 0px;
    border-bottom: 1px solid #ffffffa8;
}
.blog-detail .blog-posts .project-list li:last-child{
    border-bottom: none;
}
.blog-detail .blog-posts .project-list li a{
    font-size: 18px;
    color: #fff;
}
.border-bt{
    background: url(../images/corrections/service-1.webp);
    width: 100%;
    height: 10px;
    margin: 40px 0px;
}









#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    border: none;
    background: none;
}

#myBtn img{
    width: 60px;
}
.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px dashed #fff;
    border-radius: 50%;
    line-height: 40px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}



.floating-form {
    max-width: 300px;
    padding: 8px 30px 10px 30px;
    background: #FFF;
    top: 80% !important;
    transform: translateY(-80%) !important;
    right: 10px;
    position: fixed;
    z-index: 99;
    box-shadow: -2px 0px 8px rgb(43 33 33 / 6%);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow: -2px 0px 8px rgb(43 33 33 / 6%);
}

.floating-form input[type="button"]:hover, .floating-form input[type="submit"]:hover, .contact-opener {
    background: linear-gradient(135deg ,  #ff5858 23%, #f857a6 68%);
    left:-204px;
}

.floating-form input[type="button"], .floating-form input[type="submit"], .contact-opener {
    background-color: #216288;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
}
.contact-opener {
    position: absolute;
    left: -83px;
    transform: rotate(-90deg);
     margin-bottom: 140px;
    bottom: 30px;
    background-color: linear-gradient(138deg,  #ff5858 0%, #f857a6  70%);
    padding: 9px 20px !important;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
}
.floating-form-heading {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 3px;
}
.floating-form .form-control {
    background: #f4f4f4;
    padding: 7px;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: none;
    margin-bottom: 20px;
    font-size: 14px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.floating-btn {
    position: fixed;
    background-color: #333;
    color: #fff;
    right: 0%;
    top: 50%;
    height: 150px;
    width: 40px;
    z-index: 1020;
    margin: 0;
    border-radius: 5px 0 0 5px;
    transition: 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.floating-btn:hover {
    background-color: #333;
    color: #fff;
}
p.float-txt {
    transform: rotate(270deg);
    text-align: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
}
.form-resol {
    width: 300px;
    background-color: #E5DCCF;
    color: black;
    position: fixed;
    top: 30%;
    right: -300px;
    z-index: 1021;
    overflow: hidden;
    padding: 20px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.clicked {
    position: fixed;
    margin-right: 300px;
    opacity: 1;
}
.close-btn {
    float: right;
    background: #333;
    border: none;
    color: #fff;
    border-radius: 2px;
}
.form-opt {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}
.form-submit{
    background: #333;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}
.form-submit:hover , .form-submit:focus{
    background: #333;
    color: #fff;
}
.opt-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    width: 50%;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.opt-item:hover {
    color: #0089d1;
    transform: scale(1.2, 1.2);
}
.opt-text {
    margin-left: 4px;
}
.inputs {
    margin: 2px;
}
.form-field {
    margin-bottom: 2px;
}
.our-team{
    padding: 60px 0px;
}
.our-team .card{
    border-radius: 0px;
    border: none;
    width: 100%;
    height: 100%;
}
.our-team{
    margin-top: 40px;
}
.our-team .card .card-img{
    width: 100%;
    height: 250px;
}
.our-team .card .card-img-top{
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.our-team .card  .card-title{
    font-size: 18px;
    text-align: center;
    margin: 10px 0px;
    color: #216288;
    font-weight: 600;
}
.our-team .card  .card-text{
    font-size: 15px;
    text-align: center;
    color: #666666;
}



@media (min-width:2000px) {
  
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background: #E5DCCF;
    }
    .main-header .offcanvas{
        background: #E5DCCF;
    }
    .mobile-header .logo img {
        width: 180px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
   

}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background: #E5DCCF;
    }
    .main-header .offcanvas{
        background: #E5DCCF;
    }
    .mobile-header .logo img {
        width: 180px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner{
        height: 100%;
    }
    .banner-content{
        padding-top: 30px;
        top: 0;
        left: 0;
        transform: translate(0 , 0);
    }
    .banner-content .banner-title{
        font-size: 26px;
    }
    .banner-content .banner-title span{
        font-size: 35px;
    }
    .banner .banner-content .banner-img{
        width: 100%;
    }
    .banner .banner-content .icon-1{
        left: -8px;
    }
    .banner .banner-content .icon-3{
        right: -8px;
    }
    .category .category-title{
        font-size: 26px;
    }
    .category .category-title::after , .category .category-title::before{
        background: none;
    }
    .facts .fact-title , .main-title{
        font-size: 26px;
    }
    .testimonial-carousel .owl-nav button.owl-prev img{
        left: 10%;
    }
    .testimonial-carousel .owl-nav button.owl-next img{
    right: 10%;
    }
    .award-carousel .owl-nav button.owl-next img{
        width: 30px;
        right: -4%;
    }
    .award-carousel .owl-nav button.owl-prev img{
        width: 30px;
        left: -4%;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background: #E5DCCF;
    }
    .main-header .offcanvas{
        background: #E5DCCF;
    }
    .mobile-header .logo img {
        width: 180px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner{
        height: 100%;
    }
    .banner-content{
        padding-top: 30px;
        top: 0;
        left: 0;
        transform: translate(0 , 0);
    }
    .banner-content .banner-title{
        font-size: 26px;
    }
    .banner-content .banner-title span{
        font-size: 35px;
    }
    .banner .banner-content .banner-img{
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0,0);
    }
    .banner .banner-content .banner-img img{
        width: 100%;
        max-width: 100%;
    }
    .banner .banner-content .icon-1{
        left: -8px;
    }
    .banner .banner-content .icon-3{
        right: -8px;
    }
    .category .category-title , .about-page-detail .about-page-title{
        font-size: 26px;
    }
    .category .category-title::after , .category .category-title::before , .about-page-detail .about-page-title::after{
        background: none;
    }
    .facts .fact-title , .main-title{
        font-size: 26px;
    }
    .testimonial-carousel .owl-nav button.owl-prev img{
        left: 10%;
    }
    .testimonial-carousel .owl-nav button.owl-next img{
    right: 10%;
    }
    .page-banner .page-title , .main-title-white ,.ananya-associated .associated-title{
        font-size: 25px;
    }
    .about-page-detail .about-page-img{
        margin-top: 0px;
    }
    .award-carousel .owl-nav button.owl-next img{
        width: 30px;
        right: -6%;
    }
    .award-carousel .owl-nav button.owl-prev img{
        width: 30px;
        left: -6%;
    }
    .page-modal .modal-header .close{
        top: -30px;
        right: 5px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background: #E5DCCF;
    }
    .main-header .offcanvas{
        background: #E5DCCF;
    }
    .mobile-header .logo img {
        width: 180px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner{
        height: 100%;
    }
    .banner-content{
        padding-top: 30px;
        top: 0;
        left: 0;
        transform: translate(0 , 0);
    }
    .banner-content .banner-title{
        font-size: 26px;
    }
    .banner-content .banner-title span{
        font-size: 35px;
    }
    .banner .banner-content .banner-img{
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0,0);
    }
    .banner .banner-content .banner-img img{
        width: 100%;
        max-width: 100%;
    }
    .banner .banner-content .icon-1{
        left: -8px;
    }
    .banner .banner-content .icon-3{
        right: -8px;
    }
    .category .category-title , .about-page-detail .about-page-title{
        font-size: 26px;
    }
    .category .category-title::after , .category .category-title::before , .about-page-detail .about-page-title::after{
        background: none;
    }
    .category .category-box .img-box .icon-box{
        top: 85%;
        right: -24px;
    }
    .category .category-box-1 .img-box .icon-box{
        top: 85%;
        left: -24px;
    }
    .facts .fact-title , .main-title , .ananya-associated .associated-title{
        font-size: 26px;
    }
    .testimonial-carousel .owl-nav button.owl-prev img{
        left: 10%;
    }
    .testimonial-carousel .owl-nav button.owl-next img{
    right: 10%;
    }
    .page-banner .page-title , .main-title-white{
        font-size: 25px;
    }
    .about-page-detail .about-page-img{
        margin-top: 0px;
    }
    .award-carousel .owl-nav button.owl-next img{
        width: 30px;
        right: -6%;
    }
    .award-carousel .owl-nav button.owl-prev img{
        width: 30px;
        left: -6%;
    }
    .floating-btn{
        right: 2%;
    }
    .page-modal .modal-header .close{
        top: -30px;
        right: 5px;
        line-height: 20px;
    }
}   


.counter-plus-symbol{
        position: absolute;
    top: 42%;
    right: 15px;
    font-size: 34px;
    font-weight: 600;
}
.p-re{
    position: relative;
}

@media only screen and (max-width: 575.98px) {
    .counter-plus-symbol{
        right: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
     .counter-plus-symbol{
        right: 50px;
    }
}@media screen and (min-width: 575.98px) and (max-width: 768px) {
     .counter-plus-symbol{
        right: 140px;
    }
}
@media screen and (min-width: 991.98px) and (max-width: 1199px){
.facts .fact-card .card-number{

font-size: 50px;
}
 .counter-plus-symbol{
       top: 35%;
    }
}