body{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Kanit", sans-serif !important;
    letter-spacing: -0.2px !important;
}

::selection {
  background-color:#563364;
  color: white;
}

.bg-grey{
    background: #f9f8f4;
}
.pt-pb{
    padding-top: 80px;
    padding-bottom: 80px;
}
ul{
    padding-left: 10 !important;
}

.heading{
    font-size: 45px;
    line-height: 58px;
    color: #171a1d;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

#circularcursor {
  background-color: #563364;
  border:1px solid #563364;    
  height:10px;
  width:10px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  position: absolute;
  z-index: 1;
  cursor: progress;
}

.respnsive_text {
    display: none;
}

header{
	background: #eaeaea;
	padding: 10px 0
}

header a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

 a:hover{
	color: #000 !important;
}

.primary-header ul li {
   padding: 0 5px;
}

.primary-header ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #000 !important;
}

.cost_Calculator button{
	background:#563364;
	border: 1px solid #563364;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 7px 18px;
}


.banner{
	background: url(../imgs/banner-uae-1.jpg);
	background-size: cover;
  padding-top: 1rem;
  padding-bottom: 3rem;

}

.banner h1{
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 2px;
}

.banner p{
  font-size: 22px;
}



.banner_btn button {
    padding: 18px 40px;
    border: 1px solid #fff;
    color: #563364 ;
    background-color: #fff;
    position: relative;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    font-size: 18px;
  }
  


.our_mission{
    transform: translateY(-70px);
    background:#f9f8f4;

}

.our_mission h3{
	color: #563364;
    font-weight: 700;
    font-size: 23px;
}

.counter-box h1{
	color: #563364;
	font-weight: 700;
}


.about-company:after, .about-company:before{
    content: "";
    background:  #563364;
    width: 45px;
    height: 3px;
    position: absolute;
    left: 15%;
    transform: translateX(-50%);
}
.year{
	padding-bottom: 80px ;
}

.year h1{
	line-height: 1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1.4px;
	-webkit-text-stroke-color: #000;
	font-size: 160px;
	text-align: center;
}

#about_us{
	padding-bottom: 80px;
}

.highlight{
	color: #563364;
    font-family: 'caveat', sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.counter-box p{
	font-size: 14px;
	font-weight: 600;
}

.aboutUs_Box li{
	list-style-type: none;
	font-size: 20px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	margin: 10px;
}

.aboutUs_Box i{
	color: #563364;
	padding: 8px;
}

#our_services{
	background: #221e20;
}

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}


.service-item .slick-arrow{
  display:none;
}

