/********** Template CSS **********/
:root {
    --primary: #52B4C8;
    /*--secondary: #15ACE1;*/
    --secondary: #fb7d5d;
    --light: #F4F7FE;
    --dark: #14183E;
}


/*** Spinner ***/

/* (C) NO SELECT + HIGHLIGHT COLOR */
* { user-select: none; }
*::selection { background: none; }
*::-moz-selection { background: none; }

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes pulse {
    0% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.animate-pulse {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: var(--light);
    outline: none;
    font-weight: 700;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffffff;
    transform: scale(1.05);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-toggler-icon {
    background-image: url('../imgs/svg/navbar-toggler.svg')!important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
@media (min-width: 767px){
   .hero-header {
        margin-top: -75px;
        background: url(../imgs/bg-hero.webp) top right no-repeat;
        background-size: 75%;
        padding-top: 50px;
    } 
}
.inner-header{
    background: linear-gradient(0deg,#15777000,#0c67619e), url(../imgs/bg-inner.webp) top center no-repeat;
    height: 50vh;
    background-size: cover;
    margin-top: -75px;
}

.services-header{
    background: url(../imgs/services-banner.webp) bottom center no-repeat;
    height: 50vh;
    background-size: cover;
    margin-top: -75px;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}

/*Clients Reviews*/
.clients {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  overflow: hidden;
  max-width: 100%;
  width: 400px;
}

.clients-body {
  padding: 40px 40px 80px;
}

.clients-body p {
  color: #555;
  font-size: 14px;
  margin: 0;
}
.clients-footer {
  color: #fff;
  padding: 20px;
  text-align: center;
}

.clients-footer1{
    background-color: #bdb1d2;
}
.clients-footer2{
    background-color: #e6cd81;
}
.clients-footer3{
    background-color: #bae28b;
}
.clients-footer4{
    background-color: #8fc4cb;
}

.clients-footer img {
  border-radius: 50%;
  border: 5px solid #fff;
/*  height: 120px;
  width: 120px;*/
  margin-top: -100px;
  
}
.clients-footer h5 {
  margin: 10px 0;
  font-size: 24px;
  text-transform: uppercase;
}
.clients-footer h4 {
  color: #b3b5ef;
  margin: 0;
}

/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
    box-shadow: 2px 2px 9px #d1d1d1;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-icon {
    background: #FFFFFF;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5, .service-item:hover h4,
.service-item:hover p {
    color: #FFFFFF!important;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}


/*** Feature ***/
.feature {
    background: url(../img/bg-hero.webp) center center no-repeat;
    background-size: cover;
}


/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.webp) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Case Study ***/
.case-item img {
    transition: .5s;
}
  
.case-item:hover img {
    transform: scale(1.2);
}
  
.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}
.accordion .accordion-body h3{
    font-size: 16px;
    font-weight: 400!important;
    color: #5e5e5e!important;
}

/*** Testimonial ***/
.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}


/*** Team ***/
.team-item {
    transition: .5s;
    border: 1px solid transparent;
    transition: .5s;
}

.team-item:hover {

    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    /*background: url(../imgs/footer.webp) center center no-repeat;*/
    /*background-size: contain;*/
    background-color: #252525!important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgb(255 255 255 / 82%);
    font-size: 14px;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 15px 0;
    font-size: 15px;
    color: #e9e9e9;
    font-weight: 600;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255,255,255,.5);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.last-footer{
  background-color: #176765!important;
}

.section_image{
    background-image: url('../imgs/section.webp');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.bg-dubai{
    background: url('../imgs/perks-bg.webp') center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.uae-bg-section{
    background: url('../imgs/uae-bg-section.webp') center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-cta{
    background: url('../imgs/homepage-cta.webp') center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-page-cta{
    background: url('../imgs/service-page-cta.webp') center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}
.hover-scale:hover{
    transform: scale(1.05);
}
.hover-scale-2:hover{
    transform: scale(1.2);
}
.hover-scale, .hover-scale-2{
    cursor: pointer;
}
.transition{
    transition: 0.2s;
}
.border-radius-circle{
    border-radius: 50%!important;
}
.flex{
    display: flex;
}
.rounded-circle{
    display: flex!important;
    flex-wrap: wrap!important;
    align-content: center!important;
}

.rounded-circle:hover {
    background-color: #ea580c!important;
    color: #ffffff!important;
}

ul li::marker{
    color: var(--secondary);
    line-height: 1px;
    font-size: 1.5rem;
}

select {
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") center right no-repeat;
    background-color: #ffffff!important;
}
input{
    background-color: #ffffff!important;
}
.order-summary{
    position: relative;
    padding: 45px 30px;
    background: #f3f3f3;
    transition: .5s;
    box-shadow: 2px 2px 9px #d1d1d1;
}

.form-home .form-control{
    height: 45px;
    border-radius: 10px;
    display: block;
    border: 1px solid #888a8d!important;
    /*border: none;*/
}

.form-home .btn{
    height: 50px!important;
    border-radius: 25px!important;
    display: block!important;
    border: none!important;
}

.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem!important;
    padding-bottom: 0.525rem!important;
}

.pricing-tab .e-text {
    color: #343434;
    font-weight: 600;
    display: block;
}
.pricing-tab .t-text {
    font-size: 14px;
    margin: 0px 5px;
}
.pricing-tab .h6 {
    font-size: 15px;
}
.pricing-tab .brown-text {
    color: #ba895e;
    font-size: 15px;
}
.pricing-tab .brown-highlights1 {
    font-size: 50px;
}


@media (max-width: 767px) {
    .hide-mobile{
        display: none;
    }

    .cta-btn{
        position: relative;
        bottom: 50px;
        left: 50px;
    }
    .home-cta-btn{
        position: relative;
        bottom: 50px;
    }
}
@media (min-width: 768px) {
    .hide-desktop{
        display: none;
    }
    .cta-btn{
        position: relative;
        bottom: 80px;
        left: 60px;
    }
    .home-cta-btn{
        position: relative;
        bottom: 100px;
    }
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 111px;
}
.form-desktopInner {
    margin-bottom: 20px;
}
.content-inner {
  line-height: 24px;
  background: #fff;
  margin: 0 auto 50px;
  box-shadow: 0 0 1px #666;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 19px 4px 30px;
  color: #454545;
  font-size: 16px;
}