/********** Template CSS **********/
/* Custom Css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@400;500;600;700&display=swap');

.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat-samibold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.montserrat-ragular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* Fonts */
:root {
    --default-font: 'Poppins', sans-serif;
    --heading-font: 'Montserrat', sans-serif;
    --nav-font: 'Poppins', sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */

:root {
    --primary: #4b34b4;
    --secondary: #182d5e;
    --light: #f8f6ff;
    --dark: #1D2A4D;
}

/* Smooth scroll */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
    color: var(--secondary);
    font-family: var(--default-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--subheader-color), transparent 25%);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

.section-gap {
    padding: 70px 0;
}

.top-header-right a,
.social-link-top {
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
}





.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

header.sticky-top {
    background-color: var(--light);
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

a.navbar-brand img {
    max-width: 62px;
}

/* Hero Slider */
.overlay-banner.position-absolute {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
    transition: all 0.3s ease-in-out;
}

.service-item:hover .service-icon {
    transform: rotate(45deg);
}

.service-item:hover .service-icon i {
    transform: rotate(315deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
    transition: all 0.3s ease-in-out;
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.hero-slider .owl-dots {
    bottom: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
}

.hero-slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: var(--light);
    border-radius: 50%;
    display: block;
    margin: 0 4px;
    transition: all 0.3s ease-in-out 0s;
}

.hero-slider .owl-dots .owl-dot.active span {
    width: 30px;
    border-radius: 15px;
    background-color: var(--light);

}


.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next,
.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary);
    font-size: 24px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-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: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {

    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

.servicers {
    background-color: var(--light);
}

.appointment {
    background-color: var(--secondary);
}

.btn-theme {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

/* About Page */
.banner-content h2 {
    color: #fff;
    font-size: 90px;
}

.banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.banner-content h2 span {
    font-size: 36px;
    display: block;
    font-weight: 400;
}

.our-goal {
    background: var(--light);
    padding: 60px 30px;
    margin-top: -100px;
    border-radius: 50px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

ul.d-flex.flex-wrap.side-list li {
    width: 42%;
    margin: 0 7% 7px 0;
    font-size: 14px;
}

ul.d-flex.flex-wrap.side-list {
    margin: 30px 0 0 0;
}

.count-block h3 {
    font-size: 60px;
    line-height: 1;
    display: inline-block;
}

.count-block p {
    font-size: 20px;
}

.count-block {
    background-color: var(--light);
}

.count-block.text-end {
    border-bottom: 1px solid var(--light);
    margin-bottom: 25px;
}

.border-right-count {
    border-right: 5px solid var(--primary);
}

.border-left-count {
    border-left: 5px solid var(--primary);
    padding-left: 30px;
}

.contact-box {
    background: #fff;
    color: var(--primary);
    width: 100px;
    height: 70px;
    transform: rotate(-15deg);
}

.team-image {
    height: 100vh;
    max-height: 350px;
}

.bg-light.about-circle {
    width: 120px;
    height: 120px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

/* Form Style */
.wpcf7-form.init select,
.wpcf7-form.init input {
    height: 50px;
    padding-left: 15px;
}

.wpcf7-form.init p {
    margin: 0 !important;
}

.btn.btn-dark,
.btn.btn-outline-dark {
    color: #fff;
}
div#hamburger-1 {
    display: none !important;
}











/* Menu Humburger */
.collapse.navbar-collapse.is-active {
    display: block !important;
}

.hamburger .line {
    width: 40px;
    height: 4px;
    background-color: var(--primary);
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

@media (min-width: 992px) {

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: 10px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 992px) {
div#hamburger-1 {
    display: block !important;
}
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #ffffff;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #9ab5ff;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }

    h1.display-1 {
        font-size: 34px;
    }

    h1.display-4 {
        font-size: 28px;
    }

    .service-item .service-icon {
        width: 110px;
        height: 80px;
    }

    .service-item {
        height: auto;
        padding: 25px 15px;
    }

    .testimonial-item p {
        font-size: 18px !important;
    }

    .banner-content h2 {
        font-size: 40px;
    }

    .banner-content h2 span {
        font-size: 26px;
    }

    .count-block h3 {
        font-size: 36px;
    }

    h1.display-5 {
        font-size: 28px;
    }

}

@media (max-width: 991px) {
    .navbar-nav ul {
        flex-direction: column;
        background: var(--primary);
        width: 100%;
        padding: 20px;
        position: fixed;
        left: 0;
        margin: 0;
        max-width: 320px;
        top: 0;
        height: 100%;
    }
    .our-goal {
    padding: 30px 20px;
    margin-top: -10px;
    border-radius: 30px;
}
.overlay-banner.position-absolute {
    position: relative !important;
    background: var(--primary);
    padding: 30px 0;
}
.hero-slider .owl-dots .owl-dot span {
    background-color:var(--primary);
}
.hero-slider .owl-dots .owl-dot.active span {
    background-color:var(--secondary);
}
.hero-slider .owl-dots {
    bottom: -30px;
}
}

@media (max-width: 420px) {
    .section-gap {
    padding: 40px 0;
}
    h1.display-1 {
        font-size: 28px;
    }
    .bg-white.text-center.rounded.p-5 {
    padding: 20px !important;
}
.owl-carousel.price-carousel{
    padding: 20px !important;
}
.row.gx-5 {
  --bs-gutter-x:0;
}
    .testimonial-item p {
        font-size: 16px !important;
    }
.container-fluid.bg-dark.text-light.py-5 {
    padding: 20px 0 !important;
}
.team-carousel .owl-nav {
    position: relative;
}
.container.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
    .navbar-nav ul {
        max-width: 270px;
    }
}