/********** Template CSS **********/
:root {
    --primary: #2A3663;
    /* --secondary: #F57E57; */
    --light: #ffffff;
    --dark: #111111;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#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;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.top-bar a {
    color: var(--light);
}

/*** Navbar ***/

.navbar-light .navbar-brand {
    width: 80px;
    height: auto;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 20px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}


.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus {
    outline: none;
    border: none;
}

.navbar .navbar-toggler {
    color: white !important;
    border-color: white !important;
}

.navbar .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid var(--primary);
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: var(--primary);
    top: 0;
    left: 0;
    content: '';
    /* z-index: 2; */
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .navbar-collapse {
        position: absolute;
        background: var(--light);
        height: 100vh;
        width: 234px;
        left: -282px;
        top: 74px;
        box-shadow: var(--box-shadow);
        padding-top: 10px;
        padding-left: 32px;
        transition: .3s linear;
        z-index: 99;
    }

    .navbar-collapse.show {
        top: 74px;
        left: 0px;
    }
}

@media screen and (min-width:577px) and (max-width: 840px) {
    .navbar-collapse {
        top: 73px;
    }

    .navbar-collapse.show {
        top: 73px;
    }
}

@media (max-width: 576px) {
    .navbar .navbar-brand {
        width: 70px;
        height: auto;
    }
}

/* ******************* Carousel********************** */
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.726); */
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 26px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}



/* About*********************** */

.about .text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .about-pic {
    height: 380px;
    width: 380px;
}

@media (max-width: 768px) {
    .about .about-pic {
        height: 280px;
        width: 280px;
    }
}


/* Services*********************** */
.services {
    background-color: rgba(255, 255, 255, 0.58);
    background-image: url(../img/background-path-421x1024.PNG);
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: scroll;
    background-size: contain;
}