.service-item{
  background: #fff;
  padding: 60px 30px;
  border-radius: 150px;
  background: linear-gradient(to right, #fff 50%, red 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: background-position 0.5s;
  margin: 10px;
}

.service-item:hover{
 background-position: right bottom;
color: #fff;

}
.service-item:hover .service-icon svg {
    fill: #fff;
}

.service-item .service-icon svg {
    width: 50px;
    height: 50px;
    transition: all .3s ease-in-out;
}

.service-item h3 {
    font-size: 20px;
    margin: 30px 0 20px 0;
    line-height: 1;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    font-weight: 700;
  }

.main-slider{
	background: #fff;
}

.partner_detail{
	color: #fff;
	text-align: center;
	margin-top: 60px;
}

.process-item {
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    border: 1px dashed transparent;
    transition: 0.3s all ease-in-out;
}

.process_lcon img{
    background: black;
    padding: 10px;
    width: 66px;
    position: absolute;
    top: -65px;
    transform: translateX(-50%);
}

.process-item .process_text h2 {
    font-family: 'caveat', sans-serif;
    line-height: 1;
    margin: 15px 0;
 
}

.process_text h3 {
    font-size: 22px;
    line-height: 27px;
    font-size: 22px; 
    margin: 20px 0;
    text-align: center;
 }

 .process_text p {
    font-size: 15px;
    line-height: 27px
 }

 .process-item:hover {
    border: 1px dashed #171a1d;
}
.process-item:hover .process_lcon img {
    background-color: #171a1d;
}

.calculate_link{
    color: #563364;
}
.contact_btn a{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}


.talkto_expert{
    margin-top: 60px;
}

.contact_btn .btn {
  padding: 10px 20px;
  position: relative;
  border: 1px solid #563364;
  color: #fff;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;

  [class^="btn__text"] {
    font-size: 24px;
  }
  
  .contact_btn-dynamic,
  .contact_btn-dynamic-inner {    
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 0;
    transition: all ease 0.5s;
  }
  
  .contact_btn-dynamic {
    background-color: #563364;
    color: #fff;
    overflow: hidden;
  }
  
  &:hover {
    .contact_btn-dynamic {
      transform: translateX(-100%);
    }
    .contact_btn-dynamic-inner {
      transform: translateX(100%);
    }
  }
}

.contact_btn-from-right {
    &:hover {
    .contact_btn-dynamic {
      transform: translateX(100%);
    }
    .contact_btn-dynamic-inner {
      transform: translateX(-100%);
    }
  }
}
.carousel-indicators {
    color: #fff;
    z-index: 2;
    transform: rotate(-90deg);
    left: -95.8% !important;
  bottom:240px !important;
      
}
.carousel-indicators button{
    background: #fff;
    padding: 12px 30px !important;
    border-radius:none;
    color: #171a1d;
    border: 0;

}
.carousel-item img{
  max-width: 100%;
}
.carousel-indicators [data-bs-target]{
    width: 6% !important;
    height: 8% !important;
   text-indent:0 !important;
   opacity: 1 !important;
   border-bottom: none !important;
   border-top: 0  !important;
   margin-right: 0 !important;
   margin-left: 0 !important
}

.carousel-indicators .active{
    background:  #563364 !important;
    color: #fff !important
}

.carousel-caption{
    background: #563364;
    color: #fff;
   width: 52%;
    padding: 35px !important;
    bottom: 15% !important;
    top: 20% !important;
    left: 6% !important;
}


.carousel-caption h3{
   line-height: 30px;
    color: #fff;
}

.anim-slideup{
  animation: 2s slide-up;
 animation-timing-function: ease-out;
 animation-iteration-count: 1;
 animation-fill-mode: forwards;
}

@keyframes slide-up {
 from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.pricing-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.pricing-item:hover {
    border: 1px dashed #171a1d;
}

.pricing-item {
    background-color: #fff;
    position: relative;
    padding: 32px;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed transparent;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.price-list li{
   list-style: none;
   margin: 10px;
}
.price-list li i{
   color: #563364;
   margin-right: 10px;
}

.pricing-content h3{
    font-size: 26;
    font-weight: 700;
}

.pricing-btn .default-btn-2{
  padding: 12px 30px;
  border: 1px solid #563364;
  color: #fff;
  background-image: linear-gradient(#171a1d, #171a1d);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .5s, color .5s;
  background-color: #563364;
}

 

.default-btn-2:hover{
 background-size: 100% 100%;

}

.pricing-item .popular-pack span {
    background-color:#563364;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.pricing-item .popular-pack {
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%) rotate(-90deg);
}

.pricing-item .default-btn-2 i {
    margin-left: 10px;
    transform: rotate(-45deg);
}


.discover_btn .btn {
  padding: 10px 20px;
  position: relative;
  border: 1px solid #563364;
  color: #fff;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;

  [class^="btn__text"] {
   font-size: 18px;
    text-decoration: none;
    color: #000;
  }
  
  .btn_text-dynamic,
  .btn_text-dynamic-inner {    
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2;
    transition: all ease 0.5s;
  }
  
  .btn_text-dynamic {
    background-color: #171a1d;
    color: #fff;
    overflow: hidden;
  }
  
  &:hover {
    .btn_text-dynamic {
      transform: translateX(-100%);
    }
    .btn_text-dynamic-inner {
      transform: translateX(100%);
    }
  }
}

.btn-animation-from-right {
    &:hover {
    .btn_text-dynamic {
      transform: translateX(100%);
    }
    .btn_text-dynamic-inner {
      transform: translateX(-100%);
    }
  }
}

.why_chooseUs{
    background:  #563364;
    padding: 40px;
}

.modal-backdrop{
  position: relative !important;
}
.content-img-box{
  position: relative;
}

.play-video {
       width: 16%;
    position: absolute;
    top: 36%;
    cursor: pointer;
    color: #fff;
    left: 230px;
    border: 1px solid;
    padding: 17px;
    border-radius: 50%;
    box-shadow: 2px 1px 7px 1px #938a8a;
}

.contact_us{
    display: flex;
    align-items: center;
    margin-top: 40px;
    column-gap: 20px;
}

.contanct_info i{
    color: #fff;
    font-size: 35px;
}


.contanct_info p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 10px;
}

.contanct_info{
    display: flex;
    align-items: center;
}
.contanct_info a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.contanct_info a:hover{
    color: #fff !important;
  
}

.about_section{
    position: relative;
    z-index: 1;
}

.testimonials{
   margin-top: -10% !important;
    z-index: -1;
    padding-top: 190px;
    text-align: center;
    padding-bottom: 80px
}
.testimonial_content{
    background: #fff;
    padding: 20px;
    margin: 10px;
}

.testimonial_content p{
    text-align: left;
    line-height: 27px;
    margin-bottom: 15px
}

.testi-author-box, .author-info{
    display: flex;
     text-align: left;
     align-items: center;
     column-gap: 20px;
     justify-content: space-between;
}

.author-info span{
   color: #563364;
}
.testi-icon i{
    font-size: 33px;
    color: #563364;
}
.footer_form {
    background: url(../imgs/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footer_form h2{
   font-size: 35px;
    line-height: 45px;
    color: #000;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer_img{
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: absolute;
    right: -0;
    bottom: 0;
}

.our_details li{
    list-style: none;
     display: flex;
    align-items: center;
    margin-top: 25px;
    column-gap: 20px;
}
.our_details ul{
    padding-left:0;
}
.our_details li i{
   background: #fff;
    padding: 25px;
    border-radius: 4px;
    color: #563364;
    font-size: 22px;
}

.our_details li a{
    text-decoration:none;
    color: #000;
}


.our_details h4{
    color: #563364;
}
.our_details h3{
    font-size: 22px;
}

#registration_form{
    background: #fff;
    padding: 40px
}


.popUp_form{
  background: #fff;
    padding: 40px
}
.form-control{
    padding: 11px 15px !important;
    margin: 10px !important;
    background-color: #f5f3ef !important;
}

.submit-btn input{
    background:  #563364;
    color: #fff;
    padding: 15px 35px;
    border: none;
    outline: none;
    border-radius: 0.25rem;
}


small{
    font-size: 12px !important;
    position: absolute;
    margin: -9px auto;
    margin-left: 16px;
}


.readmorebtn{
  background:  #563364;
  color: #fff;
  padding: 10px 30px;
  border: none;
  outline: none;
  margin-top: 20px;
}
#preloader{
    background: #fff url(../imgs/loader.gif) no-repeat center center;
    background-size: 4%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.tab {
  display: none;
}

#nextBtn {
  background-color: #563364;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}
#prevBtn {
  background-color:#f1f1f1;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  margin-top: 20px;
}
#regForm{
    position: relative;
    background: #fff;
    padding: 30px;
    width: 100%;
}

#regForm input, #regForm select {
    height: 46px;
    width: 100%;
    font-size: 17px;
   
    margin-bottom: 0 !important;
}

