        *{
            padding: 0;
            margin: 0px;
            box-sizing: border-box;
        }
 @font-face {
    font-family:Poppins;
    src: url('../fonts/Poppins-Light.ttf');
 }   
 
  @font-face {
    font-family:Poppins;
    src: url('../fonts/Poppins-Light.ttf');
 }  

  @font-face {
    font-family:Lexend;
    src: url('../font/Lexend/Lexend-VariableFont_wght.ttf');
 }   

 @font-face {
    font-family: SF-Pro-Display-Bold;
    src: url('../font/sf-pro-display/SF-Pro-Display-Bold.woff');
 } 

 body {
  overflow: unset !important;
  background-image: url(../images/overall-bg.jpg);
  background-size: cover;
  background-position: center;
 }

 .custom-container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

 .page-logo {
    width: 195px;
    position: absolute;
    top: 31px;
        left: 50%;
    transform: translateX(-50%);

 }

 .box-section {
   
  
        position: absolute;
    top: 186px;
  width: 100%;
    left: 50%;
    transform: translateX(-50%);
 }

 .box-section-outside {
      width: 90%;
      margin: 0 auto;
 }

 .image-title {
    font-family:Lexend;
font-weight: 700;
font-size: 30px;
line-height: 100%;
letter-spacing: 0.8px;
text-align: center;
text-transform: uppercase;
color: #fff;
position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
        width: 96%;
 }

 .gold-set {
    background: linear-gradient(270deg, #DAAA58 0%, #F8F199 24.91%, #E2AE41 49.53%, #F8F199 81.73%, #DAAA58 100%);
    padding: 36px 0;
    position: relative;
 }

 .gold-set::after {
  content: "";
  width: 100%;
  height: 7px;
background: linear-gradient(90deg, #FFFFFF 1.4%, #A57F30 29.24%, #A57F30 29.25%, #A57F30 71%, #FFFFFF 100%);
position: absolute;
left: 0;
bottom: 0;

 }

 .gold-heading {
   font-family: SF-Pro-Display-Bold;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
width: 60%;
margin: 0 auto;

 }

 .gold-para {
    font-family: Poppins;
font-weight: 300;
font-style: Light;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
text-align: center;
width: 70%;
margin: 0 auto;
 }

 .amienties-list {
    
 }

 .amienties-list-title h4{
    font-family: Poppins;
    font-weight: 500;
     font-size: 13px;
    line-height: 18.84px; 
    color: #000; 

 }
.amienties-list-title h4 b{
    font-family: SF-Pro-Display-Bold;    font-size: 15px;}

  .amienties-list-title p{
   font-family: Poppins;
font-weight: 400;
font-size: 15.16px;
line-height: 16.84px;
color: #545151;

 }

 .amienties-list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
left: 12px;
  background: linear-gradient(90deg, #FFFFFF 1.4%, #A57F30 29.24%, #A57F30 71%, #FFFFFF 100%);
 
    top: 44%;
    transform: translateY(-50%);
 }

 .amienties-list-sub {
    width: 85%;
    margin: 0 auto;
 }

 .amienties-list-sub::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 37px;
    left: 35%;
    top: 44%;
    transform: translateY(-50%);
    background: linear-gradient(308deg, #FFFFFF 1.4%, #A57F30 29.24%, #A57F30 29.25%, #A57F30 71%, #FFFFFF 100%);
}

 .amienties-list-sub::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 37px;
    right: 33%;
    top: 44%;
    transform: translateY(-50%);
    background: linear-gradient(308deg, #FFFFFF 1.4%, #A57F30 29.24%, #A57F30 29.25%, #A57F30 71%, #FFFFFF 100%);
}

.slick-slide {
  margin: 0 7.5px; /* left + right = 15px total gap */
}

.slick-list {
  margin: 0 -7.5px; /* cancel out outer space */
}

.slick-slider {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto; /* Let height adapt */
}

.slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(141, 141, 141, 0.25);
}

.slick-center {
  z-index: 2;
  transition: transform 0.9s ease;
  width: 9% !important;
  
}

.slick-side {
  z-index: 1;
  transition: transform 0.5s ease;
}



.slick-dots li {
  margin: 0 !important;
}

.slick-prev,
.slick-next {
  z-index: 10;
  background: transparent;
}

.slick-prev { left: 10px; }
.slick-next { right: 10px; }

.slick-dots {
  bottom: 9px !important;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #777;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.slick-dots li button:before {
   display: none;
}
.slick-dots li {
  width: unset !important;
  height: unset !important;
      margin: 0 5px !important;
}

.slick-dots li button {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  background: #D9D9D9 !important;
  opacity: 1;
  transition: width 0.5s ease;
}

.slick-dots li.slick-active button {
  background: #133153 !important;
  width: 49px !important;
  border-radius: 13px;
  transition: width 0.5s ease;
}

.experience-list {
font-family: SF-Pro-Display-Bold;

font-size: 24px;
line-height: 100%;
letter-spacing: 0.8px;
text-align: center;
text-transform: uppercase;

}

.experience-box p {
  font-family: Poppins;

font-size: 14px;
line-height: 16.84px;
letter-spacing: 0.8px;
text-align: center;

}


.experience-box {
  position: relative;
  padding: 10px 15px;
}

.experience-box .icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(65%) sepia(55%) saturate(600%) hue-rotate(10deg) brightness(90%);
}

