/* ---
    @Nationwide Middle East Properties LLC
    - */
    /* Common Styles */
    @import url('https://fonts.googleapis.com/css2?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&display=swap');
    @font-face {
      font-family: 'aqualimregular';
      src: url('../fonts/aqualimregular-jpaga-webfont.woff2') format('woff2'),
           url('../fonts/aqualimregular-jpaga-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
    font-family: 'ClashDisplay-Light';
    src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Light.woff') format('woff'),
         url('../fonts/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'clash_displaysemibold';
    src: url('../fonts/clashdisplay-semibold-webfont.woff2') format('woff2'),
         url('../fonts/clashdisplay-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

    * {
      padding: 0;
      margin: 0;
  }
  a {
      color: #fff;
  }
  body {
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 26px;
      color: #777;
      font-weight: 400;
      letter-spacing: -0.2px;
      position: relative;
      overflow-x: hidden;
      background: #eee;
  }
  ::placeholder{
    color: #999 !important;
  }
  a:hover{
      color: #c89703;
  }
  .mb-150 {
      margin-bottom: 100px !important;
  }
  .blue-bg{
        background-color: #63cbfc;
  }
  h1, h2, h3, h4, h5, h6 {
      -webkit-font-smoothing: antialiased;
      color: #0e1318;
  }
  .w-300{
    width: 300px;
  }
  .rotate{
      /* transform: rotate(0deg); */
      border-radius: 1px;
  }
  .ban-bg{
    background: url(../img/bg.png) no-repeat left top;
    height: 100vh;
  }
  h1 {    
    color: #b39541;
    font-size: 3rem;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
    font-weight: 800 !important;
    line-height: 50px;
    padding: 0;
    font-family: 'clash_displaysemibold';
    }
    h1 span{   
      background-color: #eeb10d;
      padding: 0px 10px;
    }
    h2 {   
    color: #000;
    font-size: 1.9rem;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-family: 'ClashDisplay-Light';
    }
    h2 span{   
      color: #fff;
      font-size: 2rem;
      font-weight: 800 !important;
      font-family: 'clash_displaysemibold';
      background-color: #64511f;
      padding: 0 10px;
      border-radius: 2px;
    }
  h3{
    font-weight: 600;
    color: #000;
    font-size: 1.5rem;
    line-height: 35px;
    font-family: 'clash_displaysemibold';
  } 
  h3 img{
    width: 25px;
    /* float: left; */
    margin-top: -3px;
    margin-right: 9px;
  }
  h4 {
      font-size: 15px;
  }
 
  h5 {
    font-size: 1.33rem;
    margin: 0 0 10px;
    color: #000000;
    line-height: 36px;
    margin-top: 24px;
}
  p{
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 35px;
    font-family: 'ClashDisplay-Light';
  } 
  p span{
    font-weight: bold;
    color: #bd8f13;
    font-size: 1rem;
    line-height: 35px;
    font-family: 'ClashDisplay-Light';
    /* font-family: 'clash_displaysemibold'; */
  } 
   .black-bg{
      background-color: #000;
   }
   .footer-bg{
    background-color:#1f1f1f;
    border-top: 1px dashed #2f2f2f;
   }
    .ban-logo{
      width: 130px;
      /* position: absolute; */
      z-index: 999;
      right: 0px;
      display: inline-block;
      margin-top: 0px;
      padding: 10px;
    padding-bottom: 5px;
      /* background-color: rgb(0 0 0 / 37%); */
      /* box-shadow: 0px 0px 54px #000; */
      border-radius: 5px;
      font-family: 'aqualimregular';
    }
    .ban-logo img{
      width: 100%;
    }

    .ban-logo-a{
      width: 100%;
      text-align: center;
      position: absolute;
      z-index: 999;
      right: 0px;
      display: inline-block;
      margin-top: 0px;
      padding: 10px;
    padding-bottom: 5px;
      /* background-color: rgb(0 0 0 / 37%); */
      /* box-shadow: 0px 0px 54px #000; */
      border-radius: 5px;
      top: 5px;
    right: 5px;
    }
    .ban-logo-a img {
      width: 190px;
      padding: 10px 20px;
    } 

  /* .date{
    color: #000;
    float: left;
    margin:0 15px;
    padding:5px 15px;
    background: rgb(210,178,113);
    background: linear-gradient(180deg, rgba(210,178,113,1) 0%, rgba(196,154,84,1) 100%);
  } */
  .time{
    color: #fff;
    float: left;
    /* margin-right: 15px; */
    padding:5px 0px 5px 0px;
    
  }
  .loc{
    color: #fff;
    float: left;
    /* margin-right: 15px; */
    padding:5px 0px 5px 0px;
    
  }
 
 
  .pt-100 {
      padding-top: 100px;
  }
  .pb-100 {
      padding-bottom: 100px;
  }



  .goldvisa{}
  .goldvisa h1 {
    font-size: 3.8rem;
  }
  .goldvisa ul{
    margin: 0;
    padding: 0;
  }
  .goldvisa li{
    list-style: none;
    width: 300px;
    height: 200px;
    text-align: center;
    margin: 10px;
    padding: 30px 20px 20px 20px;
    color: #000;
    background: rgb(210, 178, 113);
    background: linear-gradient(180deg, rgba(210, 178, 113, 1) 0%, rgba(196, 154, 84, 1) 100%);
    display: inline-grid;
    font-size: 1.7rem;
    border-radius: 5px;
    font-weight: 500;
  }
  .goldvisa li img{
    margin: 0 auto;
    margin-top: 0px;
  }
  
 .develop-logo {
    width: 100%;
    display: inline-block;
    margin: 20px 0 60px 0;
    text-align: center;
}
 .develop-logo img{
    width: 130px;
    border-radius: 2px;
    margin-bottom: 4px;
 }
.develop-logo ul {
    margin: 0;
    padding: 0;
}
.develop-logo li {
    margin: 0 5px 5px 0;
    padding: 0;
    float: right;
    list-style: none;
    width: 8%;
}
.develop-logo li img {
    width: 100%;
    border-radius: 2px;
}

/* _________ slider ___________ */

:root {
  --rate: 19.9%;
  --function: ease-in-out;
  --slide-distortion-delay: 0s;
  --slide-distortion-time: 0.5s;
  --slide-reset-delay: 0.4s;
  --slide-reset-time: 0.5s;
  --slider-offset: 0%;
  --slider-time: 1s;
}

.wrapper {
  padding: 0;
  border-radius: 0px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  /* margin-top: 23px; */
}
div#carouselExampleAutoplaying {
  /* /* width: 80%; */
  /* height: 100vh; */
  z-index: 10;
  /* margin-top: 100px; */
}

.slider {
  overflow: hidden;
  height: 65vh;
  /* border-radius: 0 0 50px 50px; */
}
.mt-100{
  margin-top: 100px;
}
.pb-50{
  padding-bottom: 50px;
}
.slider__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: translateX(var(--slider-offset));
  transition-property: transform;
  transition-duration: var(--slider-time);
  transition-timing-function: ease;
  will-change: transform;
}

.slider__item {
  flex: 1 0 100%;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
}


.slider__image {
  width: 100%;
  height: auto;
  transform: translateX(0);
  animation-delay: var(--slide-distortion-delay), var(--slide-reset-delay);
  animation-duration: var(--slide-distortion-time), var(--slide-reset-time);
  animation-fill-mode: forwards, forwards;
  animation-direction: normal, reverse;
}

.slider__image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.slider__image:nth-child(1) {
  clip-path: inset(0 0 calc(var(--rate) * 4) 0);
}

.slider__image:nth-child(2) {
  clip-path: inset(calc(var(--rate) * 1) 0 calc(var(--rate) * 3) 0);
}

.slider__image:nth-child(3) {
  clip-path: inset(calc(var(--rate) * 2) 0 calc(var(--rate) * 2) 0);
}

.slider__image:nth-child(4) {
  clip-path: inset(calc(var(--rate) * 3) 0 calc(var(--rate) * 1) 0);
}

/* .slider__image:nth-child(5) {
  clip-path: inset(calc(var(--rate) * 4) 0 0 0);
} */

/* Animation */
.slider__item--animating .slider__image:nth-child(1) {
  animation-name: animation-1, animation-1;
}

.slider__item--animating .slider__image:nth-child(2) {
  animation-name: animation-2, animation-2;
}

.slider__item--animating .slider__image:nth-child(3) {
  animation-name: animation-3, animation-3;
}

.slider__item--animating .slider__image:nth-child(4) {
  animation-name: animation-4, animation-4;
}

/* .slider__item--animating .slider__image:nth-child(5) {
  animation-name: animation-5, animation-5;
} */

/* // Keyframes */
@keyframes animation-1 {
  from {
    transform: translateX(0);
  }
  to {
   transform: translateX(-70px);
    transform: translateX(-22vw);
  }
}

@keyframes animation-2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3vw);
  }
}