#prevBtn {
  background-color: #bbbbbb;
}

input.invalid, select.invalid{
  border-color: red;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #04AA6D;
}

#calculator_form {
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    margin: 0px auto;
    padding: 50px;
    background: rgba(0,0,0,.75);
    transition: opacity .25s ease-in-out;
    width: 100%;
    z-index: 3;
}

.cancel{
    position: absolute;
    right: 0;
    top: -95px;
    background: #f1f1f1 !important;
}

.footer-strip p{
    font-size: 14px;
}



@media (min-width: 991px) and (max-width: 1200px) {
.year h1{
    font-size: 150px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {

  .year h1{
    font-size: 100px;
    }

  .about-company:after, .about-company:before{
        left: 28%;
    }


  .carousel-indicators{
     
    left: -93.8% !important;
    bottom: 155px !important;
  }

  .carousel-indicators button{
      font-size: 15px;
      padding: 12px 25px !important;
  }

  .carousel-caption h2 {
    font-size: 40px;
  }

    
.carousel-caption {
    bottom: 6% !important;
    top: 6% !important;
    left: 9% !important;
    width: 82%;
  }
  .iti {
    width:30% !important}
}

@media (min-width: 320px) and (max-width: 767px) {
.banner_content{
    height: 450px
    }

    .our_mission {
    transform: translateY(3px);
  }

.year h1{
    font-size: 80px;
    }

.about-company:after, .about-company:before{
        left: 50%;
    }

#about_us iframe{
    margin: 20px 0;
    }
.carousel-indicators{
    display: none !important;
    }


.testimonials{
  padding-top: 80px;
}

.carousel-caption{
    width: 90%;
    padding: 15px !important;
    bottom: 2% !important;
    top: 2% !important;
    left: 4% !important;
    }

.heading{
    font-size: 30px;
    line-height: 35px;
    }

.footer_form h2{
    font-size: 30px;
    line-height: 30px
    }

.iti {
    width:55% !important}


}

@media (min-width: 480px) and (max-width: 575px) {

.carousel-caption {
    bottom: 18% !important;
    top: 30% !important;
   
  }

}

@media (min-width: 320px) and (max-width: 480px) {

.carousel-caption {
     bottom: 10% !important;
    top: 10% !important;
   
}
.carousel-caption p{
  font-size: 14px
  }
}


@media (min-width: 320px) and (max-width: 575px) {

.banner h1{
        font-size: 30px
    }

.carousel-caption h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 5px 0;
 }

.contanct_info p{
        font-size: 14px;
}
    
.contanct_info a {
    font-size: 13px;
}
.play-video {
      width: 56px;
    left: 89px;
    padding: 10px;
  }

.respnsive_text{
    display: block;
  }
.carousel-item img{
  
    max-width: 190%;
  
  }

#registration_form{
  padding: 20px; 
}
#calculator_form{
   padding: 8px;
  }


#regForm{
  padding: 20px;
}

}

@media (min-width: 320px) and (max-width: 990px) {
.pricing-item{
    display: block;
    }

.pricing-item br {
        display: none;
    }

.content-img-box{
        margin-top: 20px
    }

.footer_img{
        display: none;
    }

}
				/* FAQ */


.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
text-align:left;
background:#fff;
}
.hr-line{
  width: 100%;
  margin: auto;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 100%; 
   padding: auto;
   
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    background-color: #F9F9F9;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.collapsible {
  background-color: #221e20;
  color: white;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom:10px;
}

.active, .collapsible:hover {
  background-color: #563364;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-bottom:10px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
