/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Nunito", sans-serif;
}

:root{
    --root:#E1C30D;
    --yellow:#D2BB49;
    --light-y:#DBC94F;
    /* #A50200 */
}
.footer-item img{
width:100px;
}
.enquiry .inq-content{
	max-height: 630px !important; 
	overflow-y: scroll;
}
.enquiry .inq-content h2{
	font-size: 24px;
}
.enquiry .inq-content h3{
	font-size: 20px;
}
.enquiry .inq-content h4{
	font-size: 20px;
}
.text-primary{
    color: #E1C30D !important;
}
.btn.btn-primary{
    background: linear-gradient(#E1C30D,#E3B146);
    border-color: #E1C30D!important;

    /* background: #A50200  !important;
    border-color: #A50200 !important; */
    
}
.border{
    border-color: linear-gradient(#E1C30D,#E3B146) !important;
}

/* navbar desktop */
.header .container{
    /* max-width: 1140px; */
}
.desk-navbar{
    display: block;
}
.desk-navbar .desk-navbar-left{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.desk-navbar .desk-navbar-left .left-head{
    padding: 10px 0;
}
.desk-navbar .desk-navbar-left .left-head a{
    color: var(--root);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 10px;
}
.desk-navbar .desk-navbar-left .left-head a i{
    margin-right: 10px;
}
.desk-navbar .desk-navbar-left .left-line{
    border-top: 1px solid #e5ddaa;
    max-width: 100%;    
}

.desk-navbar .desk-navbar-middle {
    margin: 0 auto;
    position: relative;
}
.desk-navbar .desk-navbar-middle .navbar-logo{
    text-align: center;
}
.desk-navbar .desk-navbar-middle .navbar-logo::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 100%;
    top: -10px;
    animation: slideww 5s linear infinite;
    transform: rotate(-30deg);
    box-shadow: 0 3px 11px rgba(255,255,255,.5);
}
@keyframes slideww {
    from {
        left: -0px;
        background: rgba(255,255,255,.5)
    }

    to {
        left: 420px;
        background: rgba(255,255,255,.5)
    }
}
.desk-navbar .desk-navbar-middle .navbar-logo a{
    margin: 0 auto;
    display: inline-block;
}
.desk-navbar .desk-navbar-middle .navbar-logo img{
    width: 200px;
}



.desk-navbar .desk-navbar-right{
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    align-items: end;
}
.desk-navbar .desk-navbar-right .right-head {
    padding: 10px 0;
}
.desk-navbar .desk-navbar-right .right-head span{
    font-weight: bold;
}
.desk-navbar .desk-navbar-right .right-head a.social-media-link{
    margin: 0 5px !important;
}
.desk-navbar .desk-navbar-right .right-head a{
    color: var(--root);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 10px;
}
.desk-navbar .desk-navbar-right .right-head a i{
    margin-right: 10px;
}
.desk-navbar .desk-navbar-right .right-line{
    border-top: 1px solid #e5ddaa;
}

@media screen and (max-width:991px){
    .logo-with-toggler{
        display: block !important;
    }   
    .desk-navbar{
        display: none;
    } 
}
/* mobile navbar toggle nav start */
.logo-with-toggler{
    position: relative;
    display: none;
}
.logo-with-toggler .brand-img{}
.logo-with-toggler .brand-img a{}
.logo-with-toggler .brand-img a img{}

.logo-with-toggler .togglerr{
    cursor: pointer;
}

.logo-with-toggler .aa{
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 26px auto;
}
.logo-with-toggler .togglerr span{
    transform: rotate(180deg);
    border: 2px solid #000;
    margin: 6px 0;
    display: block;
    width: 35px;
}
/* mobile navbar toggle nav end */




/* mob navbar start */

.mob-navbar{
    background: #a50300e1;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    width: 70%;
    opacity: 0;
    transition: .9s all ease;
    display: none;
}
.mob-navbar .mob-navbar-middle{
    padding: 50px;
}
.mob-navbar .mob-navbar-middle a{
    display: block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #9da1a4f2;
}
/* mob navbar end */




/* new navbar start */




.topbar{
    background-color: #EEF9FF !important;
}

.topbar small{
    font-size: 16px;
    font-weight: bolder;
}

.topbar .bg-primary{
    background-color: #A50200 !important;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #A50200;
    transform: skew(40deg);
}
    .navbar-sec{}
    .navbar-sec .navbar-brand img{
width:100px
}
    .navbar-sec .navbar-nav {}
    .navbar-sec .nav-item .nav-link{
        font-size: 20px;
        color: #A50200 !important;
        font-weight: bolder;
    }
    .navbar-sec .nav-item{
        margin: 0 15px;
        color: #A50200 !important;
    }
    
    .navbar-sec .nav-item:hover{
        /* margin: 0 15px; */
        color: #000 !important;
    }
    .navbar-sec .dropdown .dropdown-menu .dropdown-item i{
        font-size: 10px;
    }
    .navbar-sec .asdf:hover .dropdown-menu{
        display: block;
    }
/* new navbar end */




/* product section start */


.layout_padding {
    padding: 65px 10px;
  }
  
  .layout_padding2 {
    padding: 60px 10px;
  }
  
  
  .product-section .heading_container {
    margin-bottom: 20px;
  }
  
  .product-section .box {
    background-color: #eeeeee;
    position: relative;
    padding: 10px;
    margin-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* border: #fd9c6b solid; */
    border-radius: 0 !important;
  }
  
  .product-section .box a {
    color: #000000;
    text-decoration: none;
  }
  
  .product-section .box .img-box {
      
      display: flex;
      justify-content: center;
      align-items: center;
      /* padding: 15px 15px; */
      /* height: 245px; */
  }
  
  .product-section .box .img-box img {
      max-width: 100%;
      /* max-height: 145px; */
  }
  .product-section .box:hover .img-box img {
      /* transform: scale(1.1); */
      transition: 0.5s ease-in-out;
  }
  
  .product-section .box .detail-box {
    
        display: flex;
        justify-content: center;
        /* background: #E3B146; */
        background: linear-gradient(#E1C30D,#E3B146);
        color: #fff;
        padding: 10px;
        align-items: center;
  }
  .product-section .box .detail-box h3{
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 0;
  }
  
  .product-section .box .detail-box h3 span {
      color: #fd9c6b;
  }
  
  .product-section .box .new {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #FFD700; 
      display: flex; 
      justify-content: center; 
      align-items: center;
      border-radius: 100%;
      font-size: 15px;
      color:#fff;
  }
  
  /* .product-section .btn-box {
      display: flex;
      justify-content: center;
      margin-top: 45px;
  }
  
  .product-section .btn-box a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #fd9c6b;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fd9c6b; 
    transition: all .2s;
  } */


/* product section end */




               
/*** About Start ***/
.dot-bg{
    background: linear-gradient(rgba(255, 255, 255, 0.106),rgba(255, 252, 252, 0.224)), url(../images/banner/Dot.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about{
    background: linear-gradient(rgba(255, 255, 255, 0.106),rgba(255, 252, 252, 0.224)), url(../images/banner/Dot.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about .asdf{
    font-size: 19px !important;
    text-align: justify;
}
.about h1{
    font-size: 24px;
}
/*** Youtube Video start ***/
.video {
    position: relative;
    padding-right: 70px; 
    padding-bottom: 70px;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    margin-left: -35px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background:#A50200 ;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #A50200;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** About End ***/



/*** contact-form-sec  Start ***/
.contact-form-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/sona-sathi-images/banner-img/sona-sath-gold-img-4.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-sec .contact-form-sec-form {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .4));
    object-fit: cover;
    border-radius: 10px;
}

.contact-form-sec .contact-form-sec-time {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, .2));
    object-fit: cover;
    border-radius: 10px;
}
/*** contact-form-sec End ***/




/*** Contact Start ***/






.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.contact-form-sec .counter-content{
    min-height: 250px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}
            
.contact .contact-form {
    background: rgba(255, 255, 255, 0.6);
    
}
.contact-sec .bg-primary{
    background: var(--root) !important;
    border-color:  #A50200 !important;
}

.contact-sec .border-primary{
    border-color: #A50200 !important;
}

.contact-sec .contact-box{
    min-height: 160px;
}
 .enquiry   .contact-sec .contact-box{
        min-height: 185px;
    }
/*** Contact End ***/









      
/*** footer start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.854),rgba(0, 0, 0, 0.806)),url(../images/sona-sathi-images/banner-img/sona-sath-gold-img-6.jpeg);
    /* background: #000; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-item a,
.footer .footer-item p {
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    transition: 0.5s;
    text-decoration: none;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: #A50200 !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    /* background: #A50200  !important; */
    background: var(--root) !important;
}
.copyright a{
    text-decoration: none;
    color: #A50200;
}
/*** copyright end ***/







/*** we-do-sec Start ***/
.we-do-sec {
    position: relative;
    overflow: hidden;
    background-image: url(../images/sona-sathi-images/banner-img/sona-sath-gold-img-4.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.we-do-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
}

.we-do-sec a{
    text-decoration: none;
    color: #000;
}

.we-do-sec .we-do-sec-section {
    position: relative;
    z-index: 5;
}

.we-do-sec .we-do-sec-days {
    border-radius: 10px;
    background: #A50200;
}

.we-do-sec .we-do-sec-item {
    position: relative;
    height: 100%;
    text-align: center;
    /* border-radius: 10px; */
    background: #fff;
    z-index: 1;
}

.we-do-sec .we-do-sec-item:hover a{
    color: #fff;
}
.we-do-sec .we-do-sec-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    /* border-radius: 10px; */
    background: #E1C30D;
    transition: 0.5s;
    z-index: 2;
}

.we-do-sec .we-do-sec-item:hover:after {
    height: 100%;
}

.we-do-sec .we-do-sec-item i {
    color: #A50200;
    transition: 0.5s;
}

.we-do-sec .we-do-sec-item:hover i {
    color: #fff;
}

.we-do-sec .we-do-sec-item .we-do-sec-content {
    position: relative;
    z-index: 3;
}

.we-do-sec .we-do-sec-item .we-do-sec-content p {
    transition: 0.5s;
}

.we-do-sec .we-do-sec-item:hover .we-do-sec-content p {
    color: #fff;
}

.we-do-sec .we-do-sec-item .we-do-sec-content a.h4 {
    transition: 0.5s;
}

.we-do-sec .we-do-sec-item:hover .we-do-sec-content a.h4:hover {
    color: #fff;
}
/*** we-do-sec End ***/









/* contact Form */
.contact-form-sec input{
    background-color: transparent;
    color: #fff;
}
.contact-form-sec textarea{
    background-color: transparent;
    color: #fff !important;
}
.contact-form-sec textarea:focus{
   color: #fff;
}

 .contact-form-sec input:focus {
   background:transparent;
   border-color:#CED4DA;
   color: #fff;
   /* border-left: 5px solid #ff7029; */
   /* border-radius: none; */
 }


 .contact-form-sec .form-input .form-control {
   border-radius: 6px;
   height: 60px;
 }
 .contact-form-sec .form-input input::placeholder,
 .contact-form-sec .form-input textarea::placeholder {
     color: #fff !important;
 }
 .contact-form-sec input::placeholder{
     color: #fff;
 }
 .contact-form-sec textarea:focus {
   background:transparent;
   border-color: transparent;
   border-left: 5px solid #ff7029;
   border-radius: none;
 }
 .contact-form-sec textarea {
   height: 120px;
   border-radius: 6px;
   width: 100%;
 }
 .contact-form-area .cintact-form-btn a {
   display: inline-block;
   width: 570px;
 }
 @media only screen and (min-width: 576px) and (max-width: 767px) {
   .contact-form-area .cintact-form-btn a {
     width: 270px;
   }
 }
 @media (max-width: 767px) {
   .contact-form-area .cintact-form-btn a {
     width: 270px;
   }
 }
 





/* captcha new design start */
.captchasep1 {
   display: flex;
}

.captchasep1 input {
   width: 100% !important;
   margin-top: 0 !important;
}

.captchasep1 .captcha-codes-sec {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100% !important;
   border-top: 1px solid #CED4DA;
   border-right: 1px solid #CED4DA;
   border-bottom: 1px solid #CED4DA;
   background: url(../images/index-img/capt-img.jpeg);
   font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
   margin-bottom: 0;
   letter-spacing: 9px;
   font-style: italic;
   font-size: 22px;
   padding: 10px;
   height: 100%;
   font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec button {
   font-style: italic;
   font-size: 22px;
   outline: none;
   background: transparent;
   height: 100%;
   border: none;
   font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
   /* background: var(--purple); */
   color: #fff;
   padding: 10px;
   border-radius: 6px;
}


@media screen and (max-width:600px) {
   .captchasep1 {
     display: flex;
     flex-direction: column !important;
   }

   .captchasep1 .captcha-codes-sec {
     border-left: 1px solid #CED4DA;
     border-right: 1px solid #CED4DA;
     border-bottom: 1px solid #CED4DA;
     margin-top: 3px;
   }


 }

.bg-danger22{
   background-color: var(--yellow) !important;
}











    /* faq-sec start */
.faq-sec {
    background: linear-gradient(to left , #E1C30D97,#E3B146), url(../images/banner/Dot.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* background-color: #A50200 !important; */
  /* padding: 60px 0; */
  /* margin-bottom: 60px; */
}
.faq-sec .fqa-img{
    background: url(../images/index-img/fqa-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.faq-sec h3 {
  font-weight: 700;
  margin: 20px 0 30px;
}

.faq-sec .faq-sec-content .accordion-body{
    font-size: 18px;
    font-weight:600 ;
}
.faq-sec .faq-sec-content .accordion-header button {
  /* margin: 10px; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  /* border-radius: 20px; */
  color: var(--black);
}

.faq-sec .accordion .accordion-button::after {
  --bs-accordion-btn-icon-width: 1rem;
  background-color: var(--white);
}


.faq-sec .accordion .accordion-item {
  margin-bottom: 10px;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: url(../images/index-img/minus.png) !important;
    transform: rotate(-180deg) !important;
}
.faq-sec .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/index-img/plus.png) !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
/* faq-sec end */






.gallery-section .gallery-section-heading h3{
    text-align: center;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
  
  }
  .gallery-section .photo-1 {
    /* padding: 20px !important; */
    /* margin: 10px; */
  
  }
  .gallery-section .photo-1 {
    position: relative;
    width: 100%;
    margin: 10px 0px;
  }
  
  .gallery-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .gallery-section .overlay:hover  {
        opacity: 1;  
  }
  
  .gallery-section .direction i {
    color: #fff;  
    font-size: 2rem;  
  }
  
  



  .whatsapp-icon {
    position: fixed;
    right: 30px;
    bottom: 170px;
    z-index: 1111;
}

.partner-signup {
    position: fixed;
    bottom: 100px;
    left: -60px;
    z-index: 9999;
    background-color: #0000007e;
    transform: rotate(90deg);
    display: inline-block;

}

.whatsapp-icon a img {
    width: 50px;
}

.phone-icon {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 1111;
}

.phone-icon a img {
    width: 50px;
}
  



.bg-breadcrumb {
    /* linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), */
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/sona-sathi-images/banner-img/topbanner.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
/* background-attachment: fixed; */
/* width: 100%; */
padding: 80px 0;
}

.bg-breadcrumb .breadcrumb{
background-color: #A50200;
/* padding: 100px 10px; */
font-size: 22px;
}

.bg-breadcrumb h1{
font-size: 30px;
}


/* top bar button */


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}






/*** Blog Start ***/


.blog{
    background: linear-gradient(to left , #E1C30D97,#E1C30D97), url(../images/banner/Dot.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}



.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* background: rgba(1, 95, 201, .2); */
    background: #E1C30D7f;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--yellow);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--yellow);
}

.blog a{
    text-decoration: none;
    color: #A50200 !important;
    font-weight: 700;
}
/*** Blog End ***/







/****/
.professional_section .overlay {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #7777775e;
    line-height: 60px;
}

.professional_section .aa {
    text-align: center;
    transform: translateY(-45px);
    font-size: 40px;
    color: #E1C30D !important;
    font-weight: bold;
}

@media (max-width: 769px) {

    .professional_section .overlay {
        font-size: 50px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        color: #7777775e;
        line-height: 60px;
    }

    .professional_section .aa {
        text-align: center;
        transform: translateY(-40px);
        font-size: 30px;
        color: #E1C30D !important;
        font-weight: bold;
    }

}

@media (max-width: 428px) {

    .professional_section .overlay {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        color: #7777775e;
        line-height: 35px;
    }

    .professional_section .aa {
        text-align: center;
        transform: translateY(-25px);
        font-size: 25px;
        color: #E1C30D !important;
        font-weight: bold;
    }

}




/* 
*/
.blogs-details-sec-start{

}
.blogs-details-sec-start .blogs-details-img{
width: 100%;
}
.blogs-details-sec-start .blogs-details-img img{
width: 100%;
}
.blogs-details-sec-start .blogs-heading-name{
    font-weight: bold;
    color: #000;
}
.blogs-details-sec-start h2{
    font-size: 24px !important;
}
.blogs-details-sec-start h3{
    font-size: 21px !important;
}
.blogs-details-sec-start h4{
    font-size: 21px !important;
}

.blogs-details-sec-start .blogs-content p{
font-size: 18px;
color: #000;
text-align: justify;
}


/* blogs-details-sec-end*/


.process-sec .process-head{
    min-height: 300px;
}


/* blogs details sec */
    .blogs-details-sec-start .borderss .blogs-imggg{
        width: 100%;
        height: 100%;
    }
    .blogs-details-sec-start .borderss .blogs-imggg img{
        width: 100%;
        height: 100%;
    }
    .blogs-details-sec-start .borderss .blogs-titles small{
        font-size: 15px;
        font-weight: 700;
    }
    .blogs-details-sec-start .borderss{
        /* min-height: 100px; */
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        margin: 15px 0;
        overflow: hidden;
    }
    .blogs-details-sec-start .borderss:hover .blogs-imggg img{
        transform: scale(1.1);
        transition: 0.5s ease-in-out;
    }



/* count */

.de_count {
    padding: 0px 0 10px 0;
    background: none;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.de_count h3 {
    font-size: 40px;
    letter-spacing: .1px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1em;
}

.de_count h5 {
    font-size: 14px;
    font-weight: 500;
}

.de_count p.d-small{
    margin-top: 5px;
    opacity: .5;
}

.rtl .de_count h3,
.rtl .de_count h5{
    text-align: right;
}

.de_count h3 span {
    font-size: 36px;
}

.de_count.big h3 {
    font-size: 120px;
}

.de_count span {
    font-size: 12px;
    text-transform: uppercase;
}

.de_count i {
    display: block;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 100%;
    font-weight: lighter;
}

.de_count.small h4 {
    font-size: 28px;
    margin-bottom: 0;
}

.de_count{
    font-size: 16px;
    background: #ffffff;
    padding: 30px 20px 20px 30px;
    color: #35404e;
    font-weight: 500;
}

.de_count.transparent{
    background: rgba(255, 255, 255, .15);
}


.de_countdown {
    text-align: right;
    background: #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    z-index: 100;
    padding: 0 0 10px 0;
}

.dark-scheme .de_countdown{
    color: #fff;
    background:none;
}

.bg-dark{
    background-color: #A50200 !important;
}

.jarallax{
    background: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.795)), url(../images/sona-sathi-images/banner-img/topbanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}







/* Testimonial Start */
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px; 
    height: 100px; 
    top: 0; left: 50%; 
    transform: translate(-50%, -50%);
    border: 3px solid var(--root); 
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid var(--root);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--root);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--root);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--root);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--root);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--root);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: #fff;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--root) !important;
    color: #fff;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid #fff; 
    border-style: dotted;
    transition: 0.5s;
}
/* Testimonial End */