@keyframes animation-3 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1vw);
  }
}

@keyframes animation-4 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3vw);
  }
}

/* @keyframes animation-5 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1vw);
  }
} */

@keyframes slide {
  to {
    transform: translateX(-100%);
  }
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

/* _________ END slider _______ */

.banner-text {
  width: 85%;
    position: absolute;
    right: 7%;
  /* margin-top: -35%; */
  z-index: 9999;
  left: unset;
  top: 15%;
  text-align: center;
}
.banner-text h1{
  text-shadow: none;
  color: #fff;
}
/* .banner-text h1::before{
  width: 100%;
    left: 0%;
    height: 120%;
    position: absolute;
    display: block;
    content: "";
    background-color: #ffd401;
    border-radius: 7px;
    transform: skew(22deg, -2deg);
    top: -5px;
    z-index: -1;
} */
/* .banner-text h2{
  transform: skew(7deg, -2deg);
  margin-top: 19px;
} */
/* .banner-text h2::before{
  width: 100%;
    left: 0%;
    height: 120%;
    position: absolute;
    display: block;
    content: "";
    background-color: #0000009b;
    border-radius: 7px;
    transform: skew(26deg, 0deg);
    top: 1px;
    z-index: -1;
} */
.ddmnu{
  background: url(../img/arrow-down.svg) no-repeat 99% 50% !important;
  background-size: 15px !important;
}
.enquire-btn {
  /* border: 1px solid #a48a1b !important;
  background-color: #a48a1b !important; */
  text-transform: capitalize;
  padding: 10px 60px !important;
  border-radius: 7px !important;
  color: #fff !important;
  letter-spacing: 0;
  border: 0;
  font-size: 1.3rem;
  width: 350px;
  position: relative;
  background: rgb(210, 178, 113);
  background: linear-gradient(180deg, rgb(222, 184, 80) 0%, rgb(180 149 66) 100%);
  float: left;
}
.enquire-btn:hover {
  background: rgb(210, 178, 113);
  background: linear-gradient(180deg, rgb(180 149 66) 100%, rgb(222, 184, 80) 0%);
  color: #fff !important;
}
.mail-pop{
  position: fixed;
  left: 35%;
  top: 33%;
  margin: 0 auto;
  height: 350px;
  width: 30%;
  z-index: 99999;
  border-radius: 5px;
  padding:40px 50px 40px;
  text-align: right;
  /*background: url(../img/send.png) no-repeat 97% 106%;*/
  background-color: #fff;
  background-size: 28%;
  box-shadow: 0 0 20px #232121;
  text-align:center;
}

.mail-pop h4{
  margin-top: 18%;
  color: #a58338;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 700;
  line-height: 46px;
  direction: ltr;
}
.close-pop{
 width:50px;
  position:absolute; 
  right:10px;
  top:10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  opacity:1;
  z-index: 99999;
}
.close-pop:hover{
   color: #000;
}


/*____________ Footer Section ________*/

.free-quote {
  /* background:rgb(0 0 0 / 48%); */
  /* border-radius: 0 0 15px 15px; */
  padding:40px 25px 40px 25px;
  color: rgba(255, 255, 255, 0);
  font-size: 14px;
  width: 97%;
  position: relative;
  bottom:25%;
  left: unset;
  right: 0%;
  /* box-shadow: 0px 0px 50px rgb(0 0 0 / 40%); */
  /* z-index: 100; */
  text-align: right;
  direction: ltr;
  margin: 0 auto;
  padding: 20px 0;
}
.free-quote .form-group select option:first-child {
  color: #eee !important;
}
.free-quote .form-group {
  margin-bottom: 13px;
}
.free-quote label {
  margin-bottom: 0rem;
}
.free-quote option {
  background: rgb(0 0 0 / 50%);
  color: #fff;
}
.free-quote option:hover {
  background: rgb(0 0 0 / 1%);
  color: #fff;
}
.heading {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 13px;
}





.free-quote .form-control {
  /* border: 0;  */
    border: 1px solid #999;
    background: none;
    color: #000;
    height: 45px;
    border-radius: 6px;
    font-size: 14px;
    text-align: left;
}

.form-b .form-control {
  /* border: 0;  */
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
    height: 54px;
    border-radius: 43px;
    font-size: 14px;
    text-align: left;
}
.form-b .form-control::placeholder {
  color: #ffffff !important;
}
p.mb-4 {
  color: #fff;
}
.h-80{
  height: 70px !important;
}
.form-control {
  height: 43px;
  border-radius: 0;
}
.free-quote .form-control:focus {
  border: 2px solid #fff;
}
.free-quote h1{
  font-size: 30px;
  font-weight: 500;
  color: #a98931;
  line-height: 24px;
  text-align: left;
}
.free-quote h3{
  font-size: 23px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  text-align: left !important;
  letter-spacing: 0.8px;
  font-family: 'ClashDisplay-Light';
}
.free-quote-new{
  background-color: #2c2c2c !important;
} 
.free-quote p{
  text-align: left;
  font-weight: 600;
  line-height: 25px;
  font-size: 1rem;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
  color: #000000;
}


.footer-section {
background-color: #000;
position: relative;
z-index: 1;
}


.footer-contact{
position: relative;
top: -65px;   
}
.footer-contact h4 {
font-size: 19px;
line-height: 30px;
}
.footer-ic{
float: left;
width: 70px;
margin: 10px;
}
.img-fluid .rounded{
  border-radius: 8px;
}

.footer-links {
  /* position: re; */
  bottom: 0;
  color: #fff;
  /* background: #0000009e; */
  padding: 11px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.footer-links p {
  color: #aea394;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: 300;
}
.footer-links p span {
  color: #aea394;
  font-size: 15px;
}
.footer-links p a{
  text-decoration: underline;
  color: #aea394;
}
.footer-links p {
  text-decoration: none;
  color: #aea394;
}

     /* Loader spinner styles */
.loader {
  border: 2px solid #f4b636;
  border-top: 3px solid #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 37%;
  left: 12%;
  transform: translate(-50%, -50%); /* Center it */
  display: none; /* Hidden by default */
}
.loader-bottom {
  border: 2px solid #f4b636;
  border-top: 3px solid #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 37%;
  left: 12%;
  transform: translate(-50%, -50%); /* Center it */
  display: none; /* Hidden by default */
}
.loader-pop {
  border: 2px solid #f4b636;
  border-top: 3px solid #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 37%;
  left: 12%;
  transform: translate(-50%, -50%); /* Center it */
  display: none; /* Hidden by default */
}

/* Keyframes for the spin animation */
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.social-ic{

}
.social-ic img{
  width: 28px;
  background: #e8c086;
  border-radius: 7px;
}
.social-ic img:hover{
  width: 28px;
  background: #fafafa;
}
.bdr-t{
  border-top: 1px dashed #eeeeee7d;
}
.fecilities{
  border-top: 1px dashed #514429;
}
.fecilities ul {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  float: right;
  background: #000;
  color: #fff;  
  border-radius: 0 0 15px 15px;
  direction: ltr;
}
.fecilities li {
  margin: 10px 0px 5px 20px;
    padding: 0;
    float: right;
    list-style: none;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 16px;
    /* width: 100%; */
    text-align: right !important;
}
.carousel-inner {
  /* border-radius: 10px; */
  height: 100%;
  position: relative;
}
/* .carousel-inner::before{
  background: url(../img/ban-bg.png) repeat-x
  background-position: 10% 100%;
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 99;

} */

.free-quote {
  margin-top: 0%;
  padding: 25px 0;
}

.facil img{
  width: 120px;
  border-radius: 100%;
  transition: all ease 0.5s;
  margin-bottom: 20px;
  float: right;
}
.facil img:hover{
  box-shadow: -0px 0px 40px #95c179;
}
.dark-bg{
  background-color: #1f1f1f;
  width: 100%;
  display: inline-block;
  background-color: #1f1f1f;
}
.p-100{
  padding: 80px 0;
}
.h-auto{
  height: auto !important;
}
.shadow-n{
  text-shadow: none;
}
.carousel-control-prev-icon{
  background: url(../img/lft-arrow.png);
}
.carousel-control-next-icon{
  background: url(../img/rgt-arrow.png);
}
.carousel-control-next, .carousel-control-prev{
  opacity: 0.8;
}

section {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.floordiv{
  width: 100%;
  /* float: left; */
  display: inline-block;
  background-image: url(../img/para-bg.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #cee0ef;
  position: relative;
}
.floordiv::before{
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  background-color: #0000005c;
  top: 0;
  left: 0;
  z-index: -0;
}


.carousel-control-next, .carousel-control-prev {
  z-index: 9999 !important;
}



/*wave and animation*/
.waves{
  width: 100%;
  position: relative;
  display: block;
}
footer .wave {
  position: absolute;
  top: -98px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/wave.png);
  background-size: 1000px 100px;
}

footer .wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWave 6s linear infinite;
}

footer .wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave_02 6s linear infinite;
}
footer .wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 0;
  animation: animateWave 5s linear infinite;
}

