@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body{
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul li{
    list-style-type: none;
    list-style: none;
}
ul{
    padding-left: 0px;
}
.pt-100{
    padding-top: 100px;
}
.pt-50{
    padding-top: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
.mt-12{
  margin-top: 12px;
}
.mt-30{
  margin-top: 30px;
}
.mt-80{
  margin-top: 80px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-80{
  margin-bottom: 80px;
}
h1,h2,h3{
    font-weight: 600;
}
header{
   padding: 5px;
   background-color:#ffffff;    
}
.navbar{
    position: relative;
}
.navbar-brand img{
   width: 90%;
}
.navbar-nav .nav-item .nav-link{
    position: relative;
    color: #000000 !important;
    font-weight: 600;
}
.navbar-dark .navbar-toggler{
    color: #000000 !important;
    font-size: 20px;
}
.dropdown-menu .dropend .dropdown-toggle{
  color: #292828c5 !important;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
      right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.megamenu ul li {
  display: flex;
  align-items: center ;
}
.mega-menu-hover .megamenu {
  margin: 0;
  padding: 29px 30px;
  width: 100%;
}
.drop-list {
  min-width: 60.2rem !important;
    left: -603px !important;
}
.megamenu ul li i {
  color: #e6ac39;
}
  
.header-button{
    text-align: right;
}
.header-button button{
    padding: 10px 20px;
    border: none;
    background: #e6ac39;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
}
@media (max-width:768px){
    .header-button button{
        margin-top: 20px;
    }
    @media (max-width: 768px) {
    .header-button {
        text-align: start;
    }
}
}

/* home-banner  */
.slider-one_slide {
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 200px 0px 200px;
    background-size: cover;
}
.slider-one_image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}
.slider-one_image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.4;
    z-index: 1;
    background: url(../images/banner/pattern-layer.webp);
    background-size: cover;
}
.slider-one_image-layer-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.slider-one_image-layer-1:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.6;
  z-index: 1;
  background: url(../images/home-banner/pattern-layer.webp);
  background-size: cover;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.slider-one_pattern {
    position: absolute;
    right: -56px;
    top: 0px;
    z-index: 1;
    width: 392px;
    height: 834px;
    background-repeat: no-repeat;
}
.about-one_pattern-four,
.slider-one_pattern{
    animation-name: zoom-fade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  } 

.slider-one_content {
    position: relative;
    z-index: 1;
    bottom: 50px;
    right: 10px;
}
.slider-one_content-inner {
    position: relative;
    padding-left:60px;
}
.slider-one_title {
    position: absolute;
    left: -180px;
    top: 170px;
    opacity: 1;
    font-weight: 800;
    font-size:20px;
    color: #ffffff;
    transform: rotate(-90deg);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    text-transform: uppercase;

}

.slider-one_date {
    position: relative;
    font-weight: 700;
    line-height: 44px;
    color: #ffc929;
    text-transform: capitalize;
    font-size: 16px;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.slider-one_heading {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    
}

.banner-button button{
    padding: 12px 35px;
    border: none;
    background: rgba(230, 172, 57, 1);
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 20px;
    position: relative; 
    top: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.2px);
    -webkit-backdrop-filter: blur(3.2px);
}
.banner-button button a{
    text-decoration: none;
    color: #fff;
}
@media (max-width:768px){
    .banner-button button{
        width: 100%;
        margin-top: 15px;
    }
    .slider-one_image-layer {
        background-size: cover;
        background-position: -309px center;
        background-repeat: no-repeat;
    }
    .slider-one_pattern {
        position: absolute;
        right: -22px;
        top: -29px;
        z-index: 1;
        width: 300px;
        height: 834px;
        background-repeat: no-repeat;
        display: none;
    }
    .slider-one_content {
        position: relative;
        right: 55px;
    }
    .slider-one_date{
        font-size: 18px;
        line-height: 25px;
    }
    .slider-one_heading{
        font-size: 35px;
    }
}
.banner-form{
    position: relative;
    z-index: 1;
}
.home-banner-form{
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 12px !important;
    box-shadow: 0px 3px 15px -5px;
    top: 7px;
    margin: 0px 10px 20px;
    position: relative;
    z-index: 99;
}
/* our-portfolio  */
.awards {
    background: #e8dcdc;
}
.awards-heading h5 {
    color: #e6ac39;
    padding-top: 20px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}
.awards-heading h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    padding-top: 13px;
}
.award-icon {
    background: #ffffff;
    height: calc(100% - 20px);
    padding: 14px 29px;
    border-radius: 10px;
    text-align: center;
}
.award-icon img {
    background: #e6ac39;
    color: #ffffff;
    padding: 10px;
    width: 60px;
    border-radius: 10%;
}
.award-icon h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding-top: 20px;
}
/* counter-section  */
.counter-section{
    background: linear-gradient(190deg,#e68d39, #e0b138);
}
.counter-text h3{
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 25px;
    text-align: center;
    position: relative;
    right: 60px;
    top: 30px;
}
@media (max-width:768px){
    .counter-text h3{
    font-size: 33px;
    padding-bottom: 20px;
    right: 0px;
    top: 30px;
    text-align: center;
}
}
.counter-item h5{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    position: relative;
    left: 20px;
}
.counter-item p{
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  position: relative;
    left: 20px;
}
.counter-item h3{
    font-size: 45px;
    font-weight: 700;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffffff;
    text-align: center;
    
  
}
@media (max-width:768px){
    .counter-item h3{
    position: relative;
    left: 20px;
   }
   .counter-item p{
     position: relative;
    left: 20px;
    }
    .counter-item h5{
    position: relative;
    left: 20px;
    }
}
.counter-item{
    position: relative;
    padding: 0px 45px 0px 0px;
}
/* .customer-logo  */
.customer-logo-bg {
    position: relative;
   background-color: #ffffff;
    padding: 15px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.slide-text2 {
    position: relative;
    display: block;
}
.slide-text2 .text-inner1 {
    position: relative;
    display: flex;
    padding: 5px 0px;
    transform: rotate(0deg);
}
.slide-text2 .text-inner1 .text-list1 {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    animation: scroll-left1 80s linear infinite;
}
.slide-text2 .text-inner1 .text-list1 li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    margin-right: 80px;
    font-weight: 700;
}
.slide-img-logo {
    width:100px;
}
@keyframes scroll-left1 {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }   
}
/* service-sec  */

