/*  ===========================
======== google fonts ======== 
============================ */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,700&display=swap"); 
/*  ===========================
======== Basic reset ======== 
============================ */
*, ::before, ::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: Jost, sans-serif;
    overflow-x: hidden;
    color: rgb(18, 15, 57);
}

a {
    text-decoration: none !important;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

section {
    padding: 80px 0px;
}

p {
    color: rgb(115, 115, 115);
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(18, 15, 57);
    margin-bottom: 0px;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
/*  ===========================
======== Header area ======== 
============================ */
.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.scroll-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 10px;
    background-color: rgb(255, 255, 255);
    animation: 0.6s ease 0s 1 normal none running stuckMoveDown;
    opacity: 0.9;
    z-index: 9999;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.logo img {
    width: 83px;
}

.hamburger-menu {
    font-size: 26px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
    z-index: 1500;
}

.hamburger-menu .fa-times {
    display: none;
}

.nav-list {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1400;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s ease 0s;
}

.menu-open.nav-list {
    opacity: 1;
    transform: scale(1);
}

.menu-open .fa-times {
    display: block;
    color: rgba(10, 10, 10, 0.85);
}

.menu-open .fa-bars {
    display: none;
}

.nav-link {
    display: block;
    font-weight: 500;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: initial;
    padding: 8px 26px 8px 0px;
    color: rgb(24, 16, 36);
    transition: all 0.3s ease 0s;
}

.nav-link:hover {
    color: rgb(230, 226, 226);
}

.svg-link {
    display: inline-block;
}

.nav-right-logo .nav-link {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.nav-item.nav-right-logo {
    text-align: center;
}

.nav-right-logo i {
    font-size: 28px;
    margin-right: 8px;
}



.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.616), rgba(0, 0, 0, 0.616)), url("img/hero bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-text-box img {
    margin: auto;
}

.heading-main {
    color: rgb(255, 255, 255);
    font-size: 70px;
    line-height: 79px;
    font-weight: 600;
}

.color-logo {
    color: rgb(104, 131, 100);
}

.hero-text-box p {
    font-size: 18px;
    margin: 20px 0px;
    color: rgb(255, 255, 255);
    line-height: 28px;
    padding: 0px 80px;
}

a.btn.btn-color {
    border: 1px solid rgb(255, 255, 255);
    padding: 14px 15px;
    color: rgb(255, 255, 255);
    background: transparent;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin: auto;
    text-transform: uppercase;
}

.btn-box a span i {
    margin-left: 18px;
    font-size: 22px;
}

.btn-box {
    margin-top: 30px;
}

a.btn.btn-color span {
    display: flex;
    align-items: center;
}

a.btn:hover {
    background-color: rgb(115, 134, 112);
    color: rgb(255, 255, 255);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px 0px;
    transform: translateY(-8px);
}
/*  ===========================
      ==== services  area ====
    ============================ */
.services {
    position: relative;
}

.bg-attrative {
    opacity: 0.15;
    height: 100%;
    background-image: radial-gradient(at left center, rgba(115, 134, 112, 0.37), 70%, rgb(255, 255, 255) 30%);
    clip-path: polygon(58% 50%, 0% 100%, 0px 0px);
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.bg-attrative {
    background-color: transparent;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.section-text-box {
    text-align: center;
}

.section-text-box h2 {
    font-size: 42px;
    line-height: 50px;
    color: rgb(25, 25, 25);
    font-weight: 800;
    margin-top: 22px;
}

.section-text-box p {
    margin-top: 10px;
}

.logo-service img {
    width: 72px;
    margin: auto;
}

.service-box.text-center {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 30px 20px;
    box-shadow: rgba(33, 67, 71, 0.08) 0px 2px 12px 0px;
    border-radius: 8px;
    flex-direction: column;
    height: 100%;
}

.logo-service {
    width: 80px;
    height: 80px;
    margin: auto auto 20px;
    /* padding: 12px; */
    border-radius: 11px;
}

.service-box h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 28px;
}

.services-box-wrap {
    margin-top: 60px;
}
/*  ===========================
      ====== about area ======
    ============================ */
.about-us {
    padding: 102px 0px;
    position: relative;
    /* padding-bottom: 70px; */
}

.shape-img-from-top {
    position: absolute;
    top: -250px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url("img/shape one.png") center center no-repeat;
}

.rotate-shape .shape-img-from-top {
    transform: rotate(220deg);
    left: -341px;
    top: -297px;
    z-index: -1;
}

.about-img img {
    border-radius: 8px;
}

.about-us-text-box h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    margin: 22px 0px;
}

.default-mini-box {
    background: rgb(115, 134, 112);
    padding: 4px 14px;
    border-radius: 100px;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-decoration: none;
}

.padding-top-0 {
    padding-top: 80px;
}

.check-list {
    margin-top: 15px;
}

.check-list li {
    color: rgb(115, 115, 115);
    font-size: 18px;
    margin-bottom: 5px;
}

.chec-list-icon {
    font-size: 22px;
    color: rgb(115, 134, 112);
    margin-right: 8px;
}
/*  ===========================
      ==== testimonials  area ====
    ============================ */
.testimonials {
    padding: 80px 0px;
    background: linear-gradient(rgba(104, 121, 102, 0.42) 50%, rgba(104, 121, 102, 0.41) 100%);
}

.shape-relative {
    position: relative;
}

.shape-testimonials {
    background: url("img/download.svg") no-repeat;
    width: 89px;
    inset: -58px 0px 0px;
    height: 114px;
    position: absolute;
    margin: auto;
}

.section-text-box.text-center.shape-relative p {
    padding: 0px 101px;
}

.fa-star {
    color: rgb(243, 183, 18);
}

.profile {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item .profile img {
    width: 60px;
    border-radius: 8px;
    height: 60px;
    object-fit: cover;
}

.profile-title {
    margin-left: 12px;
}

.profile .title {
    margin-left: 15px;
}

.profile-title h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.profile-title p {
    margin-bottom: 0px;
}

.testimonial-box {
    height: 100%;
    border: 1px solid rgb(115, 134, 112);
    padding: 24px 40px;
    border-radius: 12px;
    display: flex;
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    background-color: rgb(255, 255, 255);
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.testimonial-wrap .owl-nav .owl-next {
    right: 0px;
}

.testimonial-wrap .owl-nav .owl-prev {
    left: 0px;
}

.testimonial-wrap .owl-nav div {
    position: absolute;
    top: 20%;
}

.testimonial-wrap .owl-nav i {
    color: rgb(255, 255, 255);
    font-size: 22px;
}

.testimonial-wrap .owl-nav div {
    width: 39px;
    height: 39px;
    text-align: center;
    font-size: 25px;
    color: rgb(224, 215, 215);
}

.testimonial-wrap .owl-nav div {
    position: absolute;
    top: 50%;
    background: rgb(115, 134, 112);
    border-radius: 50px;
}

.testimonial-wrap .owl-nav .owl-next {
    right: -21px;
}

.testimonial-wrap .owl-nav .owl-prev {
    left: -21px;
}
/*  ===========================
      ==== our team area ====
    ============================ */
    section.our-team {
        padding-top: 80px;
        background: #f7f7f7;
    }
    .team-box {
        border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    transition: all .5s ease;
    }
    .team-box:hover::before{
        content: "";
        position: absolute;
        display: block;
        width: calc(100% - 0.5em);
        height: calc(100% - 0.5em);
        margin-left: 0.7em;
        margin-top: -0.35em;
        transform: rotate(2deg);
        background-color: rgba(115, 134, 112);
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        z-index: -1;
        transition: all .5s ease;
    }
    .team-box:hover{
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
        transform: translate(0px, -2px);
        transition: all .5s ease;
    }
    .team-text-box{
        padding: 20px 20px 30px 20px;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.07);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        background-color: #fff;
    }
    .team-img img {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }
    
    h5.title-team {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }
    
    .team-text-box p {
        font-size: 17px;
        line-height: 28px;
        margin: 10px 0px;
    }
    
    .social-team ul li {
        display: block;
        margin-bottom: 6px;
    }
    
    .social-team ul li a {
        display: inline-block;
        transition: all 650ms ease;
        font-size: 18px;
    }
    .social-team ul li a i {
        font-size: 18px;
        color: rgb(115, 134, 112);
        margin-right: 8px;
    }
    .team-img img {
        height: 390px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        object-fit: cover;
        margin: auto;
        width: 390px;
        overflow-clip-margin: unset;
    }
    .second-team-box{
        margin-top: 40px;
    }
    span.team-job-title {
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
        font-style: italic;
        font-weight: 500;
        font-size: 19px;
    }
/*  ===========================
      ==== contact form area ====
    ============================ */
.contact-form-area {
    background: rgb(255, 255, 255);
}


.location-box iframe {
    width: 100%;
    height: 660px;
}

form input {
    width: 100%;
    background: rgb(255, 255, 255);
    border: none;
    padding: 12px 15px;
    margin: 12px 0px;
    border-radius: 8px;
    font-size: 20px;
}

.contact-from-box {
    box-shadow: rgb(225, 225, 225) 0px 2px 12px 0px;
    background: rgba(115, 134, 112, 0.32);
    padding: 27px 30px;
    margin: auto;
    border-radius: 8px;
}

form textarea {
    width: 100%;
    border: none;
    font-size: 20px;
    padding: 12px 15px;
}

.submit-box {
    text-align: right;
}

form [type="submit"] {
    width: 25%;
    color: rgb(255, 255, 255);
    background: rgb(115, 134, 112);
    text-transform: uppercase;
}

form [type="submit"]:hover {
    background: rgb(104, 121, 102);
}

input:focus-visible, textarea:focus-visible {
    outline: none;
}

.contact-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px;
}

.icon-box img {
    width: 52px;
}

.location-box-wrap {
    display: flex;
    align-items: center;
    margin: 40px 0px;
}

.icon-box {
    background: rgb(213, 187, 145);
    width: 56px;
    height: 56px;
    padding: 12px;
    border-radius: 42px;
}

.location-text {
    margin-left: 20px;
}
/*Hero Impressum page*/
.hero-impr{
    background-image: linear-gradient(
        to bottom,
        rgba(0,0,0,.59),
        rgba(0,0,0,.59)
      ), url("img/hero\ impr.jpg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
           height: 70vh;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
}
.box-one:not(:last-child){
    margin-bottom: 20px;
}
.box-one h6 {
    font-size: 18px;
    margin-bottom: 8px;
}
/*  ===========================
      ==== Footer area ====
    ============================ */
    footer {
        padding: 30px 0px;
        position: relative;
    }
.corpy-right {
    color: #fff;
}

.flex-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-menu ul li a {
    color: #fff;
    margin-right: 12px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}
.footer-menu ul li a span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 3px;
}
.footer-menu ul li {
    display: inline-block;
}

.footbar.footbar-primary {
    background-color: rgb(115, 134, 112);
}
/*  ===========================
          ==== scroll to top ====
    ============================ */
/*Scroll to top*/
.back-to-top {
    background: rgb(115, 134, 112);
    margin: 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 90;
    text-decoration: none;
    color: rgb(14, 23, 41);
    transition: all 0.4s ease 0s;
}

.back-to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}