footer .wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_02 5s linear infinite;
}
/* ------------- */

.bottom{
  width: 100%;
  position: relative;
  float: left;
}
.bottom .wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/wave-footer.png);
  background-size: 1000px 100px;
}

.bottom .wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWave 5s linear infinite;
}

.bottom .wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave_02 5s linear infinite;
}
.bottom .wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

.bottom .wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_02 4s linear infinite;
}

@keyframes animateWave {
  0%{
    background-position-x: 1000px; 
  }
  100%{
    background-position-x: 0px; 
  }
}

@keyframes animateWave_02 {
  0%{
    background-position-x: 0px; 
  }
  100%{
    background-position-x: 1000px; 
  }
}


/* #carouselExampleAutoplaying-1 .carousel-control-next {
  filter: invert(1);
}
#carouselExampleAutoplaying-1 .carousel-control-prev{
  filter: invert(1);
} */

.main-btn{
  width: 200px;
  padding: 11px 23px;
  border: 1px solid #e0be6191;
  color: #ffffff;
  border-radius: 7px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  transition: ease all 0.5s;
  font-weight: 400;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
  position: relative;
  z-index: 999;
  text-transform: uppercase;
  background: rgb(210, 178, 113);
  background: linear-gradient(180deg, rgb(222, 184, 80) 0%, rgb(180 149 66) 100%);
}
.main-btn:hover{
  border: 1px solid #c9a720;
    color: #fff;
    background: rgb(210,178,113);
    background: linear-gradient(180deg,rgb(180 149 66) 100%,rgb(245 208 109) 0%);
}
.white-bg{
  background-color: #fff !important;
}
.fac-img{
  width: 20%;
  float: right;
  margin-top: 5%;
}
.fac-img img{
  width: 90%;
}
.fac-txt{
  width: 70%;
    float: right;
    height: 100%;
    text-align: right;
    margin-top: 9%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 35px;
    
}