.experience-box::after {
    content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -13px;
        height: 60%;
        width: 1px;
        border-right: 1px dashed #888;
  }

  .row > .col-md-4:last-child .experience-box::after {
    display: none;
  }

  


@media (min-width: 768px) and (max-width: 1200px) {
   .row > .col-md-4:nth-child(3n) .experience-box::after {
    display: none;
  }

}

@media  (max-width:768px) {
   .row > .col-md-4:nth-child(2n) .experience-box::after {
    display: none;
  }

}



footer {
  width: 100%;
  background: url(../images/footer-bg.png);
  background-size: cover;
  background-position: center;
      border-radius: 50px 50px 0 0;
}

.contact-details {
font-family: Poppins;
text-align: center;
font-weight: 500;
font-size: 16px;
line-height: 135%;
text-align: center;
vertical-align: middle;
color: #fff;
}

.contact-details a {
  color: #fff !important;
  text-decoration: none;
}

.policy-heading {
font-family: Poppins;
color: #fff;
font-weight: 400;
font-size: 15px;
line-height: 135%;
letter-spacing: 2%;
text-align: center;
vertical-align: middle;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-thickness: 0%;

}

.we-are-at {
  font-family: Poppins;
font-weight: 400;
font-size: 17.25px;
line-height: 135%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #fff;

}

.small-BA-line::before{
    content: "";
    display: inline-block;
    width: 15%;
    margin: 7px 8px;
    height: 1px;

background: linear-gradient(272deg, #FFFFFF 53.9%, rgba(157, 116, 31, 0) 85.86%);


}

 .small-BA-line::after {
    content: "";
    display: inline-block;
    width: 15%;
    margin: 7px 8px;
    height: 1px;

background: linear-gradient(90deg, #FFFFFF 53.9%, rgba(157, 116, 31, 0) 85.86%);


}

.map-link {
font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    padding: 6px 10px;
    border-radius: 50px;
}

.address {
  font-family: Poppins;
font-weight: 300;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
text-align: center;
color: #fff;
}



.footer-btm{
    background-color: #000; 
     font-family: Poppins;
    
    
    padding: 13px 2% 11px;
}
.footerbtm-group{
    align-items: center;
    width: 100%;
}
.footer-btm p,.footer-btm a{
  color: #fff !important;
    font-family: Poppins;
  margin: 0;
  font-size: 13px;
}
.footer-btm ul{
    margin: 0;
   
}
.footer-btm .footer-menus li{
    display: inline-block;
} 
.footer-btm .footer-menus li a{
    padding-left: 2px;
    padding-right: 6px;
    position: relative;
    display: inline-block;
    line-height: 14px;
    text-decoration: none;

}
.footer-menus li:not(:last-child) a{
   border-right: 1px solid #fff;

}

 .amienties-list-gap {
    row-gap: 40px ;
  }


@media (max-width:1200px) {
  .amienties-list-sub {
    width: 90%;
  }
}

@media (max-width:991px) {
  .amienties-list::after {
    display: none;
  }

  .amienties-list-gap {
    row-gap: 54px !important;
  }

  .amienties-list-sub::after {
    
    width: 100%;
    height: 1px;
    left: 0;
    top: 30%;
    
}
  .amienties-list-sub::before {
    
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 30%;
    top: unset;
    
}

.gold-heading, .gold-para {
 
    
    width: 95%;
    margin: 0 auto;
}
}

@media (max-width:768px) {
  .page-logo {
            width: 31%;
}

.box-section {
    top: 152px;
}

.image-title {
  font-size: 18px;
  bottom: 0;
}



}

@media (max-width:575px) {
    .amienties-list-sub::after {
    
  display: none;
    
}
  .amienties-list-sub::before {
display: none;
    
}

.amienties-list-gap {
        row-gap: 34px !important;
    }
}


@media (max-width:424px) {
      .image-title {
        font-size: 14px;
    }
}

@media (min-width: 991.1px) and (max-width: 1230px)  {
    .amienties-list-sub::before,.amienties-list-sub::after {display:none;}
}

@media (min-width:1600px) {
.amienties-list-sub::after { 
    left: 33%; }
}