/*------------------------------------------------------------------------

* Google Fonts
* Common CSS
* Form CSS
* Hedging  CSS
* Conbix Button And Title Styles CSS
* Conbix Text Style CSS
* Scroll Top CSS
* Preloader CSS
* Animation CSS
* Conbix Color CSS
* Dark CSS
* Dark Light Switch CSS
* Space And Container CSS
* Top Bar CSS
* Top Bar Three CSS
* Menu Bar Sticky CSS
* Menu Bar CSS
* Menu Sidebar CSS
* Header Two CSS
* Header Three CSS
* Menu Responsive CSS
* Banner One CSS
* Banner Two CSS
* Banner Three CSS
* About One CSS
* About Two CSS
* About Three CSS
* About Company CSS
* Company Two CSS
* About Solution CSS
* Company History CSS
* Features CSS
* Consulting CSS
* Work CSS
* Services CSS
* Services Two CSS
* Services Three CSS
* Services Page CSS
* Services Details CSS
* Cta CSS
* Cta Two CSS
* Get In Touch CSS
* Get In Touch Three CSS
* Help CSS
* Pricing CSS
* Pricing Two CSS
* Team CSS
* Team Two CSS
* Team Three CSS
* Team Details CSS
* Testimonial CSS
* Testimonial Two CSS
* Choose Us CSS
* FAQ CSS
* FAQ Two CSS
* Project CSS
* Portfolio One CSS
* Portfolio Two CSS
* Portfolio Three CSS
* Conbix Filter CSS
* Project Filter CSS
* Project Details CSS
* Solution CSS
* Solution Two CSS
* Experience CSS
* Subscribe One CSS
* Subscribe Two CSS
* Blog One CSS
* Blog Two CSS
* Blog Three CSS
* News Details CSS
* News Standard CSS
* Conbix Contact CSS
* Contact Page CSS
* Contact Two CSS
* Contact Three CSS
* Contact Four CSS
* Request Quote CSS
* Footer Top CSS
* Footer One CSS
* Footer Two CSS
* Footer Three CSS
* All Footer CSS
* Copyright One CSS
* Copyright Two CSS
* Copyright Three CSS
* All Side Bar CSS
* Post CSS
* Theme Pagination CSS
* Page Banner CSS
* Error CSS
* Contact CSS

/*==========================================================================
Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&amp;display=swap");
/*==========================================================================
Common CSS
==========================================================================*/
body {
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
}