.watsap {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 16px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  box-shadow: 2px 2px 3px rgb(82, 82, 82);
  z-index: 9999;
  padding-top: 7px;
  transition: all ease 0.5s;
}
.watsap:hover {
  background-color: #1b763c;
}
.call-btn {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 90px;
  right: 20px;
  background-color: #2599d3;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  box-shadow: 2px 2px 3px rgb(82, 82, 82);
  z-index: 9999;
  padding-top: 10px;
  transition: all ease 0.5s;
}
.call-btn:hover {
  background-color: #176f9c;
}



.lang{
  width: auto;
    /* height: 37px; */
    position: absolute;
    top: 1.4%;
    right: 0%;
    z-index: 99999;
    font-size: 14px;
}
.lang ul{
  list-style: none;
  padding: 0px;
  /* background: #eee; */
  width: 115px;
  border-radius: 0px;
}
.lang .nav > li{
  width: auto;
  padding: 0 4px;
}
.lang li{
  list-style: none;
  padding: 0px;
  text-align: left;
  font-weight: normal;
  color: #393220;
}
.lang li a{
text-decoration: none;
color: #000;
font-weight: normal;
font-size: 13px;
}
ul.dropdown-menu {
  margin: -2px 0 0 -6px !important;
}
.lang img{
  width: 21px;
}
.nav {
  border-radius: 4px;
  list-style-type: none
}