/* .service-heading{
    display: flex;
    justify-content: space-between;
} */
.why-choose-us h5{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e6ac39;
}
.why-choose-us h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
    padding-top: 13px;
}

.service-area {
    margin-bottom: 30px;
}
.service-area .thumbnail {
    display: block;
    overflow: hidden;
}
.service-area .thumbnail img {
    width: 100%;
    transition: 0.5s;
}
.service-area .body {
    padding: 20px 40px;
    background: #e6ac39;
    height: calc(100% - 20px);
}
.service-area .body a {
    text-decoration: none;
    text-align: center;
}
.service-area .body a .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
}
.service-area .body p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.service-button{
    text-align: center;
}
.service-button button{
    padding: 10px 20px;
    border: none;
    background: #ffffff;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
}
@media (max-width:768px){
    .service-button button{
        margin-top: 20px;
    }
}

/* testimonial section start */
.testimonials-area {
    position: relative;
    background: #ffffff;
    z-index: -1;
    padding: 100px 10px;
}
 .testimonial-section{
    position: relative;
    background: linear-gradient(50deg, #835327, #e0b138);
    padding: 20px 30px 40px 30px;
    box-shadow: 0px 2px 4px 2px #1c5c4b;
    height:calc(100% - 20px);
 }
 .testimonial-icon i{
    font-size: 40px;
    position: absolute;
    top: 0;
    background:#e6ac39;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
 }
 .testimonial-para p{
    padding-top: 60px;
    color: #fff;
}
 .testimonial-img-sec{
    display: flex;
    align-items: center;
    gap: 40px;
 }
 .testimonial-img{
    width: 70px;
    border-radius: 50%;
 }
 .testimonial-img img{
    width: 100%;
    border-radius: 50%;
 }
 .testimonial-content h6{
    font-weight: 800;
    color:#e6ac39;
 }
.testimonial-heading{
    position: relative;
}
.testimonial-heading h5{
    color: #e6ac39;
    font-size: 15px;
    font-weight: 700;
}
.testimonial-heading h2{
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 700;
}


/* form-section  */
.why-choose-us-three {
    position: relative;
    padding: 90px 0 60px;
}
.why-choose-us-three:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(19, 18, 29, 0.9411764706);
    z-index: 1;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.auto-container {
    position: static;
    max-width: 1196px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.why-choose-us-three .content-column {
    position: relative;
    z-index: 2;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #cc9c35;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3.3px;
}
.sec-title.light h2 {
    color: #fff;
    font-weight: 700;
}
.sec-title.light .text{
    color: #fff;
}
.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.contact-details__info li {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #cc9c35;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon span {
    color:#ffffff;
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info li .text {
    margin-left: 30px;
}
.why-choose-us-three .content-column .contact-details__info li .text h6 {
    color: #fff;
}
.contact-details__info li .text a {
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
    text-decoration: none;
}
.contact-details__info li .text span {
    font-size: 20px;
    color:  #ffffff;
}
@media (max-width: 575.98px) {
    .why-choose-us-three .content-column .contact-details__info li {
        display: block;
        text-align: center;
    }
    .why-choose-us-three .content-column .contact-details__info li .icon {
        margin: 0 auto;
    }
    .why-choose-us-three .content-column .contact-details__info li .text {
        margin-left: 0;
        margin-top: 20px;
    }
}

 /* form coloum -2  */
 .why-choose-us-three .form-column .inner-column {
    margin: 0px 0 0px;
}
.why-choose-us-three .contact-form {
    position: relative;
    background-color: #cc9c35;
    padding: 55px 60px 60px;
    z-index: 2;
    border-radius: 12px;
}
.why-choose-us-three .contact-form .form-button button{
    padding: 10px 20px;
    border: none;
    background: #e6ac39;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
}
.why-choose-us-three .contact-form .title{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group input {
    width: 100%;
    padding: 16px;
    color: #000000;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    outline: none;
}
.contact-form .form-group textarea {
    width: 100%;
    color: #000;
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    height: 190px;
    outline: none;
}
/* #model-content  */
.home-banner-form{
    padding: 15px 15px 0px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 15px -5px;
    top: -50px;
    margin: 0px 10px 20px;
    position: relative;
    z-index: 99;
  }
  .panel-body {
    padding: 15px;
  }
  .form-group {
    margin-bottom: 15px;
  }
   .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  @media screen and (max-width: 768px) {
  .form-control {
        border-radius: 0px;
        height: 42px;
        font-size: 15px;
        border: 1px solid #999;
    }
  }
  .newbtn {
    background-color: #9f0000;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .75px;
    line-height: 24px;
    padding: 12px 48px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    transition: all 500ms ease;
  }
  @media screen and (max-width: 768px) {
    .newbtn {
        padding: 10px 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .bottom-line .bg-primary {
        background-color: #9f0000 !important;
    }
  }
  @media screen and (max-width: 768px) {
    .bottom-line-one{
        display: inline-block;
        height: 2px;
        width: 50px;
        position: relative;
    }
  }
  .home-banner-form h4{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-bottom: 0 !important;
  }
  .home-banner-form h4 span {
    font-weight: 700;
    color: #e6ac39;
  }
  .centered-modal.in {
    display: flex !important;
  }
  @media screen and (max-width: 768px) {
    /* .modal-content {
        margin: 0px 15px;
    } */
  }
  
  .modal-content{
    border-radius: 5px !important;
  }
  .modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .centered-modal .modal-dialog {
    margin: auto;
  }
  .close {
    margin-top: 0;
    background: rgba(63, 63, 63, 0.59) !important;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin-right: 0;
    opacity: .8;
    padding-left: 1px;
    padding-bottom: 4px !important;
    position: inherit;
    z-index: 99;
  }
  .close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
  }
  .lbox {
    padding: 0px;
   /* From https://css.glass */
background: rgba(63, 63, 63, 0.09);
border-radius: 16px;
backdrop-filter: blur(2.9px);
-webkit-backdrop-filter: blur(2.9px);
border: 1px solid rgba(63, 63, 63, 0.3);
  }
  .lbox h3 {
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    margin: 25px 0px 25px 0px;
    background: #e6ac39;
    box-shadow: 0 0 5px #ccc;
    color: #fff;
    padding: 7px;
    font-size: 16px;
  }
  .lbox .pad15 {
    padding: 5px 25px 10px;
  }
   .form-group label {
    font-weight: 600;
    color: #ffffff;
  }
  .modal-body {
    position: relative;
    padding: 15px;
    background-image: url(../images/banner/pattern-layer.webp);
    background-size: cover;
    
  }
  .form-group .btn.btn-primary {
    padding: 15px 84px !important;
    border-radius: 5px !important;
    background-color: #e6ac39;
    border-color: #e5b800;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 1s ease !important;
    margin-top: 10px;
    font-size: 14px;
  }
  @media screen and (max-width: 768px) {
    .rbox {
        display: none !important;
    }
  }
  
  .rbox {
    padding: 0px 50px;
    /* margin-top: -20px; */
  }
  .rbox h4 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 2px;
    display: flex;
  }
  .rbox h4 img{
    padding-top: 10px;
  }
  .rbox h4 span {
    font-size: 12px;
    color: #000;
    padding-top: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .rbox h3 {
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 45px;
    border-left: 5px solid #e6ac39;
    padding-left: 20px;
    margin: 30px 0px 40px;
  }
  .rbox h3 span {
    display: block;
    color: #ffffff;
    font-weight: 600;
  }
  .rbox h5 {
    padding-top: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
  }
  .modal.show .modal-dialog{
    margin-top: 0px !important;
  }
  .strong{
    font-weight: 800;
  }

  /* faq */
.faq-heading{
    padding-top: 40px;
}
.faq-heading h6{
    color: #e6ac39;
    font-weight: 600;
}
.faq-heading h3{
    color: #000000;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 30px;
}
.faq-sec{
    padding-top: 50px;
}
.accordion-style .card-header{
    background: linear-gradient(250deg, #e68d39, #e0b138);
}
.card{
   margin-bottom: 30px;
}
.faq-button{
    border: none;
    background: transparent;
    padding: 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
 }
 /* .faq-button:hover{
    color: #f4a259;
 } */
.faq-button i{
     position: absolute;
     right: 20px;
}

/* footer  */
.footer-page{
    background: linear-gradient(63deg, #835327, #e0b138);
}
.about-us-footer img{
    width: 130px;    
}

.about-us-footer h5{
    color: #ffffff;
    padding-top: 40px;
}
.about-us-footer p  a{
    color: #ffffff;
    text-decoration: none;
}
.our-services h5{
    font-size:28px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform:capitalize;
}
.our-services ul{
    list-style: none;
}
.our-services ul li a{
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
}
.our-services ul li:hover a{
    color: #ffffff;
}
.quick-links h5{
    font-size:28px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform:capitalize;
}
.quick-links ul{
    list-style: none;
}
.quick-links ul li a{
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
}
.quick-links ul li:hover a{
    color: #ffffff;
}
.social-info h5{
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform: capitalize;
}

.footer-social-icons ul{
    display: flex;
    align-items: center;    
    gap: 30px;
    position: relative;
    top: 20px;
    left: 20px;
}
.footer-social-icons ul li {
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    padding-top: 7px;
}
.footer-social-icons ul li a i {
   font-size: 20px;
   color:#000000;
}

.footer-address-sec ul li a{
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    position: relative;
    top: 20px;
    right: 10px ;
}
.footer-address-sec ul li:hover a{
    color: #ffffff;
}

@media (max-width:768px){
    .our-services h5{
        left: 0px;
        font-size: 25px;
    }
    .our-services ul {
        position: relative;
        left: -25px;
    }
    .quick-links h5 {
        left: 0px;
        font-size: 25px;
    }
    .quick-links ul {
        position: relative;
        left: -25px;
    }
    .social-info h5 {
        left: 0px;
        font-size: 25px;
    }
    .footer-address-sec ul li a {
        position: relative;
        right: 36px;
    }
    .footer-social-icons ul {
        position: relative;
        left: -30px;
    }
    
}

.whatsapp-img{
    position: fixed;
    right: 50px;
    bottom: 75px;
    z-index: 2;
}
@media (max-width:768px){
    .whatsapp-img{
    position: fixed;
    right: 0px;
    z-index: 2;
}
    
}
.whatsapp-img img{
    width: 60px;
    border-radius: 100px;
}

.footer-page hr{
    color: #000000;
    position: relative;
    top: 15px;
}
.copy-right-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;

}
.copy-right-area .menu-areacopy-rights ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.copy-right-area .menu-areacopy-rights ul li{
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
   
}
.copy-right-area .menu-areacopy-rights ul li a {
    transition: 0.3s;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}
.copy-right-area .menu-areacopy-rights ul li:hover a{
    color: #e6ac39;
}
.copy-right-area .design-by-iamonin ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.copy-right-area .design-by-iamonin ul li {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
    color: #ffffff;
    
}
.copy-right-area .design-by-iamonin ul li a {
    transition: 0.3s;
    color: #ffffff;
    text-decoration: none;
}
.copy-right-area .condition ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
@media (max-width:768px){
    .copy-right-area .condition ul {
        display: none;
}
}
.copy-right-area .condition ul li {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    
}
.copy-right-area .condition ul li a {
    transition: 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}
.copy-right-area .condition ul li:hover a{
    color: #e6ac39;
}