.services .nav {
    background-color: var(--light);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.services-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.twentytwenty-container {
    border: 10px double var(--primary);
}
@media (min-width: 1200px){
    .twentytwenty-container,
    .services-box {
        height: 335px;
        width: auto;
    }

    .twentytwenty-container {
        height: 280px;
        width: 500px;
    }
}

@media screen and (min-width:840px) and (max-width: 1200px) {

    .twentytwenty-container,
    .services-box {
        width: 460px;
        height: 310px;
    }
}

@media (max-width: 830px) {

    .twentytwenty-container,
    .services-box {
        width: 670px;
        height: 450px;
    }
}
@media (max-width: 450px) {

    .twentytwenty-container,
    .services-box {
        width: 365px;
        height: 245px;
    }
}

@media (max-width: 395px) {

    .twentytwenty-container,
    .services-box {
        width: 320px;
        height: 215px;
    }
}

@media (max-width: 359px) {

    .twentytwenty-container,
    .services-box {
        width: 265px;
        height: 180px;
    }
}



.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.services .info-box i {
    font-size: 24px;
    color: var(--primary);
}

.services .info-box span {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgb(65 65 77 / 85%), rgba(0, 0, 0, 0.85)), url(../img/breadcrumb-bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgb(86 86 109 / 66%), rgba(0, 0, 0, 0.85)), url(../img/appointment.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: var(--primary);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: linear-gradient(rgb(147 147 152 / 9%), rgb(0 0 0 / 65%)), url(../img/call-bg.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: var(--primary);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}




.timeline {
    padding: 0px 0px;
    position: relative;
}

.timeline:before {
    background: var(--dark);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 4px;
}

.timeline .timeline-item {
    clear: both;
    list-style-type: none;
    padding: 0 16px;
    position: relative;
}

.timeline .timeline-item:before {
    background: var(--primary);
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
}

.timeline .timeline-item .timeline-content {
    background: var(--primary);
    border: 2px solid var(--primary);
    padding: 1em;
    width: 46%;
}

.timeline .timeline-item .timeline-content h3 {
    margin-top: 16px;
    color: var(--light);
}

.timeline .timeline-item .timeline-content p {
    margin-top: 16px;
    color: var(--light);
}

.timeline .timeline-item .timeline-content ul {
    font-weight: 600;
    color: var(--light);
}

.timeline .timeline-item:nth-child(even) .timeline-content {
    float: right;
}


@media screen and (max-width: 968px) {

    .timeline:before {
        left: 0px;
    }

    .timeline .timeline-item:before {
        left: 0;
    }

    .timeline .timeline-item .timeline-content {
        width: 100%;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: initial;
    }
}

@media screen and (max-width: 968px) {

    .timeline .timeline-item {
        margin-bottom: 18px;
    }
}

/*** Testimonial Start ***/

.testimonial {
    background: linear-gradient(rgb(0 0 0 / 65%), rgb(147 147 152 / 9%)), url(../img/footer-bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary);
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-comment {
    height: 200px;
}

@media (max-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-comment {
        height: 230px;
    }
}

@media (max-width: 500px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-comment {
        height: 270px;
    }
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white);
    border-style: dotted;
    transition: 0.5s;
}


@media (max-width: 600px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        display: none;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        display: none;
    }
}

/*** Testimonial End ***/


/* *************our-expertise************** */

.our-expertise_box {
    position: relative;
    background-color: var(--light);
    border: 2px solid var(--primary);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.our-expertise_box .content {
    position: relative;
    z-index: 20;
}

.our-expertise_box .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: var(--primary);
    border: 6px solid var(--dark);
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.our-expertise_box:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.our-expertise_box .icon {
    display: inline-block;
    margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: var(--primary);
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: var(--bs-white);
    font-size: 30px;
    transition: all .3s;
}

.our-expertise_box:hover .icon {
    background-color: var(--bs-white);
    color: var(--primary);
}

.our-expertise_box .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.our-expertise_box:hover .title {
    color: var(--bs-white);
}

.our-expertise_box .description {
    font-size: 16px;
    transition: color .3s;
}

.our-expertise_box .lineclamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our-expertise_box:hover .description {
    color: var(--bs-white);
}

.our-expertise_box a {
    position: relative;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.our-expertise_box:hover a {
    color: var(--bs-white);
}

.our-expertise_box a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--primary);
    transition: background-color .3s;
}

.our-expertise_box:hover a:after {
    background-color: var(--bs-white);
}


/************* Our Goal - Our Story *************/

.goal-story .goal {
    background: var(--primary);
    color: var(--light);
}

.goal-story .goal h2 {
    color: var(--light);
}

.goal-story .story {
    background: var(--dark);
    color: var(--light);
}

.goal-story .story h2 {
    color: var(--light);
}

.goal-story img {
    height: 300px;
    width: 300px;
}


/************* Video Section *************/

.video-section {
    border: 4px dashed var(--primary);
    padding: 10px;
    border-radius: 20px;
}


.home-staging {
    background-color: rgba(255, 255, 255, 0.58);
    background-image: url(../img/background-path-421x1024.PNG);
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: scroll;
    background-size: contain;
}

/************* Team *************/

.our-team {
    padding: 30px 0 40px;
    background: var(--light);
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid var(--primary);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.our-team:hover {
    border-bottom: 5px solid var(--dark);
}

.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
    height: 100%;
    background: var(--dark);
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:after {
    background: var(--dark);
}

.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px var(--light);
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px var(--light);
    transform: scale(0.7);
}

.our-team .team-content {
    margin-bottom: 30px;
}

.our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: var(--dark);
    text-transform: capitalize;
}



/************* FAQ *************/

.faq-section {
    background: linear-gradient(rgb(147 147 152 / 9%), rgb(0 0 0 / 65%)), url(../img/call-bg.jpg) center center no-repeat;
    background-size: cover;
}

.faq {
    height: 350px;
    overflow-y: scroll;
    padding: 10px;
}

.faq-item {
    background-color: #fff;
    color: var(--dark);
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(53, 53, 53, 0.199);
}

.faq-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.faq-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.faq-item-header.active::after {
    content: "\2212";
}

.faq-item-header:hover,
.faq-item-header.active {
    color: var(--primary);
}

.faq-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, var(--primary), transparent) 1;
}


.fact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* ****************Footer******************* */
.footer {
    /* background: url(../img/footer-bg.jpg) center center no-repeat;
    background-size: cover; */
    /* background-color: #ecf0ff; */
}


/* ****************360 VIDEO******************* */
.player-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}

.player-wrapper .player {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