.back-to-top i {
    position: relative;
    left: 9px;
    top: 8px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    transition: all 200ms ease 0s;
}

.back-to-top:hover i {
    top: 6px;
}
/*  ===========================
      ==== All Responsive codes ====
    ============================ */
    /*Mobile menu do here*/
    @media (min-width: 992px) {
        .header {
            padding: 8px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .hamburger-menu {
            display: none;
        }
    
        .nav-list {
            position: inherit;
            width: inherit;
            height: inherit;
            background-color: transparent;
            flex-direction: row;
            justify-content: inherit;
            opacity: 1;
            transform: scale(1);
        }
    
        .nav-link {
            text-transform: capitalize;
            font-size: 20px;
            font-weight: 400;
            line-height: 26px;
            color: #fff;
            transition: all 0.3s ease 0s;
        }
        .scroll-header .nav-link{
            color: #191919;
        }
        .nav-link:hover {
            color: #fff;
        }
        .scroll-header .nav-link:hover {
            color: #191919;
        }
    }
    
    @media (min-width: 768px) and (max-width: 998px) {
        header.header.sticky {
            background-color: rgb(1, 1, 1);
            padding: 12px 0px;
        }
    
        .nav {
            padding: 0px 10px;
        }
    
        .nav-link {
            font-weight: 400;
            font-size: 23px;
            padding: 8px;
        }
    }
    
    @media (min-width: 992px) {
    }
    
    @media (max-width: 767px) {
        header.header.sticky {
            background-color: #fff;
            padding: 12px 0px;
        }
    
        .nav {
            padding: 0px 10px;
        }
    
        .bg-overlay {
            background-image: linear-gradient(4deg, rgb(33, 119, 152) 59%, rgba(0, 0, 0, 0) 129%);
        }
        .hamburger-menu {
            color: #191919;
        }
        .heading-main {
            font-size: 36px;
            line-height: 44px;
        }
        .hero-text-box p {
            padding: 0px 0px;
        }
        a.btn.btn-color {
            width: 88%;
        }
        section {
            padding: 40px 0px;
        }
        .shape-img-from-top {
            display: none;
        }
        .about-us {
            padding: 40px 0px;
        }
        .service .row {
            flex-direction: column-reverse;
        }
        section.about-us.padding-top-0.services {
            padding-top: 0px;
        }
        .about-us-text-box h2 {
            font-size: 28px;
            line-height: 38px;
        }
        .section-text-box h2 {
            font-size: 28px;
            line-height: 36px;
        }
        .testimonial-wrap {
            margin-top: 0px !important;
        }
        .testimonials {
            padding: 40px 0px;
        }
        .section-text-box.text-center.shape-relative p {
            padding: 0px 0px;
        }
        .flex-footer-content {
            flex-direction: column;
            gap: 20px;
        }
        .footer-menu ul li {
            display: block;
            margin-bottom: 10px;
            text-align: left;
        }
        .contact-from-box {
            padding: 27px 15px;
            width: 100%;
            border-radius: 8px;
        }
        form [type="submit"] {
            width: 38%;
        }
        .our-team .row {
            margin-top: 0px !important;
        }
    }












