﻿@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-VariableFont_wght.otf);
    font-display: swap;
}
:root {
    --main-color: #444;
    --heading-color: #000;
    --primary-color: #448C74;
    --lighter-color: #444;
    --subtitle-color: #444;
    --black-color: #000;
    --border-color: rgba(119, 119, 125, .2);
    --button-border: rgba(119, 119, 125, .2);
    --body-background: #ECF3F1;
    --grey-bg: #E6EAEE;
}
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
}

body {
    color: var(--main-color);
    background: var(--body-background);
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;

}

.heading,
input,
select,
textarea,
.nice-select,
.form-control,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.accordion-item .accordion-button {
    color: var(--heading-color);
    font-family: "Poppins", sans-serif;
}

h1,
.h1 {
    font-size: 58px;
}

h2,
.h2 {
    font-size: 22px;
}

h3,
.h3 {
    line-height: 1.3;
    font-size: 30px;
}

h4,
.h4 {
    line-height: 1.1;
    font-size: 24px;
}

h5,
.h5 {
    line-height: 1.4;
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}


p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

a {
    color: var(--main-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--primary-color);
}



ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

mark {
    color: var(--primary-color);
    background: transparent;
    text-decoration: underline;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

input,
select,
textarea,
.nice-select,
.form-control {
    width: 100%;
    height: auto;
    border: none;
    font-size: 20px;
    border-radius: 0;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 2px solid rgba(41, 41, 41, 0.1);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.nice-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.nice-select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.nice-select::placeholder,
.form-control::placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
    border-bottom: 2px solid rgba(41, 41, 41, 0.1);
}

textarea {
    display: inherit;
    padding-top: 20px;
}

label {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--main-color);
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #cfdbf1;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
    width: auto;
}

.no-gap {
    margin-left: 0;
    margin-right: 0;
}
.hero-btns {
    margin-top: 20px;
}
.no-gap>div {
    padding-left: 0;
    padding-right: 0;
}

.section-title {
    margin-bottom: 40px;
}

.section-title .sub-title {
    font-weight: 500;
    display: block;
    color: rgba(255, 255, 255, 0.65);
}

.section-title h2 {
    margin-bottom: 15px;
    font-size: 50px;
}

.section-title p {
    font-size: 16px;
    padding: 0px 300px;
}

.section-title h2 span {
    color: var(--primary-color);
}


.section-title h6 {
    font-size: 18px;
}

.section-title h6 span {
    color: var(--primary-color);
}

.theme-btn {
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: 1px solid var(--button-border);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: visible;
    border-radius: 15px;
    padding: 12px 24px;
    text-align: center;
    text-transform: none;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-btns a.theme-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.menu-btns a.theme-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.theme-btn:focus {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.theme-btn:hover {
    border: 1px solid var(--button-border);
    text-decoration: none;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    background: #000;
}

.theme-btn:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 1px solid var(--button-border);
}

.slick-arrow:focus,
.slick-arrow:hover {
    color: #fff;
    background: #000;
    border-color: var(--primary-color);
}

.slider-arrows button:first-child {
    margin-right: 5px;
}

.text-white *,
.text-white a,
.text-white .count-text,
.text-white .footer-newsletter-content .sub-title {
    color: white;
}

.text-white li li .dropdown-btn span {
    color: var(--heading-color);
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.fixed-header .header-inner {
    padding: 10px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(119, 119, 125, .2);
}

.header-inner {
    padding: 30px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: fixed;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--body-background);
}

.main-header .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.main-header .logo {
    z-index: 9;
    padding: 2px 0;
    position: relative;
}

.main-header .logo img {
    width: 120px;
    height: auto;
}

.main-header.fixed-header .header-upper {
    top: 0;
    left: 0;
    position: fixed;
    -webkit-animation: easeIn 1s;
    animation: easeIn 1s;
}

.nav-outer {
    margin-left: auto;
}

.main-hero-area {
    padding-top: 115px;
}

.about-area {
    padding-top: 115px;
    padding-bottom: 15px;
}


.container-inner {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.025) 0px 0.362176px 0.651917px -1px inset, rgba(255, 255, 255, 0.036) 0px 3px 5.4px -2px inset;
    background-color: #fff;
}