img {
    max-width: 100%;
    height: auto;
    transition: 0.4s;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

a,
button,
i {
    text-decoration: none;
    color: inherit;
}

    a:focus,
    a:hover {
        text-decoration: none;
        color: inherit;
    }

.section-padding {
    padding: 60px 0px;
}

@media (max-width: 575px) {
    .section-padding {
        padding: 85px 0px;
        overflow: hidden;
    }

    section {
        overflow-x: hidden;
    }
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.filter img {
    filter: grayscale(100%);
}

.img__full {
    width: 100%;
}

body #magicMouseCursor {
    border: 2px solid #ef4405 !important;
}
/*==========================================================================
Form CSS
==========================================================================*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid var(--border-color-2);
    border-color: transparent;
    border-radius: 6px;
    background: var(--primary-color-1);
    color: var(--text-white);
    padding: 17px 40px;
}

    button:hover,
    input[type=button]:hover,
    input[type=reset]:hover,
    input[type=submit]:hover {
        border-color: transparent;
    }

    button:active,
    button:focus,
    input[type=button]:active,
    input[type=button]:focus,
    input[type=reset]:active,
    input[type=reset]:focus,
    input[type=submit]:active,
    input[type=submit]:focus {
        border-color: transparent;
    }

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: var(--body-color);
    border-radius: 6px;
    width: 100%;
    height: 60px;
    border: 1px solid var(--border-color-2);
    padding: 0px 15px 0 46px;
    background: var(--bg-white);
}

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=url]:focus,
    input[type=password]:focus,
    input[type=search]:focus,
    input[type=number]:focus,
    input[type=tel]:focus,
    input[type=range]:focus,
    input[type=date]:focus,
    input[type=month]:focus,
    input[type=week]:focus,
    input[type=time]:focus,
    input[type=datetime]:focus,
    input[type=datetime-local]:focus,
    input[type=color]:focus,
    textarea:focus {
        color: var(--text-heading-color);
        outline: none;
        box-shadow: none;
        border-color: var(--primary-color-1);
    }

select {
    border: 1px solid var(--border-color-2);
}

textarea {
    width: 100%;
    height: 150px;
    padding-top: 15px;
}

button,
button:hover,
button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

/*==========================================================================
Hedging CSS
==========================================================================*/
h1 {
    font-size: 70px;
    line-height: 80px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

h2 {
    font-size: 48px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

h5 {
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

p {
    font-size: 13px;
    line-height: 23px;
    padding: 0;
    margin: 0;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

@media (max-width: 1399px) {
    h2 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 420px) {
    h2 {
        font-size: 31px;
        line-height: 41px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 359px) {
    h2 {
        font-size: 27px;
        line-height: 37px;
    }

    h3 {
        font-size: 24px;
        line-height: 34px;
    }

    h4 {
        font-size: 21px;
        line-height: 31px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 18px;
        line-height: 28px;
    }
}
/*==========================================================================
Conbix Button And Title Styles CSS
==========================================================================*/
.subtitle-one,
.subtitle-two,
.subtitle-three {
    position: relative;
    text-transform: uppercase;
    font-family: var(--heading-font);
    color: #2724e0;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding-left: 55px;
    display: inline-block;
    margin-bottom: 14px;
}

    .subtitle-one::before,
    .subtitle-two::before,
    .subtitle-three::before {
        position: absolute;
        content: "";
        top: 6px;
        left: 0;
        width: 40px;
        height: 2px;
        background: #2724e0;
    }

    .subtitle-one::after,
    .subtitle-two::after,
    .subtitle-three::after {
        position: absolute;
        content: "";
        bottom: 6px;
        left: 0;
        width: 40px;
        height: 2px;
        background: #2724e0;
    }

.subtitle-two {
    color: var(--primary-color-2);
}

    .subtitle-two::before {
        background: var(--primary-color-2);
    }

    .subtitle-two::after {
        background: var(--primary-color-2);
    }

.subtitle-three {
    color: var(--primary-color-3);
}

    .subtitle-three::before {
        background: var(--primary-color-3);
    }

    .subtitle-three::after {
        background: var(--primary-color-3);
    }

.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five,
.btn-six,
.btn-seven,
.btn-eight,
.btn-nine {
    background: var(--primary-color-1);
    color: var(--text-white);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 30px;
    text-align: center;
    font-weight: 700;
    font-family: var(--heading-font);
    z-index: 3;
    position: relative;
    transition: 0.4s;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 6px;
}

    .btn-one i,
    .btn-two i,
    .btn-three i,
    .btn-four i,
    .btn-five i,
    .btn-six i,
    .btn-seven i,
    .btn-eight i,
    .btn-nine i {
        position: relative;
        top: 0px;
        margin-left: 15px;
        font-size: 13px;
    }

    .btn-one::before,
    .btn-two::before,
    .btn-three::before,
    .btn-four::before,
    .btn-five::before,
    .btn-six::before,
    .btn-seven::before,
    .btn-eight::before,
    .btn-nine::before {
        content: "";
        position: absolute;
        height: 400px;
        width: 430px;
        top: 50%;
        left: 50%;
        background: #2724e0;
        border-radius: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0);
        transition: all 0.5s ease-out 0s;
        z-index: -1;
    }

    .btn-one:hover,
    .btn-two:hover,
    .btn-three:hover,
    .btn-four:hover,
    .btn-five:hover,
    .btn-six:hover,
    .btn-seven:hover,
    .btn-eight:hover,
    .btn-nine:hover {
        color: var(--text-white);
    }

        .btn-one:hover::before,
        .btn-two:hover::before,
        .btn-three:hover::before,
        .btn-four:hover::before,
        .btn-five:hover::before,
        .btn-six:hover::before,
        .btn-seven:hover::before,
        .btn-eight:hover::before,
        .btn-nine:hover::before {
            transform: translateY(-50%) translateX(-50%) scale(1);
        }

    .btn-one:focus,
    .btn-two:focus,
    .btn-three:focus,
    .btn-four:focus,
    .btn-five:focus,
    .btn-six:focus,
    .btn-seven:focus,
    .btn-eight:focus,
    .btn-nine:focus {
        color: var(--text-white);
    }

.btn-two {
    background: var(--btn-white);
    color: var(--btn-heading-color);
    border: 1px solid var(--color-4);
    padding: 16px 42px;
}

    .btn-two::before {
        background: var(--primary-color-1);
    }

    .btn-two:focus {
        color: var(--primary-color-1);
    }

    .btn-two:hover {
        border-color: var(--primary-color-1);
    }

.btn-three {
    background: transparent;
    color: var(--text-white);
    border: 1px solid var(--border-white);
    padding: 16px 42px;
}

    .btn-three:hover {
        color: var(--text-white);
        border-color: var(--primary-color-1);
    }

    .btn-three::before {
        background: var(--primary-color-1);
    }

    .btn-three:focus {
        color: var(--text-white);
    }

.btn-four {
    background: var(--btn-heading-color);
}

    .btn-four::before {
        background: var(--btn-white);
    }

    .btn-four:hover {
        color: var(--btn-heading-color);
    }

.btn-five {
    background: var(--primary-color-2);
    color: var(--text-white);
    border-radius: 30px;
}

    .btn-five::before {
        background: var(--btn-white);
    }

    .btn-five:hover {
        color: var(--btn-heading-color);
    }

    .btn-five:focus {
        color: var(--btn-heading-color);
    }

.btn-six {
    background: transparent;
    border: 1px solid var(--primary-color-2);
    color: var(--primary-color-2);
    border-radius: 30px;
}

    .btn-six:hover {
        border-color: var(--text-white);
    }

    .btn-six::before {
        background: var(--btn-white);
    }

    .btn-six:focus {
        color: var(--primary-color-2);
    }

.btn-seven {
    background: #2724e0;
}

    .btn-seven::before {
        background: #f84c30;
    }

.btn-eight {
    background: transparent;
    color: var(--primary-color-3);
    border: 1px solid var(--primary-color-3);
    padding: 16px 42px;
}

    .btn-eight:hover {
        border-color: var(--btn-heading-color);
    }

    .btn-eight::before {
        background: var(--btn-heading-color);
    }

    .btn-eight:focus {
        color: var(--primary-color-3);
    }

.btn-nine {
    background: var(--btn-white);
    color: var(--text-white);
}

    .btn-nine:hover {
        color: var(--text-white);
    }

    .btn-nine::before {
        background: var(--btn-heading-color);
    }

    .btn-nine:focus {
        color: var(--primary-color-3);
    }

.simple-btn-1,
.simple-btn-2,
.simple-btn-3 {
    color: var(--primary-color-1);
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--heading-font);
    transition: 0.4s;
    text-transform: uppercase;
}

    .simple-btn-1 i,
    .simple-btn-2 i,
    .simple-btn-3 i {
        position: relative;
        top: 0;
        margin-left: 15px;
        font-size: 13px;
    }

    .simple-btn-1:hover,
    .simple-btn-2:hover,
    .simple-btn-3:hover {
        color: var(--btn-heading-color);
    }

    .simple-btn-1:focus,
    .simple-btn-2:focus,
    .simple-btn-3:focus {
        color: var(--btn-heading-color);
    }

.simple-btn-2 {
    color: var(--text-heading-color);
}

    .simple-btn-2:hover {
        color: var(--primary-color-1);
    }

.simple-btn-3 {
    color: var(--text-white);
}

    .simple-btn-3:hover {
        color: var(--primary-color-1);
    }

/*==========================================================================
Conbix Text Style CSS
==========================================================================*/
.text-one {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

.text-two {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

.text-three {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

.text-four {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

.text-five {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

.text-six {
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

.text-seven {
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

.text-eight {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

.text-nine {
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--text-heading-color);
}

@keyframes rotate {
    100% {
        transform: rotate(90deg);
    }
}
/*==========================================================================
Scroll Top CSS
==========================================================================*/
.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--color-8);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    transition: all 200ms linear;
}

    .scroll-up::after {
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        content: "\f176";
        text-align: center;
        line-height: 50px;
        font-size: 24px;
        color: var(--primary-color-1);
        left: 0;
        top: 0;
        font-size: 20px;
        height: 50px;
        width: 50px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 200ms linear;
    }

    .scroll-up.active-scroll {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-up svg path {
        fill: none;
    }

    .scroll-up svg.scroll-circle path {
        stroke: var(--primary-color-1);
        stroke-width: 4;
        box-sizing: border-box;
        transition: all 200ms linear;
    }

.scroll-two::after {
    color: var(--primary-color-2);
}

.scroll-two svg.scroll-circle path {
    stroke: var(--primary-color-2);
}

.scroll-three::after {
    color: var(--primary-color-3);
}

.scroll-three svg.scroll-circle path {
    stroke: var(--primary-color-3);
}

/*==========================================================================
Preloader CSS
==========================================================================*/
.theme-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
    z-index: 9999999999;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
}

.spinner-bounce {
    will-change: transform;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: var(--primary-color-1);
    display: inline-block;
    animation: bounces 1s ease-in-out infinite alternate;
    transform-origin: 50% 50%;
}

    .spinner-bounce.one {
        margin-right: 15px;
    }

    .spinner-bounce.two {
        margin-right: 15px;
        animation-delay: 0.4s;
    }

    .spinner-bounce.three {
        animation-delay: 0.8s;
    }

@keyframes bounces {
    0% {
        transform: scale(1);
        background: var(--primary-color-1);
    }

    50% {
        background: var(--primary-color-2);
    }

    100% {
        transform: scale(0.2);
        background: var(--primary-color-3);
    }
}
/*==========================================================================
Animation CSS
==========================================================================*/
.video {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 4;
}

    .video a {
        position: relative;
        color: var(--primary-color-2);
        font-size: 20px;
        z-index: 1;
        background: var(--bg-white);
        width: 90px;
        height: 90px;
        line-height: 90px;
        border-radius: 50%;
        display: block;
    }

.video-pulse::after, .video-pulse::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-white);
    opacity: 0.3;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-name: video-animation;
    animation-iteration-count: infinite;
}

.video-pulse::before {
    animation-delay: 1s;
}

@keyframes video-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.content__roll {
    animation: roll 10s infinite linear;
}

@keyframes roll {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}

.roll {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.left-right-animate {
    animation-name: left-right;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes left-right {
    0% {
        transform: translateX(20px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(20px);
    }
}

.left-right-animate2 {
    animation-name: left-right2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes left-right2 {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(110px);
    }

    100% {
        transform: translateX(10px);
    }
}

.icon-animation {
    animation: icon-animation 1.5s ease-in-out infinite;
}

@keyframes icon-animation {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes animation {
    100% {
        left: 125%;
    }
}

@keyframes rotateY {
    100% {
        transform: rotateY(360deg);
    }
}

.swiper-button-prev::after {
    display: none;
}

.swiper-button-next::after {
    display: none;
}

/*==========================================================================
Conbix Color CSS
==========================================================================*/
:root {
    --body-font: "Manrope", sans-serif;
    --heading-font: "Urbanist", sans-serif;
    --text-white: #FFFFFF;
    --bg-white: #FFFFFF;
    --btn-white: #FFFFFF;
    --border-white: #FFFFFF;
    --black: #000000;
    --primary-color-1: #F94C30;
    --primary-color-2: #FCA028;
    --primary-color-3: #406AFF;
    --bg-heading-color: #131313;
    --text-heading-color: #131313;
    --btn-heading-color: #131313;
    --body-color: #343434;
    --dark-one: #1C1E22;
    --dark-two: #222429;
    --color-1: #1D2122;
    --color-2: #676767;
    --color-3: #999999;
    --color-4: #CCCCCC;
    --color-5: #F1F8FB;
    --color-6: #F4F4F4;
    --color-7: #FEDBD6;
    --color-8: #E8E8E8;
    --color-9: #F2F6F9;
    --color-10: #ECECEC;
    --color-11: #2B2B2B;
    --color-12: #FEE3BF;
    --color-13: #CFCFCF;
    --color-14: #FDC67E;
    --color-15: #ACBDF8;
    --color-16: #E1E1E1;
    --color-17: #feedea;
    --color-18: #151718;
    --color-19: #3B3838;
    --color-20: #808287;
    --color-21: rgba(34, 36, 41, 0.5);
    --border-color-1: #E7E7E7;
    --border-color-2: #E9E9E8;
    --border-color-3: rgba(19, 19, 19, 0.1);
    --border-color-4: rgba(19, 19, 19, 0.06);
    --box-shadow-1: 0px 25px 70px rgba(0, 0, 0, 0.08);
    --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1);
}

/*==========================================================================
Dark CSS
==========================================================================*/
.light-n {
    display: none;
}

.light {
    display: none;
}

.dark-mode {
    color: var(--color-20);
    background: var(--dark-one);
    --text-heading-color: #FFFFFF;
    --color-2: #808287;
    --color-6: #222429;
    --color-7: #343434;
    --color-10: #343434;
    --color-12: #343434;
    --color-13: #808287;
    --color-15: #343434;
    --color-16: #343434;
    --border-color-1: #343434;
    --border-color-2: #343434;
    --border-color-3: #343434;
    --border-color-4: #343434;
    --bg-white: #1C1E22;
}

    .dark-mode .dark__image img {
        filter: grayscale(100%);
    }

    .dark-mode .light-n {
        display: inline-block;
    }

    .dark-mode .dark-n {
        display: none;
    }

    .dark-mode .banner__three {
        background-image: url("../img/shape/dark-bg.jpg") !important;
    }

    .dark-mode .header__two::before {
        background: url("../img/shape/before-dark.png");
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .header__two::after {
        background: url("../img/shape/after-dark.png");
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .header__area-menubar-right-sidebar-popup-icon::before {
        opacity: 0.2;
    }

    .dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
        background: var(--text-white);
    }

    .dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children > a::after {
        background: var(--text-white);
    }

    .dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::after {
        background: var(--primary-color-1);
    }

    .dark-mode .header__area-menubar-center-menu.two ul li.menu-item-has-children:hover > a::after {
        background: var(--primary-color-2);
    }

    .dark-mode .header__area-menubar-center-menu.three ul li.menu-item-has-children:hover > a::after {
        background: var(--primary-color-3);
    }

    .dark-mode .header__sticky-sticky-menu {
        box-shadow: 0 0 50px var(--color-12);
    }

    .dark-mode .header__area-menubar.two .header__area-menubar-left-logo .two {
        display: none;
    }

    .dark-mode .contact__four-info {
        background: var(--dark-two);
    }

        .dark-mode .contact__four-info::after {
            opacity: 0;
        }

        .dark-mode .contact__four-info:hover {
            background: var(--bg-heading-color);
        }

            .dark-mode .contact__four-info:hover::after {
                opacity: 0.6;
            }

    .dark-mode .contact__four-form,
    .dark-mode .contact__page-form {
        background: var(--dark-two);
    }

        .dark-mode .contact__four-form input,
        .dark-mode .contact__four-form textarea,
        .dark-mode .contact__page-form input,
        .dark-mode .contact__page-form textarea {
            background: var(--dark-two);
        }

    .dark-mode .contact__two-box {
        box-shadow: 0 0 80px var(--color-18);
    }

    .dark-mode .features-area-item.features-area-item-hover {
        background: var(--primary-color-3);
    }

    .dark-mode .banner__one-image::before,
    .dark-mode .portfolio__three::before,
    .dark-mode .page__banner::before,
    .dark-mode .services__two-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--text-white);
        mix-blend-mode: color;
    }

    .dark-mode .services__three-item-content::after {
        background: var(--dark-two);
    }

    .dark-mode .pricing__area-item {
        box-shadow: none;
        background: var(--dark-two);
    }

        .dark-mode .pricing__area-item::after {
            content: none;
        }

    .dark-mode .pricing__area-item-title .text-two {
        color: var(--color-20);
    }

    .dark-mode .copyright__three p,
    .dark-mode .experience__area-right-skill-item-count.text-two {
        color: var(--color-20);
    }

    .dark-mode .getIn__touch-three-right {
        background: var(--dark-two);
    }

        .dark-mode .getIn__touch-three-right input,
        .dark-mode .getIn__touch-three-right textarea {
            border-color: var(--body-color);
        }

            .dark-mode .getIn__touch-three-right input:focus,
            .dark-mode .getIn__touch-three-right textarea:focus {
                border-color: var(--primary-color-3);
            }

    .dark-mode .getIn__touch-left {
        box-shadow: 0 0 60px var(--color-11);
    }

    .dark-mode .team__three-item-image-info-icon::after {
        background-image: url("../img/icon/union-dark.png");
    }

    .dark-mode .testimonial__area-item-client-image img,
    .dark-mode .news__standard-left-item-image img,
    .dark-mode .testimonial__two-item-bottom > img,
    .dark-mode .all__sidebar-help-image > img,
    .dark-mode .team__three-item-image > img,
    .dark-mode .team__two-item-image > img,
    .dark-mode .faq__two-left-image > img,
    .dark-mode .blog__two-item-image img,
    .dark-mode .project__area-item > img,
    .dark-mode .project__one-item > img,
    .dark-mode .post__item-image img {
        filter: grayscale(100%);
    }

    .dark-mode .header__area-menubar-center-menu ul li .sub-menu,
    .dark-mode .testimonial__two-item-bottom::before,
    .dark-mode .news__standard-left-item-content,
    .dark-mode .solutions__two-item-icon,
    .dark-mode .blog__three-item-content,
    .dark-mode .team__area-item-content,
    .dark-mode .blog__two-item-content,
    .dark-mode .features-area-item,
    .dark-mode .testimonial__two-item {
        background: var(--dark-two);
    }

    .dark-mode input[type=text], .dark-mode input[type=email], .dark-mode input[type=url], .dark-mode input[type=password], .dark-mode input[type=search], .dark-mode input[type=number], .dark-mode input[type=tel], .dark-mode input[type=range], .dark-mode input[type=date], .dark-mode input[type=month], .dark-mode input[type=week], .dark-mode input[type=time], .dark-mode input[type=datetime], .dark-mode input[type=datetime-local], .dark-mode input[type=color], .dark-mode textarea {
        color: var(--text-white);
    }

    .dark-mode .mode__switch::before {
        left: calc(100% - 31px);
    }

    .dark-mode .mode__switch span::before {
        background-image: url("../img/icon/sun-white.png");
    }

    .dark-mode .mode__switch span::after {
        background-image: url("../img/icon/moon-dark.png");
    }

/*==========================================================================
Dark Light Switch CSS
==========================================================================*/
.switch__tab {
    position: fixed;
    font-weight: 500;
    display: flex;
    align-items: center;
    right: 0;
    top: 52%;
    transform: translateY(-50%) translateX(50px) rotate(90deg);
    z-index: 3;
    cursor: pointer;
}

.light-mode-title,
.dark-mode-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-heading-color);
    display: flex;
    align-items: center;
}

.mode__switch {
    height: 34px;
    width: 80px;
    display: inline-block;
    position: relative;
    margin: 0 10px;
    background: var(--primary-color-1);
    transform: translateY(0px);
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

    .mode__switch::before {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        background: var(--text-white);
        width: 28px;
        height: 28px;
        z-index: -1;
        border-radius: 50%;
        transition: all 0.3s ease-out 0s;
    }

    .mode__switch.two {
        background: var(--primary-color-2);
    }

    .mode__switch.three {
        background: var(--primary-color-3);
    }

    .mode__switch span {
        position: relative;
        z-index: 1;
        width: 80px;
        height: 34px;
        display: block;
    }

        .mode__switch span::before {
            content: "";
            position: absolute;
            top: 8px;
            right: 54px;
            background-image: url("../img/icon/sun.png");
            background-repeat: no-repeat;
            width: 18px;
            height: 18px;
            background-size: cover;
        }

        .mode__switch span::after {
            content: "";
            position: absolute;
            top: 8px;
            left: 54px;
            background-image: url("../img/icon/moon.png");
            background-repeat: no-repeat;
            width: 18px;
            height: 18px;
            background-size: cover;
        }

/*==========================================================================
Space And Container CSS
==========================================================================*/
.custom__container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 12px;
}

.auto__container {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 12px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-55 {
    margin-right: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pl-55 {
    padding-left: 55px;
}

.pr-55 {
    padding-right: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-65 {
    margin-right: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pl-65 {
    padding-left: 65px;
}

.pr-65 {
    padding-right: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.ml-75 {
    margin-left: 75px;
}

.mr-75 {
    margin-right: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pl-75 {
    padding-left: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.ml-85 {
    margin-left: 85px;
}

.mr-85 {
    margin-right: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pl-85 {
    padding-left: 85px;
}

.pr-85 {
    padding-right: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.ml-95 {
    margin-left: 95px;
}

.mr-95 {
    margin-right: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pl-95 {
    padding-left: 95px;
}

.pr-95 {
    padding-right: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mb-105 {
    margin-bottom: 105px;
}

.ml-105 {
    margin-left: 105px;
}

.mr-105 {
    margin-right: 105px;
}

.pt-105 {
    padding-top: 105px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pl-105 {
    padding-left: 105px;
}

.pr-105 {
    padding-right: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mb-110 {
    margin-bottom: 110px;
}

.ml-110 {
    margin-left: 110px;
}

.mr-110 {
    margin-right: 110px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pl-110 {
    padding-left: 110px;
}

.pr-110 {
    padding-right: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mb-115 {
    margin-bottom: 115px;
}

.ml-115 {
    margin-left: 115px;
}

.mr-115 {
    margin-right: 115px;
}

.pt-115 {
    padding-top: 115px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pl-115 {
    padding-left: 115px;
}

.pr-115 {
    padding-right: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.ml-120 {
    margin-left: 120px;
}

.mr-120 {
    margin-right: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-120 {
    padding-left: 120px;
}

.pr-120 {
    padding-right: 120px;
}

.display-n {
    display: none !important;
}

@media (max-width: 1199px) {
    .xl-pb-0 {
        padding-bottom: 0px;
    }

    .xl-pl-0 {
        padding-left: 0px;
    }

    .xl-pr-0 {
        padding-right: 0px;
    }

    .xl-mb-0 {
        margin-bottom: 0px;
    }

    .xl-ml-0 {
        margin-left: 0px;
    }

    .xl-mr-0 {
        margin-right: 0px;
    }

    .xl-pb-5 {
        padding-bottom: 5px;
    }

    .xl-pl-5 {
        padding-left: 5px;
    }

    .xl-pr-5 {
        padding-right: 5px;
    }

    .xl-mb-5 {
        margin-bottom: 5px;
    }

    .xl-ml-5 {
        margin-left: 5px;
    }

    .xl-mr-5 {
        margin-right: 5px;
    }

    .xl-pb-10 {
        padding-bottom: 10px;
    }

    .xl-pl-10 {
        padding-left: 10px;
    }

    .xl-pr-10 {
        padding-right: 10px;
    }

    .xl-mb-10 {
        margin-bottom: 10px;
    }

    .xl-ml-10 {
        margin-left: 10px;
    }

    .xl-mr-10 {
        margin-right: 10px;
    }

    .xl-pb-15 {
        padding-bottom: 15px;
    }

    .xl-pl-15 {
        padding-left: 15px;
    }

    .xl-pr-15 {
        padding-right: 15px;
    }

    .xl-mb-15 {
        margin-bottom: 15px;
    }

    .xl-ml-15 {
        margin-left: 15px;
    }

    .xl-mr-15 {
        margin-right: 15px;
    }

    .xl-pb-20 {
        padding-bottom: 20px;
    }

    .xl-pl-20 {
        padding-left: 20px;
    }

    .xl-pr-20 {
        padding-right: 20px;
    }

    .xl-mb-20 {
        margin-bottom: 20px;
    }

    .xl-ml-20 {
        margin-left: 20px;
    }

    .xl-mr-20 {
        margin-right: 20px;
    }

    .xl-pb-25 {
        padding-bottom: 25px;
    }

    .xl-pl-25 {
        padding-left: 25px;
    }

    .xl-pr-25 {
        padding-right: 25px;
    }

    .xl-mb-25 {
        margin-bottom: 25px;
    }

    .xl-ml-25 {
        margin-left: 25px;
    }

    .xl-mr-25 {
        margin-right: 25px;
    }

    .xl-pb-30 {
        padding-bottom: 30px;
    }

    .xl-pl-30 {
        padding-left: 30px;
    }

    .xl-pr-30 {
        padding-right: 30px;
    }

    .xl-mb-30 {
        margin-bottom: 30px;
    }

    .xl-ml-30 {
        margin-left: 30px;
    }

    .xl-mr-30 {
        margin-right: 30px;
    }

    .xl-pb-35 {
        padding-bottom: 35px;
    }

    .xl-pl-35 {
        padding-left: 35px;
    }

    .xl-pr-35 {
        padding-right: 35px;
    }

    .xl-mb-35 {
        margin-bottom: 35px;
    }

    .xl-ml-35 {
        margin-left: 35px;
    }

    .xl-mr-35 {
        margin-right: 35px;
    }

    .xl-pb-40 {
        padding-bottom: 40px;
    }

    .xl-pl-40 {
        padding-left: 40px;
    }

    .xl-pr-40 {
        padding-right: 40px;
    }

    .xl-mb-40 {
        margin-bottom: 40px;
    }

    .xl-ml-40 {
        margin-left: 40px;
    }

    .xl-mr-40 {
        margin-right: 40px;
    }

    .xl-pb-45 {
        padding-bottom: 45px;
    }

    .xl-pl-45 {
        padding-left: 45px;
    }

    .xl-pr-45 {
        padding-right: 45px;
    }

    .xl-mb-45 {
        margin-bottom: 45px;
    }

    .xl-ml-45 {
        margin-left: 45px;
    }

    .xl-mr-45 {
        margin-right: 45px;
    }

    .xl-pb-50 {
        padding-bottom: 50px;
    }

    .xl-pl-50 {
        padding-left: 50px;
    }

    .xl-pr-50 {
        padding-right: 50px;
    }

    .xl-mb-50 {
        margin-bottom: 50px;
    }

    .xl-ml-50 {
        margin-left: 50px;
    }

    .xl-mr-50 {
        margin-right: 50px;
    }

    .xl-pb-55 {
        padding-bottom: 55px;
    }

    .xl-pl-55 {
        padding-left: 55px;
    }

    .xl-pr-55 {
        padding-right: 55px;
    }

    .xl-mb-55 {
        margin-bottom: 55px;
    }

    .xl-ml-55 {
        margin-left: 55px;
    }

    .xl-mr-55 {
        margin-right: 55px;
    }

    .xl-pb-60 {
        padding-bottom: 60px;
    }

    .xl-pl-60 {
        padding-left: 60px;
    }

    .xl-pr-60 {
        padding-right: 60px;
    }

    .xl-mb-60 {
        margin-bottom: 60px;
    }

    .xl-ml-60 {
        margin-left: 60px;
    }

    .xl-mr-60 {
        margin-right: 60px;
    }

    .xl-pb-65 {
        padding-bottom: 65px;
    }

    .xl-pl-65 {
        padding-left: 65px;
    }

    .xl-pr-65 {
        padding-right: 65px;
    }

    .xl-mb-65 {
        margin-bottom: 65px;
    }

    .xl-ml-65 {
        margin-left: 65px;
    }

    .xl-mr-65 {
        margin-right: 65px;
    }

    .xl-pb-70 {
        padding-bottom: 70px;
    }

    .xl-pl-70 {
        padding-left: 70px;
    }

    .xl-pr-70 {
        padding-right: 70px;
    }

    .xl-mb-70 {
        margin-bottom: 70px;
    }

    .xl-ml-70 {
        margin-left: 70px;
    }

    .xl-mr-70 {
        margin-right: 70px;
    }

    .xl-pb-75 {
        padding-bottom: 75px;
    }

    .xl-pl-75 {
        padding-left: 75px;
    }

    .xl-pr-75 {
        padding-right: 75px;
    }

    .xl-mb-75 {
        margin-bottom: 75px;
    }

    .xl-ml-75 {
        margin-left: 75px;
    }

    .xl-mr-75 {
        margin-right: 75px;
    }

    .xl-pb-80 {
        padding-bottom: 80px;
    }

    .xl-pl-80 {
        padding-left: 80px;
    }

    .xl-pr-80 {
        padding-right: 80px;
    }

    .xl-mb-80 {
        margin-bottom: 80px;
    }

    .xl-ml-80 {
        margin-left: 80px;
    }

    .xl-mr-80 {
        margin-right: 80px;
    }

    .xl-pb-85 {
        padding-bottom: 85px;
    }

    .xl-pl-85 {
        padding-left: 85px;
    }

    .xl-pr-85 {
        padding-right: 85px;
    }

    .xl-mb-85 {
        margin-bottom: 85px;
    }

    .xl-ml-85 {
        margin-left: 85px;
    }

    .xl-mr-85 {
        margin-right: 85px;
    }

    .xl-pb-90 {
        padding-bottom: 90px;
    }

    .xl-pl-90 {
        padding-left: 90px;
    }

    .xl-pr-90 {
        padding-right: 90px;
    }

    .xl-mb-90 {
        margin-bottom: 90px;
    }

    .xl-ml-90 {
        margin-left: 90px;
    }

    .xl-mr-90 {
        margin-right: 90px;
    }

    .xl-pb-95 {
        padding-bottom: 95px;
    }

    .xl-pl-95 {
        padding-left: 95px;
    }

    .xl-pr-95 {
        padding-right: 95px;
    }

    .xl-mb-95 {
        margin-bottom: 95px;
    }

    .xl-ml-95 {
        margin-left: 95px;
    }

    .xl-mr-95 {
        margin-right: 95px;
    }

    .xl-t-left {
        text-align: left;
    }

    .xl-t-center {
        text-align: center;
    }

    .xl-t-right {
        text-align: right;
    }

    .xl-display-n {
        display: none !important;
    }

    .xl-display-b {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .lg-mb-0 {
        margin-bottom: 0px;
    }

    .lg-mt-0 {
        margin-top: 0px;
    }

    .lg-ml-0 {
        margin-left: 0px;
    }

    .lg-pt-0 {
        padding-top: 0px;
    }

    .lg-pb-0 {
        padding-bottom: 0px;
    }

    .lg-pl-0 {
        padding-left: 0px;
    }

    .lg-pr-0 {
        padding-right: 0px;
    }

    .lg-mb-5 {
        margin-bottom: 5px;
    }

    .lg-mt-5 {
        margin-top: 5px;
    }

    .lg-ml-5 {
        margin-left: 5px;
    }

    .lg-pt-5 {
        padding-top: 5px;
    }

    .lg-pb-5 {
        padding-bottom: 5px;
    }

    .lg-pl-5 {
        padding-left: 5px;
    }

    .lg-pr-5 {
        padding-right: 5px;
    }

    .lg-mb-10 {
        margin-bottom: 10px;
    }

    .lg-mt-10 {
        margin-top: 10px;
    }

    .lg-ml-10 {
        margin-left: 10px;
    }

    .lg-pt-10 {
        padding-top: 10px;
    }

    .lg-pb-10 {
        padding-bottom: 10px;
    }

    .lg-pl-10 {
        padding-left: 10px;
    }

    .lg-pr-10 {
        padding-right: 10px;
    }

    .lg-mb-15 {
        margin-bottom: 15px;
    }

    .lg-mt-15 {
        margin-top: 15px;
    }

    .lg-ml-15 {
        margin-left: 15px;
    }

    .lg-pt-15 {
        padding-top: 15px;
    }

    .lg-pb-15 {
        padding-bottom: 15px;
    }

    .lg-pl-15 {
        padding-left: 15px;
    }

    .lg-pr-15 {
        padding-right: 15px;
    }

    .lg-mb-20 {
        margin-bottom: 20px;
    }

    .lg-mt-20 {
        margin-top: 20px;
    }

    .lg-ml-20 {
        margin-left: 20px;
    }

    .lg-pt-20 {
        padding-top: 20px;
    }

    .lg-pb-20 {
        padding-bottom: 20px;
    }

    .lg-pl-20 {
        padding-left: 20px;
    }

    .lg-pr-20 {
        padding-right: 20px;
    }

    .lg-mb-25 {
        margin-bottom: 25px;
    }

    .lg-mt-25 {
        margin-top: 25px;
    }

    .lg-ml-25 {
        margin-left: 25px;
    }

    .lg-pt-25 {
        padding-top: 25px;
    }

    .lg-pb-25 {
        padding-bottom: 25px;
    }

    .lg-pl-25 {
        padding-left: 25px;
    }

    .lg-pr-25 {
        padding-right: 25px;
    }

    .lg-mb-30 {
        margin-bottom: 30px;
    }

    .lg-mt-30 {
        margin-top: 30px;
    }

    .lg-ml-30 {
        margin-left: 30px;
    }

    .lg-pt-30 {
        padding-top: 30px;
    }

    .lg-pb-30 {
        padding-bottom: 30px;
    }

    .lg-pl-30 {
        padding-left: 30px;
    }

    .lg-pr-30 {
        padding-right: 30px;
    }

    .lg-mb-35 {
        margin-bottom: 35px;
    }

    .lg-mt-35 {
        margin-top: 35px;
    }

    .lg-ml-35 {
        margin-left: 35px;
    }

    .lg-pt-35 {
        padding-top: 35px;
    }

    .lg-pb-35 {
        padding-bottom: 35px;
    }

    .lg-pl-35 {
        padding-left: 35px;
    }

    .lg-pr-35 {
        padding-right: 35px;
    }

    .lg-mb-40 {
        margin-bottom: 40px;
    }

    .lg-mt-40 {
        margin-top: 40px;
    }

    .lg-ml-40 {
        margin-left: 40px;
    }

    .lg-pt-40 {
        padding-top: 40px;
    }

    .lg-pb-40 {
        padding-bottom: 40px;
    }

    .lg-pl-40 {
        padding-left: 40px;
    }

    .lg-pr-40 {
        padding-right: 40px;
    }

    .lg-mb-45 {
        margin-bottom: 45px;
    }

    .lg-mt-45 {
        margin-top: 45px;
    }

    .lg-ml-45 {
        margin-left: 45px;
    }

    .lg-pt-45 {
        padding-top: 45px;
    }

    .lg-pb-45 {
        padding-bottom: 45px;
    }

    .lg-pl-45 {
        padding-left: 45px;
    }

    .lg-pr-45 {
        padding-right: 45px;
    }

    .lg-mb-50 {
        margin-bottom: 50px;
    }

    .lg-mt-50 {
        margin-top: 50px;
    }

    .lg-ml-50 {
        margin-left: 50px;
    }

    .lg-pt-50 {
        padding-top: 50px;
    }

    .lg-pb-50 {
        padding-bottom: 50px;
    }

    .lg-pl-50 {
        padding-left: 50px;
    }

    .lg-pr-50 {
        padding-right: 50px;
    }

    .lg-mb-55 {
        margin-bottom: 55px;
    }

    .lg-mt-55 {
        margin-top: 55px;
    }

    .lg-ml-55 {
        margin-left: 55px;
    }

    .lg-pt-55 {
        padding-top: 55px;
    }

    .lg-pb-55 {
        padding-bottom: 55px;
    }

    .lg-pl-55 {
        padding-left: 55px;
    }

    .lg-pr-55 {
        padding-right: 55px;
    }

    .lg-mb-60 {
        margin-bottom: 60px;
    }

    .lg-mt-60 {
        margin-top: 60px;
    }

    .lg-ml-60 {
        margin-left: 60px;
    }

    .lg-pt-60 {
        padding-top: 60px;
    }

    .lg-pb-60 {
        padding-bottom: 60px;
    }

    .lg-pl-60 {
        padding-left: 60px;
    }

    .lg-pr-60 {
        padding-right: 60px;
    }

    .lg-mb-65 {
        margin-bottom: 65px;
    }

    .lg-mt-65 {
        margin-top: 65px;
    }

    .lg-ml-65 {
        margin-left: 65px;
    }

    .lg-pt-65 {
        padding-top: 65px;
    }

    .lg-pb-65 {
        padding-bottom: 65px;
    }

    .lg-pl-65 {
        padding-left: 65px;
    }

    .lg-pr-65 {
        padding-right: 65px;
    }

    .lg-mb-70 {
        margin-bottom: 70px;
    }

    .lg-mt-70 {
        margin-top: 70px;
    }

    .lg-ml-70 {
        margin-left: 70px;
    }

    .lg-pt-70 {
        padding-top: 70px;
    }

    .lg-pb-70 {
        padding-bottom: 70px;
    }

    .lg-pl-70 {
        padding-left: 70px;
    }

    .lg-pr-70 {
        padding-right: 70px;
    }

    .lg-t-left {
        text-align: left;
    }

    .lg-t-center {
        text-align: center;
    }

    .lg-t-right {
        text-align: right;
    }

    .lg-display-n {
        display: none !important;
    }

    .lg-display-b {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .md-mb-0 {
        margin-bottom: 0px;
    }

    .md-mt-0 {
        margin-top: 0px;
    }

    .md-pt-0 {
        padding-top: 0px;
    }

    .md-pb-0 {
        padding-bottom: 0px;
    }

    .md-pl-0 {
        padding-left: 0px;
    }

    .md-pr-0 {
        padding-right: 0px;
    }

    .md-mb-5 {
        margin-bottom: 5px;
    }

    .md-mt-5 {
        margin-top: 5px;
    }

    .md-pt-5 {
        padding-top: 5px;
    }

    .md-pb-5 {
        padding-bottom: 5px;
    }

    .md-pl-5 {
        padding-left: 5px;
    }

    .md-pr-5 {
        padding-right: 5px;
    }

    .md-mb-10 {
        margin-bottom: 10px;
    }

    .md-mt-10 {
        margin-top: 10px;
    }

    .md-pt-10 {
        padding-top: 10px;
    }

    .md-pb-10 {
        padding-bottom: 10px;
    }

    .md-pl-10 {
        padding-left: 10px;
    }

    .md-pr-10 {
        padding-right: 10px;
    }

    .md-mb-15 {
        margin-bottom: 15px;
    }

    .md-mt-15 {
        margin-top: 15px;
    }

    .md-pt-15 {
        padding-top: 15px;
    }

    .md-pb-15 {
        padding-bottom: 15px;
    }

    .md-pl-15 {
        padding-left: 15px;
    }

    .md-pr-15 {
        padding-right: 15px;
    }

    .md-mb-20 {
        margin-bottom: 20px;
    }

    .md-mt-20 {
        margin-top: 20px;
    }

    .md-pt-20 {
        padding-top: 20px;
    }

    .md-pb-20 {
        padding-bottom: 20px;
    }

    .md-pl-20 {
        padding-left: 20px;
    }

    .md-pr-20 {
        padding-right: 20px;
    }

    .md-mb-25 {
        margin-bottom: 25px;
    }

    .md-mt-25 {
        margin-top: 25px;
    }

    .md-pt-25 {
        padding-top: 25px;
    }

    .md-pb-25 {
        padding-bottom: 25px;
    }

    .md-pl-25 {
        padding-left: 25px;
    }

    .md-pr-25 {
        padding-right: 25px;
    }

    .md-mb-30 {
        margin-bottom: 30px;
    }

    .md-mt-30 {
        margin-top: 30px;
    }

    .md-pt-30 {
        padding-top: 30px;
    }

    .md-pb-30 {
        padding-bottom: 30px;
    }

    .md-pl-30 {
        padding-left: 30px;
    }

    .md-pr-30 {
        padding-right: 30px;
    }

    .md-mb-35 {
        margin-bottom: 35px;
    }

    .md-mt-35 {
        margin-top: 35px;
    }

    .md-pt-35 {
        padding-top: 35px;
    }

    .md-pb-35 {
        padding-bottom: 35px;
    }

    .md-pl-35 {
        padding-left: 35px;
    }

    .md-pr-35 {
        padding-right: 35px;
    }

    .md-mb-40 {
        margin-bottom: 40px;
    }

    .md-mt-40 {
        margin-top: 40px;
    }

    .md-pt-40 {
        padding-top: 40px;
    }

    .md-pb-40 {
        padding-bottom: 40px;
    }

    .md-pl-40 {
        padding-left: 40px;
    }

    .md-pr-40 {
        padding-right: 40px;
    }

    .md-mb-45 {
        margin-bottom: 45px;
    }

    .md-mt-45 {
        margin-top: 45px;
    }

    .md-pt-45 {
        padding-top: 45px;
    }

    .md-pb-45 {
        padding-bottom: 45px;
    }

    .md-pl-45 {
        padding-left: 45px;
    }

    .md-pr-45 {
        padding-right: 45px;
    }

    .md-t-left {
        text-align: left;
    }

    .md-t-center {
        text-align: center;
    }

    .md-t-right {
        text-align: right;
    }

    .md-display-n {
        display: none !important;
    }

    .md-display-b {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .sm-mb-0 {
        margin-bottom: 0px;
    }

    .sm-mt-0 {
        margin-top: 0px;
    }

    .sm-ml-0 {
        margin-left: 0px;
    }

    .sm-pt-0 {
        padding-top: 0px;
    }

    .sm-pb-0 {
        padding-bottom: 0px;
    }

    .sm-pl-0 {
        padding-left: 0px;
    }

    .sm-pr-0 {
        padding-right: 0px;
    }

    .sm-mb-5 {
        margin-bottom: 5px;
    }

    .sm-mt-5 {
        margin-top: 5px;
    }

    .sm-ml-5 {
        margin-left: 5px;
    }

    .sm-pt-5 {
        padding-top: 5px;
    }

    .sm-pb-5 {
        padding-bottom: 5px;
    }

    .sm-pl-5 {
        padding-left: 5px;
    }

    .sm-pr-5 {
        padding-right: 5px;
    }

    .sm-mb-10 {
        margin-bottom: 10px;
    }

    .sm-mt-10 {
        margin-top: 10px;
    }

    .sm-ml-10 {
        margin-left: 10px;
    }

    .sm-pt-10 {
        padding-top: 10px;
    }

    .sm-pb-10 {
        padding-bottom: 10px;
    }

    .sm-pl-10 {
        padding-left: 10px;
    }

    .sm-pr-10 {
        padding-right: 10px;
    }

    .sm-mb-15 {
        margin-bottom: 15px;
    }

    .sm-mt-15 {
        margin-top: 15px;
    }

    .sm-ml-15 {
        margin-left: 15px;
    }

    .sm-pt-15 {
        padding-top: 15px;
    }

    .sm-pb-15 {
        padding-bottom: 15px;
    }

    .sm-pl-15 {
        padding-left: 15px;
    }

    .sm-pr-15 {
        padding-right: 15px;
    }

    .sm-mb-20 {
        margin-bottom: 20px;
    }

    .sm-mt-20 {
        margin-top: 20px;
    }

    .sm-ml-20 {
        margin-left: 20px;
    }

    .sm-pt-20 {
        padding-top: 20px;
    }

    .sm-pb-20 {
        padding-bottom: 20px;
    }

    .sm-pl-20 {
        padding-left: 20px;
    }

    .sm-pr-20 {
        padding-right: 20px;
    }

    .sm-mb-25 {
        margin-bottom: 25px;
    }

    .sm-mt-25 {
        margin-top: 25px;
    }

    .sm-ml-25 {
        margin-left: 25px;
    }

    .sm-pt-25 {
        padding-top: 25px;
    }

    .sm-pb-25 {
        padding-bottom: 25px;
    }

    .sm-pl-25 {
        padding-left: 25px;
    }

    .sm-pr-25 {
        padding-right: 25px;
    }

    .sm-mb-30 {
        margin-bottom: 30px;
    }

    .sm-mt-30 {
        margin-top: 30px;
    }

    .sm-ml-30 {
        margin-left: 30px;
    }

    .sm-pt-30 {
        padding-top: 30px;
    }

    .sm-pb-30 {
        padding-bottom: 30px;
    }

    .sm-pl-30 {
        padding-left: 30px;
    }

    .sm-pr-30 {
        padding-right: 30px;
    }

    .sm-mb-35 {
        margin-bottom: 35px;
    }

    .sm-mt-35 {
        margin-top: 35px;
    }

    .sm-ml-35 {
        margin-left: 35px;
    }

    .sm-pt-35 {
        padding-top: 35px;
    }

    .sm-pb-35 {
        padding-bottom: 35px;
    }

    .sm-pl-35 {
        padding-left: 35px;
    }

    .sm-pr-35 {
        padding-right: 35px;
    }

    .sm-mb-40 {
        margin-bottom: 40px;
    }

    .sm-mt-40 {
        margin-top: 40px;
    }

    .sm-ml-40 {
        margin-left: 40px;
    }

    .sm-pt-40 {
        padding-top: 40px;
    }

    .sm-pb-40 {
        padding-bottom: 40px;
    }

    .sm-pl-40 {
        padding-left: 40px;
    }

    .sm-pr-40 {
        padding-right: 40px;
    }

    .sm-mb-45 {
        margin-bottom: 45px;
    }

    .sm-mt-45 {
        margin-top: 45px;
    }

    .sm-ml-45 {
        margin-left: 45px;
    }

    .sm-pt-45 {
        padding-top: 45px;
    }

    .sm-pb-45 {
        padding-bottom: 45px;
    }

    .sm-pl-45 {
        padding-left: 45px;
    }

    .sm-pr-45 {
        padding-right: 45px;
    }

    .sm-mb-50 {
        margin-bottom: 50px;
    }

    .sm-mt-50 {
        margin-top: 50px;
    }

    .sm-ml-50 {
        margin-left: 50px;
    }

    .sm-pt-50 {
        padding-top: 50px;
    }

    .sm-pb-50 {
        padding-bottom: 50px;
    }

    .sm-pl-50 {
        padding-left: 50px;
    }

    .sm-pr-50 {
        padding-right: 50px;
    }

    .sm-mb-55 {
        margin-bottom: 55px;
    }

    .sm-mt-55 {
        margin-top: 55px;
    }

    .sm-ml-55 {
        margin-left: 55px;
    }

    .sm-pt-55 {
        padding-top: 55px;
    }

    .sm-pb-55 {
        padding-bottom: 55px;
    }

    .sm-pl-55 {
        padding-left: 55px;
    }

    .sm-pr-55 {
        padding-right: 55px;
    }

    .sm-t-left {
        text-align: left;
    }

    .sm-t-center {
        text-align: center;
    }

    .sm-t-right {
        text-align: right;
    }

    .sm-display-n {
        display: none !important;
    }

    .sm-display-b {
        display: block !important;
    }
}
/*==========================================================================
Top Bar CSS
==========================================================================*/
.top__bar {
    background: var(--bg-heading-color);
    padding: 7px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .top__bar::before {
        content: "";
        position: absolute;
        background: var(--primary-color-1);
        top: 0;
        left: 0;
        bottom: 0;
        width: 30%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
        z-index: -1;
    }

    .top__bar::after {
        content: "";
        position: absolute;
        background: var(--text-white);
        top: -5px;
        left: 30%;
        bottom: -4px;
        width: 3px;
        z-index: -1;
        transform: rotate(23deg);
    }

.top__bar-left a {
    color: var(--text-white);
    font-weight: 600;
}

    .top__bar-left a i {
        margin-right: 10px;
    }

.top__bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .top__bar-right > a {
        color: var(--text-white);
        font-weight: 600;
        transition: 0.4s;
        text-transform: lowercase;
    }

        .top__bar-right > a:hover {
            color: var(--primary-color-1);
        }

        .top__bar-right > a i {
            color: var(--primary-color-1);
            margin-right: 10px;
        }

.top__bar-right-social {
    border-left: 1px solid var(--color-2);
    padding-left: 30px;
    margin-left: 30px;
}

    .top__bar-right-social ul {
        padding: 0;
        margin: 0;
    }

        .top__bar-right-social ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .top__bar-right-social ul li:last-child {
                margin: 0;
            }

            .top__bar-right-social ul li a i {
                color: var(--text-white);
                transition: 0.4s;
            }

                .top__bar-right-social ul li a i:hover {
                    color: var(--primary-color-1);
                }

/*==========================================================================
Top Bar Three CSS
==========================================================================*/
.topbar__three {
    padding: 12px 0;
}

.topbar__three-left a {
    font-weight: 600;
    font-size: 14px;
    transition: 0.4s;
    line-height: 24px;
}

    .topbar__three-left a:hover {
        color: var(--primary-color-3);
    }

    .topbar__three-left a i {
        margin-right: 10px;
        color: var(--primary-color-3);
        font-size: 16px;
        line-height: 26px;
    }

.topbar__three-right ul {
    padding: 0;
    margin: 0;
}

    .topbar__three-right ul li {
        list-style: none;
        display: inline-block;
        margin-right: 25px;
        padding-right: 25px;
        border-right: 1px solid var(--color-13);
    }

        .topbar__three-right ul li:last-child {
            margin: 0;
            padding: 0;
            border: 0;
        }

        .topbar__three-right ul li a {
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            transition: 0.4s;
            text-transform: lowercase;
        }

            .topbar__three-right ul li a:hover {
                color: var(--primary-color-3);
            }

            .topbar__three-right ul li a i {
                color: var(--primary-color-3);
                margin-right: 10px;
            }

@media (max-width: 1600px) {
    .top__bar::after {
        transform: rotate(20deg);
    }
}

@media (max-width: 1480px) {
    .top__bar::before {
        width: 33%;
    }

    .top__bar::after {
        transform: rotate(20deg);
        left: 33%;
    }
}

@media (max-width: 1320px) {
    .top__bar::before {
        width: 36%;
    }

    .top__bar::after {
        left: 36%;
    }
}

@media (max-width: 1190px) {
    .top__bar::before {
        width: 40%;
    }

    .top__bar::after {
        left: 40%;
        transform: rotate(18deg);
    }
}

@media (max-width: 991px) {
    .top__bar {
        padding: 7px 13px;
    }

        .top__bar::before {
            display: none;
        }

        .top__bar::after {
            display: none;
        }

    .top__bar-left a {
        transition: 0.4s;
    }

        .top__bar-left a i {
            color: var(--primary-color-1);
        }

        .top__bar-left a:hover {
            color: var(--primary-color-1);
        }
}

@media (max-width: 767px) {
    .top__bar-left {
        text-align: center;
        margin-bottom: 5px;
    }

    .top__bar-right {
        justify-content: center;
    }

    .top__bar-right-social {
        padding-left: 11px;
        margin-left: 12px;
    }
}

@media (max-width: 575px) {
    .top__bar {
        padding: 5px 0;
    }

    .topbar__three-right ul li {
        margin-right: 0;
        padding-right: 5px;
        border: 0;
    }
}

@media (max-width: 359px) {
    .top__bar-left {
        text-align: center;
        margin-bottom: 5px;
    }

    .top__bar-right {
        justify-content: center;
    }

    .top__bar-right-social {
        border: 0;
        padding-left: 5px;
        margin-left: 5px;
    }
}
/*==========================================================================
Menu Bar Sticky CSS
==========================================================================*/
.header__sticky-sticky-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    box-shadow: var(--box-shadow-1);
    animation: header_sticky 1.1s;
    background: var(--bg-white);
    display: block;
}

@keyframes header_sticky {
    0% {
        top: -250px;
    }

    100% {
        top: 0;
    }
}

.header__sticky.header__sticky-sticky-menu .header__area {
    background: var(--bg-heading-color);
}

img.logo-shape {
    width: 170px;
    position: absolute;
    left: 140px;
}

/*==========================================================================
Menu Bar CSS
==========================================================================*/
.header__area {
    padding: 0 30px;
}

.header__area-menubar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__area-menubar-left-logo a {
    display: inline-block;
}

    .header__area-menubar-left-logo a img {
        max-width: 235px;
        position: relative;
        z-index: 9999;
    }

.header__area-menubar-center.two {
    margin-left: 40px;
}

.header__area-menubar-center-menu ul {
    padding: 0;
    margin: 0;
}

    .header__area-menubar-center-menu ul li {
        display: inline-block;
        position: relative;
        list-style: none;
    }

        .header__area-menubar-center-menu ul li:hover > a {
            color: var(--primary-color-1);
        }

        .header__area-menubar-center-menu ul li:hover > .sub-menu {
            transform: scale(1, 1);
            opacity: 1;
            visibility: visible;
        }

        .header__area-menubar-center-menu ul li .sub-menu {
            position: absolute;
            background: var(--bg-white);
            min-width: 240px;
            transition: all 0.3s ease-out 0s;
            top: 100%;
            opacity: 0;
            box-shadow: var(--box-shadow-1);
            visibility: hidden;
            z-index: 99;
            text-align: left;
            transform: scale(1, 0);
            transform-origin: 0 0;
        }

            .header__area-menubar-center-menu ul li .sub-menu li {
                display: block;
                margin: 0;
                border-bottom: 1px solid var(--border-color-2);
                position: relative;
            }

                .header__area-menubar-center-menu ul li .sub-menu li::after {
                    position: absolute;
                    content: "";
                    background: var(--primary-color-1);
                    width: 2px;
                    transition: all 0.5s ease-out 0s;
                    height: 0;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .header__area-menubar-center-menu ul li .sub-menu li a {
                    color: var(--text-heading-color);
                    padding: 12px 20px;
                    transition: all 0.4s ease-out 0s;
                    font-size: 16px;
                    text-transform: capitalize;
                    font-weight: 600;
                }

                .header__area-menubar-center-menu ul li .sub-menu li .sub-menu {
                    left: 100%;
                    top: -2px;
                }

                .header__area-menubar-center-menu ul li .sub-menu li:hover > a {
                    color: var(--primary-color-1);
                    padding-left: 25px;
                }

                .header__area-menubar-center-menu ul li .sub-menu li:hover::after {
                    height: 100%;
                }

                .header__area-menubar-center-menu ul li .sub-menu li:last-child {
                    border: none;
                }

            .header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children a::before {
                right: 28px;
                background: var(--text-heading-color);
            }

            .header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children a::after {
                right: 25px;
                background: var(--text-heading-color);
            }

        .header__area-menubar-center-menu ul li ul .sub-menu li .sub-menu {
            color: var(--text-heading-color);
            cursor: pointer;
        }

        .header__area-menubar-center-menu ul li a {
            color: #000;
            display: block;
            font-weight: 600;
            font-size: 13px;
            line-height: 24px;
            transition: all 0.4s ease-out 0s;
            text-transform: uppercase;
            padding: 43px 32px;
            font-family: var(--heading-font);
        }

        .header__area-menubar-center-menu ul li.menu-item-has-children > a {
            position: relative;
        }

            .header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 23px;
                width: 2px;
                height: 8px;
                background: #000;
                transition: all 0.3s ease;
            }

            .header__area-menubar-center-menu ul li.menu-item-has-children > a::after {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 20px;
                width: 8px;
                height: 2px;
                background: #000;
            }

        .header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before {
            transform: translateY(-50%) rotate(90deg);
            opacity: 0;
        }

        .header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::after {
            background: var(--primary-color-1);
        }

.header__area-menubar-center-menu.two ul li .sub-menu li::after {
    background: var(--primary-color-2);
}

.header__area-menubar-center-menu.two ul li .sub-menu li:hover > a {
    color: var(--primary-color-2);
}

.header__area-menubar-center-menu.two ul li:hover > a {
    color: var(--primary-color-2);
}

.header__area-menubar-center-menu.two ul li a {
    padding: 31px 32px;
}

.header__area-menubar-center-menu.two ul li.menu-item-has-children:hover > a::after {
    background: var(--primary-color-2);
}

.header__area-menubar-center-menu.three ul li .sub-menu li::after {
    background: var(--primary-color-3);
}

.header__area-menubar-center-menu.three ul li .sub-menu li:hover > a {
    color: var(--primary-color-3);
}

.header__area-menubar-center-menu.three ul li:hover > a {
    color: #fca028;
    font-weight: 600;
}

.header__area-menubar-center-menu.three ul li a {
    padding: 38px 32px;
}

.header__area-menubar-center-menu.three ul li.menu-item-has-children:hover > a::after {
    background: #fca028;
}

.header__area-menubar-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__area-menubar-right-box {
    display: flex;
    align-items: center;
}

.header__area-menubar-right-box-search-icon i {
    cursor: pointer;
    position: relative;
    z-index: 9;
    display: block;
    color: var(--text-heading-color);
    font-size: 20px;
    font-weight: 400;
}

.header__area-menubar-right-box-search-icon.two i {
    color: var(--text-white);
}

.header__area-menubar-right-box-search-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 0;
    background: var(--bg-heading-color);
    z-index: 9999;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

    .header__area-menubar-right-box-search-box form {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        width: 55%;
        transition: all 0.5s ease-out;
    }

    .header__area-menubar-right-box-search-box input {
        background: var(--bg-white);
        color: var(--text-heading-color);
        border: 0;
    }

    .header__area-menubar-right-box-search-box button {
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        font-size: 22px;
        color: var(--primary-color-1);
        padding: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .header__area-menubar-right-box-search-box.active {
        height: 100%;
        top: 0;
    }

        .header__area-menubar-right-box-search-box.active.header__area-menubar-right-box-search-box form {
            transform: translate(-50%, -50%) scale(1);
        }

.header__area-menubar-right-box-search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: var(--text-white);
    cursor: pointer;
    transform: rotate(0deg);
}

    .header__area-menubar-right-box-search-box-icon:hover {
        animation: rotate 0.4s ease 0s;
    }

    .header__area-menubar-right-box-search-box-icon i {
        cursor: pointer;
        position: relative;
        z-index: 9;
    }

        .header__area-menubar-right-box-search-box-icon i::before {
            display: block;
        }

.header__area-menubar-right-box-sidebar-popup-contact {
    margin: 40px 0;
    padding: 40px 0;
    border-top: 1px solid var(--color-19);
    border-bottom: 1px solid var(--color-19);
}

.header__area-menubar-right-box-sidebar-popup-contact-item {
    display: flex;
    margin-bottom: 25px;
    gap: 25px;
}

.header__area-menubar-right-box-sidebar-popup-contact-item-icon {
    margin-top: 8px;
    width: 30px;
}

    .header__area-menubar-right-box-sidebar-popup-contact-item-icon i {
        color: var(--primary-color-1);
        font-size: 30px;
    }

.header__area-menubar-right-box-sidebar-popup-contact-item-content span {
    color: var(--color-4);
    display: inline-block;
    margin-bottom: 5px;
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 {
    max-width: 240px;
    font-size: 18px;
    line-height: 28px;
}

    .header__area-menubar-right-box-sidebar-popup-contact-item-content h6 a {
        transition: all 0.4s ease-out;
        color: var(--text-white);
    }

        .header__area-menubar-right-box-sidebar-popup-contact-item-content h6 a:hover {
            color: var(--primary-color-1);
        }

.header__area-menubar-right-box-sidebar-popup-contact-item:last-child {
    margin: 0;
}

.header__area-menubar-right-box-sidebar-popup-contact h4 {
    color: var(--text-white);
}

.header__area-menubar-right-box-sidebar-popup-social ul {
    padding: 0;
    margin: 0;
}

    .header__area-menubar-right-box-sidebar-popup-social ul li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

        .header__area-menubar-right-box-sidebar-popup-social ul li:last-child {
            margin: 0;
        }

        .header__area-menubar-right-box-sidebar-popup-social ul li a i {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 10px;
            color: var(--primary-color-1);
            transition: all 0.4s ease-out;
            background: var(--color-1);
        }

            .header__area-menubar-right-box-sidebar-popup-social ul li a i:hover {
                color: var(--text-white);
                background: var(--primary-color-1);
            }

.header__area-menubar-right-box-btn {
    margin-left: 70px;
}

.header__area-menubar-right-box-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    border-left: 1px solid var(--border-color-1);
    padding-left: 50px;
    margin-left: 70px;
}

.header__area-menubar-right-box-contact-icon i {
    color: var(--primary-color-2);
    border: 1px solid var(--color-12);
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.header__area-menubar-right-box-contact-info span {
    color: var(--color-2);
}

.header__area-menubar-right-box-contact-info h6 {
    transition: 0.4s;
    font-weight: 600;
    text-transform: lowercase;
}

    .header__area-menubar-right-box-contact-info h6:hover {
        color: var(--primary-color-2);
    }

.header__area-menubar-right-sidebar-popup {
    position: fixed;
    width: 460px;
    height: 100%;
    right: 0;
    overflow: auto;
    transform: translateX(100%);
    top: 0;
    background: var(--color-18);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: transform 0.5s ease 0.4s;
    padding: 100px 40px;
    scrollbar-width: none;
}

    .header__area-menubar-right-sidebar-popup::-webkit-scrollbar {
        display: none;
    }

    .header__area-menubar-right-sidebar-popup.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
        right: 0;
    }

.header__area-menubar-right-sidebar-popup-icon {
    margin-left: 70px;
    padding-left: 70px;
    position: relative;
}

    .header__area-menubar-right-sidebar-popup-icon::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 40px;
        background: var(--text-heading-color);
        opacity: 0.1;
    }

    .header__area-menubar-right-sidebar-popup-icon img {
        cursor: pointer;
    }

    .header__area-menubar-right-sidebar-popup-icon.two {
        border-left: 1px solid var(--color-8);
    }

        .header__area-menubar-right-sidebar-popup-icon.two span {
            border-color: var(--text-white);
        }

.header__area-menubar-right-sidebar-popup .sidebar-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    transform: rotate(0);
}

    .header__area-menubar-right-sidebar-popup .sidebar-close-btn i::before {
        background: var(--primary-color-1);
        width: 40px;
        color: var(--text-white);
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
        display: block;
    }

    .header__area-menubar-right-sidebar-popup .sidebar-close-btn:hover {
        animation: rotate 0.4s ease 0s;
    }

.header__area-menubar-right-sidebar-popup-logo {
    margin-bottom: 30px;
}

    .header__area-menubar-right-sidebar-popup-logo a {
        display: inline-block;
    }

        .header__area-menubar-right-sidebar-popup-logo a img {
            max-width: 150px;
            position: relative;
            z-index: 999;
        }

.header__area-menubar-right-sidebar-popup p {
    color: var(--color-4);
}

.header__area-menubar-right-btn .btn-six {
    color: var(--text-white);
    border-color: var(--text-white);
}

    .header__area-menubar-right-btn .btn-six:hover {
        color: var(--bg-heading-color);
        border-color: var(--text-white);
    }

.header__area-menubar.two {
    align-items: initial;
}

    .header__area-menubar.two .header__area-menubar-left-logo {
        padding-top: 3px;
    }

        .header__area-menubar.two .header__area-menubar-left-logo .two {
            display: none;
        }

    .header__area-menubar.two .header__area-menubar-right-btn {
        margin-top: -10px;
    }

    .header__area-menubar.two .header__area-menubar-right-box-search-box button {
        color: var(--primary-color-2);
    }

.header__area-menubar.three {
    background: transparent;
    padding: 0 40px;
}

    .header__area-menubar.three .header__area-menubar-right-box-search-box button {
        color: var(--primary-color-3);
    }

/*==========================================================================
Menu Sidebar CSS
==========================================================================*/
.sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.8s ease-out;
    visibility: hidden;
    z-index: 99999;
    background: rgba(24, 24, 24, 0.6);
}

    .sidebar-overlay.show {
        visibility: visible;
        width: 100%;
    }

/*==========================================================================
Header Two CSS
==========================================================================*/
.header__two {
    background: var(--primary-color-2);
    position: relative;
    z-index: 99;
    padding: 0 25px;
}

    .header__two::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        background: url("../img/shape/before.png");
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .header__two::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 80%;
        height: 100%;
        background: url("../img/shape/after.png");
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }

.header__two-topbar {
    padding: 9px 0;
}

    .header__two-topbar .borders {
        padding: 0 130px;
    }

.header__two-topbar-left a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

    .header__two-topbar-left a i {
        color: var(--primary-color-2);
        margin-right: 6px;
    }

.header__two-topbar-social ul {
    padding: 0;
    margin: 0;
}

    .header__two-topbar-social ul li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }

        .header__two-topbar-social ul li:last-child {
            margin: 0;
        }

        .header__two-topbar-social ul li a i {
            color: var(--text-heading-color);
            transition: 0.4s;
        }

            .header__two-topbar-social ul li a i:hover {
                color: var(--primary-color-2);
            }

/*==========================================================================
Header Three CSS
==========================================================================*/
.header__three {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

/*==========================================================================
Responsive Menu Css
==========================================================================*/
.responsive-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.mean-container a.meanmenu-reveal {
    color: var(--text-heading-color);
    width: 25px;
    height: 31px;
    top: 34px;
    padding: 0;
    margin-right: 42px;
    transition: all 0s ease-out 0s;
}

    .mean-container a.meanmenu-reveal span {
        background: var(--text-heading-color);
        margin-top: 7px;
        height: 2px;
    }

.mean-container .mean-bar {
    background: transparent;
    padding: 0;
    z-index: 99;
}

    .mean-container .mean-bar a i {
        font-size: 32px;
        display: block;
        color: var(--text-heading-color);
    }

.mean-container .mean-nav {
    background: var(--bg-white);
    margin-top: 100px;
    box-shadow: var(--box-shadow-1);
}

    .mean-container .mean-nav ul li a {
        transition: 0.4s;
    }

        .mean-container .mean-nav ul li a.mean-expand {
            background: var(--primary-color-1);
            height: 34px;
            margin: 0;
            border: 0;
            color: var(--text-white);
        }

            .mean-container .mean-nav ul li a.mean-expand:hover {
                background: var(--primary-color-1);
                color: var(--text-white);
            }

        .mean-container .mean-nav ul li a:hover {
            color: var(--primary-color-1);
            background: none;
        }

    .mean-container .mean-nav .sub-menu li a.mean-expand {
        background: var(--primary-color-1);
        height: 34px;
        color: var(--text-white);
    }

        .mean-container .mean-nav .sub-menu li a.mean-expand:hover {
            background: var(--primary-color-1);
        }

    .mean-container .mean-nav ul li a i {
        display: none;
    }

    .mean-container .mean-nav ul li a,
    .mean-container .mean-nav ul li li a,
    .mean-container .mean-nav li li:first-child > a {
        color: var(--text-heading-color);
        font-size: 16px;
        line-height: 26px;
        font-family: var(--heading-font);
        font-weight: 600;
        text-transform: capitalize;
        border-top: 1px solid var(--border-color-2);
        opacity: 1;
    }

        .mean-container .mean-nav ul li a:hover,
        .mean-container .mean-nav ul li li a:hover,
        .mean-container .mean-nav li li:first-child > a:hover {
            color: var(--primary-color-1);
        }

.header__area-menubar.two .menu-item-has-children ul li a:hover,
.header__area-menubar.two .menu-item-has-children > a:hover,
.header__area-menubar.two .menu-item-has-children ul li li a:hover {
    color: var(--primary-color-2);
}

.header__area-menubar.three .menu-item-has-children ul li a:hover,
.header__area-menubar.three .menu-item-has-children > a:hover,
.header__area-menubar.three .menu-item-has-children ul li li a:hover {
    color: #fca028;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    color: var(--text-white);
}

@media (max-width: 1720px) {
    .header__area-menubar-right-box-contact {
        padding-left: 30px;
        margin-left: 40px;
    }

    .header__area-menubar-center.two {
        margin-left: 0;
    }

    .header__two::after {
        width: 86%;
    }

    .header__two::before {
        width: 82%;
    }

    .header__two-topbar .borders {
        padding: 0 185px;
        padding-right: 210px;
    }
}

@media (max-width: 1600px) {
    .header__area-menubar.two .header__area-menubar-right-btn {
        margin-top: -8px;
    }

    .header__area-menubar.two .header__area-menubar-right-box-search {
        display: none;
    }

    .header__area-menubar-right-box-contact {
        padding-left: 0;
        margin-left: 0;
        border: 0;
    }

    .header__area-menubar-right-box-btn {
        margin-left: 45px;
    }

    .header__area-menubar-right-sidebar-popup-icon {
        margin-left: 45px;
        padding-left: 45px;
    }

    .header__area-menubar-right-btn .btn-six {
        padding: 14px 32px;
    }

    .header__two .borders {
        padding: 0 210px;
    }

    .header__two::after {
        width: 88%;
    }

    .header__two::before {
        width: 88%;
    }
}

@media (max-width: 1599px) {
    .header__two::after {
        width: 93%;
    }

    .header__two::before {
        width: 92%;
    }

    .header__two-topbar .borders {
        padding: 0 260px;
    }
}

@media (max-width: 1399px) {
    .header__area-menubar-right-btn .btn-six {
        padding: 14px 30px;
    }

    .header__area-menubar-right-sidebar-popup {
        padding: 70px 40px;
    }

    .header__two {
        padding: 0 10px;
    }

        .header__two::after {
            width: 94%;
        }

        .header__two::before {
            width: 91%;
        }

    .header__two-topbar .borders {
        padding: 0 180px;
        padding-right: 200px;
    }

    .header__area-menubar.three {
        padding: 0 20px;
        position: relative;
    }
}

@media (max-width: 1350px) {
    .header__two {
        background: var(--bg-white);
        padding: 0;
    }

        .header__two::before {
            display: none;
        }

        .header__two::after {
            display: none;
        }

    .header__two-topbar {
        background: var(--primary-color-2);
    }

    .header__two-topbar-left a {
        color: var(--text-white);
    }

        .header__two-topbar-left a i {
            color: var(--text-white);
        }

    .header__two-topbar-social ul li a i {
        color: var(--text-white);
    }

        .header__two-topbar-social ul li a i:hover {
            color: var(--text-white);
        }

    .header__two .borders {
        padding: 0;
    }

    .header__area-menubar-right-btn {
        margin: 0;
    }

        .header__area-menubar-right-btn .btn-six {
            color: var(--text-white);
            background: var(--primary-color-2);
            border: 0;
            padding: 17px 43px;
        }

            .header__area-menubar-right-btn .btn-six::before {
                background: var(--bg-heading-color);
            }

            .header__area-menubar-right-btn .btn-six:hover {
                color: var(--text-white);
            }

    .header__area-menubar-center-menu.two ul li a {
        padding: 38px 30px;
    }

    .header__area-menubar.two {
        align-items: center;
    }

        .header__area-menubar.two .header__area-menubar-left-logo {
            padding-top: 0;
        }

            .header__area-menubar.two .header__area-menubar-left-logo .one {
                display: none;
            }

            .header__area-menubar.two .header__area-menubar-left-logo .two {
                display: block;
            }

        .header__area-menubar.two .header__area-menubar-right {
            display: none;
        }

        .header__area-menubar.two .header__area-menubar-right-box-contact {
            display: none;
        }

        .header__area-menubar.two .header__area-menubar-right-btn {
            margin-top: 0;
        }

    body.dark-mode .light {
        display: block;
    }
}

@media (max-width: 1299px) {
    .header__area-menubar-right-box-btn {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header__area-menubar-center-menu ul li a {
        padding: 42px 26px;
    }

    .header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
        right: 16px;
    }

    .header__area-menubar-center-menu ul li.menu-item-has-children > a::after {
        right: 13px;
    }

    .header__area-menubar-center-menu.two ul li a {
        padding: 38px 24px;
    }

    .header__area-menubar-right-box-search {
        margin-left: 30px;
    }

    .header__area-menubar-right-sidebar-popup-icon {
        padding: 38px 0 38px 40px;
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .header__area {
        position: sticky;
        z-index: 9;
    }

    .header__area-menubar-left-logo a img {
        max-width: 150px;
    }

    .header__area-menubar-center {
        display: none;
    }

    .header__area-menubar-right {
        display: block;
    }

    .header__area-menubar-right-box-search {
        position: relative;
        z-index: 9999;
        padding: 39px 35px 39px 0;
        margin: 0 55px 0 0;
        border-right: 1px solid var(--border-color-2);
    }

    .header__area-menubar-right-box-search-icon i {
        font-size: 22px;
    }

    .header__area-menubar-right-box-search-box form {
        width: 90%;
    }

    .header__area-menubar-right-box-search.two {
        border-color: var(--color-8);
    }

    .header__area-menubar-right-sidebar {
        display: none;
    }

    .header__area-menubar .two .header__area-menubar-right {
        display: block;
    }

    .header__area-menubar .two .header__area-menubar-right-box-search {
        display: block;
    }

    .header__area-menubar.two .header__area-menubar-right {
        display: block;
    }

    .header__area-menubar.two .header__area-menubar-right-box-search {
        display: block;
    }

    .header__area-menubar.two .header__area-menubar-right .mean-container .mean-nav ul li a.mean-expand {
        background: var(--primary-color-2);
    }

    .header__area-menubar.two .header__area-menubar-right .mean-container a.meanmenu-reveal {
        margin-right: 38px;
    }

    .header__area-menubar.two .header__area-menubar-right-btn {
        display: none;
    }

    .auto__container.pl-35.pr-35 {
        position: relative;
    }

    .header__area-menubar.three .mean-container a.meanmenu-reveal {
        margin-right: 20px;
    }

    .header__area-menubar.three .mean-container .mean-nav ul li a.mean-expand {
        background: var(--primary-color-3);
    }
}

@media (max-width: 575px) {
    .header__area {
        padding: 0;
    }

    .header__area-menubar {
        padding: 0;
    }

    .header__area-menubar-right-box-search {
        padding: 40px 25px 40px 0;
        margin: 0 50px 0 0;
    }

    .header__area-menubar-right .mean-container a.meanmenu-reveal {
        margin-right: 13px;
    }

    .header__area .mean-nav {
        margin-top: 102px;
    }

    .header__area-menubar.two .header__area-menubar-right .mean-container a.meanmenu-reveal {
        margin-right: 13px;
    }

    .auto__container.pl-35.pr-35 {
        padding: 0 12px;
    }
}

@media (max-width: 359px) {
    .header__area-menubar.three {
        padding: 0 10px;
    }

        .header__area-menubar.three .mean-container a.meanmenu-reveal {
            margin-right: 10px;
        }
}

.header__sticky-sticky-menu a {
    color: #000 !important;
}

    .header__sticky-sticky-menu a::before {
        background: #000 !important;
    }

    .header__sticky-sticky-menu a::after {
        background: #000 !important;
    }
/*==========================================================================
Banner One CSS
==========================================================================*/
.banner__one {
    position: relative;
    z-index: 1;
}

.banner__one-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .banner__one-image::after {
        content: "";
        position: absolute;
        background-image: url("../img/shape/banner-bg.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

.banner__one-content {
    position: relative;
    z-index: 9;
    text-align: left;
    padding-bottom: 185px;
    padding-top: 180px;
    max-width: 740px;
}

    .banner__one-content span {
        font-family: var(--heading-font);
        display: block;
        color: var(--primary-color-1);
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .banner__one-content h1 {
        color: var(--text-white);
        font-size: 100px;
        line-height: 110px;
        margin-bottom: 40px;
        max-width: 650px;
    }

.banner__one-content-video-icon i {
    background: var(--text-white);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary-color-1);
}

.banner__one-content-button {
    display: flex;
}

.banner__one-content-button-item {
    margin-right: 30px;
}

    .banner__one-content-button-item .btn-one::before {
        background: var(--btn-white);
    }

    .banner__one-content-button-item .btn-one:hover {
        color: var(--primary-color-1);
    }

    .banner__one-content-button-item:last-child {
        margin: 0;
    }

.banner__one-content-icon {
    position: absolute;
    bottom: 160px;
    right: 140px;
    z-index: -1;
}

    .banner__one-content-icon img {
        max-width: 260px;
    }

.banner__one-content .banner-four-pagination {
    position: absolute;
    left: -90px;
    top: 63%;
    transform: translateY(-50%);
    z-index: -1;
}

    .banner__one-content .banner-four-pagination .swiper-pagination-bullet {
        border-radius: 50%;
        background: var(--primary-color-1);
        width: 8px;
        height: 8px;
        transition: all 0.4s ease-out 0s;
        opacity: 1;
        margin: 0;
        margin-top: 20px;
        position: relative;
    }

        .banner__one-content .banner-four-pagination .swiper-pagination-bullet::after {
            position: absolute;
            content: "";
            width: 24px;
            height: 24px;
            border: 1px solid var(--primary-color-1);
            top: 50%;
            border-radius: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
        }

    .banner__one-content .banner-four-pagination .swiper-pagination-bullet-active::after {
        opacity: 1;
    }

/*==========================================================================
Banner Two CSS
==========================================================================*/
.banner__two {
    position: relative;
}

.banner__two-image {
    background-position: top center;
    position: relative;
    z-index: 1;
}

    .banner__two-image::before {
        content: "";
        position: absolute;
        background: transparent;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        left: 0;
        top: 0;
        z-index: -1;
    }

.banner__two-image-shape-one {
    position: absolute;
    right: -60px;
    bottom: 130px;
}

.banner__two-image-shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner__two-content {
    position: relative;
    text-align: left;
    padding: 150px 0 50px;
}

    .banner__two-content .subtitle {
        position: absolute;
        left: 50%;
        top: 23%;
        transform: translateX(-50%);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 250px;
        line-height: 200px;
        font-family: var(--heading-font);
        font-style: normal;
        opacity: 0.2;
        color: var(--text-white);
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        z-index: -1;
    }

    .banner__two-content span {
        color: #343434;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        font-family: var(--heading-font);
        margin-bottom: 15px;
        display: inline-block;
    }

    .banner__two-content h1 {
        color: var(--text-black);
        font-size: 54px;
        line-height: 60px;
        max-width: 1020px;
        margin: 0 auto;
        margin-bottom: 45px;
    }

.banner__two-arrow-prev {
    display: inline-block;
    left: 135px;
}

    .banner__two-arrow-prev i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        background: var(--primary-color-2);
        font-size: 22px;
        color: var(--text-white);
        border-radius: 50%;
        transition: 0.4s;
    }

        .banner__two-arrow-prev i:hover {
            background: var(--bg-white);
            color: var(--text-heading-color);
        }

.banner__two-arrow-next {
    display: inline-block;
    right: 165px;
}

    .banner__two-arrow-next i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        background: var(--primary-color-2);
        font-size: 22px;
        color: var(--text-white);
        border-radius: 50%;
        transition: 0.4s;
    }

        .banner__two-arrow-next i:hover {
            background: var(--bg-white);
            color: var(--text-heading-color);
        }

/*==========================================================================
Banner Three CSS
==========================================================================*/
.banner__three {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0px;
    overflow: hidden;
}

.banner__three-title {
    position: relative;
}

    .banner__three-title span {
        color: var(--primary-color-3);
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        font-family: var(--heading-font);
        display: block;
        margin-bottom: 8px;
    }

    .banner__three-title h1 {
        margin-bottom: 20px;
    }

    .banner__three-title p {
        max-width: 505px;
    }

.banner__three-title-bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner__three-title-bottom-video {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner__three-title-bottom-video-icon {
    position: relative;
    z-index: 1;
}

    .banner__three-title-bottom-video-icon::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 1px dashed var(--primary-color-3);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        z-index: -1;
        animation: rotation 5s infinite linear;
    }

    .banner__three-title-bottom-video-icon i {
        color: var(--primary-color-3);
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .banner__three-title-bottom-video-icon:hover::after {
        animation: none;
    }

.banner__three-title-bottom-video h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    max-width: 125px;
}

.banner__three .swiper-pagination {
    position: absolute;
    left: -110px;
    top: 2%;
    /*transform: translateY(-50%);*/
    z-index: -1;
    text-align: right;
}

    .banner__three .swiper-pagination span {
        width: 6px;
        height: 6px;
        background: var(--primary-color-3);
        opacity: 1;
    }

    .banner__three .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        margin-bottom: 18px;
        position: relative;
        margin: 0px 0px 0px 9px;
    }

    .banner__three .swiper-pagination .swiper-pagination-bullet-active {
        background: none;
        border: 1px solid var(--primary-color-3);
        width: 24px;
        height: 24px;
        margin-left: 17px;
    }

        .banner__three .swiper-pagination .swiper-pagination-bullet-active::before {
            content: "";
            position: absolute;
            bottom: -3px;
            left: -3px;
            background-image: url("../img/shape/border.png");
            width: 28px;
            height: 21px;
        }

    .banner__three .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-bottom: 0;
    }

.banner__three-image {
    text-align: right;
}

@media (max-width: 1599px) {
    .banner__two-arrow-prev {
        left: 35px;
    }

    .banner__two-arrow-next {
        right: 65px;
    }

    .banner__three .swiper-pagination {
        left: -50px;
    }
}

@media (max-width: 1399px) {
    .banner__two-content {
        padding: 150px 0;
    }

        .banner__two-content h1 {
            font-size: 80px;
            line-height: 90px;
            margin-bottom: 40px;
        }

    .banner__three-title h1 {
        font-size: 64px;
        line-height: 74px;
    }
}

@media (max-width: 991px) {
    .banner__two-content h1 {
        font-size: 64px;
        line-height: 74px;
    }

    .banner__two-content .subtitle {
        top: 15%;
        font-size: 180px;
    }

    .banner__three {
        padding-top: 270px;
    }
}

@media (max-width: 767px) {
    .banner__two-content h1 {
        font-size: 47px;
        line-height: 57px;
        margin-bottom: 30px;
    }

    .banner__two-content .subtitle {
        font-size: 140px;
    }

    .banner__three-image {
        margin: 0;
    }

    .banner__three-title {
        text-align: center;
    }

        .banner__three-title p {
            margin: 0 auto;
        }

    .banner__three-title-bottom {
        justify-content: center;
    }

    .banner__three-title-bottom-video {
        justify-content: center;
    }

        .banner__three-title-bottom-video h6 {
            text-align: left;
        }

    .banner__three .swiper-pagination {
        position: initial;
        margin-top: 35px;
        transform: initial;
    }

        .banner__three .swiper-pagination span {
            display: inline-block;
        }

        .banner__three .swiper-pagination .swiper-pagination-bullet {
            margin: 0;
            margin-right: 18px;
            margin-bottom: 9px;
        }

        .banner__three .swiper-pagination .swiper-pagination-bullet-active {
            margin-bottom: 0;
        }

        .banner__three .swiper-pagination .swiper-pagination-bullet:last-child {
            margin-bottom: 9px;
        }

        .banner__three .swiper-pagination:last-child .swiper-pagination-bullet-active {
            margin-bottom: 0;
        }
}

@media (max-width: 535px) {
    .banner__two-arrow-prev {
        left: 12px;
    }

        .banner__two-arrow-prev i {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    .banner__two-arrow-next {
        right: 36px;
    }

        .banner__two-arrow-next i {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    .banner__two .subtitle {
        top: 13%;
        font-size: 90px;
    }
}

@media (max-width: 480px) {
    .banner__two-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .banner__two-image-shape-one {
        bottom: 56%;
        z-index: -1;
    }

    .banner__three-title h1 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 10px;
    }

    .banner__three-title-bottom {
        margin-top: 30px;
        display: block;
    }

    .banner__three-title-bottom-btn {
        margin-bottom: 30px;
    }
}

@media (max-width: 380px) {
    .banner__three {
        padding-top: 300px;
    }
}

@media (max-width: 359px) {
    .banner__two-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .banner__three {
        padding-top: 330px;
    }

    .banner__three-title h1 {
        font-size: 42px;
        line-height: 52px;
    }
}
/*==========================================================================
Banner Four CSS
==========================================================================*/
@media (max-width: 1599px) {
    .banner__one-image::after {
        left: -160px;
    }

    .banner__two-arrow-prev {
        left: 35px;
    }

    .banner__two-arrow-next {
        right: 65px;
    }

    .banner__three .swiper-pagination {
        left: -50px;
    }
}

@media (max-width: 1399px) {
    .banner__one-image::after {
        left: -200px;
    }

    .banner__one-content {
        padding-bottom: 145px;
        padding-top: 140px;
    }

        .banner__one-content h1 {
            font-size: 80px;
            line-height: 90px;
            max-width: 580px;
            margin-bottom: 25px;
        }

        .banner__one-content p {
            margin-bottom: 40px;
        }
}

@media (max-width: 1099px) {
    .banner__one-image::after {
        left: -320px;
        width: 110%;
    }

    .banner__one .banner-four-pagination {
        display: none;
    }
}

@media (max-width: 991px) {
    .banner__one-image::after {
        left: 0;
        width: 100%;
        background: var(--bg-heading-color);
    }
}

@media (max-width: 767px) {
    .banner__one-content {
        text-align: center;
    }

        .banner__one-content h1 {
            font-size: 72px;
            line-height: 82px;
        }

    .banner__one-content-button {
        justify-content: center;
    }
}

@media (max-width: 535px) {
    .banner__one-content h1 {
        font-size: 65px;
        line-height: 75px;
    }
}

@media (max-width: 480px) {
    .banner__one-content h1 {
        font-size: 47px;
        line-height: 57px;
    }

    .banner__one-content-button {
        display: initial;
    }

    .banner__one-content-button-item {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 359px) {
    .banner__one-content h1 {
        font-size: 41px;
        line-height: 51px;
    }
}
/*==========================================================================
About One CSS
==========================================================================*/
.about__one-right-title p {
    text-align: justify;
}



.about__one {
    position: relative;
}

.about__one-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.about__one-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about__one-left {
    position: relative;
}

.about__one-left-image {
    display: flex;
    align-items: start;
    gap: 20px;
}

    .about__one-left-image img {
        width: 100%;
    }

    .about__one-left-image .two {
        min-height: 570px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.about__one-left-experience {
    position: absolute;
    left: 70px;
    bottom: 0;
    background: var(--primary-color-1);
    width: 244px;
    height: 225px;
    padding: 50px;
}

    .about__one-left-experience h1 {
        color: var(--text-white);
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 10px;
    }

    .about__one-left-experience h6 {
        color: var(--text-white);
        font-size: 18px;
        line-height: 28px;
    }

.about__one-right {
    margin-left: 95px;
}

.about__one-right-title {
    margin-bottom: 45px;
}

    .about__one-right-title h2 {
        margin-bottom: 30px;
        /*max-width: 430px;*/
    }

.about__one-right-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about__one-right-btn-author {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about__one-right-btn-author-avatar img {
    border-radius: 50%;
    max-width: 60px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__one-right-btn-author-name h6 {
    color: var(--color-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.about__one-right-bottom {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.about__one-right-bottom-list span {
    display: block;
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 10px;
}

    .about__one-right-bottom-list span:last-child {
        margin: 0;
    }

    .about__one-right-bottom-list span i {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color-1);
        border: 1px solid var(--primary-color-1);
        font-size: 12px;
        border-radius: 50%;
        margin-right: 10px;
    }

.about__one-right-bottom-experience {
    width: 140px;
    height: 130px;
    background: var(--bg-heading-color);
    text-align: center;
    display: block;
    padding: 25px 0;
}

    .about__one-right-bottom-experience h3 {
        font-size: 40px;
        color: var(--text-white);
        margin-bottom: 10px;
    }

    .about__one-right-bottom-experience h6 {
        font-size: 14px;
        line-height: 20px;
        color: var(--text-white);
    }

/*==========================================================================
About Two CSS
==========================================================================*/
.about__two {
    position: relative;
    z-index: 1;
}

.about__two-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.about__two-right-title {
    margin-bottom: 45px;
}

    .about__two-right-title h2 {
        margin-bottom: 30px;
    }

    .about__two-right-title p {
        max-width: 493px;
    }

.about__two-right-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 55px;
}

.about__two-right-btn-author {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about__two-right-btn-author-avatar img {
    border-radius: 50%;
    max-width: 60px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__two-right-btn-author-name h6 {
    color: var(--color-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.about__two-right-btn .btn-six::before {
    background: var(--primary-color-2);
}

.about__two-right-btn .btn-six:hover {
    color: var(--text-white);
    border-color: var(--primary-color-2);
}

.about__two-right-experience {
    display: flex;
    align-items: center;
}

.about__two-right-experience-counter {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid var(--border-color-2);
}

.about__two-right-experience h6 {
    max-width: 187px;
}

/*==========================================================================
About Three CSS
==========================================================================*/
.about__three {
    overflow: hidden;
}

.about__three-title h2 {
    margin-bottom: 30px;
}

.about__three-title p {
    max-width: 520px;
    margin-bottom: 38px;
}

.about__three-title-faq {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.about__three-title-faq-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color-1);
}

.about__three-title-faq-text span {
    font-weight: 500;
}

.about__three-title-faq-text h6 {
    color: var(--primary-color-3);
    font-size: 18px;
    line-height: 28px;
}

    .about__three-title-faq-text h6 a {
        margin-left: 15px;
    }

.about__three-right {
    position: relative;
}

.about__three-right-image-one {
    text-align: center;
}

.about__three-right-image-two {
    margin-top: -70px;
    margin-left: 40px;
}

.about__three-right-content {
    position: absolute;
    right: 0;
    bottom: 35px;
    background: var(--bg-heading-color);
    display: inline-block;
    padding: 40px;
    padding-bottom: 60px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
}

.about__three-right-content-counter {
    background: var(--primary-color-3);
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .about__three-right-content-counter::after {
        position: absolute;
        content: "";
        width: 150px;
        height: 150px;
        border: 1px dashed var(--primary-color-3);
        border-radius: 50%;
        display: block;
        top: 18px;
        left: 10px;
        z-index: -1;
        animation: rotation 10s infinite linear;
    }

    .about__three-right-content-counter h1 {
        font-size: 50px;
        line-height: 70px;
        color: var(--text-white);
        padding: 40px 0;
    }

.about__three-right-content p {
    width: 162px;
    color: var(--text-white);
}

@media (max-width: 1399px) {
    .about__one-left-image .one {
        max-width: 43%;
    }

    .about__one-left-image .two {
        min-height: 530px;
        overflow: hidden;
    }

    .about__one-right {
        margin-left: 30px;
    }

    .about__one-right-title {
        margin-bottom: 38px;
    }

        .about__one-right-title h2 {
            margin-bottom: 23px;
        }

    .about__one-right-bottom {
        margin-top: 43px;
    }
}

@media (max-width: 1199px) {
    .about__one-left-image .one {
        max-width: 43%;
    }

    .about__one-left-image .two {
        min-height: 530px;
    }

    .about__one-right {
        margin-left: 0;
    }

    .about__one-right-btn {
        gap: 25px;
    }

        .about__one-right-btn .btn-one {
            padding: 17px 35px;
        }

    .about__one-right-btn-author {
        gap: 20px;
    }

    .about__one-right-bottom {
        gap: 40px;
    }
}

@media (max-width: 475px) {
    .about__one-left-image {
        gap: 20px;
    }

        .about__one-left-image .two {
            min-height: 350px;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .about__one-left-experience {
        left: 10px;
    }

        .about__one-left-experience h1 {
            font-size: 50px;
            line-height: 60px;
        }

    .about__one-right-btn {
        display: block;
    }

    .about__one-right-btn-author {
        margin-top: 30px;
    }

    .about__one-right-bottom {
        display: block;
    }

    .about__one-right-bottom-experience {
        margin-top: 30px;
    }

    .about__two-right-title {
        margin-bottom: 22px;
    }

    .about__two-right-btn {
        display: block;
        margin-top: 20px;
    }

    .about__two-right-btn-author {
        margin-top: 30px;
    }

    .about__two-right-experience {
        display: block;
        align-items: center;
    }

    .about__two-right-experience-counter {
        padding: 0;
        margin: 0;
        border: 0;
    }
}

@media (max-width: 390px) {
    .about__three-right-content {
        bottom: 0;
    }
}

@media (max-width: 359px) {
    .about__three-right-image-two {
        margin: 0;
    }
}
/*==========================================================================
About Company CSS
==========================================================================*/
.about__company {
    position: relative;
}

.about__company-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.about__company-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about__company-left {
    position: relative;
}

.about__company-left-image {
    display: flex;
    align-items: start;
    gap: 25px;
}

    .about__company-left-image img {
        overflow: hidden;
    }

.about__company-left-experience {
    text-align: center;
    position: absolute;
    left: 35%;
    bottom: 20px;
    background: var(--primary-color-1);
    width: 190px;
    height: 200px;
    padding: 40px 35px;
}

    .about__company-left-experience h2 {
        color: var(--text-white);
    }

    .about__company-left-experience h6 {
        color: var(--text-white);
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }

.about__company-right-title h2 {
    margin-bottom: 30px;
}

.about__company-right-title p {
    margin-bottom: 45px;
}

/*==========================================================================
Company Two CSS
==========================================================================*/
.company__two-left-title h2 {
    max-width: 460px;
    margin-bottom: 20px;
}

.company__two-left-title p {
    max-width: 510px;
}

.company__two-left-skill {
    margin-top: 35px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.company__two-left-skill-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .company__two-left-skill-item h6 {
        font-family: var(--body-font);
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        max-width: 145px;
    }

/*==========================================================================
About Solution CSS
==========================================================================*/
.about__solution {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

    .about__solution::after {
        content: "";
        position: absolute;
        background: var(--bg-heading-color);
        width: 100%;
        height: 100%;
        opacity: 0.8;
        left: 0;
        top: 0;
        z-index: -1;
    }

.about__solution-left h2 {
    color: var(--text-white);
}

.about__solution-right {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.about__solution-right-shape {
    position: absolute;
    top: 0;
    right: 150px;
}

.about__solution-right .btn-one::before {
    background: var(--bg-white);
}

.about__solution-right .btn-one:hover {
    color: var(--text-heading-color);
}

/*==========================================================================
Company History CSS
==========================================================================*/
.company__history-area {
    max-width: 960px;
    margin: 0 auto;
}

.company__history-area-items {
    display: flex;
}

.company__history-area-items-left {
    padding-right: 70px;
    margin-right: 70px;
    border-right: 1px dashed var(--primary-color-1);
}

.company__history-area-items-left-content {
    padding: 39px;
    padding-bottom: 37px;
    border: 1px solid var(--border-color-1);
    margin-top: 30px;
    position: relative;
}

    .company__history-area-items-left-content::before {
        content: "";
        position: absolute;
        right: -76px;
        top: 70px;
        width: 10px;
        height: 10px;
        background: var(--primary-color-1);
        box-shadow: 0px 5px 20px rgba(249, 76, 48, 0.5);
        border-radius: 50%;
    }

    .company__history-area-items-left-content::after {
        content: "";
        position: absolute;
        right: -11px;
        top: 65px;
        width: 20px;
        height: 20px;
        background: var(--bg-white);
        border-bottom: var(--border-color-1) solid 1px;
        border-right: var(--border-color-1) solid 1px;
        transform: rotate(-45deg);
    }

.company__history-area-items-left-content-date {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

    .company__history-area-items-left-content-date span {
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        color: var(--text-white);
        background: var(--primary-color-1);
        padding: 7px 22px;
        padding-left: 20px;
        padding-right: 25px;
        -webkit-clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
        clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
    }

.company__history-area-items-right img {
    max-width: 410px;
}

.company__history-area-item {
    display: flex;
}

.company__history-area-item-left {
    padding-right: 69px;
    margin-right: 70px;
    border-right: 1px dashed var(--primary-color-1);
}

    .company__history-area-item-left img {
        max-width: 410px;
    }

.company__history-area-item-right-content {
    padding: 39px;
    padding-bottom: 37px;
    border: 1px solid var(--border-color-1);
    margin-top: 30px;
    position: relative;
}

    .company__history-area-item-right-content::before {
        content: "";
        position: absolute;
        left: -76px;
        top: 70px;
        width: 10px;
        height: 10px;
        background: var(--primary-color-1);
        box-shadow: 0px 5px 20px rgba(249, 76, 48, 0.5);
        border-radius: 50%;
    }

    .company__history-area-item-right-content::after {
        content: "";
        position: absolute;
        left: -11px;
        top: 65px;
        width: 20px;
        height: 20px;
        background: var(--bg-white);
        border-top: var(--border-color-1) solid 1px;
        border-left: var(--border-color-1) solid 1px;
        transform: rotate(-45deg);
    }

.company__history-area-item-right-content-date {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

    .company__history-area-item-right-content-date span {
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        color: var(--text-white);
        background: var(--primary-color-1);
        padding: 7px 22px;
        padding-left: 20px;
        padding-right: 25px;
        -webkit-clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
        clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
    }

@media (max-width: 1199px) {
    .company__history-area-items-left-content {
        padding: 39px 30px;
        padding-bottom: 37px;
    }

    .company__history-area-items-right img {
        max-width: 398px;
    }

    .company__history-area-item-left {
        padding-right: 70px;
    }

        .company__history-area-item-left img {
            max-width: 397px;
        }

    .company__history-area-item-right-content {
        padding: 39px 30px;
        padding-bottom: 37px;
    }
}

@media (max-width: 991px) {
    .company__history-area-items {
        display: grid;
    }

    .company__history-area-items-left {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .company__history-area-items-left-content {
        margin-top: 40px;
    }

        .company__history-area-items-left-content::before {
            display: none;
        }

        .company__history-area-items-left-content::after {
            left: 35px;
            top: -10px;
            transform: rotate(-135deg);
        }

    .company__history-area-items-right img {
        max-width: 100%;
        width: 100%;
    }

    .company__history-area-item {
        display: block;
    }

    .company__history-area-item-left {
        padding: 0;
        margin: 0;
        border: 0;
    }

        .company__history-area-item-left img {
            max-width: 100%;
            width: 100%;
        }

    .company__history-area-item-right-content {
        margin-top: 40px;
    }

        .company__history-area-item-right-content::before {
            display: none;
        }

        .company__history-area-item-right-content::after {
            left: 35px;
            top: -10px;
            transform: rotate(45deg);
        }
}

@media (max-width: 510px) {
    .about__company-left-image {
        gap: 15px;
    }

    .about__company-left-experience {
        left: 17%;
        bottom: 10px;
        width: 160px;
        height: 150px;
        padding: 27px 25px;
    }

    .company__two-left-skill {
        margin-top: 30px;
        margin-bottom: 35px;
        display: block;
    }

    .company__two-left-skill-item {
        margin-bottom: 15px;
    }

        .company__two-left-skill-item:last-child {
            margin: 0;
        }
}

@media (max-width: 420px) {
    .company__history-area-item-right-content,
    .company__history-area-items-left-content {
        padding: 35px 25px;
    }

    .company__history-area-item-right-content-date h5,
    .company__history-area-items-left-content-date h5 {
        font-size: 19px;
        line-height: 29px;
    }

    .company__history-area-item-right-content-date span,
    .company__history-area-items-left-content-date span {
        font-size: 16px;
        line-height: 16px;
        padding-left: 15px;
        padding-right: 20px;
        -webkit-clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 99%, 0 100%, 0% 50%);
        clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 99%, 0 100%, 0% 50%);
    }
}

@media (max-width: 359px) {
    .company__history-area-item-right-content,
    .company__history-area-items-left-content {
        padding: 30px 20px;
    }

    .company__history-area-item-right-content-date h5,
    .company__history-area-items-left-content-date h5 {
        font-size: 17px;
        line-height: 27px;
    }

    .company__history-area-item-right-content-date span,
    .company__history-area-items-left-content-date span {
        font-size: 14px;
        line-height: 14px;
    }
}
/*==========================================================================
Features CSS
==========================================================================*/
.features {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.features-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: var(--box-shadow-1);
}

.features-area-item {
    position: relative;
    overflow: hidden;
    padding: 40px;
    transition: 0.4s;
    background: var(--bg-white);
}

    .features-area-item span {
        position: absolute;
        right: -50px;
        top: -50px;
    }

        .features-area-item span i {
            font-size: 25px;
            color: var(--primary-color-3);
            position: relative;
            width: 137px;
            height: 137px;
            line-height: 137px;
            text-align: center;
            transition: 0.4s;
        }

            .features-area-item span i::before {
                position: relative;
                top: 24px;
                right: 20px;
            }

            .features-area-item span i::after {
                position: absolute;
                content: "";
                right: 0;
                top: 0;
                width: 137px;
                height: 137px;
                opacity: 0.1;
                background: var(--primary-color-3);
                border-radius: 50%;
                transition: 0.4s;
            }

    .features-area-item h4 {
        margin-bottom: 10px;
        transition: 0.4s;
    }

    .features-area-item p {
        max-width: 270px;
        transition: 0.4s;
    }

.features-area-item-hover {
    background: var(--primary-color-3);
}

    .features-area-item-hover h4 {
        color: var(--text-white);
    }

    .features-area-item-hover p {
        color: var(--text-white);
    }

    .features-area-item-hover.features-area-item span i {
        color: var(--text-white);
    }

        .features-area-item-hover.features-area-item span i::after {
            background: var(--bg-white);
        }

.features .ltb-radius {
    border-radius: 6px 0 0 6px;
}

.features .rtb-radius {
    border-radius: 0 6px 6px 0;
}

@media (max-width: 1299px) {
    .features-area-item {
        padding: 40px 30px;
    }
}

@media (max-width: 991px) {
    .features-area {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 766px) {
    .features-area {
        grid-template-columns: repeat(1, 1fr);
    }

    .features-area-item {
        border-radius: 4px;
    }

    .features .ltb-radius {
        border-radius: 4px;
    }

    .features .rtb-radius {
        border-radius: 4px;
    }
}
/*==========================================================================
Consulting CSS
==========================================================================*/
.consulting__area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.consulting__area-shape {
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: -1;
}

.consulting__area-right-title {
    margin-bottom: 30px;
}

    .consulting__area-right-title h2 {
        margin-bottom: 30px;
    }

    .consulting__area-right-title p {
        max-width: 493px;
    }

.consulting__area-right-list span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--heading-font);
    margin-bottom: 20px;
}

    .consulting__area-right-list span i {
        color: var(--primary-color-2);
        border: 1px solid var(--primary-color-2);
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin-right: 15px;
        text-align: center;
        border-radius: 50%;
    }

.consulting__area-right .btn-six {
    margin-top: 30px;
}

    .consulting__area-right .btn-six::before {
        background: var(--primary-color-2);
    }

    .consulting__area-right .btn-six:hover {
        color: var(--text-white);
        border-color: var(--primary-color-2);
    }

/*==========================================================================
Work CSS
==========================================================================*/
.work__area-item {
    text-align: center;
    position: relative;
}

    .work__area-item span {
        border: 1px solid var(--border-color-1);
        color: var(--color-13);
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0.8px;
        font-weight: 700;
        font-size: 48px;
        font-family: var(--heading-font);
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        transition: 0.4s;
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }

        .work__area-item span::before {
            content: "";
            position: absolute;
            background: var(--primary-color-2);
            width: 0;
            height: 0;
            border-radius: 50%;
            margin: 0 auto;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: 0.4s;
            z-index: -1;
        }

    .work__area-item h6 {
        margin-bottom: 10px;
    }

    .work__area-item p {
        max-width: 280px;
        margin: 0 auto;
    }

.work__area-item-arrow {
    position: absolute;
    top: 35px;
    right: -58px;
}

.work__area-item:hover span {
    color: var(--text-white);
    border-color: var(--primary-color-2);
}

.work__area-item:hover.work__area-item span::before {
    width: 100%;
    height: 100%;
}

/*==========================================================================
Services CSS
==========================================================================*/
.services__one-item {
    padding: 48px;
    padding-bottom: 42px;
    transition: 0.4s;
    border: 1px solid var(--border-color-1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .services__one-item::before {
        position: absolute;
        content: "";
        top: -112px;
        right: -112px;
        background: var(--bg-white);
        width: 224px;
        height: 224px;
        border-radius: 50%;
        transition: 0.4s;
        opacity: 0;
    }

.services__one-item-icon {
    margin-bottom: 25px;
    position: relative;
}

.services__one-item-icon-one {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.services__one-item-icon img {
    transform: rotateY(0);
}

.services__one-item h4 {
    margin-bottom: 10px;
    transition: 0.4s;
}

.services__one-item p {
    margin-bottom: 27px;
    transition: 0.4s;
}

.services__one-item .simple-btn-2:hover {
    text-decoration: underline;
}

.services__one-item:hover {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
    transform: translateY(-10px);
}

    .services__one-item:hover h4 {
        color: var(--text-white);
    }

    .services__one-item:hover p {
        color: var(--color-9);
    }

    .services__one-item:hover .simple-btn-2 {
        color: var(--text-white);
    }

    .services__one-item:hover .services__one-item-icon-one {
        opacity: 1;
    }

    .services__one-item:hover .services__one-item-icon img {
        animation: rotateY 0.6s;
    }

    .services__one-item:hover::before {
        opacity: 0.1;
    }

/*==========================================================================
Services Two CSS
==========================================================================*/
.services__two {
    position: relative;
    z-index: 2;
}

.services__two-item {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .services__two-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--bg-heading-color);
        opacity: 0;
        transition: 0.4s;
    }

.services__two-item-content {
    background: var(--bg-white);
    padding: 30px;
    margin: 20px;
    transition: 0.4s;
    transform: scale(0.97);
    opacity: 0;
}

.services__two-item-content-icon {
    margin-bottom: 22px;
}

.services__two-item-content h4 {
    margin-bottom: 12px;
}

    .services__two-item-content h4 a {
        transition: 0.4s;
    }

        .services__two-item-content h4 a:hover {
            color: var(--primary-color-2);
        }

.services__two-item-content .simple-btn-2 {
    color: var(--primary-color-2);
    margin-top: 18px;
}

    .services__two-item-content .simple-btn-2:hover {
        color: var(--text-heading-color);
    }

.services__two-item:hover::before {
    opacity: 0.7;
}

.services__two-item:hover .services__two-item-content {
    opacity: 1;
    transform: scale(1);
}

.services__two-arrow {
    padding-right: 23px;
}

.services__two-arrow-next {
    display: inline-block;
    position: static;
    margin: 0;
    margin-left: 40px;
}

    .services__two-arrow-next i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        border: 1px solid var(--color-10);
        font-size: 22px;
        color: var(--text-heading-color);
        border-radius: 50%;
        transition: 0.4s;
    }

        .services__two-arrow-next i:hover {
            background: var(--primary-color-2);
            color: var(--text-white);
            border-color: var(--primary-color-2);
        }

.services__two-arrow-prev {
    display: inline-block;
    position: static;
    margin: 0;
}

    .services__two-arrow-prev i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        border: 1px solid var(--color-10);
        font-size: 22px;
        color: var(--text-heading-color);
        border-radius: 50%;
        transition: 0.4s;
    }

        .services__two-arrow-prev i:hover {
            background: var(--primary-color-2);
            color: var(--text-white);
            border-color: var(--primary-color-2);
        }

/*==========================================================================
Services Three CSS
==========================================================================*/
.services__three {
    background: var(--bg-heading-color);
}

.services__three-title {
    text-align: center;
}

    .services__three-title h2 {
        color: var(--text-white);
    }

.services__three-item {
    position: relative;
    overflow: hidden;
}

    .services__three-item > img {
        width: 100%;
        filter: grayscale(100%);
    }

    .services__three-item.page {
        box-shadow: var(--box-shadow-1);
    }

.services__three-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    padding-top: 60px;
    margin-right: 30px;
    z-index: 1;
}

    .services__three-item-content::after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: -10px;
        transform: matrix(0.99, -0.1, 0.12, 0.99, 0, 0);
        background: var(--bg-white);
        width: 100%;
        height: 101%;
        z-index: -1;
    }

.services__three-item-content-icon {
    background: var(--primary-color-3);
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 6px;
    border: 4px solid var(--border-white);
    position: absolute;
    top: -30px;
    right: 0;
    padding: 10px 0;
}

.services__three-item-content h4 {
    margin-bottom: 5px;
}

    .services__three-item-content h4 a {
        transition: 0.4s;
    }

        .services__three-item-content h4 a:hover {
            color: var(--primary-color-3);
        }

.services__three-item-content.page {
    background: none;
}

    .services__three-item-content.page.services__three-item-content h4 a:hover {
        color: var(--primary-color-1);
    }

    .services__three-item-content.page .services__three-item-content-icon {
        background: var(--primary-color-1);
    }

        .services__three-item-content.page .services__three-item-content-icon img {
            max-width: 50px;
        }

.services__three-item:hover img {
    filter: grayscale(0%);
}

.services__three-item:hover .services__three-item-content-icon img {
    animation: rotateY 0.7s;
}

.services__three .slider {
    position: relative;
}

.services__three-arrow-next {
    display: inline-block;
    right: -78px;
    width: 50px;
    height: 50px;
}

    .services__three-arrow-next i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        background: var(--primary-color-3);
        font-size: 22px;
        color: var(--text-white);
        border-radius: 6px;
        transition: 0.4s;
    }

        .services__three-arrow-next i:hover {
            background: var(--bg-white);
            color: var(--text-heading-color);
            border-color: var(--primary-color-2);
        }

.services__three-arrow-prev {
    display: inline-block;
    left: -100px;
    width: 50px;
    height: 50px;
}

    .services__three-arrow-prev i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        background: var(--primary-color-3);
        font-size: 22px;
        color: var(--text-white);
        border-radius: 6px;
        transition: 0.4s;
    }

        .services__three-arrow-prev i:hover {
            background: var(--bg-white);
            color: var(--text-heading-color);
            border-color: var(--primary-color-2);
        }

.services__three-arrow.page .services__three-arrow-next i,
.services__three-arrow.page .services__three-arrow-prev i {
    border: 1px solid var(--border-color-1);
    background: var(--bg-white);
    color: var(--text-heading-color);
}

    .services__three-arrow.page .services__three-arrow-next i:hover,
    .services__three-arrow.page .services__three-arrow-prev i:hover {
        background: var(--primary-color-1);
        color: var(--text-white);
        border-color: var(--primary-color-1);
    }

/*==========================================================================
Services Page CSS
==========================================================================*/
.services__page .slider {
    position: relative;
    z-index: 1;
}

/*==========================================================================
Services Details CSS
==========================================================================*/
.services__details-left-content h2 {
    margin-top: 40px;
    margin-bottom: 25px;
}

.services__details-left-content-list {
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-color-1);
}

    .services__details-left-content-list span {
        display: flex;
        align-items: baseline;
        margin-bottom: 20px;
        max-width: 586px;
    }

        .services__details-left-content-list span:last-child {
            margin: 0;
        }

        .services__details-left-content-list span i {
            color: var(--primary-color-1);
            margin-right: 10px;
        }

    .services__details-left-content-list.bold span {
        font-size: 18px;
        font-weight: 500;
    }

@media (max-width: 1599px) {
    .services__three-arrow-next {
        right: -48px;
    }

    .services__three-arrow-prev {
        left: -70px;
    }
}

@media (max-width: 1399px) {
    .services__one-item {
        padding: 40px 30px;
        padding-bottom: 34px;
    }
}

@media (max-width: 1299px) {
    .services__three-arrow {
        text-align: center;
        margin-bottom: 65px;
        margin-top: -30px;
    }

    .services__three-arrow-next {
        position: initial;
        margin-left: 10px;
    }

    .services__three-arrow-prev {
        position: initial;
    }
}

@media (max-width: 1199px) {
    .services__two-item-content {
        padding: 30px 25px;
    }

    .services__three-item-content {
        padding: 40px 25px;
        padding-top: 60px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .services__two-item-content {
        padding: 30px 12px;
    }
}

@media (max-width: 575px) {
    .services__two-item-content {
        padding: 30px;
    }
}
/*==========================================================================
Cta CSS
==========================================================================*/
.cta__area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .cta__area::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: var(--color-6);
        z-index: -1;
    }

.cta__area-bg {
    padding: 60px 70px;
    padding-right: 0;
    background: var(--primary-color-1);
    position: relative;
    z-index: 1;
}

    .cta__area-bg::before {
        content: "";
        position: absolute;
        top: 0;
        right: -3000px;
        width: 3000px;
        height: 100%;
        background: var(--primary-color-1);
        z-index: -1;
    }

    .cta__area-bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../img/shape/cta.png");
        background-repeat: no-repeat;
        width: 122%;
        height: 100%;
        background-size: cover;
        z-index: -1;
    }

.cta__area-title h2 {
    color: var(--text-white);
    margin-bottom: 10px;
}

.cta__area-title .text-two {
    color: var(--text-white);
}

.cta__area-form form {
    display: flex;
    gap: 30px;
    justify-content: end;
}

    .cta__area-form form input {
        border-radius: 6px;
        padding-right: 0;
    }

/*==========================================================================
Cta Two CSS
==========================================================================*/
.cta__two {
    position: relative;
    z-index: 1;
    background-position: top center;
    background-attachment: fixed;
    padding: 80px 0;
}
/*
    .cta__two::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #040303;
        opacity: 0.9;
        z-index: -2;
    }*/

.cta__two-shape {
    position: absolute;
    right: 200px;
    top: 0;
    z-index: -1;
    mix-blend-mode: soft-light;
    height: 100%;
}

.cta__two-title h2 {
    color: var(--text-white);
}

.cta__two-info {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.cta__two-info-item {
    display: inline-block;
    background: var(--bg-white);
    padding: 30px 45px;
    border-radius: 6px;
}

.cta__two-info-item-icon {
    margin-bottom: 15px;
}

    .cta__two-info-item-icon i {
        color: var(--primary-color-1);
        font-size: 20px;
        background: var(--color-6);
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        transition: 0.4s;
    }

.cta__two-info-item h6 {
    text-transform: lowercase;
}

    .cta__two-info-item h6 a {
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
        transition: all 400ms ease;
    }

        .cta__two-info-item h6 a:hover {
            background-size: 100% 2px;
            color: var(--primary-color-1);
        }

.cta__two-info-item span {
    font-size: 14px;
    font-weight: 600;
}

.cta__two-info-item:hover .cta__two-info-item-icon i {
    background: var(--primary-color-1);
    color: var(--text-white);
}

/*==========================================================================
Get In Touch CSS
==========================================================================*/
.getIn__touch {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.getIn__touch-shape {
    position: absolute;
    right: 150px;
    top: 0;
    z-index: -1;
    mix-blend-mode: soft-light;
}

.getIn__touch::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
    opacity: 0.85;
    z-index: -2;
}

.getIn__touch-left {
    box-shadow: var(--box-shadow-2);
    background: var(--bg-white);
    padding: 71px 68px;
    margin-right: 125px;
    margin-bottom: -120px;
}

.getIn__touch-left-form input {
    border-radius: 6px;
}

.getIn__touch-left-form .btn-one {
    width: 100%;
    justify-content: center;
}

.getIn__touch-right-title h2 {
    margin-bottom: 30px;
    color: var(--text-white);
    max-width: 495px;
}

.getIn__touch-right-title p {
    color: var(--text-white);
    max-width: 475px;
}

.getIn__touch-right-bottom {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.getIn__touch-right-bottom-text h4 {
    color: var(--text-white);
    max-width: 200px;
}

.getIn__touch-right-bottom-image {
    margin-left: 40px;
}

    .getIn__touch-right-bottom-image ul {
        padding: 0;
        margin: 0;
    }

        .getIn__touch-right-bottom-image ul li {
            padding: 0;
            display: inline-block;
            list-style: none;
            margin-left: -23px;
        }

            .getIn__touch-right-bottom-image ul li:first-child {
                margin: 0;
            }

            .getIn__touch-right-bottom-image ul li img {
                max-width: 50px;
                width: 50px;
                height: 50px;
                -o-object-fit: cover;
                object-fit: cover;
                border: 4px solid var(--border-white);
                border-radius: 50%;
                transition: 0.4s;
            }

                .getIn__touch-right-bottom-image ul li img:hover {
                    border-color: var(--primary-color-1);
                }

/*==========================================================================
Get In Touch Three CSS
==========================================================================*/
.getIn__touch-three {
    position: relative;
    z-index: 1;
    background-position: top center;
    background-attachment: fixed;
}

.getIn__touch-three-shape {
    position: absolute;
    right: 36%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    mix-blend-mode: color-dodge;
}

.getIn__touch-three::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #13131300;
    opacity: 0.5;*/
    z-index: -2;
}

.getIn__touch-three-left-title h2 {
    margin-bottom: 5px;
    color: var(--text-black);
    /*max-width: 545px;*/
    font-size: 34px;
}

.getIn__touch-three-left-title p {
    color: #000;
    font-weight: 600;
    /*max-width: 530px;*/
}

.getIn__touch-three-left-video {
    margin-top: 55px;
    display: flex;
    align-items: center;
    gap: 45px;
}

.getIn__touch-three-left-video-icon.video a {
    color: var(--primary-color-3);
}

.getIn__touch-three-left-video-text h4 {
    color: var(--text-white);
    max-width: 200px;
}

.getIn__touch-three-left-video-shape {
    margin-left: 90px;
}

.getIn__touch-three-right {
    box-shadow: var(--box-shadow-2);
    background: var(--bg-white);
    padding: 50px;
    border-radius: 6px;
    margin-left: 75px;
    margin-bottom: -50px;
}

    .getIn__touch-three-right h3 {
        margin-bottom: 40px;
    }

.getIn__touch-three-right-form input,
.getIn__touch-three-right-form textarea {
    background: var(--color-6);
    border-color: var(--color-6);
    color: var(--color-2);
}

    .getIn__touch-three-right-form input:focus,
    .getIn__touch-three-right-form textarea:focus {
        border-color: var(--primary-color-3);
    }


.form-group {
    position: relative;
}

img.form-icon {
    position: absolute;
    width: 20px;
    top: 20px;
    left: 10px;
}

/*==========================================================================
Help CSS
==========================================================================*/
.help__area {
    padding-top: 49px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    gap: 90px;
}

.help__area-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.help__area-item-icon i {
    color: var(--primary-color-1);
    border: 1px solid var(--color-7);
    font-size: 30px;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s;
}

.help__area-item-info span {
    color: var(--color-2);
}

.help__area-item-info h5 {
    transition: 0.4s;
    text-transform: lowercase;
}

    .help__area-item-info h5:hover {
        color: var(--primary-color-1);
    }

.help__area-item:hover .help__area-item-icon i {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
    color: var(--text-white);
}

@media (max-width: 1399px) {
    .cta__area-bg {
        padding: 60px 40px;
    }

    .cta__area-form form {
        gap: 25px;
    }

    .getIn__touch-shape {
        height: 100%;
    }

    .getIn__touch-left {
        padding: 60px 50px;
        margin-right: 80px;
        margin-bottom: -115px;
    }

    .getIn__touch-right-title h2 {
        margin-bottom: 23px;
    }

    .help__area {
        padding-top: 45px;
        padding-left: 45px;
        gap: 30px;
        justify-content: end;
    }

    .getIn__touch-three-right {
        padding: 45px 40px;
        margin-left: 60px;
    }
}

@media (max-width: 1199px) {
    .cta__area-form {
        margin-top: 30px;
    }

        .cta__area-form form {
            justify-content: start;
        }

    .cta__area-form-item {
        width: 100%;
    }

    .getIn__touch-left {
        padding: 40px 30px;
        margin-right: 0;
    }

    .getIn__touch-right-bottom {
        gap: 30px;
    }

    .help__area {
        gap: 20px;
    }

    .help__area-item {
        gap: 20px;
    }

    .help__area-item-icon i {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .getIn__touch-three-right {
        padding: 40px 30px;
        margin-left: 10px;
    }

    .getIn__touch-three-left-video-shape {
        margin-left: 20px;
    }

    .cta__two-info-item {
        padding: 30px 40px;
    }
}

@media (max-width: 991px) {
    .cta__area-bg {
        padding: 50px 30px;
        padding-right: 0;
    }

    .cta__area-form form {
        gap: 20px;
    }

        .cta__area-form form input {
            padding-right: 10px;
        }

    .getIn__touch {
        padding-bottom: 120px;
    }

    .getIn__touch-left {
        margin: 0;
    }

    .getIn__touch-right-bottom {
        gap: 30px;
    }

    .help__area {
        justify-content: start;
        padding-left: 0;
    }

    .getIn__touch-three-right {
        margin-left: 0;
    }

    .cta__two-title {
        text-align: center;
    }

    .cta__two-info {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .cta__area-form form {
        display: initial;
    }

    .getIn__touch-right-bottom {
        gap: 20px;
    }

    .getIn__touch-right-bottom-image {
        margin: 0;
    }

    .help__area-item {
        gap: 16px;
    }

    .cta__two-info-item {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .cta__area-bg {
        padding: 50px 0;
    }

        .cta__area-bg .pr-0 {
            padding-right: 12px;
        }

    .getIn__touch {
        padding-bottom: 85px;
    }

    .getIn__touch-three-left-video-shape {
        display: none;
    }
}

@media (max-width: 540px) {
    .help__area {
        display: block;
        padding-top: 15px;
    }

    .help__area-item {
        margin-top: 30px;
    }

    .cta__two-info {
        display: block;
    }

    .cta__two-info-item {
        display: block;
        margin-bottom: 30px;
    }

        .cta__two-info-item:last-child {
            margin: 0;
        }
}

@media (max-width: 490px) {
    .getIn__touch-right-bottom-shape {
        display: none;
    }
}

@media (max-width: 390px) {
    .getIn__touch-right-bottom {
        display: block;
    }

    .getIn__touch-right-bottom-image {
        margin-top: 30px;
    }
}
/*==========================================================================
Pricing CSS
==========================================================================*/
.pricing__area-item {
    padding: 0 70px 50px 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 60px var(--color-10);
    border-radius: 6px;
    margin-top: 75px;
}

    .pricing__area-item::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/shape/price.png");
        background-size: cover;
        z-index: -1;
    }

.pricing__area-item-price {
    display: inline-block;
    width: 150px;
    height: 175px;
    padding: 49px 0;
    text-align: center;
    background: var(--primary-color-3);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    border: 0;
    margin-bottom: 20px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
}

    .pricing__area-item-price h4 {
        color: var(--text-white);
    }

        .pricing__area-item-price h4 span {
            font-weight: 500;
            font-size: 48px;
            line-height: 48px;
        }

    .pricing__area-item-price .text-two {
        color: var(--text-white);
    }

.pricing__area-item-title .text-two {
    font-weight: 500;
    color: var(--body-color);
}

.pricing__area-item-list {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color-1);
}

    .pricing__area-item-list ul {
        padding: 0;
        margin: 0;
    }

        .pricing__area-item-list ul li {
            list-style: none;
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 18px;
        }

            .pricing__area-item-list ul li i {
                width: 20px;
                height: 20px;
                line-height: 17px;
                text-align: center;
                border: 1px solid var(--primary-color-3);
                border-radius: 50%;
                color: var(--primary-color-3);
                font-size: 12px;
                font-weight: 400;
                margin-right: 10px;
            }

            .pricing__area-item-list ul li:last-child {
                margin: 0;
            }

.pricing__area-item .btn-eight {
    width: 100%;
    border-color: var(--border-color-1);
    justify-content: center;
    color: var(--text-heading-color);
    margin-top: 30px;
}

    .pricing__area-item .btn-eight::before {
        background: var(--primary-color-3);
    }

    .pricing__area-item .btn-eight:hover {
        color: var(--text-white);
        border-color: var(--primary-color-3);
    }

.pricing__area-item.page .pricing__area-item-price {
    background: var(--primary-color-1);
}

.pricing__area-item.page .pricing__area-item-list ul li i {
    color: var(--primary-color-1);
    border-color: var(--primary-color-1);
}

.pricing__area-item.page.pricing__area-item .btn-eight::before {
    background: var(--primary-color-1);
}

.pricing__area-item.page.pricing__area-item .btn-eight:hover {
    border-color: var(--primary-color-1);
}

/*==========================================================================
Pricing Two CSS
==========================================================================*/
.pricing__two {
    background: var(--color-6);
}

.pricing__two-title h2 {
    margin-bottom: 10px;
    font-size: 35px;
}

.pricing__two-title p {
    margin-bottom: 40px;
    line-height: 1.8;
}

.pricing__two-item {
    background: var(--bg-white);
    padding: 40px;
}

.pricing__two-item-price {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color-1);
}

    .pricing__two-item-price > span {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        font-family: var(--heading-font);
        margin-bottom: 5px;
        display: inline-block;
    }

    .pricing__two-item-price h2 span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin-left: 10px;
        display: inline-block;
    }

.pricing__two-item-list ul {
    padding: 0;
    margin: 0;
}

    .pricing__two-item-list ul li {
        list-style: none;
        color: var(--text-heading-color);
        margin-bottom: 20px;
    }

        .pricing__two-item-list ul li i {
            color: var(--primary-color-1);
            font-size: 20px;
            margin-right: 10px;
        }

        .pricing__two-item-list ul li:last-child {
            margin: 0;
        }

.pricing__two-item-btn {
    margin-top: 30px;
}

    .pricing__two-item-btn .btn-three {
        border-color: var(--border-color-1);
        color: var(--text-heading-color);
    }

        .pricing__two-item-btn .btn-three:hover {
            color: var(--text-white);
            border-color: var(--primary-color-1);
        }

.pricing__two-button {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

    .pricing__two-button .nav-item button {
        background: transparent;
        border: 1px solid var(--border-color-1);
        font-weight: 600;
        font-size: 14px;
        line-height: 50px;
        text-transform: capitalize;
        font-family: var(--heading-font);
        padding: 0 30px;
        margin: 0 10px;
        color: var(--text-heading-color);
    }

    .pricing__two-button .nav-item .active {
        background: var(--primary-color-1);
        border-color: var(--primary-color-1);
        color: var(--text-white);
    }

@media (max-width: 1399px) {
    .pricing__two-item {
        padding: 30px 25px;
    }

        .pricing__two-item.center .pricing__two-item-btn .theme-btn {
            padding: 12px 34px;
        }

    .pricing__two-item-btn .btn-three {
        padding: 11px 34px;
    }
}

@media (max-width: 1199px) {
    .pricing__two-title {
        text-align: center;
    }

    .pricing__two-button {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .pricing__area-item {
        padding: 0 50px 50px 40px;
    }
}

@media (max-width: 359px) {
    .pricing__area-item {
        padding: 0 30px 50px 30px;
    }
}
/*==========================================================================
Team CSS
==========================================================================*/
.team__area-item-image {
    position: relative;
    z-index: 1;
}

    .team__area-item-image::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 20%;
        top: 0;
        left: 0;
        background: var(--bg-heading-color);
        opacity: 0;
        transition: 0.4s;
    }

.team__area-item-image-icon {
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 1;
}

    .team__area-item-image-icon span {
        color: var(--text-white);
        height: 40px;
        width: 40px;
        background: var(--primary-color-2);
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        border-radius: 50%;
        display: inline-block;
        transition: 0.4s;
        cursor: pointer;
    }

    .team__area-item-image-icon.page span {
        background: var(--primary-color-1);
    }

    .team__area-item-image-icon.page .team__area-item-image-social ul li a i:hover {
        background: var(--primary-color-1);
    }

    .team__area-item-image-icon .team__area-item-image-social {
        position: absolute;
        bottom: 50px;
    }

    .team__area-item-image-icon:hover .team__area-item-image-social {
        opacity: 1;
        visibility: visible;
    }

.team__area-item-image-social {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

    .team__area-item-image-social ul {
        padding: 0;
        margin: 0;
    }

        .team__area-item-image-social ul li {
            list-style: none;
            margin-bottom: 8px;
        }

            .team__area-item-image-social ul li:last-child {
                margin: 0;
            }

            .team__area-item-image-social ul li a i {
                display: inline-block;
                height: 40px;
                width: 40px;
                text-align: center;
                line-height: 40px;
                font-size: 14px;
                border-radius: 50%;
                background: var(--bg-white);
                color: var(--text-heading-color);
                transition: 0.4s;
            }

                .team__area-item-image-social ul li a i:hover {
                    background: var(--primary-color-2);
                    color: var(--text-white);
                }

.team__area-item-image img {
    width: 100%;
}

.team__area-item-content {
    padding: 22px;
    margin: 0 30px;
    margin-top: -60px;
    background: var(--bg-white);
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: var(--box-shadow-1);
}

    .team__area-item-content .text-eight {
        font-weight: 600;
    }

    .team__area-item-content h5 a {
        transition: 0.4s;
    }

        .team__area-item-content h5 a:hover {
            color: var(--primary-color-2);
        }

    .team__area-item-content.page h5 a:hover {
        color: var(--primary-color-1);
    }

.team__area-item:hover .team__area-item-image::before {
    height: 100%;
    opacity: 0.7;
    z-index: 1;
}

.team__area h6 {
    color: var(--color-2);
    font-size: 18px;
    line-height: 30px;
}

    .team__area h6 a {
        color: var(--primary-color-1);
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 600ms ease;
    }

        .team__area h6 a:hover {
            background-size: 100% 1px;
        }

/*==========================================================================
Team Two CSS
==========================================================================*/
.team__two-item {
    text-align: center;
}

.team__two-item-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .team__two-item-image::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 0;
        display: block;
        content: "";
        width: 30%;
        height: 100%;
        transform: skewX(-25deg);
        background: var(--bg-white);
        opacity: 0.4;
        z-index: 1;
    }

    .team__two-item-image img {
        width: 100%;
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    }

.team__two-item-content {
    margin: 0 20px;
    padding: 30px 25px;
    transition: 0.4s;
    position: relative;
    z-index: 2;
}

    .team__two-item-content h4 {
        transition: 0.4s;
    }

    .team__two-item-content .text-eight {
        color: var(--primary-color-1);
        transition: 0.4s;
        font-weight: 600;
    }

.team__two-item-content-social {
    margin-top: 10px;
    transition: 0.4s;
    opacity: 0;
}

    .team__two-item-content-social ul {
        padding: 0;
        margin: 0;
    }

        .team__two-item-content-social ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .team__two-item-content-social ul li:last-child {
                margin: 0;
            }

            .team__two-item-content-social ul li a {
                display: inline-block;
                color: var(--text-white);
            }

.team__two-item:hover .team__two-item-image::before {
    animation: animation 0.95s;
}

.team__two-item:hover .team__two-item-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.team__two-item:hover .team__two-item-content {
    background: var(--primary-color-1);
    transform: translateY(-50%);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}

    .team__two-item:hover .team__two-item-content h4 {
        color: var(--text-white);
    }

    .team__two-item:hover .team__two-item-content .text-eight {
        color: var(--text-white);
    }

.team__two-item:hover .team__two-item-content-social {
    opacity: 1;
}

/*==========================================================================
Team Three CSS
==========================================================================*/
.team__three-item-image {
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

    .team__three-item-image::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 60%;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(5, 6, 8, 0) 0%, var(--heading-color) 100%);
        transition: 0.5s;
        border-radius: 6px;
    }

    .team__three-item-image::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 60%;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(249, 77, 29, 0) 0%, var(--primary-color-1) 100%);
        transition: 0.5s;
        opacity: 0;
        border-radius: 6px;
    }

    .team__three-item-image img {
        width: 100%;
        border-radius: 6px;
    }

.team__three-item-image-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
}

.team__three-item-image-info-name .text-eight {
    color: var(--text-white);
    font-weight: 500;
}

.team__three-item-image-info-name h4 a {
    color: var(--text-white);
}

.team__three-item-image-info-icon {
    position: relative;
    z-index: 1;
}

    .team__three-item-image-info-icon::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 17px;
        height: 15px;
        background-image: url("../img/icon/union.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0;
        transition: 0.6s;
    }

    .team__three-item-image-info-icon span {
        color: var(--primary-color-1);
        height: 45px;
        width: 45px;
        line-height: 45px;
        background: var(--bg-white);
        text-align: center;
        font-size: 14px;
        border-radius: 50%;
        display: inline-block;
        transition: 0.4s;
        cursor: pointer;
    }

    .team__three-item-image-info-icon .team__three-item-image-info-social {
        position: absolute;
        bottom: 60px;
    }

    .team__three-item-image-info-icon:hover::after {
        top: -9px;
        opacity: 1;
    }

    .team__three-item-image-info-icon:hover .team__three-item-image-info-social::before {
        height: 100%;
    }

    .team__three-item-image-info-icon:hover .team__three-item-image-info-social ul {
        opacity: 1;
        transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
        transform: translateY(0);
        visibility: visible;
    }

.team__three-item-image-info-social {
    position: absolute;
    left: 0;
    padding: 15px 0;
}

    .team__three-item-image-info-social::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-radius: 6px;
        background: var(--primary-color-1);
        z-index: -1;
        transition: 0.5s;
    }

    .team__three-item-image-info-social ul {
        visibility: hidden;
        opacity: 0;
        transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
        transform: translateY(-30px);
        padding: 0;
        margin: 0;
    }

        .team__three-item-image-info-social ul li {
            list-style: none;
        }

            .team__three-item-image-info-social ul li:last-child {
                margin: 0;
            }

            .team__three-item-image-info-social ul li a {
                overflow: hidden;
            }

                .team__three-item-image-info-social ul li a i {
                    width: 45px;
                    line-height: 35px;
                    text-align: center;
                    font-size: 14px;
                    color: var(--text-white);
                }

.team__three-item:hover .team__three-item-image::before {
    opacity: 0;
}

.team__three-item:hover .team__three-item-image::after {
    opacity: 1;
}

/*==========================================================================
Team Details CSS
==========================================================================*/
.team__details-content > span {
    font-weight: 600;
    color: var(--color-2);
    margin-top: -7px;
    display: block;
}

.team__details-content h2 {
    margin-bottom: 20px;
}

.team__details-content p {
    margin-bottom: 25px;
}

.team__details-content-contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .team__details-content-contact-item i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 15px;
        border: 1px solid var(--border-color-1);
        box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
        font-weight: 400;
        font-size: 20px;
        color: var(--primary-color-1);
        text-align: center;
    }

.team__details-content-contact-item-info span {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-2);
}

.team__details-content-contact-item-info h5 {
    text-transform: lowercase;
}

    .team__details-content-contact-item-info h5 a {
        transition: 0.4s;
    }

        .team__details-content-contact-item-info h5 a:hover {
            color: var(--primary-color-1);
        }

.team__details-experience h3 {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color-1);
}

.team__details-experience > p {
    margin-bottom: 40px;
}

.team__details-experience-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.team__details-experience-area-item {
    padding: 35px 30px;
    border: 1px solid var(--border-color-1);
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .team__details-experience-area-item h6 {
        position: absolute;
        top: -15px;
        left: -15px;
        background: var(--primary-color-1);
        color: var(--text-white);
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        font-weight: 600;
        padding: 6px 0 0 12px;
    }

        .team__details-experience-area-item h6 span {
            font-size: 16px;
            text-transform: lowercase;
            margin-left: 3px;
            font-weight: 500;
        }

    .team__details-experience-area-item p {
        font-size: 16px;
        font-family: var(--heading-font);
        font-weight: 600;
    }

        .team__details-experience-area-item p span {
            color: var(--primary-color-1);
        }

.team__details-skills h3 {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color-1);
}

.team__details-skills > p {
    margin-bottom: 40px;
}

.team__details-skills-item-content {
    position: relative;
}

    .team__details-skills-item-content h6 {
        font-size: 18px;
        line-height: 28px;
    }

.team__details-skills-item-count {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
}

.team__details-skills-item-bar {
    height: 10px;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    background: var(--primary-color-1);
    transition: all 3.5s ease-out 0s;
    -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
}

.team__details-skills-item-inner {
    width: 100%;
    height: 10px;
    position: relative;
    background: var(--border-color-2);
    -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
    margin-top: 11px;
}

.team__details .b-l {
    border-left: none;
}

.team__details .b-t {
    border-top: none;
}

@media (max-width: 1399px) {
    .team__area-item-image-icon {
        bottom: 55px;
    }

    .team__area-item-content {
        margin-top: -45px;
    }
}

@media (max-width: 1199px) {
    .team__details-content > span {
        margin-top: 0;
    }

    .team__details-experience-area-item {
        padding: 35px 18px;
    }

        .team__details-experience-area-item h6 {
            top: -18px;
            left: -18px;
            padding: 7px 0 0 13px;
        }
}

@media (max-width: 490px) {
    .team__details-experience-area {
        grid-template-columns: repeat(1, 1fr);
    }

    .team__details-experience-area-item h6 {
        top: -15px;
        left: -15px;
        padding: 6px 0 0 12px;
    }

    .team__details .b-l {
        border-left: 1px solid var(--border-color-1);
    }

    .team__details .b-b {
        border-bottom: none;
    }
}
/*==========================================================================
Testimonial CSS
==========================================================================*/
.testimonial__area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial__area-shape {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: -1;
}

.testimonial__area-item {
    border: 5px solid var(--color-10);
    padding: 20px;
    padding-bottom: 45px;
    transition: 0.4s;
    position: relative;
}

.testimonial__area-item-icon {
    position: absolute;
    right: 50px;
    bottom: 45px;
    color: var(--text-heading-color);
    opacity: 0.05;
    font-size: 50px;
}

.testimonial__area-item-client {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.testimonial__area-item-client-image img {
    width: 80px;
    height: 80px;
    max-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial__area-item-client-title h5 {
    transition: 0.4s;
}

.testimonial__area-item-client-title span {
    color: var(--color-2);
    transition: 0.4s;
}

.testimonial__area-item p {
    font-size: 14px;
    line-height: 23px;
    transition: 0.4s;
}

.testimonial__area-item.swiper-slide.swiper-slide-next {
    background-color: #01005d;
    border-color: #01005d;
    color: #fff;
}

    .testimonial__area-item.swiper-slide.swiper-slide-next h5 {
        color: #fff;
    }

    .testimonial__area-item.swiper-slide.swiper-slide-next span.text-eight {
        color: #fff;
    }

    .testimonial__area-item.swiper-slide.swiper-slide-next .testimonial__area-item-icon {
        color: #fff;
    }

.testimonial__area-item-reviews {
    margin-top: 30px;
}

    .testimonial__area-item-reviews i {
        color: var(--primary-color-1);
        transition: 0.4s;
    }

.testimonial__area-item:hover {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
}

    .testimonial__area-item:hover p {
        color: var(--text-white);
    }

    .testimonial__area-item:hover .testimonial__area-item-icon {
        color: var(--text-white);
        opacity: 0.09;
    }

    .testimonial__area-item:hover .testimonial__area-item-client-title h5 {
        color: var(--text-white);
    }

    .testimonial__area-item:hover .testimonial__area-item-client-title span {
        color: var(--color-9);
    }

    .testimonial__area-item:hover .testimonial__area-item-reviews i {
        color: var(--text-white);
    }

.testimonial__area-button {
    padding-right: 23px;
}

.testimonial__area-button-next {
    display: inline-block;
    position: static;
    margin: 0;
    margin-left: 40px;
}

    .testimonial__area-button-next i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        border: 1px solid var(--color-10);
        font-size: 22px;
        color: var(--text-heading-color);
        border-radius: 50%;
        transition: 0.4s;
    }

        .testimonial__area-button-next i:hover {
            background: var(--primary-color-1);
            color: var(--text-white);
            border-color: var(--primary-color-1);
        }

.testimonial__area-button-prev {
    display: inline-block;
    position: static;
    margin: 0;
}

    .testimonial__area-button-prev i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        border: 1px solid var(--color-10);
        font-size: 22px;
        color: var(--text-heading-color);
        border-radius: 50%;
        transition: 0.4s;
    }

        .testimonial__area-button-prev i:hover {
            background: var(--primary-color-1);
            color: var(--text-white);
            border-color: var(--primary-color-1);
        }

/*==========================================================================
Testimonial Two CSS
==========================================================================*/
.testimonial__two-item {
    padding: 40px;
    box-shadow: var(--box-shadow-2);
}

.testimonial__two-item-top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.testimonial__two-item-top-reviews h6 {
    font-size: 17px;
    line-height: 27px;
}

.testimonial__two-item-top-reviews ul {
    padding: 0;
    margin: 0;
}

    .testimonial__two-item-top-reviews ul li {
        display: inline-block;
    }

        .testimonial__two-item-top-reviews ul li i {
            color: var(--primary-color-1);
        }

.testimonial__two-item-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--border-color-1);
    padding: 20px;
    margin-top: 40px;
    border-radius: 6px;
    position: relative;
}

    .testimonial__two-item-bottom::before {
        content: "";
        position: absolute;
        left: 30px;
        top: -10px;
        transform: rotate(45deg);
        width: 20px;
        height: 20px;
        background: var(--bg-white);
        border-top: var(--border-color-1) solid 1px;
        border-left: var(--border-color-1) solid 1px;
    }

    .testimonial__two-item-bottom img {
        max-width: 60px;
        border-radius: 50%;
    }

@media (max-width: 1399px) {
    .testimonial__area-item {
        padding: 40px 30px;
        padding-bottom: 35px;
    }

    .testimonial__area-item-icon {
        right: 30px;
        bottom: 40px;
    }

    .testimonial__area-item-client {
        margin-bottom: 25px;
    }

    .testimonial__area-item-reviews {
        margin-top: 25px;
    }

    .testimonial__two-item {
        padding: 40px 30px;
    }
}

@media (max-width: 991px) {
    .testimonial__two-item {
        padding: 35px 25px;
    }
}

@media (max-width: 359px) {
    .testimonial__area-item {
        padding: 35px 30px;
        padding-bottom: 30px;
    }

    .testimonial__area-item-icon {
        right: 30px;
        bottom: 35px;
    }

    .testimonial__area-item-client {
        gap: 20px;
    }

    .testimonial__area-item-client-image img {
        width: 65px;
        height: 65px;
        max-width: 65px;
    }

    .testimonial__area-item p {
        font-size: 15px;
        line-height: 28px;
    }
}
/*==========================================================================
Choose Us CSS
==========================================================================*/
.chooseUs__area-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.chooseUs__area-right-counter h6 {
    font-weight: 600;
    max-width: 240px;
    margin-top: 18px;
}

.chooseUs__area-item {
    border: 1px solid var(--border-color-3);
    border-radius: 6px;
    padding: 41px 40px;
}

.chooseUs__area-item-icon {
    margin-bottom: 27px;
}

.chooseUs__area-item h4 {
    margin-bottom: 11px;
}

.chooseUs__area-item:hover .chooseUs__area-item-icon img {
    animation: rotateY 0.6s;
}

@media (max-width: 1399px) {
    .chooseUs__area-item {
        padding: 34px 30px;
    }
}

@media (max-width: 1199px) {
    .chooseUs__area .img-full {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .chooseUs__area-right {
        justify-content: start;
    }
}

@media (max-width: 575px) {
    .chooseUs__area-right {
        gap: 0;
    }

    .chooseUs__area-right-shape {
        max-width: 90px;
        padding-right: 15px;
    }
}
/*==========================================================================
FAQ CSS
==========================================================================*/
.faq-accordion-item,
.faq__collapse-item,
.faq-collapse-item {
    border: 1px solid var(--border-color-1);
    margin-bottom: 10px;
    border-radius: 6px;
}

    .faq-accordion-item:last-child,
    .faq__collapse-item:last-child,
    .faq-collapse-item:last-child {
        margin: 0;
    }

.faq-accordion-item-card-header,
.faq__collapse-item-card-header,
.faq-collapse-item-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    padding: 16px 30px;
}

    .faq-accordion-item-card-header h6,
    .faq__collapse-item-card-header h6,
    .faq-collapse-item-card-header h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-accordion-item-card-header i,
    .faq__collapse-item-card-header i,
    .faq-collapse-item-card-header i {
        color: var(--primary-color);
    }

    .faq-accordion-item-card-header span,
    .faq__collapse-item-card-header span,
    .faq-collapse-item-card-header span {
        color: var(--primary-color-1);
        margin-right: 15px;
    }

.faq-accordion-item-card-header-content,
.faq__collapse-item-card-header-content,
.faq-collapse-item-card-header-content {
    padding: 0 30px 25px 64px;
}

    .faq-accordion-item-card-header-content p,
    .faq__collapse-item-card-header-content p,
    .faq-collapse-item-card-header-content p {
        margin-top: -4px;
    }

/*==========================================================================
FAQ Two CSS
==========================================================================*/
.faq__two-left {
    margin-right: 70px;
}

.faq__two-left-image {
    position: relative;
    padding-bottom: 90px;
}

.faq__two-left-image-one {
    position: absolute;
    right: 0;
    bottom: 0;
}

.faq__two-left-image-question {
    position: absolute;
    top: 35px;
    right: 70px;
    background: var(--bg-heading-color);
    padding: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .faq__two-left-image-question h6 {
        color: var(--text-white);
        max-width: 150px;
        text-transform: none;
    }

@media (max-width: 1399px) {
    .faq__two-left {
        margin-right: 0;
    }
}

@media (max-width: 520px) {
    .faq-accordion-item-card-header,
    .faq__collapse-item-card-header,
    .faq-collapse-item-card-header {
        padding: 15px;
    }

        .faq-accordion-item-card-header h6,
        .faq__collapse-item-card-header h6,
        .faq-collapse-item-card-header h6 {
            font-size: 16px;
            line-height: 26px;
        }

        .faq-accordion-item-card-header span,
        .faq__collapse-item-card-header span,
        .faq-collapse-item-card-header span {
            margin-right: 8px;
        }

    .faq-accordion-item-card-header-content,
    .faq__collapse-item-card-header-content,
    .faq-collapse-item-card-header-content {
        padding: 0 15px 20px 15px;
    }

    .faq__two-left-image img {
        max-width: 280px;
    }

    .faq__two-left-image-question {
        right: 20px;
    }
}
/*==========================================================================
Project CSS
==========================================================================*/
.project__area-item {
    position: relative;
    z-index: 1;
}

    .project__area-item img {
        width: 100%;
    }

    .project__area-item::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bg-heading-color);
        z-index: 1;
        transition: 0.4s;
        opacity: 0;
    }

    .project__area-item::after {
        position: absolute;
        content: "";
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        background: var(--primary-color-1);
        z-index: 1;
        transition: 0.4s;
        opacity: 0;
    }

.project__area-item-content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    padding: 40px;
    padding-right: 75px;
    display: inline-block;
    transition: 0.5s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

    .project__area-item-content h4 {
        color: var(--text-white);
        margin-bottom: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid var(--border-white);
    }

    .project__area-item-content span {
        color: var(--color-9);
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }

.project__area-item-icon {
    position: absolute;
    right: 70px;
    top: 70px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: 0.5s;
}

    .project__area-item-icon a {
        background: var(--bg-white);
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 6px;
        color: var(--text-heading-color);
        display: inline-block;
    }

.project__area-item:hover::before {
    opacity: 0.7;
}

.project__area-item:hover::after {
    opacity: 0.7;
}

.project__area-item:hover .project__area-item-content {
    visibility: visible;
    opacity: 1;
}

.project__area-item:hover .project__area-item-icon {
    visibility: visible;
    opacity: 1;
}

/*==========================================================================
Portfolio One CSS
==========================================================================*/
.portfolio__area {
    overflow: hidden;
}

.portfolio__area-item {
    position: relative;
    z-index: 1;
    transition: 0.4s;
    margin-top: 10px;
}

    .portfolio__area-item::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 50%;
        width: 100%;
        background: var(--bg-heading-color);
        transition: 0.4s;
        opacity: 0;
    }

.portfolio__area-item-content {
    position: absolute;
    left: 50px;
    bottom: 40px;
    right: 50px;
    background: var(--primary-color-1);
    padding: 30px 40px;
    padding-right: 30px;
    z-index: 1;
    opacity: 0;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portfolio__area-item-content-title h4 {
    color: var(--text-white);
}

.portfolio__area-item-content-title .text-eight {
    color: var(--text-white);
}

.portfolio__area-item:hover {
    transform: translateY(-10px);
}

    .portfolio__area-item:hover::after {
        height: 100%;
        opacity: 0.8;
    }

    .portfolio__area-item:hover .portfolio__area-item-content {
        opacity: 1;
        transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
    }

/*==========================================================================
Portfolio Two CSS
==========================================================================*/
.portfolio {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    gap: 30px;
}

.portfolio-item {
    height: 570px;
    flex: 2.1;
    transition: 0.5s;
    will-change: transform;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--bg-heading-color);
        opacity: 0;
        transition: 0.4s;
    }

    .portfolio-item img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
        position: relative;
        z-index: -1;
    }

.portfolio-item-inner {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3;
    background: var(--bg-white);
    padding-left: 40px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.portfolio-item-inner-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-3);
}

.portfolio-item-inner-icon {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    background: var(--primary-color-2);
    margin-left: 80px;
}

    .portfolio-item-inner-icon i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: var(--text-white);
        border: 1px solid var(--color-14);
        border-radius: 50%;
        font-size: 25px;
        transform: rotate(45deg);
    }

.portfolio-item:hover {
    flex: 1.5;
}

.portfolio-item.active {
    flex: 6;
    scroll-snap-align: start;
}

    .portfolio-item.active.portfolio-item::before {
        opacity: 0.7;
    }

    .portfolio-item.active .portfolio-item-inner {
        opacity: 1;
    }

    .portfolio-item.active.portfolio-item img {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    .portfolio-item.active::after {
        content: "";
        position: absolute;
        background-image: url("../img/shape/Image.png");
        height: 100%;
        width: 20%;
        top: 0;
        right: 0;
        z-index: 0;
        background-repeat: no-repeat;
        transition: 0.3s;
    }

/*==========================================================================
Portfolio Three CSS
==========================================================================*/
.portfolio__three {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.portfolio__three-item {
    position: relative;
    z-index: 1;
    padding: 40px;
}

    .portfolio__three-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--primary-color-3);
        opacity: 0;
        transition: 0.4s;
        border-radius: 6px;
        z-index: -1;
    }

.portfolio__three-item-icon {
    margin-bottom: 350px;
    text-align: right;
    opacity: 0;
    transition: 0.4s;
}

    .portfolio__three-item-icon i {
        color: var(--text-heading-color);
        background: var(--bg-white);
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 6px;
    }

.portfolio__three-item h4 {
    color: var(--text-white);
    opacity: 0;
    transition: 0.4s;
}

.portfolio__three-item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--heading-font);
    color: var(--text-white);
    transition: 0.4s;
    opacity: 0;
}

.portfolio__three-item:hover::before {
    opacity: 0.7;
}

.portfolio__three-item:hover h4 {
    opacity: 1;
}

.portfolio__three-item:hover span {
    opacity: 1;
}

.portfolio__three-item:hover .portfolio__three-item-icon {
    opacity: 1;
}

.portfolio__three .portfolio-border {
    position: relative;
    z-index: 1;
    padding: 30px;
    border-right: 4px solid var(--border-white);
}

    .portfolio__three .portfolio-border::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--bg-heading-color);
        transition: 0.4s;
        opacity: 0;
        border-radius: 6px;
        z-index: -2;
    }

    .portfolio__three .portfolio-border:hover::after {
        opacity: 0.8;
    }

    .portfolio__three .portfolio-border:last-child {
        border: 0;
    }

/*==========================================================================
Conbix Filter CSS
==========================================================================*/
.conbix__filter-button {
    text-align: center;
    margin-top: -5px;
}

    .conbix__filter-button button {
        font-weight: 600;
        padding: 0 25px;
        line-height: 48px;
        color: var(--text-heading-color);
        border: 1px solid var(--border-color-4);
        box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
        background: none;
        margin: 5px;
        transition: 0.4s;
    }

        .conbix__filter-button button:hover {
            background: var(--primary-color-1);
            color: var(--text-white);
            border-color: var(--primary-color-1);
        }

    .conbix__filter-button .active {
        background: var(--primary-color-1);
        color: var(--text-white);
        border-color: var(--primary-color-1);
    }

/*==========================================================================
Project Filter CSS
==========================================================================*/
.project__one-item {
    position: relative;
    z-index: 1;
}

    .project__one-item::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bg-heading-color);
        z-index: 0;
        transition: 0.4s;
        opacity: 0;
    }

.project__one-item-content {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    padding: 40px 30px;
    z-index: 1;
    transition: 0.4s;
    background: var(--bg-white);
    opacity: 0;
    overflow: hidden;
}

    .project__one-item-content::before {
        content: "";
        position: absolute;
        right: -30px;
        bottom: -40px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: var(--primary-color-1);
    }

    .project__one-item-content::after {
        content: "";
        position: absolute;
        right: -20px;
        bottom: -30px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: var(--primary-color-1);
        opacity: 0.2;
    }

    .project__one-item-content span {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        font-family: var(--heading-font);
        color: var(--primary-color-1);
        display: block;
        margin-bottom: 5px;
    }

    .project__one-item-content h4 a {
        transition: 0.4s;
    }

        .project__one-item-content h4 a:hover {
            color: var(--primary-color-1);
        }

.project__one-item-icon {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: 0.4s;
    opacity: 0;
}

    .project__one-item-icon a {
        background: var(--primary-color-1);
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        color: var(--text-white);
        display: inline-block;
        transform: rotate(45deg);
        font-size: 25px;
    }

.project__one-item:hover::before {
    opacity: 0.7;
}

.project__one-item:hover .project__one-item-content {
    opacity: 1;
    bottom: 40px;
}

.project__one-item:hover .project__one-item-icon {
    top: 22%;
    opacity: 1;
}

/*==========================================================================
Project Details CSS
==========================================================================*/
.project__details-area-meta {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color-1);
    margin-bottom: 28px;
    padding-top: 28px;
    padding-bottom: 32px;
}

.project__details-area-meta-item {
    padding: 2px;
}

    .project__details-area-meta-item h6 {
        font-size: 18px;
        line-height: 28px;
    }

        .project__details-area-meta-item h6 span {
            font-family: var(--body-font);
            font-weight: 400;
            font-size: 17px;
            line-height: 30px;
            margin-left: 10px;
        }

.project__details-area-list {
    padding-bottom: 55px;
}

    .project__details-area-list span {
        display: flex;
        align-items: baseline;
        margin-bottom: 20px;
        max-width: 586px;
    }

        .project__details-area-list span:last-child {
            margin: 0;
        }

        .project__details-area-list span i {
            color: var(--primary-color-1);
            margin-right: 10px;
        }

.project__details-pagination {
    padding: 40px 0;
    border-top: 1px solid var(--border-color-1);
    border-bottom: 1px solid var(--border-color-1);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.project__details-pagination-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .project__details-pagination-item a h6 {
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
        transition: all 600ms ease;
    }

    .project__details-pagination-item a:hover h6 {
        background-size: 100% 2px;
        color: var(--primary-color-1);
    }

    .project__details-pagination-item a:hover i {
        color: var(--primary-color-1);
    }

.project__details-pagination-item-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .project__details-pagination-item-left span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: var(--color-2);
    }

.project__details-pagination-item-icon {
    text-align: center;
    padding: 20px 40px;
    max-width: 110px;
    margin: 0 auto;
    border-left: 1px solid var(--border-color-1);
    border-right: 1px solid var(--border-color-1);
}

@media (max-width: 1890px) {
    .portfolio__area-item img {
        width: 100%;
    }

    .portfolio__area-item-content {
        left: 30px;
        bottom: 30px;
        right: 30px;
        padding: 30px 25px;
    }

    .portfolio__area-item-content-icon img {
        max-width: 40px;
    }
}

@media (max-width: 1399px) {
    .portfolio__three-item {
        padding: 30px;
    }

    .portfolio__three-item-icon {
        margin-bottom: 190px;
    }

    .project__area-item-content {
        position: absolute;
        right: 30px;
        bottom: 30px;
        left: 30px;
        padding: 30px;
    }

    .project__area-item-icon {
        right: 60px;
        top: 60px;
    }

    .project__area-item.page::after {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .project__area-item.page .project__area-item-content {
        position: absolute;
        right: 20px;
        bottom: 20px;
        left: 20px;
        padding: 30px 25px;
    }

    .project__area-item.page .project__area-item-content-icon {
        right: 50px;
        top: 50px;
    }

    .project__one-item-content {
        left: 30px;
        right: 30px;
    }

    .project__one-item-icon {
        top: 16%;
    }

    .project__one-item:hover .project__one-item-content {
        bottom: 30px;
    }

    .project__one-item:hover .project__one-item-icon {
        top: 19%;
    }
}

@media (max-width: 1199px) {
    .portfolio-item {
        height: 500px;
        flex: 1.5;
    }

    .portfolio-item-inner {
        left: 30px;
        bottom: 30px;
    }

    .portfolio__three {
        border-left: 2px solid var(--border-white);
        border-right: 2px solid var(--border-white);
    }

        .portfolio__three .portfolio-border {
            border-right: 0;
            border: 2px solid var(--border-white);
        }

            .portfolio__three .portfolio-border:last-child {
                border: 2px solid var(--border-white);
            }

    .project__details-area-meta {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .portfolio {
        gap: 20px;
    }

    .portfolio-item {
        height: 420px;
        flex: 1.1;
    }

    .portfolio-item-inner {
        padding-left: 30px;
    }

    .portfolio-item-inner-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-left: 40px;
        padding: 4px 0;
    }

        .portfolio-item-inner-icon i {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }

    .project__details-area-meta {
        grid-template-columns: repeat(2, 1fr);
    }

    .project__one-item-content {
        left: 20px;
        right: 20px;
        bottom: 10px;
    }

    .project__one-item-icon {
        top: 16%;
    }

    .project__one-item:hover .project__one-item-content {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .project__details-area-meta {
        grid-template-columns: repeat(1, 1fr);
    }

    .project__details-pagination {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .project__details-pagination-item.center {
        display: none;
    }
}

@media (max-width: 720px) {
    .portfolio {
        display: initial;
    }

    .portfolio-item {
        height: 120px;
        margin-bottom: 25px;
    }

        .portfolio-item:last-child {
            margin: 0;
        }

        .portfolio-item img {
            width: 100%;
        }

        .portfolio-item.active.portfolio-item {
            height: 400px;
        }
}

@media (max-width: 420px) {
    .portfolio-item-inner {
        left: 20px;
        bottom: 20px;
        padding-left: 20px;
    }

    .portfolio-item-inner-icon {
        width: 85px;
        height: 95px;
        line-height: 95px;
        margin-left: 20px;
        padding: 3px 0;
    }

        .portfolio-item-inner-icon i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
        }

    .portfolio-item.active.portfolio-item {
        height: 340px;
    }
}

@media (max-width: 359px) {
    .portfolio-item-inner-icon {
        margin-left: 10px;
        padding: 3px 0;
    }

    .project__area-item-content {
        padding: 40px 25px;
    }

    .project__area-item-icon {
        right: 55px;
        top: 55px;
    }
}
/*==========================================================================
Solution CSS
==========================================================================*/
.solution__area {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

    .solution__area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--bg-heading-color);
        z-index: -1;
        opacity: 0.6;
    }

.solution__area-title h1 {
    color: var(--text-white);
    max-width: 800px;
    margin-bottom: 44px;
}

.solution__area-right {
    position: relative;
}

    .solution__area-right::before {
        content: "";
        position: absolute;
        width: 463px;
        height: 463px;
        border-radius: 50%;
        top: 30px;
        right: -155px;
        background: var(--primary-color-2);
        mix-blend-mode: overlay;
    }

    .solution__area-right h6 {
        color: var(--text-white);
        margin-top: 30px;
    }

.solution__area-right-video {
    max-width: 155px;
    text-align: center;
    margin: 0 0 0 auto;
}

/*==========================================================================
Solution Two CSS
==========================================================================*/
.solutions__two {
    background: var(--color-6);
}

.solutions__two-title h2 {
    margin-bottom: 30px;
}

.solutions__two-item {
    padding: 0px;
    text-align: center;
    background: var(--bg-white);
    border: 1px solid var(--border-color-1);
    transition: 0.6s;
    margin: 30px 0;
    border-radius: 10px;
}

.solutions__two-item-icon {
    width: 70px;
    height: 70px;
    line-height: 90px;
    text-align: center;
    background: #ffe5e1;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: -55px;
}

    /*.solutions__two-item:hover .solutions__two-item-icon {
    border: 1px dashed #2724e0;
}*/

    .solutions__two-item-icon img {
        transform: rotateY(0);
        margin-top: -20px;
        max-width: 39px !important;
    }

.solutions__two-item h4 {
    margin-bottom: 5px;
    font-size: 15px;
}

.solutions__two-title p {
    line-height: 1.5;
    text-align: left;
    margin-top: 21px;
    font-size: 12px;
    font-weight: 600;
}

.solutions__two-title h4 {
    font-size: 22px;
    line-height: 1.5;
}

.solutions__two-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--box-shadow-2);
    background-color: #3c2a48;
    border-radius: 10px;
}

    .solutions__two-item:hover h4 {
        color: #fff;
    }

    .solutions__two-item:hover .solutions__two-item-icon img {
        animation: rotateY 0.7s;
    }

@media (max-width: 1399px) {
    .solutions__two-item {
        padding: 40px 30px;
    }
}

@media (max-width: 1199px) {
    .solution__area-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .solution__area-title h1 {
            margin: 0 auto;
            margin-bottom: 44px;
        }

    .solution__area-right {
        position: relative;
    }

        .solution__area-right::before {
            top: 20px;
            right: 50%;
            transform: translateX(50%);
        }

        .solution__area-right h6 {
            margin-top: 30px;
        }

    .solution__area-right-video {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .solution__area-title h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    .solution__area-title h1 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .solution__area-title h1 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 470px) {
    .solution__area-title h1 {
        font-size: 31px;
        line-height: 41px;
        margin-bottom: 30px;
    }
}
/*==========================================================================
Experience CSS
==========================================================================*/
.experience__area {
    position: relative;
    z-index: 1;
    background: var(--color-6);
    overflow: hidden;
}

.experience__area-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.experience__area-image {
    position: relative;
    display: flex;
    gap: 30px;
}

.experience__area-image-shape {
    position: absolute;
    left: 0;
    bottom: 0%;
}

.experience__area-right {
    margin-left: 95px;
}

.experience__area-right-title h2 {
    margin-bottom: 30px;
}

.experience__area-right-skill {
    margin-top: 30px;
}

.experience__area-right-skill-item-content {
    position: relative;
}

    .experience__area-right-skill-item-content .text-two {
        font-weight: 700;
    }

.experience__area-right-skill-item-count {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
}

.experience__area-right-skill-item-bar {
    height: 10px;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    background: var(--primary-color-1);
    transition: all 3.5s ease-out 0s;
    -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
}

.experience__area-right-skill-item-inner {
    width: 100%;
    height: 10px;
    position: relative;
    background: var(--border-color-2);
    -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
    margin-top: 8px;
}

.experience__area-right .btn-two {
    background: var(--color-6);
    margin-top: 50px;
    color: var(--text-heading-color);
}

    .experience__area-right .btn-two:hover {
        color: var(--text-white);
    }

@media (max-width: 1399px) {
    .experience__area-right {
        margin-left: 30px;
    }

    .experience__area-right-title {
        margin-bottom: 35px;
    }

        .experience__area-right-title h2 {
            margin-bottom: 23px;
        }

    .experience__area-right .btn-two {
        margin-top: 45px;
    }
}

@media (max-width: 1199px) {
    .experience__area-right {
        margin-left: 0;
    }
}
/*==========================================================================
Subscribe One CSS
==========================================================================*/
.subscribe__area {
    position: relative;
    margin-bottom: 100px;
}

    .subscribe__area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45%;
        background: var(--bg-white);
    }

.subscribe__area-bg {
    position: relative;
    z-index: 1;
    /*background-color: #d4300f;*/
    padding: 50px 30px 50px;
    overflow: hidden;
    margin: 0;
}

    .subscribe__area-bg::before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: skewY(-2deg);
        transform-origin: right;
        z-index: -1;
        background-image: linear-gradient(49deg, rgb(239 72 11), rgb(1 0 93));
    }

    .subscribe__area-bg::after {
        content: "";
        position: absolute;
        width: 303px;
        height: 303px;
        border-radius: 50%;
        bottom: -155px;
        left: -10px;
        background: var(--primary-color-2);
        mix-blend-mode: overlay;
        z-index: -1;
        animation-name: left-right2;
        animation-duration: 8s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    .subscribe__area-bg.all-page::after {
        background: var(--primary-color-1);
    }

.subscribe__area-left h2 {
    color: var(--text-white);
    margin-bottom: 0px;
    font-size: 35px;
}

.subscribe__area-left-notification {
    display: inline-flex;
    align-items: center;
    gap: 40px;
}

    .subscribe__area-left-notification h6 {
        color: var(--text-white);
        max-width: 175px;
        font-size: 32px;
    }

.subscribe__area-left-notification-icon i {
    color: var(--primary-color-2);
    background: var(--bg-white);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.subscribe__area-left-notification-icon.all-page i {
    color: var(--primary-color-1);
}

/*.subscribe__area-form {
    margin-left: 130px;
}*/

.subscribe__area-form form {
    position: relative;
}

    .subscribe__area-form form input {
        border: 0;
        height: 55px;
        border-radius: 35px;
        color: var(--color-3);
        padding-left: 30px;
    }

    .subscribe__area-form form button {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 35px;
        background: #f84f04;
        font-weight: 700;
        font-family: var(--heading-font);
        height: 55px;
        padding-left: 46px;
        padding-right: 46px;
        text-transform: uppercase;
    }

.subscribe__area-form.all-page button {
    background: var(--primary-color-1);
}

/*==========================================================================
Subscribe Two CSS
==========================================================================*/
.subscribe {
    background: var(--primary-color-3);
}

.subscribe-title {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

    .subscribe-title::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/icon/envelop.png");
        background-repeat: no-repeat;
        opacity: 0.07;
        z-index: -1;
    }

    .subscribe-title h2 {
        color: var(--text-white);
    }

.subscribe-form {
    margin-left: 50px;
}

    .subscribe-form form {
        position: relative;
    }

        .subscribe-form form input {
            height: 70px;
            color: var(--color-3);
        }

            .subscribe-form form input:focus {
                border-color: var(--bg-white);
            }

        .subscribe-form form .btn-seven {
            position: absolute;
            top: 5px;
            right: 5px;
            background: var(--primary-color-3);
            font-weight: 700;
            font-size: 16px;
            font-family: var(--heading-font);
            padding: 17px 20px;
            border-radius: 4px;
        }

@media (max-width: 1199px) {
    .subscribe__area-form {
        margin-left: 20px;
    }

    .subscribe__area-bg {
        padding: 65px 20px;
    }
}

@media (max-width: 991px) {
    .subscribe__area-form {
        margin-left: 0;
    }

    .subscribe__area-bg::after {
        left: 20%;
    }

    .subscribe__area-left h2 {
        text-align: center;
    }

    .subscribe__area-left-notification {
        justify-content: center;
    }

    .subscribe {
        padding-bottom: 50px;
    }

    .subscribe-title {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .subscribe-form {
        margin-left: 0;
    }
}

@media (max-width: 550px) {
    .subscribe__area-bg {
        padding: 50px 5px;
    }

    .subscribe__area-form form input {
        height: 60px;
        padding-left: 10px;
        padding-right: 128px;
        border-radius: 30px;
    }

    .subscribe__area-form form button {
        border-radius: 30px;
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 500;
    }
}
/*==========================================================================
Blog One CSS
==========================================================================*/
.blog__one-item {
    position: relative;
    z-index: 2;
}

.blog__one-item-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .blog__one-item-image::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 0;
        display: block;
        content: "";
        width: 30%;
        height: 100%;
        transform: skewX(-25deg);
        background: var(--text-white);
        opacity: 0.4;
        z-index: 1;
    }

    .blog__one-item-image img {
        width: 100%;
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    }

        .blog__one-item-image img:hover {
            transform: scale3d(1.1, 1.1, 1.1);
        }

.blog__one-item-image-date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: var(--primary-color-1);
    display: inline-block;
    border-radius: 6px;
    padding: 10px 16px;
    text-align: center;
}

    .blog__one-item-image-date span {
        color: var(--text-white);
        display: block;
    }

    .blog__one-item-image-date .text-three {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

        .blog__one-item-image-date .text-three::before {
            position: absolute;
            content: "";
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            background: var(--text-white);
            opacity: 0.2;
            width: 30px;
            height: 2px;
        }

    .blog__one-item-image-date .text-five {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

.blog__one-item-content {
    padding: 17px 40px 40px 40px;
    border: 1px solid var(--color-10);
    border-top: 0;
    transition: 0.4s;
}

.blog__one-item-content-meta {
    border-bottom: 1px solid var(--color-10);
    padding-bottom: 16px;
    margin-bottom: 15px;
}

    .blog__one-item-content-meta ul {
        padding: 0;
        margin: 0;
    }

        .blog__one-item-content-meta ul li {
            padding: 0;
            display: inline-block;
            list-style: none;
            padding-right: 30px;
            margin-right: 30px;
            border-right: 1px solid var(--color-10);
            color: var(--color-2);
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            font-family: var(--heading-font);
        }

            .blog__one-item-content-meta ul li:last-child {
                margin: 0;
                padding: 0;
                border: 0;
            }

            .blog__one-item-content-meta ul li a {
                transition: 0.4s;
            }

                .blog__one-item-content-meta ul li a i {
                    color: var(--primary-color-1);
                    margin-right: 10px;
                    font-size: 18px;
                }

                .blog__one-item-content-meta ul li a:hover {
                    color: var(--primary-color-1);
                }

.blog__one-item-content h4 {
    margin-bottom: 15px;
}

    .blog__one-item-content h4 a {
        transition: 0.4s;
    }

        .blog__one-item-content h4 a:hover {
            color: var(--primary-color-1);
        }

.blog__one-item:hover .blog__one-item-image::before {
    animation: animation 0.95s;
}

.blog__one-item:hover .blog__one-item-content {
    box-shadow: var(--box-shadow-1);
}

.blog__one .btn-two {
    background: var(--bg-white);
    color: var(--text-heading-color);
}

    .blog__one .btn-two:hover {
        color: var(--text-white);
    }

/*==========================================================================
Blog Two CSS
==========================================================================*/
.blog__two .btn-six::before {
    background: var(--primary-color-2);
}

.blog__two .btn-six:hover {
    color: var(--text-white);
    border-color: var(--primary-color-2);
}

.blog__two-item {
    position: relative;
    z-index: 2;
    background-color: #fff;
    box-shadow: rgb(45 42 61 / 18%) -4.104px 3.276px 18px 0px;
}

.blog__two-item-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 13px;
    background-color: #fff;
}

    .blog__two-item-image::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 0;
        display: block;
        content: "";
        width: 30%;
        height: 100%;
        transform: skewX(-25deg);
        background: var(--text-white);
        opacity: 0.4;
        z-index: 1;
    }

    .blog__two-item-image img {
        width: 100%;
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
        transform: scale(1.02);
    }

        .blog__two-item-image img:hover {
            transform: scale3d(1.1, 1.1, 1.1);
        }

.blog__two-item-image-date {
    position: absolute;
    left: 40px;
    bottom: 30px;
    background: var(--primary-color-2);
    display: inline-block;
    border-radius: 6px;
    padding: 13px 20px 10px 20px;
    text-align: center;
}

    .blog__two-item-image-date span {
        color: var(--text-white);
    }

    .blog__two-item-image-date .text-three {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
        margin-right: 10px;
        padding-right: 15px;
    }

        .blog__two-item-image-date .text-three::before {
            position: absolute;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            background: var(--text-white);
            opacity: 0.4;
            width: 1px;
            height: 20px;
        }

    .blog__two-item-image-date .text-five {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        bottom: 3px;
    }

.blog__two-item-content {
    padding: 17px 40px 17px 40px;
    background: var(--bg-white);
    /*box-shadow: var(--box-shadow-1);*/
}

.blog__two-item-content-meta {
    border-bottom: 1px solid var(--color-10);
    padding-bottom: 16px;
    margin-bottom: 15px;
}

    .blog__two-item-content-meta ul {
        padding: 0;
        margin: 0;
    }

        .blog__two-item-content-meta ul li {
            padding: 0;
            display: inline-block;
            list-style: none;
            padding-right: 30px;
            margin-right: 30px;
            border-right: 1px solid var(--color-10);
            color: var(--color-2);
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            font-family: var(--heading-font);
        }

            .blog__two-item-content-meta ul li:last-child {
                margin: 0;
                padding: 0;
                border: 0;
            }

            .blog__two-item-content-meta ul li a {
                transition: 0.4s;
            }

                .blog__two-item-content-meta ul li a i {
                    color: var(--primary-color-2);
                    margin-right: 10px;
                    font-size: 18px;
                }

                .blog__two-item-content-meta ul li a:hover {
                    color: var(--primary-color-2);
                }

.blog__two-item-content h4 {
    margin-bottom: 15px;
}

    .blog__two-item-content h4 a {
        transition: 0.4s;
    }

        .blog__two-item-content h4 a:hover {
            color: var(--primary-color-2);
        }

.blog__two-item-content .btn-six {
    margin-top: 15px;
    border-color: var(--color-4);
    color: var(--text-heading-color);
    font-size: 14px;
    line-height: 24px;
    border-radius: 22px;
    padding: 9px 24px 8px 24px;
}

    .blog__two-item-content .btn-six::before {
        background: var(--primary-color-2);
    }

    .blog__two-item-content .btn-six:hover {
        color: var(--text-white);
        border-color: var(--primary-color-2);
    }

.blog__two-item:hover .blog__two-item-image::before {
    animation: animation 0.95s;
}

.blog__two-item.page .blog__two-item-image-date {
    background: var(--primary-color-1);
}

.blog__two-item.page .blog__two-item-content-meta ul li a i {
    color: var(--primary-color-1);
}

.blog__two-item.page .blog__two-item-content-meta ul li a:hover {
    color: var(--primary-color-1);
}

.blog__two-item.page .blog__two-item-content h4 a:hover {
    color: var(--primary-color-1);
}

.blog__two-item.page .blog__two-item-content .btn-six::before {
    background: var(--primary-color-1);
}

.blog__two-item.page .blog__two-item-content .btn-six:hover {
    border-color: var(--primary-color-1);
}

/*==========================================================================
Blog Three CSS
==========================================================================*/
.blog__three-item {
    position: relative;
    z-index: 2;
}

.blog__three-item-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .blog__three-item-image::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 0;
        display: block;
        content: "";
        width: 30%;
        height: 100%;
        transform: skewX(-25deg);
        background: var(--text-white);
        opacity: 0.4;
        z-index: 1;
    }

    .blog__three-item-image img {
        width: 100%;
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    }

        .blog__three-item-image img:hover {
            transform: scale3d(1.1, 1.1, 1.1);
        }

.blog__three-item-content {
    padding: 20px 30px 30px 30px;
    background: var(--bg-white);
    box-shadow: var(--box-shadow-1);
    margin: 0 30px;
    border-radius: 4px;
    margin-top: -80px;
    margin-bottom: 49px;
    position: relative;
    transition: 0.6s;
    z-index: 1;
}

    .blog__three-item-content::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 80px;
        width: 4px;
        background: var(--primary-color-3);
        border-radius: 6px 0px 0px 0px;
        transition: 0.6s;
    }

.blog__three-item-content-meta {
    border-bottom: 1px solid var(--color-10);
    padding-bottom: 16px;
    margin-bottom: 17px;
}

    .blog__three-item-content-meta ul {
        padding: 0;
        margin: 0;
    }

        .blog__three-item-content-meta ul li {
            padding: 0;
            display: inline-block;
            list-style: none;
            margin-right: 30px;
            color: var(--color-2);
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            font-family: var(--heading-font);
        }

            .blog__three-item-content-meta ul li:last-child {
                margin: 0;
            }

            .blog__three-item-content-meta ul li a {
                transition: 0.4s;
            }

                .blog__three-item-content-meta ul li a i {
                    color: var(--primary-color-3);
                    margin-right: 10px;
                    font-size: 18px;
                }

                .blog__three-item-content-meta ul li a:hover {
                    color: var(--primary-color-3);
                }

.blog__three-item-content h4 a {
    transition: 0.4s;
}

    .blog__three-item-content h4 a:hover {
        color: var(--primary-color-3);
    }

.blog__three-item-content-btn {
    margin-top: -28px;
    opacity: 0;
    position: relative;
    z-index: -1;
    transition: 0.6s;
}

    .blog__three-item-content-btn .simple-btn-1 {
        color: var(--primary-color-3);
    }

        .blog__three-item-content-btn .simple-btn-1:hover {
            color: var(--text-heading-color);
        }

.blog__three-item:hover .blog__three-item-image::before {
    animation: animation 0.95s;
}

.blog__three-item.blog__three-item-hover .blog__three-item-content {
    margin-bottom: 0;
}

    .blog__three-item.blog__three-item-hover .blog__three-item-content::after {
        height: 100%;
        border-radius: 6px 0px 0px 6px;
    }

.blog__three-item.blog__three-item-hover .blog__three-item-content-btn {
    opacity: 1;
    margin-top: 20px;
    z-index: 1;
}

/*==========================================================================
News Details CSS
==========================================================================*/
.news__details-left {
    padding: 40px;
    border: 1px solid var(--border-color-1);
}

.news__details-left-meta {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color-1);
}

    .news__details-left-meta ul {
        padding: 0;
        margin: 0;
    }

        .news__details-left-meta ul li {
            padding: 0;
            display: inline-block;
            list-style: none;
            margin-right: 30px;
            color: var(--color-2);
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            font-family: var(--heading-font);
        }

            .news__details-left-meta ul li:last-child {
                margin: 0;
            }

            .news__details-left-meta ul li a {
                transition: 0.4s;
            }

                .news__details-left-meta ul li a i {
                    color: var(--primary-color-1);
                    margin-right: 10px;
                    font-size: 18px;
                }

                .news__details-left-meta ul li a:hover {
                    color: var(--primary-color-1);
                }

.news__details-left-meta-date {
    background: var(--primary-color-1);
    display: inline-block;
    border-radius: 6px;
    padding: 13px 20px 10px 20px;
    text-align: center;
}

    .news__details-left-meta-date span {
        color: var(--text-white);
    }

    .news__details-left-meta-date .text-three {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
        margin-right: 10px;
        padding-right: 15px;
    }

        .news__details-left-meta-date .text-three::before {
            position: absolute;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            background: var(--text-white);
            opacity: 0.4;
            width: 1px;
            height: 20px;
        }

    .news__details-left-meta-date .text-five {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        bottom: 3px;
    }

.news__details-left-box {
    text-align: center;
    margin: 30px 0;
    background: var(--color-6);
    padding: 40px;
    position: relative;
    z-index: 1;
}

.news__details-left-box-shape {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    max-width: 110px;
    z-index: -1;
    opacity: 0.1;
}

.news__details-left-box p {
    color: var(--text-heading-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news__details-left-box span {
    color: var(--primary-color-1);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--heading-font);
}

.news__details-left-tag h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

.news__details-left-tag ul {
    padding: 0;
    margin: 0;
    margin-left: -3px;
    margin-top: -1px;
}

    .news__details-left-tag ul li {
        display: inline-block;
        list-style: none;
    }

        .news__details-left-tag ul li a {
            transition: 0.4s;
            border: 1px solid var(--border-color-3);
            margin: 1px 3px;
            overflow: hidden;
            padding: 4px 20px 5px 20px;
            display: inline-block;
            font-weight: 500;
            font-size: 15px;
            line-height: 25px;
            border-radius: 4px;
        }

            .news__details-left-tag ul li a:hover {
                color: var(--text-white);
                background: var(--primary-color-1);
                border-color: var(--primary-color-1);
            }

.news__details-left-share h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

.news__details-left-share ul {
    padding: 0;
    margin: 0;
}

    .news__details-left-share ul li {
        list-style: none;
        display: inline-block;
        margin-right: 8px;
    }

        .news__details-left-share ul li:last-child {
            margin: 0;
        }

        .news__details-left-share ul li a i {
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            background: var(--color-6);
            font-size: 12px;
            border-radius: 50%;
            color: var(--text-heading-color);
            transition: 0.4s;
        }

            .news__details-left-share ul li a i:hover {
                background: var(--primary-color-1);
                color: var(--text-white);
            }

.news__details-left-comment-item {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color-2);
}

.news__details-left-comment-item-comment-image {
    float: left;
}

    .news__details-left-comment-item-comment-image img {
        max-width: 80px;
        width: 80px;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }

.news__details-left-comment-item-comment-content {
    padding-left: 30px;
    overflow: hidden;
}

    .news__details-left-comment-item-comment-content span {
        font-size: 14px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .news__details-left-comment-item-comment-content h6 {
        font-size: 18px;
        line-height: 28px;
    }

        .news__details-left-comment-item-comment-content h6 a {
            float: right;
            transition: 0.4s;
            font-family: var(--heading-font);
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 24px;
            color: var(--text-heading-color);
            border: 1px solid var(--border-color-1);
            padding: 7px 18px;
            border-radius: 4px;
        }

            .news__details-left-comment-item-comment-content h6 a i {
                margin-right: 10px;
            }

            .news__details-left-comment-item-comment-content h6 a:hover {
                color: var(--text-white);
                background: var(--primary-color-1);
                border-color: var(--primary-color-1);
            }

    .news__details-left-comment-item-comment-content p {
        max-width: 580px;
    }

.news__details-left-contact-form-item input {
    background: transparent;
}

.news__details-left-contact-form-item textarea {
    height: 220px;
    background: transparent;
}

.news__details-pagination {
    padding: 40px 0;
    border-top: 1px solid var(--border-color-1);
    border-bottom: 1px solid var(--border-color-1);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.news__details-pagination-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .news__details-pagination-item a h6 {
        transition: 0.4s;
    }

    .news__details-pagination-item a:hover h6 {
        color: var(--primary-color-1);
    }

    .news__details-pagination-item a:hover i {
        color: var(--primary-color-1);
    }

.news__details-pagination-item-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.news__details-pagination-item-icon {
    text-align: center;
    padding: 20px 40px;
    max-width: 110px;
    margin: 0 auto;
    border-left: 1px solid var(--border-color-1);
    border-right: 1px solid var(--border-color-1);
}

/*==========================================================================
News Standard CSS
========================================================================== */
.news__standard-left-item-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .news__standard-left-item-image::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 0;
        display: block;
        content: "";
        width: 30%;
        height: 100%;
        transform: skewX(-25deg);
        background: var(--text-white);
        opacity: 0.4;
        z-index: 1;
    }

    .news__standard-left-item-image img {
        width: 100%;
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    }

        .news__standard-left-item-image img:hover {
            transform: scale3d(1.1, 1.1, 1.1);
        }

    .news__standard-left-item-image:hover::before {
        animation: animation 0.95s;
    }

.news__standard-left-item-content {
    padding: 40px;
    box-shadow: var(--box-shadow-1);
}

.news__standard-left-item-content-meta {
    margin-bottom: 15px;
}

    .news__standard-left-item-content-meta ul {
        padding: 0;
        margin: 0;
    }

        .news__standard-left-item-content-meta ul li {
            display: inline-block;
            margin-right: 30px;
            list-style: none;
        }

            .news__standard-left-item-content-meta ul li:last-child {
                margin: 0;
            }

            .news__standard-left-item-content-meta ul li a {
                transition: 0.4s;
            }

                .news__standard-left-item-content-meta ul li a i {
                    color: var(--primary-color-1);
                    margin-right: 10px;
                }

                .news__standard-left-item-content-meta ul li a:hover {
                    color: var(--primary-color-1);
                }

.news__standard-left-item-content h3 a {
    transition: 0.4s;
}

    .news__standard-left-item-content h3 a:hover {
        color: var(--primary-color-1);
    }

.news__standard-left-item-content p {
    margin-bottom: 35px;
}

@media (max-width: 1399px) {
    .blog__one-item-content {
        padding: 17px 30px 30px 30px;
    }

    .blog__one-item-content-meta ul li {
        padding-right: 20px;
        margin-right: 20px;
    }

    .blog__three-item-content {
        margin: 0 20px;
        margin-top: -80px;
        margin-bottom: 49px;
    }

    .blog__three-item-content-meta ul li {
        margin-right: 20px;
    }

    .blog__two-item-content {
        padding: 17px 30px 30px 30px;
    }

    .blog__two-item-content-meta ul li {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .news__standard-left-item-content {
        padding: 40px 30px;
    }

        .news__standard-left-item-content h3 {
            font-size: 28px;
            line-height: 38px;
        }

    .news__details-left {
        padding: 40px 25px;
    }

    .news__details-pagination-item a h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .news__details-pagination-item-left {
        gap: 15px;
    }

        .news__details-pagination-item-left img {
            width: 70px;
            height: 70px;
            max-width: 70px;
            -o-object-fit: cover;
            object-fit: cover;
        }
}

@media (max-width: 767px) {
    .news__details-pagination {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .news__details-pagination-item.center {
        display: none;
    }
}

@media (max-width: 575px) {
    .blog__three-item-content {
        margin: 0 10px;
        margin-top: -80px;
        margin-bottom: 49px;
    }

    .news__standard-left-item-content {
        padding: 30px 25px;
    }

        .news__standard-left-item-content h3 {
            font-size: 22px;
            line-height: 32px;
        }

    .news__standard-left-item-content-meta ul li {
        margin-right: 15px;
    }

    .news__details-left {
        padding: 30px 20px;
    }

    .news__details-left-comment-item {
        margin-left: 0;
    }

    .news__details-left-comment-item-comment-image {
        float: initial;
        margin-bottom: 20px;
    }

    .news__details-left-comment-item-comment-content {
        padding-left: 0;
    }
}

@media (max-width: 440px) {
    .news__details-left-box {
        padding: 40px 30px;
    }

        .news__details-left-box p {
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 20px;
        }

    .news__details-pagination {
        display: block;
    }

    .news__details-pagination-item {
        margin-bottom: 20px;
    }

        .news__details-pagination-item:last-child {
            margin: 0;
        }
}

@media (max-width: 359px) {
    .blog__one-item-content {
        padding: 17px 25px 25px 25px;
    }

    .blog__one-item-content-meta ul li {
        padding-right: 12px;
        margin-right: 0;
        border: 0;
    }

    .blog__three-item-content {
        padding: 20px 22px 30px 22px;
    }

    .blog__three-item-content-meta ul li {
        margin-right: 5px;
    }

        .blog__three-item-content-meta ul li a i {
            margin-right: 8px;
        }

    .news__details-left-meta ul li {
        margin-right: 16px;
    }
}
/*==========================================================================
Conbix Contact CSS
==========================================================================*/
.conbix-contact-item {
    position: relative;
}

    .conbix-contact-item span {
        position: absolute;
        right: 16px;
        top: 23px;
        color: var(--primary-color-1);
        font-weight: 400;
    }

    .conbix-contact-item input,
    .conbix-contact-item textarea {
        font-size: 15px;
    }

/*==========================================================================
Contact Page CSS
==========================================================================*/
.contact__page {
    position: relative;
    z-index: 2;
}

.contact__page-form {
    background: var(--color-6);
    padding: 70px;
}

.contact__page-form-item textarea {
    height: 180px;
}

.contact__page-info {
    margin-left: 100px;
}

.contact__page-info-item {
    display: flex;
    margin-bottom: 40px;
}

    .contact__page-info-item:last-child {
        margin: 0;
    }

    .contact__page-info-item h6 span {
        margin-left: 25px;
    }

    .contact__page-info-item > span {
        max-width: 290px;
        margin-left: 45px;
        margin-top: 1px;
    }

        .contact__page-info-item > span a {
            text-transform: lowercase;
            display: block;
            transition: 0.4s;
        }

            .contact__page-info-item > span a:hover {
                color: var(--primary-color-1);
            }

.contact__page-map {
    margin-top: -180px;
    margin-bottom: -130px;
    z-index: 1;
    position: relative;
}

    .contact__page-map iframe {
        width: 100%;
        height: 600px;
        display: block;
        filter: grayscale(1);
    }

/*==========================================================================
Contact Two CSS
==========================================================================*/
.contact__two-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact__two-box {
    box-shadow: rgba(45, 42, 61, 0.1) -4.104px 0 38px 0px;
    padding: 90px 70px;
    margin: 0;
    background: var(--bg-white);
    position: relative;
    z-index: 2;
}

.contact__two-left {
    margin-right: 50px;
}

.contact__two-left-item {
    border-bottom: 1px solid var(--border-color-1);
    margin-bottom: 28px;
    padding-bottom: 25px;
    display: flex;
    gap: 20px;
}

.contact__two-left-item-icon img {
    max-width: 45px;
}

.contact__two-left-item-info span {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.contact__two-left-item-info p {
    text-transform: lowercase;
    line-height: 27px;
    color: var(--text-heading-color);
    font-weight: 600;
    max-width: 240px;
}

    .contact__two-left-item-info p a {
        transition: 0.4s;
    }

        .contact__two-left-item-info p a:hover {
            color: var(--primary-color-1);
        }

.contact__two-left-item-socialIcon ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

    .contact__two-left-item-socialIcon ul li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

        .contact__two-left-item-socialIcon ul li:last-child {
            margin: 0;
        }

        .contact__two-left-item-socialIcon ul li a i {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: var(--color-6);
            font-size: 15px;
            border-radius: 50%;
            transition: 0.4s;
        }

            .contact__two-left-item-socialIcon ul li a i:hover {
                background: var(--primary-color-1);
                color: var(--text-white);
            }

.contact__two-right p {
    max-width: 500px;
    margin-bottom: 30px;
}

.contact__two-right-form-item textarea {
    height: 177px;
}

.contact__two-map {
    margin-top: -150px;
    margin-bottom: -130px;
    z-index: 1;
    position: relative;
}

    .contact__two-map iframe {
        width: 100%;
        height: 700px;
        display: block;
        filter: grayscale(1);
    }

/*==========================================================================
Contact Three CSS
==========================================================================*/
.contact__three-info {
    display: flex;
    align-items: center;
    background: var(--color-6);
    padding: 45px 30px;
    gap: 30px;
    transition: 0.4s;
}

.contact__three-info-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    background: var(--bg-white);
    text-align: center;
    border-radius: 50%;
    transition: 0.4s;
}

    .contact__three-info-icon img {
        max-width: 35px;
        transform: rotateY(0);
    }

.contact__three-info-content h4 {
    transition: 0.4s;
}

.contact__three-info-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: lowercase;
    transition: 0.4s;
}

.contact__three-info:hover {
    background: var(--primary-color-1);
    transform: translateY(-5px);
}

    .contact__three-info:hover .contact__three-info-icon img {
        animation: rotateY 0.6s;
    }

    .contact__three-info:hover .contact__three-info-content h4 {
        color: var(--text-white);
    }

    .contact__three-info:hover .contact__three-info-content p {
        color: var(--text-white);
    }

.contact__three-left-map iframe {
    width: 100%;
    height: 640px;
    display: block;
    filter: grayscale(1);
}

/*==========================================================================
Contact Four CSS
==========================================================================*/
.contact__four-info {
    padding: 40px 30px;
    padding-top: 75px;
    transition: 0.4s;
    box-shadow: var(--box-shadow-1);
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

    .contact__four-info::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/shape/footer.png");
        background-size: cover;
        background-position: right;
        z-index: -1;
        opacity: 0.6;
        transition: 0.4s;
    }

.contact__four-info-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
    background: var(--primary-color-1);
    text-align: center;
    transition: 0.4s;
    position: absolute;
    top: -30px;
    left: 40px;
}

    .contact__four-info-icon::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        border: 1px dashed var(--primary-color-1);
        border-radius: 50%;
        display: block;
        top: -10px;
        left: -10px;
        animation: rotation 10s infinite linear;
    }

    .contact__four-info-icon img {
        max-width: 25px;
        transform: rotateY(0);
    }

.contact__four-info p {
    text-transform: lowercase;
    font-weight: 500;
    transition: 0.4s;
    color: var(--color-2);
}

    .contact__four-info p a {
        transition: 0.4s;
    }

        .contact__four-info p a:hover {
            color: var(--primary-color-1);
        }

.contact__four-info h4 {
    transition: 0.4s;
}

.contact__four-info span {
    transition: 0.4s;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: var(--color-2);
    margin-bottom: 15px;
    display: block;
}

.contact__four-info:hover {
    background: var(--bg-heading-color);
}

    .contact__four-info:hover h4 {
        color: var(--text-white);
    }

    .contact__four-info:hover p,
    .contact__four-info:hover span {
        color: #b0b0bd;
    }

    .contact__four-info:hover .contact__four-info-icon img {
        animation: rotateY 0.6s;
    }

    .contact__four-info:hover .contact__four-info-icon::after {
        animation: initial;
    }

.contact__four-form {
    padding: 70px 50px;
    box-shadow: var(--box-shadow-2);
    background: var(--bg-white);
    position: relative;
    z-index: 2;
}

.contact__four-form-title {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}

/*==========================================================================
Request Quote CSS
==========================================================================*/
.request__quote span {
    color: var(--primary-color-1);
}

.request__quote p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.request__quote-item label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.request__quote-services label {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: var(--text-heading-color);
}

.request__quote .description {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

@media (max-width: 1399px) {
    .contact__page-form {
        padding: 60px 50px;
    }

    .contact__page-info {
        margin-left: 80px;
    }

    .contact-box {
        padding: 60px 40px;
    }

    .contact__three-info {
        gap: 25px;
    }

    .contact__three-info-icon {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    .contact__three-info-content p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 1199px) {
    .contact__page-form {
        padding: 60px 40px;
    }

    .contact__page-info {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .contact__page-form {
        padding: 60px 40px;
    }

    .contact__page-info {
        margin-left: 0;
    }

    .contact__page-map {
        margin-top: -160px;
        margin-bottom: -170px;
    }

    .contact__two-map {
        margin-bottom: -170px;
    }

    .contact__two-left {
        margin-right: 0;
    }

    .contact__two-box {
        padding: 60px 40px;
    }
}

@media (max-width: 530px) {
    .contact__page-info-item h6 span {
        margin-left: 15px;
    }

    .contact__page-info-item > span {
        margin-left: 15px;
    }

    .contact__four-form {
        padding: 50px 30px;
    }
}

@media (max-width: 485px) {
    .contact__page-form {
        padding: 50px 30px;
    }

    .contact__page-info-item {
        display: block;
    }

        .contact__page-info-item h6 span {
            margin-left: 15px;
        }

        .contact__page-info-item > span {
            display: block;
            margin-left: 0;
            margin-top: 3px;
        }

    .contact__page-map {
        margin-top: -140px;
    }

    .contact__two-box {
        padding: 40px 16px;
    }

    .contact-box {
        padding: 40px 16px;
    }
}

@media (max-width: 359px) {
    .contact__three-info {
        display: block;
    }

    .contact__three-info-icon {
        margin-bottom: 20px;
    }
}
/*==========================================================================
Footer Top CSS
==========================================================================*/
.footer__top {
    background: var(--primary-color-1);
    position: relative;
    z-index: 1;
    padding: 60px 0;
    overflow: hidden;
}

.footer__top-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.footer__top-title h2 {
    color: var(--text-white);
}

.footer__top .btn-two {
    color: var(--text-white);
    background: transparent;
}

    .footer__top .btn-two:hover {
        color: var(--primary-color-1);
        border-color: var(--text-white);
    }

    .footer__top .btn-two::before {
        background: var(--btn-white);
    }

/*==========================================================================
Footer One CSS
==========================================================================*/
.footer__one {
    position: relative;
    z-index: 1;
    background: var(--bg-heading-color);
    padding-top: 100px;
}

.footer__one-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer__one-widget h4 {
    color: var(--text-white);
    margin-bottom: 25px;
}

.footer__one-widget-about a img {
    max-width: 165px;
}

.footer__one-widget-about p {
    color: var(--color-4);
    max-width: 260px;
    margin-top: 15px;
}

.footer__one-widget-about-social {
    margin-top: 30px;
}

    .footer__one-widget-about-social ul {
        padding: 0;
        margin: 0;
    }

        .footer__one-widget-about-social ul li {
            list-style: none;
            display: inline-block;
            margin-right: 10px;
        }

            .footer__one-widget-about-social ul li:last-child {
                margin: 0;
            }

            .footer__one-widget-about-social ul li a i {
                display: inline-block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background: var(--color-11);
                font-size: 15px;
                border-radius: 50%;
                color: var(--text-white);
                transition: 0.4s;
            }

                .footer__one-widget-about-social ul li a i:hover {
                    background: var(--primary-color-1);
                }

.footer__one-widget-solution ul {
    padding: 0;
    margin: 0;
}

    .footer__one-widget-solution ul li {
        padding: 0;
        list-style: none;
        margin-bottom: 15px;
    }

        .footer__one-widget-solution ul li:last-child {
            margin: 0;
        }

        .footer__one-widget-solution ul li a {
            color: var(--color-4);
            transition: 0.4s;
            position: relative;
        }

            .footer__one-widget-solution ul li a i {
                color: var(--primary-color-1);
                font-size: 14px;
                line-height: 24px;
                position: absolute;
                opacity: 0;
                transition: 0.4s;
                left: 0px;
                top: 0;
            }

            .footer__one-widget-solution ul li a:hover {
                color: var(--primary-color-1);
                padding-left: 20px;
            }

                .footer__one-widget-solution ul li a:hover i {
                    opacity: 1;
                }

.footer__one-widget-location h6 {
    color: var(--text-white);
    margin: 18px 0;
}

.footer__one-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer__one-widget-location-item-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid var(--color-11);
    border-radius: 50%;
    color: var(--primary-color-1);
}

.footer__one-widget-location-item-info a {
    color: var(--color-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 188px;
    display: inline-block;
    transition: 0.4s;
}

    .footer__one-widget-location-item-info a:hover {
        color: var(--primary-color-1);
    }

.footer__one-widget-subscribe p {
    color: var(--color-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 265px;
}

    .footer__one-widget-subscribe p span {
        color: var(--primary-color-1);
    }

.footer__one-widget-subscribe form {
    position: relative;
    margin-top: 30px;
}

    .footer__one-widget-subscribe form input {
        background: transparent;
        color: var(--color-9);
        border-color: var(--color-11);
        height: 70px;
    }

        .footer__one-widget-subscribe form input:focus {
            color: var(--color-9);
        }

    .footer__one-widget-subscribe form button {
        padding: 0;
        position: absolute;
        right: 7px;
        top: 7px;
        width: 56px;
        height: 56px;
        border-radius: 4px;
        font-size: 20px;
        text-align: center;
    }

.footer__one .border-one {
    padding-left: 35px;
    position: relative;
    margin-left: -5px;
}

    .footer__one .border-one::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 220px;
        background: var(--color-11);
        left: 0;
        top: 0;
    }

    .footer__one .border-one.tow {
        margin-left: -13px;
    }

/*==========================================================================
Footer Two CSS
==========================================================================*/
.footer__two {
    background: #3c2a48;
    background-position: center;
    overflow: hidden;
}

.footer__two-widget h4 {
    color: var(--text-white);
    margin-bottom: 25px;
}

.footer__two-widget.footer-border {
    position: relative;
    padding-left: 60px;
}

    .footer__two-widget.footer-border::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 250px;
        background: var(--color-11);
        left: -10px;
        top: 0;
    }

.footer__two-widget-about a img {
    max-width: 165px;
}

.footer__two-widget-about p {
    color: var(--color-4);
    max-width: 355px;
    margin-top: 25px;
}

.footer__two-widget-about-social {
    margin-top: 30px;
    padding-left: 40px;
}

    .footer__two-widget-about-social ul {
        padding: 0;
        margin: 0;
    }

        .footer__two-widget-about-social ul li {
            list-style: none;
            display: inline-block;
            margin-right: 10px;
        }

            .footer__two-widget-about-social ul li:last-child {
                margin: 0;
            }

            .footer__two-widget-about-social ul li a i {
                display: inline-block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background: var(--color-11);
                font-size: 15px;
                border-radius: 50%;
                color: var(--text-white);
                transition: 0.4s;
            }

                .footer__two-widget-about-social ul li a i:hover {
                    background: var(--primary-color-2);
                }

.footer__two-widget-location h6 {
    color: var(--text-white);
    margin: 18px 0;
}

.footer__two-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer__two-widget-location-item-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid var(--color-11);
    border-radius: 50%;
    color: var(--primary-color-2);
}

.footer__two-widget-location-item-info a {
    color: var(--color-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 220px;
    display: inline-block;
    transition: 0.4s;
}

    .footer__two-widget-location-item-info a:hover {
        color: var(--primary-color-2);
    }

/*==========================================================================
Footer Three CSS
==========================================================================*/
.footer__three {
    position: relative;
    z-index: 1;
    background: var(--color-6);
    padding-top: 100px;
}

.footer__three-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer__three-widget h4 {
    margin-bottom: 20px;
}

.footer__three-widget-about a img {
    max-width: 165px;
}

.footer__three-widget-about p {
    max-width: 350px;
    margin-top: 30px;
}

.footer__three-widget-solution ul {
    padding: 0;
    margin: 0;
}

    .footer__three-widget-solution ul li {
        padding: 0;
        list-style: none;
        margin-bottom: 15px;
    }

        .footer__three-widget-solution ul li:last-child {
            margin: 0;
        }

        .footer__three-widget-solution ul li a {
            transition: 0.4s;
            position: relative;
            font-weight: 500;
        }

            .footer__three-widget-solution ul li a i {
                color: var(--primary-color-3);
                font-size: 14px;
                line-height: 24px;
                position: absolute;
                opacity: 0;
                transition: 0.4s;
                left: 0px;
                top: 0;
            }

            .footer__three-widget-solution ul li a:hover {
                color: var(--primary-color-3);
                padding-left: 20px;
            }

                .footer__three-widget-solution ul li a:hover i {
                    opacity: 1;
                }

.footer__three-widget-location h6 {
    margin: 18px 0;
}

.footer__three-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer__three-widget-location-item-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid var(--color-15);
    border-radius: 50%;
    color: var(--primary-color-3);
}

.footer__three-widget-location-item-info a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 188px;
    display: inline-block;
    transition: 0.4s;
}

    .footer__three-widget-location-item-info a:hover {
        color: var(--primary-color-3);
    }

.footer__three-widget-hour p {
    font-weight: 500;
    font-family: var(--heading-font);
    margin-bottom: 7px;
}

    .footer__three-widget-hour p:last-child {
        margin: 0;
    }

.footer__three-widget-hour-social {
    margin-top: 25px;
}

    .footer__three-widget-hour-social ul {
        padding: 0;
        margin: 0;
    }

        .footer__three-widget-hour-social ul li {
            list-style: none;
            display: inline-block;
            margin-right: 10px;
        }

            .footer__three-widget-hour-social ul li:last-child {
                margin: 0;
            }

            .footer__three-widget-hour-social ul li a i {
                display: inline-block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background: var(--bg-white);
                font-size: 15px;
                border-radius: 50%;
                color: var(--heading-color);
                transition: 0.4s;
            }

                .footer__three-widget-hour-social ul li a i:hover {
                    background: var(--primary-color-3);
                    color: var(--text-white);
                }

/*==========================================================================
All Footer CSS
==========================================================================*/
.all-footer .footer__two-widget-location-item-icon i {
    color: var(--primary-color-1);
}

.all-footer .footer__two-widget-location-item-info a:hover {
    color: var(--primary-color-1);
}

.all-footer .footer__two-widget-about-social ul li a i:hover {
    background: var(--primary-color-1);
}

.all-footer .post__item-title h6 a:hover {
    color: var(--primary-color-1);
}

.all-footer .post__item-title span i {
    color: var(--primary-color-1);
}

.all-footer .copyright__two p a {
    color: var(--primary-color-1);
}

@media (max-width: 1399px) {
    .footer__one .border-one {
        padding-left: 0;
        margin-left: 0;
    }

        .footer__one .border-one::before {
            display: none;
        }

        .footer__one .border-one.tow {
            margin-left: 0;
        }

    .footer__two-widget.footer-border {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) {
    .footer__two-widget.footer-border {
        padding-left: 0;
    }

        .footer__two-widget.footer-border::before {
            display: none;
        }
}

@media (max-width: 575px) {
    .footer__one {
        padding-top: 85px;
    }
}
/*==========================================================================
Copyright One CSS
==========================================================================*/
.copyright__one,
.copyright__two,
.copyright__three {
    margin-top: 50px;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid var(--color-11);
}

    .copyright__one p,
    .copyright__two p,
    .copyright__three p {
        margin: 0;
        color: var(--text-white);
        font-size: 15px;
        line-height: 26px;
    }

        .copyright__one p a,
        .copyright__two p a,
        .copyright__three p a {
            color: var(--primary-color-1);
            text-decoration: underline;
            margin: 0 2px;
        }

        /*==========================================================================
Copyright Two CSS
==========================================================================*/
        .copyright__two p a {
            color: var(--primary-color-2);
        }

/*==========================================================================
Copyright Three CSS
==========================================================================*/
.copyright__three {
    border-top: 1px solid var(--color-16);
}

    .copyright__three p {
        color: var(--body-color);
    }

        .copyright__three p a {
            color: var(--primary-color-3);
        }

@media (max-width: 575px) {
    .copyright__one {
        margin-top: 85px;
    }
}
/*==========================================================================
All Side Bar CSS
==========================================================================*/
.all__sidebar {
    position: sticky;
    top: 140px;
}

.all__sidebar-item {
    padding: 40px;
    background: var(--color-6);
    border: 1px solid var(--border-color-4);
    margin-bottom: 30px;
}

    .all__sidebar-item:last-child {
        margin: 0;
    }

    .all__sidebar-item h4 {
        margin-bottom: 30px;
    }

.all__sidebar-item-search form {
    display: flex;
    position: relative;
}

    .all__sidebar-item-search form input {
        border-color: var(--bg-white);
    }

    .all__sidebar-item-search form button {
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        border-radius: 0 6px 6px 0;
    }

.all__sidebar-item-post .post__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-3);
}

    .all__sidebar-item-post .post__item:last-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

.all__sidebar-item-post .post__item-image img {
    width: 90px;
    height: 90px;
    max-width: 90px;
    border-radius: 0;
}

.all__sidebar-item-post .post__item-title h6 a {
    color: var(--text-heading-color);
}

    .all__sidebar-item-post .post__item-title h6 a:hover {
        color: var(--primary-color-1);
    }

.all__sidebar-item-post .post__item-title span {
    color: var(--color-2);
}

    .all__sidebar-item-post .post__item-title span i {
        color: var(--primary-color-1);
    }

.all__sidebar-item-tag ul {
    padding: 0;
    margin: 0;
    margin-left: -3px;
    margin-top: -1px;
}

    .all__sidebar-item-tag ul li {
        display: inline-block;
        list-style: none;
    }

        .all__sidebar-item-tag ul li a {
            transition: 0.4s;
            border: 1px solid var(--border-color-3);
            margin: 1px 3px;
            overflow: hidden;
            padding: 4px 20px 5px 20px;
            display: inline-block;
            font-weight: 500;
            font-size: 15px;
            line-height: 25px;
            border-radius: 4px;
        }

            .all__sidebar-item-tag ul li a:hover {
                color: var(--text-white);
                background: var(--primary-color-1);
                border-color: var(--primary-color-1);
            }

.all__sidebar-item-solution ul {
    padding: 0;
    margin: 0;
}

    .all__sidebar-item-solution ul li {
        list-style: none;
    }

        .all__sidebar-item-solution ul li .active {
            color: var(--text-white);
            background: var(--primary-color-1);
            border-color: var(--primary-color-1);
            padding-left: 20px;
        }

            .all__sidebar-item-solution ul li .active i {
                opacity: 1;
                margin-left: 0;
            }

        .all__sidebar-item-solution ul li a {
            display: block;
            transition: all 0.4s ease-out 0s;
            font-weight: 700;
            font-size: 16px;
            line-height: 26px;
            padding: 16px 20px;
            padding-left: 0;
            border-bottom: 1px solid var(--border-color-3);
            overflow: hidden;
            border-radius: 6px;
        }

            .all__sidebar-item-solution ul li a i {
                font-size: 14px;
                margin-right: 10px;
                opacity: 0;
                margin-left: -20px;
                transition: all 0.4s ease-out 0s;
            }

            .all__sidebar-item-solution ul li a span {
                float: right;
                position: relative;
                top: 5px;
                font-weight: 600;
                font-size: 16px;
                line-height: 16px;
            }

            .all__sidebar-item-solution ul li a:hover {
                color: var(--text-white);
                background: var(--primary-color-1);
                border-color: var(--primary-color-1);
                padding-left: 20px;
            }

                .all__sidebar-item-solution ul li a:hover i {
                    opacity: 1;
                    margin-left: 0;
                }

        .all__sidebar-item-solution ul li:last-child a {
            margin-bottom: 0;
        }

.all__sidebar-item-download ul {
    padding: 0;
    margin: 0;
}

    .all__sidebar-item-download ul li {
        list-style: none;
    }

        .all__sidebar-item-download ul li a {
            display: block;
            font-weight: 700;
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 10px;
            background: var(--bg-white);
            padding: 15px 20px;
            overflow: hidden;
            border-radius: 6px;
        }

            .all__sidebar-item-download ul li a i {
                float: right;
                width: 30px;
                height: 30px;
                line-height: 30px;
                background: var(--primary-color-1);
                text-align: center;
                border-radius: 4px;
                color: var(--text-white);
            }

            .all__sidebar-item-download ul li a img {
                margin-right: 18px;
                padding-right: 10px;
                border-right: 1px solid var(--border-color-1);
            }

        .all__sidebar-item-download ul li:last-child a {
            margin: 0;
        }

.all__sidebar-help-image-content {
    box-shadow: var(--box-shadow-1);
    padding: 30px;
    margin: 0 40px;
    margin-top: -190px;
    background: var(--bg-white);
    position: relative;
    text-align: center;
}

    .all__sidebar-help-image-content h4 {
        margin-top: 6px;
        margin-bottom: 26px;
    }

.all__sidebar-contact {
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

.all__sidebar-contact-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    padding-bottom: 50px;
    width: 100%;
    z-index: 1;
}

    .all__sidebar-contact-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--primary-color-1);
        -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
        height: 100%;
        z-index: -1;
    }

    .all__sidebar-contact-content::after {
        content: "";
        position: absolute;
        height: 200px;
        width: 200px;
        right: -80px;
        bottom: -80px;
        background: rgba(255, 255, 255, 0.09);
        border-radius: 50%;
    }

.all__sidebar-contact-content-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: var(--bg-white);
    margin: 0 auto;
    margin-bottom: 45px;
}

.all__sidebar-contact-content h3 {
    color: var(--text-white);
    margin-bottom: 10px;
}

.all__sidebar-contact-content .simple-btn-2 {
    color: var(--text-white);
}

/*==========================================================================
Post CSS
==========================================================================*/
.post__item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

    .post__item:last-child {
        margin: 0;
    }

.post__item-image img {
    width: 80px;
    height: 80px;
    max-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.post__item-title span {
    color: var(--color-9);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

    .post__item-title span i {
        color: var(--primary-color-2);
        margin-right: 10px;
        font-size: 16px;
    }

.post__item-title h6 {
    font-size: 18px;
    line-height: 28px;
    max-width: 234px;
}

    .post__item-title h6 a {
        color: var(--text-white);
        transition: 0.4s;
    }

        .post__item-title h6 a:hover {
            color: var(--primary-color-2);
        }

/*==========================================================================
Theme Pagination CSS
==========================================================================*/
.theme__pagination ul {
    margin: 0;
    padding: 0;
    margin-left: -5px;
}

    .theme__pagination ul li {
        list-style: none;
        display: inline-block;
        margin: 5px;
    }

        .theme__pagination ul li .active {
            background: var(--primary-color-1);
            color: var(--text-white);
            border-color: var(--primary-color-1);
        }

        .theme__pagination ul li a {
            font-family: var(--heading-font);
            border: 1px solid var(--border-color-1);
            display: block;
            height: 50px;
            width: 50px;
            line-height: 50px;
            text-align: center;
            font-weight: 800;
            font-size: 16px;
            transition: 0.4s;
        }

            .theme__pagination ul li a:hover {
                background: var(--primary-color-1);
                color: var(--text-white);
                border-color: var(--primary-color-1);
            }

            .theme__pagination ul li a i {
                font-size: 14px;
            }

@media (max-width: 1399px) {
    .all__sidebar-item {
        padding: 35px 30px;
    }

    .all__sidebar-item-post .post__item {
        gap: 20px;
    }

    .all__sidebar-item-post .post__item-image img {
        width: 85px;
        height: 85px;
        max-width: 85px;
    }

    .all__sidebar-item-post .post__item .post__item-title h6 {
        font-size: 17px;
    }

    .all__sidebar-item-tag ul li a {
        padding: 4px 15px 5px 15px;
    }

    .all__sidebar-contact-content {
        padding: 40px 30px;
        padding-bottom: 50px;
    }

    .all__sidebar-help-image-content {
        margin: 0 25px;
        margin-top: -170px;
    }
}

@media (max-width: 1199px) {
    .all__sidebar-item {
        padding: 35px 25px;
    }

    .all__sidebar-item-solution ul li {
        list-style: none;
    }

        .all__sidebar-item-solution ul li .active {
            padding-left: 15px;
        }

        .all__sidebar-item-solution ul li a {
            padding: 16px 15px;
        }

            .all__sidebar-item-solution ul li a i {
                margin-right: 8px;
                margin-left: -15px;
            }

            .all__sidebar-item-solution ul li a:hover {
                padding-left: 15px;
            }

    .all__sidebar-item-post .post__item {
        gap: 15px;
    }

    .all__sidebar-item-post .post__item-image img {
        width: 70px;
        height: 70px;
        max-width: 70px;
    }

    .all__sidebar-item-post .post__item .post__item-title h6 {
        font-size: 16px;
    }

    .all__sidebar-item-tag ul li a {
        padding: 4px 10px 5px 10px;
    }

    .all__sidebar-item-download ul li a {
        padding: 15px;
    }

        .all__sidebar-item-download ul li a i {
            width: 28px;
            height: 28px;
            line-height: 28px;
            font-size: 14px;
        }

        .all__sidebar-item-download ul li a img {
            margin-right: 10px;
        }

    .all__sidebar-contact-content {
        padding: 40px 25px;
        padding-bottom: 50px;
    }

    .all__sidebar-contact-content-icon {
        margin-bottom: 35px;
    }

    .all__sidebar-contact-content h3 {
        font-size: 27px;
        line-height: 37px;
    }

    .all__sidebar-help-image-content {
        padding: 30px 20px;
    }

    .post__item {
        gap: 20px;
    }

    .post__item-title h6 {
        font-size: 17px;
        line-height: 27px;
    }
}
/*==========================================================================
Page Banner CSS
==========================================================================*/
.page__banner {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 160px;
    overflow: hidden;
}

    .page__banner::after {
        content: "";
        position: absolute;
        background-image: url("../img/shape/page-banner-bg.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -2;
    }

.page__banner-content ul {
    padding: 0;
    margin: 0;
}

    .page__banner-content ul li {
        display: inline-block;
        list-style: none;
        color: var(--primary-color-1);
        font-weight: 700;
    }

        .page__banner-content ul li a {
            color: var(--text-white);
            margin-right: 15px;
            transition: 0.4s;
        }

            .page__banner-content ul li a:hover {
                color: var(--primary-color-1);
            }

        .page__banner-content ul li span {
            margin-right: 15px;
            color: var(--text-white);
        }

.page__banner-content h1 {
    color: var(--text-white);
    font-size: 70px;
    line-height: 80px;
    margin-top: 10px;
}

.page__banner-content > span {
    color: var(--text-white);
    display: block;
    font-weight: 700;
    font-size: 120px;
    line-height: 144px;
    opacity: 0.08;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 -80px 0;
    position: relative;
    z-index: -1;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

/*==========================================================================
Error CSS
==========================================================================*/
.error-page {
    text-align: center;
}

    .error-page h2 {
        margin: 40px 0 30px 0;
    }

    .error-page p {
        margin-bottom: 35px;
    }

@media (max-width: 1599px) {
    .page__banner::after {
        left: -140px;
    }
}

@media (max-width: 991px) {
    .page__banner::after {
        left: -220px;
        width: 125%;
    }
}

@media (max-width: 767px) {
    .page__banner::after {
        background-image: none;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--bg-heading-color);
    }

    .page__banner-content h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .page__banner-content > span {
        font-size: 90px;
        line-height: 102px;
        margin: 0 0 -60px 0;
    }
}

@media (max-width: 480px) {
    .page__banner {
        padding: 50px 0;
    }

    .page__banner-content h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .page__banner-content > span {
        font-size: 68px;
        line-height: 80px;
    }
}

@media (max-width: 359px) {
    .page__banner-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .page__banner-content > span {
        font-size: 58px;
        line-height: 60px;
    }
}
/*# sourceMappingURL=style.css.map */

/* Portfolio Start  */
.portfolio-details {
    text-align: center;
    padding: 10px;
    /*border:1px solid #ccc*/
}

.icon-port img {
    float: left;
    width: 28px;
    height: 28px;
}

.icon-port {
    display: flex;
    padding: 20px;
    margin-bottom: 5px;
}

.posti {
    position: relative;
}

.bg-port {
    position: absolute;
    top: 74px;
    left: 50px;
    width: 100%;
}

.counters h6 {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.counters p {
    color: #fff;
    font-size: 12px;
}

.counters {
    padding: 0 20px;
}




.expertise-sec img:hover {
    animation: rotateY 0.7s;
}

.expertise-sec h5 {
    font-size: 18px;
    color: #000;
}

.expertise-sec p {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.expertise-sec a.btn-one {
    display: none;
}

.expertise-sec:hover a.btn-one {
    display: inline-flex;
    padding: 7px 30px;
    font-size: 13px;
    margin-top: 6px;
}

.expertise-sec:hover p {
    display: none;
}

.expertise-sec {
    text-align: center;
    padding: 20px 20px;
    background-color: #fff;
    margin: 10px 0px;
    border-radius: 10px;
}

    .expertise-sec:hover {
        transform: translateY(-8px);
        box-shadow: rgba(45, 42, 61, 0.1) 0px 5px 9px 19px;
    }

    .expertise-sec img {
        width: 48%;
    }

    .expertise-sec:hover img {
        transform: rotate(45deg);
    }



.card .card_heading {
    font-weight: 500;
    font-size: 20px;
    display: none;
}

.traning-job h4 {
    font-weight: 800;
    font-size: 16px;
}

.traning-job a.btn-one {
    padding: 6px 15px;
    font-size: 12px;
    margin-top: 10px;
}

.traning-job p {
    font-size: 12px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.card .card_heading_secondry {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 6px;
    display: none;
}

.card .device_img {
    display: inline-block;
    width: 100%;
    margin: 0px 0;
}

.card:hover::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
    opacity: 0.85;
    border-radius: 19px;
}


.card:hover .card_heading {
    display: block;
    z-index: 999;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
}

.card .webapp_link {
    display: inline-block;
    width: 100%;
    text-align: right;
}

    .card .webapp_link a {
        color: #fff;
        font-size: 12px;
    }

.c-divider {
    padding: 0 5px 0 8px;
    height: 12px;
    display: inline-block;
    position: relative;
}

    .c-divider:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 15px;
        background: #fff;
        margin: 1px 0 0;
    }

.card .webapp_link a {
    color: #fff;
    font-size: 12px;
}

.card a {
    color: #fff;
}

.card {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #fff;
    margin: 50px 0 0 0;
    border-radius: 20px;
    border: 2px solid #ccc;
}


/* OutSourceing */

.tab-content li {
    display: inline-block;
    list-style: none;
    width: 31%;
    margin: 0px 5px 0 0;
}

.bg-language {
    border-radius: 10px;
    padding: 9px;
    text-align: left;
    background-color: #fff;
    box-shadow: var(--box-shadow-2);
    margin: 5px 0;
    text-align: center;
}

    .bg-language:hover {
        transform: translateY(-8px);
    }

    .bg-language span {
        font-size: 12px;
        font-weight: 700;
    }

    .bg-language:hover {
        box-shadow: -4.104px 11.276px 38px 0px rgba(45.000000000000014,42,61,.10196078431372549);
        background-color: #fff;
    }

.tab-details h2 {
    font-size: 17px;
    line-height: 1;
}

.tab-content li h5 {
    margin: 0px 0;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.nav-pills .nav-link.active span.line {
    background-color: #000;
    height: 1px;
    position: absolute;
    width: 80px;
    right: -80px;
    top: 20px;
}

.bg-language img {
    width: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #01005d !important;
    font-weight: 900;
}

.nav-link {
    background: transparent !important;
    color: rgb(103 97 97) !important;
}

.out-sourceing .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    margin: 5px 0;
    background-color: #a1a0b2;
    text-align: right;
}

.cta__two.out-sourceing {
    position: relative;
    background: url(../img/outsourcing-bg.png);
    padding: 70px 0 30px 0;
    margin: 0;
    background-attachment: fixed;
    background-size: cover;
}

.nav-link.active {
    border-right: 1px solid #333 !important;
    position: relative;
}


    .nav-link.active::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        width: 3px !important;
        height: 1px !important;
        background: #01005d !important;
        right: 0 !important;
        top: 0 !important;
        visibility: visible !important;
    }

.nav-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 1px;
    background: #01005d;
    right: 0;
    bottom: 0;
    visibility: visible;
}

.tab-details {
    padding: 0 0 0 0px;
}

    .tab-details ul {
        padding: 0;
    }

.nav-link:hover {
    color: #e9400b !important;
    transform: translateY(-8px);
}







/* Career */

.traning-job {
    background-color: #fff;
    box-shadow: var(--box-shadow-2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

    .traning-job img {
        width: 20%;
    }

.view-details {
    display: none;
}

.traning-job:hover .view-details {
    display: block;
    position: absolute;
    top: 30%;
    margin: auto;
    width: 100%;
}

/* Footer */

.footer__two-widget-location ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer__two-widget-location ul.details li {
        list-style: none;
        margin: 10px 0;
        padding: 0;
        display: flex;
    }

.footer__two-widget-location i.fa {
    margin-right: 20px;
    line-height: 2;
    color: #f04c05;
}

.footer__two-widget-about ul {
    padding: 0;
    list-style: none;
    line-height: 2.5;
}

    .footer__two-widget-about ul i.far {
        margin-right: 20px;
        color: #f04c05;
    }

.footer__two-widget-about li:hover {
    padding-left: 10px;
    color: #ef4405 !important;
}








canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 99;
}

/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.happy-customer {
    margin-top: 20px;
    padding: 20px 0;
}

.border-right {
    border-right: 1px solid #ccc;
}

.list-testi {
    background-color: #fff;
    box-shadow: -4.104px 11.276px 38px 0px rgba(45.000000000000014,42,61,.10196078431372549);
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

img.avatar-img {
    border-radius: 100%;
    width: 80%;
}

.list-testi p {
    padding: 5px 0;
}

.list-testi.mar-right {
    margin-left: 60px;
}

.list-testi:hover {
    transform: translateY(-8px);
}

.testimonial-left a.btn-one {
    font-size: 12px;
}

.happy-customer h3 {
    color: #2724e0;
    padding: 5px 0;
}

.list-testi i.fa.fa-star.fil {
    color: #ef4405;
}

.list-testi i.fa.fa-star {
    color: #ccc;
}

.blog__two-item:hover .blog__two-item-content {
    margin-top: -70px;
    z-index: 999;
    position: absolute;
}

.blog__two-item a.btn-one {
    display: none;
}

.blog__two-item:hover a.btn-one {
    display: inline-block;
}

.blog__two-item-content h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div#particles-js1 {
    position: absolute;
    width: 100%;
}

.trending-sec img {
    width: 35%;
}

.trending-sec {
    background-color: rgb(255, 255, 255);
    padding: 30px 10px;
    text-align: center;
    box-shadow: rgba(45, 42, 61, 0.1) -4.104px 11.276px 38px 0px;
    margin: 15px 0;
    border-radius: 10px;
}

    .trending-sec:hover {
        transform: translateY(-8px);
        box-shadow: rgb(0 0 0 / 25%) -4.104px 4.276px 4px 0px;
    }

    .trending-sec h5 {
        font-size: 14px;
        margin-top: 20px;
    }

img.social-icon {
    width: 30px;
}

    img.social-icon:hover {
        animation: rotateY 0.7s;
    }

















/* setup tooltips */
.tooltip {
    position: relative;
    opacity: 1;
}

    .tooltip::before,
    .tooltip::after {
        display: block;
        opacity: 0;
        pointer-events: none;
        position: absolute;
    }

    .tooltip::after {
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
        height: 0;
        top: 50px;
        left: 20px;
        width: 0;
    }

    .tooltip::before {
        background: #fff;
        border-radius: 2px;
        color: #000;
        content: attr(data-title);
        font-size: 14px;
        padding: 6px 10px;
        top: 55px;
        white-space: nowrap;
    }

    /* the animations */
    /* fade */
    .tooltip:after,
    .tooltip:before {
        transform: translate3d(0,-10px,0);
        transition: all .15s ease-in-out;
    }

    .tooltip:hover::after,
    .tooltip:hover::before {
        opacity: 1;
        transform: translate3d(0,0,0);
    }

    /* expand */
    .tooltip.expand::before {
        transform: scale3d(.2,.2,1);
        transition: all .2s ease-in-out;
    }

    .tooltip.expand::after {
        transform: translate3d(0,6px,0);
        transition: all .1s ease-in-out;
    }

    .tooltip.expand:hover::before,
    .tooltip.expand:hover::after {
        opacity: 1;
        transform: scale3d(1,1,1);
    }

    .tooltip.expand:hover::after {
        transition: all .2s .1s ease-in-out;
    }

    /* swing */
    .tooltip.swing::before,
    .tooltip.swing::after {
        transform: translate3d(0,30px,0) rotate3d(0,0,1,60deg);
        transform-origin: 0 0;
        transition: transform .15s ease-in-out, opacity .2s;
    }

    .tooltip.swing::after {
        transform: translate3d(0,60px,0);
        transition: transform .15s ease-in-out, opacity .2s;
    }

    .tooltip.swing:hover::before,
    .tooltip.swing:hover::after {
        opacity: 1;
        transform: translate3d(0,0,0) rotate3d(1,1,1,0deg);
    }

/* basic styling: has nothing to do with tooltips: */

.client-testimonial {
    padding: 20px;
}


/* E-commerce development */

section.Why_Choose {
    background: #fff;
    padding: 70px 0;
}

    section.Why_Choose .content h2 {
        font-weight: 300;
        font-size: 30px;
    }

.counter-persantage {
    background-color: #fff;
    box-shadow: rgba(45, 42, 61, 0.1) -4.104px 11.276px 38px 0px;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
    text-align: center;
}

    .counter-persantage h2 {
        font-weight: 600 !important;
    }

    .counter-persantage h5 {
        color: #333;
    }

.feature {
    padding: 12px;
    box-shadow: rgba(45, 42, 61, 0.1) -4.104px 11.276px 38px 0px;
    margin: 10px 0;
    border-radius: 10px;
    text-align: center;
}

i.icon-1 {
    background-position: 0 0;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

.feature h5 {
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 0;
    color: #000;
    min-height: 63px;
}

h2.heading-why {
    font-size: 44px !important;
}

i.icon-2 {
    background-position: 0 -59px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-3 {
    background-position: 0 -120px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-4 {
    background-position: 0 -180px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-5 {
    background-position: 0 -240px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-6 {
    background-position: 0 -300px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-7 {
    background-position: 0 -360px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-8 {
    background-position: 0 -420px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-9 {
    background-position: 0 -480px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-10 {
    background-position: 0 -540px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-11 {
    background-position: 0 -600px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-12 {
    background-position: 0 -660px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-13 {
    background-position: 0 -720px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-14 {
    background-position: 0 -780px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

i.icon-15 {
    background-position: 0 -840px;
    background-image: url(../../assets/img/development/meanstackSprite3.png);
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
}

.service-column {
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    margin: 30px 0;
    position: relative;
}

img.icon-service {
    width: 77px;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    position: absolute;
    top: -40px;
    border: 1px solid #ef4d08;
}

.service-column h5 {
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
}

.service-column p {
    font-size: 14px;
}
/*What We Offer*/

.whatweoffer {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    text-align: center;
    box-shadow: rgba(45, 42, 61, 0.1) -4.104px 11.276px 38px 0px;
    margin: 15px 0;
    border-radius: 10px;
}

    .whatweoffer img {
        width: 20%;
    }

    .whatweoffer h4 {
        margin: 18px 0;
        font-size: 20px;
        color: #01005d;
    }


/* Careers */

.hire-list {
    background-color: #fff;
    box-shadow: var(--box-shadow-2);
    padding: 20px;
    border-radius: 10px;
    position: relative;
    border: 1px dashed #ef4405;
}

    .hire-list h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .hire-list a.view-job {
        color: #0077fe;
        font-weight: 900;
    }

.career input.form-control {
    height: 60px;
    border: 1px solid var(--border-color-2) !important;
    padding: 18px 15px 0 46px;
}

.hire-list:hover {
    transform: translateY(-8px);
}

.icon-shape img {
    background: #fff;
}

/* hire developer */

table.table.table-bordered.bg-white td {
    padding: 20px;
    font-weight: bold;
}

img.gif-process {
    border-radius: 20px;
}

/* Our Process */













a {
    text-decoration: none
}

h4 {
    text-align: center;
    margin: 30px 0;
    color: #444
}

.main-timeline {
    position: relative
}

    .main-timeline:before {
        content: "";
        width: 5px;
        height: 100%;
        border-radius: 20px;
        margin: 0 auto;
        background: #242922;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .main-timeline .timeline {
        display: inline-block;
        margin-bottom: 50px;
        position: relative
    }

        .main-timeline .timeline:before {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 4px solid #fff;
            background: #ec496e;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            transform: translate(-50%,-50%)
        }

    .main-timeline .timeline-icon {
        display: inline-block;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border: 3px solid #ec496e;
        padding: 13px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translateY(-50%)
    }

        .main-timeline .timeline-icon i {
            display: block;
            border-radius: 50%;
            background: #ec496e;
            font-size: 64px;
            color: #fff;
            line-height: 100px;
            z-index: 1;
            position: relative
        }

        .main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
            content: "";
            width: 100px;
            height: 4px;
            background: #ec496e;
            position: absolute;
            top: 50%;
            right: -100px;
            transform: translateY(-50%)
        }

        .main-timeline .timeline-icon:after {
            width: 70px;
            height: 0px;
            background: #fff;
            top: 89px;
            right: -60px
        }

    .main-timeline .timeline-content {
        width: 50%;
        padding: 0 50px;
        margin: 52px 0 0;
        float: right;
        position: relative
    }

        .main-timeline .timeline-content:before {
            content: "";
            width: 70%;
            height: 100%;
            border: 3px solid #ec496e;
            border-top: none;
            border-right: none;
            position: absolute;
            bottom: -13px;
            left: 35px
        }

        .main-timeline .timeline-content:after {
            content: "";
            width: 37px;
            height: 3px;
            background: #ec496e;
            position: absolute;
            top: 27px;
            left: 0
        }

    .main-timeline .title {
        font-size: 20px;
        font-weight: 600;
        color: #ec496e;
        text-transform: uppercase;
        margin: 0 0 5px
    }

    .main-timeline .description {
        display: inline-block;
        font-size: 14px;
        color: #404040;
        line-height: 20px;
        text-align: justify;
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 30%
    }

        .main-timeline .timeline:nth-child(even) .timeline-icon:before {
            right: auto;
            left: -100px
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon:after {
            right: auto;
            left: -60px
        }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: left
    }

        .main-timeline .timeline:nth-child(even) .timeline-content:before {
            left: auto;
            right: 35px;
            transform: rotateY(180deg)
        }

        .main-timeline .timeline:nth-child(even) .timeline-content:after {
            left: auto;
            right: 0
        }

    .main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
        background: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        border-color: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .title {
        color: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        border-left-color: #f9850f;
        border-bottom-color: #f9850f
    }

    .main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
        background: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .timeline-icon {
        border-color: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .title {
        color: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .timeline-content:before {
        border-left-color: #8fb800;
        border-bottom-color: #8fb800
    }

    .main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
        background: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .timeline-icon {
        border-color: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .title {
        color: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .timeline-content:before {
        border-left-color: #2fcea5;
        border-bottom-color: #2fcea5
    }

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

        .main-timeline:before {
            left: 80px;
            right: 0;
            margin: 0
        }

        .main-timeline .timeline {
            margin-bottom: 70px
        }

            .main-timeline .timeline:before {
                top: 0;
                left: 83px;
                right: 0;
                margin: 0
            }

        .main-timeline .timeline-icon {
            width: 60px;
            height: 60px;
            line-height: 40px;
            padding: 5px;
            top: 0;
            left: 0
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            left: 0;
            right: auto
        }

            .main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
                width: 25px;
                left: auto;
                right: -25px
            }

            .main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
                width: 25px;
                height: 30px;
                top: 44px;
                left: auto;
                right: -20px
            }

        .main-timeline .timeline-icon i {
            font-size: 30px;
            line-height: 45px
        }

        .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
            width: 100%;
            margin-top: -15px;
            padding-left: 130px;
            padding-right: 5px
        }

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

            .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
                width: 50%;
                left: 120px
            }

            .main-timeline .timeline:nth-child(even) .timeline-content:before {
                right: auto;
                transform: rotateY(0)
            }

            .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
                left: 85px;
                top: 13px;
            }
}

@media only screen and (max-width:479px) {
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

        .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
            left: 99px
        }

        .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
            left: 65px
        }
}


.timeline-icon img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
}





.portfolio-list {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    text-align: left;
    box-shadow: rgb(45 42 61 / 24%) -4.104px 11.276px 38px 0px;
    margin: 15px 0;
    border-radius: 10px;
}

.hover-eff {
    border: 2px dashed #ef4405;
    padding: 15px;
    border-radius: 10px;
}

img.logo-portfolio {
   /* width: 120px;*/
    float: right;
}

.portfolio-list h4 {
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    margin: 5px 0;
}

.heading-port {
    display: inline-block;
}

.pricing__area-item-price h4 {
    text-align: center;
    margin: 0px 0 0;
    color: #fff;
}




@media only screen and (max-width: 576px) {
    .horizon-wrapper {
        padding: 0;
        float: left;
        position: relative;
        margin-left: 0 !important;
    }

    #horizon-slider {
        width: 323px !important;
        height: 200px !important;
    }

        #horizon-slider ul li {
            width: 320px !important;
            height: 200px !important;
        }

    .horVerSlider .dots {
        bottom: 0 !important;
    }

    .banner__three {
        padding-top: 0;
    }

    .banner__two-content {
        padding: 0px 0px !important;
    }

    .solutions__two-item {
        margin: 0px 0px;
    }

    img.avatar-img {
        border-radius: 100%;
        width: 50px !important;
    }

    .happy-customer {
        text-align: center;
    }

    .traning-job {
        margin-bottom: 10px;
    }

    #vertical-slider {
        width: 320px !important;
    }

        #vertical-slider ul {
            width: 320px !important;
        }

            #vertical-slider ul li {
                width: 308px !important;
            }

    .timeline-icon img {
        border-radius: 50px;
        width: 100px;
        height: 45px;
    }
}







.call {
    position: relative;
}

    .call i.fa.fa-phone {
        color: #fff;
        font-size: 24px;
    }


.pinkBg {
    background-color: #ed184f !important;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}

.intro-banner-vdo-play-btn {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1
}

    .intro-banner-vdo-play-btn i {
        line-height: 50px;
        font-size: 20px
    }

    .intro-banner-vdo-play-btn .ripple {
        position: absolute;
        width: 160px;
        height: 160px;
        z-index: -1;
        left: 50%;
        top: 50%;
        opacity: 0;
        margin: -80px 0 0 -80px;
        border-radius: 100px;
        -webkit-animation: ripple 1.8s infinite;
        animation: ripple 1.8s infinite
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}


.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    top: 125px;
    right: 15px;
    border: 7px solid rgb(252 232 233);
    z-index: 100;
    background-color: white;
    border-radius: 10px;
    box-shadow: var(--box-shadow-2);
}

/* Add styles to the form container */
.form-container {
    max-width: 320px;
    padding: 20px;
}

    /* Full-width textarea */
    .form-container textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 200px;
    }

        /* When the textarea gets focus, do something */
        .form-container textarea:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/send button */
    .form-container .btn {
        background-color: #04AA6D;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    /* Add a red background color to the cancel button */
    .form-container .cancel {
        background-color: red;
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }

    .form-container h4 {
        margin: 0px;
        text-align: left;
        font-size: 22px;
    }

button.close-pop {
    background: transparent;
    color: #000;
    border: 0px solid #ccc;
    padding: 0px 0px;
    font-weight: 900;
    border-radius: 43px;
    height: 30px;
    position: absolute;
    top: 23px;
    right: 10px;
    width: 30px;
    background-color: #f04809;
    color: #fff;
}

.form-container img {
    margin: 10px 0;
}









.social-icon {
    position: relative;
}
    .social-icon span i {
        font-size: 20px;
    }

        .social-icon span {
        position: fixed;
        bottom: 17px;
        left: 17px;
        background-image: linear-gradient(90deg, #fd5581, #fd8b55);
        padding: 15px 10px;
        border: 3px solid white;
        border-radius: 50%;
        z-index: 999;
        font-size: 20px;
        transition: all 0.3s ease-in-out;
    }

        .social-icon span.hidden {
            visibility: hidden;
        }

        .social-icon span:last-child {
            padding: 13px 15px;
            width: 50px;
            height: 50px;
        }

        .social-icon span:nth-child(1) {
            background-image: linear-gradient(90deg, #1773ea, #1773ea);
            padding: 11px 17px;
            width: 50px;
            height: 50px;
        }

            .social-icon span:nth-child(1).show {
                transform: rotate(-80deg) translate(100px) rotate(80deg);
            }

            .social-icon span:nth-child(2) {
                background-image: linear-gradient(90deg, #0073b1, #0073b1);
                padding: 9px 11px;
                width: 50px;
                height: 50px;
            }

            .social-icon span:nth-child(2).show {
                transform: rotate(-35deg) translate(100px) rotate(35deg);
            }

        .social-icon span:nth-child(3) {
            background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
            padding: 10px;
            width: 50px;
            height: 50px;
        }

            .social-icon span:nth-child(3).show {
                transform: rotate(7deg) translate(100px) rotate(-98deg);
            }