.nav > li {
  border: 1px solid #ccc;
  background-color: #cecece;
  float: left;
  width: 100%;
  padding: 0px;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  color: #000;
  border-radius: 3px;
}

.nav > li.dropdown-toggle {
  cursor: pointer
}

.nav > li.dropdown-hover {
  cursor: pointer
}

.nav > li.dropdown-hover ul,
.nav > li.dropdown-toggle ul {
  width: 100%
}

.nav > li.dropdown-hover ul li,
.nav > li.dropdown-toggle ul li {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #8a8a8a;;
  padding: 5px 9px;
  background: #cecece;
}

.nav > li.dropdown-hover ul li:first-child ,
.nav > li.dropdown-toggle ul li:first-child {
  border-top: none
}



.rdio {
  position: relative
  width: 110px;
  float: left;
  text-align: left;
  line-height: 20px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 8px;
  margin-right: 10px;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  padding-left: 13px;
    cursor: pointer;
    margin-bottom: 1px !important;
    color: #393737;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.rdio label:before {
  width: 25px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 6px;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fbc52d;
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio]:disabled + label {
  color: #555;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
    position: absolute;
    top: 9px;
    left: 10px;
    display: inline-block;
    font-size: 11px;
    width: 17px;
    height: 18px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #fbc52d;
}