.about-image-part2 {
    margin-bottom: 30px;
}
.about-image-part {
    text-align: center;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.025) 0px 0.362176px 0.651917px -1px inset, rgba(255, 255, 255, 0.036) 0px 3px 5.4px -2px inset;
    background-color: #fff;
}

.about-content-part,
.about-content-part-bottom {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.025) 0px 0.362176px 0.651917px -1px inset, rgba(255, 255, 255, 0.036) 0px 3px 5.4px -2px inset;
    background-color: #fff;
}

.about-content-part-bottom {
    margin-top: 30px;
}

.about-content-part-bottom h2 {
    margin-bottom: 35px;
}

.about-image-part img {
    border: 2px dashed #448C74;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.about-image-part h2 {
    font-size: 40px;
}

.about-content-part h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-content-part h2 span {
    -webkit-text-stroke: 1px #000;
    color: transparent;
}


.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.scroller__inner h4 {
    margin-right: 30px;
    margin-bottom: 0;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.services-area {
    padding-top: 15px;
    padding-bottom: 15px;

}
.service-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    height: 100%;
}


.service-item p {
    margin-bottom: 0;
    color: #444;
}

.service-item h4 {
    color: var(--subtitle-color);
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-item:hover {
    border-color: var(--primary-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service-item:hover.service-item i {
    color: var(--primary-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service-item:hover .details-btn {
    color: var(--black-color);
    background: var(--primary-color);
}


.skill-area {
    padding: 15px 0;
}

.skill-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid var(--border-color);
}

.skill-item h5 {
    margin-top: 20px;
    color: var(--subtitle-color);
    font-size: 16px;
    line-height: 19px;
}

.resume-area {
    padding-top: 15px;
    padding-bottom: 15px;
}

.single-resume {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.025) 0px 0.362176px 0.651917px -1px inset, rgba(255, 255, 255, 0.036) 0px 3px 5.4px -2px inset;
    background-color: #fff;
    height: 100%;
}
.experience-list {
    height: 100%;
}
.resume-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(119, 119, 125, .2);
    padding-bottom: 30px;
    padding-top: 30px;
}
.resume-item:last-child {
    border-bottom: 0;
}
.resume-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background: #F9F9F9;
    line-height: 50px;
    border-radius: 12px;
    text-align: center;
    color: var(--primary-color);
    font-size: 20px;
}

.resume-item .content .years {
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

.resume-item .content h4 {
    margin: 12px 0px;
    color: var(--subtitle-color);
    font-size: 20px;

}

.resume-item .content .company {
    color: #444;
    font-size: 16px;
}


.skill-items-wrap .row {
    row-gap: 20px;
}
.skill-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid var(--border-color);
    height: 100%;
}

.skill-item h5 {
    margin-top: 15px;
    margin-bottom: 16px;
    color: #000;
    font-size: 18px;
}

.skill-item .percent ul,
.skill-item .percent li {
    list-style: disc !important;

}
.skill-item .percent ul {
    padding-left: 20px;
    padding-top: 10px;
}
.skill-item .percent p,
.skill-item .percent li {
    font-size: 14px;
    font-weight: 400;
}

.projects-area {
    padding-top: 15px;
    padding-bottom: 15px;
}

.testimonials-area {
    padding: 15px 0 30px;
}

.testimonial-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 20px 20px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
}
.footer-bottom {
    padding-top: 30px;
}

.testimonial-item .author {
    margin-bottom: 25px;
    display: inline-block;
}

.testimonial-item .author img {
    display: inline-block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}


.testimonial-item .text {
    margin-bottom: 30px;
}

.testimonial-item .testi-des h5 {
    margin-bottom: 0;
    color: var(--subtitle-color);
    font-size: 20px;
}


.testimonial-item .testi-des span {
    margin-bottom: 0;
    color: #444;
    font-size: 14px;
    line-height: 22px;
}

.testimonial-item:hover {
    border: 1px solid var(--primary-color);
}

.testimonial-item:hover .author:before {
    color: var(--black-color);
    background: var(--primary-color);
}

.testimonials-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.slider-arrows {
    padding-top: 20px;
}

.testimonials-wrap .testimonial-item {
    margin-left: 15px;
    margin-right: 15px;
}

