@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&family=Cairo:wght@300;400;500;700;800;900&display=swap');

@font-face {
  font-family: 'VisbyHeavy';
  src: url('../fonts/VisbyHeavy.eot'); /* IE9 Compat Modes */
  src: url('../fonts/VisbyHeavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/VisbyHeavy.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/VisbyHeavy.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/VisbyHeavy.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/VisbyHeavy.svg#VisbyHeavy') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'VisbyThin';
  src: url('../fonts/VisbyThin.eot'); /* IE9 Compat Modes */
  src: url('../fonts/VisbyThin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/VisbyThin.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/VisbyThin.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/VisbyThin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/VisbyThin.svg#VisbyThin') format('svg'); /* Legacy iOS */
}

*{
  --bs-body-font-family: "Cairo", Helvetica, Arial, sans-serif;
   cursor: url('../images/pv.png') 15 15, auto!important;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Cairo", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    background-color: #ffffff;
    /* cursor: none !important;  */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
.fw-300{
  font-weight: 300;
}
.fw-400{
  font-weight: 400;
}
.fw-700{
  font-weight: 700;
}
.fw-800{
  font-weight: 800;
}
.fw-900{
  font-weight: 900;
}
.h-80{
  height: 80%;
}
.h-20{
  height: 20%;
}
.min-vh-90 {
    min-height: 90vh!important
}
.min-vh-80 {
    min-height: 80vh!important
}
.min-vh-70 {
    min-height: 70vh!important
}
.min-vh-60 {
    min-height: 60vh!important
}
.min-vh-23 {
    min-height: 25vh!important
}

.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 99999;
}
/*
html,
* {
  cursor: none !important;
} */
*{
	-webkit-box-sizing:border-box;
	moz-box-sizing:border-box;
	ms-box-sizing:border-box;
	box-sizing:border-box
}
* {
  --bs-navbar-toggler-focus-width: 0.1rem;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EB4861;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #EB4861;
}

a, button{
  text-decoration: none !important;
  outline: none !important;
  cursor: none;
}
a{
  color: #000000 !important;
}
.min-vh-80{
  min-height: 80vh;
}
.red-bg{
  background-color: #EB4861;
}
.white-bg{
  background-color: #ffffff;
}
.panel {position: relative;}
.panel .bg-video{
  position: absolute;
  z-index: 0;
  right: 0px;
  left:0px;
  top: 0px;
  bottom: 0px;
  background-color: #000000;
}
.bg-video video{
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (max-width: 1180px) {
  .bg-video video{
  object-fit: fill;
  }
}

/* @media screen and (max-width: 910px) {
  #landingSection{
      height: auto !important;
  }
  .bg-video{
      height: auto !important;
      position: relative !important;
  }
  .bg-video video{
      height: auto !important;
  }
} */
#landingSection{
  z-index: 0;
}
.playSound,
.pauseSound{
  position: absolute;
  z-index: 9;
  bottom: 2px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.playSound svg,
.pauseSound svg{
  fill: #ffffff;
}
/* @media screen and (max-width: 910px) {
  .playSound{
      display:none;
  }
} */
.header {
    /* position: fixed; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: background-color .4s cubic-bezier(.35,1,.45,1), transform 1s cubic-bezier(.35,1,.45,1);
    transition-delay: .11s;
    padding: 0.1rem 0;
    will-change: transform;
    /* border-bottom: 2px dashed rgba(255,255,255,0.5); */
}
/* @media screen and (max-width: 896px) {
  .header {
    position: absolute;
  }
} */
.header--hidden {
    transform: translateY(-100%);
}

.promo-logo img{
  width: 80px;
}
@media screen and (max-width: 992px) {
  .promo-logo img{
    width: 60px;
  }
}

.navbar-toggler{
  outline: none !important;
  border:0px;
  border-radius: 0px;
  box-shadow:  none !important;
}
.navbar-toggler svg{
  width: 26px;
  height: 26px;
  fill: #ffffff;
}
#navbarPromo .nav-item{
  text-align: center;
}
#navbarPromo .nav-link{
  cursor:default;
  cursor:hand;
  font-size: 1.1rem;
  position: relative;
  transition: all .4s cubic-bezier(.35,1,.45,1);
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 992px) {
  #navbarPromo .nav-item{
     background-color:rgba(0,0,0,0.7);
  }
}
@media screen and (min-width: 992px) {

   #navbarPromo .nav-item:last-child .nav-link{
    padding-right:0rem;
  }
}
#navbarPromo .nav-link > span{
  display: block;
  text-align: center;
  font-weight: 500;
}
#navbarPromo .nav-link span.navtext{
  font-size: 1rem;
}
.header--light{
  background-color:rgba(0,0,0,0)
}
.header--light .nav-link span.navtext{
    color: #ffffff;
}
.header--light.nav-link.active span.navtext,
.header--light .nav-link:hover span.navtext{
      color: #ffffff;
}
.header--dark{
  /* background-color:#EB4861; */
  background-color:rgba(0,0,0,1);
}
.header--dark .nav-link span.navtext{
    color: #ffffff;
}
.header--dark.nav-link.active span.navtext,
.header--dark .nav-link:hover span.navtext{
      color: #ffffff;
}
.HeroHeading{
  font-size: 1.1rem;
  /* font-size: 1.4rem;
  font-weight: 500; */
  /* text-align: justify; */
  color: #ffffff;
}
.HeroSubHeading{
  font-size: 1.1rem;
  text-align: justify;
  color: #ffffff;
}
.blockquote-container{
  font-size: 1.3rem;
  text-align: justify;
  color: #ffffff;
  /* border: 2px dashed #ffffff; */
  /* border-radius: 0px 2.5rem 0px 0px; */
}