.custom-checkbox > [type=checkbox], .custom-checkbox label {
  /*margin-bottom:0px !important;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > [type=checkbox]:not(:checked), .custom-checkbox > [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label, .custom-checkbox > [type=checkbox]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:before, .custom-checkbox > [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  border: 1px solid #fbc52d;
  background: #ffffff;
  border-radius: 2px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after, .custom-checkbox > [type=checkbox]:checked + label:after {
  font: normal normal normal 12px/1 "Glyphicons Halflings";
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 2px;
  color: #fbc52d;
  xtransition: all 0.2s;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #fbc52d;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:after {
  color: #fbc52d;
  cursor: not-allowed;
}
.custom-checkbox > [type=checkbox]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox > [type=checkbox]:checked:focus + label:before, .custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #fbc52d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox label:hover:before {
  border: 1px solid #fbc52d !important;
}
.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
  border: 1px solid #fbc52d !important;
}
.rating-md {
  font-size: 32px;
  text-align: left;
}
.w-99{
  width: 99px;
}
.input-group-append {
  cursor: pointer;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 7px 13px 7px;
  border-radius: 0px 5px 5px 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #999999;
}

input.file-input {
  float: left;
  /* border: 1px solid #999999; */
  border-radius: 0px;
} 
.choose-file-button{
  /* border: 1px solid #888; */
  float: left;
  width: 100%;
  border-radius: 5px;
  color: #888;
}
.file-drop-area {
  /* border: 1px solid #888; */
  float: left;
  width: 100%;
  border-radius: 5px;
}

 .stars {
      display: flex;
      flex-direction: row-reverse;
      justify-content: start;
    }
    .stars input[type="radio"] {
      display: none;
    }
    .stars label {
      font-size: 2rem;
      color: #ccc;
      cursor: pointer;
    }
    .stars input[type="radio"]:checked ~ label,
    .stars label:hover,
    .stars label:hover ~ label {
      color: #c79200;
    }
    
    

/* Modal Box  */

.modal-box {
  width: 100%;
  float:left;
  position:relative;
}

/* Custom Multi Select */
.sd-multiSelect {
  position: relative;
}
.sd-multiSelect .placeholder {
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
}
.sd-multiSelect .ms-offscreen {
  height: 1px;
  width: 1px;
  opacity: 0;
  overflow: hidden;
  display: none;
}

.sd-multiSelect .sd-CustomSelect {
  width: 100% !important;
}

.sd-multiSelect .ms-choice {
    position: relative;
    text-align: left !important;
    width: 100%;
    border: 1px solid #999999;
    background: #ededed;
    box-shadow: none;
    font-size: 14px;
    height: 41px;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 10px;
}

.sd-multiSelect .ms-choice:after {
  content: "\f107 ";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
  border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
  display: none;
  background: #e2e2e2;
  border: 1px solid #ccc;
  padding: 10px;
  color: #333;
  text-align: left;
  position: absolute;
  border-radius: 5px;
  overflow-y: scroll;
}
.sd-multiSelect .ms-drop.bottom ul{
    padding-left:0;
}
.sd-multiSelect .ms-drop li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid  #a98831;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
}

.sd-multiSelect .ms-drop li input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 10px;
  height: 10px;
  background:  #a98831;
  border-width: 0 2px 2px 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    font-size: 13px;
    color: #222;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-left: 3px;
    margin-top: 3px;
    float: left;
}
.select2-container--default .select2-selection--multiple {
    height: 45px !important;
    background-color: #eeeeee !important;
    border: 1px solid #999999 !important;
    border-radius: 5px !important;
}
.select2-dropdown {
    background-color: #ededed !important;
}
select option{
    color:#999 !important;
}
span.select2-selection.select2-selection--multiple
Specificity: (0,2,1)
 {
    padding-bottom: 0;
    height: 45px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 30px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d6b96e73 !important;
    color: #737373 !important;
}

/* =========== RESPONSIVE ================ */


@media (max-width: 1500px) {
  h1{
    font-size: 3.5rem;
    line-height: 63px;
      padding: 5px 10px 15px 10px;
  }
  
  .carousel-item {
      height: auto;
  }
  .free-quote {
    /* background:rgb(0 0 0 / 48%); */
    /* border-radius: 0 0 15px 15px; */
    padding:40px 25px 40px 25px;
    color: rgba(255, 255, 255, 0);
    font-size: 14px;
    width: 90%;
    position: relative;
    bottom:25%;
    left: unset;
    right: 0%;
    /* box-shadow: 0px 0px 50px rgb(0 0 0 / 40%); */
    /* z-index: 100; */
    text-align: right;
    direction: ltr;
    margin: 0 auto;
    margin-top: -0%;
    padding: 30px;
}
.carousel-inner {
  /* height: 100%; */
}
}
@media (min-width: 1365px) {
  .form-sm{
    display: none;
  }
}