.contact-form-area .form-group {
    margin-bottom: 32px;
}
.contact-form-area .form-group .for-icon {
    right: 26px;
    font-size: 16px;
    margin-bottom: 0;
    position: absolute;
    margin-top: -45px;
    color: #000;
}
.contact-form-area .form-group .form-control {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    padding: 19px 20px 19px 20px;
    background: #F9F9F9;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.contact-form-area .form-group .form-control:focus {
    box-shadow: none;
    background: #F9F9F9;
    border-color: var(--border-color);
}
textarea {
    resize: none;
}

.contact-form-area .form-group label {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: 18px;
}
.contact-icon {
    padding-bottom: 1px;
}

.contact-icon i {
    font-size: 20px;
    color: var(--primary-color);
}

.single-contact {
    padding-bottom: 20px;
}

.contact-form-area {
    padding: 40px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.single-contact h2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--subtitle-color);
}

.contact-content-part {
    padding: 50px 30px 20px 40px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.contact-page-content h6 {
    font-size: 18px;
    margin-bottom: 22px;
}

.contact-page-content .social-style-one a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--lighter-color);
}

.contact-page-content .social-style-one a:not(:hover) {
    background: white;
}

.call-to-action-part {
    padding: 80px 200px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.025) 0px 0.362176px 0.651917px -1px inset, rgba(255, 255, 255, 0.036) 0px 3px 5.4px -2px inset;
    background-color: #fff;
}
.call-to-action-area {
    padding-top: 30px;

}
.call-to-action-part h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.call-to-action-part h2 span {
    -webkit-text-stroke: 1px #000;
    color: transparent;
}