.quote-text{
    color: #C7E7E7;
   font-size: 1.35rem;
   line-height: 2rem;
    font-family: "VisbyHeavy", "Cairo", Helvetica, Arial, sans-serif;
}
.quote-name{
  font-size: 1.2rem;
    font-family: "Beau Rivage", "Cairo", Helvetica, Arial, sans-serif;
    color: #000000;
}
.quote-designation{
    font-size: 1rem;
    font-family: "VisbyThin", "Cairo", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
.HeroHeading,
.HeroSubHeading,
.blockquote-container{
 text-align: start;
  }
.HeroHeading{
  font-size: 1rem;
  /* font-size: 1.2rem; */
}
.HeroSubHeading{
  font-size: 1rem;
}
.blockquote-container{
  font-size: 1.1rem;
}
.quote-text{
   font-size: 1rem;
}
.quote-name{
 font-size: 1rem;
}
.quote-designation{
    font-size: 0.95rem;
}
}
@media screen and (max-width: 435px) {
  .HeroHeading{
  font-size: 0.875rem;
  }
  .HeroSubHeading{
    font-size: 0.875rem;
  }
  .quote-text {
    font-size: 0.875rem;
    line-height: 1.2rem;
  }
}
.pageHeading{
  font-size: 1.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  width: 100%;
  /* border-bottom: 1px solid #000000; */
}
.pageHeading .line-cont{
  width: 8px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-cont img{
  height: 35px;
}
.pageSubHeading1{
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.pageSubHeading2{
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.form-label-saudia{
  color: #C6A345;
}
.form-control-saudia{
  border-color: #C6A345 !important;
  color: #ffffff !important;
  background-color: rgba(75,91,111,0.6) !important;
  border-width: 3px;
  box-shadow: none !important;
}




/* slick-dot */
.slick-dots{
    position: relative;
    margin:5px 0px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 99;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: transparent !important;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: #D9D9D9;
    border: none !important;
    border-radius: 50px;
}
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li.slick-active button{
    background-color: #EB4861;
    width: 10px;
    height: 10px;
}
.slick-arrows{
  gap: 15px;
  /* margin: 40px 0px 5px; */
  margin: 5px 0px 5px;
}
.next-arrow,
.prev-arrow{
  width: 16px;
  height: 16px;
  margin: 0px !important;
  padding: 0px !important;
  background-color:transparent !important;
  border: none !important;
  outline: none !important;
    display: flex;
  justify-content: center;
  align-items: center;
}
.next-arrow img,
.prev-arrow img{
  width: 16px;
  height: 16px;
}

.projectCard {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.project-title{
  font-weight: 700;
  /* font-size: 1.1rem; */
  font-size: 1.1rem;
    line-height: 1.2rem;
}
.project-cat{
  font-weight: 300;
  font-size: 0.8rem;
}
.project-des{
  font-weight: 300;
  font-size: 0.8rem;
}
.project-img-container{
  /* border-radius: 0px 0px 0px 2.2rem; */
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  right: 1rem;
  left: 0.5rem;
  top:0px;
  height:230px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 58%;
  /* background-size: contain;   */
  object-fit: contain;
}
.project-img-container:after{
  position: absolute;
  content: '';
  z-index: 9;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  /* width: 80px;
  height: 80px; */
  /* border-radius: 100px; */
  /* background-color:rgba(0,0,0,0.45); */
  background-image: url('../images/play.svg');;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  opacity: 0;
    transition: all 0.5s;
}
.project-img-container:hover:after{
  opacity: 1;
    transition: all 0.5s;
}
.project-container{
    border-left: 1px solid #000000;
}
@media screen and (max-width: 910px) {
  .project-img-container{
     background-size: 100% 48%;
  }
  /* .project-img-container:after{
      top: 32%;
      left: 30%;
  } */
}
@media screen and (max-width: 435px) {
  .project-img-container{
     background-size: 100% 78%;
  }
  .project-container{
    border: none !important;
  }
  /* .project-img-container:after{
      left: 40%;
  } */
}


/* .clientsContainer{ */
  /* margin-bottom: 30px; */
  /* flex: 1 1 100%; */
  /* min-height: 60vh; */
/* } */

/* @media screen and (max-width: 910px) {
  .clientsContainer{
    flex:auto;
    min-height: 400px;
  }
} */

.clientsContainer .slick-dots {
  margin-top: 30px !important;
  z-index: 0;
}
.client-arrows {
  margin-top:0px !important;
  z-index: 0;
}
.clientsContainer .slick-list,
.clientsContainer .slick-track {
    flex-grow: 1 !important;
    height: 100%;
}
.clientsContainer .slick-slide {
    display: flex !important;
    height: 100% !important;
    flex-direction: column;
}
/* .clientsContainer .slick-slide > div {
    flex: 1 1 100%;
} */
/* .clientsContainer .slick-list{
        flex-grow: 1 !important;
        width: 100% !important;
} */
/* .clientsContainer{
  height: 70vh;
} */

.clientCard {
    margin: 0px auto 5px;
    /* margin: 5px auto 12px; */
    padding: 0px;
    position: relative;
    /* display: flex !important;
    height: 100%;
    justify-content: center;
    align-items: center; */
}
/*
.client-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    object-fit: contain;
    display: flex !important;
     flex: 1 1 100%;
     height: auto !important;
    width: 100%;
    cursor: pointer;
}
@media screen and (min-width: 1400px) {
.client-img{
    background-size: auto 100%;
 }
}
 */
 .client-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    object-fit: contain;
    /* display: flex !important; */
     /* flex: 1 1 100%; */
     height: 140px !important;
    width: 100%;
    /* cursor: pointer; */
  /* filter: grayscale(1); */
}
 /* .client-img:hover{
    filter: grayscale(0);
 } */
.client-logo{
    /* height: 120px; */
max-width:100%;
max-height:100%;
}

@media screen and (max-width: 1200px) {
   .client-img{
    height: 130px !important;
  }
 }
 @media screen and (max-width: 768px) {
   .client-img{
    height: 120px !important;
  }
 }
@media screen and (max-width: 435px) {
   .client-img{
    height: 150px !important;
  }
 }
/*
.over-img-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientOver{
  cursor: none;
  max-width: 300px;
  pointer-events: none;
  /* transform:scale(0);
  opacity: 0; */
  transition: all 0.5s;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}

.over-img-container{
  border-radius: 0px 0px 0px 2.2rem;
  max-height: 200px;
  overflow: hidden;
}

.over-project-container{
    border-left: 1px solid #000000;
}
.clientOver .project-title{
  font-weight: 700;
  font-size: 1.2rem;
}
.clientOver .project-cat{
  font-weight: 300;
  font-size: 0.7rem;
}
.clientOver .project-des{
  font-weight: 300;
  font-size: 0.8rem;
}

@media screen and (max-width: 910px) {
  .serviceContainer{
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 668px) {
  .serviceContainer{
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .serviceContainer .slick-dots{
    display: none;
  }
}

.serviceCard{
  /* max-width: 214px; */
  text-align: center;
  transition: all 0.1s;
  /* margin: 0px auto 2.5rem; */
  /* margin: 0px auto 0.25rem; */
  margin: 0px auto 1.5rem;
  cursor: pointer;
}
.service-img{
  /* max-width: 214px;
  height: 180px; */
    max-width: 145px;
  height: 100px;
  margin: 0px auto;
  transition: all 0.01s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  object-fit: contain;
  /* border: 2px dashed #000000; */
  /* border-radius: 0px 0px 4rem 4rem; */
}
.serviceCard:hover .service-img{
  border: none;
  /* background-color: #C7E7E7; */
  background-size: 45% auto;
  transition: all 0.01s;
}
.service-dec{
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-align: center;
  min-height: 38px;
  word-wrap: break-word;
}

.serviceContainer .slick-track .slick-slide > div:nth-child(odd) .service-img {
  border-radius: 0px 0px 2rem 2rem;
  /* border-radius: 0px 0px 4rem 4rem; */
}

.serviceContainer .slick-track .slick-slide > div:nth-child(even) .service-img {
  border-radius: 2rem 2rem  0px 0px ;
  /* border-radius: 4rem 4rem  0px 0px ; */
}

.serviceContainer .slick-track .slick-active.first-active-curve > div:nth-child(odd) .service-img,
.serviceContainer .slick-track .slick-active:nth-child(1) > div:nth-child(odd) .service-img {
  border-radius: 0px 0px 2rem 0px;
  /* border-radius: 0px 0px 4rem 0px; */
}
.serviceContainer .slick-track .slick-active.first-active-curve > div:nth-child(even) .service-img,
.serviceContainer .slick-track .slick-active:nth-child(1) > div:nth-child(even) .service-img {
  border-radius: 0px 2rem 0px 0px;
  /* border-radius: 0px 4rem 0px 0px; */
}

/* .serviceContainer .slick-current .serviceCard {
  margin-left: 0px;
  margin-right: auto;
} */

@media screen and (max-width: 480px) {
  .serviceContainer .slick-track .slick-slide > div:nth-child(odd) .service-img {
    border-radius: 0px 0px 2rem 2rem;
    /* border-radius: 0px 0px 4rem 4rem; */
  }
  .serviceContainer .slick-track .slick-slide > div:nth-child(even) .service-img {
    border-radius: 2rem 2rem  0px 0px ;
    /* border-radius: 4rem 4rem  0px 0px ; */
  }
  /* .serviceContainer .slick-current .serviceCard {
    margin-left: auto;
    margin-right: auto;
  } */
}
@media screen and (max-width: 910px) {
  /* .slick-active + .slick-active {
    background-color: red;
  } */
  .serviceContainer .slick-active + .slick-active > div:nth-child(odd) .service-img {
    border-radius: 0px 0px 0px 2rem;
    /* border-radius: 0px 0px 0px 4rem; */
  }
  .serviceContainer .slick-active + .slick-active > div:nth-child(even) .service-img {
    border-radius: 2rem 0px 0px 0px;
    /* border-radius: 4rem 0px 0px 0px; */
  }
  /* .serviceContainer .slick-active + .slick-active  .serviceCard {
    margin-left: auto;
    margin-right: 0px;
  } */
}
@media screen and (max-width: 990px) {
  /* .slick-active + .slick-active + .slick-active {
    background-color: red;
  } */
  .serviceContainer .slick-active + .slick-active + .slick-active > div:nth-child(odd) .service-img {
    border-radius: 0px 0px 0px 2rem;
    /* border-radius: 0px 0px 0px 4rem; */
  }
  .serviceContainer .slick-active + .slick-active + .slick-active > div:nth-child(even) .service-img {
    border-radius: 2rem 0px 0px 0px;
    /* border-radius: 4rem 0px 0px 0px; */
  }
}
/* @media screen and (max-width: 1200px) { */
.serviceContainer .slick-active + .slick-active + .slick-active  + .slick-active > div:nth-child(odd) .service-img {
  border-radius: 0px 0px 0px 2rem;
  /* border-radius: 0px 0px 0px 4rem; */
}
.serviceContainer .slick-active + .slick-active + .slick-active  + .slick-active > div:nth-child(even) .service-img {
  border-radius: 2rem 0px 0px 0px;
  /* border-radius: 4rem 0px 0px 0px; */
}
/* .serviceContainer .slick-active + .slick-active + .slick-active  + .slick-active .serviceCard {
  margin-left: auto;
  margin-right: 0px;
} */
/* } */

/* .serviceContainer .slick-active + .slick-active  .serviceCard {
  margin-left: 2.5rem;
}
.serviceContainer .slick-active + .slick-active + .slick-active  .serviceCard {
  margin-left: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .serviceContainer .slick-active + .slick-active  .serviceCard {
    margin-left: auto;
  }
  .serviceContainer .slick-active + .slick-active + .slick-active  .serviceCard {
    margin-left: auto;
  }
} */

.form-control, .form-select {
  box-shadow: none !important;
  border-color: #ffffff !important;
  border-radius:1.5rem;
}
.btn-promo {
    --bs-btn-color: #EB4861;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #eb4861;
    --bs-btn-hover-color: #EB4861;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #EB4861;
    --bs-btn-focus-shadow-rgb: 235, 72, 97;
    --bs-btn-active-color: #EB4861;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #EB4861;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #EB4861;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #EB4861;
    border-radius: 5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    min-width:120px;
}
.contact-img-container {
   /* width:80%; */
   max-height: 40vh;
}
.contact-img-container.large {
   width:75%;
}
.contactForm{
  width:75%;
}
@media screen and (max-width: 1400px) {
  /* .contact-img-container {
      width:50%;
    } */
  .contactForm{
    width:75% !important;
  }
}
@media screen and (max-width: 910px) {
  /* .contact-img-container, */
  .contactForm{
    width:95% !important;
  }
}
@media screen and (min-width: 678px) {
  .contactForm{
      margin-top: -19%;
  }
}
@media screen and (max-width: 678px) {
  /* .contact-img-container {
    width:50% !important;
  } */
  .contact-img-container.large {
   width:50% !important;
  }
}
@media screen and (max-width: 435px) {
  /* .contact-img-container {
    width:75%  !important;
  } */
  .contact-img-container.large {
   width:95% !important;
  }
}
.conatctForm-1{
  min-height: 80vh;
}
.conatctForm-2{
  min-height: 50vh;
}
@media screen and (max-width: 1400px) {
.conatctForm-1{
  min-height: 50vh;
}
.conatctForm-2{
  min-height: 50vh;
}
}
@media screen and (max-width: 910px) {
.conatctForm-1{
  min-height: 70vh;
}
.conatctForm-2{
  min-height: 20vh;
}
}
@media screen and (max-width: 435px) {
.conatctForm-1{
  min-height: 70vh;
}
.conatctForm-2{
  min-height: 50vh;
}
}
@media screen and (max-width: 380px) {
.conatctForm-1{
  min-height: 40vh;
}
.conatctForm-2{
  min-height: 40vh;
}
}
.service-content,
.project-content {
  min-height: 70vh;
}
.form-floating{
    padding-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}
.form-floating>.form-select,
.form-floating>.form-control, .form-floating>.form-control-plaintext{
    font-size: 0.7rem;
    font-weight: 400;
    color: #ffffff;
    padding: 0.65rem 1.5rem;
    height: auto;

}
.form-floating>label{
    padding: 0.65rem 1.5rem;
    height: auto;
    top: 1.3rem;
    font-size: 1rem;
    opacity: 0.65;
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){
    padding: 0.65rem 1.5rem;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.8) translateY(-1.5rem) translateX(0rem);
    padding: 0px;
    height: auto;
    right: 0px;
}
.errorMsg{
    display: block;
  }
  .parsley-errors-list,
  .parsley-required,
  .errorMsg ul{
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size:0.65rem;
    font-weight:300;
    list-style: none;
    list-style-type: none;
    text-align: center;
  }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
textarea::-webkit-resizer {
  background: none !important;
}
textarea::-webkit-scrollbar {
   display: none;
 }
.textarea-resize {
  background: no-repeat url('../images/resize.svg');
  position: absolute;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  width:17px;
  height: 17px;
}
textarea.parsley-error + .textarea-resize{
    bottom: 26px;
}
.conatctSection, .btn-show-container{
  transition: all 1s;
}
/* .c-form{
  transform: scale(0);
  opacity: 0;
} */
.c-zoom-in {
  animation: zoom-in 0.5s ease-in-out forwards;
}

@keyframes zoom-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.c-slide-left {
  animation: slide-left 1s ease-in-out forwards;
}

@keyframes slide-left {
  0% {
    margin: 0px auto;
  }
  100% {
     margin: 0px;
  }
}

.btn-show-form{
  transform: scale(1);
  transition: all .4s cubic-bezier(.35,1,.45,1);
}
.btn-show-form:hover{
  transform: scale(1.1);
  transition: all .4s cubic-bezier(.35,1,.45,1);
}


.coming-soon-img{
  height: 58vh;
}
@media screen and (max-width: 910px) {
  .coming-soon-img{
    height: 40vh;
  }
}
.coming-soon-panel{
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .coming-soon-panel{
    margin-top: 50px;
  }
}


.foot-top-line{position: relative;}
.foot-top-line:after{
 border-top:1px solid #000000;
 content: '';
 position: absolute;
 top: 0px;
 right: calc(var(--bs-gutter-x) * .5);
 left: calc(var(--bs-gutter-x) * .5);
}

footer{
 font-size: 1rem;
}
.foot-email-link{
  color:#EB4861 !important;
  font-weight:700;
  position: relative;
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
  padding-bottom: 6px;
}
.foot-email-link:after{
  position: absolute;
  content: '';
  bottom: 4px;
  left: 0px;
  height:2px;
  width: 0;
  background-color:#EB4861;
  transition: all .4s cubic-bezier(.35,1,.45,1);
}
.foot-email-link:hover:after{
  width: 100%;
  transition: all .4s cubic-bezier(.35,1,.45,1);
}
.address-section{
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .address-section{
    gap:0px;
  }
}
.address-heading{
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}
.address-heading .icon-cont{
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address-heading img{
  height: 22px;
}
.address-details{
  font-size: 0.8rem;
  font-weight: 300;
}
.call-us-on{
  min-width: 205px;
}
.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 250px;
}
.social li{
  margin: 0px;
}
.icon-social{
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address-heading img{
  height: 28px;
  transform: scale(1);
  transition: all .4s cubic-bezier(.35,1,.45,1);
}
.icon-social:hover img{
  transform: scale(1.3);
  transition: all .4s cubic-bezier(.35,1,.45,1);
}

/* .main-cursor {
  pointer-events: none;
} */

/* .cursor__promo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
} */
.cursor__promo {
  display: none;
  position: fixed;
  cursor: none;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  width: var(--width);
  height: var(--height);
  transform: translate(calc(var(--x) - var(--width) / 2), calc(var(--y) - var(--height) / 2));
  /* transition-duration: 125ms;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: width, height, transform; */

  transition: 0ms width cubic-bezier(0.39, 0.575, 0.565, 1),
              0ms height cubic-bezier(0.39, 0.575, 0.565, 1),
              0ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
  pointer-events: none;
  /* will-change: transform; */
    border-radius: var(--radius);
  border: 2px dashed rgba(0,0,0,0.7);
}
@media (pointer: fine) {
  .cursor__promo {
    display: block;
  }
}


/* .cursor__promo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 2px dashed rgba(0,0,0,0.7);
  opacity: var(--scale);
  -webkit-transform: scale(var(--scale));
          transform: scale(var(--scale));
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1),
              300ms transform cubic-bezier(0.39, 0.575, 0.565, 1),
              150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
} */

.promo-modal-content{
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  border: 2px solid #EB4861;
  position: relative;
}
.promo-modal-content .modal-body{
  min-height: 20px;
  position: relative;
}
.promo-modal-content .modal-body .btn-close{
  background: #EB4861 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border-radius: 0px;
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}
.projectVideo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
  }
.projectVideo iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  .aboutus-content{
    justify-content: center;
  }
@media screen and (min-width: 1400px) {
  .aboutus-content{
    justify-content: space-around;
  }
  .quote-text{
    font-size: 1.4rem;
  }
  .quote-name {
    font-size: 1.5rem;
  }
  .quote-designation {
    font-size: 1.3rem;
  }
}


.pro-more-link{
  color:#EB4861 !important;
  font-weight:700;
  position: relative;
  font-size: 0.7rem;
  padding-bottom: 5px;
  margin: 0px 5px;
}
.pro-more-link:after{
  position: absolute;
  content: '';
  bottom: 5px;
  left: 0px;
  height:2px;
  width: 0;
  background-color:#EB4861;
  transition: all .4s cubic-bezier(.35,1,.45,1);
}
.pro-more-link:hover:after{
  width: 100%;
  transition: all .4s cubic-bezier(.35,1,.45,1);
}

.quotes .icon-cont{
  width: 22px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quotes img{
  height: 18px;
}
.panel{
  overflow-x: hidden;
}
.slick-slide{
  height: auto !important;
}