@media (max-width: 1359px) {
  .banner-text {
      /* margin-top: -28%; */
      right: 3%;
      WIDTH: 95%;
  }
  .slider {
      overflow: hidden;
      height: auto;
  }
  h1{
    transform: skewX(0deg);
    font-size: 2.8rem;
    line-height: 50px;
  }
  h2{
      transform: skewX(0deg);
      font-size: 1.4rem;
  }
  .free-quote {
    /* padding: 220px 25px 44px 25px; */
  }
  .free-quote {
    /* background:#000; */
    /* border-radius: 0 0 15px 15px; */
    padding: 20px 25px 20px 25px;
    color: rgba(255, 255, 255, 0);
    font-size: 14px;
    width: 100%;
    position: relative;
    bottom: -12%;
  }
  div#carouselExampleAutoplaying {
    height: auto;
  }
  .goldvisa h1 {
    font-size: 2.5rem;
}
}
@media (max-width: 1024px) {
  .footer-links p {
    color: #e8c086;
    font-size: 16px;
  }
  .container-fluid.pt-50.pb-50.dark-bg {
    padding-bottom: 0;
}
  .goldvisa li {
    width: 207px;
    height: 170px;
    font-size: 1.3rem;
    line-height: 22px;
    font-weight: 400;
  }
  h3 {
    letter-spacing: -0.5px;
    font-size: 1.2rem;
  }
.carousel-item {
      height: auto;
  }
  .mt-100 {
    margin-top: 50px;
}
  .free-quote {
  margin-top: 3px;
  border-radius: 9px;
  }
  .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    width: 32px;
}
.fac-txt {
  margin-top: 8%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 26px;
}
.banner-text h1 {
  text-shadow: 0px 0px 3px BLACK;
}
}
@media (min-width: 1025px) {
.lg-width{
  width: 60%;
  margin: 0 auto;
}
}
@media (min-width: 1000px) {
  .lg-width{
    width: 100%;
    margin: 0 auto;
  }
  }
  @media (min-width: 1366px) {
    .lg-width{
      width: 95%;
      margin: 0 auto;
    }
    }  