.footer-bottom .copyright-text {
    color: var(--main-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.footer-bottom .copyright-text a {
    color: var(--primary-color);
}
.main-footer {
    padding: 30px 0;
}

.extra-copyright p {
    text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {

    .section-title p {
        padding: 0px 100px;
    }
    .about-image-part h2 {
        font-size: 30px;
    }
    .call-to-action-part {
        padding: 60px 60px;
    }
}

.project-masonry-active {
    row-gap: 16px;
}
.project-masonry-active img {
    border-radius: 20px !important;
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .call-to-action-part {
        padding: 50px;
    }

    .about-content-part h2 {
        font-size: 40px;
        line-height: 54px;
    }

    .main-hero-area {
        padding-top: 100px;
    }


    .about-area {
        padding-top: 80px;
    }

    .single-resume {
        margin-bottom: 30px;
    }

    .contact-form-area {
        margin-top: 30px;
    }

    .single-project-page-design {
        padding-top: 120px;
    }

    .single-project-page-design h1 {
        font-size: 40px;
    }

    .client-logo-area {
        padding-top: 50px;
    }

    .contact-area {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-title {
        margin-bottom: 30px;
    }
    .section-title p {
        margin-bottom: 0;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 30px;
    }
    .menu-btns {
        display: none;
    }

    .section-title p {
        padding: 0px;
    }

    .about-content-part {
        margin-top: 30px;
    }

    .header-inner {
        padding: 15px 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .copyright-text,
    .extra-copyright p {
        text-align: center;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;

    }
    .container-inner {
        padding: 40px 20px;
    }
    .header-inner {
        padding: 15px 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .single-resume,
    .skill-item {
        height: auto;
    }
    .menu-btns {
        display: none;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title p {
        margin-bottom: 0;
        padding: 0px;
    }

    .service-item {
        margin-bottom: 30px;
    }


    .about-content-part h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .section-title h2 {
        font-size: 30px;
    }
    .header-inner {
        padding: 10px 0px;
    }

    .main-hero-area {
        padding-top: 60px;
    }

    .call-to-action-part {
        padding: 30px !important;
    }

    .call-to-action-part h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .about-image-part2 {
        margin-bottom: 0;
    }
    .about-content-part {
        margin-top: 30px;
    }

    .experience-list {
        margin-top: 30px;
    }

    .copyright-text,
    .extra-copyright p {
        text-align: center;
    }

    .single-project-page-design {
        padding-top: 100px;
    }

    .single-project-page-design h1 {
        font-size: 30px;
    }

    .about-image-part {
        padding-bottom: 30px;
    }

    .contact-form-area {
        margin-top: 20px;
        padding: 40px 20px;
    }
    .contact-content-part {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .container-fluid.gap-wide {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

@media only screen and (min-width: 1200px) {
    .row-cols-xl-7>* {
        width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-10 {
        --bs-gutter-x: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-50 {
        --bs-gutter-x: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-60 {
        --bs-gutter-x: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-70 {
        --bs-gutter-x: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-80 {
        --bs-gutter-x: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-90 {
        --bs-gutter-x: 90px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-100 {
        --bs-gutter-x: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-110 {
        --bs-gutter-x: 110px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-120 {
        --bs-gutter-x: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-130 {
        --bs-gutter-x: 130px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-140 {
        --bs-gutter-x: 140px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-150 {
        --bs-gutter-x: 150px;
    }
}

@media only screen and (max-width: 375px) {
    .col-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media only screen and (min-width: 376px) {
    .list-style-one li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .list-style-one.two-column li {
        width: 100%;
    }
    .map_title,
    .close_btn {
        font-size: 40px;
    }
}



@media only screen and (max-width: 767px) {
    .menu-social {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu li .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .onepage-menu li .menu-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



@media only screen and (max-width: 375px) {
    .about-image-part {
        padding-left: 50px;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-counter-area {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-counter-area {
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media only screen and (max-width: 479px) {
    .resume-item .content h4 {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1199px) {
    .resume-items-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .resume-items-wrap:before {
        left: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .resume-items-wrap:before {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .author-date-share .text {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .author-date-share .text {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 576px) {
    .author-date-share .text h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 375px) {
    .author-date-share .text h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    blockquote {
        font-size: 22px;
        padding-left: 100px;
    }

    blockquote:before {
        left: 30px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 479px) {
    blockquote {
        font-size: 20px;
        padding-left: 60px;
        padding-right: 25px;
    }

    blockquote:before {
        left: 15px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 375px) {
    blockquote {
        font-size: 18px;
        padding-left: 25px;
    }

    blockquote:before {
        display: none;
    }
}

@media only screen and (min-width: 376px) {
    .next-prev-post .post-item h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .comments {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .comments {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 376px) {
    .comment-body .content h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .comment-body.comment-child {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .admin-comment .comment-body {
        display: block;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .admin-comment .comment-body {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 376px) {
    .admin-comment .comment-body .content h5 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) {
    .admin-comment .comment-body .author-thumb {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .admin-comment .comment-body .author-thumb {
        max-width: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .error-content .section-title h1 {
        font-size: 85px;
    }
}

@media only screen and (min-width: 1400px) {
    .error-content .section-title h2 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .widget_newsletter form {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 376px) {
    .list-style-two li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-menu li .menu-item span {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu .active a {
        border-radius: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-menu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hero-menu li .menu-item span {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .author-image-part .bg-circle {
        left: 0;
        top: 15%;
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .about-btn h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .about-btn.btn-one {
        left: 5%;
    }
}

@media only screen and (max-width: 575px) {
    .service-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .service-item {
        display: block;
    }
}


@media only screen and (max-width: 479px) {
    .service-item .content {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 376px) {
    .pd-info-item h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-header .container-fluid {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-outer {
        width: 100%;
    }
}
#cookPopup {
    display: none;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 9999
}
#cookPopup p {
    margin: 0;
    text-align: center
}
#cookPopup a {
    color: var(--primary-color);
}
@media(min-width:576px) {
    #cookPopup.show {
        display: flex;
        align-items: center
    }
}
@media(max-width:575px) {
    #cookPopup.show {
        display: block;
        text-align: left
    }
    .cookPopup_btn {
        margin: 10px 0 0 0
    }
}
.cookPopup_title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.cookPopup_desc {
    font-size: 16px
}
.show {
    display: flex !important
}
.thanks {
    min-height: 80vh;
    padding-top: 120px;
}
.thanks .container-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.thanks img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.thanks p {
    text-align: center;
    font-size: 18px;
}
.docs {
    word-break: break-word;
    padding: 140px 0 50px;
}
.docs h1 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
}
.docs h2 {
    margin-bottom: 10px;
    font-size: 32px;
}
.docs h3 {
    margin-bottom: 10px;
    font-size: 26px;
}
.docs li,
.docs p {
    color: inherit;
    line-height: 1.929;
}
.docs a {
    text-decoration: none !important;
    color: var(--primary-color);
}
.docs a:hover {
    color: var(--heading-color);
}