.gold-section {
    background-color: #FFF3E8 !important;
    /* background: radial-gradient(circle at center, #2a190c, #120a05); */
  }
  
  .section-tag {
    color: #A50200;
    font-weight: 800;
    letter-spacing: 1px;
  }
  
  .section-title {
    color: #000;
    font-weight: 700;
  }
  
  .gold-list {
    list-style: none;
    padding-left: 0;
  }
  
  .gold-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
    color: #000 !important;
    font-weight: 600;
  }
  
  .gold-list li::before {
    content: "➤";
    color: var(--root);
    position: absolute;
    left: 0;
  }

  
  /* Positions */
  .circle-item.top {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .circle-item.right {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .circle-item.bottom-right {
    bottom: 30px;
    right: 30px;
  }
  
  .circle-item.bottom-left {
    bottom: 30px;
    left: 30px;
  }
  
  .circle-item.left {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }

.loactions-head{
          padding:50px 0;
        }
     	.loactions-head h2{
          text-align: center;
          font-size: 20px;
          margin-bottom: 20px;
          font-weight: 700;
        }
     	.loactions-head p{
          font-size: 16px;
    		line-height: 20px;
          margin-bottom: 15px;
    		color: #000;
          font-weight: 600;
        }
       .loactions-head .loactions{
          column-count: 3;
        }
@media screen and (max-width:800px){
         .loactions-head .loactions{
          column-count:1;
			}
        }  
     	.loactions-head .loactions a{
          display:block;
          margin-top: 6px;
          font-size: 14px;
          
        }
     	.loactions-head .loactions a button{
          border:none;
          outline:none;
          background:transparent;
          color: #3F76B5;
          font-weight: 600;
          text-align:left;
        }