@media (max-width: 991px) {
  .ban-logo-a img {
    width: 160px;
    padding: 10px 20px;
}
  .banner-text {
      position: relative;
      margin: 0;
      width: 100%;
      right: 0;
      /* background: #000; */
      float: right;
      padding: 5px 0 20px;
   }
   h1{
      /* margin: 0;
     
      line-height: 8px;
      padding: 22px 20px 3px 10px;
      text-align: center;
      background: unset; */
      /* margin-top: -40%;
        font-size: 2rem;
        line-height: 32px;
        right: 0%;
        WIDTH: 69%; */
        
   }
  /* h2 {
    font-size: 1.2rem;
     line-height: 5px;
      text-align: center;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 15px;
      width: 80%;
      margin-right: 11%;
      border-bottom: 1px dashed #a3a2a3;
      border-top: 1px dashed #a3a2a3;
      background: unset;
      padding-bottom: 6px;
   } */

    /*.free-quote {
        padding: 100px 25px 44px 25px;;
   } */
   .free-quote p {
      font-size: 1.10rem;
      font-weight: 800 !important;
   }
   /* h1::before {
    background: none;
    min-height: 78px;
   } */
   h2::before {
    min-height: 33px;
  }
}
@media (min-width: 768px) { 
  .ban-sm{
    display: none;
  }
  .form-sm{
  display: none;
}
}
@media (max-width: 767px) { 
    .free-quote h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    }
    .w-300 {
        width: 250px;
    }
    .free-quote h1 {
        font-size: 23px;
        font-weight: 500;
        line-height: 25px;
    }
    .ban-bg{
        padding:25px 0;
        height:auto;
    }
  section.dark-bg {
    padding-top: 25px;
}
  .container-fluid.pt-50.pb-50.dark-bg {
    padding-bottom: 0;
}
  .goldvisa li {
    width: 46%;
        height: 150px;
        font-size: 1.2rem;
        line-height: 20px;
        font-weight: 400;
        margin: 3px 3px 6px 3px;
    }

  .goldvisa li img {
    width: 50px;
    background-repeat: no-repeat;
}


  .time {
    width: 45%;
        text-align: center;
        padding: 2px 0;
        background: #2222229c;
        margin: 0 auto;
        margin-left: 2%;
        border-bottom: 1px dashed #676767;
        font-size: 0.9rem;
  }
  .loc {
    width: 96%;
        text-align: center;
        padding: 2px 0;
        background: #2222229c;
        margin: 0 auto;
        margin-left: 2%;
        font-size: 0.9rem;
  }
  .mt-4 {
    margin-top: 10px !important;
}
  .date {
    width: 50%;
    margin: 0;
    padding: 2px 15px;
    margin-left: 1%;
    background: #2222229c;
    color: #fff;
    border-bottom: 1px dashed #676767;    
    font-size: 0.9rem;
  }
  h3 img {
    width: 17px;
    margin-top: -3px;
    margin-right: 3px;
}
  .date img{
    filter: invert(1);
  }
  #popup {
    width: 90%;
    padding: 45px 20px;
  }
  .fac-txt {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 26px;
  }
  .enquire-btn {
    padding: 8px 60px !important;
    font-size: 1.2rem;
    width: 100%;
  }
  .free-quote .form-control {
    height: 45px;
  }
  .main-btn {
    width: 250px;
        padding: 8px 23px 5px;
    margin: 10px 0;
  }
  footer .wave {
    height: 70px;
  }
  footer .wave {
    top: -69px;
  }
  .fac-img {
    width: 100%;
    text-align: center;
  }
  .fac-img img{
    width: 120px;
    margin: 0 auto;
    float: unset;
  }
  .fac-txt {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  /* .banner-text h1::before{
    width: 68%;
        left: 16%;
        height: 146%;
        margin-top: -1%;
  } */
  /* .banner-text h2::before {
    border-radius: 7px;
    transform: skew(9deg, 0deg);
    top: -5px;
  } */
  .ban-logo-a{
    width: 100%;
    text-align: center;
    top: 0px;
    right: 0px;
  }
  .ban-logo-a img{
    width: 100px;
    padding: 0;
  } 
  .p-100 {
    padding: 30px 0;
}
  .ban-sm{
    display: block;
  }
  .ban-sm img.d-block.w-100 {
    height: 650px;
}
  .ban-dk{
    display: none;
  }
  h1{
    margin-top: unset;
    /* border-bottom: 1px dashed #eee; */
        padding-bottom: 5px !important;
  }

  .banner-text {
    background: none;
    margin-top: -120%;
    border-bottom: 0;
  }
  .col-md-12.position-relative {
    padding: 0;
}
h1.rotate {
  padding: 8px 0px;
  width: 100%;
  border: 0;
  line-height: 28px;
  font-size: 2rem;
  text-shadow: 0px 0px 3px BLACK;
  font-weight: 800 !important;
  letter-spacing: -1.5px;
  margin-bottom: 17px;
}
h1::before{
  display: none;
}
 
  .wrapper {
    padding: 0;
    border-radius: 0px;
    width: 100%;
    margin-top: 0;
  }
  .fecilities li {
      width: 100%;
      text-align: right !important;
  } 
 
  div#carouselExampleAutoplaying{
    height: auto;
  } 
  h1{
    line-height: 31px;
        font-size: 2rem;
        font-weight: 600 !important;
        letter-spacing: 1px;
        padding: 0;
        margin-bottom: 0;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 27px;
    border-bottom: 0;
    padding: 4px 0px;
    width: 100%;
    margin: 0;
    margin-top: 0px;
    /*font-weight: 800 !important;*/
    /* padding-top: 0; */
    letter-spacing: 0.4px;
    color:#000;
    font-family: 'ClashDisplay-Light';
  }
  h2 span {
    font-size: 1.5rem;
    padding:0;
    background-color: unset;
    /*font-weight: 800 !important;*/
    color:#000;
    letter-spacing: 0.4px;
    font-family: 'ClashDisplay-Light';
  
  }
  
    h3{
    padding: 0;
    border-radius: 0px;
    border: 0;
    background-color: unset;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
  }
  .develop-logo img {
    width: 84px;
}
  .ptm-0{
      padding-top: 0;
  }
  .free-quote {
      border-radius: 0;
      padding-bottom: 10px;
      float: right;
      bottom: unset;
      padding-top: 30px;
      }
  .footer-links p {
      font-size: 13px;
  }
  .free-quote p{
      text-align: left !important;
      margin-bottom: 10px;
  }
  .carousel-control-next, .carousel-control-prev {
      width: 15%;
    }
    img.d-block.w-100 {
      height: 250px;
  }
  .mail-pop {
      left:5%;
      width: 90%;
  }
  .ban-logo{
    width: 106px;
    padding: 10px;
    margin-left: 10px;
  }
  a {
    color: #fff;
  }
  .mt-100 {
    margin-top: 40px;
}
.footer-links {
  border-radius: 0px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
  .goldvisa h1 {
    font-size: 1.6rem;
  }
}
