@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;family=Syne:wght@400..800&amp;display=swap";
:root {
    --font-syne: "Syne", sans-serif;
    --font-inter: "Inter", sans-serif;
    --primary-color: #7572FD;
    --primary-color-opc: 117, 114, 253;
    --primary-color2: #FF8B4A;
    --primary-color2-opc: 255, 139, 74;
    --primary-color3: #000000;
    --primary-color3-opc: 0, 0, 0;
    --title-color: #000000;
    --title-color-opc: 0, 0, 0;
    --title-color2: #091542;
    --title-color2-opc: 9, 21, 66;
    --white-color: #fff;
    --paragraph-color: #000000b3;
    --paragraph-color-opc: 77, 77, 77;
    --border-color: #EEEEEE;
    --border-color-opc: 230, 230, 230
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: 0 solid;
    box-shadow: unset
}

input,
textarea {
    border-radius: 0
}

html,
body {
    height: 100%
}

body {
    font-size: 16px;
    font-family: var(--font-syne);
    font-weight: 400;
    overflow-x: hidden
}

body.marketing-home-bg {
    background-color: #fffef6
}

body.marketing-home-bg #ball.ball-view {
    background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
    background-color: rgba(var(--primary-color2-opc), 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

body.digital-marketing-home {
    background-color: #0e1117
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-syne);
    font-weight: 500;
    margin-bottom: 15px
}

img {
    max-width: 100%
}

p {
    margin: 0;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7
}

a {
    text-decoration: none
}

button {
    border: unset
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

.pt-150 {
    padding-top: 150px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-150 {
        padding-top: 120px
    }
}

@media(max-width:991px) {
    .pt-150 {
        padding-top: 100px
    }
}

@media(max-width:576px) {
    .pt-150 {
        padding-top: 80px
    }
}

.pt-130 {
    padding-top: 130px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-130 {
        padding-top: 100px
    }
}

@media(max-width:991px) {
    .pt-130 {
        padding-top: 90px
    }
}

.pb-130 {
    padding-bottom: 130px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-130 {
        padding-bottom: 100px
    }
}

@media(max-width:991px) {
    .pb-130 {
        padding-bottom: 90px
    }
}

.pt-120 {
    padding-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 80px
    }
}

.pt-110 {
    padding-top: 110px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-110 {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .pt-110 {
        padding-top: 70px
    }
}

.pt-90 {
    padding-top: 90px
}

@media(max-width:991px) {
    .pt-90 {
        padding-top: 80px
    }
}

@media(max-width:767px) {
    .pt-90 {
        padding-top: 70px
    }
}

.pb-90 {
    padding-bottom: 90px
}

@media(max-width:991px) {
    .pb-90 {
        padding-bottom: 80px
    }
}

@media(max-width:767px) {
    .pb-90 {
        padding-bottom: 70px
    }
}

.pb-80 {
    padding-bottom: 80px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-80 {
        padding-bottom: 60px
    }
}

.pb-65 {
    padding-bottom: 65px
}

.mt-130 {
    margin-top: 130px
}

@media(min-width:992px) and (max-width:1199px) {
    .mt-130 {
        margin-top: 100px
    }
}

@media(max-width:991px) {
    .mt-130 {
        margin-top: 90px
    }
}

.mt-120 {
    margin-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mt-120 {
        margin-top: 100px
    }
}

@media(max-width:991px) {
    .mt-120 {
        margin-top: 90px
    }
}

.mb-130 {
    margin-bottom: 130px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-130 {
        margin-bottom: 100px
    }
}

@media(max-width:991px) {
    .mb-130 {
        margin-bottom: 90px
    }
}

.mb-120 {
    margin-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-120 {
        margin-bottom: 90px
    }
}

@media(max-width:991px) {
    .mb-120 {
        margin-bottom: 80px
    }
}

.mb-110 {
    margin-bottom: 110px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-110 {
        margin-bottom: 90px
    }
}

@media(max-width:991px) {
    .mb-110 {
        margin-bottom: 80px
    }
}

.mb-100 {
    margin-bottom: 100px
}

@media(max-width:991px) {
    .mb-100 {
        margin-bottom: 80px
    }
}

@media(max-width:767px) {
    .mb-100 {
        margin-bottom: 60px
    }
}

.mt-100 {
    margin-top: 110px !important
}

@media(max-width:991px) {
    .mt-100 {
        margin-top: 80px !important
    }
}

.mb-90 {
    margin-bottom: 90px
}

@media(max-width:991px) {
    .mb-90 {
        margin-bottom: 70px
    }
}

@media(max-width:767px) {
    .mb-90 {
        margin-bottom: 50px
    }
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.pt-80 {
    padding-top: 80px
}

.pt-50 {
    padding-top: 50px
}

.pt-40 {
    padding-top: 40px
}

.pt-35 {
    padding-top: 35px
}

.pt-30 {
    padding-top: 30px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-60 {
    padding-bottom: 60px
}

.mb-60 {
    margin-bottom: 60px
}

@media(max-width:1199px) {
    .mb-60 {
        margin-bottom: 50px
    }
}

@media(max-width:991px) {
    .mb-60 {
        margin-bottom: 40px
    }
}

.mb-70 {
    margin-bottom: 70px
}

@media(max-width:767px) {
    .mb-70 {
        margin-bottom: 50px
    }
}

.mb-80 {
    margin-bottom: 80px
}

@media(max-width:991px) {
    .mb-80 {
        margin-bottom: 70px
    }
}

@media(max-width:767px) {
    .mb-80 {
        margin-bottom: 50px
    }
}

.mb-50 {
    margin-bottom: 50px
}

@media(max-width:1199px) {
    .mb-50 {
        margin-bottom: 40px
    }
}

.mb-45 {
    margin-bottom: 45px
}

.mb-44 {
    margin-bottom: 44px
}

@media(max-width:991px) {
    .mb-44 {
        margin-bottom: 0
    }
}

.mb-40 {
    margin-bottom: 40px
}

@media(max-width:991px) {
    .mb-40 {
        margin-bottom: 30px
    }
}

.mb-35 {
    margin-bottom: 35px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-15 {
    margin-top: 15px
}

.mt-40 {
    margin-top: 40px
}

.mt-35 {
    margin-top: 35px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.mt-25 {
    margin-top: 25px
}

.mb-50 {
    margin-bottom: 50px
}

@media(max-width:767px) {
    .mb-50 {
        margin-bottom: 40px
    }
}

@media(max-width:576px) {
    .mb-50 {
        margin-bottom: 30px
    }
}

.mt-60 {
    margin-top: 60px
}

@media(max-width:767px) {
    .mt-60 {
        margin-top: 40px
    }
}

.mt-70 {
    margin-top: 70px
}

@media(max-width:767px) {
    .mt-70 {
        margin-top: 40px
    }
}

#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0
}

body.tt-magic-cursor #magic-cursor {
    display: block
}

#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

#ball.ball-view {
    background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
    background-color: rgba(var(--primary-color-opc), 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    font-size: 15px;
    font-weight: 600;
    color: var(--white-color);
    font-family: var(--font-syne);
    line-height: 1.4;
    text-align: center
}

#ball .ball-view-inner {
    padding: 0 5px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0)
}

#ball .ball-view-inner i {
    font-size: 24px
}

#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.2;
    text-align: center;
    transition: all .3s
}

#ball .ball-drag::before,
#ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 16px;
    color: var(--primary-color);
    height: 10px;
    line-height: 10px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

#ball .ball-drag::before {
    content: "\f060";
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all .25s
}

#ball .ball-drag::after {
    content: "\f061";
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all .25s
}

#ball.magnetic-active {
    background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
    background-color: rgba(var(--primary-color-opc), 0.5);
    -webkit-backdrop-filter: blur(1.1px);
    backdrop-filter: blur(1.1px);
    border-color: transparent !important
}

#ball.ball-close-enabled {
    opacity: 1 !important
}

#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
    text-align: center
}

.primary-btn {
    border-radius: 5px;
    background-color: var(--primary-color);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    line-height: 1;
    padding: 18px 32px;
    position: relative;
    align-items: center;
    display: inline-flex;
    gap: 4px;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap
}

@media(max-width:576px) {
    .primary-btn {
        font-size: 15px
    }
}

.primary-btn>span {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.primary-btn svg {
    fill: var(--white-color);
    transition: .5s
}

.primary-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102% 102%;
    border-radius: inherit;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    opacity: 0;
    z-index: -1
}

.primary-btn::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}

.primary-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color3)
}

.primary-btn:hover svg {
    opacity: 1;
    display: block
}

.primary-btn:hover::before {
    opacity: 1
}

.primary-btn:hover>span {
    transform: translateY(-150%);
    opacity: 0
}

.primary-btn:hover::after {
    transform: translate(0%, -50%);
    opacity: 1
}

.primary-btn.black-bg {
    background-color: var(--primary-color3)
}

.primary-btn.black-bg:hover {
    background-color: var(--primary-color)
}

.primary-btn.transparent {
    background-color: transparent;
    border: 1px solid var(--primary-color3);
    color: var(--title-color)
}

.primary-btn.transparent:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.primary-btn.two {
    border-radius: 100px
}

.primary-btn2 {
    border-radius: 5px;
    background-color: var(--primary-color3);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 15px;
    color: var(--white-color);
    letter-spacing: .48px;
    line-height: 1;
    padding: 16px 35px;
    position: relative;
    align-items: center;
    display: inline-flex;
    gap: 4px;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap
}

@media(max-width:576px) {
    .primary-btn2 {
        font-size: 15px
    }
}

.primary-btn2>span {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.primary-btn2 svg {
    fill: var(--white-color)
}

.primary-btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102% 102%;
    border-radius: inherit;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    opacity: 0;
    z-index: -1
}

.primary-btn2::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}

.primary-btn2:hover {
    background-color: var(--primary-color)
}

.primary-btn2:hover::before {
    opacity: 1
}

.primary-btn2:hover>span {
    transform: translateY(-150%);
    opacity: 0
}

.primary-btn2:hover::after {
    transform: translate(0%, -50%);
    opacity: 1
}

.primary-btn2.white-bg:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.primary-btn2.two {
    border-radius: 100px
}

.primary-btn2.three {
    background-color: var(--primary-color2)
}

.primary-btn2.three:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.primary-btn3 {
    border-radius: 5px;
    background-color: var(--primary-color);
    border-right: 3px solid #514ece;
    border-bottom: 3px solid #514ece;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 15px;
    color: var(--white-color);
    letter-spacing: .48px;
    line-height: 1;
    padding: 17px 32px;
    position: relative;
    align-items: center;
    display: inline-flex;
    gap: 4px;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap
}

@media(max-width:576px) {
    .primary-btn3 {
        padding: 14px 22px
    }
}

.primary-btn3>span {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.primary-btn3 svg {
    fill: var(--white-color);
    transition: .5s
}

.primary-btn3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102% 102%;
    border-radius: inherit;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    opacity: 0;
    z-index: -1
}

.primary-btn3::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}

.primary-btn3:hover {
    color: var(--white-color);
    background-color: var(--primary-color3)
}

.primary-btn3:hover svg {
    opacity: 1;
    display: block
}

.primary-btn3:hover::before {
    opacity: 1
}

.primary-btn3:hover>span {
    transform: translateY(-150%);
    opacity: 0
}

.primary-btn3:hover::after {
    transform: translate(0%, -50%);
    opacity: 1
}

.primary-btn3.two {
    background-color: var(--primary-color2);
    border-right: 3px solid #ce6e38;
    border-bottom: 3px solid #ce6e38
}

.primary-btn3.black-bg {
    background-color: var(--primary-color3)
}

.primary-btn3.black-bg:hover {
    background-color: var(--primary-color)
}

.primary-btn3.transparent {
    background-color: transparent;
    border: 1px solid var(--primary-color3);
    color: var(--title-color)
}

.primary-btn3.transparent:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.form-inner {
    position: relative;
    line-height: 1
}

.form-inner label {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

.form-inner input {
    background: var(--white-color);
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    outline: none;
    border: 1px solid var(--border-color);
    border-radius: 5px
}

.form-inner input::-moz-placeholder {
    color: #7c7c7c;
    font-weight: 400
}

.form-inner input::placeholder {
    color: #7c7c7c;
    font-weight: 400
}

.form-inner input:focus {
    border: 1px solid var(--primary-color)
}

.form-inner textarea {
    background: var(--white-color);
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 20px;
    outline: none;
    border: 1px solid var(--border-color);
    min-height: 120px;
    border-radius: 5px
}

.form-inner textarea::-moz-placeholder {
    color: #7c7c7c
}

.form-inner textarea::placeholder {
    color: #7c7c7c
}

.form-inner textarea:focus {
    border: 1px solid var(--primary-color)
}

.form-inner2 .form-check {
    min-height: unset;
    margin-bottom: 0
}

.form-inner2 .form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin-top: 5px;
    border: 1px solid var(--primary-color3)
}

.form-inner2 .form-check .form-check-input:focus {
    box-shadow: none;
    border-color: var(--primary-color3)
}

.form-inner2 .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.form-inner2 .form-check .form-check-label {
    cursor: pointer;
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 400
}

@media(max-width:576px) {
    .form-inner2 .form-check .form-check-label {
        font-size: 12px
    }
}

.section-title .sub-title {
    color: var(--primary-color2);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px
}

.section-title h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:1399px) {
    .section-title h2 {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .section-title h2 {
        font-size: 38px
    }
}

@media(max-width:576px) {
    .section-title h2 {
        font-size: 32px
    }
}

.section-title h2 span {
    color: rgba(var(--title-color-opc), 0.5);
    font-weight: 700
}

.section-title p {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
    padding-top: 10px
}

@media(max-width:767px) {
    .section-title p {
        font-size: 16px
    }
}

.section-title .primary-btn2 {
    margin-top: 50px
}

@media(max-width:991px) {
    .section-title .primary-btn2 {
        margin-top: 30px
    }
}

.section-title.white h2 {
    color: var(--white-color)
}

.section-title.white p {
    color: rgba(255, 255, 255, .7)
}

.section-title.two .sub-title {
    display: flex;
    align-items: center;
    gap: 3px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em
}

.section-title.two .sub-title svg {
    fill: var(--primary-color2);
    min-width: 6px
}

.section-title.two h2 span {
    line-height: 1;
    border-bottom: 4px solid rgba(var(--title-color-opc), 0.5)
}

.section-title.two.txt-center {
    text-align: center
}

.section-title.two.txt-center>span {
    justify-content: center
}

.section-title.two.white h2 {
    color: var(--white-color)
}

.section-title.two.white h2 span {
    color: rgba(255, 255, 255, .5);
    border-bottom: 4px solid rgba(255, 255, 255, .5)
}

.section-title.three h2 {
    color: rgba(var(--title-color2-opc), 0.8);
    font-weight: 600
}

.section-title.three h2 span {
    color: var(--title-color2);
    font-weight: 700
}

.section-title.four .sub-title {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--primary-color2);
    display: inline-block
}

.section-title.four h2 {
    font-size: 40px;
    color: var(--white-color)
}

@media(max-width:767px) {
    .section-title.four h2 {
        font-size: 38px
    }
}

@media(max-width:576px) {
    .section-title.four h2 {
        font-size: 32px
    }
}

.section-title.four h2 span {
    color: rgba(255, 255, 255, .5)
}

.section-title.five .sub-title {
    color: var(--title-color2);
    font-size: 12px;
    padding: 10px 16px;
    background-color: rgba(var(--primary-color-opc), 0.15);
    border-radius: 5px;
    display: inline-block;
    letter-spacing: .04em
}

.section-title.five h2 {
    font-size: 50px;
    line-height: 1.1
}

@media(max-width:1399px) {
    .section-title.five h2 {
        font-size: 45px
    }
}

@media(max-width:991px) {
    .section-title.five h2 {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .section-title.five h2 {
        font-size: 38px
    }
}

@media(max-width:576px) {
    .section-title.five h2 {
        font-size: 32px
    }
}

.slider-btn-grp {
    display: flex;
    align-items: center;
    gap: 20px
}

.slider-btn-grp .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    background-color: rgba(var(--primary-color3-opc), 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.slider-btn-grp .slider-btn svg {
    fill: var(--white-color);
    transition: .5s
}

.slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color)
}

.slider-btn-grp .slider-btn.swiper-button-disabled {
    opacity: .2
}

.slider-btn-grp.two .slider-btn {
    background-color: transparent;
    border: 1px solid var(--title-color2)
}

.slider-btn-grp.two .slider-btn svg {
    fill: var(--title-color2)
}

.slider-btn-grp.two .slider-btn:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.slider-btn-grp.two .slider-btn:hover svg {
    fill: var(--white-color)
}

.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none
}

.view-btn span {
    color: var(--primary-color);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .36px;
    white-space: nowrap;
    padding-bottom: 2px;
    background: linear-gradient(to bottom, #7572FD 0%, #7572FD 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.view-btn i {
    color: var(--primary-color);
    font-size: 18px;
    transition: .5s
}

.view-btn svg {
    fill: var(--primary-color);
    margin-bottom: 2px;
    transition: .5s
}

.view-btn:hover span {
    color: var(--title-color);
    background-size: 0 1px;
    background-position: 0% 100%
}

.view-btn:hover i {
    color: var(--title-color)
}

.view-btn:hover svg {
    fill: var(--title-color);
    transform: rotate(30deg)
}

.view-btn.two span {
    color: var(--title-color);
    font-size: 15px;
    background: linear-gradient(to bottom, #000 0%, #000 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.view-btn.two svg {
    fill: var(--title-color)
}

.view-btn.two:hover span {
    color: var(--primary-color2);
    background-size: 0 1px;
    background-position: 0% 100%
}

.view-btn.two:hover svg {
    fill: var(--primary-color2)
}

.view-btn.three span {
    color: var(--primary-color2);
    background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.view-btn.three svg {
    fill: var(--primary-color2)
}

.view-btn.three:hover span {
    color: var(--primary-color);
    background-size: 0 1px;
    background-position: 0% 100%
}

.view-btn.three:hover svg {
    fill: var(--primary-color)
}

.view-btn.four span {
    color: var(--primary-color2);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.view-btn.four svg {
    fill: var(--primary-color2)
}

.view-btn.four:hover span {
    color: var(--primary-color);
    background-size: 0 1px;
    background-position: 0% 100%
}

.view-btn.four:hover svg {
    fill: var(--primary-color)
}

.load-more-btn {
    border-radius: 10px;
    background-color: var(--primary-color);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 17px;
    color: var(--white-color);
    letter-spacing: .48px;
    line-height: 1;
    padding: 17px 28px;
    position: relative;
    align-items: center;
    display: inline-flex;
    gap: 4px;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap
}

@media(max-width:576px) {
    .load-more-btn {
        font-size: 15px
    }
}

.load-more-btn>span {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.load-more-btn svg {
    fill: var(--white-color);
    transition: .5s
}

.load-more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102% 102%;
    border-radius: inherit;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    opacity: 0;
    z-index: -1
}

.load-more-btn::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}

.load-more-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color3)
}

.load-more-btn:hover svg {
    opacity: 1;
    display: block
}

.load-more-btn:hover::before {
    opacity: 1
}

.load-more-btn:hover>span {
    transform: translateY(-150%);
    opacity: 0
}

.load-more-btn:hover::after {
    transform: translate(0%, -50%);
    opacity: 1
}

.nice-select {
    width: 100%;
    background: 0 0;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0 25px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--border-color)
}

@media(max-width:576px) {
    .nice-select {
        padding: 0 18px
    }
}

.nice-select::after {
    height: 8px;
    width: 8px;
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    right: 28px;
    margin-top: -5px
}

@media(max-width:576px) {
    .nice-select::after {
        right: 20px
    }
}

.nice-select .current {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 500
}

.nice-select:focus {
    border-color: var(--primary-color);
    background-color: var(--white-color)
}

.nice-select .list {
    border: none;
    border-radius: 5px;
    width: 100%;
    max-height: 250px;
    overflow-y: auto
}

.nice-select .list::-webkit-scrollbar {
    width: 5px
}

.nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1
}

.nice-select .list::-webkit-scrollbar-thumb {
    background: rgba(var(--title-color-opc), 0.7)
}

.nice-select .list .option {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.nice-select .list .option:hover {
    color: var(--white-color);
    background-color: var(--primary-color)
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

.topbar-area {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    margin: 0 20px
}

@media(max-width:1199px) {
    .topbar-area {
        margin: 0 10px
    }
}

@media(max-width:991px) {
    .topbar-area {
        display: none
    }
}

.topbar-area .contact-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 60px
}

@media(max-width:1199px) {
    .topbar-area .contact-area ul {
        gap: 40px
    }
}

.topbar-area .contact-area ul li {
    position: relative
}

.topbar-area .contact-area ul li::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(var(--primary-color3-opc), 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px
}

@media(max-width:1199px) {
    .topbar-area .contact-area ul li::before {
        left: -20px
    }
}

.topbar-area .contact-area ul li:first-child::before {
    display: none
}

.topbar-area .contact-area ul li a {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .5s
}

.topbar-area .contact-area ul li a svg {
    fill: rgba(var(--title-color-opc), 0.6);
    transition: .5s
}

.topbar-area .contact-area ul li a:hover {
    color: var(--primary-color2)
}

.topbar-area .contact-area ul li a:hover svg {
    fill: var(--primary-color2)
}

.topbar-area .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px
}

.topbar-area .social-list li {
    display: block;
    text-align: center
}

.topbar-area .social-list li a i {
    color: rgba(var(--title-color-opc), 0.6);
    font-size: 18px;
    transition: .5s
}

.topbar-area .social-list li a i.bx {
    font-size: 22px
}

.topbar-area .social-list li a i.bi-twitter-x {
    font-size: 17px
}

.topbar-area .social-list li:hover a i {
    color: var(--primary-color2)
}

.topbar-area .address-area svg {
    fill: rgba(var(--title-color-opc), 0.6);
    transition: .5s
}

.topbar-area .address-area a {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    transition: .5s
}

.topbar-area .address-area:hover svg {
    fill: var(--primary-color2)
}

.topbar-area .address-area:hover a {
    color: var(--primary-color2)
}

.topbar-area.two {
    padding: 8px 100px;
    margin: 0;
    border-bottom: 1px solid rgba(var(--primary-color3-opc), 0.08)
}

@media(max-width:1799px) {
    .topbar-area.two {
        padding: 8px 90px
    }
}

@media(max-width:1699px) {
    .topbar-area.two {
        padding: 8px 80px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .topbar-area.two {
        padding: 8px 50px
    }
}

@media(max-width:1399px) {
    .topbar-area.two {
        padding: 8px 20px
    }
}

header.style-1 {
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all .8s ease-out 0s;
    background-color: transparent
}

header.style-1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: var(--white-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    z-index: 9999
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0px)
    }
}

@media(max-width:991px) {
    header.style-1 .header-logo {
        padding: 15px 0
    }
}

header.style-1 .header-logo a img {
    width: 150px
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-1 .header-logo a img {
        width: 140px
    }
}

@media(max-width:576px) {
    header.style-1 .header-logo a img {
        width: 140px
    }
}

header.style-1 .nav-right {
    display: flex;
    align-items: center;
    gap: 35px
}

@media(max-width:1199px) {
    header.style-1 .nav-right {
        gap: 25px
    }
}

header.style-1 .nav-right .right-sidebar-button {
    cursor: pointer
}

header.style-1 .nav-right .right-sidebar-button svg {
    fill: var(--title-color)
}

@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px)
    }
}

header.style-1 .nav-right .right-sidebar-button:hover svg {
    animation: qode-draw .75s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

header.style-1 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.style-1 .nav-right .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }
    header.style-1 .nav-right .mobile-menu-btn svg {
        fill: var(--title-color)
    }
}

header.style-1 .primary-btn {
    background-color: var(--primary-color2);
    padding: 16px 22px
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-1 .primary-btn {
        padding: 14px 16px;
        font-size: 15px
    }
}

@media(max-width:991px) {
    header.style-1 .primary-btn {
        padding: 15px 18px;
        width: 100%;
        justify-content: center
    }
}

header.style-1 .primary-btn:hover {
    background-color: var(--primary-color3)
}

header.style-1 .main-menu {
    display: inline-block;
    position: relative
}

header.style-1 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-1 .main-menu ul>li {
    display: inline-block;
    position: relative
}

header.style-1 .main-menu ul>li svg {
    fill: var(--primary-color);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s ease-out 0s
}

@media(max-width:1399px) {
    header.style-1 .main-menu ul>li svg {
        right: 5px
    }
}

@media(max-width:1199px) {
    header.style-1 .main-menu ul>li svg {
        right: 0
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li svg {
        display: none
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li {
        padding: 22px 0
    }
}

header.style-1 .main-menu ul>li:first-child {
    padding-left: 0
}

header.style-1 .main-menu ul>li>a {
    color: var(--title-color);
    display: block;
    text-transform: capitalize;
    padding: 34px 25px;
    position: relative;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative;
    border-radius: 15px;
    line-height: 1
}

@media(max-width:1399px) {
    header.style-1 .main-menu ul>li>a {
        font-size: 14px;
        padding: 34px 20px
    }
}

@media(max-width:1199px) {
    header.style-1 .main-menu ul>li>a {
        padding: 34px 15px
    }
}

header.style-1 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li i {
        opacity: 1
    }
}

header.style-1 .main-menu ul>li i.active {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.style-1 .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    margin: 0;
    display: none;
    min-width: 215px;
    background: var(--white-color);
    border: 1px solid rgba(13, 23, 32, .0784313725);
    text-align: left
}

header.style-1 .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.style-1 .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 20px
}

header.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 15px;
    font-size: 13px;
    right: 15px
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 11px;
        font-size: 20px
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
    color: var(--title-color);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px
}

@media(max-width:1199px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
        content: "\f4fe"
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li>a {
    display: block;
    padding: 14px 20px;
    font-family: var(--font-inter);
    color: var(--title-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.4;
    transition: all .4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(13, 23, 32, .0784313725)
}

header.style-1 .main-menu ul>li ul.sub-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, #fff, #7572FD, #fff);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease-in;
    z-index: 1
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li>a {
        border-color: rgba(13, 23, 32, .0784313725)
    }
    header.style-1 .main-menu ul>li ul.sub-menu>li>a::before {
        background: linear-gradient(90deg, #525252, #EC6219, #525252)
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li>a.active {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child a {
    border-bottom: none
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child a::before {
    display: none
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li a {
    border-bottom: 1px solid rgba(13, 23, 32, .0784313725)
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li a::before {
    display: block
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li:last-child a {
    border-bottom: none
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li:last-child a::before {
    display: none
}

header.style-1 .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--white-color);
    top: 0
}

header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

header.style-1 .main-menu ul>li:hover>a {
    color: var(--primary-color)
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li:hover>a {
        border-color: transparent
    }
}

header.style-1 .main-menu ul>li:hover svg {
    opacity: 1
}

@media(min-width:992px) {
    header.style-1 .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }
}

header.style-1 .main-menu ul>li.active>a {
    color: var(--primary-color)
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li.active>a {
        border-color: transparent
    }
}

header.style-1 .main-menu ul>li.active svg {
    opacity: 1
}

header.style-1 .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-1 .main-menu ul li.menu-item-has-children>i {
    display: block
}

@media only screen and (max-width:991px) {
    header.style-1 .mobile-logo-area .menu-close-btn {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 1px solid var(--title-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .35s
    }
    header.style-1 .mobile-logo-area .menu-close-btn i {
        font-size: 26px;
        line-height: 1;
        margin-top: 2px;
        color: var(--title-color);
        transition: .35s
    }
    header.style-1 .mobile-logo-area .menu-close-btn:hover {
        background-color: var(--title-color)
    }
    header.style-1 .mobile-logo-area .menu-close-btn:hover i {
        color: var(--white-color)
    }
    header.style-1 .dropdown-icon {
        color: var(--white-color)
    }
    header.style-1 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-1 .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-1 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }
    header.style-1 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px
    }
    header.style-1 .main-menu>ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }
    header.style-1 .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 0
    }
    header.style-1 .main-menu>ul>li i {
        display: block
    }
    header.style-1 .main-menu>ul>li a {
        padding: 10px 0;
        display: block
    }
    header.style-1 .main-menu>ul>li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px
    }
    header.style-1 .main-menu>ul>li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-1 .main-menu>ul>li ul.sub-menu>li a {
        color: var(--title-color);
        padding: 12px 0
    }
    header.style-1 .main-menu>ul>li ul.sub-menu>li a:hover {
        color: var(--primary-color);
        margin-left: 10px
    }
    header.style-1 .main-menu>ul>li ul.sub-menu>li a.active {
        color: var(--primary-color)
    }
    header.style-1 .main-menu>ul>li ul.sub-menu>li i {
        color: var(--primary-color);
        right: -13px
    }
    header.style-1 .main-menu>ul>li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--title-color);
        line-height: 1
    }
}

header.style-1.two {
    padding: 0 20px;
    position: relative
}

@media(max-width:1199px) {
    header.style-1.two {
        padding: 0 10px
    }
}

@media(max-width:576px) {
    header.style-1.two {
        padding: 0
    }
}

header.style-1.two.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: var(--white-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    z-index: 9999
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0px)
    }
}

header.style-1.three {
    padding: 0 130px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media(max-width:1799px) {
    header.style-1.three {
        padding: 0 110px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-1.three {
        padding: 0 70px
    }
}

@media(max-width:1399px) {
    header.style-1.three {
        padding: 0 40px
    }
}

@media(max-width:1199px) {
    header.style-1.three {
        padding: 0 10px
    }
}

@media(max-width:991px) {
    header.style-1.three {
        padding: 0
    }
}

header.style-1.three.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: var(--primary-color3);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    z-index: 9999
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0px)
    }
}

header.style-1.three .primary-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

header.style-1.three .main-menu ul>li>a {
    color: var(--white-color);
    text-transform: uppercase;
    font-family: var(--font-syne);
    font-weight: 500;
    font-size: 14px
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-1.three .main-menu ul>li>a {
        font-size: 13px
    }
}

header.style-1.three .main-menu ul>li ul.sub-menu {
    background-color: var(--primary-color3)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li i {
    color: var(--white-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--white-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
    color: var(--title-color);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px
}

@media(max-width:1199px) {
    header.style-1.three .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
        content: "\f4fe"
    }
}

header.style-1.three .main-menu ul>li ul.sub-menu>li>a {
    color: var(--white-color);
    border-bottom: 1px solid rgba(233, 228, 228, .25)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li>a::before {
    background: linear-gradient(90deg, #7572FD, #7572FD, #fff)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li>a.active {
    color: var(--primary-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:last-child a {
    border-bottom: none
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:last-child a::before {
    display: none
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li a {
    border-bottom: 1px solid rgba(13, 23, 32, .0784313725)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li a::before {
    display: block
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li:last-child a {
    border-bottom: none
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li:last-child a::before {
    display: none
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-1.three .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background-color: var(--primary-color3);
    border: 1px solid rgba(233, 228, 228, .25);
    top: 0
}

header.style-1.three .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.style-1.three .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0;
        border: unset;
        padding-left: 0
    }
}

header.style-1.three .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.style-1.three .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

header.style-1.three .main-menu ul>li:hover>a {
    color: var(--primary-color)
}

@media(max-width:991px) {
    header.style-1.three .main-menu ul>li:hover>a {
        border-color: transparent
    }
}

@media(min-width:992px) {
    header.style-1.three .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

header.style-1.three .main-menu ul>li.active>a {
    color: var(--primary-color)
}

@media(max-width:991px) {
    header.style-1.three .main-menu ul>li.active>a {
        border-color: transparent
    }
}

header.style-1.three .main-menu ul>li.active svg {
    opacity: 1
}

header.style-1.three .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-1.three .nav-right .right-sidebar-button svg {
    fill: var(--white-color)
}

@media(max-width:991px) {
    header.style-1.three .nav-right .mobile-menu-btn svg {
        fill: var(--white-color)
    }
}

@media only screen and (max-width:991px) {
    header.style-1.three .dropdown-icon {
        color: var(--white-color)
    }
    header.style-1.three .main-menu {
        background: var(--primary-color3);
        border-right: 1px solid rgba(233, 228, 228, .25);
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-1.three .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-1.three .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px
    }
    header.style-1.three .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 0
    }
    header.style-1.three .main-menu>ul>li i {
        display: block
    }
    header.style-1.three .main-menu>ul>li a {
        padding: 12px 0;
        display: block
    }
    header.style-1.three .main-menu>ul>li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-1.three .main-menu>ul>li ul.sub-menu>li a {
        color: var(--white-color);
        padding: 12px 0
    }
    header.style-1.three .main-menu>ul>li ul.sub-menu>li a:hover {
        color: var(--primary-color);
        margin-left: 10px
    }
    header.style-1.three .main-menu>ul>li ul.sub-menu>li a.active {
        color: var(--primary-color)
    }
    header.style-1.three .main-menu>ul>li ul.sub-menu>li i {
        color: var(--primary-color);
        right: -13px
    }
}

@media only screen and (max-width:991px) and (max-width:991px) {
    header.style-1.three .main-menu>ul>li ul.sub-menu>li i {
        right: 0
    }
}

@media only screen and (max-width:991px) {
    header.style-1.three .main-menu>ul>li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--white-color)
    }
}

header.style-1.four {
    background-color: rgba(135, 135, 135, .3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

@media(max-width:1799px) {
    header.style-1.four {
        padding: 0 110px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-1.four {
        padding: 0 70px
    }
}

@media(max-width:1399px) {
    header.style-1.four {
        padding: 0 40px
    }
}

@media(max-width:1199px) {
    header.style-1.four {
        padding: 0 10px
    }
}

@media(max-width:991px) {
    header.style-1.four {
        padding: 0
    }
}

header.style-1.four.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: var(--primary-color3);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    z-index: 9999
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0px)
    }
}

header.style-1.four .header-logo a img {
    width: 150px
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-1.four .header-logo a img {
        width: 130px
    }
}

@media(max-width:576px) {
    header.style-1.four .header-logo a img {
        width: 130px
    }
}

header.style-1.four .primary-btn3 {
    font-size: 15px;
    padding: 15px 27px
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-1.four .primary-btn3 {
        padding: 12px 20px
    }
}

header.style-1.four .primary-btn3:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

header.style-1.four .main-menu ul>li>a {
    color: var(--white-color);
    padding: 26px 25px
}

@media(max-width:1399px) {
    header.style-1.four .main-menu ul>li>a {
        font-size: 14px;
        padding: 26px 20px
    }
}

@media(max-width:1199px) {
    header.style-1.four .main-menu ul>li>a {
        padding: 27px 15px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-1.four .main-menu ul>li>a {
        font-size: 13px
    }
}

header.style-1.four .main-menu ul>li ul.sub-menu {
    top: 67px
}

header.style-1.four .main-menu ul>li:hover>a {
    color: var(--primary-color)
}

@media(max-width:991px) {
    header.style-1.four .main-menu ul>li:hover>a {
        border-color: transparent
    }
}

@media(min-width:992px) {
    header.style-1.four .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

header.style-1.four .main-menu ul>li.active>a {
    color: var(--primary-color)
}

@media(max-width:991px) {
    header.style-1.four .main-menu ul>li.active>a {
        border-color: transparent
    }
}

header.style-1.four .main-menu ul>li.active svg {
    opacity: 1
}

header.style-1.four .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-1.four .nav-right .right-sidebar-button svg {
    fill: var(--white-color)
}

@media(max-width:991px) {
    header.style-1.four .nav-right .mobile-menu-btn svg {
        fill: var(--white-color)
    }
}

@media only screen and (max-width:991px) {
    header.style-1.four {
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset
    }
    header.style-1.four .main-menu>ul>li a {
        color: var(--title-color);
        padding: 10px 0;
        display: block
    }
}

header.style-1.inner-page {
    border-bottom: 1px solid rgba(var(--title-color-opc), 0.08)
}

header.style-2 {
    position: relative;
    width: 100%;
    z-index: 99;
    transition: all .8s ease-out 0s;
    background-color: transparent;
    padding: 0 100px 0 75px;
    border-bottom: 1px solid rgba(var(--primary-color3-opc), 0.05)
}

@media(max-width:1799px) {
    header.style-2 {
        padding: 0 90px 0 65px
    }
}

@media(max-width:1699px) {
    header.style-2 {
        padding: 0 80px 0 55px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-2 {
        padding: 0 50px 0 25px
    }
}

@media(max-width:1399px) {
    header.style-2 {
        padding: 0 20px 0 0
    }
}

header.style-2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: var(--white-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    z-index: 9999
}

header.style-2.sticky .sticky-header-logo {
    display: block
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0px)
    }
}

@media(max-width:991px) {
    header.style-2 .header-logo {
        padding: 15px 0
    }
}

header.style-2 .sticky-header-logo {
    display: none
}

@media(max-width:991px) {
    header.style-2 .sticky-header-logo {
        display: block;
        padding: 15px 0
    }
}

header.style-2 .nav-right {
    display: flex;
    align-items: center;
    gap: 35px
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .nav-right {
        gap: 20px
    }
}

@media(max-width:1199px) {
    header.style-2 .nav-right {
        gap: 25px
    }
}

header.style-2 .nav-right .right-sidebar-button {
    cursor: pointer
}

header.style-2 .nav-right .right-sidebar-button svg {
    fill: var(--title-color)
}

header.style-2 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.style-2 .nav-right .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }
    header.style-2 .nav-right .mobile-menu-btn svg {
        fill: var(--title-color)
    }
}

header.style-2 .nav-right .contact-area {
    display: flex;
    align-items: center;
    gap: 8px
}

header.style-2 .nav-right .contact-area .icon {
    padding: 3px 5px;
    background-color: rgba(var(--primary-color3-opc), 0.1);
    border-radius: 5px
}

header.style-2 .nav-right .contact-area .icon svg {
    fill: var(--title-color)
}

header.style-2 .nav-right .contact-area .content {
    line-height: 1
}

header.style-2 .nav-right .contact-area .content span {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 5px
}

header.style-2 .nav-right .contact-area .content a {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: .5s
}

header.style-2 .nav-right .contact-area .content a:hover {
    color: var(--primary-color2)
}

header.style-2 .primary-btn {
    background-color: var(--primary-color2);
    padding: 13px 29px
}

@media(max-width:991px) {
    header.style-2 .primary-btn {
        padding: 15px 18px;
        width: 100%;
        justify-content: center
    }
}

header.style-2 .primary-btn:hover {
    background-color: var(--primary-color3)
}

header.style-2 .main-menu {
    display: inline-block;
    position: relative
}

header.style-2 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-2 .main-menu ul>li {
    display: inline-block;
    position: relative
}

header.style-2 .main-menu ul>li svg {
    fill: var(--primary-color);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s ease-out 0s
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-2 .main-menu ul>li svg {
        right: 5px
    }
}

@media(max-width:1399px) {
    header.style-2 .main-menu ul>li svg {
        right: 5px
    }
}

@media(max-width:1199px) {
    header.style-2 .main-menu ul>li svg {
        right: 0
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li svg {
        display: none
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li {
        padding: 22px 0
    }
}

header.style-2 .main-menu ul>li:first-child {
    padding-left: 0
}

header.style-2 .main-menu ul>li>a {
    color: var(--title-color);
    display: block;
    text-transform: capitalize;
    padding: 28px 25px;
    position: relative;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative;
    border-radius: 15px;
    line-height: 1
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-2 .main-menu ul>li>a {
        padding: 28px 20px
    }
}

@media(max-width:1399px) {
    header.style-2 .main-menu ul>li>a {
        font-size: 14px;
        padding: 28px 20px
    }
}

@media(max-width:1199px) {
    header.style-2 .main-menu ul>li>a {
        padding: 34px 15px
    }
}

header.style-2 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li i {
        opacity: 1
    }
}

header.style-2 .main-menu ul>li i.active {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.style-2 .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 71px;
    margin: 0;
    display: none;
    min-width: 215px;
    background: var(--white-color);
    border: 1px solid rgba(13, 23, 32, .0784313725);
    text-align: left
}

header.style-2 .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.style-2 .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 20px
}

header.style-2 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 15px;
    font-size: 13px;
    right: 15px
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 11px;
        font-size: 20px
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
    color: var(--title-color);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px
}

@media(max-width:1199px) {
    header.style-2 .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
        content: "\f4fe"
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li>a {
    display: block;
    padding: 14px 20px;
    font-family: var(--font-inter);
    color: var(--title-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.4;
    transition: all .4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(13, 23, 32, .0784313725)
}

header.style-2 .main-menu ul>li ul.sub-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, #fff, #7572FD, #fff);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease-in;
    z-index: 1
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li ul.sub-menu>li>a {
        border-color: rgba(13, 23, 32, .0784313725)
    }
    header.style-2 .main-menu ul>li ul.sub-menu>li>a::before {
        background: linear-gradient(90deg, #525252, #EC6219, #525252)
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li>a.active {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child a {
    border-bottom: none
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child a::before {
    display: none
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li a {
    border-bottom: 1px solid rgba(13, 23, 32, .0784313725)
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li a::before {
    display: block
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li:last-child a {
    border-bottom: none
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child .sub-menu li:last-child a::before {
    display: none
}

header.style-2 .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--white-color);
    top: 0
}

header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

header.style-2 .main-menu ul>li:hover>a {
    color: var(--primary-color)
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li:hover>a {
        border-color: transparent
    }
}

header.style-2 .main-menu ul>li:hover svg {
    opacity: 1
}

@media(min-width:992px) {
    header.style-2 .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }
}

header.style-2 .main-menu ul>li.active>a {
    color: var(--primary-color)
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li.active>a {
        border-color: transparent
    }
}

header.style-2 .main-menu ul>li.active svg {
    opacity: 1
}

header.style-2 .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.style-2 .main-menu ul li.menu-item-has-children>i {
    display: block
}

@media only screen and (max-width:991px) {
    header.style-2 .mobile-logo-area .menu-close-btn {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 1px solid var(--title-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .35s
    }
    header.style-2 .mobile-logo-area .menu-close-btn i {
        font-size: 26px;
        line-height: 1;
        margin-top: 2px;
        color: var(--title-color);
        transition: .35s
    }
    header.style-2 .mobile-logo-area .menu-close-btn:hover {
        background-color: var(--title-color)
    }
    header.style-2 .mobile-logo-area .menu-close-btn:hover i {
        color: var(--white-color)
    }
    header.style-2 .dropdown-icon {
        color: var(--white-color)
    }
    header.style-2 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-2 .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-2 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }
    header.style-2 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px
    }
    header.style-2 .main-menu>ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }
    header.style-2 .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 0
    }
    header.style-2 .main-menu>ul>li i {
        display: block
    }
    header.style-2 .main-menu>ul>li a {
        padding: 10px 0;
        display: block
    }
    header.style-2 .main-menu>ul>li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px
    }
    header.style-2 .main-menu>ul>li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-2 .main-menu>ul>li ul.sub-menu>li a {
        color: var(--title-color);
        padding: 12px 0
    }
    header.style-2 .main-menu>ul>li ul.sub-menu>li a:hover {
        color: var(--primary-color);
        margin-left: 10px
    }
    header.style-2 .main-menu>ul>li ul.sub-menu>li a.active {
        color: var(--primary-color)
    }
    header.style-2 .main-menu>ul>li ul.sub-menu>li i {
        color: var(--primary-color);
        right: -13px
    }
    header.style-2 .main-menu>ul>li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--title-color);
        line-height: 1
    }
}

.home4-logo-and-hearder-wrapper {
    background-color: #fef2ed;
    width: 100%
}

.home4-hearder-logo-area {
    padding: 35px 20px;
    background-color: #091542;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 210px
}

@media(max-width:1399px) {
    .home4-hearder-logo-area {
        padding: 35px 20px;
        min-width: 195px
    }
}

.home4-hearder-logo-area a img {
    width: 150px
}

.right-sidebar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background-color: var(--white-color);
    transform: translateX(120%);
    transform-origin: right;
    transition: transform .5s ease-in;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
}

.right-sidebar-menu::-webkit-scrollbar {
    width: 0
}

@media(max-width:576px) {
    .right-sidebar-menu {
        width: 320px
    }
}

.right-sidebar-menu.show-right-menu {
    transform: translateX(0)
}

.right-sidebar-menu .right-sidebar-close-btn {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #3f444b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .35s
}

.right-sidebar-menu .right-sidebar-close-btn i {
    font-size: 26px;
    line-height: 1;
    margin-top: 2px;
    color: #3f444b;
    transition: .35s
}

.right-sidebar-menu .right-sidebar-close-btn:hover {
    background-color: var(--title-color)
}

.right-sidebar-menu .right-sidebar-close-btn:hover i {
    color: var(--white-color)
}

.right-sidebar-menu .sidebar-logo-area {
    text-align: left;
    padding: 30px;
    display: block;
    border-bottom: 1px solid rgba(var(--primary-color3-opc), 0.1)
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-logo-area {
        padding: 20px
    }
}

.right-sidebar-menu .sidebar-content-wrap {
    padding: 50px 0
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap {
        padding: 40px 0
    }
}

.right-sidebar-menu .sidebar-content-wrap .title-area {
    margin-bottom: 50px;
    padding: 0 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .right-sidebar-menu .sidebar-content-wrap .title-area {
        margin-bottom: 40px
    }
}

@media(max-width:1399px) {
    .right-sidebar-menu .sidebar-content-wrap .title-area {
        margin-bottom: 40px
    }
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .title-area {
        padding: 0 20px;
        margin-bottom: 35px
    }
}

.right-sidebar-menu .sidebar-content-wrap .title-area span {
    color: var(--primary-color2);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .03em;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px
}

.right-sidebar-menu .sidebar-content-wrap .title-area span svg {
    fill: rgba(63, 68, 75, .3)
}

.right-sidebar-menu .sidebar-content-wrap .title-area h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .title-area h2 {
        font-size: 28px
    }
}

.right-sidebar-menu .sidebar-content-wrap .title-area p {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .title-area p {
        font-size: 15px
    }
}

.right-sidebar-menu .sidebar-content-wrap .contact-area {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 50px;
    max-width: 245px;
    width: 100%
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .contact-area {
        margin: 0 30px
    }
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 45px
}

@media(max-width:991px) {
    .right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
        margin-bottom: 40px
    }
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
        margin-bottom: 35px
    }
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact:last-child {
    margin-bottom: 0
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .icon svg {
    fill: var(--primary-color)
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content {
    position: relative;
    line-height: 1;
    text-align: start
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(var(--title-color2-opc), 0.15);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content span {
    font-family: var(--font-syne);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 6px;
    display: inline-block
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content h6 {
    margin-bottom: 0;
    line-height: 1
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content h6 a {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(63, 68, 75, .8);
    transition: .5s
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content h6 a {
        font-size: 16px
    }
}

.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content h6 a:hover {
    color: var(--primary-color)
}

.right-sidebar-menu .sidebar-content-wrap .social-area {
    padding: 50px 30px 0
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .social-area {
        padding: 40px 20px 0
    }
}

.right-sidebar-menu .sidebar-content-wrap .social-area h6 {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid var(--title-color2);
    display: inline-block;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .social-area h6 {
        font-size: 17px
    }
}

.right-sidebar-menu .sidebar-content-wrap .social-area .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .social-area .social-list {
        gap: 20px
    }
}

.right-sidebar-menu .sidebar-content-wrap .social-area .social-list li a {
    display: block;
    text-align: center
}

.right-sidebar-menu .sidebar-content-wrap .social-area .social-list li a i {
    color: var(--title-color2);
    font-size: 18px;
    transition: .5s
}

.right-sidebar-menu .sidebar-content-wrap .social-area .social-list li a span {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 12px;
    font-weight: 400;
    line-height: 15.64px;
    display: block
}

.right-sidebar-menu .sidebar-content-wrap .social-area .social-list li:hover a i {
    color: var(--primary-color)
}

.right-sidebar-menu .sidebar-content-wrap .social-area .social-list li:hover a span {
    color: var(--primary-color)
}

.right-sidebar-menu.two {
    background-color: #0e1117
}

.right-sidebar-menu.two .right-sidebar-close-btn {
    border: 1px solid #fff
}

.right-sidebar-menu.two .right-sidebar-close-btn i {
    color: #fff
}

.right-sidebar-menu.two .right-sidebar-close-btn:hover {
    background-color: var(--white-color)
}

.right-sidebar-menu.two .right-sidebar-close-btn:hover i {
    color: var(--title-color)
}

.right-sidebar-menu.two .sidebar-logo-area {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.right-sidebar-menu.two .sidebar-content-wrap .title-area span svg {
    fill: rgba(255, 255, 255, .4)
}

.right-sidebar-menu.two .sidebar-content-wrap .title-area h2 {
    color: var(--white-color)
}

.right-sidebar-menu.two .sidebar-content-wrap .title-area p {
    color: rgba(255, 255, 255, .7)
}

.right-sidebar-menu.two .sidebar-content-wrap .contact-area .single-contact .content::after {
    background-color: rgba(255, 255, 255, .15)
}

.right-sidebar-menu.two .sidebar-content-wrap .contact-area .single-contact .content span {
    color: var(--white-color)
}

.right-sidebar-menu.two .sidebar-content-wrap .contact-area .single-contact .content h6 a {
    color: rgba(255, 255, 255, .8)
}

.right-sidebar-menu.two .sidebar-content-wrap .contact-area .single-contact .content h6 a:hover {
    color: var(--primary-color)
}

.right-sidebar-menu.two .sidebar-content-wrap .social-area h6 {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color)
}

.right-sidebar-menu.two .sidebar-content-wrap .social-area .social-list li a i {
    color: var(--white-color)
}

.right-sidebar-menu.two .sidebar-content-wrap .social-area .social-list li a span {
    color: var(--white-color)
}

.right-sidebar-menu.two .sidebar-content-wrap .social-area .social-list li:hover a i {
    color: var(--primary-color)
}

.right-sidebar-menu.two .sidebar-content-wrap .social-area .social-list li:hover a span {
    color: var(--primary-color)
}

.scroll-margin {
    scroll-margin-top: 100px
}

.home1-banner-section {
    background-image: url(../img/home1/home1-banner-bg.png), linear-gradient(#f8f8f8, #f8f8f8);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 220px 75px 15px 15.5%;
    position: relative
}

@media(max-width:1799px) {
    .home1-banner-section {
        padding: 220px 75px 15px 11%
    }
}

@media(max-width:1699px) {
    .home1-banner-section {
        padding: 220px 75px 15px 9%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-banner-section {
        padding: 190px 20px 30px 5%
    }
}

@media(max-width:1399px) {
    .home1-banner-section {
        padding: 190px 20px 30px 4%
    }
}

@media(max-width:1199px) {
    .home1-banner-section {
        padding: 190px 15px 100px 4%
    }
}

@media(max-width:991px) {
    .home1-banner-section {
        padding: 160px 20px 110px 3%
    }
}

@media(max-width:576px) {
    .home1-banner-section {
        padding: 130px 0 80px
    }
}

.home1-banner-section .banner-content h1 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-banner-section .banner-content h1 {
        font-size: 65px
    }
}

@media(max-width:1399px) {
    .home1-banner-section .banner-content h1 {
        font-size: 60px;
        margin-bottom: 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-banner-section .banner-content h1 {
        font-size: 52px
    }
}

@media(max-width:767px) {
    .home1-banner-section .banner-content h1 {
        font-size: 50px
    }
}

@media(max-width:576px) {
    .home1-banner-section .banner-content h1 {
        font-size: 42px;
        margin-bottom: 20px
    }
}

.home1-banner-section .banner-content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 760px;
    width: 100%;
    margin-bottom: 50px
}

@media(max-width:1399px) {
    .home1-banner-section .banner-content p {
        margin-bottom: 40px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-banner-section .banner-content p {
        font-size: 16px;
        margin-bottom: 35px
    }
}

@media(max-width:576px) {
    .home1-banner-section .banner-content p {
        font-size: 16px;
        margin-bottom: 35px
    }
}

.home1-banner-section .banner-content .button-grp {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 35px
}

@media(max-width:576px) {
    .home1-banner-section .banner-content .button-grp {
        gap: 20px
    }
}

.home1-banner-section .banner-content .button-grp .primary-btn {
    padding: 18px 28px;
    font-size: 15px
}

.home1-banner-section .banner-img {
    padding-top: 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-banner-section .banner-img {
        padding-top: 0
    }
}

@media(max-width:1399px) {
    .home1-banner-section .banner-img {
        padding-top: 0
    }
}

@media(max-width:991px) {
    .home1-banner-section .banner-img {
        display: none
    }
}

.home1-banner-section .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 46px;
    z-index: 1
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-banner-section .social-list {
        left: 10px
    }
}

@media(max-width:1399px) {
    .home1-banner-section .social-list {
        left: 5px
    }
}

@media(max-width:991px) {
    .home1-banner-section .social-list {
        display: none
    }
}

.home1-banner-section .social-list li {
    position: relative;
    line-height: 1;
    transition: .5s
}

.home1-banner-section .social-list li::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(var(--title-color-opc), 0.2);
    width: 3px;
    height: 3px;
    border-radius: 50%
}

@media(min-width:1200px) and (max-width:1399px) {
    .home1-banner-section .social-list li::before {
        top: -15px
    }
}

.home1-banner-section .social-list li:first-child::before {
    display: none
}

.home1-banner-section .social-list li a i {
    color: var(--title-color);
    font-size: 22px;
    transition: .5s
}

.home1-banner-section .social-list li a i.bi-twitter-x {
    font-size: 16px
}

.home1-banner-section .social-list li:hover a i {
    color: var(--primary-color)
}

.home1-service-section {
    background: linear-gradient(176.71deg, #EBE7FF 2.66%, rgba(235, 231, 255, 0) 97.29%);
    padding: 110px 0
}

@media(max-width:1199px) {
    .home1-service-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home1-service-section {
        padding: 70px 0
    }
}

.home1-service-section .service-card {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px 35px;
    display: flex;
    gap: 24px
}

@media(min-width:768px) and (max-width:991px) {
    .home1-service-section .service-card {
        padding: 25px 20px;
        gap: 18px
    }
}

@media(max-width:576px) {
    .home1-service-section .service-card {
        gap: 20px;
        padding: 30px 25px;
        flex-direction: column
    }
}

.home1-service-section .service-card .icon svg {
    fill: #566064
}

.home1-service-section .service-card .content h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

@media(min-width:768px) and (max-width:991px) {
    .home1-service-section .service-card .content h4 {
        font-size: 23px;
        margin-bottom: 8px
    }
}

.home1-service-section .service-card .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px
}

@media(min-width:768px) and (max-width:991px) {
    .home1-service-section .service-card .content p {
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .home1-service-section .service-card .content p {
        margin-bottom: 20px
    }
}

.home1-service-section .service-card .content a span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--primary-color);
    transition: .5s
}

.home1-service-section .service-card .content a svg {
    fill: var(--primary-color);
    opacity: 0;
    transition: .5s
}

.home1-service-section .service-card .content a:hover span {
    color: var(--primary-color)
}

.home1-service-section .service-card .content a:hover svg {
    opacity: 1
}

.home1-service-section .section-title {
    position: sticky;
    top: 100px
}

@media(min-width:768px) and (max-width:991px) {
    .home1-service-section .section-title h2 {
        font-size: 42px
    }
}

.feature-card {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 20px 20px 30px
}

@media(min-width:1200px) and (max-width:1399px) {
    .feature-card {
        padding: 20px 18px 30px
    }
}

.feature-card .icon {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.feature-card .icon svg {
    fill: var(--primary-color)
}

.feature-card .content h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .02em;
    margin-bottom: 20px
}

@media(min-width:1200px) and (max-width:1399px) {
    .feature-card .content h5 {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 15px
    }
}

@media(max-width:1199px) {
    .feature-card .content h5 {
        font-size: 19px
    }
}

.feature-card .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 15px;
}

.feature-card:hover .icon svg {
    animation: bounceIn 1s linear
}

@media(min-width:1400px) and (max-width:1599px) {
    .feature-card.two {
        padding: 20px 18px 30px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .feature-card.two {
        padding: 20px 15px 30px
    }
}

.feature-card.two .icon {
    margin-bottom: 25px
}

.feature-card.two .content h5 {
    margin-bottom: 10px
}

.feature-card.two.primary1 {
    background-color: var(--primary-color)
}

.feature-card.two.primary1 .content h5 {
    color: var(--white-color)
}

.feature-card.two.primary1 .content p {
    color: rgba(255, 255, 255, .9)
}

.feature-card.two.primary2 {
    background-color: var(--primary-color2)
}

.feature-card.two.primary2 .content h5 {
    color: var(--white-color)
}

.feature-card.two.primary2 .content p {
    color: rgba(255, 255, 255, .9)
}

.feature-card.three {
    background-color: #1d2026;
    display: flex;
    gap: 10px;
    padding: 20px 15px
}

@media(min-width:576px) and (max-width:767px) {
    .feature-card.three {
        padding: 20px 10px
    }
}

.feature-card.three .icon {
    margin-bottom: 0;
    background-color: rgba(var(--primary-color-opc), 0.15)
}

.feature-card.three .icon svg {
    fill: var(--primary-color)
}

.feature-card.three .content {
    padding-top: 15px
}

.feature-card.three .content h5 {
    color: var(--white-color);
    font-size: 21px;
    margin-bottom: 10px
}

@media(min-width:1200px) and (max-width:1399px) {
    .feature-card.three .content h5 {
        font-size: 17px;
        line-height: 1.4
    }
}

@media(max-width:1199px) {
    .feature-card.three .content h5 {
        font-size: 19px
    }
}

.feature-card.three .content p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px
}

.home1-feature-section {
    background-color: #e9e5ff;
    padding: 100px 0
}



.home1-feature-section .feature-card .content a span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--primary-color);
    transition: .5s
}

.home1-feature-section .feature-card .content a svg {
    fill: var(--primary-color);
    opacity: 0;
    transition: .5s
}

.home1-feature-section .feature-card .content a:hover span {
    color: var(--primary-color)
}

.home1-feature-section .feature-card .content a:hover svg {
    opacity: 1
}







@media(max-width:1199px) {
    .home1-feature-section {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    .home1-feature-section {
        padding: 70px 0
    }
}

@media(max-width:1399px) {
    .home1-about-section .section-title h2 {
        font-size: 38px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .section-title h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home1-about-section .section-title h2 {
        font-size: 30px
    }
}

.home1-about-section .section-top-content {
    max-width: 555px;
    width: 100%
}

.home1-about-section .section-top-content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 15px;
    margin-bottom: 30px;
    position: relative
}

@media(max-width:1399px) {
    .home1-about-section .section-top-content p {
        margin-bottom: 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .section-top-content p {
        font-size: 15px;
        margin-bottom: 15px
    }
}

.home1-about-section .section-top-content p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    background-color: var(--paragraph-color);
    top: 8px;
    left: 0
}

.home1-about-section .section-top-content a {
    padding-left: 15px
}

.home1-about-section .section-top-content a span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--primary-color);
    transition: .5s
}

.home1-about-section .section-top-content a svg {
    fill: var(--primary-color);
    opacity: 0;
    transition: .5s
}

.home1-about-section .section-top-content a:hover span {
    color: var(--primary-color)
}

.home1-about-section .section-top-content a:hover svg {
    opacity: 1
}

.home1-about-section .about-feature-card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(var(--title-color-opc), 0.05);
    background: #f5f3ff;
    padding: 30px;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .about-feature-card {
        padding: 30px 15px
    }
}

@media(max-width:576px) {
    .home1-about-section .about-feature-card {
        padding: 30px 20px
    }
}

.home1-about-section .about-feature-card .icon {
    margin-bottom: 25px
}

@media(max-width:576px) {
    .home1-about-section .about-feature-card .icon {
        margin-bottom: 20px
    }
}

.home1-about-section .about-feature-card .icon svg {
    fill: var(--paragraph-color)
}

.home1-about-section .about-feature-card .content h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .about-feature-card .content h4 {
        font-size: 23px;
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .home1-about-section .about-feature-card .content h4 {
        margin-bottom: 15px
    }
}

.home1-about-section .about-feature-card .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .about-feature-card .content p {
        font-size: 15px
    }
}

.home1-about-section .about-feature-card:hover .icon {
    animation: zoomIn .5s linear
}

.home1-about-section .about-bottom-area .about-video-area {
    padding-right: 15px;
    height: 100%
}
.home1-about-section .about-bottom-area .about-video-area img{
	border-radius:10px;
}

@media(max-width:1399px) {
    .home1-about-section .about-bottom-area .about-video-area {
        padding-right: 0
    }
}

@media(max-width:576px) {
    .home1-about-section .about-bottom-area .about-video-area {
        height: unset
    }
}

.home1-about-section .about-bottom-area .about-video-area a {
    position: relative;
    display: block;
    border-radius: 10px;
    height: 100%
}

@media(max-width:576px) {
    .home1-about-section .about-bottom-area .about-video-area a {
        height: unset
    }
}

.home1-about-section .about-bottom-area .about-video-area a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px
}

.home1-about-section .about-bottom-area .about-video-area a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

@media(max-width:576px) {
    .home1-about-section .about-bottom-area .about-video-area a img {
        height: unset
    }
}

.home1-about-section .about-bottom-area .about-bottom-content .content-and-btn {
    max-width: 556px;
    width: 100%;
    margin-left: auto;
    padding-top: 50px
}

@media(max-width:1399px) {
    .home1-about-section .about-bottom-area .about-bottom-content .content-and-btn {
        padding-top: 40px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .about-bottom-area .about-bottom-content .content-and-btn {
        padding-top: 25px
    }
}

@media(max-width:991px) {
    .home1-about-section .about-bottom-area .about-bottom-content .content-and-btn {
        max-width: unset;
        padding-top: 30px
    }
}

.home1-about-section .about-bottom-area .about-bottom-content .content-and-btn p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 15px;
    margin-bottom: 50px;
    position: relative
}

@media(max-width:1399px) {
    .home1-about-section .about-bottom-area .about-bottom-content .content-and-btn p {
        margin-bottom: 40px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .about-bottom-area .about-bottom-content .content-and-btn p {
        font-size: 15px;
        margin-bottom: 30px
    }
}

.home1-about-section .about-bottom-area .about-bottom-content .content-and-btn p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    background-color: var(--paragraph-color);
    top: 8px;
    left: 0
}

.home1-contact-section {
    padding: 0 25px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-contact-section {
        padding: 0 15px
    }
}

@media(max-width:1399px) {
    .home1-contact-section {
        padding: 0 15px
    }
}

@media(max-width:1199px) {
    .home1-contact-section {
        padding: 0
    }
}

.home1-contact-section .home1-contact-wrap {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 90px 12%;
    position: relative
}

@media(max-width:1799px) {
    .home1-contact-section .home1-contact-wrap {
        padding: 90px 9%
    }
}

@media(max-width:1699px) {
    .home1-contact-section .home1-contact-wrap {
        padding: 90px 7%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-contact-section .home1-contact-wrap {
        padding: 90px 4%
    }
}

@media(max-width:1399px) {
    .home1-contact-section .home1-contact-wrap {
        padding: 90px 4%
    }
}

@media(max-width:1199px) {
    .home1-contact-section .home1-contact-wrap {
        padding: 70px 20px
    }
}

@media(max-width:576px) {
    .home1-contact-section .home1-contact-wrap {
        padding: 50px 20px;
        border-radius: 15px
    }
}

.home1-contact-section .home1-contact-wrap::before {
    content: url(../img/home1/icon/home1-contact-vector.svg);
    position: absolute;
    top: -50px;
    right: 10%
}

@media(max-width:1699px) {
    .home1-contact-section .home1-contact-wrap::before {
        right: 7%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-contact-section .home1-contact-wrap::before {
        right: 6%
    }
}

@media(max-width:1399px) {
    .home1-contact-section .home1-contact-wrap::before {
        right: 50px
    }
}

@media(max-width:1199px) {
    .home1-contact-section .home1-contact-wrap::before {
        right: 25px
    }
}

@media(max-width:576px) {
    .home1-contact-section .home1-contact-wrap::before {
        display: none
    }
}

.home1-contact-section .home1-contact-wrap .contact-title-area h2 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-contact-section .home1-contact-wrap .contact-title-area h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .home1-contact-section .home1-contact-wrap .contact-title-area h2 {
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .home1-contact-section .home1-contact-wrap .contact-title-area h2 {
        font-size: 32px
    }
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown {
    text-align: center
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area {
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area>svg {
    fill: none;
    stroke: var(--white-color)
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number {
    color: var(--white-color);
    font-family: var(--font-inter);
    line-height: 1;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number h5 {
    font-size: 45px;
    font-family: var(--font-inter);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

@media(max-width:1199px) {
    .home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number h5 {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number h5 {
        font-size: 35px
    }
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number span {
    font-size: 45px;
    font-weight: 700
}

@media(max-width:1199px) {
    .home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number span {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number span {
        font-size: 35px
    }
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .arrow {
    line-height: 1
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .arrow svg {
    fill: var(--primary-color2)
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .content p {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .content p {
        font-size: 17px
    }
}

.home1-process-section .pagination-area {
    padding-bottom: 50px
}

@media(max-width:1199px) {
    .home1-process-section .pagination-area {
        padding-bottom: 40px
    }
}

@media(max-width:991px) {
    .home1-process-section .pagination-area {
        padding-bottom: 0
    }
}

.home1-process-section .pagination-area .swiper-pagination2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 12px
}

@media(max-width:767px) {
    .home1-process-section .pagination-area .swiper-pagination2 {
        gap: 8px
    }
}

@media(max-width:576px) {
    .home1-process-section .pagination-area .swiper-pagination2 {
        gap: 6px
    }
}

.home1-process-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(63, 68, 75, .6);
    opacity: 1;
    position: relative
}

.home1-process-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgba(63, 68, 75, .4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home1-process-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color);
    height: 16px;
    width: 16px
}

.home1-process-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color)
}

.home1-process-section .process-slider-wrap .single-process .dot-and-step-no {
    margin-bottom: 30px
}

@media(max-width:1199px) {
    .home1-process-section .process-slider-wrap .single-process .dot-and-step-no {
        margin-bottom: 25px
    }
}

.home1-process-section .process-slider-wrap .single-process .dot-and-step-no .dot {
    margin-bottom: 25px;
    position: relative
}

.home1-process-section .process-slider-wrap .single-process .dot-and-step-no .dot::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--primary-color3-opc), 0.2);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.home1-process-section .process-slider-wrap .single-process .dot-and-step-no .dot span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--primary-color3);
    display: block;
    margin-left: 50px
}

.home1-process-section .process-slider-wrap .single-process .dot-and-step-no .step-no h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(var(--primary-color-opc), 0.3);
    font-family: var(--font-inter);
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    transition: .5s
}

@media(max-width:1399px) {
    .home1-process-section .process-slider-wrap .single-process .dot-and-step-no .step-no h2 {
        font-size: 85px
    }
}

@media(max-width:1199px) {
    .home1-process-section .process-slider-wrap .single-process .dot-and-step-no .step-no h2 {
        font-size: 80px
    }
}

@media(max-width:767px) {
    .home1-process-section .process-slider-wrap .single-process .dot-and-step-no .step-no h2 {
        font-size: 75px
    }
}

.home1-process-section .process-slider-wrap .single-process .process-content {
    max-width: 312px;
    width: 100%
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-process-section .process-slider-wrap .single-process .process-content {
        max-width: 280px
    }
}

.home1-process-section .process-slider-wrap .single-process .process-content h3 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px
}

@media(max-width:1399px) {
    .home1-process-section .process-slider-wrap .single-process .process-content h3 {
        font-size: 30px
    }
}

@media(max-width:1199px) {
    .home1-process-section .process-slider-wrap .single-process .process-content h3 {
        font-size: 27px;
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .home1-process-section .process-slider-wrap .single-process .process-content h3 {
        font-size: 25px
    }
}

.home1-process-section .process-slider-wrap .single-process .process-content p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .03em
}

.home1-process-section .process-slider-wrap .single-process:hover .dot-and-step-no .step-no h2 {
    -webkit-text-stroke: 1px var(--primary-color)
}

.pricing-card {
    background-color: var(--white-color);
    border: 1px solid rgba(var(--primary-color3-opc), 0.15);
    border-right: 3px solid rgba(var(--primary-color3-opc), 0.15);
    border-bottom: 3px solid rgba(var(--primary-color3-opc), 0.15);
    position: relative;
    border-radius: 10px
}

.pricing-card .pricing-top {
    padding: 35px 30px;
    border-bottom: 1px solid rgba(var(--primary-color3-opc), 0.2)
}

@media(max-width:1399px) {
    .pricing-card .pricing-top {
        padding: 35px 25px
    }
}

@media(max-width:576px) {
    .pricing-card .pricing-top {
        padding: 35px 20px
    }
}

.pricing-card .pricing-top>span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-syne);
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px
}

.pricing-card .pricing-top h2 {
    color: var(--title-color);
    margin-bottom: 0;
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2
}

@media(max-width:1399px) {
    .pricing-card .pricing-top h2 {
        font-size: 43px
    }
}

@media(max-width:576px) {
    .pricing-card .pricing-top h2 {
        font-size: 45px
    }
}

.pricing-card .pricing-top h2 span {
    font-size: 35px
}

.pricing-card .pricing-top h2 sub {
    font-weight: 400;
    font-size: 17px;
    color: var(--primary-color2);
    bottom: 0
}

.pricing-card .pricing-top h2 sub del {
    color: rgba(var(--title-color-opc), 0.5);
    font-size: 22px;
    font-weight: 500
}

.pricing-card .pricing-top p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 15px
}

.pricing-card .pricing-content {
    padding: 35px 25px
}

@media(max-width:576px) {
    .pricing-card .pricing-content {
        padding: 35px 20px
    }
}

.pricing-card .pricing-content h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 30px
}

@media(max-width:576px) {
    .pricing-card .pricing-content h6 {
        margin-bottom: 25px
    }
}

.pricing-card .pricing-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.pricing-card .pricing-content ul li {
    display: flex;
    gap: 8px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .03em;
    color: var(--title-color);
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative
}

@media(max-width:576px) {
    .pricing-card .pricing-content ul li {
        margin-bottom: 20px
    }
}

.pricing-card .pricing-content ul li:last-child {
    margin-bottom: 0
}

.pricing-card .pricing-content ul li svg {
    fill: var(--primary-color);
    min-width: 16px;
    margin-top: 4px
}

.pricing-card .pricing-content ul li.close svg {
    fill: #f73131
}

.pricing-card .pay-btn-area {
    padding-top: 50px
}

@media(max-width:576px) {
    .pricing-card .pay-btn-area {
        padding-top: 40px
    }
}

.pricing-card .batch {
    width: 63px;
    height: 59px;
    border-radius: 0 0 100px 100px;
    background: var(--primary-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 30px
}

.pricing-card .batch span {
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px
}

.pricing-card .batch span strong {
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    display: block;
    margin-bottom: 5px
}

.pricing-card.st-plan1 {
    background-color: #f4f3ff;
    border-color: var(--primary-color)
}

.pricing-card.st-plan1 .pricing-top {
    border-color: rgba(var(--primary-color-opc), 0.2)
}

.pricing-card.st-plan1 .pricing-content .primary-btn2 {
    background-color: var(--primary-color)
}

.pricing-card.st-plan1 .pricing-content .primary-btn2:hover {
    background-color: var(--primary-color3)
}

.pricing-card .pricing-form {
    padding: 20px 20px 40px 30px
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card .pricing-form {
        padding: 20px 20px 40px 25px
    }
}

@media(max-width:576px) {
    .pricing-card .pricing-form {
        padding: 20px 20px 40px
    }
}

.pricing-card .pricing-form .form-inner input {
    height: 48px;
    font-family: var(--font-inter);
    font-size: 13px
}

.pricing-card .pricing-form .form-inner input::-moz-placeholder {
    font-size: 11px;
    color: rgba(var(--title-color-opc), 0.5)
}

.pricing-card .pricing-form .form-inner input::placeholder {
    font-size: 11px;
    color: rgba(var(--title-color-opc), 0.5)
}

.pricing-card .pricing-form .form-inner textarea {
    font-family: var(--font-inter);
    font-size: 13px
}

.pricing-card .pricing-form .form-inner textarea::-moz-placeholder {
    font-size: 11px;
    color: rgba(var(--title-color-opc), 0.5)
}

.pricing-card .pricing-form .form-inner textarea::placeholder {
    font-size: 11px;
    color: rgba(var(--title-color-opc), 0.5)
}

.pricing-card .pricing-form .primary-btn2 {
    background-color: rgba(var(--primary-color3-opc), 0.08);
    color: var(--title-color);
    font-size: 16px;
    padding: 18px 35px;
    width: 100%;
    justify-content: center;
    margin-top: 30px
}

.pricing-card .pricing-form .primary-btn2:hover {
    background-color: var(--primary-color);
    color: var(--white-color)
}

.pricing-card.style-2 {
    background-size: cover;
    background-repeat: no-repeat;
    border: unset
}

.pricing-card.style-2 .pricing-top {
    padding-bottom: 0;
    border-bottom: unset
}

@media(max-width:991px) {
    .pricing-card.style-2 .pricing-top {
        padding: 35px 20px 0
    }
}

.pricing-card.style-2 .pricing-top>span {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-weight: 700;
    font-size: 25px
}

.pricing-card.style-2 .pay-btn-area {
    padding-top: 40px
}

@media(max-width:991px) {
    .pricing-card.style-2 .pay-btn-area {
        padding-top: 30px
    }
}

.pricing-card.style-2 .pay-btn-area .primary-btn2 {
    width: 100%;
    justify-content: center
}

.pricing-card.style-2 .pay-btn-area .primary-btn2 span {
    font-size: 17px
}

.pricing-card.style-2 .pricing-content {
    padding: 50px 30px 40px
}

@media(max-width:991px) {
    .pricing-card.style-2 .pricing-content {
        padding: 40px 25px 35px
    }
}

.pricing-card.style-2 .pricing-content h6 {
    margin-bottom: 25px
}

@media(max-width:576px) {
    .pricing-card.style-2 .pricing-content h6 {
        margin-bottom: 20px
    }
}

.pricing-card.style-2 .pricing-content ul li {
    align-items: center;
    margin-bottom: 20px
}

.pricing-card.style-2 .pricing-content ul li:last-child {
    margin-bottom: 0
}

.pricing-card.style-2 .pricing-content ul li svg {
    margin-top: 1px
}

.pricing-card.style-2 .pricing-content ul li svg path:last-child {
    fill: var(--white-color)
}

.pricing-card.style-2.st-plan2 .primary-btn2 {
    background-color: var(--primary-color)
}

.pricing-card.style-2.st-plan2 .primary-btn2:hover {
    background-color: var(--primary-color3)
}

.pricing-card.style-3 {
    background-color: var(--primary-color3);
    border: unset
}

.pricing-card.style-3::before {
    content: url(../img/home3/home3-basic-plan-blur.png);
    position: absolute;
    top: 0;
    right: 0
}

.pricing-card.style-3 .pricing-top {
    padding: 30px 35px 35px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media(min-width:1400px) and (max-width:1599px) {
    .pricing-card.style-3 .pricing-top {
        padding: 30px 25px 35px
    }
}

@media(max-width:1399px) {
    .pricing-card.style-3 .pricing-top {
        padding: 35px 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .pricing-card.style-3 .pricing-top {
        padding: 35px 20px
    }
}

@media(max-width:576px) {
    .pricing-card.style-3 .pricing-top {
        padding: 35px 20px
    }
}

.pricing-card.style-3 .pricing-top>span {
    color: var(--primary-color2)
}

.pricing-card.style-3 .pricing-top h2 {
    color: var(--white-color);
    margin-bottom: 25px
}

.pricing-card.style-3 .pricing-top h2 sub del {
    color: rgba(255, 255, 255, .5)
}

.pricing-card.style-3 .pricing-top p {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 16px;
    margin-bottom: 0
}

.pricing-card.style-3 .pricing-top p strong {
    font-weight: 700
}

.pricing-card.style-3 .pricing-content {
    padding: 35px 35px 80px
}

@media(min-width:1400px) and (max-width:1599px) {
    .pricing-card.style-3 .pricing-content {
        padding: 35px 25px 80px
    }
}

@media(max-width:1399px) {
    .pricing-card.style-3 .pricing-content {
        padding: 35px 25px 80px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .pricing-card.style-3 .pricing-content {
        padding: 30px 20px 70px
    }
}

@media(max-width:576px) {
    .pricing-card.style-3 .pricing-content {
        padding: 35px 20px
    }
}

.pricing-card.style-3 .pricing-content h6 {
    color: var(--white-color)
}

.pricing-card.style-3 .pricing-content ul li {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 30px;
    position: relative
}

@media(max-width:576px) {
    .pricing-card.style-3 .pricing-content ul li {
        margin-bottom: 20px
    }
}

.pricing-card.style-3 .pricing-content ul li:last-child {
    margin-bottom: 0
}

.pricing-card.style-3.premium::before {
    content: url(../img/home3/home3-premuim-plan-blur.png)
}

.pricing-card.style-4 {
    background-size: cover;
    background-repeat: no-repeat;
    border: unset;
    background-color: var(--primary-color3)
}

.pricing-card.style-4 .pricing-top {
    padding-bottom: 0;
    border-bottom: unset
}

@media(max-width:1699px) {
    .pricing-card.style-4 .pricing-top {
        padding: 35px 25px 0
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card.style-4 .pricing-top {
        padding: 35px 20px 0
    }
}

@media(max-width:991px) {
    .pricing-card.style-4 .pricing-top {
        padding: 35px 20px 0
    }
}

.pricing-card.style-4 .pricing-top>span {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-weight: 700;
    font-size: 25px
}

.pricing-card.style-4 .pricing-top p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px
}

.pricing-card.style-4 .pricing-top h2 {
    color: var(--white-color)
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card.style-4 .pricing-top h2 {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .pricing-card.style-4 .pricing-top h2 {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .pricing-card.style-4 .pricing-top h2 span {
        font-size: 30px
    }
}

.pricing-card.style-4 .pricing-top h2 del {
    color: rgba(255, 255, 255, .7)
}

.pricing-card.style-4 .pay-btn-area {
    padding-top: 40px
}

@media(max-width:991px) {
    .pricing-card.style-4 .pay-btn-area {
        padding-top: 30px
    }
}

.pricing-card.style-4 .pay-btn-area .primary-btn2 {
    width: 100%;
    justify-content: center;
    font-size: 17px
}

@media(max-width:1399px) {
    .pricing-card.style-4 .pay-btn-area .primary-btn2 {
        font-size: 16px
    }
}

.pricing-card.style-4 .pay-btn-area .primary-btn2 span {
    font-size: 17px
}

@media(max-width:1399px) {
    .pricing-card.style-4 .pay-btn-area .primary-btn2 span {
        font-size: 16px
    }
}

.pricing-card.style-4 .pay-btn-area .primary-btn2:hover {
    background-color: var(--primary-color2)
}

.pricing-card.style-4 .pricing-content {
    padding: 50px 30px 40px
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card.style-4 .pricing-content {
        padding: 40px 20px
    }
}

@media(max-width:991px) {
    .pricing-card.style-4 .pricing-content {
        padding: 40px 25px 35px
    }
}

.pricing-card.style-4 .pricing-content h6 {
    margin-bottom: 25px;
    color: var(--white-color)
}

@media(max-width:576px) {
    .pricing-card.style-4 .pricing-content h6 {
        margin-bottom: 20px
    }
}

.pricing-card.style-4 .pricing-content ul li {
    align-items: center;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .8)
}

.pricing-card.style-4 .pricing-content ul li:last-child {
    margin-bottom: 0
}

.pricing-card.style-4 .pricing-content ul li svg {
    margin-top: 1px
}

.pricing-card.style-4 .pricing-content ul li svg path:last-child {
    fill: var(--white-color)
}

.pricing-card.style-4 .batch {
    width: 50px;
    height: 62px;
    border-radius: 0 20px 100px 100px;
    background: var(--primary-color);
    top: 0;
    right: 0
}

.pricing-card.style-4 .batch span {
    font-family: var(--font-syne);
    font-size: 13px;
    font-weight: 500
}

.pricing-card.style-4 .batch span strong {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 700
}

.pricing-card.style-4.st-plan2 .primary-btn2 {
    background-color: var(--primary-color2)
}

.pricing-card.style-4.st-plan2 .primary-btn2:hover {
    background-color: var(--primary-color3)
}

.pricing-card.style-5 {
    background-size: cover;
    background-repeat: no-repeat;
    border: unset
}

.pricing-card.style-5 .pricing-top {
    padding-bottom: 0;
    border-bottom: unset
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card.style-5 .pricing-top {
        padding: 30px 20px 0
    }
}

@media(max-width:991px) {
    .pricing-card.style-5 .pricing-top {
        padding: 35px 20px 0
    }
}

.pricing-card.style-5 .pricing-top>span {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-weight: 700;
    font-size: 25px
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card.style-5 .pricing-top h2 {
        font-size: 40px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card.style-5 .pricing-top h2 sub {
        font-size: 16px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card.style-5 .pricing-top h2 sub del {
        font-size: 21px
    }
}

.pricing-card.style-5 .pay-btn-area {
    padding-top: 30px
}

@media(max-width:991px) {
    .pricing-card.style-5 .pay-btn-area {
        padding-top: 25px
    }
}

.pricing-card.style-5 .pay-btn-area .primary-btn2 {
    width: 100%;
    justify-content: center
}

.pricing-card.style-5 .pay-btn-area .primary-btn2 span {
    font-size: 17px
}

.pricing-card.style-5 .pricing-content {
    padding: 40px 30px
}

@media(min-width:1200px) and (max-width:1399px) {
    .pricing-card.style-5 .pricing-content {
        padding: 40px 20px
    }
}

@media(max-width:991px) {
    .pricing-card.style-5 .pricing-content {
        padding: 40px 25px 35px
    }
}

.pricing-card.style-5 .pricing-content h6 {
    margin-bottom: 25px
}

@media(max-width:576px) {
    .pricing-card.style-5 .pricing-content h6 {
        margin-bottom: 20px
    }
}

.pricing-card.style-5 .pricing-content ul li {
    align-items: center;
    margin-bottom: 20px
}

.pricing-card.style-5 .pricing-content ul li:last-child {
    margin-bottom: 0
}

.pricing-card.style-5 .pricing-content ul li svg {
    margin-top: 1px
}

.pricing-card.style-5 .pricing-content ul li svg path:last-child {
    fill: var(--white-color)
}

.pricing-card.style-5.st-plan2 .pricing-top>span {
    color: var(--white-color)
}

.pricing-card.style-5.st-plan2 .pricing-top h2 {
    color: var(--white-color)
}

.pricing-card.style-5.st-plan2 .pricing-top h2 sub {
    color: var(--primary-color2)
}

.pricing-card.style-5.st-plan2 .pricing-top h2 sub del {
    color: rgba(255, 255, 255, .5)
}

.pricing-card.style-5.st-plan2 .pricing-top p {
    color: rgba(255, 255, 255, .7)
}

.pricing-card.style-5.st-plan2 .pricing-content h6 {
    color: var(--white-color)
}

.pricing-card.style-5.st-plan2 .pricing-content ul li {
    color: var(--white-color)
}

.pricing-card.style-5.st-plan2 .pricing-content ul li svg {
    fill: var(--primary-color2)
}

.pricing-card.style-5.st-plan2 .pricing-content ul li.close svg {
    fill: #f73131
}

.pricing-card.style-5.st-plan2 .primary-btn2 {
    background-color: var(--primary-color2)
}

.pricing-card.style-5.st-plan2 .primary-btn2:hover {
    background-color: var(--primary-color3)
}

.home1-pricing-plan-section {
    background-image: url(../img/home1/home1-pricing-plan-bg.png), linear-gradient(#e4edf3, #e4edf3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0
}

@media(max-width:1199px) {
    .home1-pricing-plan-section {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    .home1-pricing-plan-section {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .home1-pricing-plan-section {
        background-size: auto;
        background-position: top;
        background-repeat: repeat
    }
}

.pricing-plan-tab-area .nav-area {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:576px) {
    .pricing-plan-tab-area .nav-area {
        gap: 15px
    }
}

.pricing-plan-tab-area .nav-area nav {
    display: flex
}

.pricing-plan-tab-area .nav-area nav .nav-tabs {
    border-bottom: none;
    background: rgba(var(--primary-color-opc), 0.1);
    border: 1px solid rgba(var(--paragraph-color-opc), 0.1);
    border-radius: 15px;
    padding: 3px
}

.pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link {
    min-width: 32px;
    max-width: 32px;
    height: 26px;
    border-radius: 25px;
    border: none;
    padding: 0
}

@media(max-width:576px) {
    .pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link {
        min-width: 28px;
        max-width: 28px;
        height: 22px
    }
}

.pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link:hover {
    border: none;
    box-shadow: none
}

.pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link:focus {
    border: none;
    box-shadow: none
}

.pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link.active {
    color: var(--white-color);
    background: var(--primary-color);
    border: none
}

.pricing-plan-tab-area .nav-area span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .32px;
    position: relative
}

.pricing-plan-tab-area .nav-area span strong {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    background-color: var(--primary-color2);
    padding: 3px 10px;
    border-radius: 50px;
    position: absolute;
    top: -8px;
    right: -62px
}

@media(max-width:576px) {
    .pricing-plan-tab-area .nav-area span strong {
        top: -18px;
        right: 0
    }
}

.home1-why-choose-section .video-area {
    position: relative;
    border-radius: 10px;
    height: 100%
}

@media(max-width:576px) {
    .home1-why-choose-section .video-area {
        height: unset
    }
}

.home1-why-choose-section .video-area img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:576px) {
    .home1-why-choose-section .video-area img {
        height: unset
    }
}

.home1-why-choose-section .video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.4);
    border-radius: 10px
}

.home1-why-choose-section .video-area .video-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color-opc), 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

@media(max-width:576px) {
    .home1-why-choose-section .video-area .video-icon {
        width: 80px;
        height: 80px
    }
}

.home1-why-choose-section .video-area .video-icon svg {
    fill: rgba(255, 255, 255, .8)
}

.home1-why-choose-section .video-area .video-icon::before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color-opc), 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

@media(max-width:576px) {
    .home1-why-choose-section .video-area .video-icon::before {
        width: 90px;
        height: 90px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home1-why-choose-section .why-choose-content .section-title h2 {
        font-size: 38px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-why-choose-section .why-choose-content .section-title h2 {
        font-size: 35px
    }
}

.home1-why-choose-section .why-choose-content .section-title p {
    font-size: 16px;
    padding-top: 20px
}

@media(max-width:1399px) {
    .home1-why-choose-section .why-choose-content .section-title p {
        padding-top: 15px
    }
}

.home1-why-choose-section .why-choose-content .feature-list {
    padding-top: 30px
}

@media(max-width:1399px) {
    .home1-why-choose-section .why-choose-content .feature-list {
        padding-top: 20px
    }
}

.home1-why-choose-section .why-choose-content .feature-list h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7
}

.home1-why-choose-section .why-choose-content .feature-list h6 span {
    font-size: 16px;
    color: rgba(var(--title-color-opc), 0.5);
    display: block
}

.home1-why-choose-section .why-choose-content .feature-list ul {
    margin: 0;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 50px
}

@media(max-width:1399px) {
    .home1-why-choose-section .why-choose-content .feature-list ul {
        margin-bottom: 40px
    }
}

.home1-why-choose-section .why-choose-content .feature-list ul li {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px
}

.home1-why-choose-section .why-choose-content .feature-list ul li strong {
    color: var(--title-color);
    font-weight: 600
}

.home1-why-choose-section .why-choose-content .feature-list ul li:last-child {
    margin-bottom: 0
}

.home1-why-choose-section .why-choose-content .feature-list ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color)
}

.logo-section .logo-wrap .logo-title {
    text-align: center;
    margin-bottom: 25px
}

.logo-section .logo-wrap .logo-title h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .36px;
    text-transform: uppercase;
    margin-bottom: 0
}

.logo-section .logo-wrap .marquee {
    display: flex;
    gap: 80px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:1199px) {
    .logo-section .logo-wrap .marquee {
        gap: 60px
    }
}

@media(max-width:576px) {
    .logo-section .logo-wrap .marquee {
        gap: 40px
    }
}

.logo-section .logo-wrap .marquee .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 80px;
    min-width: 100%;
    animation: scroll-x 30s linear infinite
}

@media(max-width:1199px) {
    .logo-section .logo-wrap .marquee .marquee__group {
        gap: 60px
    }
}

@media(max-width:576px) {
    .logo-section .logo-wrap .marquee .marquee__group {
        gap: 40px
    }
}

.logo-section .logo-wrap .marquee .marquee__group a img {
    width: 103px
}

@keyframes scroll-x {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-100%)
    }
}

.logo-section.style-2 {
    background-color: #ffe8de;
    position: relative;
    padding: 20px 14% 20px 0
}

@media(max-width:1799px) {
    .logo-section.style-2 {
        padding: 20px 12% 20px 0
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .logo-section.style-2 {
        padding: 20px 8% 20px 0
    }
}

@media(max-width:1199px) {
    .logo-section.style-2 {
        padding: 20px
    }
}

@media(max-width:991px) {
    .logo-section.style-2 {
        padding: 20px 10px
    }
}

@media(max-width:576px) {
    .logo-section.style-2 {
        padding: 20px 0
    }
}

.logo-section.style-2 .scroll-down-and-logo {
    display: flex;
    align-items: center;
    gap: 180px
}

@media(max-width:1799px) {
    .logo-section.style-2 .scroll-down-and-logo {
        gap: 120px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .logo-section.style-2 .scroll-down-and-logo {
        gap: 50px
    }
}

@media(max-width:1399px) {
    .logo-section.style-2 .scroll-down-and-logo {
        gap: 50px
    }
}

@media(max-width:1199px) {
    .logo-section.style-2 .scroll-down-and-logo {
        display: block
    }
}

.logo-section.style-2 .logo-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

@media(max-width:1199px) {
    .logo-section.style-2 .logo-wrap {
        margin-bottom: 30px;
        gap: 25px
    }
}

@media(max-width:767px) {
    .logo-section.style-2 .logo-wrap {
        flex-wrap: wrap;
        justify-content: center
    }
}

.logo-section.style-2 .logo-wrap .logo-title {
    text-align: start;
    padding-right: 30px;
    border-right: 1px solid rgba(var(--title-color2-opc), 0.1);
    min-width: 200px;
    margin-bottom: 0
}

@media(max-width:1199px) {
    .logo-section.style-2 .logo-wrap .logo-title {
        padding-right: 25px
    }
}

@media(max-width:767px) {
    .logo-section.style-2 .logo-wrap .logo-title {
        padding-right: 0;
        border: unset
    }
}

.logo-section.style-2 .logo-wrap .logo-title h6 {
    color: var(--title-color2);
    font-size: 17px;
    font-weight: 600
}

@media(min-width:1400px) and (max-width:1599px) {
    .logo-section.style-2 .logo-wrap .marquee {
        gap: 60px
    }
}

@media(max-width:1399px) {
    .logo-section.style-2 .logo-wrap .marquee {
        gap: 60px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .logo-section.style-2 .logo-wrap .marquee .marquee__group {
        gap: 60px
    }
}

@media(max-width:1399px) {
    .logo-section.style-2 .logo-wrap .marquee .marquee__group {
        gap: 60px
    }
}

.logo-section.style-2 .scroll-down-btn {
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid rgba(var(--title-color2-opc), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s
}

@media(max-width:1199px) {
    .logo-section.style-2 .scroll-down-btn {
        margin: 0 auto
    }
}

.logo-section.style-2 .scroll-down-btn a {
    text-align: center;
    padding-top: 5px
}

.logo-section.style-2 .scroll-down-btn a span {
    color: rgba(var(--title-color2-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    display: block;
    transition: .5s
}

.logo-section.style-2 .scroll-down-btn a svg {
    fill: rgba(var(--title-color2-opc), 0.6);
    transition: .5s
}

.logo-section.style-2 .scroll-down-btn:hover {
    box-shadow: inset 0 0 0 10em var(--primary-color2);
    border-color: var(--primary-color2)
}

.logo-section.style-2 .scroll-down-btn:hover a span {
    color: var(--white-color)
}

.logo-section.style-2 .scroll-down-btn:hover a svg {
    fill: var(--white-color)
}

.testimonial-card {
    padding: 25px 25px 30px;
    border-radius: 10px;
    background-color: var(--white-color);
    border: 1px solid rgba(var(--primary-color3-opc), 0.1)
}

@media(min-width:1400px) and (max-width:1599px) {
    .testimonial-card {
        padding: 25px 18px 30px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .testimonial-card {
        padding: 25px 15px 30px
    }
}

@media(max-width:991px) {
    .testimonial-card {
        padding: 25px 20px 30px
    }
}

@media(max-width:576px) {
    .testimonial-card {
        padding: 25px 15px 30px
    }
}

.testimonial-card .author-and-quote-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(var(--primary-color3-opc), 0.1);
    margin-bottom: 25px
}

@media(min-width:1200px) and (max-width:1399px) {
    .testimonial-card .author-and-quote-area {
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .testimonial-card .author-and-quote-area {
        margin-bottom: 20px
    }
}

.testimonial-card .author-and-quote-area .author-area {
    display: flex;
    gap: 12px
}

@media(min-width:1400px) and (max-width:1599px) {
    .testimonial-card .author-and-quote-area .author-area {
        gap: 8px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .testimonial-card .author-and-quote-area .author-area {
        gap: 8px
    }
}

@media(max-width:576px) {
    .testimonial-card .author-and-quote-area .author-area {
        gap: 8px
    }
}

.testimonial-card .author-and-quote-area .author-area .author-img img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%
}

.testimonial-card .author-and-quote-area .author-area .author-name-and-desig h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px
}

@media(min-width:1400px) and (max-width:1599px) {
    .testimonial-card .author-and-quote-area .author-area .author-name-and-desig h4 {
        font-size: 20px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .testimonial-card .author-and-quote-area .author-area .author-name-and-desig h4 {
        font-size: 18px
    }
}

@media(max-width:991px) {
    .testimonial-card .author-and-quote-area .author-area .author-name-and-desig h4 {
        font-size: 20px
    }
}

@media(max-width:576px) {
    .testimonial-card .author-and-quote-area .author-area .author-name-and-desig h4 {
        font-size: 18px
    }
}

.testimonial-card .author-and-quote-area .author-area .author-name-and-desig span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .02em
}

.testimonial-card .author-and-quote-area .quote {
    fill: rgba(var(--title-color-opc), 0.03)
}

@media(min-width:1200px) and (max-width:1399px) {
    .testimonial-card .author-and-quote-area .quote {
        width: 45px
    }
}

@media(max-width:576px) {
    .testimonial-card .author-and-quote-area .quote {
        width: 45px
    }
}

.testimonial-card .testimonial-content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .03em;
    margin-bottom: 0
}

@media(max-width:576px) {
    .testimonial-card .testimonial-content p {
        font-size: 15px
    }
}

.testimonial-card .logo-and-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 25px
}

.testimonial-card .logo-and-rating .rating {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px
}

.testimonial-card .logo-and-rating .rating li {
    color: #ffc107
}

.testimonial-card.two {
    background-color: #282828;
    padding: 30px 40px
}

@media(max-width:1399px) {
    .testimonial-card.two {
        padding: 30px 25px
    }
}

@media(max-width:991px) {
    .testimonial-card.two {
        padding: 30px 20px
    }
}

.testimonial-card.two .author-and-quote-area {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.testimonial-card.two .author-and-quote-area .author-area .author-name-and-desig h4 {
    color: var(--white-color)
}

.testimonial-card.two .author-and-quote-area .author-area .author-name-and-desig span {
    color: rgba(255, 255, 255, .5)
}

.testimonial-card.two .author-and-quote-area .quote {
    fill: rgba(255, 255, 255, .03)
}

.testimonial-card.two .testimonial-content p {
    color: rgba(255, 255, 255, .7)
}

@media(min-width:768px) and (max-width:991px) {
    .testimonial-card.two .testimonial-content p {
        font-size: 15px
    }
}

.testimonial-card.two .logo-and-rating {
    padding-top: 35px
}

.home1-testimonial-section {
    background-image: url(../img/home1/home1-testimonial-bg.png), linear-gradient(#e9e5ff, #e9e5ff);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding: 100px 0
}

@media(max-width:1199px) {
    .home1-testimonial-section {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    .home1-testimonial-section {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .home1-testimonial-section {
        padding: 70px 10px
    }
}

.home1-testimonial-section .star-btn a {
    position: relative;
    line-height: 1;
    transition: .5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.home1-testimonial-section .star-btn a .bg {
    line-height: 1;
    transition: .5s
}

.home1-testimonial-section .star-btn a .bg svg {
    fill: transparent;
    stroke: rgba(var(--title-color-opc), 0.2);
    transition: .5s
}

.home1-testimonial-section .star-btn a .details-button {
    transition: .5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    padding: 0 1.375em .0625em 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) .0625em;
    transition: background-size .2s linear var(--background-delay, 0.15s);
    border: none;
    background-image: linear-gradient(0deg, #7572FD 0%, #7572FD 100%);
    color: var(--primary-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap
}

.home1-testimonial-section .star-btn a .details-button::after {
    content: "\f123";
    font-family: bootstrap-icons;
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    opacity: 1;
    transition: opacity .3s .15s;
    color: var(--primary-color)
}

.home1-testimonial-section .star-btn a .details-button svg {
    position: absolute;
    display: block;
    line-height: 1.8125em;
    width: 1.375em;
    height: 1.8125em;
    right: 0;
    left: initial;
    top: 50%;
    margin: -.92em 0 0;
    fill: none;
    stroke: var(--title-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s)
}

.home1-testimonial-section .star-btn a:hover .bg svg {
    fill: var(--primary-color);
    stroke: var(--primary-color)
}

.home1-testimonial-section .star-btn a:hover .details-button {
    --background-size: 0%;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: var(--white-color)
}

.home1-testimonial-section .star-btn a:hover .details-button svg {
    stroke: var(--white-color)
}

.home1-testimonial-section .star-btn a:hover .details-button::after {
    opacity: 0;
    transition-delay: 0s;
    color: var(--white-color)
}

.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .testimonial-card {
    border-color: var(--primary-color)
}

.home1-testimonial-section .slider-btn-and-pagination {
    padding-top: 50px
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp {
    justify-content: space-between
}

@media(max-width:576px) {
    .home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp {
        gap: 10px
    }
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .swiper-pagination1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
    bottom: unset;
    gap: 12px
}

@media(max-width:576px) {
    .home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .swiper-pagination1 {
        gap: 6px
    }
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .swiper-pagination1 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(63, 68, 75, .6);
    opacity: 1;
    position: relative
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .swiper-pagination1 .swiper-pagination-bullet::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgba(63, 68, 75, .4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color2);
    height: 16px;
    width: 16px
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color2)
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .slider-btn {
    border: 1px solid rgba(var(--title-color2-opc), 0.5)
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .slider-btn svg {
    fill: rgba(var(--title-color2-opc), 0.5)
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .slider-btn:hover {
    border-color: var(--primary-color)
}

.home1-testimonial-section .slider-btn-and-pagination .slider-btn-grp .slider-btn:hover svg {
    fill: var(--white-color)
}

.case-study-card {
    display: grid;
    grid-template-columns: 43% 57%
}

@media(min-width:1200px) and (max-width:1399px) {
    .case-study-card {
        grid-template-columns: 45% 55%
    }
}

@media(min-width:576px) and (max-width:767px) {
    .case-study-card {
        grid-template-columns: 45% 54%
    }
}

@media(max-width:576px) {
    .case-study-card {
        display: block
    }
}

.case-study-card .case-card-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 0 10px
}

@media(max-width:576px) {
    .case-study-card .case-card-img {
        border-radius: 10px 10px 0 0
    }
}

.case-study-card .case-card-img img {
    border-radius: 10px 0 0 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease-out
}

@media(max-width:576px) {
    .case-study-card .case-card-img img {
        border-radius: 10px 10px 0 0;
        height: unset
    }
}

.case-study-card .case-card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.case-study-card .case-card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.2);
    border-radius: 10px 0 0 10px;
    z-index: 1
}

@media(max-width:576px) {
    .case-study-card .case-card-img::before {
        border-radius: 10px 10px 0 0
    }
}

.case-study-card .case-card-img .tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 2
}

.case-study-card .case-card-img .tag-list li a {
    border-radius: 100px;
    background-color: #6a6a6a;
    padding: 5px 12px;
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    transition: .5s
}

.case-study-card .case-card-img .tag-list li a:hover {
    background-color: var(--primary-color2)
}

.case-study-card .case-card-content {
    padding: 30px;
    border: 1px solid rgba(var(--primary-color3-opc), 0.1);
    border-left: unset;
    border-radius: 0 10px 10px 0
}

@media(max-width:1399px) {
    .case-study-card .case-card-content {
        padding: 30px 20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-card .case-card-content {
        padding: 25px 15px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .case-study-card .case-card-content {
        padding: 25px 15px
    }
}

@media(max-width:576px) {
    .case-study-card .case-card-content {
        border: 1px solid rgba(var(--primary-color3-opc), 0.1);
        border-top: unset;
        border-radius: 0 0 10px 10px
    }
}

.case-study-card .case-card-content h4 {
    padding-top: 20px;
    margin-bottom: 25px
}

@media(max-width:767px) {
    .case-study-card .case-card-content h4 {
        padding-top: 15px;
        margin-bottom: 20px
    }
}

.case-study-card .case-card-content h4 a {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    transition: .5s
}

@media(min-width:1200px) and (max-width:1399px) {
    .case-study-card .case-card-content h4 a {
        font-size: 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-card .case-card-content h4 a {
        font-size: 25px
    }
}

@media(max-width:767px) {
    .case-study-card .case-card-content h4 a {
        font-size: 23px
    }
}

.case-study-card .case-card-content h4 a:hover {
    color: var(--primary-color)
}

.case-study-card .case-card-content .number {
    color: var(--primary-color);
    font-family: var(--font-inter);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 35px
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-card .case-card-content .number {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .case-study-card .case-card-content .number {
        margin-bottom: 25px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .case-study-card .case-card-content .number {
        margin-bottom: 25px
    }
}

.case-study-card .case-card-content .number h5 {
    color: var(--primary-color);
    font-family: var(--font-inter);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

.case-study-card .case-card-content .number span {
    font-size: 40px;
    font-weight: 700
}

.case-study-card .case-card-content .read-more-btn {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: .5s
}

.case-study-card .case-card-content .read-more-btn svg {
    fill: var(--paragraph-color);
    transform: rotate(-45deg);
    transition: .5s
}

.case-study-card .case-card-content .read-more-btn:hover {
    color: var(--primary-color)
}

.case-study-card .case-card-content .read-more-btn:hover svg {
    transform: rotate(0deg);
    fill: var(--primary-color)
}

.case-study-card:hover .case-card-img img {
    transform: scale(1.1)
}

.case-study-card:hover .case-card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.home1-case-study-section .case-card-area {
    margin-top: -70px
}

@media(max-width:991px) {
    .home1-case-study-section .case-card-area {
        margin-top: 50px
    }
}

.faq-wrap .accordion .accordion-item {
    border: none;
    background-color: transparent
}

.faq-wrap .accordion .accordion-item:first-child .accordion-header .accordion-button {
    padding-top: 0
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: var(--title-color);
    font-family: var(--font-syne);
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(var(--title-color-opc), 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

@media(max-width:576px) {
    .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 17px
    }
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button svg {
    min-width: 14px;
    transition: transform .2s ease-in-out
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
    content: "";
    margin: 0
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--primary-color)
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) svg {
    transform: rotate(-180deg);
    fill: var(--primary-color)
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: ""
}

.faq-wrap .accordion .accordion-item .accordion-body {
    padding: 20px;
    padding-bottom: 15px;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .48px
}

@media(max-width:576px) {
    .faq-wrap .accordion .accordion-item .accordion-body {
        font-size: 14px;
        padding: 15px 10px
    }
}

.home1-faq-section .faq-img {
    position: relative;
    height: 100%
}

@media(max-width:1199px) {
    .home1-faq-section .faq-img {
        display: none
    }
}

.home1-faq-section .faq-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home1-faq-section .faq-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.2)
}

.home1-faq-section .faq-content-wrap {
    background-image: url(../img/home1/home1-faq-bg.png), linear-gradient(#ffe8de, #ffe8de);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 85px 110px 110px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media(max-width:1799px) {
    .home1-faq-section .faq-content-wrap {
        padding: 100px 75px 100px 90px
    }
}

@media(max-width:1699px) {
    .home1-faq-section .faq-content-wrap {
        padding: 100px 65px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-faq-section .faq-content-wrap {
        padding: 80px 50px
    }
}

@media(max-width:1399px) {
    .home1-faq-section .faq-content-wrap {
        padding: 80px 50px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home1-faq-section .faq-content-wrap {
        padding: 70px 30px
    }
}

@media(max-width:991px) {
    .home1-faq-section .faq-content-wrap {
        padding: 70px 30px
    }
}

@media(max-width:767px) {
    .home1-faq-section .faq-content-wrap {
        padding: 70px 20px
    }
}

@media(max-width:576px) {
    .home1-faq-section .faq-content-wrap {
        padding: 70px 10px
    }
}

.home1-faq-section .faq-content-wrap .section-title {
    margin-bottom: 70px
}

@media(max-width:1399px) {
    .home1-faq-section .faq-content-wrap .section-title {
        margin-bottom: 50px
    }
}

.team-card {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid rgba(var(--title-color-opc), 0.1)
}

.team-card .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 8px 8px 0 0
}

.team-card .team-img img {
    border-radius: 8px 8px 0 0;
    transition: all .5s ease-out
}

.team-card .team-img .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 16px;
    left: 50%;
    background: rgba(var(--primary-color3-opc), 0.15);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    border-radius: 10px;
    line-height: 1;
    padding: 13px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    transform-origin: bottom;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    transition: .5s ease-in-out
}

.team-card .team-img .social-list li {
    position: relative
}

.team-card .team-img .social-list li::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .2);
    width: 3px;
    height: 3px;
    border-radius: 50%
}

.team-card .team-img .social-list li:first-child::before {
    display: none
}

.team-card .team-img .social-list li a i {
    color: var(--white-color);
    font-size: 22px;
    transition: .5s
}

.team-card .team-img .social-list li a i.bi-twitter-x {
    font-size: 16px
}

.team-card .team-img .social-list li a i:hover {
    color: var(--primary-color2)
}

.team-card .team-content {
    padding: 25px 15px;
    text-align: center
}

@media(min-width:992px) and (max-width:1199px) {
    .team-card .team-content {
        padding: 25px 10px
    }
}

@media(max-width:767px) {
    .team-card .team-content {
        padding: 20px 15px
    }
}

.team-card .team-content h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px
}

@media(min-width:992px) and (max-width:1199px) {
    .team-card .team-content h5 {
        font-size: 19px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .team-card .team-content h5 {
        font-size: 20px
    }
}

.team-card .team-content span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.team-card:hover .team-img img {
    transform: scale(1.1)
}

.team-card:hover .team-img .social-list {
    opacity: 1;
    transform: scaleY(1) translateX(-50%)
}

.team-card.style-2 {
    padding: 0;
    border: unset;
    border-radius: unset
}

.team-card.style-2 .team-img {
    border-radius: 10px
}

.team-card.style-2 .team-img img {
    border-radius: 10px
}

.team-card.style-2 .team-img .social-list {
    background: rgba(var(--primary-color2-opc), 0.2);
    gap: 35px;
    border-radius: 90px;
    padding: 11px 26px;
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    transform-origin: bottom;
    max-width: 230px;
    transition: .5s ease-in-out
}

.team-card.style-2 .team-img .social-list li {
    position: relative
}

.team-card.style-2 .team-img .social-list li::before {
    left: -20px
}

.team-card.style-2 .team-img .social-list li:first-child::before {
    display: none
}

.team-card.style-2 .team-content {
    text-align: start;
    padding: 20px 15px 0
}

.team-card.style-2:hover .team-img img {
    transform: scale(1.1)
}

.team-card.style-2:hover .team-img .social-list {
    opacity: 1;
    transform: scaleY(1) translateX(-50%)
}

.team-card.style-3 {
    padding: 0;
    border: unset;
    border-radius: unset
}

.team-card.style-3 .team-img {
    border-radius: 10px
}

.team-card.style-3 .team-img img {
    border-radius: 10px
}

.team-card.style-3 .team-img .social-list {
    background: linear-gradient(176.71deg, rgba(117, 114, 253, 0.2) 2.66%, rgb(117, 114, 253) 97.29%);
    gap: 35px;
    border-radius: 90px;
    padding: 11px 26px;
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    transform-origin: bottom;
    max-width: unset;
    height: 80px;
    bottom: -18px;
    -webkit-clip-path: ellipse(51% 100% at 50% 100%);
    clip-path: ellipse(51% 100% at 50% 100%);
    transition: .5s ease-in-out
}

.team-card.style-3 .team-img .social-list li {
    position: relative
}

.team-card.style-3 .team-img .social-list li::before {
    left: -20px
}

.team-card.style-3 .team-img .social-list li:first-child::before {
    display: none
}

.team-card.style-3 .team-content {
    text-align: start;
    padding: 20px 15px 0
}

.team-card.style-3 .team-content h5 {
    margin-bottom: 0;
    margin-top: 2px
}

.team-card.style-3:hover .team-img img {
    transform: scale(1.1)
}

.team-card.style-3:hover .team-img .social-list {
    opacity: 1;
    transform: scaleY(1) translateX(-50%)
}

.team-card.style-4 {
    padding: 0;
    border: unset;
    border-radius: unset
}

.team-card.style-4 .team-img {
    border-radius: 15px
}

.team-card.style-4 .team-img img {
    border-radius: 15px
}

.team-card.style-4 .team-img .social-list {
    background: var(--primary-color2);
    flex-direction: column;
    max-width: unset;
    width: unset;
    gap: 30px;
    border-radius: 0 15px 0 15px;
    padding: 15px 6px;
    left: unset;
    bottom: unset;
    top: 0;
    right: 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: .5s ease-in-out
}

.team-card.style-4 .team-img .social-list li {
    position: relative
}

.team-card.style-4 .team-img .social-list li::before {
    left: 50%;
    top: -18px;
    transform: translate(-50%, 0);
    background-color: rgba(var(--primary-color3-opc), 0.2)
}

.team-card.style-4 .team-img .social-list li:first-child::before {
    display: none
}

.team-card.style-4 .team-img .social-list li a i:hover {
    color: var(--primary-color)
}

.team-card.style-4 .team-content {
    text-align: start;
    padding: 0;
    padding-top: 30px
}

@media(max-width:767px) {
    .team-card.style-4 .team-content {
        padding-top: 20px
    }
}

.team-card.style-4 .team-content h5 {
    margin-bottom: 0;
    margin-top: 2px;
    color: var(--white-color)
}

.team-card.style-4 .team-content span {
    color: rgba(255, 255, 255, .5)
}

.team-card.style-4:hover .team-img img {
    transform: scale(1.1)
}

.team-card.style-4:hover .team-img .social-list {
    opacity: 1;
    transform: scaleX(1)
}

.home1-team-section .mt-20 {
    margin-top: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-team-section .mt-20 {
        margin-top: 15px
    }
}

@media(max-width:991px) {
    .home1-team-section .mt-20 {
        margin-top: 0
    }
}

.home1-team-section .mt-40 {
    margin-top: 40px
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-team-section .mt-40 {
        margin-top: 25px
    }
}

@media(max-width:991px) {
    .home1-team-section .mt-40 {
        margin-top: 0
    }
}

.home1-audit-section {
    background-image: url(../img/home1/audit-section-bg.png), linear-gradient(#e8f0ff, #e8f0ff);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 0
}

@media(max-width:1199px) {
    .home1-audit-section {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    .home1-audit-section {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .home1-audit-section {
        background-size: auto
    }
}

.home1-audit-section .audit-content-wrap {
    position: relative
}

.home1-audit-section .audit-content-wrap::before {
    content: url(../img/home1/icon/audit-section-vector.svg);
    position: absolute;
    right: -5px;
    bottom: 40px
}

@media(max-width:1199px) {
    .home1-audit-section .audit-content-wrap::before {
        display: none
    }
}

@media(max-width:1199px) {
    .home1-audit-section .audit-content-wrap .section-title h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home1-audit-section .audit-content-wrap .section-title h2 {
        font-size: 32px
    }
}

.home1-audit-section .audit-content-wrap .audit-content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 45px;
    padding-top: 25px;
    margin-bottom: 40px
}

@media(max-width:1199px) {
    .home1-audit-section .audit-content-wrap .audit-content p {
        padding-left: 30px;
        padding-top: 20px;
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .home1-audit-section .audit-content-wrap .audit-content p {
        padding-left: 0;
        margin-bottom: 25px
    }
}

.home1-audit-section .audit-content-wrap .audit-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 45px;
    border-left: 2px solid rgba(var(--primary-color-opc), 0.15)
}

@media(max-width:1199px) {
    .home1-audit-section .audit-content-wrap .audit-content ul {
        padding-left: 30px
    }
}

@media(max-width:576px) {
    .home1-audit-section .audit-content-wrap .audit-content ul {
        padding-left: 0;
        border: unset
    }
}

.home1-audit-section .audit-content-wrap .audit-content ul li {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px
}

.home1-audit-section .audit-content-wrap .audit-content ul li svg {
    fill: var(--primary-color)
}

.home1-audit-section .audit-content-wrap .audit-content ul li svg path:last-child {
    fill: #fffcee
}

.home1-audit-section .audit-content-wrap .audit-content ul li:last-child {
    margin-bottom: 0
}

.home1-audit-section .audit-form-wrap {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 55px 40px
}

@media(max-width:1399px) {
    .home1-audit-section .audit-form-wrap {
        padding: 45px 30px
    }
}

@media(max-width:576px) {
    .home1-audit-section .audit-form-wrap {
        padding: 30px 20px;
        border-radius: 10px
    }
}

.home1-audit-section .audit-form-wrap h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(var(--title-color-opc), 0.3)
}

@media(max-width:576px) {
    .home1-audit-section .audit-form-wrap h4 {
        font-size: 22px
    }
}

.home1-audit-section .audit-form-wrap .form-inner input {
    background-color: #e8f0ff;
    border-color: var(--border-color)
}

.home1-audit-section .audit-form-wrap .form-inner button {
    border: none
}

.home1-audit-section .audit-form-wrap .form-inner .primary-btn2 {
    padding: 16px 40px;
    font-size: 16px
}

.blog-card .blog-card-img-wrap {
    position: relative;
    overflow: hidden
}

.blog-card .blog-card-img-wrap .card-img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px 10px 0 0;
    transition: all .5s ease-out
}

.blog-card .blog-card-img-wrap .card-img img {
    border-radius: 10px 10px 0 0;
    transition: all .5s ease-out
}

@media(max-width:991px) {
    .blog-card .blog-card-img-wrap .card-img img {
        width: 100%
    }
}

.blog-card .blog-card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.blog-card .blog-card-img-wrap .date {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 30px;
    background-color: rgba(var(--primary-color3-opc), 0.5);
    border-radius: 0 0 50px 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: .5s
}

.blog-card .card-content {
    padding: 35px 22px;
    border: 1px solid rgba(var(--title-color-opc), 0.1);
    border-top: unset;
    border-radius: 0 0 10px 10px
}

@media(max-width:1399px) {
    .blog-card .card-content {
        padding: 35px 22px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-card .card-content {
        padding: 25px 15px
    }
}

@media(max-width:991px) {
    .blog-card .card-content {
        padding: 30px 15px
    }
}

.blog-card .card-content .blog-meta {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-card .card-content .blog-meta {
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .blog-card .card-content .blog-meta {
        margin-bottom: 15px
    }
}

.blog-card .card-content .blog-meta .category {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.blog-card .card-content .blog-meta .category li {
    position: relative;
    line-height: 1
}

.blog-card .card-content .blog-meta .category li a {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    transition: .5s
}

.blog-card .card-content .blog-meta .category li a:hover {
    color: var(--primary-color)
}

.blog-card .card-content .blog-meta .blog-comment {
    position: relative;
    padding-left: 20px;
    line-height: 1
}

.blog-card .card-content .blog-meta .blog-comment::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    background-color: rgba(var(--title-color-opc), 0.2);
    width: 1px;
    height: 12px
}

.blog-card .card-content .blog-meta .blog-comment span {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.blog-card .card-content h5 {
    margin-bottom: 0
}

.blog-card .card-content h5 a {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    transition: .5s
}

@media(max-width:1399px) {
    .blog-card .card-content h5 a {
        font-size: 21px
    }
}

@media(max-width:1199px) {
    .blog-card .card-content h5 a {
        font-size: 20px
    }
}

.blog-card .card-content h5 a:hover {
    color: var(--primary-color)
}

.blog-card:hover .blog-card-img-wrap .card-img img {
    transform: scale(1.1)
}

.blog-card:hover .blog-card-img-wrap .card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.blog-card:hover .blog-card-img-wrap .date {
    background-color: var(--primary-color)
}

.blog-card.style-2 .blog-card-img-wrap .card-img {
    border-radius: 10px
}

.blog-card.style-2 .blog-card-img-wrap .card-img img {
    border-radius: 10px
}

.blog-card.style-2 .blog-card-img-wrap .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1
}

.blog-card.style-2 .blog-card-img-wrap .tag a {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background-color: #dcdcdc;
    transition: .5s
}

.blog-card.style-2 .blog-card-img-wrap .tag a:hover {
    background-color: var(--primary-color);
    color: var(--white-color)
}

.blog-card.style-2 .card-content {
    border: unset;
    padding: 35px 20px 0
}

@media(max-width:1399px) {
    .blog-card.style-2 .card-content {
        padding: 30px 20px 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-card.style-2 .card-content {
        padding: 25px 10px 0
    }
}

@media(max-width:991px) {
    .blog-card.style-2 .card-content {
        padding: 20px 20px 0
    }
}

@media(max-width:576px) {
    .blog-card.style-2 .card-content {
        padding: 20px 10px 0
    }
}

@media(max-width:991px) {
    .blog-card.style-2 .card-content .blog-meta {
        margin-bottom: 15px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-card.style-2 .card-content h5 a {
        font-size: 18px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .blog-card.style-3 .blog-card-img-wrap .card-img img {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(max-width:576px) {
    .blog-card.style-3 .blog-card-img-wrap .card-img img {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blog-card.style-3 .blog-card-img-wrap .date {
    padding: 19px 15px;
    border-radius: 28px 200px 200px 200px;
    left: 0;
    transform: unset;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

@media(min-width:768px) and (max-width:991px) {
    .blog-card.style-3 .blog-card-img-wrap .date {
        font-size: 13px
    }
}

@media(max-width:576px) {
    .blog-card.style-3 .blog-card-img-wrap .date {
        font-size: 13px
    }
}

.blog-card.style-3 .card-content .blog-meta .category li a:hover {
    color: var(--primary-color2)
}

.blog-card.style-3 .card-content h5 {
    margin-bottom: 0
}

.blog-card.style-3 .card-content h5 a {
    font-size: 24px
}

@media(max-width:1399px) {
    .blog-card.style-3 .card-content h5 a {
        font-size: 21px
    }
}

@media(max-width:1199px) {
    .blog-card.style-3 .card-content h5 a {
        font-size: 20px
    }
}

.blog-card.style-3 .card-content h5 a:hover {
    color: var(--primary-color2)
}

.blog-card.style-3 .card-content .view-btn {
    padding-top: 30px
}

@media(max-width:576px) {
    .blog-card.style-3 .card-content .view-btn {
        padding-top: 20px
    }
}

.blog-card.style-3:hover .blog-card-img-wrap .date {
    background-color: var(--primary-color2)
}

.footer-section .pr-30 {
    padding-right: 30px
}

div#footer-address h4 {
  font-weight:bold;
  padding:0;
  margin:0;
}
ul#footer-address {
  list-style: none;
  padding: 0;
  margin-left: 0px;
}
ul#footer-address li {
  padding-left: 1.3em;
  color:rgba(255, 255, 255, .6);
  margin-bottom: 12px;

}
ul#footer-address li:before {
  font-family: FontAwesome;
  color: #7371fa;
  font-size: 25px;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
ul#footer-address li#map-icon:before {
  content: "\f041";
  color: #7371fa;
}
ul#footer-address li#phone-icon:before {
  content: "\f095";
  color: #7371fa;
}
ul#footer-address li#envelope-icon:before {
  content: "\f0e0";
  color: #7371fa;
}



@media(max-width:767px) {
    .footer-section .pr-30 {
        padding-right: 0
    }
}

.footer-section .footer-top-area {
    padding: 0 12%;
    margin-bottom: -290px;
    position: relative;
    z-index: 1
}

@media(max-width:1699px) {
    .footer-section .footer-top-area {
        padding: 0 9%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .footer-section .footer-top-area {
        padding: 0 3%
    }
}

@media(max-width:1399px) {
    .footer-section .footer-top-area {
        padding: 0 3%
    }
}

@media(max-width:1199px) {
    .footer-section .footer-top-area {
        margin-bottom: -325px
    }
}

.footer-section .footer-top-area .footer-top-wrap {
    padding: 56px 20px;
    background-color: var(--white-color);
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, .0196078431);
    border-radius: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top-area .footer-top-wrap {
        padding: 50px 15px
    }
}

@media(max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap {
        padding: 40px 20px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap {
        padding: 35px 10px;
        border-radius: 15px
    }
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .footer-logo a img {
    width: 181px
}

@media(max-width:1199px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .footer-logo a img {
        width: 160px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .footer-logo a img {
        width: 140px
    }
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    padding-top: 25px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .content p {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .content p {
        padding-top: 20px
    }
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 35px
}

@media(max-width:1399px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area {
        gap: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area {
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 30px
    }
}

@media(max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area {
        padding-top: 25px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li {
    position: relative
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating {
    display: flex;
    gap: 8px
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .review {
    line-height: 1
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .review span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
    white-space: nowrap
}

@media(max-width:1699px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .review span {
        font-size: 13px
    }
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .review img {
    width: 64px
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .rating {
    line-height: 1;
    margin-top: -1px
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .rating .star {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 9px;
    line-height: 1
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .rating .star li i {
    color: #e62415;
    font-size: 12px
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .rating span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap
}

@media(max-width:1699px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .rating span {
        font-size: 13px
    }
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating.google .rating .star li i {
    color: #ffc107
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background-color: rgba(var(--primary-color-opc), 0.2);
    width: 1px;
    height: 35px
}

@media(min-width:1200px) and (max-width:1399px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li::before {
        left: -15px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li::before {
        display: none
    }
}

@media(min-width:576px) and (max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li::before {
        left: -15px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li::before {
        display: none
    }
}

.footer-section .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li:first-child::before {
    display: none
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area {
    text-align: center;
    border-left: 1px solid rgba(var(--title-color-opc), 0.05);
    border-right: 1px solid rgba(var(--title-color-opc), 0.05)
}

@media(max-width:991px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area {
        border: unset
    }
}

@media(max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area {
        text-align: start
    }
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area {
    margin-bottom: 20px
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area {
        margin-bottom: 15px
    }
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-img {
    margin-bottom: 10px
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact h6 {
        margin-bottom: 7px
    }
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact a {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact a {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact a {
        font-size: 23px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact a {
        font-size: 22px
    }
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact a:hover {
    color: var(--primary-color)
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area span {
    color: var(--primary-color2);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area span {
        margin-bottom: 15px
    }
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .social-area h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid var(--title-color);
    display: inline-block;
    margin-bottom: 15px
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .social-area .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px
}

@media(max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap .author-and-social-area .social-area .social-list {
        justify-content: start
    }
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .social-area .social-list li {
    display: block;
    text-align: center
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .social-area .social-list li a i {
    color: var(--paragraph-color);
    font-size: 18px;
    transition: .5s
}

.footer-section .footer-top-area .footer-top-wrap .author-and-social-area .social-area .social-list li:hover a i {
    color: var(--primary-color)
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap .subscribe-area {
        width: 100%
    }
}

.footer-section .footer-top-area .footer-top-wrap .subscribe-area h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .9px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .footer-section .footer-top-area .footer-top-wrap .subscribe-area h4 {
        font-size: 23px;
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top-area .footer-top-wrap .subscribe-area h4 {
        font-size: 21px
    }
}

.footer-section .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form {
    border-radius: 5px;
    border: 1px solid var(--primary-color3);
    display: flex;
    align-items: center;
    max-width: 336px;
    width: 100%;
    height: 60px;
    padding: 10px 10px 10px 20px;
    margin-bottom: 15px
}

.footer-section .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input {
    width: 100%;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    background: 0 0;
    border: none;
    line-height: 1;
    padding-right: 10px
}

.footer-section .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input::-moz-placeholder {
    color: rgba(var(--title-color-opc), 0.3)
}

.footer-section .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input::placeholder {
    color: rgba(var(--title-color-opc), 0.3)
}

.footer-section .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button {
    border: none;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color)
}

.footer-section .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button svg {
    fill: var(--white-color)
}

.footer-section .footer-wrapper {
    background-color: var(--primary-color)
}

.footer-section .footer-wrapper .footer-menu-wrap {
    padding: 27% 0 70px
}

@media(min-width:1200px) and (max-width:1399px) {
    .footer-section .footer-wrapper .footer-menu-wrap {
        padding: 32% 0 70px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-wrapper .footer-menu-wrap {
        padding: 390px 0 70px
    }
}

@media(max-width:991px) {
    .footer-section .footer-wrapper .footer-menu-wrap {
        padding: 390px 0 65px
    }
}

@media(max-width:576px) {
    .footer-section .footer-wrapper .footer-menu-wrap {
        padding: 375px 0 55px
    }
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 25px
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .9px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(90.01deg, #FFFFFF 0.01%, rgba(255, 255, 255, 0) 102.8%)
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container {
    display: flex;
    gap: 50px
}

@media(max-width:1199px) {
    .footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container {
        gap: 15px
    }
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li {
    margin-bottom: 20px;
    line-height: 1;
    transition: .5s;
    position: relative;
    transform: translateX(0)
}

@media(max-width:1199px) {
    .footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li {
        margin-bottom: 15px
    }
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .34px;
    transition: .5s
}

@media(max-width:576px) {
    .footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
        font-size: 14px
    }
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a:hover {
    color: var(--primary-color2)
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: var(--primary-color2);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .35s
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li:hover {
    transform: translateX(10px)
}

.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li:hover::after {
    opacity: 1
}

.footer-section .footer-wrapper .footer-contact-wrap {
    padding: 30px 0;
    border-radius: 100px 100px 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: unset
}

@media(max-width:1199px) {
    .footer-section .footer-wrapper .footer-contact-wrap {
        border-radius: 50px 50px 0 0
    }
}

@media(max-width:991px) {
    .footer-section .footer-wrapper .footer-contact-wrap {
        border-radius: 40px 40px 0 0
    }
}

@media(max-width:576px) {
    .footer-section .footer-wrapper .footer-contact-wrap {
        border-radius: 30px 30px 0 0
    }
}

.footer-section .footer-wrapper .footer-contact-wrap .contact-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.footer-section .footer-wrapper .footer-contact-wrap .contact-area .hotline-area {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer-section .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon {
    position: relative
}

.footer-section .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon svg {
    fill: var(--primary-color3)
}

.footer-section .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content span {
    color: var(--primary-color3);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 8px
}

.footer-section .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 {
    margin-bottom: 0
}

.footer-section .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .54px;
    transition: .5s
}

@media(max-width:576px) {
    .footer-section .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a {
        font-size: 16px
    }
}

.footer-section .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a:hover {
    color: var(--primary-color2)
}

.footer-section .footer-wrapper .footer-bottom-wrap {
    padding: 35px 0;
    background-color: var(--white-color);
    border-radius: 100px 100px 0 0
}

@media(max-width:1199px) {
    .footer-section .footer-wrapper .footer-bottom-wrap {
        border-radius: 50px 50px 0 0
    }
}

@media(max-width:991px) {
    .footer-section .footer-wrapper .footer-bottom-wrap {
        padding: 25px 0;
        border-radius: 40px 40px 0 0
    }
}

@media(max-width:576px) {
    .footer-section .footer-wrapper .footer-bottom-wrap {
        border-radius: 30px 30px 0 0
    }
}

.footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:991px) {
    .footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center
    }
}

.footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0
}

.footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a {
    color: var(--paragraph-color);
    font-weight: 700;
    transition: .5s
}

.footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
    color: var(--primary-color2)
}

.footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    flex-wrap: wrap;
    line-height: 1
}

@media(max-width:991px) {
    .footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul {
        gap: 30px
    }
}

@media(max-width:576px) {
    .footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul {
        gap: 15px;
        justify-content: center
    }
}

.footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px;
    transition: .5s
}

.footer-section .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a:hover {
    color: var(--primary-color2)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap {
    background-image: url(../img/home5/home5-footer-top-bg.png), linear-gradient(#161616, #161616);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media(max-width:576px) {
    .footer-section.style-2 .footer-top-area .footer-top-wrap {
        background-size: contain;
        background-position: top
    }
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .logo-and-rating-area .content p {
    color: rgba(255, 255, 255, .6)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li {
    position: relative
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .review span {
    color: #e7e7e7
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .review img {
    width: 64px
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .rating {
    line-height: 1;
    margin-top: -1px
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li .single-rating .rating span {
    color: #e7e7e7
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li::before {
    background-color: rgba(var(--primary-color-opc), 0.2)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .logo-and-rating-area .rating-area>li:first-child::before {
    display: none
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .author-and-social-area {
    border-left: 1px solid rgba(255, 255, 255, .05);
    border-right: 1px solid rgba(255, 255, 255, .05)
}

@media(max-width:991px) {
    .footer-section.style-2 .footer-top-area .footer-top-wrap .author-and-social-area {
        border: unset
    }
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact h6 {
    color: rgba(255, 255, 255, .6)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact a {
    color: var(--white-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .author-and-social-area .author-area .author-contact a:hover {
    color: var(--primary-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .author-and-social-area .social-area h6 {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .author-and-social-area .social-area .social-list li a i {
    color: var(--white-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .author-and-social-area .social-area .social-list li:hover a i {
    color: var(--primary-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .subscribe-area h4 {
    color: var(--white-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form {
    border: 1px solid var(--white-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input {
    color: var(--white-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input::placeholder {
    color: rgba(255, 255, 255, .3)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button {
    background-color: var(--primary-color)
}

.footer-section.style-2 .footer-top-area .footer-top-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button svg {
    fill: var(--white-color)
}

.footer-section.style-2 .footer-wrapper {
    background-color: var(--primary-color3)
}

.footer-section.style-2 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4 {
    color: var(--white-color)
}

.footer-section.style-2 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4::after {
    background: linear-gradient(90.01deg, #FFFFFF 0.01%, rgba(255, 255, 255, 0) 102.8%);
    opacity: .4
}

.footer-section.style-2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
    color: rgba(255, 255, 255, .7)
}

.footer-section.style-2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a:hover {
    color: var(--primary-color2)
}

.footer-section.style-2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li:hover {
    transform: translateX(10px)
}

.footer-section.style-2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li:hover::after {
    opacity: 1
}

.footer-section.style-2 .footer-wrapper .footer-contact-wrap {
    border: 1px solid #161616;
    border-bottom: unset
}

.footer-section.style-2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon svg {
    fill: var(--primary-color)
}

.footer-section.style-2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content span {
    color: var(--primary-color)
}

.footer-section.style-2 .footer-wrapper .footer-bottom-wrap {
    background-color: #161616
}

.footer-section.style-2 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p {
    color: rgba(255, 255, 255, .7)
}

.footer-section.style-2 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a {
    color: rgba(255, 255, 255, .7)
}

.footer-section.style-2 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
    color: var(--primary-color2)
}

.footer-section.style-2 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a {
    color: rgba(255, 255, 255, .7)
}

.footer-section.style-2 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a:hover {
    color: var(--primary-color2)
}

.home2-banner-section {
    margin: 0 0px;
    position: relative
}

@media(max-width:1199px) {
    .home2-banner-section {
        margin: 0 10px
    }
}

@media(max-width:576px) {
    .home2-banner-section {
        margin: 0
    }
}

.home2-banner-section .home2-banner-bg {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-banner-section .home2-banner-bg {
        height: 700px
    }
}

@media(max-width:1399px) {
    .home2-banner-section .home2-banner-bg {
        height: 600px
    }
}

@media(max-width:1199px) {
    .home2-banner-section .home2-banner-bg {
        height: 680px
    }
}

@media(max-width:991px) {
    .home2-banner-section .home2-banner-bg {
        height: 650px
    }
}

.home2-banner-section .banner-content-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1
}

@media(max-width:1199px) {
    .home2-banner-section .banner-content-wrap {
        padding: 0 10px
    }
}

.home2-banner-section .banner-content-wrap .banner-content {
    text-align: left
}

.home2-banner-section .banner-content-wrap .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 82px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-banner-section .banner-content-wrap .banner-content h1 {
        font-size: 75px
    }
}

@media(max-width:1399px) {
    .home2-banner-section .banner-content-wrap .banner-content h1 {
        font-size: 70px
    }
}

@media(max-width:1199px) {
    .home2-banner-section .banner-content-wrap .banner-content h1 {
        font-size: 65px;
        margin-bottom: 15px
    }
}

@media(max-width:991px) {
    .home2-banner-section .banner-content-wrap .banner-content h1 {
        font-size: 52px
    }
}

@media(max-width:576px) {
    .home2-banner-section .banner-content-wrap .banner-content h1 {
        font-size: 38px
    }
}

.home2-banner-section .banner-content-wrap .banner-content p {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px
}

@media(max-width:1199px) {
    .home2-banner-section .banner-content-wrap .banner-content p {
        margin-bottom: 35px
    }
}

@media(max-width:991px) {
    .home2-banner-section .banner-content-wrap .banner-content p {
        font-size: 16px
    }
}

@media(max-width:576px) {
    .home2-banner-section .banner-content-wrap .banner-content p {
        margin-bottom: 25px
    }
}

.home2-banner-section .banner-content-wrap .banner-content .button-grp {
    display: flex;
    align-content: left;
    justify-content: left;
    flex-wrap: wrap;
    gap: 35px
}

@media(max-width:576px) {
    .home2-banner-section .banner-content-wrap .banner-content .button-grp {
        gap: 20px
    }
}

.home2-banner-section .banner-content-wrap .banner-content .button-grp .primary-btn.transparent {
    border-color: var(--white-color);
    color: var(--white-color)
}

.home2-banner-section .banner-content-wrap .banner-content .button-grp .primary-btn.transparent:hover {
    border-color: var(--primary-color)
}

.home2-banner-section .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 46px;
    z-index: 1
}

@media(max-width:991px) {
    .home2-banner-section .social-list {
        display: none
    }
}

.home2-banner-section .social-list li {
    position: relative;
    line-height: 1;
    transition: .5s
}

.home2-banner-section .social-list li::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .2);
    width: 3px;
    height: 3px;
    border-radius: 50%
}

@media(min-width:1200px) and (max-width:1399px) {
    .home2-banner-section .social-list li::before {
        top: -15px
    }
}

.home2-banner-section .social-list li:first-child::before {
    display: none
}

.home2-banner-section .social-list li a i {
    color: var(--white-color);
    font-size: 22px;
    transition: .5s
}

.home2-banner-section .social-list li a i.bi-twitter-x {
    font-size: 16px
}

.home2-banner-section .social-list li:hover a i {
    color: var(--primary-color4)
}

.home2-banner-section .slider-btn-grp {
    position: absolute;
    bottom: 100px;
    right: 50px;
    z-index: 1;
    gap: 50px
}

@media(max-width:1199px) {
    .home2-banner-section .slider-btn-grp {
        right: 30px;
        gap: 40px
    }
}

@media(max-width:767px) {
    .home2-banner-section .slider-btn-grp {
        display: none
    }
}

.home2-banner-section .slider-btn-grp .slider-btn {
    border: 1px solid var(--white-color);
    border-radius: 10px
}

.home2-banner-section .slider-btn-grp .slider-btn:hover {
    border-color: var(--primary-color)
}

.home2-logo-section {
    background-color: #ffe8de;
    position: relative;
    padding: 20px 14% 20px 0;
    overflow: hidden
}

@media(max-width:1799px) {
    .home2-logo-section {
        padding: 20px 10% 20px 0
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-logo-section {
        padding: 20px 8% 20px 0
    }
}

@media(max-width:1199px) {
    .home2-logo-section {
        padding: 20px
    }
}

@media(max-width:991px) {
    .home2-logo-section {
        padding: 20px 10px
    }
}

@media(max-width:767px) {
    .home2-logo-section {
        padding: 40px 10px 30px
    }
}

@media(max-width:576px) {
    .home2-logo-section {
        padding: 30px 0 20px
    }
}

.home2-logo-section .logo-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden
}

@media(max-width:1199px) {
    .home2-logo-section .logo-wrap {
        margin-bottom: 30px;
        gap: 25px
    }
}

@media(max-width:767px) {
    .home2-logo-section .logo-wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px
    }
}

.home2-logo-section .logo-wrap .logo-title {
    margin-bottom: 25px;
    padding-right: 25px;
    border-right: 1px solid rgba(var(--title-color2-opc), 0.1);
    max-width: 200px;
    margin-bottom: 0
}

@media(max-width:1199px) {
    .home2-logo-section .logo-wrap .logo-title {
        padding-right: 25px
    }
}

@media(max-width:767px) {
    .home2-logo-section .logo-wrap .logo-title {
        padding-right: 0;
        border: unset;
        max-width: unset
    }
}

.home2-logo-section .logo-wrap .logo-title h6 {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .36px;
    text-transform: uppercase;
    margin-bottom: 0
}

.home2-logo-section .logo-wrap .home2-logo-area {
    position: relative;
    height: 50px;
    overflow: hidden
}

.home2-logo-section .logo-wrap .home2-logo-area .logo-list {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateX(0);
    transition: 15s;
    display: flex;
    align-items: center;
    gap: 80px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-logo-section .logo-wrap .home2-logo-area .logo-list {
        gap: 65px
    }
}

@media(max-width:1399px) {
    .home2-logo-section .logo-wrap .home2-logo-area .logo-list {
        gap: 60px
    }
}

@media(max-width:767px) {
    .home2-logo-section .logo-wrap .home2-logo-area .logo-list {
        gap: 40px
    }
}

.home2-logo-section .logo-wrap .home2-logo-area .logo-list li a img {
    min-width: 103px
}

.home2-logo-section .logo-wrap .home2-logo-area:hover .scrollTextAni {
    transform: translateX(calc(200px - 100%))
}

@keyframes scroll-x {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-100%)
    }
}

.home2-logo-section .scroll-down-and-logo {
    display: flex;
    align-items: center;
    gap: 180px
}

@media(max-width:1799px) {
    .home2-logo-section .scroll-down-and-logo {
        gap: 120px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-logo-section .scroll-down-and-logo {
        gap: 50px
    }
}

@media(max-width:1399px) {
    .home2-logo-section .scroll-down-and-logo {
        gap: 50px
    }
}

@media(max-width:1199px) {
    .home2-logo-section .scroll-down-and-logo {
        display: block
    }
}

.home2-logo-section .scroll-down-and-logo .scroll-down-btn {
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid rgba(var(--title-color2-opc), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s
}

@media(max-width:1199px) {
    .home2-logo-section .scroll-down-and-logo .scroll-down-btn {
        margin: 0 auto
    }
}

.home2-logo-section .scroll-down-and-logo .scroll-down-btn a {
    text-align: center;
    padding-top: 5px
}

.home2-logo-section .scroll-down-and-logo .scroll-down-btn a span {
    color: rgba(var(--title-color2-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    display: block;
    transition: .5s
}

.home2-logo-section .scroll-down-and-logo .scroll-down-btn a svg {
    fill: rgba(var(--title-color2-opc), 0.6);
    transition: .5s
}

.home2-logo-section .scroll-down-and-logo .scroll-down-btn:hover {
    box-shadow: inset 0 0 0 10em var(--primary-color2);
    border-color: var(--primary-color2)
}

.home2-logo-section .scroll-down-and-logo .scroll-down-btn:hover a span {
    color: var(--white-color)
}

.home2-logo-section .scroll-down-and-logo .scroll-down-btn:hover a svg {
    fill: var(--white-color)
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-logo-section.style-2 .logo-wrap .marquee {
        gap: 60px
    }
}

@media(max-width:1399px) {
    .home2-logo-section.style-2 .logo-wrap .marquee {
        gap: 60px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-logo-section.style-2 .logo-wrap .marquee .marquee__group {
        gap: 60px
    }
}

@media(max-width:1399px) {
    .home2-logo-section.style-2 .logo-wrap .marquee .marquee__group {
        gap: 60px
    }
}

.home2-service-section .section-title h2 {
    font-size: 44px
}

@media(max-width:1399px) {
    .home2-service-section .section-title h2 {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .home2-service-section .section-title h2 {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .home2-service-section .section-title h2 {
        font-size: 32px
    }
}

.service-card2 {
    text-align: center;
    box-shadow: 0 0 42px 2px rgba(117, 114, 253, .0705882353);
    padding: 35px 25px 40px;
    background-color: var(--white-color);
    border-radius: 10px
}

@media(min-width:1200px) and (max-width:1399px) {
    .service-card2 {
        padding: 35px 15px 40px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .service-card2 {
        padding: 35px 15px 40px
    }
}

.service-card2 .service-content {
    padding-top: 25px
}

.service-card2 .service-content h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 10px
}

@media(min-width:1200px) and (max-width:1399px) {
    .service-card2 .service-content h5 {
        font-size: 19px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .service-card2 .service-content h5 {
        font-size: 18px;
        margin-bottom: 8px
    }
}

.service-card2 .service-content p {
    font-size: 14px
}

.service-card2.style-2 {
    transition: .5s
}

.service-card2.style-2 .service-icon {
    padding: 20px;
    background-color: rgba(var(--primary-color2-opc), 0.1);
    border-radius: 17px;
    display: inline-block
}

.service-card2.style-2 .service-icon svg {
    fill: var(--primary-color2);
    transition: all .5s ease-out
}

.service-card2.style-2:hover {
    background-color: #fef2ed
}

.service-card2.style-2:hover .service-icon svg {
    transform: rotate(360deg)
}

.home2-about-section {
    padding: 0 20px;
    position: relative
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-about-section {
        padding: 0 10px
    }
}

@media(max-width:1399px) {
    .home2-about-section {
        padding: 0 10px
    }
}

@media(max-width:767px) {
    .home2-about-section {
        padding: 0
    }
}

.home2-about-section .about-content-wrap {
    background-color: #f4f8ff;
    padding: 100px 95px
}

@media(max-width:1799px) {
    .home2-about-section .about-content-wrap {
        padding: 100px 85px
    }
}

@media(max-width:1699px) {
    .home2-about-section .about-content-wrap {
        padding: 100px 75px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-about-section .about-content-wrap {
        padding: 100px 55px
    }
}

@media(max-width:1399px) {
    .home2-about-section .about-content-wrap {
        padding: 100px 40px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-about-section .about-content-wrap {
        padding: 80px 30px
    }
}

@media(max-width:991px) {
    .home2-about-section .about-content-wrap {
        padding: 80px 40px
    }
}

@media(max-width:767px) {
    .home2-about-section .about-content-wrap {
        padding: 70px 30px
    }
}

@media(max-width:576px) {
    .home2-about-section .about-content-wrap {
        padding: 70px 20px
    }
}

.home2-about-section .about-content-wrap .section-title {
    max-width: 615px;
    width: 100%;
    margin-bottom: 70px
}

@media(max-width:1399px) {
    .home2-about-section .about-content-wrap .section-title {
        margin-bottom: 60px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-about-section .about-content-wrap .section-title {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .home2-about-section .about-content-wrap .section-title {
        margin-bottom: 40px
    }
}

.home2-about-section .about-content-wrap .section-title p {
    padding-top: 15px
}

.home2-about-section .about-content-wrap .counter-area {
    max-width: 466px;
    width: 100%;
    margin-bottom: 70px
}

@media(max-width:1399px) {
    .home2-about-section .about-content-wrap .counter-area {
        margin-bottom: 60px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-about-section .about-content-wrap .counter-area {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .home2-about-section .about-content-wrap .counter-area {
        margin-bottom: 40px
    }
}

.home2-about-section .about-content-wrap .counter-area .single-counter .number {
    color: var(--title-color);
    font-family: var(--font-inter);
    line-height: 1;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px
}

.home2-about-section .about-content-wrap .counter-area .single-counter .number h2 {
    font-size: 40px;
    font-family: var(--font-inter);
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1
}

@media(max-width:767px) {
    .home2-about-section .about-content-wrap .counter-area .single-counter .number h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home2-about-section .about-content-wrap .counter-area .single-counter .number h2 {
        font-size: 32px
    }
}

.home2-about-section .about-content-wrap .counter-area .single-counter .number strong {
    font-size: 40px;
    font-weight: 800
}

@media(max-width:767px) {
    .home2-about-section .about-content-wrap .counter-area .single-counter .number strong {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home2-about-section .about-content-wrap .counter-area .single-counter .number strong {
        font-size: 32px
    }
}

.home2-about-section .about-content-wrap .counter-area .single-counter span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3
}

.home2-about-section .about-img {
    position: relative;
    height: 100%
}

.home2-about-section .about-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:991px) {
    .home2-about-section .about-img {
        display: none
    }
}

.home2-about-section .about-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.35)
}

.home2-about-section .progress-area {
    background-image: url(../img/index.html);
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../img/home2/home2-progress-area-bg.png);
    background-color: rgba(135, 135, 135, .3);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    padding: 45px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 248px;
    width: 100%
}

@media(min-width:1200px) and (max-width:1399px) {
    .home2-about-section .progress-area {
        top: 60%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-about-section .progress-area {
        left: unset;
        right: 0;
        transform: unset;
        transform: translateY(-50%);
        right: 12%
    }
}

@media(max-width:991px) {
    .home2-about-section .progress-area {
        display: none
    }
}

.home2-about-section .progress-area .circular-progress {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto
}

.home2-about-section .progress-area .circular-progress .inner-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e0e2e6
}

.home2-about-section .progress-area .circular-progress .percentage {
    position: relative;
    color: var(--title-color) !important;
    font-family: var(--font-inter);
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px
}

.home2-about-section .progress-area .circular-progress svg {
    fill: #3067ff;
    position: relative
}

.home2-about-section .progress-area>p {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 20px
}

.portfolio-card {
    border-radius: 10px;
    transition: .5s;
    padding: 15px;
    background-color: rgba(var(--primary-color3-opc), 0.1);
    border-radius: 10px
}

@media(max-width:576px) {
    .portfolio-card {
        padding: 10px
    }
}

.portfolio-card .card-img-and-content-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    transition: all .5s ease-out
}

.portfolio-card .card-img-and-content-wrap img {
    border-radius: 10px;
    transition: all .5s ease-out
}

@media(max-width:576px) {
    .portfolio-card .card-img-and-content-wrap img {
        min-height: 280px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.portfolio-card .card-img-and-content-wrap::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.portfolio-card .card-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.56%, rgba(0, 0, 0, 0.6) 60.06%, #000000 90.25%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: unset;
    padding: 35px 25px;
    border-radius: 10px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    z-index: 9;
    transition: .5s
}

@media(max-width:1399px) {
    .portfolio-card .card-content {
        padding: 30px 20px
    }
}

@media(max-width:576px) {
    .portfolio-card .card-content {
        padding: 20px 15px
    }
}

.portfolio-card .card-content span {
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .26px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.portfolio-card .card-content h4 {
    margin-bottom: 15px
}

@media(max-width:576px) {
    .portfolio-card .card-content h4 {
        margin-bottom: 10px
    }
}

.portfolio-card .card-content h4 a {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .portfolio-card .card-content h4 a {
        font-size: 22px
    }
}

@media(max-width:576px) {
    .portfolio-card .card-content h4 a {
        font-size: 23px
    }
}

.portfolio-card .card-content h4 a:hover {
    color: var(--primary-color)
}

.portfolio-card .card-content .tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.portfolio-card .card-content .tag-list li>a {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: 0 0;
    display: inline-block;
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    line-height: 1;
    transition: .5s
}

.portfolio-card .card-content .tag-list li>a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.portfolio-card:hover .card-img-and-content-wrap img {
    transform: scale(1.1)
}

.portfolio-card:hover .card-img-and-content-wrap::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.portfolio-card.two {
    padding: 8px
}

.portfolio-card.two .card-img-and-content-wrap {
    border-radius: 8px
}

.portfolio-card.two .card-img-and-content-wrap img {
    border-radius: 8px
}

.portfolio-card.two .card-content {
    border-radius: 8px
}

@media(max-width:576px) {
    .portfolio-card.two .card-content h4 {
        margin-bottom: 15px
    }
}

.portfolio-card.three {
    background-color: unset;
    padding: 0
}

.portfolio-card.three .card-img-and-content-wrap {
    background-color: rgba(var(--primary-color3-opc), 0.1);
    padding: 8px;
    border-radius: 8px
}

.portfolio-card.three .card-img-and-content-wrap img {
    border-radius: 8px
}

.portfolio-card.three .card-content {
    position: relative;
    top: unset;
    left: unset;
    background: unset;
    padding: 25px 8px 0
}

.portfolio-card.three .card-content span {
    color: rgba(var(--title-color-opc), 0.6)
}

.portfolio-card.three .card-content h4 a {
    color: var(--title-color)
}

@media(min-width:1200px) and (max-width:1399px) {
    .portfolio-card.three .card-content h4 a {
        font-size: 23px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .portfolio-card.three .card-content h4 a {
        font-size: 20px
    }
}

.portfolio-card.three .card-content h4 a:hover {
    color: var(--primary-color)
}

.portfolio-card.three .card-content .tag-list li>a {
    border: 1px solid rgba(var(--primary-color-opc), 0.4);
    color: var(--primary-color)
}

.portfolio-card.three .card-content .tag-list li>a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.portfolio-card.three:hover .card-img-and-content-wrap img {
    transform: scale(1)
}

.portfolio-card.masonry {
    padding: 0;
    background-color: unset
}

.portfolio-card.masonry .card-img-and-content-wrap {
    border-radius: 20px
}

.portfolio-card.masonry .card-img-and-content-wrap img {
    border-radius: 20px
}

.portfolio-card.masonry .card-img-and-content-wrap::after {
    display: none
}

.portfolio-card.masonry .card-img-and-content-wrap.masonry-img img {
    max-width: 536px;
    width: 100%
}

@media(max-width:991px) {
    .portfolio-card.masonry .card-img-and-content-wrap.masonry-img img {
        max-width: 100%
    }
}

.portfolio-card.masonry .card-content {
    background: rgba(var(--title-color-opc), 0.5);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    border-radius: 20px
}

.portfolio-card.masonry:hover .card-img-and-content-wrap img {
    transform: scale(1)
}

.portfolio-card.masonry:hover .card-content {
    opacity: 1;
    transform: scaleY(1)
}

.home2-portfolio-section .mt-30 {
    margin-top: 30px
}

@media(max-width:1199px) {
    .home2-portfolio-section .mt-30 {
        margin-top: 20px
    }
}

@media(max-width:991px) {
    .home2-portfolio-section .mt-30 {
        margin-top: 0
    }
}

.home2-feature-section {
    background-color: #121212;
    padding: 100px 0;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-feature-section {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media(max-width:1399px) {
    .home2-feature-section {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media(max-width:1199px) {
    .home2-feature-section {
        padding: 90px 0;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media(max-width:991px) {
    .home2-feature-section {
        padding: 70px 0
    }
}

.home2-feature-section .home2-feature-slider-area {
    padding-left: 15%
}

@media(max-width:1799px) {
    .home2-feature-section .home2-feature-slider-area {
        padding-left: 11%
    }
}

@media(max-width:1699px) {
    .home2-feature-section .home2-feature-slider-area {
        padding-left: 8%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-feature-section .home2-feature-slider-area {
        padding-left: 2%
    }
}

@media(max-width:1399px) {
    .home2-feature-section .home2-feature-slider-area {
        padding-left: 2%
    }
}

@media(max-width:991px) {
    .home2-feature-section .home2-feature-slider-area {
        padding: 0 20px
    }
}

@media(max-width:576px) {
    .home2-feature-section .home2-feature-slider-area {
        padding: 0 10px
    }
}

.home2-feature-section .home2-feature-slider-area .home2-feature-slider {
    position: relative;
    cursor: url(../img/home2/feature-cursor-img.png), default;
    height: 100%
}

.home2-feature-section .home2-feature-slider-area .home2-feature-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(91.22deg, rgba(255, 255, 255, 0) 4.43%, rgba(209, 209, 209, 0.192667) 20.66%, rgba(160, 160, 160, 0.399149) 38.05%, rgba(93, 93, 93, 0.68178) 61.85%, #121212 88.65%);
    z-index: 9
}

@media(max-width:991px) {
    .home2-feature-section .home2-feature-slider-area .home2-feature-slider::after {
        display: none
    }
}

.home2-score-section .section-title {
    margin-bottom: 70px
}

@media(max-width:1199px) {
    .home2-score-section .section-title {
        margin-bottom: 60px
    }
}

@media(max-width:991px) {
    .home2-score-section .section-title {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .home2-score-section .section-title {
        margin-bottom: 40px
    }
}

.home2-score-section .form-inner input {
    border-color: rgba(var(--primary-color3-opc), 0.15)
}

.home2-score-section .form-inner input:focus {
    border-color: var(--primary-color)
}

.home2-score-section .form-inner2 {
    padding-top: 20px;
    padding-bottom: 45px
}

@media(max-width:767px) {
    .home2-score-section .form-inner2 {
        padding-bottom: 35px
    }
}

.home2-score-section .form-inner2 .form-check {
    min-height: unset;
    margin-bottom: 0
}

.home2-score-section .form-inner2 .form-check .form-check-input {
    border-radius: 50%
}

.home2-score-section .primary-btn2 {
    font-size: 16px
}

.testimonial-card2 .quote-icon {
    margin-bottom: 35px
}

.testimonial-card2 .quote-icon svg {
    fill: rgba(var(--primary-color-opc), 0.3)
}

.testimonial-card2 .testimonial-content>span {
    color: var(--primary-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-bottom: 20px
}

.testimonial-card2 .testimonial-content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 60px
}

@media(max-width:576px) {
    .testimonial-card2 .testimonial-content p {
        font-size: 18px;
        margin-bottom: 40px
    }
}

.testimonial-card2 .testimonial-content .author-area {
    display: flex;
    align-items: center;
    gap: 10px
}

.testimonial-card2 .testimonial-content .author-area .author-img img {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%
}

.testimonial-card2 .testimonial-content .author-area .author-content h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px
}

.testimonial-card2 .testimonial-content .author-area .author-content span {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

.home2-testimonial-section {
    padding: 0 30px
}

@media(max-width:1399px) {
    .home2-testimonial-section {
        padding: 0 20px
    }
}

@media(max-width:576px) {
    .home2-testimonial-section {
        padding: 0 10px
    }
}

.home2-testimonial-section .testimonial-img {
    position: relative;
    display: block;
    height: 100%
}

@media(max-width:1199px) {
    .home2-testimonial-section .testimonial-img {
        display: none
    }
}

.home2-testimonial-section .testimonial-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home2-testimonial-section .testimonial-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.4)
}

.home2-testimonial-section .testimonial-content-wrap {
    background-image: url(../img/home2/home2-testimonial-content-bg.png), linear-gradient(#F5F4FF, #F5F4FF);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 95px 100px;
    height: 100%
}

@media(max-width:1799px) {
    .home2-testimonial-section .testimonial-content-wrap {
        padding: 95px 75px
    }
}

@media(max-width:1699px) {
    .home2-testimonial-section .testimonial-content-wrap {
        padding: 95px 50px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-testimonial-section .testimonial-content-wrap {
        padding: 95px 30px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home2-testimonial-section .testimonial-content-wrap {
        padding: 75px 20px
    }
}

@media(max-width:767px) {
    .home2-testimonial-section .testimonial-content-wrap {
        padding: 70px 30px
    }
}

@media(max-width:576px) {
    .home2-testimonial-section .testimonial-content-wrap {
        padding: 70px 15px;
        background-size: contain
    }
}

.home2-testimonial-section .testimonial-content-wrap .section-title {
    margin-bottom: 55px
}

.home2-testimonial-section .testimonial-content-wrap .testomonial-wrap {
    position: relative
}

.home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-top: -50px;
    position: relative;
    z-index: 1
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area {
        gap: 10px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area {
        margin-top: -85px;
        gap: 5px
    }
}

@media(max-width:576px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area {
        margin-top: 0;
        justify-content: start;
        padding-top: 20px
    }
}

@media(max-width:767px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .arrow {
        display: none
    }
}

@media(max-width:1799px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .arrow svg {
        max-width: 250px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .arrow svg {
        max-width: 200px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .arrow svg {
        max-width: 170px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .arrow svg {
        max-width: 280px
    }
}

@media(max-width:991px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .arrow svg {
        max-width: 220px
    }
}

.home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .slider-btn-grp {
    gap: 50px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .slider-btn-grp {
        gap: 40px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .slider-btn-grp {
        gap: 30px
    }
}

@media(max-width:991px) {
    .home2-testimonial-section .testimonial-content-wrap .testomonial-wrap .slider-btn-area .slider-btn-grp {
        gap: 30px
    }
}

.home2-testimonial-section .testimonial-content-wrap .home2-testimonial-slider .swiper-slide-active .quote-icon,
.home2-testimonial-section .testimonial-content-wrap .home2-testimonial-slider .swiper-slide-active span,
.home2-testimonial-section .testimonial-content-wrap .home2-testimonial-slider .swiper-slide-active p {
    animation: fadeInDown 1.7s
}

.home2-testimonial-section .testimonial-content-wrap .home2-testimonial-slider .swiper-slide-active .author-area {
    animation: fadeInUp 1.7s
}

.home2-contact-section {
    background-image: url(../img/home2/home2-contact-bg.png), linear-gradient(180deg, #121212 0%, #121212 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px 20px 0 0;
    padding: 110px 0;
    margin: 0 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-contact-section {
        margin: 0 20px
    }
}

@media(max-width:1399px) {
    .home2-contact-section {
        margin: 0 20px
    }
}

@media(max-width:1199px) {
    .home2-contact-section {
        padding: 90px 0;
        margin: 0 10px
    }
}

@media(max-width:991px) {
    .home2-contact-section {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .home2-contact-section {
        border-radius: 15px 15px 0 0
    }
}

.home2-contact-section .contact-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .home2-contact-section .contact-wrap {
        gap: 30px
    }
}

.home2-contact-section .contact-wrap .contact-content {
    max-width: 680px;
    width: 100%;
    padding-left: 20px
}

@media(max-width:991px) {
    .home2-contact-section .contact-wrap .contact-content {
        padding-left: 0
    }
}

.home2-contact-section .contact-wrap .contact-content .sub-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px
}

.home2-contact-section .contact-wrap .contact-content .sub-title strong {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--primary-color)
}

.home2-contact-section .contact-wrap .contact-content .sub-title span {
    color: var(--primary-color2);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .03em
}

.home2-contact-section .contact-wrap .contact-content h2 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0
}

@media(max-width:1399px) {
    .home2-contact-section .contact-wrap .contact-content h2 {
        font-size: 46px
    }
}

@media(max-width:1199px) {
    .home2-contact-section .contact-wrap .contact-content h2 {
        font-size: 42px
    }
}

@media(max-width:767px) {
    .home2-contact-section .contact-wrap .contact-content h2 {
        font-size: 38px
    }
}

@media(max-width:576px) {
    .home2-contact-section .contact-wrap .contact-content h2 {
        font-size: 35px
    }
}

.home2-contact-section .contact-wrap .primary-btn {
    font-size: 17px;
    padding: 18px 43px
}

@media(max-width:991px) {
    .home2-contact-section .contact-wrap .primary-btn {
        margin-top: 10px
    }
}

.home2-contact-section .contact-wrap .primary-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.home2-contact-section .contact-wrap .primary-btn2 {
    font-size: 17px;
    background-color: var(--primary-color2);
    padding: 19px 63px
}

@media(max-width:991px) {
    .home2-contact-section .contact-wrap .primary-btn2 {
        margin-top: 10px
    }
}

@media(max-width:576px) {
    .home2-contact-section .contact-wrap .primary-btn2 {
        padding: 16px 55px
    }
}

.home2-contact-section .contact-wrap .primary-btn2:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.home2-contact-section.style-2 {
    margin: 0;
    margin-left: 30px;
    border-radius: 20px 0 0 0
}

@media(max-width:1399px) {
    .home2-contact-section.style-2 {
        margin-left: 20px
    }
}

@media(max-width:576px) {
    .home2-contact-section.style-2 {
        margin-left: 10px
    }
}

.home2-team-section {
    background-color: #f5f4ff;
    padding: 90px 0
}

@media(max-width:767px) {
    .home2-team-section {
        padding: 70px 0
    }
}

.home2-team-section .team-slider-area {
    padding: 0 12%
}

@media(max-width:1799px) {
    .home2-team-section .team-slider-area {
        padding: 0 9%
    }
}

@media(max-width:1699px) {
    .home2-team-section .team-slider-area {
        padding: 0 7%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-team-section .team-slider-area {
        padding: 0 1.5%
    }
}

@media(max-width:1399px) {
    .home2-team-section .team-slider-area {
        padding: 0 20px
    }
}

@media(max-width:1199px) {
    .home2-team-section .team-slider-area {
        padding: 0 10px
    }
}

.home2-team-section .team-slider-area .pagination-area {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px
}

@media(max-width:991px) {
    .home2-team-section .team-slider-area .pagination-area {
        gap: 35px
    }
}

@media(max-width:767px) {
    .home2-team-section .team-slider-area .pagination-area {
        padding-top: 40px
    }
}

.home2-team-section .team-slider-area .pagination-area .swiper-pagination2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 12px
}

@media(max-width:767px) {
    .home2-team-section .team-slider-area .pagination-area .swiper-pagination2 {
        gap: 8px
    }
}

@media(max-width:576px) {
    .home2-team-section .team-slider-area .pagination-area .swiper-pagination2 {
        gap: 6px
    }
}

.home2-team-section .team-slider-area .pagination-area .swiper-pagination2 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(63, 68, 75, .6);
    opacity: 1;
    position: relative
}

.home2-team-section .team-slider-area .pagination-area .swiper-pagination2 .swiper-pagination-bullet::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgba(63, 68, 75, .4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home2-team-section .team-slider-area .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color);
    height: 16px;
    width: 16px
}

.home2-team-section .team-slider-area .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color)
}

.home2-team-section .team-slider-area .pagination-area svg {
    max-width: 372px;
    width: 100%
}

@media(max-width:991px) {
    .home2-team-section .team-slider-area .pagination-area svg {
        display: none
    }
}

.home2-team-section .team-slider-area .pagination-area svg lineargradient stop {
    stop-color: #95a0b1
}

.footer-section2 {
    padding: 0 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .footer-section2 {
        padding: 0 20px
    }
}

@media(max-width:1399px) {
    .footer-section2 {
        padding: 0 20px
    }
}

@media(max-width:1199px) {
    .footer-section2 {
        padding: 0 10px
    }
}

.footer-section2 .footer-wrapper {
    background-color: #121212
}

.footer-section2 .footer-wrapper .logo-and-rating-area .footer-logo a img {
    width: 181px
}

@media(max-width:1199px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .footer-logo a img {
        width: 160px
    }
}

.footer-section2 .footer-wrapper .logo-and-rating-area .content p {
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    padding-top: 25px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .content p {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .content p {
        padding-top: 20px
    }
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 35px
}

@media(max-width:1399px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area {
        gap: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area {
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 30px
    }
}

@media(max-width:767px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area {
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 25px
    }
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li {
    position: relative
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating {
    display: flex;
    gap: 8px
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .review {
    line-height: 1
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .review span {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
    white-space: nowrap
}

@media(max-width:1699px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .review span {
        font-size: 13px
    }
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .review img {
    width: 64px
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .rating {
    line-height: 1;
    margin-top: -1px
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .rating .star {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 9px;
    line-height: 1
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .rating .star li i {
    color: #e62415;
    font-size: 12px
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .rating span {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap
}

@media(max-width:1699px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .rating span {
        font-size: 13px
    }
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating.google .rating .star li i {
    color: #ffc107
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .2);
    width: 1px;
    height: 35px
}

@media(min-width:1200px) and (max-width:1399px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li::before {
        left: -15px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li::before {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li::before {
        left: -16px
    }
}

@media(max-width:767px) {
    .footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li::before {
        display: none
    }
}

.footer-section2 .footer-wrapper .logo-and-rating-area .rating-area>li:first-child::before {
    display: none
}

.footer-section2 .footer-wrapper .footer-menu-wrap {
    padding: 80px 0
}

@media(max-width:767px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap {
        padding: 60px 0
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 25px
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .9px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4 {
        font-size: 20px
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 2px;
    border-radius: 10px;
    opacity: .4;
    background: linear-gradient(90.01deg, #FFFFFF 0.01%, rgba(255, 255, 255, 0) 102.8%)
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container {
    display: flex;
    gap: 50px
}

@media(max-width:1199px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container {
        gap: 15px
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li {
    margin-bottom: 20px;
    line-height: 1;
    transition: .5s;
    position: relative;
    transform: translateX(0)
}

@media(max-width:1199px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li {
        margin-bottom: 15px
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .34px;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
        font-size: 14px
    }
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
        font-size: 14px
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a:hover {
    color: var(--primary-color2)
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: var(--primary-color2);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .35s
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li:hover {
    transform: translateX(10px)
}

.footer-section2 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li:hover::after {
    opacity: 1
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area {
        width: 100%
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area h4 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .9px;
    margin-bottom: 30px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area h4 {
        font-size: 23px;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area h4 {
        font-size: 22px;
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area h4 {
        font-size: 21px
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form {
    border-radius: 5px;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    max-width: 336px;
    width: 100%;
    height: 60px;
    padding: 10px 10px 10px 20px;
    margin-bottom: 15px
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input {
    width: 100%;
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    background: 0 0;
    border: none;
    line-height: 1
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input::placeholder {
    color: rgba(255, 255, 255, .3)
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button {
    border: none;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color)
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button svg {
    fill: var(--white-color)
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area {
    padding-top: 50px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area {
        padding-top: 40px
    }
}

@media(max-width:991px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area {
        padding-top: 30px
    }
}

@media(max-width:767px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area {
        padding-top: 25px
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area h6 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--white-color);
    display: inline-block;
    margin-bottom: 15px
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 50px
}

@media(max-width:767px) {
    .footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area .social-list {
        justify-content: start
    }
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area .social-list li {
    display: block;
    text-align: center
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area .social-list li a i {
    color: var(--white-color);
    font-size: 18px;
    transition: .5s
}

.footer-section2 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area .social-list li:hover a i {
    color: var(--primary-color2)
}

.footer-section2 .footer-wrapper .footer-contact-wrap {
    padding: 30px 0;
    border-radius: 100px 100px 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: unset
}

@media(min-width:1400px) and (max-width:1599px) {
    .footer-section2 .footer-wrapper .footer-contact-wrap {
        border-radius: 70px 70px 0 0
    }
}

@media(max-width:1399px) {
    .footer-section2 .footer-wrapper .footer-contact-wrap {
        border-radius: 70px 70px 0 0
    }
}

@media(max-width:1199px) {
    .footer-section2 .footer-wrapper .footer-contact-wrap {
        border-radius: 50px 50px 0 0
    }
}

@media(max-width:991px) {
    .footer-section2 .footer-wrapper .footer-contact-wrap {
        border-radius: 40px 40px 0 0
    }
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .footer-contact-wrap {
        border-radius: 30px 30px 0 0
    }
}

.footer-section2 .footer-wrapper .footer-contact-wrap .contact-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.footer-section2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-section2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon {
    position: relative
}

.footer-section2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon svg {
    fill: var(--primary-color)
}

.footer-section2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content span {
    color: var(--primary-color);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 8px
}

.footer-section2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 {
    margin-bottom: 0
}

.footer-section2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .54px;
    transition: .5s
}

.footer-section2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a:hover {
    color: var(--primary-color)
}

.footer-section2 .footer-wrapper .footer-bottom-wrap {
    padding: 35px 0;
    background-color: var(--white-color);
    border-radius: 100px 100px 0 0
}

@media(min-width:1400px) and (max-width:1599px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap {
        border-radius: 70px 70px 0 0
    }
}

@media(max-width:1399px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap {
        border-radius: 70px 70px 0 0
    }
}

@media(max-width:1199px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap {
        border-radius: 50px 50px 0 0
    }
}

@media(max-width:991px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap {
        padding: 25px 0;
        border-radius: 40px 40px 0 0
    }
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap {
        border-radius: 30px 30px 0 0
    }
}

.footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:991px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center
    }
}

.footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p {
        text-align: center
    }
}

.footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a {
    color: var(--paragraph-color);
    font-weight: 700;
    transition: .5s
}

.footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
    color: var(--primary-color2)
}

.footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    flex-wrap: wrap;
    line-height: 1
}

@media(max-width:991px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul {
        gap: 30px
    }
}

@media(max-width:576px) {
    .footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul {
        gap: 15px;
        justify-content: center
    }
}

.footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px;
    transition: .5s
}

.footer-section2 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-2 {
    padding: 0 0 0 30px
}

@media(max-width:1399px) {
    .footer-section2.style-2 {
        padding: 0 0 0 20px
    }
}

@media(max-width:576px) {
    .footer-section2.style-2 {
        padding: 0 0 0 10px
    }
}

.footer-section2.style-2 .footer-wrapper {
    background-image: url(../img/home3/home3-footer-bg.png), linear-gradient(#7572fd, #7572fd);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 15px solid #121212;
    border-bottom: unset
}

@media(max-width:767px) {
    .footer-section2.style-2 .footer-wrapper {
        border: 10px solid #121212;
        border-bottom: unset
    }
}

@media(max-width:576px) {
    .footer-section2.style-2 .footer-wrapper {
        background-size: contain;
        background-position: top
    }
}

.footer-section2.style-2 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button {
    background-color: var(--primary-color2)
}

.footer-section2.style-2 .footer-wrapper .footer-contact-wrap {
    border-radius: unset;
    border: 1px solid rgba(255, 255, 255, .15)
}

.footer-section2.style-2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon {
    position: relative
}

.footer-section2.style-2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon svg {
    fill: var(--title-color)
}

.footer-section2.style-2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content span {
    color: var(--title-color)
}

.footer-section2.style-2 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-2 .footer-wrapper .footer-bottom-wrap {
    border-radius: unset;
    padding: 32px 0
}

.footer-section2.style-3 {
    padding: 0
}

.footer-section2.style-3 .footer-wrapper {
    background-color: #fef2ed
}

.footer-section2.style-3 .footer-wrapper .logo-and-rating-area .content p {
    color: rgba(var(--title-color2-opc), 0.7)
}

.footer-section2.style-3 .footer-wrapper .logo-and-rating-area .rating-area>li {
    position: relative
}

.footer-section2.style-3 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .review {
    line-height: 1
}

.footer-section2.style-3 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .review span {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .logo-and-rating-area .rating-area>li .single-rating .rating span {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .logo-and-rating-area .rating-area>li::before {
    background-color: rgba(var(--title-color2-opc), 0.2)
}

.footer-section2.style-3 .footer-wrapper .logo-and-rating-area .rating-area>li:first-child::before {
    display: none
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4 {
    color: var(--title-color2);
    font-size: 24px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2.style-3 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4 {
        font-size: 20px
    }
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4::after {
    background: linear-gradient(90.01deg, #FF8B4A 0.01%, rgba(255, 139, 74, 0) 102.8%)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
    color: rgba(var(--title-color2-opc), 0.7)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area h4 {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form {
    border-color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input::-moz-placeholder {
    color: rgba(var(--title-color2-opc), 0.5)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form input::placeholder {
    color: rgba(var(--title-color2-opc), 0.5)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button {
    background-color: var(--primary-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area h6 {
    color: var(--title-color2);
    border-bottom: 1px solid var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area .social-list li a i {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-menu-wrap .subscribe-area .social-area .social-list li:hover a i {
    color: var(--primary-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-contact-wrap {
    border-radius: unset;
    border: unset;
    border-top: 1px solid rgba(var(--title-color2-opc), 0.05)
}

.footer-section2.style-3 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-bottom-wrap {
    border-radius: unset;
    padding: 32px 0
}

.footer-section2.style-3 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a {
    color: var(--title-color2)
}

.footer-section2.style-3 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-4 {
    padding: 0
}

.footer-section2.style-4 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4 {
    font-size: 24px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section2.style-4 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4 {
        font-size: 20px
    }
}

.footer-section2.style-4 .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4::after {
    background: linear-gradient(90.01deg, #FF8B4A 0.01%, rgba(255, 139, 74, 0) 102.8%)
}

.footer-section2.style-4 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
    color: rgba(255, 255, 255, .7)
}

.footer-section2.style-4 .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-4 .footer-wrapper .footer-menu-wrap .subscribe-area .subscribe-form-wrap .subscribe-form button {
    background-color: var(--primary-color2)
}

.footer-section2.style-4 .footer-wrapper .footer-contact-wrap {
    border-radius: unset;
    border: unset;
    border: 1px solid rgba(255, 255, 255, .05)
}

.footer-section2.style-4 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon {
    position: relative
}

.footer-section2.style-4 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .icon svg {
    fill: var(--primary-color2)
}

.footer-section2.style-4 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content span {
    color: var(--primary-color2)
}

.footer-section2.style-4 .footer-wrapper .footer-contact-wrap .contact-area .hotline-area .content h6 a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-4 .footer-wrapper .footer-bottom-wrap {
    border-radius: unset;
    background-color: #1c1c1c;
    padding: 27px 0
}

.footer-section2.style-4 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p {
    color: rgba(255, 255, 255, .7)
}

.footer-section2.style-4 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a {
    color: rgba(255, 255, 255, .7)
}

.footer-section2.style-4 .footer-wrapper .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
    color: var(--primary-color2)
}

.footer-section2.style-4 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a {
    color: rgba(255, 255, 255, .7)
}

.footer-section2.style-4 .footer-wrapper .footer-bottom-wrap .footer-bottom .footer-bottom-right ul li a:hover {
    color: var(--primary-color2)
}

.home3-banner-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/home3/home3-banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 175px 0;
    position: relative;
    overflow: hidden;
    margin-left: 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-banner-section {
        padding: 165px 0
    }
}

@media(max-width:1399px) {
    .home3-banner-section {
        padding: 160px 0
    }
}

@media(max-width:1199px) {
    .home3-banner-section {
        padding: 150px 0;
        margin: 0 20px
    }
}

@media(max-width:991px) {
    .home3-banner-section {
        padding: 130px 0
    }
}

@media(max-width:767px) {
    .home3-banner-section {
        padding: 120px 0
    }
}

@media(max-width:576px) {
    .home3-banner-section {
        padding: 110px 0;
        margin: 0 10px
    }
}

.home3-banner-section::before {
    content: url(../img/home3/home3-banner-blur.png);
    position: absolute;
    top: 0;
    right: 0
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-banner-section .banner-content {
        padding-left: 80px
    }
}

@media(max-width:1399px) {
    .home3-banner-section .banner-content {
        padding-left: 80px
    }
}

@media(max-width:1199px) {
    .home3-banner-section .banner-content {
        padding-left: 10px
    }
}

@media(max-width:576px) {
    .home3-banner-section .banner-content {
        padding-left: 0
    }
}

.home3-banner-section .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-banner-section .banner-content h1 {
        font-size: 72px
    }
}

@media(max-width:1399px) {
    .home3-banner-section .banner-content h1 {
        font-size: 65px
    }
}

@media(max-width:1199px) {
    .home3-banner-section .banner-content h1 {
        font-size: 60px
    }
}

@media(max-width:991px) {
    .home3-banner-section .banner-content h1 {
        font-size: 55px
    }
}

@media(max-width:767px) {
    .home3-banner-section .banner-content h1 {
        font-size: 50px
    }
}

@media(max-width:576px) {
    .home3-banner-section .banner-content h1 {
        font-size: 45px;
        margin-bottom: 20px
    }
}

.home3-banner-section .banner-content h1 span {
    color: var(--primary-color);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 4px;
    text-underline-offset: 10px
}

.home3-banner-section .banner-content p {
    color: rgba(255, 255, 255, .8);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 954px;
    width: 100%;
    margin-bottom: 35px
}

@media(max-width:576px) {
    .home3-banner-section .banner-content p {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.home3-banner-section .banner-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .home3-banner-section .banner-content ul {
        gap: 25px
    }
}

.home3-banner-section .banner-content ul li {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 7px
}

.home3-banner-section .banner-content ul li svg {
    fill: var(--primary-color2)
}

.home3-banner-section .banner-content ul li svg path:last-child {
    fill: var(--title-color)
}

.home3-banner-section .contact-btn {
    position: absolute;
    bottom: 50px;
    right: 10%;
    width: 201px;
    height: 201px
}

@media(max-width:1399px) {
    .home3-banner-section .contact-btn {
        bottom: 30px;
        right: 5%
    }
}

@media(max-width:1199px) {
    .home3-banner-section .contact-btn {
        right: 25px;
        width: 170px;
        height: 170px
    }
}

@media(max-width:991px) {
    .home3-banner-section .contact-btn {
        position: relative;
        bottom: unset;
        right: unset;
        margin-left: 20px;
        margin-top: 40px
    }
}

.home3-banner-section .contact-btn .button-area {
    width: 201px;
    height: 201px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s
}

@media(max-width:1199px) {
    .home3-banner-section .contact-btn .button-area {
        width: 170px;
        height: 170px
    }
}

.home3-banner-section .contact-btn .button-area .details-button {
    transition: .5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    padding: 0 1.375em .0625em 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) .0625em;
    transition: background-size .2s linear var(--background-delay, 0.15s);
    border: none;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap
}

.home3-banner-section .contact-btn .button-area .details-button::after {
    content: "\f123";
    font-family: bootstrap-icons;
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    opacity: 1;
    transition: opacity .3s .15s;
    color: var(--white-color)
}

.home3-banner-section .contact-btn .button-area .details-button svg {
    position: absolute;
    display: block;
    line-height: 1.8125em;
    width: 1.375em;
    height: 1.8125em;
    right: 0;
    left: initial;
    top: 50%;
    margin: -.92em 0 0;
    fill: none;
    stroke: var(--white-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s)
}

.home3-banner-section .contact-btn .button-area:hover {
    box-shadow: inset 0 0 0 10em var(--primary-color);
    border-color: var(--primary-color)
}

.home3-banner-section .contact-btn .button-area:hover .details-button {
    --background-size: 0%;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s
}

.home3-banner-section .contact-btn .button-area:hover .details-button::after {
    opacity: 0;
    transition-delay: 0s
}

.home3-banner-section .scroll-text-area {
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/home3/scroll-text-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(135, 135, 135, .3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 0 25px;
    height: 100%
}

@media(max-width:1199px) {
    .home3-banner-section .scroll-text-area {
        display: none
    }
}

.home3-banner-section .scroll-text-area::before {
    content: url(../img/home3/scroll-text-top-blur.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.home3-banner-section .scroll-text-area::after {
    content: url(../img/home3/scroll-text-bottom-blur.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.home3-banner-section .scroll-text-area .scroll-text {
    white-space: nowrap;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--white-color);
    animation: marqueeTop 50s linear infinite;
    display: inline-flex;
    align-items: center;
    gap: 25px
}

.home3-banner-section .scroll-text-area .scroll-text svg {
    fill: rgba(var(--primary-color2-opc), 0.7)
}

@keyframes marqueeTop {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(0, -100%, 0)
    }
}

.home3-why-choose-section .why-choose-img {
    position: relative;
    display: block;
    margin-right: 20px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-why-choose-section .why-choose-img {
        margin-right: 10px
    }
}

@media(max-width:1399px) {
    .home3-why-choose-section .why-choose-img {
        margin-right: 0
    }
}

.home3-why-choose-section .why-choose-img img {
    border-radius: 10px
}

.home3-why-choose-section .why-choose-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.4);
    border-radius: 10px
}

.home3-why-choose-section .why-choose-content .section-title h2 {
    font-size: 44px
}

@media(max-width:1399px) {
    .home3-why-choose-section .why-choose-content .section-title h2 {
        font-size: 40px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home3-why-choose-section .why-choose-content .section-title h2 {
        font-size: 38px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-why-choose-section .why-choose-content .section-title h2 {
        font-size: 32px
    }
}

@media(max-width:767px) {
    .home3-why-choose-section .why-choose-content .section-title h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home3-why-choose-section .why-choose-content .section-title h2 {
        font-size: 28px
    }
}

.home3-why-choose-section .why-choose-content .section-title p {
    font-size: 16px;
    padding-top: 20px
}

@media(max-width:1399px) {
    .home3-why-choose-section .why-choose-content .section-title p {
        padding-top: 10px
    }
}

.home3-why-choose-section .why-choose-content .feature-list {
    padding-top: 30px
}

@media(max-width:1399px) {
    .home3-why-choose-section .why-choose-content .feature-list {
        padding-top: 20px
    }
}

.home3-why-choose-section .why-choose-content .feature-list h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7
}

.home3-why-choose-section .why-choose-content .feature-list h6 span {
    font-size: 16px;
    color: rgba(var(--title-color-opc), 0.5);
    display: block
}

.home3-why-choose-section .why-choose-content .feature-list ul {
    margin: 0;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 50px
}

@media(max-width:1399px) {
    .home3-why-choose-section .why-choose-content .feature-list ul {
        margin-bottom: 30px
    }
}

.home3-why-choose-section .why-choose-content .feature-list ul li {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px
}

.home3-why-choose-section .why-choose-content .feature-list ul li strong {
    color: var(--title-color);
    font-weight: 600
}

.home3-why-choose-section .why-choose-content .feature-list ul li:last-child {
    margin-bottom: 0
}

.home3-why-choose-section .why-choose-content .feature-list ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color)
}

.home3-service-section {
    background-image: url(../img/home3/home3-service-bg.png), linear-gradient(#FFF2EB, #FFF2EB);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 0;
    margin-left: 30px
}

@media(max-width:1399px) {
    .home3-service-section {
        margin-left: 20px
    }
}

@media(max-width:1199px) {
    .home3-service-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home3-service-section {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .home3-service-section {
        margin-left: 10px
    }
}

.home3-service-section #main-item {
    scroll-margin-top: 100px
}

.home3-service-section .solution-img-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 620px
}

@media(max-width:767px) {
    .home3-service-section .solution-img-wrapper {
        min-height: 520px
    }
}

@media(max-width:576px) {
    .home3-service-section .solution-img-wrapper {
        min-height: 420px
    }
}

.home3-service-section .solution-img-wrapper li {
    position: relative
}

.home3-service-section .solution-img-wrapper li .solution-img {
    min-height: 618px;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: qodef-animate-image-out 1s .1s cubic-bezier(.78, .2, .21, .88) forwards;
    z-index: 12;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: url(../img/home3/home3-solution-img-bg.png);
    mask-image: url(../img/home3/home3-solution-img-bg.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover
}

@media(max-width:1199px) {
    .home3-service-section .solution-img-wrapper li .solution-img {
        background-position: center
    }
}

@media(max-width:767px) {
    .home3-service-section .solution-img-wrapper li .solution-img {
        min-height: 520px
    }
}

@media(max-width:576px) {
    .home3-service-section .solution-img-wrapper li .solution-img {
        min-height: 420px
    }
}

.home3-service-section .solution-img-wrapper li .solution-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--title-color-opc), 0.15);
    z-index: 1
}

.home3-service-section .solution-img-wrapper li .solution-img img {
    min-height: 618px
}

@media(max-width:991px) {
    .home3-service-section .solution-img-wrapper li .solution-img img {
        width: 100%
    }
}

.home3-service-section .solution-img-wrapper li.active .solution-img {
    animation: qodef-animate-image-in 1s cubic-bezier(.78, .2, .21, .88) forwards;
    z-index: 15;
    min-height: 620px
}

@media(max-width:767px) {
    .home3-service-section .solution-img-wrapper li.active .solution-img {
        min-height: 520px
    }
}

@media(max-width:576px) {
    .home3-service-section .solution-img-wrapper li.active .solution-img {
        min-height: 420px
    }
}

.home3-service-section .solution-img-wrapper li.active .solution-img img {
    min-height: 620px
}

@media(max-width:767px) {
    .home3-service-section .solution-img-wrapper li.active .solution-img img {
        min-height: 520px
    }
}

@media(max-width:576px) {
    .home3-service-section .solution-img-wrapper li.active .solution-img img {
        min-height: 420px
    }
}

@keyframes qodef-animate-image-out {
    0% {
        transform: scale(1) translateZ(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
    100% {
        transform: scale(1);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes qodef-animate-image-in {
    0% {
        transform: scale(1.05) translateZ(0);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
    100% {
        transform: scale(1);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

.home3-service-section .accordion .accordion-item {
    background-color: var(--white-color);
    border: 1px solid rgba(63, 68, 75, .1);
    border-radius: 10px;
    margin-bottom: 25px
}

.home3-service-section .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 35px;
    background-color: var(--white-color);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px 25px
    }
}

@media(max-width:767px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px 25px
    }
}

@media(max-width:576px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px 15px
    }
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
    visibility: hidden
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title {
    display: flex;
    align-items: center;
    gap: 25px
}

@media(max-width:767px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title {
        gap: 15px
    }
}

@media(max-width:576px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title {
        gap: 10px
    }
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title .icon {
    padding-right: 25px;
    border-right: 1px solid rgba(63, 68, 75, .15)
}

@media(max-width:767px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title .icon {
        padding-right: 15px
    }
}

@media(max-width:576px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title .icon {
        padding-right: 10px
    }
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title .icon svg {
    fill: rgba(var(--primary-color3-opc), 0.5)
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:767px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title h5 {
        font-size: 20px
    }
}

@media(max-width:576px) {
    .home3-service-section .accordion .accordion-item .accordion-header .accordion-button .icon-and-title h5 {
        font-size: 18px
    }
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button>svg {
    min-width: 14px;
    transition: transform .2s ease-in-out
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)>svg {
    transform: rotate(-180deg)
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span {
    opacity: 1
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button:hover span {
    opacity: 1
}

.home3-service-section .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none
}

.home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 105px 30px 122px;
    border-radius: 10px;
    background-color: var(--white-color)
}

@media(max-width:1399px) {
    .home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 50px 30px 122px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 40px 30px 112px
    }
}

@media(max-width:767px) {
    .home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 50px 30px 95px
    }
}

@media(max-width:576px) {
    .home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 20px 30px 30px
    }
}

.home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    line-height: 1
}

.home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
    color: var(--primary-color);
    font-family: var(--font-syne);
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(var(--primary-color-opc), 0.25);
    border-radius: 50px;
    padding: 7px 18px;
    display: inline-block;
    transition: .5s
}

.home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body ul li a:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body p {
    margin-bottom: 25px;
    color: rgba(var(--title-color-opc), 0.8);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7
}

@media(max-width:576px) {
    .home3-service-section .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 15px
    }
}

.home3-about-section .about-img img {
    border-radius: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-about-section .about-img img {
        min-height: 360px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.home3-about-section .about-content .section-title {
    margin-bottom: 50px
}

@media(max-width:1399px) {
    .home3-about-section .about-content .section-title {
        margin-bottom: 30px
    }
}

.home3-about-section .about-content .section-title h2 {
    font-size: 40px
}

@media(max-width:1399px) {
    .home3-about-section .about-content .section-title h2 {
        font-size: 34px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-about-section .about-content .section-title h2 {
        font-size: 32px
    }
}

@media(max-width:767px) {
    .home3-about-section .about-content .section-title h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home3-about-section .about-content .section-title h2 {
        font-size: 28px
    }
}

.home3-about-section .about-content .section-title p {
    font-size: 16px;
    padding-top: 20px
}

@media(max-width:1399px) {
    .home3-about-section .about-content .section-title p {
        padding-top: 10px
    }
}

.home3-logo-section {
    background-image: url(../img/home3/home3-pricing-plan-bg.png), linear-gradient(#161616, #161616);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 12%;
    margin-left: 30px
}

@media(max-width:1799px) {
    .home3-logo-section {
        padding: 120px 9%
    }
}

@media(max-width:1699px) {
    .home3-logo-section {
        padding: 120px 6%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-logo-section {
        padding: 120px 3%
    }
}

@media(max-width:1399px) {
    .home3-logo-section {
        padding: 120px 2%;
        margin-left: 20px
    }
}

@media(max-width:1199px) {
    .home3-logo-section {
        padding: 90px 2%
    }
}

@media(max-width:767px) {
    .home3-logo-section {
        padding: 70px 10px
    }
}

@media(max-width:576px) {
    .home3-logo-section {
        margin-left: 10px
    }
}

.home3-logo-section .home3-logo-area .title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 55px
}

@media(max-width:1199px) {
    .home3-logo-section .home3-logo-area .title-area {
        margin-bottom: 45px
    }
}

@media(max-width:767px) {
    .home3-logo-section .home3-logo-area .title-area {
        margin-bottom: 35px
    }
}

.home3-logo-section .home3-logo-area .title-area h4 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 0
}

.home3-logo-section .home3-logo-area .title-area .view-btn.two span {
    color: rgba(255, 255, 255, .7);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.home3-logo-section .home3-logo-area .title-area .view-btn.two svg {
    fill: var(--white-color)
}

.home3-logo-section .home3-logo-area .title-area .view-btn.two:hover span {
    color: var(--primary-color2);
    background-size: 0 1px;
    background-position: 0% 100%
}

.home3-logo-section .home3-logo-area .title-area .view-btn.two:hover svg {
    fill: var(--primary-color2);
    transform: rotate(30deg)
}

.home3-logo-section .home3-logo-area .logo-wrap {
    border: .5px solid rgba(255, 255, 255, .1)
}

.home3-logo-section .home3-logo-area .logo-wrap .single-logo {
    padding: 35px 10px;
    border: .5px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-logo-section .home3-logo-area .logo-wrap .single-logo {
        padding: 25px 10px
    }
}

@media(max-width:767px) {
    .home3-logo-section .home3-logo-area .logo-wrap .single-logo {
        padding: 20px 10px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-logo-section .home3-logo-area .logo-wrap .single-logo img {
        width: 95px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .home3-logo-section .home3-logo-area .logo-wrap .single-logo img {
        width: 95px
    }
}

.home3-feature-section .mb-50 {
    margin-bottom: 50px
}

@media(max-width:1199px) {
    .home3-feature-section .mb-50 {
        margin-bottom: 40px
    }
}

@media(max-width:576px) {
    .home3-feature-section .mb-50 {
        margin-bottom: 30px
    }
}

.home3-feature-section .feature-content .section-title {
    margin-bottom: 50px
}

@media(max-width:767px) {
    .home3-feature-section .feature-content .section-title h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home3-feature-section .feature-content .section-title h2 {
        font-size: 32px
    }
}

.home3-feature-section .feature-content .single-feature {
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(var(--title-color-opc), 0.05);
    background: #f5f3ff;
    padding: 30px;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-feature-section .feature-content .single-feature {
        padding: 30px 15px
    }
}

@media(max-width:576px) {
    .home3-feature-section .feature-content .single-feature {
        padding: 30px 20px
    }
}

.home3-feature-section .feature-content .single-feature .icon {
    margin-bottom: 25px
}

@media(max-width:576px) {
    .home3-feature-section .feature-content .single-feature .icon {
        margin-bottom: 20px
    }
}

.home3-feature-section .feature-content .single-feature .icon svg {
    fill: var(--paragraph-color)
}

.home3-feature-section .feature-content .single-feature .content h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-feature-section .feature-content .single-feature .content h4 {
        font-size: 23px;
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .home3-feature-section .feature-content .single-feature .content h4 {
        margin-bottom: 15px
    }
}

.home3-feature-section .feature-content .single-feature .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-feature-section .feature-content .single-feature .content p {
        font-size: 15px
    }
}

.home3-feature-section .feature-content .single-feature:hover .icon {
    animation: zoomIn .5s linear
}

.home3-feature-section .single-agency {
    border: 1px solid rgba(var(--primary-color3-opc), 0.25);
    border-radius: 20px;
    padding: 46px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

@media(max-width:1399px) {
    .home3-feature-section .single-agency {
        padding: 40px 20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-feature-section .single-agency {
        padding: 30px 20px
    }
}

@media(max-width:576px) {
    .home3-feature-section .single-agency {
        padding: 30px 15px;
        border-radius: 15px
    }
}

.home3-feature-section .single-agency .content h3 {
    color: var(--title-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 8px
}

@media(max-width:1399px) {
    .home3-feature-section .single-agency .content h3 {
        font-size: 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-feature-section .single-agency .content h3 {
        font-size: 22px
    }
}

@media(max-width:576px) {
    .home3-feature-section .single-agency .content h3 {
        font-size: 23px
    }
}

.home3-feature-section .single-agency .content span {
    color: rgba(var(--title-color-opc), 0.4);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .02em;
    display: block
}

.home3-social-marketing-section {
    background: linear-gradient(89.9deg, rgba(117, 114, 253, 0.12) 0.06%, rgba(255, 139, 74, 0.12) 99.9%);
    padding: 120px 0;
    margin-left: 30px
}

@media(max-width:1399px) {
    .home3-social-marketing-section {
        margin-left: 20px
    }
}

@media(max-width:1199px) {
    .home3-social-marketing-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home3-social-marketing-section {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .home3-social-marketing-section {
        margin-left: 10px
    }
}

.home3-social-marketing-section .title h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 65px
}

@media(max-width:991px) {
    .home3-social-marketing-section .title h2 {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .home3-social-marketing-section .title h2 {
        margin-bottom: 40px;
        font-size: 32px
    }
}

@media(max-width:991px) {
    .home3-social-marketing-section .social-area {
        border: .5px solid var(--white-color)
    }
}

.home3-social-marketing-section .social-area .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid var(--white-color)
}

@media(max-width:991px) {
    .home3-social-marketing-section .social-area .social-list {
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        border: unset
    }
}

@media(max-width:576px) {
    .home3-social-marketing-section .social-area .social-list {
        grid-template-columns: 50% 50%
    }
}

.home3-social-marketing-section .social-area .social-list li {
    padding: 30px 28px;
    padding-top: 0;
    border-right: 1px solid var(--white-color)
}

@media(max-width:1399px) {
    .home3-social-marketing-section .social-area .social-list li {
        padding: 25px 20px;
        padding-top: 0
    }
}

@media(max-width:991px) {
    .home3-social-marketing-section .social-area .social-list li {
        padding: 20px;
        border: .5px solid var(--white-color)
    }
}

@media(max-width:767px) {
    .home3-social-marketing-section .social-area .social-list li {
        padding: 20px 15px
    }
}

.home3-social-marketing-section .social-area .social-list li:first-child {
    padding-left: 0
}

@media(max-width:991px) {
    .home3-social-marketing-section .social-area .social-list li:first-child {
        padding-left: 20px
    }
}

@media(max-width:767px) {
    .home3-social-marketing-section .social-area .social-list li:first-child {
        padding-left: 15px
    }
}

.home3-social-marketing-section .social-area .social-list li:last-child {
    border-right: unset;
    padding-right: 0
}

@media(max-width:991px) {
    .home3-social-marketing-section .social-area .social-list li:last-child {
        padding-right: 20px;
        border-right: .5px solid var(--white-color)
    }
}

@media(max-width:767px) {
    .home3-social-marketing-section .social-area .social-list li:last-child {
        padding-right: 15px
    }
}

.home3-social-marketing-section .social-area .social-list li a {
    display: block;
    text-align: center
}

.home3-social-marketing-section .social-area .social-list li a i {
    color: var(--title-color);
    font-size: 20px;
    transition: .5s;
    line-height: 1;
    margin-bottom: 10px;
    display: block
}

@media(max-width:576px) {
    .home3-social-marketing-section .social-area .social-list li a i {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.home3-social-marketing-section .social-area .social-list li a svg {
    fill: var(--title-color);
    margin-bottom: 8px
}

@media(max-width:576px) {
    .home3-social-marketing-section .social-area .social-list li a svg {
        margin-bottom: 13px
    }
}

.home3-social-marketing-section .social-area .social-list li a span {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    transition: .5s
}

@media(max-width:576px) {
    .home3-social-marketing-section .social-area .social-list li a span {
        font-size: 16px
    }
}

.home3-social-marketing-section .social-area .social-list li a:hover i,
.home3-social-marketing-section .social-area .social-list li a:hover span {
    color: var(--primary-color)
}

.home3-social-marketing-section .social-area .social-list.two {
    justify-content: center;
    border-bottom: unset
}

.home3-social-marketing-section .social-area .social-list.two li {
    padding-top: 30px;
    padding-bottom: 0
}

@media(max-width:1399px) {
    .home3-social-marketing-section .social-area .social-list.two li {
        padding-top: 25px
    }
}

@media(max-width:991px) {
    .home3-social-marketing-section .social-area .social-list.two li {
        padding: 20px
    }
}

@media(max-width:767px) {
    .home3-social-marketing-section .social-area .social-list.two li {
        padding: 20px 15px
    }
}

.home3-social-marketing-section .social-area .social-list.two li:first-child {
    border-left: 1px solid var(--white-color);
    padding-left: 28px
}

@media(max-width:1399px) {
    .home3-social-marketing-section .social-area .social-list.two li:first-child {
        padding-left: 25px
    }
}

@media(max-width:991px) {
    .home3-social-marketing-section .social-area .social-list.two li:first-child {
        padding-left: 20px
    }
}

@media(max-width:767px) {
    .home3-social-marketing-section .social-area .social-list.two li:first-child {
        padding-left: 15px
    }
}

.home3-social-marketing-section .social-area .social-list.two li:last-child {
    border-right: 1px solid var(--white-color);
    padding-right: 28px
}

@media(max-width:1399px) {
    .home3-social-marketing-section .social-area .social-list.two li:last-child {
        padding-right: 25px
    }
}

@media(max-width:991px) {
    .home3-social-marketing-section .social-area .social-list.two li:last-child {
        padding-right: 20px
    }
}

@media(max-width:767px) {
    .home3-social-marketing-section .social-area .social-list.two li:last-child {
        padding-right: 15px
    }
}

.case-study-card4 {
    background-color: var(--white-color);
    border-radius: 20px;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .0509803922);
    padding: 30px;
    text-align: center;
    position: relative;
    transition: .5s
}

@media(max-width:1399px) {
    .case-study-card4 {
        padding: 30px 25px
    }
}

@media(max-width:991px) {
    .case-study-card4 {
        padding: 30px 20px
    }
}

@media(max-width:576px) {
    .case-study-card4 {
        padding: 25px 15px
    }
}

.case-study-card4 .icon {
    margin-bottom: 25px
}

@media(max-width:576px) {
    .case-study-card4 .icon {
        margin-bottom: 20px
    }
}

.case-study-card4 h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px
}

@media(max-width:991px) {
    .case-study-card4 h5 {
        font-size: 24px
    }
}

@media(max-width:576px) {
    .case-study-card4 h5 {
        font-size: 23px;
        margin-bottom: 20px
    }
}

.case-study-card4 .number {
    color: var(--primary-color);
    font-family: var(--font-inter);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .case-study-card4 .number {
        margin-bottom: 25px
    }
}

@media(max-width:576px) {
    .case-study-card4 .number {
        margin-bottom: 20px
    }
}

.case-study-card4 .number h5 {
    color: var(--primary-color);
    font-family: var(--font-inter);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

.case-study-card4 .number span {
    font-size: 40px;
    font-weight: 700
}

.case-study-card4 .tag-list {
    padding: 30px 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(var(--primary-color3-opc), 0.05);
    border-bottom: 1px solid rgba(var(--primary-color3-opc), 0.05);
    margin-bottom: 25px
}

@media(max-width:576px) {
    .case-study-card4 .tag-list {
        padding: 20px 0;
        margin-bottom: 20px
    }
}

.case-study-card4 .tag-list li>a {
    border-radius: 15px;
    border: 1px solid rgba(63, 68, 75, .5);
    background: 0 0;
    display: inline-block;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 400;
    padding: 6px 14px;
    line-height: 1;
    transition: .5s
}

.case-study-card4 .tag-list li>a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.case-study-card4 .view-btn.two:hover span {
    color: var(--primary-color)
}

.case-study-card4 .view-btn.two:hover svg {
    fill: var(--primary-color)
}

.case-study-card5 {
    border-radius: 20px;
    transition: .5s;
    height: 100%
}

@media(max-width:576px) {
    .case-study-card5 {
        height: unset
    }
}

.case-study-card5 img {
    border-radius: 20px;
    height: 100%;
    min-height: 460px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:576px) {
    .case-study-card5 img {
        height: unset
    }
}

.case-study-card5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 100%)
}

.case-study-card5 .case-study-img-content {
    position: absolute;
    padding: 0 30px 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 20px 20px
}

@media(max-width:1399px) {
    .case-study-card5 .case-study-img-content {
        padding: 0 25px 25px
    }
}

@media(max-width:991px) {
    .case-study-card5 .case-study-img-content {
        padding: 0 20px 25px
    }
}

.case-study-card5 .case-study-img-content h4 {
    margin-bottom: 20px
}

@media(max-width:576px) {
    .case-study-card5 .case-study-img-content h4 {
        margin-bottom: 15px
    }
}

.case-study-card5 .case-study-img-content h4 a {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: start;
    transition: .5s
}

.case-study-card5 .case-study-img-content h4 a:hover {
    color: var(--primary-color2)
}

.case-study-card5 .case-study-img-content .number {
    color: var(--primary-color2);
    font-family: var(--font-inter);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .case-study-card5 .case-study-img-content .number {
        margin-bottom: 15px
    }
}

.case-study-card5 .case-study-img-content .number h5 {
    color: var(--primary-color2);
    font-family: var(--font-inter);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

.case-study-card5 .case-study-img-content .number span {
    font-size: 40px;
    font-weight: 700
}

.case-study-card5 .case-study-img-content .tag-list {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.case-study-card5 .case-study-img-content .tag-list li>a {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: 0 0;
    display: inline-block;
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 400;
    padding: 6px 14px;
    line-height: 1;
    transition: .5s
}

.case-study-card5 .case-study-img-content .tag-list li>a:hover {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
    color: var(--white-color)
}

.home3-case-study-section .slider-btn-grp {
    gap: 60px
}

.home3-case-study-section .home3-case-study-slider {
    margin: 0 -10px;
    padding: 0 10px
}

.home3-case-study-section .primary-btn {
    padding: 16px 32px
}

.home3-pricing-plan-section {
    background-image: url(../img/home3/home3-pricing-plan-bg.png), linear-gradient(#161616, #161616);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 7%;
    margin-left: 30px
}

@media(max-width:1699px) {
    .home3-pricing-plan-section {
        padding: 90px 5%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-pricing-plan-section {
        padding: 90px 3%
    }
}

@media(max-width:1399px) {
    .home3-pricing-plan-section {
        padding: 90px 2%;
        margin-left: 20px
    }
}

@media(max-width:767px) {
    .home3-pricing-plan-section {
        padding: 70px 10px
    }
}

@media(max-width:576px) {
    .home3-pricing-plan-section {
        margin-left: 10px;
        background-size: auto;
        background-position: top
    }
}

.home3-pricing-plan-section .mt-40 {
    margin-top: 40px
}

@media(max-width:1399px) {
    .home3-pricing-plan-section .mt-40 {
        margin-top: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-pricing-plan-section .mt-40 {
        margin-top: 20px
    }
}

@media(max-width:767px) {
    .home3-pricing-plan-section .mt-40 {
        margin-top: 0
    }
}

.home3-pricing-plan-section .section-title .primary-btn2 {
    background-color: var(--primary-color)
}

.home3-pricing-plan-section .section-title .primary-btn2:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.pricing-card-wrap .pay-btn-area {
    margin-top: -22px;
    margin-left: 35px
}

.pricing-card-wrap .pay-btn-area .primary-btn2 {
    border: 1px solid var(--primary-color);
    padding: 14px 44px
}

.pricing-card-wrap .pay-btn-area .primary-btn {
    font-size: 15px;
    padding: 14px 44px;
    border: 1px solid var(--primary-color)
}

.home3-team-section .pagination-area {
    padding-top: 50px;
    display: flex;
    justify-content: center
}

@media(max-width:991px) {
    .home3-team-section .pagination-area {
        padding-top: 40px
    }
}

.home3-team-section .pagination-area .swiper-pagination2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 8px
}

@media(max-width:576px) {
    .home3-team-section .pagination-area .swiper-pagination2 {
        justify-content: center;
        gap: 6px
    }
}

.home3-team-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(63, 68, 75, .6);
    opacity: 1;
    position: relative
}

.home3-team-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgba(63, 68, 75, .4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home3-team-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color2);
    height: 16px;
    width: 16px
}

.home3-team-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color2)
}

.home3-testimonial-section {
    background-color: #e2dfff;
    padding: 110px 0;
    margin-left: 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-testimonial-section {
        margin-left: 20px
    }
}

@media(max-width:1399px) {
    .home3-testimonial-section {
        margin-left: 20px
    }
}

@media(max-width:1199px) {
    .home3-testimonial-section {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    .home3-testimonial-section {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .home3-testimonial-section {
        margin-left: 10px
    }
}

.home3-testimonial-section .home3-testimonial-slider-wrap {
    position: relative
}

.home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    z-index: 1
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn {
        left: -38px
    }
}

@media(max-width:1399px) {
    .home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn {
        left: -20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn {
        left: -15px
    }
}

@media(max-width:991px) {
    .home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn {
        display: none
    }
}

.home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn.testimonial-slider-next {
    left: unset;
    right: -100px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn.testimonial-slider-next {
        right: -38px
    }
}

@media(max-width:1399px) {
    .home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn.testimonial-slider-next {
        right: -20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-testimonial-section .home3-testimonial-slider-wrap .slider-btn-grp .slider-btn.testimonial-slider-next {
        right: -15px
    }
}

.home3-testimonial-section .testimonial-btm-area {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .home3-testimonial-section .testimonial-btm-area {
        padding-top: 40px
    }
}

@media(max-width:576px) {
    .home3-testimonial-section .testimonial-btm-area {
        flex-direction: column;
        justify-content: center
    }
}

.home3-testimonial-section .testimonial-btm-area .swiper-pagination1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 8px
}

@media(max-width:576px) {
    .home3-testimonial-section .testimonial-btm-area .swiper-pagination1 {
        justify-content: center;
        gap: 6px
    }
}

.home3-testimonial-section .testimonial-btm-area .swiper-pagination1 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(63, 68, 75, .6);
    opacity: 1;
    position: relative
}

.home3-testimonial-section .testimonial-btm-area .swiper-pagination1 .swiper-pagination-bullet::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgba(63, 68, 75, .4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home3-testimonial-section .testimonial-btm-area .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color2);
    height: 16px;
    width: 16px
}

.home3-testimonial-section .testimonial-btm-area .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color2)
}

.home3-faq-secton {
    background: linear-gradient(176.71deg, #EBE7FF 2.66%, rgba(235, 231, 255, 0) 97.29%);
    padding: 120px 0 100px;
    margin-left: 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-faq-secton {
        margin-left: 20px
    }
}

@media(max-width:1399px) {
    .home3-faq-secton {
        margin-left: 20px
    }
}

@media(max-width:1199px) {
    .home3-faq-secton {
        padding: 90px 0 70px
    }
}

@media(max-width:991px) {
    .home3-faq-secton {
        padding: 80px 0 60px
    }
}

@media(max-width:576px) {
    .home3-faq-secton {
        margin-left: 10px
    }
}

.home3-faq-secton .section-title {
    max-width: 656px;
    width: 100%;
    margin: 0 auto
}

.home3-blog-section .section-title {
    position: sticky;
    top: 100px
}

.home3-blog-section .section-title .primary-btn2:hover {
    background-color: var(--primary-color2)
}

.home4-banner-section {
    background-color: #fef2ed;
    position: relative
}

.home4-banner-section .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .6s ease 0s
}

@media(max-width:991px) {
    .home4-banner-section .video-wrapper {
        display: none
    }
}

.home4-banner-section .video-wrapper .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2
}

.home4-banner-section .video-wrapper .play-icon svg {
    fill: rgba(255, 255, 255, .8);
    transition: all .6s ease 0s
}

.home4-banner-section .video-wrapper .play-icon svg.close-icon {
    display: none
}

.home4-banner-section .video-wrapper .video {
    position: relative;
    height: 100%;
    transition: all .5s ease 0s
}

.home4-banner-section .video-wrapper .video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 100%;
    background-color: rgba(var(--title-color2-opc), 0.4);
    z-index: 1;
    transition: all .5s ease 0s
}

@media(max-width:1399px) {
    .home4-banner-section .video-wrapper .video::before {
        width: 195px
    }
}

.home4-banner-section .video-wrapper .video video {
    width: 210px;
    height: 638px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s
}

@media(max-width:1799px) {
    .home4-banner-section .video-wrapper .video video {
        height: 621px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-banner-section .video-wrapper .video video {
        height: 595px
    }
}

@media(max-width:1399px) {
    .home4-banner-section .video-wrapper .video video {
        width: 195px;
        height: 620px
    }
}

@media(max-width:1199px) {
    .home4-banner-section .video-wrapper .video video {
        height: 580px
    }
}

.home4-banner-section .video-wrapper.slide {
    width: 100%
}

.home4-banner-section .video-wrapper.slide .play-icon .play {
    display: none
}

.home4-banner-section .video-wrapper.slide .play-icon .close-icon {
    display: block
}

.home4-banner-section .video-wrapper.slide .video::before {
    width: 100%
}

.home4-banner-section .video-wrapper.slide .video video {
    width: 100%
}

.home4-banner-section .banner-wrapper {
    padding: 0 120px 0 16%
}

@media(max-width:1799px) {
    .home4-banner-section .banner-wrapper {
        padding: 0 120px 0 17%
    }
}

@media(max-width:1699px) {
    .home4-banner-section .banner-wrapper {
        padding: 0 40px 0 17%
    }
}

@media(max-width:1399px) {
    .home4-banner-section .banner-wrapper {
        padding: 0 10px 0 18%
    }
}

@media(max-width:1199px) {
    .home4-banner-section .banner-wrapper {
        padding: 0 10px 0 21%
    }
}

@media(max-width:991px) {
    .home4-banner-section .banner-wrapper {
        padding: 0 10px
    }
}

@media(max-width:576px) {
    .home4-banner-section .banner-wrapper {
        padding: 0
    }
}

.home4-banner-section .banner-wrapper .banner-content {
    position: relative;
    padding: 65px 10px 85px 0
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-banner-section .banner-wrapper .banner-content {
        padding: 60px 10px 50px 0
    }
}

@media(max-width:1399px) {
    .home4-banner-section .banner-wrapper .banner-content {
        padding: 60px 10px 45px 0
    }
}

@media(max-width:1199px) {
    .home4-banner-section .banner-wrapper .banner-content {
        padding: 60px 10px 65px 0
    }
}

@media(max-width:767px) {
    .home4-banner-section .banner-wrapper .banner-content {
        padding: 60px 0 70px 0
    }
}

.home4-banner-section .banner-wrapper .banner-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.05)
}

@media(max-width:1399px) {
    .home4-banner-section .banner-wrapper .banner-content::before {
        right: 0
    }
}

@media(max-width:1199px) {
    .home4-banner-section .banner-wrapper .banner-content::before {
        display: none
    }
}

.home4-banner-section .banner-wrapper .banner-content h1 {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 40px
}

@media(max-width:1799px) {
    .home4-banner-section .banner-wrapper .banner-content h1 {
        font-size: 75px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-banner-section .banner-wrapper .banner-content h1 {
        font-size: 70px
    }
}

@media(max-width:1399px) {
    .home4-banner-section .banner-wrapper .banner-content h1 {
        font-size: 70px
    }
}

@media(max-width:767px) {
    .home4-banner-section .banner-wrapper .banner-content h1 {
        font-size: 65px;
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .home4-banner-section .banner-wrapper .banner-content h1 {
        font-size: 50px;
        line-height: 1
    }
}

.home4-banner-section .banner-wrapper .banner-content h1 span {
    font-weight: 800;
    font-size: 70px
}

@media(max-width:1799px) {
    .home4-banner-section .banner-wrapper .banner-content h1 span {
        font-size: 62px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-banner-section .banner-wrapper .banner-content h1 span {
        font-size: 55px
    }
}

@media(max-width:1399px) {
    .home4-banner-section .banner-wrapper .banner-content h1 span {
        font-size: 50px
    }
}

@media(max-width:767px) {
    .home4-banner-section .banner-wrapper .banner-content h1 span {
        font-size: 45px
    }
}

@media(max-width:576px) {
    .home4-banner-section .banner-wrapper .banner-content h1 span {
        font-size: 32px
    }
}

.home4-banner-section .banner-wrapper .banner-content p {
    color: rgba(var(--title-color2-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    max-width: 560px;
    width: 100%;
    padding-left: 15px;
    border-left: 1px solid rgba(var(--title-color2-opc), 0.3);
    margin-bottom: 45px
}

@media(max-width:767px) {
    .home4-banner-section .banner-wrapper .banner-content p {
        margin-bottom: 40px
    }
}

@media(max-width:576px) {
    .home4-banner-section .banner-wrapper .banner-content p {
        font-size: 15px;
        margin-bottom: 30px
    }
}

.home4-banner-section .banner-wrapper .banner-content .primary-btn {
    padding: 16px 28px;
    margin-left: 15px
}

@media(max-width:1199px) {
    .home4-banner-section .banner-wrapper .banner-img {
        display: none
    }
}

.home4-banner-section .banner-wrapper .banner-img img {
    max-width: 554px;
    height: 554px;
    border-radius: 50%
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-banner-section .banner-wrapper .banner-img img {
        max-width: 100%;
        height: unset
    }
}

@media(max-width:1399px) {
    .home4-banner-section .banner-wrapper .banner-img img {
        max-width: 100%;
        height: unset
    }
}

.home4-scroll-text-area {
    background-color: #fef2ed;
    border-top: 1px solid rgba(var(--primary-color3-opc), 0.05);
    padding: 38px 0;
    display: flex;
    gap: 25px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:1199px) {
    .home4-scroll-text-area {
        padding: 30px 0
    }
}

.home4-scroll-text-area .scroll-text {
    white-space: nowrap;
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: rgba(var(--title-color2-opc), 0.7);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    min-width: 100%;
    animation: scroll-x 30s linear infinite
}

.home4-scroll-text-area .scroll-text svg {
    fill: rgba(var(--primary-color2-opc), 0.7)
}

.home4-countdown-section {
    background-image: url(../img/home4/home4-countdown-bg.png), linear-gradient(#EEF2FF, #EEF2FF);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 0
}

@media(max-width:767px) {
    .home4-countdown-section {
        padding: 70px 0
    }
}

.home4-countdown-section .section-title {
    margin-bottom: 30px
}

.home4-countdown-section .section-title svg {
    fill: rgba(var(--title-color2-opc), 0.3);
    margin-top: 20px
}

.home4-countdown-section .single-countdown {
    text-align: center
}

.home4-countdown-section .single-countdown .number {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.home4-countdown-section .single-countdown .number h2,
.home4-countdown-section .single-countdown .number span {
    color: rgba(var(--title-color2-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 150px;
    font-weight: 800;
    letter-spacing: 4.5px;
    margin-bottom: 0;
    line-height: .8
}

@media(max-width:1399px) {
    .home4-countdown-section .single-countdown .number h2,
    .home4-countdown-section .single-countdown .number span {
        font-size: 130px
    }
}

@media(max-width:576px) {
    .home4-countdown-section .single-countdown .number h2,
    .home4-countdown-section .single-countdown .number span {
        font-size: 100px
    }
}

.home4-countdown-section .single-countdown .content {
    background-color: #eef2ff;
    padding-top: 20px;
    margin-top: -15px;
    position: relative;
    z-index: 1
}

.home4-countdown-section .single-countdown .content p {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0
}

@media(max-width:991px) {
    .home4-countdown-section .single-countdown .content p {
        font-size: 14px
    }
}

.home4-countdown-section .btn-area {
    padding: 13px 27px;
    border-radius: 5px;
    background-color: #e5e4ff;
    margin-top: 70px;
    display: inline-block
}

@media(max-width:767px) {
    .home4-countdown-section .btn-area {
        margin-top: 55px
    }
}

.home4-countdown-section .btn-area .view-btn.two:hover span {
    color: var(--primary-color)
}

.home4-countdown-section .btn-area .view-btn.two:hover svg {
    fill: var(--primary-color)
}

.countdown-section-bottom img {
    min-height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.home4-process-section .process-content {
    position: relative
}

.home4-process-section .process-content::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 49px;
    width: 1px;
    height: 90%;
    background-color: rgba(var(--title-color2-opc), 0.4);
    z-index: -1
}

@media(min-width:992px) and (max-width:1199px) {
    .home4-process-section .process-content::before {
        left: 44px
    }
}

@media(max-width:767px) {
    .home4-process-section .process-content::before {
        left: 44px
    }
}

@media(max-width:576px) {
    .home4-process-section .process-content::before {
        left: 34px
    }
}

.home4-process-section .process-content .accordion .accordion-item {
    background-color: var(--white-color);
    border: 1px solid rgba(63, 68, 75, .1);
    border-radius: 10px;
    margin-bottom: 25px
}

.home4-process-section .process-content .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 30px;
    background-color: var(--white-color);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px 25px
    }
}

@media(max-width:767px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px 25px
    }
}

@media(max-width:576px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px 15px
    }
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
    visibility: hidden
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title {
    display: flex;
    align-items: center;
    gap: 25px
}

@media(max-width:767px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title {
        gap: 15px
    }
}

@media(max-width:576px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title {
        gap: 10px
    }
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title .number {
    padding-right: 25px;
    border-right: 1px solid rgba(63, 68, 75, .15)
}

@media(max-width:767px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title .number {
        padding-right: 15px
    }
}

@media(max-width:576px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title .number {
        padding-right: 10px
    }
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title .number span {
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color-opc), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: 1
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title h5 {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:576px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button .number-and-title h5 {
        font-size: 18px
    }
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button>svg {
    min-width: 14px;
    transition: transform .2s ease-in-out
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)>svg {
    transform: rotate(-180deg)
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span {
    opacity: 1
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button:hover span {
    opacity: 1
}

.home4-process-section .process-content .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none
}

.home4-process-section .process-content .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 35px 35px 100px;
    border-radius: 10px;
    background-color: var(--white-color)
}

@media(max-width:1399px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 25px 35px 100px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 20px 35px 90px
    }
}

@media(max-width:767px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 15px 35px 80px
    }
}

@media(max-width:576px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 20px 25px
    }
}

.home4-process-section .process-content .accordion .accordion-item .accordion-collapse .accordion-body p {
    margin-bottom: 0;
    color: rgba(var(--title-color2-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7
}

@media(max-width:576px) {
    .home4-process-section .process-content .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 15px
    }
}

.home4-why-choose-us-section .why-choose-us-img {
    position: relative;
    height: 100%
}

@media(max-width:1199px) {
    .home4-why-choose-us-section .why-choose-us-img {
        display: none
    }
}

.home4-why-choose-us-section .why-choose-us-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--title-color2-opc), 0.2)
}

.home4-why-choose-us-section .why-choose-us-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home4-why-choose-us-section .why-choose-us-content-wrap {
    height: 100%;
    background-color: #e4edf3;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content {
    padding: 100px
}

@media(max-width:1799px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content {
        padding: 95px 65px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content {
        padding: 90px 35px
    }
}

@media(max-width:1399px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content {
        padding: 80px 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content {
        padding: 80px 40px
    }
}

@media(max-width:767px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content {
        padding: 70px 20px
    }
}

@media(max-width:576px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content {
        padding: 70px 10px
    }
}

.home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .section-title {
    margin-bottom: 60px
}

@media(max-width:1399px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .section-title {
        margin-bottom: 50px
    }
}

.home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .section-title h2 {
    font-size: 40px
}

@media(min-width:1200px) and (max-width:1399px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .section-title h2 {
        font-size: 36px
    }
}

@media(max-width:767px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .section-title h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .section-title h2 {
        font-size: 32px
    }
}

.home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .single-item svg {
    fill: var(--primary-color);
    margin-bottom: 20px
}

.home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .single-item h5 {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px
}

.home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .single-item p {
    color: rgba(var(--title-color2-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0
}

@media(min-width:576px) and (max-width:767px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .why-choose-us-content .single-item p {
        font-size: 14px
    }
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area {
    background-color: #c8e1f1;
    display: flex;
    align-items: center
}

@media(max-width:576px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area {
        flex-wrap: wrap
    }
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f9d5c1;
    max-width: 400px;
    width: 100%;
    padding: 15px 40px 15px 100px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%)
}

@media(min-width:1200px) and (max-width:1399px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area {
        max-width: 300px;
        padding: 15px 40px 15px 50px
    }
}

@media(max-width:767px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area {
        max-width: 280px;
        padding: 15px 30px 15px 40px
    }
}

@media(max-width:576px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area {
        max-width: unset;
        -webkit-clip-path: unset;
        clip-path: unset;
        padding: 15px 20px
    }
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area .icon {
    padding: 3px 5px;
    background-color: rgba(var(--primary-color3-opc), 0.1);
    border-radius: 5px
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area .icon svg {
    fill: var(--title-color)
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area .content {
    line-height: 1
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area .content span {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 5px
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area .content a {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: .5s
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .contact-area .content a:hover {
    color: var(--primary-color)
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .consultation-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 22px 25px 22px 35px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .consultation-area {
        padding: 22px 25px 22px 30px
    }
}

@media(max-width:1399px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .consultation-area {
        padding: 22px 25px
    }
}

@media(max-width:767px) {
    .home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .consultation-area {
        padding: 22px 20px
    }
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .consultation-area span {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2
}

.home4-why-choose-us-section .why-choose-us-content-wrap .content-bottom-area .consultation-area svg {
    fill: var(--title-color2)
}

.home4-about-section .about-video-area {
    padding-right: 15px;
    height: 100%
}

@media(max-width:1399px) {
    .home4-about-section .about-video-area {
        padding-right: 0
    }
}

@media(max-width:991px) {
    .home4-about-section .about-video-area {
        height: unset
    }
}

.home4-about-section .about-video-area a {
    position: relative;
    display: block;
    height: 100%
}

@media(max-width:991px) {
    .home4-about-section .about-video-area a {
        height: unset
    }
}

.home4-about-section .about-video-area a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--title-color2-opc), 0.4);
    border-radius: 10px
}

.home4-about-section .about-video-area img {
    border-radius: 15px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:991px) {
    .home4-about-section .about-video-area img {
        height: unset
    }
}

.home4-about-section .about-content-wrap .section-title {
    margin-bottom: 50px
}

@media(max-width:1399px) {
    .home4-about-section .about-content-wrap .section-title {
        margin-bottom: 40px
    }
}

@media(max-width:576px) {
    .home4-about-section .about-content-wrap .section-title {
        margin-bottom: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home4-about-section .about-content-wrap .section-title h2 {
        font-size: 35px
    }
}

.home4-about-section .about-content-wrap p {
    color: rgba(var(--title-color2-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 15px;
    position: relative;
    margin-left: 85px;
    margin-bottom: 55px
}

@media(max-width:1399px) {
    .home4-about-section .about-content-wrap p {
        margin-bottom: 45px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home4-about-section .about-content-wrap p {
        margin-left: 40px;
        margin-bottom: 35px
    }
}

@media(max-width:767px) {
    .home4-about-section .about-content-wrap p {
        margin-left: 40px;
        margin-bottom: 35px
    }
}

@media(max-width:576px) {
    .home4-about-section .about-content-wrap p {
        margin-left: 30px;
        font-size: 15px;
        margin-bottom: 30px
    }
}

.home4-about-section .about-content-wrap p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    background-color: rgba(var(--title-color2-opc), 0.7);
    top: 8px;
    left: 0
}

.home4-about-section .about-content-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px
}

@media(min-width:992px) and (max-width:1199px) {
    .home4-about-section .about-content-wrap ul {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .home4-about-section .about-content-wrap ul {
        margin-bottom: 30px
    }
}

.home4-about-section .about-content-wrap ul li {
    color: rgba(var(--title-color2-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px
}

.home4-about-section .about-content-wrap ul li strong {
    color: var(--title-color2);
    font-weight: 600
}

.home4-about-section .about-content-wrap ul li:last-child {
    margin-bottom: 0
}

.home4-about-section .about-content-wrap ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color2)
}

.home4-about-section .about-content-wrap .view-btn.two span {
    color: var(--primary-color);
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.home4-about-section .about-content-wrap .view-btn.two svg {
    fill: var(--primary-color)
}

.home4-about-section .about-content-wrap .view-btn.two:hover span {
    color: var(--primary-color2);
    background-size: 0 1px;
    background-position: 0% 100%
}

.home4-about-section .about-content-wrap .view-btn.two:hover svg {
    fill: var(--primary-color2);
    transform: rotate(30deg)
}

.home4-banner2-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
    padding: 80px;
    display: flex;
    align-items: end;
    background-attachment: fixed
}

@media(max-width:1399px) {
    .home4-banner2-section {
        padding: 80px 60px
    }
}

@media(max-width:991px) {
    .home4-banner2-section {
        padding: 80px 40px
    }
}

@media(max-width:767px) {
    .home4-banner2-section {
        min-height: 650px;
        padding: 60px 30px
    }
}

@media(max-width:576px) {
    .home4-banner2-section {
        min-height: 600px;
        padding: 50px 20px;
        background-position: 67%;
        background-attachment: unset
    }
}

.home4-banner2-section .banner-content {
    max-width: 896px;
    width: 100%
}

.home4-banner2-section .banner-content p {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    padding-left: 15px;
    margin-bottom: 45px
}

@media(max-width:767px) {
    .home4-banner2-section .banner-content p {
        font-size: 32px;
        margin-bottom: 40px
    }
}

@media(max-width:576px) {
    .home4-banner2-section .banner-content p {
        font-size: 27px
    }
}

.home4-banner2-section .banner-content p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 75%;
    background-color: var(--white-color)
}

.home4-banner2-section .banner-content .primary-btn2 {
    background-color: var(--primary-color2)
}

.home4-banner2-section .banner-content .primary-btn2:hover {
    background-color: var(--white-color);
    color: var(--title-color2)
}

.case-study-card3 .case-study-content {
    padding: 35px 25px;
    background-color: #f7f6ff;
    border-radius: 10px 10px 0 0;
    transition: .5s
}

@media(max-width:1699px) {
    .case-study-card3 .case-study-content {
        padding: 35px 22px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .case-study-card3 .case-study-content {
        padding: 30px 15px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .case-study-card3 .case-study-content {
        padding: 30px 15px
    }
}

@media(max-width:1199px) {
    .case-study-card3 .case-study-content {
        padding: 35px 20px
    }
}

@media(max-width:576px) {
    .case-study-card3 .case-study-content {
        padding: 30px 15px
    }
}

.case-study-card3 .case-study-content>span {
    color: rgba(var(--primary-color-opc), 0.8);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .02em;
    display: block;
    margin-bottom: 10px
}

.case-study-card3 .case-study-content h5 {
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-card3 .case-study-content h5 {
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .case-study-card3 .case-study-content h5 {
        margin-bottom: 15px
    }
}

.case-study-card3 .case-study-content h5 a {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    transition: .5s
}

@media(min-width:1400px) and (max-width:1599px) {
    .case-study-card3 .case-study-content h5 a {
        font-size: 22px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .case-study-card3 .case-study-content h5 a {
        font-size: 19px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-card3 .case-study-content h5 a {
        font-size: 20px
    }
}

@media(max-width:576px) {
    .case-study-card3 .case-study-content h5 a {
        font-size: 22px
    }
}

.case-study-card3 .case-study-content h5 a:hover {
    color: var(--primary-color2)
}

.case-study-card3 .case-study-content p {
    color: rgba(var(--title-color2-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 35px
}

@media(max-width:1399px) {
    .case-study-card3 .case-study-content p {
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .case-study-card3 .case-study-content p {
        margin-bottom: 25px
    }
}

.case-study-card3 .case-study-img {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    display: block
}

.case-study-card3 .case-study-img img {
    border-radius: 0 0 10px 10px;
    transition: all .5s ease-out
}

.case-study-card3 .case-study-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.case-study-card3:hover .case-study-content {
    background-color: #fff1e9
}

.case-study-card3:hover .case-study-img img {
    transform: scale(1.1)
}

.case-study-card3:hover .case-study-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.case-study-card3.two .case-study-content h5 {
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-card3.two .case-study-content h5 {
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .case-study-card3.two .case-study-content h5 {
        margin-bottom: 15px
    }
}

.case-study-card3.two .case-study-content h5 a {
    font-size: 24px
}

@media(max-width:1199px) {
    .case-study-card3.two .case-study-content h5 a {
        font-size: 22px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-card3.two .case-study-content h5 a {
        font-size: 18px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .case-study-card3.two .case-study-content h5 a {
        font-size: 21px
    }
}

@media(max-width:576px) {
    .case-study-card3.two .case-study-content h5 a {
        font-size: 21px
    }
}

.case-study-card3.two .case-study-content h5 a:hover {
    color: var(--primary-color2)
}

.home4-case-study-section {
    padding: 0 9%
}

@media(max-width:1799px) {
    .home4-case-study-section {
        padding: 0 4%
    }
}

@media(max-width:1699px) {
    .home4-case-study-section {
        padding: 0 1.5%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-case-study-section {
        padding: 0 10px
    }
}

@media(max-width:1399px) {
    .home4-case-study-section {
        padding: 0 10px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home4-case-study-section {
        padding: 0 5px
    }
}

@media(max-width:576px) {
    .home4-case-study-section {
        padding: 0
    }
}

.home4-case-study-section .slider-btn-grp.two {
    gap: 40px
}

.home4-case-study-section .slider-btn-grp.two .slider-btn {
    border: 1px solid rgba(var(--title-color2-opc), 0.2)
}

.home4-case-study-section .slider-btn-grp.two .slider-btn svg {
    fill: rgba(var(--title-color2-opc), 0.2)
}

.home4-case-study-section .slider-btn-grp.two .slider-btn:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.home4-case-study-section .slider-btn-grp.two .slider-btn:hover svg {
    fill: var(--white-color)
}

.home4-pricing-plan-section {
    background-image: url(../img/home4/home4-pricing-bg.png), linear-gradient(#091542, #091542);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0
}

@media(max-width:1199px) {
    .home4-pricing-plan-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home4-pricing-plan-section {
        padding: 70px 0
    }
}

.home4-pricing-plan-section .section-title.three h2 {
    color: rgba(255, 255, 255, .8)
}

.home4-pricing-plan-section .section-title.three h2 span {
    color: var(--white-color)
}

.home4-pricing-plan-section .pricing-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden
}

.home4-pricing-plan-section .pricing-table thead {
    border-color: rgba(255, 255, 255, .1)
}

.home4-pricing-plan-section .pricing-table thead tr {
    vertical-align: middle
}

.home4-pricing-plan-section .pricing-table thead tr th {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .02em;
    padding: 24px 35px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-pricing-plan-section .pricing-table thead tr th {
        padding: 20px
    }
}

@media(max-width:1399px) {
    .home4-pricing-plan-section .pricing-table thead tr th {
        padding: 20px
    }
}

@media(max-width:576px) {
    .home4-pricing-plan-section .pricing-table thead tr th {
        font-size: 18px
    }
}

.home4-pricing-plan-section .pricing-table thead tr th:first-child {
    padding-left: 50px
}

@media(max-width:1399px) {
    .home4-pricing-plan-section .pricing-table thead tr th:first-child {
        padding-left: 40px
    }
}

@media(max-width:1199px) {
    .home4-pricing-plan-section .pricing-table thead tr th:first-child {
        padding-left: 25px
    }
}

@media(max-width:576px) {
    .home4-pricing-plan-section .pricing-table thead tr th:first-child {
        padding-left: 20px
    }
}

.home4-pricing-plan-section .pricing-table thead tr th.pack {
    text-align: center
}

.home4-pricing-plan-section .pricing-table thead tr th.pack span {
    color: var(--primary-color2);
    font-family: var(--font-syne);
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 20px
}

@media(max-width:991px) {
    .home4-pricing-plan-section .pricing-table thead tr th.pack span {
        margin-bottom: 15px
    }
}

.home4-pricing-plan-section .pricing-table thead tr th.pack strong {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

@media(max-width:991px) {
    .home4-pricing-plan-section .pricing-table thead tr th.included {
        min-width: 280px
    }
}

@media(max-width:576px) {
    .home4-pricing-plan-section .pricing-table thead tr th.included {
        min-width: 220px
    }
}

.home4-pricing-plan-section .pricing-table tbody tr {
    border-color: rgba(255, 255, 255, .1)
}

.home4-pricing-plan-section .pricing-table tbody tr td {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .02em;
    text-align: center;
    vertical-align: middle;
    padding: 21px 35px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home4-pricing-plan-section .pricing-table tbody tr td {
        padding: 18px 20px
    }
}

@media(max-width:1399px) {
    .home4-pricing-plan-section .pricing-table tbody tr td {
        padding: 18px 20px
    }
}

.home4-pricing-plan-section .pricing-table tbody tr td.included {
    text-align: start;
    padding-left: 50px
}

@media(max-width:1399px) {
    .home4-pricing-plan-section .pricing-table tbody tr td.included {
        padding-left: 40px
    }
}

@media(max-width:1199px) {
    .home4-pricing-plan-section .pricing-table tbody tr td.included {
        padding-left: 25px
    }
}

@media(max-width:576px) {
    .home4-pricing-plan-section .pricing-table tbody tr td.included {
        padding-left: 20px
    }
}

.home4-pricing-plan-section .pricing-table tbody tr td svg {
    fill: rgba(255, 255, 255, .7)
}

@media(max-width:576px) {
    .home4-pricing-plan-section .pricing-table tbody tr td {
        padding: 16px 10px;
        font-size: 16px
    }
}

.home4-pricing-plan-section .pricing-table tfoot {
    border-color: rgba(255, 255, 255, .1)
}

.home4-pricing-plan-section .pricing-table tfoot tr th {
    padding: 25px 50px;
    vertical-align: middle
}

@media(max-width:1399px) {
    .home4-pricing-plan-section .pricing-table tfoot tr th {
        padding: 25px 30px 25px 40px
    }
}

@media(max-width:1199px) {
    .home4-pricing-plan-section .pricing-table tfoot tr th {
        padding: 25px
    }
}

@media(max-width:576px) {
    .home4-pricing-plan-section .pricing-table tfoot tr th {
        padding: 20px
    }
}

.home4-pricing-plan-section .pricing-table tfoot tr th .title-and-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home4-pricing-plan-section .pricing-table tfoot tr th .title-and-arrow span {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .02em
}

@media(max-width:576px) {
    .home4-pricing-plan-section .pricing-table tfoot tr th .title-and-arrow span {
        font-size: 17px
    }
}

.home4-pricing-plan-section .pricing-table tfoot tr th .title-and-arrow svg {
    fill: rgba(255, 255, 255, .2)
}

@media(max-width:991px) {
    .home4-pricing-plan-section .pricing-table tfoot tr th .title-and-arrow svg {
        display: none
    }
}

.home4-pricing-plan-section .pricing-table tfoot tr td {
    text-align: center;
    vertical-align: middle;
    padding: 25px
}

.home4-pricing-plan-section .pricing-table tfoot tr td .primary-btn2 {
    background-color: rgba(255, 255, 255, .1)
}

.home4-pricing-plan-section .pricing-table tfoot tr td .primary-btn2:hover {
    background-color: var(--primary-color)
}

.home4-pricing-plan-section .pricing-table tfoot tr td.growth .primary-btn2 {
    background-color: rgba(var(--primary-color-opc), 0.25)
}

.home4-pricing-plan-section .pricing-table tfoot tr td.growth .primary-btn2:hover {
    background-color: var(--primary-color)
}

.home4-pricing-plan-section.two {
    background-image: unset;
    padding: 0
}

.home4-pricing-plan-section.two .section-title.three h2 {
    color: rgba(var(--title-color2-opc), 0.8)
}

.home4-pricing-plan-section.two .section-title.three h2 span {
    color: var(--title-color2)
}

.home4-pricing-plan-section.two .pricing-table thead {
    border-color: rgba(var(--title-color2-opc), 0.1)
}

.home4-pricing-plan-section.two .pricing-table thead tr th {
    color: var(--title-color2)
}

.home4-pricing-plan-section.two .pricing-table thead tr th.pack strong {
    color: var(--title-color2)
}

.home4-pricing-plan-section.two .pricing-table tbody tr {
    border-color: rgba(var(--title-color2-opc), 0.1)
}

.home4-pricing-plan-section.two .pricing-table tbody tr td {
    color: rgba(var(--title-color2-opc), 0.7)
}

.home4-pricing-plan-section.two .pricing-table tbody tr td svg {
    fill: rgba(var(--title-color2-opc), 0.7)
}

.home4-pricing-plan-section.two .pricing-table tfoot {
    border-color: rgba(var(--title-color2-opc), 0.1)
}

.home4-pricing-plan-section.two .pricing-table tfoot tr th .title-and-arrow span {
    color: var(--title-color2)
}

.home4-pricing-plan-section.two .pricing-table tfoot tr th .title-and-arrow svg {
    fill: rgba(var(--title-color2-opc), 0.2)
}

.home4-pricing-plan-section.two .pricing-table tfoot tr td .primary-btn2 {
    background-color: var(--title-color2)
}

.home4-pricing-plan-section.two .pricing-table tfoot tr td .primary-btn2:hover {
    background-color: var(--primary-color)
}

.home4-pricing-plan-section.two .pricing-table tfoot tr td.growth .primary-btn2 {
    background-color: var(--primary-color)
}

.home4-pricing-plan-section.two .pricing-table tfoot tr td.growth .primary-btn2:hover {
    background-color: var(--title-color2)
}

.blog-card2 .blog-card-img-wrap {
    overflow: hidden
}

.blog-card2 .blog-card-img-wrap .card-img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px 10px 0 0;
    transition: all .5s ease-out
}

.blog-card2 .blog-card-img-wrap .card-img img {
    border-radius: 10px 10px 0 0;
    transition: all .5s ease-out
}

@media(max-width:991px) {
    .blog-card2 .blog-card-img-wrap .card-img img {
        width: 100%
    }
}

.blog-card2 .blog-card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.blog-card2 .card-content {
    padding-top: 25px
}

.blog-card2 .card-content .blog-meta {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px
}

.blog-card2 .card-content .blog-meta .category {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.blog-card2 .card-content .blog-meta .category li {
    position: relative;
    line-height: 1
}

.blog-card2 .card-content .blog-meta .category li a {
    color: rgba(var(--title-color2-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    transition: .5s
}

.blog-card2 .card-content .blog-meta .category li a:hover {
    color: var(--primary-color)
}

.blog-card2 .card-content .blog-meta .blog-date {
    color: var(--primary-color);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 9px;
    background-color: rgba(var(--title-color2-opc), 0.1);
    border-radius: 2px;
    position: relative
}

.blog-card2 .card-content .blog-meta .blog-date::before {
    content: url(../img/home4/icon/blog-date-vector.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
    z-index: -1
}

.blog-card2 .card-content h4 {
    margin-bottom: 0
}

.blog-card2 .card-content h4 a {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    transition: .5s
}

@media(max-width:1399px) {
    .blog-card2 .card-content h4 a {
        font-size: 21px
    }
}

@media(max-width:1199px) {
    .blog-card2 .card-content h4 a {
        font-size: 20px
    }
}

@media(max-width:576px) {
    .blog-card2 .card-content h4 a {
        font-size: 19px
    }
}

.blog-card2 .card-content h4 a:hover {
    color: var(--primary-color)
}

.blog-card2:hover .blog-card-img-wrap .card-img img {
    transform: scale(1.1)
}

.blog-card2:hover .blog-card-img-wrap .card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.blog-card2.style-2 .card-content .blog-meta .category li a {
    color: rgba(255, 255, 255, .6)
}

.blog-card2.style-2 .card-content .blog-meta .category li a:hover {
    color: var(--primary-color)
}

.blog-card2.style-2 .card-content .blog-meta .blog-date {
    color: var(--primary-color);
    background-color: rgba(255, 255, 255, .1)
}

.blog-card2.style-2 .card-content .blog-meta .blog-date::before {
    content: url(../img/home5/icon/blog-date-vector.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
    z-index: -1
}

.blog-card2.style-2 .card-content h4 {
    margin-bottom: 0
}

.blog-card2.style-2 .card-content h4 a {
    color: var(--white-color)
}

.blog-card2.style-2 .card-content h4 a:hover {
    color: var(--primary-color)
}

.blog-card2.style-3 .blog-card-img-wrap {
    overflow: hidden
}

.blog-card2.style-3 .blog-card-img-wrap .card-img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-out
}

.blog-card2.style-3 .blog-card-img-wrap .card-img img {
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-out
}

@media(max-width:991px) {
    .blog-card2.style-3 .blog-card-img-wrap .card-img img {
        width: 100%
    }
}

.blog-card2.style-3 .card-content {
    border-radius: 0 0 5px 5px;
    padding: 35px 20px;
    border: 1px solid rgba(var(--title-color-opc), 0.1);
    border-top: unset
}

@media(max-width:1399px) {
    .blog-card2.style-3 .card-content {
        padding: 30px 15px
    }
}

.blog-card2.style-3 .card-content .blog-meta .category {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.blog-card2.style-3 .card-content .blog-meta .category li {
    position: relative;
    line-height: 1
}

.blog-card2.style-3 .card-content .blog-meta .category li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    background-color: rgba(var(--title-color-opc), 0.2);
    width: 1px;
    height: 12px
}

.blog-card2.style-3 .card-content .blog-meta .category li a {
    font-size: 13px
}

.blog-card2.style-3 .card-content .blog-meta .blog-date {
    padding: 0;
    background-color: unset;
    color: rgba(var(--primary-color-opc), 0.6);
    font-size: 13px;
    text-decoration: underline;
    transition: .5s
}

.blog-card2.style-3 .card-content .blog-meta .blog-date:hover {
    color: var(--primary-color)
}

.blog-card2.style-3 .card-content .blog-meta .blog-date::before {
    content: ""
}

.blog-card2.style-3 .card-content h4 a {
    font-size: 22px
}

@media(max-width:1399px) {
    .blog-card2.style-3 .card-content h4 a {
        font-size: 19px
    }
}

@media(max-width:1199px) {
    .blog-card2.style-3 .card-content h4 a {
        font-size: 20px
    }
}

@media(max-width:576px) {
    .blog-card2.style-3 .card-content h4 a {
        font-size: 19px
    }
}

@media(max-width:576px) {
    .blog-card2.blog-st .blog-card-img-wrap .card-img img {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blog-card2.blog-st .card-content {
    padding-left: 40px;
    padding-top: 35px
}

@media(max-width:1399px) {
    .blog-card2.blog-st .card-content {
        padding-left: 30px
    }
}

@media(max-width:1199px) {
    .blog-card2.blog-st .card-content {
        padding-left: 25px;
        padding-top: 30px
    }
}

@media(max-width:767px) {
    .blog-card2.blog-st .card-content {
        padding-left: 20px;
        padding-top: 25px
    }
}

@media(max-width:576px) {
    .blog-card2.blog-st .card-content {
        padding-left: 15px
    }
}

.blog-card2.blog-st .card-content h4 a {
    font-size: 35px;
    line-height: 1.2
}

@media(max-width:1399px) {
    .blog-card2.blog-st .card-content h4 a {
        font-size: 32px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-card2.blog-st .card-content h4 a {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .blog-card2.blog-st .card-content h4 a {
        font-size: 28px
    }
}

@media(max-width:576px) {
    .blog-card2.blog-st .card-content h4 a {
        font-size: 25px
    }
}

.blog-card2.blog-st .card-content .view-btn {
    padding-top: 30px
}

.blog-card2.blog-st .card-content .view-btn span {
    font-size: 18px
}

.home4-testimonial-section {
    background-image: url(../img/home4/home4-testimonial-bg.png), linear-gradient(#FFE8DE, #FFE8DE);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0
}

@media(max-width:1199px) {
    .home4-testimonial-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home4-testimonial-section {
        padding: 70px 0
    }
}

.home4-testimonial-section .home4-testimonial-slider .swiper-wrapper {
    align-items: center
}

@media(min-width:1200px) {
    .home4-testimonial-section .home4-testimonial-slider .swiper-slide-active .testimonial-card {
        padding: 40px 25px
    }
}

.home4-testimonial-section .slider-btn-grp {
    justify-content: space-between
}

.home4-testimonial-section .slider-btn-grp .slider-btn {
    background-color: transparent;
    border: 1px solid rgba(var(--title-color2-opc), 0.2)
}

.home4-testimonial-section .slider-btn-grp .slider-btn svg {
    fill: rgba(var(--title-color2-opc), 0.2)
}

.home4-testimonial-section .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.home4-testimonial-section .slider-btn-grp .slider-btn:hover svg {
    fill: var(--white-color)
}

.home4-contact-section .contact-wrapper {
    text-align: center
}

.home4-contact-section .contact-wrapper .section-title {
    margin-bottom: 30px
}

.home4-contact-section .contact-wrapper .section-title svg {
    fill: rgba(var(--title-color2-opc), 0.3);
    margin-top: 25px
}

.home4-contact-section .contact-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.home4-contact-section .contact-wrapper ul .single-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px
}

.home4-contact-section .contact-wrapper ul .single-contact:last-child {
    margin-bottom: 0
}

.home4-contact-section .contact-wrapper ul .single-contact .icon svg {
    fill: var(--primary-color)
}

.home4-contact-section .contact-wrapper ul .single-contact .content {
    position: relative;
    line-height: 1;
    text-align: start
}

.home4-contact-section .contact-wrapper ul .single-contact .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(var(--title-color2-opc), 0.15);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.home4-contact-section .contact-wrapper ul .single-contact .content span {
    font-family: var(--font-syne);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: rgba(var(--title-color2-opc), 0.5);
    margin-bottom: 5px;
    display: inline-block
}

.home4-contact-section .contact-wrapper ul .single-contact .content h6 {
    margin-bottom: 0;
    line-height: 1
}

.home4-contact-section .contact-wrapper ul .single-contact .content h6 a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--title-color2);
    transition: .5s
}

.home4-contact-section .contact-wrapper ul .single-contact .content h6 a:hover {
    color: var(--primary-color)
}

.home4-contact-section .contact-wrapper ul.address {
    max-width: 245px;
    width: 100%;
    margin: 0 auto;
    padding-top: 25px
}

.home4-contact-section .contact-wrapper ul.address .single-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0
}

.home4-contact-section .contact-wrapper ul.address .single-contact .content span {
    color: var(--title-color)
}

.home4-contact-section .contact-wrapper ul.address .single-contact .content h6 a {
    color: rgba(63, 68, 75, .8);
    line-height: 1.5
}

.home4-contact-section .contact-wrapper ul.address .single-contact .content h6 a:hover {
    color: var(--primary-color)
}

.home4-contact-section .contact-wrapper>svg {
    fill: rgba(var(--title-color2-opc), 0.3);
    margin-top: 30px
}

.home4-contact-section .contact-wrapper.two .section-title h2 {
    color: var(--title-color)
}

.home4-contact-section .contact-wrapper.two .section-title h2 span {
    color: var(--primary-color)
}

.home4-contact-section .social-area {
    padding-top: 30px
}

@media(max-width:767px) {
    .home4-contact-section .social-area {
        padding-top: 25px
    }
}

.home4-contact-section .social-area h6 {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid var(--title-color2);
    display: inline-block;
    margin-bottom: 20px
}

.home4-contact-section .social-area .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px
}

.home4-contact-section .social-area .social-list li a {
    display: block;
    text-align: center
}

.home4-contact-section .social-area .social-list li a i {
    color: var(--title-color2);
    font-size: 18px;
    transition: .5s
}

.home4-contact-section .social-area .social-list li a span {
    color: var(--title-color2);
    font-family: var(--font-syne);
    font-size: 12px;
    font-weight: 400;
    line-height: 15.64px;
    display: block
}

.home4-contact-section .social-area .social-list li:hover a i {
    color: var(--primary-color)
}

.home4-contact-section .social-area .social-list li:hover a span {
    color: var(--primary-color)
}

.home4-contact-section .contact-form-wrap {
    padding: 45px 55px;
    background-color: var(--white-color);
    box-shadow: 0 0 25px 0 rgba(117, 114, 253, .0784313725);
    border-radius: 20px;
    margin-left: 30px
}

@media(max-width:1399px) {
    .home4-contact-section .contact-form-wrap {
        margin-left: 20px;
        padding: 45px
    }
}

@media(max-width:1199px) {
    .home4-contact-section .contact-form-wrap {
        margin-left: 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home4-contact-section .contact-form-wrap {
        padding: 45px 35px
    }
}

@media(max-width:767px) {
    .home4-contact-section .contact-form-wrap {
        padding: 45px 35px
    }
}

@media(max-width:576px) {
    .home4-contact-section .contact-form-wrap {
        padding: 40px 20px
    }
}

.home4-contact-section .contact-form-wrap .form-inner input {
    background-color: transparent
}

.home4-contact-section .contact-form-wrap .form-inner2 {
    margin-top: 15px;
    margin-bottom: 40px
}

.home4-contact-section .contact-form-wrap .form-inner2 .form-check .form-check-input {
    border-color: rgba(var(--title-color2-opc), 0.5);
    border-radius: 3px
}

.home4-contact-section .contact-form-wrap .form-inner2 .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.home4-contact-section .contact-form-wrap .nice-select {
    border: 1px solid rgba(var(--title-color2-opc), 0.1)
}

.home4-contact-section .contact-form-wrap .nice-select::after {
    height: unset;
    width: unset;
    border-bottom: unset;
    border-right: unset;
    right: 28px;
    margin-top: -5px;
    content: url(../img/home4/icon/nice-select-down-arrow.svg);
    transform: unset;
    transition: all .15s ease-in-out
}

.home4-contact-section .contact-form-wrap .nice-select.open::after {
    content: url(../img/home4/icon/nice-select-down-up.svg)
}

.home4-contact-section .contact-form-wrap .nice-select:focus {
    border-color: var(--primary-color)
}

.home4-contact-section .contact-form-wrap .nice-select .current {
    color: rgba(var(--title-color2-opc), 0.5)
}

.home4-contact-section .contact-form-wrap .nice-select .list .option {
    color: var(--title-color2)
}

.home4-contact-section .contact-form-wrap .nice-select .list .option:hover {
    color: var(--white-color);
    background-color: var(--primary-color)
}

.home4-contact-section .contact-form-wrap .primary-btn2 {
    background-color: var(--title-color2);
    padding: 16px 23px
}

.home4-contact-section .contact-form-wrap .primary-btn2:hover {
    background-color: var(--primary-color)
}

.home4-contact-section.two .contact-wrapper .section-title h2 span {
    color: rgba(255, 255, 255, .8);
    font-weight: 600
}

.home4-contact-section.two .contact-wrapper .section-title svg {
    fill: rgba(255, 255, 255, .3)
}

.home4-contact-section.two .contact-wrapper ul .single-contact .icon svg {
    fill: var(--primary-color)
}

.home4-contact-section.two .contact-wrapper ul .single-contact .content::after {
    background-color: rgba(255, 255, 255, .15)
}

.home4-contact-section.two .contact-wrapper ul .single-contact .content span {
    color: rgba(255, 255, 255, .5)
}

.home4-contact-section.two .contact-wrapper ul .single-contact .content h6 a {
    color: var(--white-color)
}

.home4-contact-section.two .contact-wrapper ul .single-contact .content h6 a:hover {
    color: var(--primary-color)
}

.home4-contact-section.two .contact-wrapper>svg {
    fill: rgba(255, 255, 255, .3)
}

.home4-contact-section.two .social-area h6 {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color)
}

.home4-contact-section.two .social-area .social-list li a i {
    color: var(--white-color)
}

.home4-contact-section.two .social-area .social-list li a span {
    color: var(--white-color)
}

.home4-contact-section.two .social-area .social-list li:hover a i {
    color: var(--primary-color)
}

.home4-contact-section.two .social-area .social-list li:hover a span {
    color: var(--primary-color)
}

.home4-contact-section.two .contact-form-wrap {
    background-image: url(../img/home5/home5-contact-bg.png), linear-gradient(#1D2026, #1D2026);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: unset
}

.home4-contact-section.two .contact-form-wrap .form-inner label {
    color: var(--white-color)
}

.home4-contact-section.two .contact-form-wrap .form-inner input {
    background-color: transparent;
    border-color: rgba(243, 245, 253, .2);
    color: var(--white-color)
}

.home4-contact-section.two .contact-form-wrap .form-inner input:focus {
    border-color: var(--primary-color)
}

.home4-contact-section.two .contact-form-wrap .form-inner textarea {
    background-color: transparent;
    border-color: rgba(243, 245, 253, .2);
    color: var(--white-color)
}

.home4-contact-section.two .contact-form-wrap .form-inner textarea:focus {
    border-color: var(--primary-color)
}

.home4-contact-section.two .contact-form-wrap .form-inner2 .form-check .form-check-label {
    color: var(--white-color)
}

.home4-contact-section.two .contact-form-wrap .nice-select {
    border-color: rgba(243, 245, 253, .2);
    background-color: transparent
}

.home4-contact-section.two .contact-form-wrap .nice-select::after {
    height: unset;
    width: unset;
    border-bottom: unset;
    border-right: unset;
    right: 28px;
    margin-top: -5px;
    content: url(../img/home5/icon/nice-select-down-arrow.svg);
    transform: unset;
    transition: all .15s ease-in-out
}

.home4-contact-section.two .contact-form-wrap .nice-select.open::after {
    content: url(../img/home5/icon/nice-select-down-up.svg)
}

.home4-contact-section.two .contact-form-wrap .nice-select:focus {
    border-color: var(--primary-color)
}

.home4-contact-section.two .contact-form-wrap .nice-select .current {
    color: rgba(255, 255, 255, .5)
}

.home4-contact-section.two .contact-form-wrap .nice-select .list {
    background-color: #1d2026
}

.home4-contact-section.two .contact-form-wrap .nice-select .list .option {
    color: var(--white-color)
}

.home4-contact-section.two .contact-form-wrap .nice-select .list .option.selected.focus {
    background-color: var(--primary-color)
}

.home4-contact-section.two .contact-form-wrap .nice-select .list .option:hover {
    color: var(--white-color);
    background-color: var(--primary-color)
}

.home4-contact-section.two .contact-form-wrap .primary-btn2 {
    background-color: var(--primary-color2);
    padding: 16px 23px
}

.home4-contact-section.two .contact-form-wrap .primary-btn2:hover {
    background-color: var(--primary-color)
}

.home5-banner-section {
    background-image: url(../img/home5/home5-banner-bg.png), linear-gradient(black, black);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 170px;
    position: relative;
    overflow: hidden
}

@media(max-width:1399px) {
    .home5-banner-section {
        padding-top: 140px
    }
}

@media(max-width:991px) {
    .home5-banner-section {
        padding: 180px 0 120px;
        background-position: right
    }
}

@media(max-width:576px) {
    .home5-banner-section {
        padding: 150px 0 90px
    }
}

.home5-banner-section .banner-content {
    text-align: center;
    margin-bottom: 100px
}

@media(max-width:1399px) {
    .home5-banner-section .banner-content {
        margin-bottom: 80px
    }
}

@media(max-width:1199px) {
    .home5-banner-section .banner-content {
        margin-bottom: 50px
    }
}

@media(max-width:991px) {
    .home5-banner-section .banner-content {
        margin-bottom: 0
    }
}

.home5-banner-section .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-banner-section .banner-content h1 {
        font-size: 72px
    }
}

@media(max-width:1399px) {
    .home5-banner-section .banner-content h1 {
        font-size: 65px
    }
}

@media(max-width:1199px) {
    .home5-banner-section .banner-content h1 {
        font-size: 60px
    }
}

@media(max-width:991px) {
    .home5-banner-section .banner-content h1 {
        font-size: 54px;
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .home5-banner-section .banner-content h1 {
        font-size: 50px;
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .home5-banner-section .banner-content h1 {
        font-size: 45px;
        margin-bottom: 20px
    }
}

.home5-banner-section .banner-content h1 span {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6px;
    text-underline-offset: 10px
}

.home5-banner-section .banner-content p {
    color: rgba(255, 255, 255, .8);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0
}

@media(max-width:576px) {
    .home5-banner-section .banner-content p {
        font-size: 16px
    }
}

.home5-banner-section .banner-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .home5-banner-section .banner-content ul {
        gap: 25px
    }
}

.home5-banner-section .banner-content ul li {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 7px
}

.home5-banner-section .banner-content ul li svg {
    fill: var(--primary-color2)
}

.home5-banner-section .banner-content ul li svg path:last-child {
    fill: var(--title-color)
}

.home5-banner-section .banner-img {
    position: relative
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(.5)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media(max-width:991px) {
    .home5-banner-section .banner-img {
        display: none
    }
}

.home5-banner-section .banner-img .tag {
    padding: 0;
    margin: 0;
    list-style: none
}

.home5-banner-section .banner-img .tag li {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding-left: 16px;
    position: absolute;
    bottom: 32%;
    left: 14%;
    opacity: 0;
    transform: scale(.5);
    animation: zoomIn .7s forwards
}

.home5-banner-section .banner-img .tag li::before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: var(--primary-color2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.home5-banner-section .banner-img .tag li.style-2::before {
    background-color: var(--primary-color)
}

.home5-banner-section .banner-img .tag li.style-3::before {
    background-color: var(--primary-color3)
}

.home5-banner-section .banner-img .tag li:nth-child(2) {
    bottom: unset;
    top: 48px;
    left: 31%;
    animation-delay: .7s
}

@media(max-width:1199px) {
    .home5-banner-section .banner-img .tag li:nth-child(2) {
        top: 30px;
        left: 30%
    }
}

.home5-banner-section .banner-img .tag li:nth-child(3) {
    bottom: unset;
    top: 32%;
    left: unset;
    right: 15%;
    animation-delay: .9s
}

@media(max-width:1199px) {
    .home5-banner-section .banner-img .tag li:nth-child(3) {
        right: 17%
    }
}

.home5-banner-section .banner-img .tag li:nth-child(4) {
    bottom: unset;
    top: 50%;
    left: unset;
    right: 30%;
    animation-delay: 1s
}

.home5-banner-section .banner-img .tag li:nth-child(5) {
    bottom: 33px;
    left: 45%;
    animation-delay: 1.1s
}

.home5-banner-section .single-countdown {
    max-width: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 80px
}

@media(max-width:1699px) {
    .home5-banner-section .single-countdown {
        left: 50px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-banner-section .single-countdown {
        left: 30px
    }
}

@media(max-width:1399px) {
    .home5-banner-section .single-countdown {
        left: 20px
    }
}

@media(max-width:1199px) {
    .home5-banner-section .single-countdown {
        left: 0
    }
}

@media(max-width:991px) {
    .home5-banner-section .single-countdown {
        display: none
    }
}

.home5-banner-section .single-countdown .countdown-area {
    text-align: center;
    padding-bottom: 25px
}

.home5-banner-section .single-countdown .countdown-area .number {
    color: var(--white-color);
    font-family: var(--font-inter);
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 5px
}

.home5-banner-section .single-countdown .countdown-area .number h3 {
    font-size: 30px;
    font-family: var(--font-inter);
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1
}

.home5-banner-section .single-countdown .countdown-area .number span {
    font-size: 30px;
    font-weight: 800
}

.home5-banner-section .single-countdown .countdown-area p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 0
}

.home5-banner-section .single-countdown .countdown-bottom {
    width: 120px;
    height: 72px;
    background-color: #343278;
    border-radius: 2px 2px 0 0;
    margin: 0 auto;
    animation: growHeight 2s ease-out forwards, moveUp 2s ease-out forwards
}

.home5-banner-section .single-countdown.two {
    left: unset;
    right: 80px
}

@media(max-width:1699px) {
    .home5-banner-section .single-countdown.two {
        right: 50px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-banner-section .single-countdown.two {
        right: 30px
    }
}

@media(max-width:1399px) {
    .home5-banner-section .single-countdown.two {
        right: 20px
    }
}

@media(max-width:1199px) {
    .home5-banner-section .single-countdown.two {
        right: 5px
    }
}

.home5-banner-section .single-countdown.two .countdown-bottom {
    width: 120px;
    height: 120px;
    background-color: #5e402f;
    animation: growHeight2 2s ease-out forwards, moveUp 2s ease-out forwards
}

@keyframes growHeight {
    from {
        height: 0
    }
    to {
        height: 72px
    }
}

@keyframes growHeight2 {
    from {
        height: 0
    }
    to {
        height: 120px
    }
}

@keyframes moveUp {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

.home5-about-section .mr-85 {
    margin-left: -85px
}

@media(max-width:1399px) {
    .home5-about-section .mr-85 {
        margin-left: -70px
    }
}

@media(max-width:1199px) {
    .home5-about-section .mr-85 {
        margin-left: -30px
    }
}

@media(max-width:991px) {
    .home5-about-section .mr-85 {
        margin-left: 0
    }
}

.home5-about-section .about-content-wrap .section-title {
    margin-bottom: 50px
}

@media(max-width:1399px) {
    .home5-about-section .about-content-wrap .section-title {
        margin-bottom: 40px
    }
}

@media(max-width:576px) {
    .home5-about-section .about-content-wrap .section-title {
        margin-bottom: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-about-section .about-content-wrap .section-title h2 {
        font-size: 35px
    }
}

.home5-about-section .about-content-wrap p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 15px;
    position: relative;
    margin-bottom: 45px
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-about-section .about-content-wrap p {
        margin-bottom: 35px
    }
}

@media(max-width:767px) {
    .home5-about-section .about-content-wrap p {
        margin-bottom: 35px
    }
}

@media(max-width:576px) {
    .home5-about-section .about-content-wrap p {
        font-size: 15px;
        margin-bottom: 30px
    }
}

.home5-about-section .about-content-wrap p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    background-color: rgba(255, 255, 255, .7);
    top: 8px;
    left: 0
}

.home5-about-section .about-content-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 60px
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-about-section .about-content-wrap ul {
        margin-bottom: 50px
    }
}

@media(max-width:991px) {
    .home5-about-section .about-content-wrap ul {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .home5-about-section .about-content-wrap ul {
        margin-bottom: 30px
    }
}

.home5-about-section .about-content-wrap ul li {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px
}

.home5-about-section .about-content-wrap ul li strong {
    color: var(--white-color);
    font-weight: 600
}

.home5-about-section .about-content-wrap ul li:last-child {
    margin-bottom: 0
}

.home5-about-section .about-content-wrap ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color2)
}

.home5-about-section .about-feature-card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(var(--title-color-opc), 0.03);
    background: #1d2026;
    padding: 30px;
    transition: .5s;
    max-width: 414px;
    width: 100%
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-about-section .about-feature-card {
        padding: 30px 15px
    }
}

@media(max-width:991px) {
    .home5-about-section .about-feature-card {
        max-width: unset;
        padding: 30px 15px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .home5-about-section .about-feature-card {
        padding: 30px 20px
    }
}

.home5-about-section .about-feature-card .icon {
    margin-bottom: 25px
}

@media(max-width:576px) {
    .home5-about-section .about-feature-card .icon {
        margin-bottom: 20px
    }
}

.home5-about-section .about-feature-card .icon svg {
    fill: rgba(var(--primary-color-opc), 0.7)
}

.home5-about-section .about-feature-card .content h4 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-about-section .about-feature-card .content h4 {
        font-size: 23px;
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .home5-about-section .about-feature-card .content h4 {
        margin-bottom: 15px
    }
}

.home5-about-section .about-feature-card .content p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-about-section .about-feature-card .content p {
        font-size: 15px
    }
}

.home5-about-section .about-feature-card:hover .icon {
    animation: zoomIn .5s linear
}

.home5-service-section .single-service {
    background-image: url(../img/home5/home5-service-bg.png), linear-gradient(black, black);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 75px 0;
    position: sticky;
    top: 80px
}

@media(max-width:576px) {
    .home5-service-section .single-service {
        padding: 70px 0 75px
    }
}

.home5-service-section .single-service .service-content {
    max-width: 570px;
    width: 100%
}

.home5-service-section .single-service .service-content h2 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

@media(max-width:1199px) {
    .home5-service-section .single-service .service-content h2 {
        font-size: 42px
    }
}

@media(max-width:576px) {
    .home5-service-section .single-service .service-content h2 {
        font-size: 35px
    }
}

.home5-service-section .single-service .service-content p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px
}

.home5-service-section .single-service .service-content .tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 55px;
    flex-wrap: wrap
}

@media(max-width:576px) {
    .home5-service-section .single-service .service-content .tag-list {
        margin-bottom: 45px
    }
}

.home5-service-section .single-service .service-content .tag-list li {
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50px;
    line-height: 1;
    transition: .5s
}

.home5-service-section .single-service .service-content .tag-list li a {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .5px;
    padding: 8px 20px;
    display: block;
    transition: .5s
}

.home5-service-section .single-service .service-content .tag-list li:hover {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2)
}

.home5-service-section .single-service .service-content .view-btn.four.black span {
    color: var(--primary-color3);
    background: linear-gradient(to bottom, var(--primary-color3) 0%, var(--primary-color3) 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.home5-service-section .single-service .service-content .view-btn.four.black svg {
    fill: var(--primary-color3)
}

.home5-service-section .single-service .service-content .view-btn.four.black:hover span {
    color: var(--white-color);
    background-size: 0 1px;
    background-position: 0% 100%
}

.home5-service-section .single-service .service-content .view-btn.four.black:hover svg {
    fill: var(--white-color)
}

@media(max-width:991px) {
    .home5-service-section .single-service .service-img {
        display: none
    }
}

.home5-service-section .single-service.style-2 {
    background-image: url(../img/home5/home5-service-bg2.png), linear-gradient(#5e86ca, #5e86ca)
}

.home5-service-section .single-service.style-3 {
    background-image: url(../img/home5/home5-service-bg3.png), linear-gradient(#969f83, #969f83)
}

.home5-service-section .single-service.style-4 {
    background-image: url(../img/home5/home5-service-bg3.png), linear-gradient(#d6995d, #d6995d)
}

.home5-why-choose-section .why-choose-img {
    position: relative;
    margin-right: 15px
}

.home5-why-choose-section .why-choose-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.3)
}

.home5-why-choose-section .why-choose-img img {
    border-radius: 10px
}

@media(max-width:576px) {
    .home5-why-choose-section .why-choose-img img {
        min-height: 350px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-why-choose-section .why-choose-content .section-title.four h2 {
        font-size: 35px
    }
}

.home5-why-choose-section .why-choose-content .content-and-btn {
    max-width: 556px;
    width: 100%;
    margin-left: auto;
    padding-top: 60px
}

@media(max-width:1399px) {
    .home5-why-choose-section .why-choose-content .content-and-btn {
        padding-top: 50px;
        max-width: 490px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-why-choose-section .why-choose-content .content-and-btn {
        padding-top: 25px
    }
}

@media(max-width:991px) {
    .home5-why-choose-section .why-choose-content .content-and-btn {
        max-width: unset;
        padding-top: 30px
    }
}

.home5-why-choose-section .why-choose-content .content-and-btn p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 15px;
    margin-bottom: 55px;
    position: relative
}

@media(max-width:1399px) {
    .home5-why-choose-section .why-choose-content .content-and-btn p {
        margin-bottom: 45px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-why-choose-section .why-choose-content .content-and-btn p {
        font-size: 15px;
        margin-bottom: 30px
    }
}

.home5-why-choose-section .why-choose-content .content-and-btn p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    background-color: rgba(255, 255, 255, .7);
    top: 8px;
    left: 0
}

.home5-portfolio-section {
    background-image: url(../img/home5/home5-portfolio-bg.png), linear-gradient(black, black);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 100px
}

@media(max-width:1199px) {
    .home5-portfolio-section {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .home5-portfolio-section {
        padding: 70px 0
    }
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content {
    padding-bottom: 50px
}

@media(max-width:991px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content {
        padding-bottom: 0
    }
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content>span {
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    margin-bottom: 10px
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content h2 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 30px
}

@media(max-width:1399px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content h2 {
        font-size: 35px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content h2 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

@media(max-width:1199px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content ul {
        margin-bottom: 30px
    }
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content ul li a {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 4px 14px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 15px;
    transition: .5s
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content ul li a:hover {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2)
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content svg {
    fill: rgba(255, 255, 255, .3);
    margin-left: 55px;
    margin-bottom: 40px;
    display: block
}

@media(max-width:1199px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content svg {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content svg {
        margin-left: 45px
    }
}

@media(max-width:576px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content svg {
        margin-left: 35px
    }
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content .primary-btn {
    padding: 17px 38px
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-content .primary-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-img {
    height: 100%;
    border-radius: 20px 20px 0 0
}

@media(max-width:991px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-img {
        border-radius: 15px;
        height: unset
    }
}

.home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-img img {
    border-radius: 20px 20px 0 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:991px) {
    .home5-portfolio-section .portfolio-slider-wrap .single-portfolio .portfolio-img img {
        border-radius: 15px;
        height: unset
    }
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 20px 80px 0
}

@media(max-width:1199px) {
    .home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area {
        padding: 20px 20px 60px 0
    }
}

@media(max-width:991px) {
    .home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area {
        flex-direction: row;
        width: 100%;
        padding: 30px 0 0 0
    }
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .slider-btn-grp {
    gap: 40px
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .slider-btn-grp .slider-btn {
    border: 1px solid rgba(255, 255, 255, .2)
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .slider-btn-grp .slider-btn svg {
    fill: rgba(255, 255, 255, .2)
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .slider-btn-grp .slider-btn:hover svg {
    fill: var(--white-color)
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .slider-btn-grp .slider-btn.swiper-button-disabled {
    opacity: .5
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .franctional-slider-pagi1 {
    width: unset;
    display: flex;
    gap: 2px;
    color: rgba(255, 255, 255, .3);
    font-family: var(--font-syne);
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize
}

@media(max-width:991px) {
    .home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .franctional-slider-pagi1 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .franctional-slider-pagi1 {
        font-size: 30px
    }
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .franctional-slider-pagi1 .swiper-pagination-current {
    color: var(--white-color);
    font-family: var(--font-inter)
}

.home5-portfolio-section .portfolio-slider-wrap .slider-btn-and-fraction-area .franctional-slider-pagi1 .swiper-pagination-total {
    font-family: var(--font-inter)
}

.home5-portfolio-section .portfolio-slider-wrap .swiper-slide-active .single-portfolio .portfolio-content>span,
.home5-portfolio-section .portfolio-slider-wrap .swiper-slide-active .single-portfolio .portfolio-content h2,
.home5-portfolio-section .portfolio-slider-wrap .swiper-slide-active .single-portfolio .portfolio-content ul {
    animation: fadeInDown 1.7s
}

.home5-portfolio-section .portfolio-slider-wrap .swiper-slide-active .single-portfolio .portfolio-content svg,
.home5-portfolio-section .portfolio-slider-wrap .swiper-slide-active .single-portfolio .portfolio-content .primary-btn {
    animation: fadeInUp 1.7s
}

.home5-portfolio-section .portfolio-slider-wrap .swiper-slide-active .single-portfolio .portfolio-img {
    animation: qodef-animate-image-in 1s cubic-bezier(.78, .2, .21, .88) forwards
}

.home5-benifit-section .mb-120 {
    margin-bottom: 120px
}

@media(max-width:1199px) {
    .home5-benifit-section .mb-120 {
        margin-bottom: 90px
    }
}

@media(max-width:991px) {
    .home5-benifit-section .mb-120 {
        margin-bottom: 0
    }
}

.home5-benifit-section .benifit-img-warp {
    position: sticky;
    top: 100px
}

@media(max-width:991px) {
    .home5-benifit-section .benifit-img-warp {
        display: none
    }
}

.home5-benifit-section .benifit-img-warp img {
    transition: transform .5s ease
}

.home5-benifit-section .benifit-img-warp img.rotate {
    transform: rotate(360deg)
}

.home5-benifit-section .single-benifit {
    text-align: center;
    max-width: 554px;
    width: 100%
}

.home5-benifit-section .single-benifit .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color-opc), 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px
}

@media(max-width:767px) {
    .home5-benifit-section .single-benifit .icon {
        margin-bottom: 20px
    }
}

.home5-benifit-section .single-benifit .icon svg {
    fill: var(--primary-color)
}

.home5-benifit-section .single-benifit .content h2 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 20px
}

@media(max-width:1199px) {
    .home5-benifit-section .single-benifit .content h2 {
        font-size: 35px;
        margin-bottom: 15px
    }
}

@media(max-width:991px) {
    .home5-benifit-section .single-benifit .content h2 {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media(max-width:576px) {
    .home5-benifit-section .single-benifit .content h2 {
        font-size: 27px
    }
}

.home5-benifit-section .single-benifit .content p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 40px
}

@media(max-width:1199px) {
    .home5-benifit-section .single-benifit .content p {
        margin-bottom: 35px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .home5-benifit-section .single-benifit .content p {
        font-size: 15px;
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .home5-benifit-section .single-benifit .content p {
        margin-bottom: 25px
    }
}

@media(max-width:576px) {
    .home5-benifit-section .single-benifit .content p {
        font-size: 15px;
        margin-bottom: 20px
    }
}

.home5-founder-section {
    position: relative;
    overflow: hidden
}

.home5-founder-section .home5-founder-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 770px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-founder-section .home5-founder-wrapper {
        min-height: 700px
    }
}

@media(max-width:1399px) {
    .home5-founder-section .home5-founder-wrapper {
        min-height: 670px
    }
}

@media(max-width:1199px) {
    .home5-founder-section .home5-founder-wrapper {
        min-height: 650px
    }
}

@media(max-width:767px) {
    .home5-founder-section .home5-founder-wrapper {
        background-position: 60%
    }
}

@media(max-width:576px) {
    .home5-founder-section .home5-founder-wrapper {
        min-height: 550px
    }
}

.home5-founder-section .home5-founder-wrapper .founder-content-wrap {
    padding: 200px 100px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-founder-section .home5-founder-wrapper .founder-content-wrap {
        padding: 170px 70px
    }
}

@media(max-width:1399px) {
    .home5-founder-section .home5-founder-wrapper .founder-content-wrap {
        padding: 140px 50px
    }
}

@media(max-width:1199px) {
    .home5-founder-section .home5-founder-wrapper .founder-content-wrap {
        padding: 140px 30px
    }
}

@media(max-width:991px) {
    .home5-founder-section .home5-founder-wrapper .founder-content-wrap {
        padding: 130px 20px
    }
}

@media(max-width:576px) {
    .home5-founder-section .home5-founder-wrapper .founder-content-wrap {
        padding: 100px 15px
    }
}

.home5-founder-section .home5-founder-wrapper .founder-content-wrap .founder-content {
    max-width: 624px;
    width: 100%
}

@media(max-width:991px) {
    .home5-founder-section .home5-founder-wrapper .founder-content-wrap .founder-content {
        max-width: 550px
    }
}

.home5-founder-section .home5-founder-wrapper .founder-content-wrap .founder-content p {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .02em;
    margin-bottom: 45px
}

@media(max-width:991px) {
    .home5-founder-section .home5-founder-wrapper .founder-content-wrap .founder-content p {
        font-size: 34px
    }
}

@media(max-width:576px) {
    .home5-founder-section .home5-founder-wrapper .founder-content-wrap .founder-content p {
        font-size: 26px
    }
}

.home5-founder-section .home5-founder-wrapper .founder-content-wrap .founder-content .founder-name-desig {
    display: flex;
    align-items: center;
    gap: 7px
}

.home5-founder-section .home5-founder-wrapper .founder-content-wrap .founder-content .founder-name-desig h6 {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 0
}

.home5-founder-section .home5-founder-wrapper .founder-content-wrap .founder-content .founder-name-desig span {
    color: rgba(255, 255, 255, .5);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .02em
}

.home5-founder-section .home5-founder-slider .swiper-slide-active .founder-content p {
    animation: fadeInDown 1.7s
}

.home5-founder-section .home5-founder-slider .swiper-slide-active .founder-content .founder-name-desig {
    animation: fadeInUp 1.7s
}

.home5-founder-section .swiper-pagination1 {
    position: absolute;
    bottom: 75px;
    left: 100px;
    top: unset;
    display: inline-flex;
    align-items: center;
    width: 100%;
    z-index: 9;
    gap: 12px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-founder-section .swiper-pagination1 {
        left: 70px
    }
}

@media(max-width:1399px) {
    .home5-founder-section .swiper-pagination1 {
        left: 50px
    }
}

@media(max-width:1199px) {
    .home5-founder-section .swiper-pagination1 {
        left: 30px
    }
}

@media(max-width:991px) {
    .home5-founder-section .swiper-pagination1 {
        left: 20px
    }
}

@media(max-width:576px) {
    .home5-founder-section .swiper-pagination1 {
        gap: 6px;
        left: 15px
    }
}

.home5-founder-section .swiper-pagination1 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .6);
    opacity: 1;
    position: relative
}

.home5-founder-section .swiper-pagination1 .swiper-pagination-bullet::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home5-founder-section .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color2);
    height: 16px;
    width: 16px
}

.home5-founder-section .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color2)
}

.case-study-card2 .case-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.case-study-card2 .case-img img {
    border-radius: 10px 10px 0 0;
    transition: all .5s ease-out
}

.case-study-card2 .case-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.case-study-card2 .case-content {
    background-color: #1d2026;
    padding: 35px 28px;
    border-radius: 0 0 10px 10px
}

@media(max-width:1399px) {
    .case-study-card2 .case-content {
        padding: 35px 20px
    }
}

@media(max-width:1199px) {
    .case-study-card2 .case-content {
        padding: 30px 15px
    }
}

.case-study-card2 .case-content>span {
    color: var(--primary-color);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.case-study-card2 .case-content h4 {
    margin-bottom: 25px
}

@media(max-width:1199px) {
    .case-study-card2 .case-content h4 {
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .case-study-card2 .case-content h4 {
        margin-bottom: 15px
    }
}

.case-study-card2 .case-content h4 a {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    transition: .5s
}

.case-study-card2 .case-content h4 a:hover {
    color: var(--primary-color2)
}

@media(min-width:1200px) and (max-width:1399px) {
    .case-study-card2 .case-content h4 a {
        font-size: 21px
    }
}

@media(max-width:1199px) {
    .case-study-card2 .case-content h4 a {
        font-size: 20px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .case-study-card2 .case-content h4 a {
        font-size: 24px
    }
}

@media(max-width:576px) {
    .case-study-card2 .case-content h4 a {
        font-size: 19px
    }
}

.case-study-card2 .case-content p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 35px
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-card2 .case-content p {
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .case-study-card2 .case-content p {
        margin-bottom: 25px
    }
}

.case-study-card2:hover .case-img img {
    transform: scale(1.1)
}

.case-study-card2:hover .case-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.home5-case-study-section .pagination-area {
    padding-top: 50px;
    display: flex;
    justify-content: center
}

@media(max-width:991px) {
    .home5-case-study-section .pagination-area {
        padding-top: 40px
    }
}

.home5-case-study-section .pagination-area .swiper-pagination2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 5px
}

@media(max-width:576px) {
    .home5-case-study-section .pagination-area .swiper-pagination2 {
        justify-content: center
    }
}

.home5-case-study-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1;
    position: relative
}

.home5-case-study-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px;
    border-radius: 100px
}

.home5-team-section {
    background-image: url(../img/home5/home5-testimonial-bg.png), linear-gradient(#000000, #000000);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 0
}

.home5-team-section .section-title svg {
    fill: rgba(255, 255, 255, .3);
    margin-top: 30px;
    margin-left: 55px
}

@media(max-width:767px) {
    .home5-team-section .section-title svg {
        margin-top: 25px;
        margin-left: 45px
    }
}

@media(max-width:576px) {
    .home5-team-section .section-title svg {
        margin-top: 15px;
        margin-left: 35px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home5-team-section .section-title.four h2 {
        font-size: 36px
    }
}

@media(max-width:576px) {
    .home5-team-section .section-title.four h2 {
        font-size: 31px
    }
}

.home5-team-section .star-btn a {
    position: relative;
    line-height: 1;
    transition: .5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.home5-team-section .star-btn a .bg {
    line-height: 1;
    transition: .5s
}

.home5-team-section .star-btn a .bg svg {
    fill: transparent;
    stroke: rgba(255, 255, 255, .2);
    transition: .5s
}

.home5-team-section .star-btn a .view-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home5-team-section .star-btn a .view-btn.four span {
    color: var(--primary-color2);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.home5-team-section .star-btn a .view-btn.four svg {
    fill: var(--primary-color2)
}

.home5-team-section .star-btn a:hover .bg svg {
    fill: var(--primary-color2);
    stroke: var(--primary-color2)
}

.home5-team-section .star-btn a:hover .view-btn.four span {
    color: var(--white-color);
    background-size: 0 1px;
    background-position: 0% 100%
}

.home5-team-section .star-btn a:hover .view-btn.four svg {
    fill: var(--white-color);
    transform: rotate(30deg)
}

.home5-award-section .section-title svg {
    fill: rgba(255, 255, 255, .3);
    margin: 30px 0 45px 55px;
    display: block
}

@media(max-width:767px) {
    .home5-award-section .section-title svg {
        margin: 25px 0 40px 45px
    }
}

@media(max-width:576px) {
    .home5-award-section .section-title svg {
        margin: 15px 0 30px 35px
    }
}

@media(max-width:1399px) {
    .home5-award-section .section-title.four h2 {
        font-size: 36px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-award-section .section-title.four h2 {
        font-size: 32px
    }
}

@media(max-width:576px) {
    .home5-award-section .section-title.four h2 {
        font-size: 30px
    }
}

.home5-award-section .award-wrap .divider {
    position: relative
}

.home5-award-section .award-wrap .divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), var(--white-color), rgba(255, 255, 255, 0.05))
}

@media(max-width:576px) {
    .home5-award-section .award-wrap .divider::after {
        display: none
    }
}

.home5-award-section .award-wrap .single-award {
    display: flex;
    gap: 15px;
    padding-bottom: 35px;
    position: relative;
    max-width: 348px;
    width: 100%
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-award-section .award-wrap .single-award {
        padding-bottom: 25px
    }
}

@media(max-width:576px) {
    .home5-award-section .award-wrap .single-award {
        padding-bottom: 25px
    }
}

.home5-award-section .award-wrap .single-award::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), var(--white-color), rgba(255, 255, 255, 0.05));
    opacity: .15
}

.home5-award-section .award-wrap .single-award .icon svg {
    fill: rgba(var(--primary-color2-opc), 0.5)
}

.home5-award-section .award-wrap .single-award .content h3 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-award-section .award-wrap .single-award .content h3 {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .home5-award-section .award-wrap .single-award .content h3 {
        font-size: 22px
    }
}

@media(max-width:576px) {
    .home5-award-section .award-wrap .single-award .content h3 {
        margin-bottom: 10px
    }
}

.home5-award-section .award-wrap .single-award .content span {
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px
}

@media(min-width:577px) {
    .home5-award-section .award-wrap .single-award.border-none {
        padding-bottom: 0
    }
    .home5-award-section .award-wrap .single-award.border-none::before {
        display: none
    }
}

.home5-pricing-section {
    display: grid;
    grid-template-columns: 38% 62%
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-pricing-section {
        grid-template-columns: 33% 67%
    }
}

@media(max-width:1399px) {
    .home5-pricing-section {
        grid-template-columns: 30% 70%
    }
}

@media(max-width:1199px) {
    .home5-pricing-section {
        display: block
    }
}

.home5-pricing-section .pricing-content-wrap {
    background-image: url(../img/home5/home5-pricing-content-bg.png), linear-gradient(#75C393, #75C393);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 70px;
    height: 100%;
    display: flex;
    align-items: center
}

@media(max-width:1699px) {
    .home5-pricing-section .pricing-content-wrap {
        padding: 100px 70px 100px 40px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-pricing-section .pricing-content-wrap {
        padding: 100px 70px 100px 30px
    }
}

@media(max-width:1399px) {
    .home5-pricing-section .pricing-content-wrap {
        padding: 90px 40px 90px 20px
    }
}

@media(max-width:1199px) {
    .home5-pricing-section .pricing-content-wrap {
        padding: 70px 40px
    }
}

@media(max-width:767px) {
    .home5-pricing-section .pricing-content-wrap {
        padding: 60px 30px
    }
}

@media(max-width:576px) {
    .home5-pricing-section .pricing-content-wrap {
        padding: 60px 15px
    }
}

.home5-pricing-section .pricing-content-wrap .pricing-content .section-title {
    max-width: 520px;
    width: 100%;
    margin-bottom: 30px
}

@media(max-width:1199px) {
    .home5-pricing-section .pricing-content-wrap .pricing-content .section-title {
        max-width: unset
    }
}

.home5-pricing-section .pricing-content-wrap .pricing-content .section-title>svg {
    fill: rgba(255, 255, 255, .3);
    margin: 30px 0 45px 55px;
    display: block
}

@media(max-width:767px) {
    .home5-pricing-section .pricing-content-wrap .pricing-content .section-title>svg {
        margin: 25px 0 40px 45px
    }
}

@media(max-width:576px) {
    .home5-pricing-section .pricing-content-wrap .pricing-content .section-title>svg {
        margin: 15px 0 30px 35px
    }
}

.home5-pricing-section .pricing-content-wrap .pricing-content .section-title.four>span {
    color: var(--title-color);
    border-bottom: 1px solid var(--primary-color3)
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-pricing-section .pricing-content-wrap .pricing-content .section-title.four h2 {
        font-size: 36px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home5-pricing-section .pricing-content-wrap .pricing-content .section-title.four h2 {
        font-size: 34px
    }
}

.home5-pricing-section .pricing-content-wrap .pricing-content .section-title.four h2 span {
    color: rgba(var(--primary-color3-opc), 0.5)
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav {
    display: flex
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs {
    border-bottom: none;
    background: var(--white-color);
    border: 1px solid rgba(63, 68, 75, .1);
    border-radius: 50px;
    padding: 5px 8px
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link {
    font-family: var(--font-syne);
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    border: none;
    padding: 12px 27px;
    line-height: 1;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px
}

@media(min-width:1200px) and (max-width:1399px) {
    .home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link {
        font-size: 15px;
        padding: 12px 20px
    }
}

@media(max-width:576px) {
    .home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link {
        font-size: 14px
    }
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link span {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 10px;
    color: var(--white-color);
    background: var(--primary-color2);
    border-radius: 50px;
    padding: 4px 13px
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link:hover {
    border: none
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link:focus {
    border: none
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link.yearly {
    position: relative
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link.yearly span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px
}

.home5-pricing-section .pricing-content-wrap .pricing-content .pricing-nav-area nav .nav-tabs .nav-link.active {
    color: var(--white-color);
    background: var(--primary-color);
    border: none
}

.home5-pricing-section .pricing-tab-wrap {
    background-image: url(../img/home5/home5-pricing-tab-bg.png), linear-gradient(#000000, #000000);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 0
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-pricing-section .pricing-tab-wrap {
        padding: 90px 0
    }
}

@media(max-width:1199px) {
    .home5-pricing-section .pricing-tab-wrap {
        padding: 70px 30px
    }
}

.home5-pricing-section .pricing-tab-wrap .pricing-tab-area {
    margin-left: -65px;
    width: 100%
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-pricing-section .pricing-tab-wrap .pricing-tab-area {
        margin-left: -45px
    }
}

@media(max-width:1399px) {
    .home5-pricing-section .pricing-tab-wrap .pricing-tab-area {
        margin-left: -25px
    }
}

@media(max-width:1199px) {
    .home5-pricing-section .pricing-tab-wrap .pricing-tab-area {
        margin-left: 0
    }
}

.home5-blog-section .pagination-area {
    padding-top: 50px;
    display: flex;
    justify-content: center
}

@media(max-width:991px) {
    .home5-blog-section .pagination-area {
        padding-top: 40px
    }
}

.home5-blog-section .pagination-area .swiper-pagination3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 5px
}

@media(max-width:576px) {
    .home5-blog-section .pagination-area .swiper-pagination3 {
        justify-content: center
    }
}

.home5-blog-section .pagination-area .swiper-pagination3 .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1;
    position: relative
}

.home5-blog-section .pagination-area .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px;
    border-radius: 100px
}

.testimonial-card3 .testimonial-card-content {
    background-image: url(../img/home5/home5-testimonial-card-bg.png), linear-gradient(#1d2026, #1d2026);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 55px 60px 70px;
    border-radius: 20px
}

@media(max-width:1399px) {
    .testimonial-card3 .testimonial-card-content {
        padding: 50px 50px 70px
    }
}

@media(max-width:1199px) {
    .testimonial-card3 .testimonial-card-content {
        padding: 40px 35px 60px
    }
}

@media(max-width:576px) {
    .testimonial-card3 .testimonial-card-content {
        padding: 35px 18px 55px;
        border-radius: 10px
    }
}

.testimonial-card3 .testimonial-card-content .author-and-logo-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 25px
}

@media(min-width:992px) and (max-width:1199px) {
    .testimonial-card3 .testimonial-card-content .author-and-logo-area {
        padding-bottom: 25px;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .testimonial-card3 .testimonial-card-content .author-and-logo-area {
        padding-bottom: 25px;
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .testimonial-card3 .testimonial-card-content .author-and-logo-area {
        padding-bottom: 20px
    }
}

.testimonial-card3 .testimonial-card-content .author-and-logo-area .author-area h4 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px
}

@media(max-width:576px) {
    .testimonial-card3 .testimonial-card-content .author-and-logo-area .author-area h4 {
        font-size: 18px;
        margin-bottom: 3px
    }
}

.testimonial-card3 .testimonial-card-content .author-and-logo-area .author-area span {
    color: rgba(255, 255, 255, .5);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .02em
}

.testimonial-card3 .testimonial-card-content p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .03em;
    margin-bottom: 45px
}

@media(max-width:1199px) {
    .testimonial-card3 .testimonial-card-content p {
        margin-bottom: 35px
    }
}

@media(max-width:767px) {
    .testimonial-card3 .testimonial-card-content p {
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .testimonial-card3 .testimonial-card-content p {
        font-size: 16px
    }
}

.testimonial-card3 .testimonial-card-content .rating {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.testimonial-card3 .testimonial-card-content .rating li {
    color: #ffc107
}

.testimonial-card3 .author-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-card3 .author-img-wrap .author-img {
    border-radius: 50%;
    border: 4px solid var(--primary-color3);
    margin-top: -45px
}

.testimonial-card3 .author-img-wrap .author-img img {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 50%
}

@media(max-width:576px) {
    .testimonial-card3 .author-img-wrap .author-img img {
        min-width: 90px;
        max-width: 90px;
        height: 90px
    }
}

.home5-testimonial-section {
    background-image: url(../img/home5/home5-testimonial-bg.png), linear-gradient(#000000, #000000);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0
}

@media(max-width:1199px) {
    .home5-testimonial-section {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    .home5-testimonial-section {
        padding: 70px 0
    }
}

.home5-testimonial-section .testimonial-content svg {
    fill: rgba(255, 255, 255, .3);
    margin-top: 20px;
    margin-left: 55px
}

.home5-testimonial-section .testimonial-content .rating-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 25px
}

@media(max-width:1399px) {
    .home5-testimonial-section .testimonial-content .rating-area {
        gap: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-testimonial-section .testimonial-content .rating-area {
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 20px
    }
}

@media(max-width:767px) {
    .home5-testimonial-section .testimonial-content .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media(max-width:576px) {
    .home5-testimonial-section .testimonial-content .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

.home5-testimonial-section .testimonial-content .rating-area>li {
    position: relative
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating {
    display: flex;
    gap: 8px
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating .review {
    line-height: 1
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating .review span {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
    white-space: nowrap
}

@media(max-width:1699px) {
    .home5-testimonial-section .testimonial-content .rating-area>li .single-rating .review span {
        font-size: 13px
    }
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating .review img {
    width: 64px
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating .rating {
    line-height: 1;
    margin-top: -1px
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating .rating .star {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 9px;
    line-height: 1
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating .rating .star li i {
    color: #e62415;
    font-size: 12px
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating .rating span {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap
}

@media(max-width:1699px) {
    .home5-testimonial-section .testimonial-content .rating-area>li .single-rating .rating span {
        font-size: 13px
    }
}

.home5-testimonial-section .testimonial-content .rating-area>li .single-rating.google .rating .star li i {
    color: #ffc107
}

.home5-testimonial-section .testimonial-content .rating-area>li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .2);
    width: 1px;
    height: 35px
}

@media(min-width:1200px) and (max-width:1399px) {
    .home5-testimonial-section .testimonial-content .rating-area>li::before {
        left: -15px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-testimonial-section .testimonial-content .rating-area>li::before {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    .home5-testimonial-section .testimonial-content .rating-area>li::before {
        left: -16px
    }
}

@media(max-width:767px) {
    .home5-testimonial-section .testimonial-content .rating-area>li::before {
        display: none
    }
}

.home5-testimonial-section .testimonial-content .rating-area>li:first-child::before {
    display: none
}

.home5-testimonial-section .testimonial-slider-area {
    position: relative
}

@media(max-width:576px) {
    .home5-testimonial-section .testimonial-slider-area .slider-btn-grp {
        display: none
    }
}

.home5-testimonial-section .testimonial-slider-area .slider-btn-grp .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    z-index: 1;
    background-color: #4c4c4c;
    border: 4px solid var(--primary-color3);
    min-width: 40px;
    max-width: 40px;
    height: 40px
}

.home5-testimonial-section .testimonial-slider-area .slider-btn-grp .slider-btn.testimonial-slider-next {
    left: unset;
    right: -20px
}

.home5-testimonial-section .testimonial-slider-area .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color)
}

.home6-banner-section {
    overflow: hidden
}

.home6-banner-section .video-wrapper {
    position: relative
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper {
        background-image: url(../img/home6/home6-banner-bg.png), linear-gradient(black, black);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }
}

.home6-banner-section .video-wrapper video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
    min-height: 900px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-banner-section .video-wrapper video {
        min-height: 750px
    }
}

@media(max-width:1399px) {
    .home6-banner-section .video-wrapper video {
        min-height: 750px
    }
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper video {
        display: none
    }
}

.home6-banner-section .video-wrapper .video-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 9% 90px 50px 9.5%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%
}

@media(max-width:1799px) {
    .home6-banner-section .video-wrapper .video-content-wrap {
        padding: 9% 70px 50px 7%
    }
}

@media(max-width:1699px) {
    .home6-banner-section .video-wrapper .video-content-wrap {
        padding: 9% 50px 50px 4%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-banner-section .video-wrapper .video-content-wrap {
        padding: 10% 30px 50px 2%
    }
}

@media(max-width:1399px) {
    .home6-banner-section .video-wrapper .video-content-wrap {
        padding: 12% 20px 50px 3%
    }
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper .video-content-wrap {
        padding: 180px 50px 130px;
        position: relative;
        top: unset;
        left: unset;
        display: block
    }
}

@media(max-width:991px) {
    .home6-banner-section .video-wrapper .video-content-wrap {
        padding: 180px 30px 130px;
        flex-wrap: wrap;
        gap: 10px
    }
}

@media(max-width:576px) {
    .home6-banner-section .video-wrapper .video-content-wrap {
        padding: 155px 20px 105px
    }
}

.home6-banner-section .video-wrapper .video-content-wrap .title-area {
    max-width: 870px;
    width: 100%
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area {
        max-width: 840px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area {
        max-width: 660px
    }
}

.home6-banner-section .video-wrapper .video-content-wrap .title-area h1 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 75px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0
}

@media(max-width:1799px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area h1 {
        font-size: 75px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area h1 {
        font-size: 65px
    }
}

@media(max-width:1399px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area h1 {
        font-size: 58px
    }
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area h1 {
        font-size: 65px;
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area h1 {
        font-size: 55px
    }
}

@media(max-width:576px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area h1 {
        font-size: 42px;
        margin-bottom: 10px
    }
}

.home6-banner-section .video-wrapper .video-content-wrap .title-area h1 span {
    color: var(--primary-color2)
}

@media(max-width:576px) {
    .home6-banner-section .video-wrapper .video-content-wrap .title-area h1 img {
        max-height: 65px
    }
}

.home6-banner-section .video-wrapper .video-content-wrap .content {
    max-width: 555px;
    width: 100%
}

@media(max-width:1399px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content {
        max-width: 455px
    }
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content {
        max-width: 600px
    }
}

.home6-banner-section .video-wrapper .video-content-wrap .content p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 15px;
    margin-bottom: 45px;
    position: relative
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content p {
        margin-bottom: 35px
    }
}

@media(max-width:1399px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content p {
        margin-bottom: 30px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content p {
        font-size: 15px
    }
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content p {
        margin-bottom: 45px
    }
}

@media(max-width:576px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content p {
        margin-bottom: 35px
    }
}

.home6-banner-section .video-wrapper .video-content-wrap .content p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    background-color: rgba(255, 255, 255, .7);
    top: 8px;
    left: 0
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area {
    padding-left: 15px;
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area {
        gap: 20px
    }
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .primary-btn3 {
    font-size: 16px;
    padding: 17px 32px
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .primary-btn3 {
        font-size: 15px;
        padding: 17px 26px
    }
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .video-area {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .video-area .icon {
    position: relative
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .video-area .icon .video-circle {
    stroke: var(--white-color);
    fill: none;
    transition: .5s
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset .8s cubic-bezier(.33, 1, .68, 1)
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .video-area .icon i {
    color: var(--white-color);
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%)
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .video-area h6 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .48px;
    margin-bottom: 0
}

.home6-banner-section .video-wrapper .video-content-wrap .content .content-bottom-area .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0
}

.home6-banner-section .video-wrapper .scroll-down-btn {
    position: absolute;
    bottom: 65px;
    left: 55px;
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s
}

@media(max-width:1399px) {
    .home6-banner-section .video-wrapper .scroll-down-btn {
        left: 20px
    }
}

@media(max-width:1199px) {
    .home6-banner-section .video-wrapper .scroll-down-btn {
        left: unset;
        right: 20px
    }
}

.home6-banner-section .video-wrapper .scroll-down-btn a {
    text-align: center;
    padding-top: 8px
}

.home6-banner-section .video-wrapper .scroll-down-btn a span {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-syne);
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    display: block;
    transition: .5s
}

.home6-banner-section .video-wrapper .scroll-down-btn a svg {
    fill: rgba(255, 255, 255, .6);
    transition: .5s
}

.home6-banner-section .video-wrapper .scroll-down-btn:hover {
    box-shadow: inset 0 0 0 10em var(--primary-color2);
    border-color: var(--primary-color2)
}

.home6-banner-section .video-wrapper .scroll-down-btn:hover a span {
    color: var(--white-color)
}

.home6-banner-section .video-wrapper .scroll-down-btn:hover a svg {
    fill: var(--white-color)
}

.home6-key-features-section {
    scroll-margin-top: 80px
}

.home6-key-features-section .single-key-feature {
    padding: 75px 0 75px 40px;
    background-color: #f6f5ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 28px
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-key-features-section .single-key-feature {
        padding: 65px 0 65px 20px;
        gap: 20px
    }
}

@media(max-width:991px) {
    .home6-key-features-section .single-key-feature {
        padding: 55px 0 55px 30px
    }
}

@media(max-width:767px) {
    .home6-key-features-section .single-key-feature {
        padding: 50px 25px;
        flex-wrap: wrap;
        gap: 35px
    }
}

@media(max-width:576px) {
    .home6-key-features-section .single-key-feature {
        padding: 45px 20px
    }
}

.home6-key-features-section .single-key-feature .key-feature-content>h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-key-features-section .single-key-feature .key-feature-content>h2 {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .home6-key-features-section .single-key-feature .key-feature-content>h2 {
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .home6-key-features-section .single-key-feature .key-feature-content>h2 {
        font-size: 28px
    }
}

.home6-key-features-section .single-key-feature .key-feature-content p {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .02em;
    margin-bottom: 0
}

.home6-key-features-section .single-key-feature .key-feature-content .primary-btn3 {
    margin-top: 60px
}

@media(max-width:1399px) {
    .home6-key-features-section .single-key-feature .key-feature-content .primary-btn3 {
        margin-top: 50px
    }
}

@media(max-width:991px) {
    .home6-key-features-section .single-key-feature .key-feature-content .primary-btn3 {
        margin-top: 40px
    }
}

@media(max-width:767px) {
    .home6-key-features-section .single-key-feature .key-feature-content .primary-btn3 {
        margin-top: 30px
    }
}

.home6-key-features-section .single-key-feature .key-feature-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

@media(max-width:1399px) {
    .home6-key-features-section .single-key-feature .key-feature-content ul {
        margin-top: 50px
    }
}

@media(max-width:1199px) {
    .home6-key-features-section .single-key-feature .key-feature-content ul {
        justify-content: flex-start;
        gap: 50px
    }
}

@media(max-width:991px) {
    .home6-key-features-section .single-key-feature .key-feature-content ul {
        margin-top: 40px
    }
}

@media(max-width:767px) {
    .home6-key-features-section .single-key-feature .key-feature-content ul {
        margin-top: 30px
    }
}

@media(max-width:576px) {
    .home6-key-features-section .single-key-feature .key-feature-content ul {
        gap: 25px;
        flex-wrap: wrap
    }
}

.home6-key-features-section .single-key-feature .key-feature-content ul li span {
    color: #363636;
    font-family: var(--font-syne);
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: .02em;
    display: block;
    margin-bottom: 10px
}

.home6-key-features-section .single-key-feature .key-feature-content ul li .number {
    display: flex;
    align-items: center
}

.home6-key-features-section .single-key-feature .key-feature-content ul li .number h2,
.home6-key-features-section .single-key-feature .key-feature-content ul li .number strong {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

.home6-key-features-section .single-key-feature .key-feature-img {
    min-width: 311px
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-key-features-section .single-key-feature .key-feature-img {
        min-width: 290px
    }
}

@media(max-width:576px) {
    .home6-key-features-section .single-key-feature .key-feature-img {
        min-width: unset
    }
}

.home6-key-features-section .single-key-feature.two {
    padding: 65px 20px 0;
    background-color: #edfff2;
    display: block
}

@media(max-width:1199px) {
    .home6-key-features-section .single-key-feature.two {
        padding: 55px 20px 0
    }
}

@media(max-width:576px) {
    .home6-key-features-section .single-key-feature.two {
        padding: 45px 20px 0
    }
}

.home6-key-features-section .single-key-feature.two .key-feature-content {
    text-align: center;
    max-width: 446px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px
}

@media(max-width:991px) {
    .home6-key-features-section .single-key-feature.two .key-feature-content {
        margin-bottom: 50px
    }
}

@media(max-width:576px) {
    .home6-key-features-section .single-key-feature.two .key-feature-content {
        margin-bottom: 35px
    }
}

.home6-key-features-section .single-key-feature.two .key-feature-content h2 {
    margin-bottom: 15px
}

.home6-why-choose-us-section {
    background-image: url(../img/home6/home6-why-choose-us-bg.png), linear-gradient(#EDFCFF, #EDFCFF);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0
}

@media(max-width:1199px) {
    .home6-why-choose-us-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home6-why-choose-us-section {
        padding: 70px 0
    }
}

@media(max-width:576px) {
    .home6-why-choose-us-section {
        background-size: auto;
        background-position: top;
        background-repeat: repeat
    }
}

.home6-why-choose-us-section .section-title {
    max-width: 984px;
    width: 100%
}

@media(max-width:1399px) {
    .home6-why-choose-us-section .section-title {
        max-width: 910px
    }
}

.home6-why-choose-us-section .section-title.five h2 {
    line-height: 1.2
}

.home6-why-choose-us-section .countdown-area {
    padding-top: 75px;
    border-top: 1px solid rgba(var(--title-color-opc), 0.1)
}

@media(max-width:1199px) {
    .home6-why-choose-us-section .countdown-area {
        padding-top: 65px
    }
}

@media(max-width:991px) {
    .home6-why-choose-us-section .countdown-area {
        padding-top: 50px
    }
}

.home6-why-choose-us-section .countdown-area .single-countdown .icon {
    margin-bottom: 35px
}

@media(max-width:991px) {
    .home6-why-choose-us-section .countdown-area .single-countdown .icon {
        margin-bottom: 30px
    }
}

.home6-why-choose-us-section .countdown-area .single-countdown .icon svg {
    fill: var(--primary-color)
}

.home6-why-choose-us-section .countdown-area .single-countdown .content h5 {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .02em;
    margin-bottom: 20px
}

.home6-why-choose-us-section .countdown-area .single-countdown .content .number {
    color: var(--title-color);
    font-family: var(--font-inter);
    line-height: 1;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px
}

.home6-why-choose-us-section .countdown-area .single-countdown .content .number h2 {
    font-size: 55px;
    font-family: var(--font-inter);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-why-choose-us-section .countdown-area .single-countdown .content .number h2 {
        font-size: 50px
    }
}

@media(max-width:991px) {
    .home6-why-choose-us-section .countdown-area .single-countdown .content .number h2 {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .home6-why-choose-us-section .countdown-area .single-countdown .content .number h2 {
        font-size: 40px
    }
}

.home6-why-choose-us-section .countdown-area .single-countdown .content .number strong {
    font-size: 55px;
    font-weight: 700
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-why-choose-us-section .countdown-area .single-countdown .content .number strong {
        font-size: 50px
    }
}

@media(max-width:991px) {
    .home6-why-choose-us-section .countdown-area .single-countdown .content .number strong {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .home6-why-choose-us-section .countdown-area .single-countdown .content .number strong {
        font-size: 40px
    }
}

.home6-performance-section .performance-tab-wrapper .performance-nav-area {
    margin-bottom: 50px
}

@media(max-width:767px) {
    .home6-performance-section .performance-tab-wrapper .performance-nav-area {
        margin-bottom: 40px
    }
}

.home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills {
    gap: 20px
}

.home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills .nav-item .nav-link {
    text-align: center;
    padding: 30px 25px;
    border: 1px solid rgba(var(--title-color2-opc), 0.08);
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 0 42px 2px rgba(117, 114, 253, .0705882353);
    min-width: 240px;
    width: 100%;
    cursor: pointer
}

@media(max-width:1399px) {
    .home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills .nav-item .nav-link {
        padding: 30px 14px;
        min-width: 205px
    }
}

@media(max-width:576px) {
    .home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills .nav-item .nav-link {
        min-width: 150px;
        max-width: 150px
    }
}

.home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills .nav-item .nav-link .icon {
    margin-bottom: 12px
}

.home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills .nav-item .nav-link .icon svg {
    fill: var(--primary-color2)
}

.home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills .nav-item .nav-link h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 0
}

@media(max-width:1399px) {
    .home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills .nav-item .nav-link h6 {
        font-size: 16px
    }
}

.home6-performance-section .performance-tab-wrapper .performance-nav-area .nav-pills .nav-item .nav-link.active {
    border: 1px solid rgba(var(--primary-color2-opc), 0.5);
    background-color: #fff5ef;
    box-shadow: unset
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content {
    background-image: url(../img/home6/performance-content-bg.png), linear-gradient(180deg, #EDFCFF 0%, #EDFCFF 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    padding: 85px 70px;
    height: 100%
}

@media(max-width:1399px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content {
        padding: 75px 45px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content {
        padding: 60px 25px
    }
}

@media(max-width:991px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content {
        padding: 60px 40px;
        border-radius: 10px
    }
}

@media(max-width:767px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content {
        padding: 50px 25px
    }
}

@media(max-width:576px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content {
        padding: 60px 20px
    }
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content h3 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}

@media(max-width:576px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content h3 {
        font-size: 32px
    }
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content p {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .32px;
    margin-bottom: 35px
}

@media(max-width:576px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content p {
        font-size: 14px
    }
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -moz-columns: 2;
    columns: 2;
    margin-bottom: 50px
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content ul {
        -moz-column-gap: 0;
        column-gap: 0
    }
}

@media(max-width:576px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content ul {
        -moz-columns: unset;
        columns: unset;
        margin-bottom: 40px
    }
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .3px;
    margin-bottom: 25px
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content ul li:last-child {
    margin-bottom: 0
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-content ul li svg {
    fill: var(--primary-color2)
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-img-wrap {
    background-image: url(../img/home6/performance-tab-img-bg.png), linear-gradient(180deg, #0A0A0A 0%, #0A0A0A 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: end;
    height: 100%;
    padding: 55px 0 0 55px
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-img-wrap {
        padding: 0 15px 0;
        align-items: center
    }
}

@media(max-width:991px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-img-wrap {
        display: none
    }
}

.home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-img-wrap img {
    border-radius: 10px 0 0 0
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-performance-section .performance-tab-wrapper .performance-tab-area .performance-tab-img-wrap img {
        border-radius: 10px
    }
}

.home6-process-section {
    background-image: url(../img/home6/home6-process-bg.png), linear-gradient(#121212, #121212);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0
}

@media(max-width:1199px) {
    .home6-process-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home6-process-section {
        padding: 70px 0
    }
}

.home6-process-section .section-title.five .sub-title {
    background-color: rgba(var(--primary-color2-opc), 0.15);
    color: var(--primary-color)
}

.home6-process-section .section-title.five h2 {
    color: var(--white-color)
}

.home6-process-section .button-area {
    width: 201px;
    height: 201px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .8s
}

@media(max-width:1199px) {
    .home6-process-section .button-area {
        width: 190px;
        height: 190px
    }
}

.home6-process-section .button-area .details-button {
    transition: .5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    padding: 0 1.375em .0625em 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) .0625em;
    transition: background-size .2s linear var(--background-delay, 0.15s);
    border: none;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap
}

.home6-process-section .button-area .details-button::after {
    content: "\f123";
    font-family: bootstrap-icons;
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    opacity: 1;
    transition: opacity .3s .15s;
    color: var(--white-color)
}

.home6-process-section .button-area .details-button svg {
    position: absolute;
    display: block;
    line-height: 1.8125em;
    width: 1.375em;
    height: 1.8125em;
    right: 0;
    left: initial;
    top: 50%;
    margin: -.92em 0 0;
    fill: none;
    stroke: var(--white-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s)
}

.home6-process-section .button-area:hover {
    box-shadow: inset 0 0 0 10em var(--primary-color);
    border-color: var(--primary-color)
}

.home6-process-section .button-area:hover .details-button {
    --background-size: 0%;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s
}

.home6-process-section .button-area:hover .details-button::after {
    opacity: 0;
    transition-delay: 0s
}

.home6-process-section .single-process {
    border-radius: 10px;
    background: #ece8e5;
    padding: 40px 28px 30px;
    position: relative
}

@media(max-width:1399px) {
    .home6-process-section .single-process {
        padding: 30px 20px 25px
    }
}

.home6-process-section .single-process .work-step {
    line-height: 1;
    position: absolute;
    right: 20px;
    top: -12px
}

.home6-process-section .single-process .work-step span {
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 600;
    background-color: var(--white-color);
    border: 1px solid #e5e1de;
    border-radius: 13px;
    padding: 4px 26px
}

.home6-process-section .single-process .icon-and-title {
    margin-bottom: 35px
}

@media(max-width:767px) {
    .home6-process-section .single-process .icon-and-title {
        margin-bottom: 25px
    }
}

.home6-process-section .single-process .icon-and-title .icon {
    margin-bottom: 20px
}

.home6-process-section .single-process .icon-and-title .icon svg {
    fill: var(--title-color)
}

.home6-process-section .single-process .icon-and-title h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0
}

.home6-process-section .single-process .process-content {
    line-height: 1
}

.home6-process-section .single-process .process-content p {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0
}

.home6-process-section .single-process.two {
    background: #fbe7f3
}

.home6-process-section .single-process.three {
    background: #efe8ff
}

.home6-faq-section {
    background-image: url(../img/home6/home6-faq-bg.png), linear-gradient(#EDFCFF, #EDFCFF);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0
}

@media(max-width:1199px) {
    .home6-faq-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home6-faq-section {
        padding: 70px 0
    }
}

.home6-tools-section .tools-card {
    border-radius: 5px;
    border: 1px solid rgba(var(--title-color-opc), 0.05);
    background: var(--white-color);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:1399px) {
    .home6-tools-section .tools-card {
        gap: 15px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-tools-section .tools-card {
        padding: 20px 15px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .home6-tools-section .tools-card {
        flex-direction: column;
        align-items: start
    }
}

@media(max-width:576px) {
    .home6-tools-section .tools-card {
        padding: 20px 15px
    }
}

.home6-tools-section .tools-card .icon {
    border: 1px solid rgba(var(--title-color-opc), 0.05);
    background: var(--white-color);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .05);
    min-width: 62px;
    max-width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.home6-tools-section .tools-card .content h6 {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-tools-section .tools-card .content h6 {
        font-size: 18px
    }
}

@media(max-width:576px) {
    .home6-tools-section .tools-card .content h6 {
        font-size: 18px
    }
}

.home6-tools-section .tools-card .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-tools-section .tools-card .content p {
        font-size: 13px
    }
}

@media(max-width:576px) {
    .home6-tools-section .tools-card .content p {
        font-size: 13px
    }
}

.home6-testimonial-section {
    background-image: url(../img/home6/home6-testimonial-section.png), linear-gradient(#121212, #121212);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0
}

@media(max-width:1199px) {
    .home6-testimonial-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home6-testimonial-section {
        padding: 70px 0
    }
}

.home6-testimonial-section .section-title.five .sub-title {
    background-color: rgba(var(--primary-color2-opc), 0.15);
    color: var(--primary-color)
}

.home6-testimonial-section .section-title.five h2 {
    color: var(--white-color)
}

.home6-testimonial-section .testimonial-slider-wrap {
    position: relative
}

.home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn {
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    z-index: 1
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn {
        left: -42px
    }
}

@media(max-width:1399px) {
    .home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn {
        left: -20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn {
        left: -15px
    }
}

@media(max-width:991px) {
    .home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn {
        display: none
    }
}

.home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color)
}

.home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn.testimonial-slider-next {
    left: unset;
    right: -100px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn.testimonial-slider-next {
        right: -42px
    }
}

@media(max-width:1399px) {
    .home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn.testimonial-slider-next {
        right: -20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-testimonial-section .testimonial-slider-wrap .slider-btn-grp .slider-btn.testimonial-slider-next {
        right: -15px
    }
}

.home6-testimonial-section .pagination-area {
    padding-top: 50px
}

@media(max-width:991px) {
    .home6-testimonial-section .pagination-area {
        padding-top: 40px
    }
}

.home6-testimonial-section .pagination-area .swiper-pagination1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
    bottom: unset;
    gap: 12px
}

@media(max-width:576px) {
    .home6-testimonial-section .pagination-area .swiper-pagination1 {
        gap: 6px
    }
}

.home6-testimonial-section .pagination-area .swiper-pagination1 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .6);
    opacity: 1;
    position: relative
}

.home6-testimonial-section .pagination-area .swiper-pagination1 .swiper-pagination-bullet::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home6-testimonial-section .pagination-area .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color2);
    height: 16px;
    width: 16px
}

.home6-testimonial-section .pagination-area .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color2)
}

.home6-contact-section {
    background-image: url(../img/home6/home6-contact-bg.png), linear-gradient(#DDF9EF, #DDF9EF);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 8.5% 0 15%
}

@media(max-width:1799px) {
    .home6-contact-section {
        padding: 60px 6% 0 11%
    }
}

@media(max-width:1699px) {
    .home6-contact-section {
        padding: 60px 5% 0 9%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-contact-section {
        padding: 60px 2% 0 3%
    }
}

@media(max-width:1399px) {
    .home6-contact-section {
        padding: 60px 2% 0 3%
    }
}

@media(max-width:1199px) {
    .home6-contact-section {
        padding: 50px 2% 0 20px
    }
}

@media(max-width:991px) {
    .home6-contact-section {
        padding: 70px 30px
    }
}

@media(max-width:767px) {
    .home6-contact-section {
        padding: 70px 10px
    }
}

@media(max-width:576px) {
    .home6-contact-section {
        padding: 70px 0
    }
}

@media(max-width:1199px) {
    .home6-contact-section .contact-content .section-title.five h2 {
        font-size: 42px
    }
}

@media(max-width:576px) {
    .home6-contact-section .contact-content .section-title.five h2 {
        font-size: 36px
    }
}

.home6-contact-section .contact-content .btn-area {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 50px
}

@media(max-width:1199px) {
    .home6-contact-section .contact-content .btn-area {
        padding-top: 45px
    }
}

@media(max-width:576px) {
    .home6-contact-section .contact-content .btn-area {
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 35px
    }
}

.home6-contact-section .contact-content .btn-area .primary-btn3.three {
    background-color: var(--title-color2);
    border-right: 3px solid #2c3865;
    border-bottom: 3px solid #2c3865
}

.home6-contact-section .contact-content .btn-area .primary-btn3.three:hover {
    background-color: var(--primary-color)
}

.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 155px 0 100px;
    position: relative
}

@media(max-width:991px) {
    .breadcrumb-section {
        padding: 160px 0 100px
    }
}

.breadcrumb-section .banner-wrapper .banner-content {
    text-align: center
}

.breadcrumb-section .banner-wrapper .banner-content h1 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:1199px) {
    .breadcrumb-section .banner-wrapper .banner-content h1 {
        font-size: 47px
    }
}

@media(max-width:991px) {
    .breadcrumb-section .banner-wrapper .banner-content h1 {
        font-size: 45px
    }
}

@media(max-width:576px) {
    .breadcrumb-section .banner-wrapper .banner-content h1 {
        font-size: 32px
    }
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    margin-bottom: 15px
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list li {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .39px;
    text-transform: uppercase;
    position: relative;
    padding-left: 16px
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list li a {
    color: var(--primary-color)
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list li::before {
    content: "";
    width: 8px;
    height: 2px;
    border-radius: 50%;
    background-color: rgba(var(--title-color-opc), 0.6);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list li:first-child {
    padding-left: 0
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list li:first-child::before {
    display: none
}

.breadcrumb-section .scroll-down-btn {
    animation: up-down2 2s linear infinite alternate;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@keyframes up-down2 {
    0% {
        transform: translateY(35px)
    }
    50% {
        transform: translateY(20px)
    }
    100% {
        transform: translateY(35px)
    }
}

@media(max-width:576px) {
    .breadcrumb-section .scroll-down-btn {
        display: none
    }
}

.breadcrumb-section .scroll-down-btn a {
    width: 41px;
    height: 80px;
    border-radius: 110px;
    border: 1px solid rgba(var(--title-color-opc), 0.3);
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

@media(max-width:767px) {
    .breadcrumb-section .scroll-down-btn a {
        width: 35px;
        height: 70px
    }
}

.breadcrumb-section .scroll-down-btn a svg {
    fill: none;
    stroke: rgba(var(--title-color-opc), 0.3);
    transition: .5s
}

.breadcrumb-section .scroll-down-btn a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.breadcrumb-section .scroll-down-btn a:hover svg {
    stroke: var(--white-color)
}

.service-details-page .service-details-img-wrap {
    position: sticky;
    top: 100px
}

.service-details-page .service-details-img-wrap .title-area {
    padding-top: 45px
}

@media(max-width:1199px) {
    .service-details-page .service-details-img-wrap .title-area {
        padding-top: 35px
    }
}

@media(max-width:991px) {
    .service-details-page .service-details-img-wrap .title-area {
        padding-top: 0
    }
}

.service-details-page .service-details-img-wrap .title-area h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

@media(max-width:1399px) {
    .service-details-page .service-details-img-wrap .title-area h2 {
        font-size: 55px
    }
}

@media(max-width:1199px) {
    .service-details-page .service-details-img-wrap .title-area h2 {
        font-size: 48px
    }
}

@media(max-width:576px) {
    .service-details-page .service-details-img-wrap .title-area h2 {
        font-size: 43px;
        line-height: 1.1
    }
}

.service-details-page .service-details-img-wrap .title-area h2 span {
    color: rgba(var(--title-color-opc), 0.5);
    font-size: 55px;
    font-weight: 600
}

@media(max-width:1399px) {
    .service-details-page .service-details-img-wrap .title-area h2 span {
        font-size: 52px
    }
}

@media(max-width:1199px) {
    .service-details-page .service-details-img-wrap .title-area h2 span {
        font-size: 43px
    }
}

@media(max-width:576px) {
    .service-details-page .service-details-img-wrap .title-area h2 span {
        font-size: 38px
    }
}

.service-details-page .service-details-content-wrap>h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px
}

@media(max-width:1199px) {
    .service-details-page .service-details-content-wrap>h2 {
        font-size: 38px;
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .service-details-page .service-details-content-wrap>h2 {
        font-size: 35px
    }
}

.service-details-page .service-details-content-wrap p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .service-details-page .service-details-content-wrap p {
        margin-bottom: 30px
    }
}

.service-details-page .service-details-content-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -moz-columns: 2;
    columns: 2;
    margin-bottom: 45px
}

@media(max-width:1199px) {
    .service-details-page .service-details-content-wrap ul {
        margin-bottom: 35px
    }
}

@media(max-width:576px) {
    .service-details-page .service-details-content-wrap ul {
        -moz-columns: 1;
        columns: 1
    }
}

.service-details-page .service-details-content-wrap ul li {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .34px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .service-details-page .service-details-content-wrap ul li {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .service-details-page .service-details-content-wrap ul li {
        margin-bottom: 20px
    }
}

.service-details-page .service-details-content-wrap ul li:last-child {
    margin-bottom: 0
}

.service-details-page .service-details-content-wrap ul li svg {
    fill: var(--primary-color)
}

.service-details-page .service-details-content-wrap .img-grp {
    margin-bottom: 25px
}

.service-details-page .service-details-content-wrap .img-grp img {
    border-radius: 5px
}

.service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item {
    border: none;
    background-color: transparent
}

.service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item:first-child .accordion-header .accordion-button {
    padding-top: 0
}

.service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: var(--title-color);
    font-family: var(--font-syne);
    background-color: transparent;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(var(--title-color-opc), 0.2)
}

@media(max-width:767px) {
    .service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px
    }
}

.service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item .accordion-header .accordion-button::after {
    width: unset;
    height: unset;
    content: "\f4fe";
    font-family: bootstrap-icons;
    background-image: none;
    font-weight: 800;
    font-size: 22px
}

.service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: unset
}

.service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f2ea"
}

@media(max-width:767px) {
    .service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px
    }
}

.service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item .accordion-body {
    padding: 20px;
    padding-bottom: 15px;
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .48px
}

@media(max-width:576px) {
    .service-details-page .service-details-content-wrap .faq-area .faq-content .accordion .accordion-item .accordion-body {
        font-size: 14px;
        padding: 15px 10px
    }
}

.team-page .mt-20 {
    margin-top: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .team-page .mt-20 {
        margin-top: 15px
    }
}

@media(max-width:991px) {
    .team-page .mt-20 {
        margin-top: 0
    }
}

.team-page .mt-40 {
    margin-top: 40px
}

@media(min-width:992px) and (max-width:1199px) {
    .team-page .mt-40 {
        margin-top: 25px
    }
}

@media(max-width:991px) {
    .team-page .mt-40 {
        margin-top: 0
    }
}

.faq-contact-wrap {
    background-color: #fdf4eb;
    border-radius: 20px
}

.faq-contact-wrap .contact-address-area {
    text-align: center;
    background-color: #f4ebff;
    padding: 60px 20px;
    border-radius: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .faq-contact-wrap .contact-address-area {
        padding: 50px 20px
    }
}

@media(max-width:767px) {
    .faq-contact-wrap .contact-address-area {
        padding: 40px 20px
    }
}

.faq-contact-wrap .contact-address-area h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

.faq-contact-wrap .contact-address-area .contact-area {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.faq-contact-wrap .contact-address-area .contact-area .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(var(--primary-color-opc), 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.faq-contact-wrap .contact-address-area .contact-area .icon svg {
    fill: var(--primary-color)
}

.faq-contact-wrap .contact-address-area .contact-area .content {
    position: relative
}

.faq-contact-wrap .contact-address-area .contact-area .content::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(var(--title-color-opc), 0.15);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px
}

.faq-contact-wrap .contact-address-area .contact-area .content span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    margin-bottom: 5px
}

.faq-contact-wrap .contact-address-area .contact-area .content h5 {
    margin-bottom: 0
}

.faq-contact-wrap .contact-address-area .contact-area .content h5 a {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    transition: .5s
}

.faq-contact-wrap .contact-address-area .contact-area .content h5 a:hover {
    color: var(--primary-color)
}

.faq-contact-wrap .faq-nav-btn-area {
    padding: 40px 25px
}

@media(max-width:767px) {
    .faq-contact-wrap .faq-nav-btn-area {
        padding: 30px 20px
    }
}

.faq-contact-wrap .faq-nav-btn-area .nav-pills .nav-link {
    background-color: transparent;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--white-color);
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

@media(min-width:992px) and (max-width:1199px) {
    .faq-contact-wrap .faq-nav-btn-area .nav-pills .nav-link {
        font-size: 18px;
        padding-bottom: 25px;
        margin-bottom: 25px
    }
}

@media(max-width:767px) {
    .faq-contact-wrap .faq-nav-btn-area .nav-pills .nav-link {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.faq-contact-wrap .faq-nav-btn-area .nav-pills .nav-link:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: unset
}

.faq-contact-wrap .faq-nav-btn-area .nav-pills .nav-link.active {
    color: var(--primary-color)
}

.faq-page .faq-wrap {
    margin-left: 30px
}

@media(max-width:1399px) {
    .faq-page .faq-wrap {
        margin-left: 20px
    }
}

@media(max-width:1199px) {
    .faq-page .faq-wrap {
        margin-left: 0
    }
}

.contact-map-section {
    margin-bottom: -75px
}

@media(max-width:991px) {
    .contact-map-section {
        margin-bottom: 80px
    }
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    min-height: 650px;
    filter: invert(1) hue-rotate(180deg) brightness(1) grayscale(1)
}

@media(max-width:1399px) {
    .contact-map-section iframe {
        min-height: 550px
    }
}

@media(max-width:767px) {
    .contact-map-section iframe {
        min-height: 450px
    }
}

.terms-and-conditions-page .update-date {
    display: flex;
    align-items: center;
    gap: 48px;
    line-height: 1
}

@media(max-width:576px) {
    .terms-and-conditions-page .update-date {
        gap: 30px
    }
}

.terms-and-conditions-page .update-date h6 {
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.terms-and-conditions-page .update-date h6 i {
    color: var(--primary-color)
}

.terms-and-conditions-page .update-date h6::after {
    content: "";
    width: 28px;
    height: 1px;
    background-color: var(--primary-color3);
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:576px) {
    .terms-and-conditions-page .update-date h6::after {
        width: 18px;
        right: -24px
    }
}

.terms-and-conditions-page .update-date span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.terms-and-conditions-page .terms-and-conditions h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .terms-and-conditions-page .terms-and-conditions h2 {
        font-size: 28px;
        margin-bottom: 15px
    }
}

.terms-and-conditions-page .terms-and-conditions h3 {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .terms-and-conditions-page .terms-and-conditions h3 {
        font-size: 28px;
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .terms-and-conditions-page .terms-and-conditions h3 {
        font-size: 25px
    }
}

.terms-and-conditions-page .terms-and-conditions p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px
}

@media(max-width:576px) {
    .terms-and-conditions-page .terms-and-conditions p {
        font-size: 15px
    }
}

.terms-and-conditions-page .terms-and-conditions p:last-child {
    margin-bottom: 0
}

.terms-and-conditions-page .terms-and-conditions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 50px;
    margin-bottom: 20px;
    padding-top: 5px
}

@media(max-width:991px) {
    .terms-and-conditions-page .terms-and-conditions ul {
        padding-left: 30px
    }
}

@media(max-width:767px) {
    .terms-and-conditions-page .terms-and-conditions ul {
        padding-left: 20px
    }
}

.terms-and-conditions-page .terms-and-conditions ul li {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px
}

@media(max-width:576px) {
    .terms-and-conditions-page .terms-and-conditions ul li {
        font-size: 15px
    }
}

.terms-and-conditions-page .terms-and-conditions ul li strong {
    color: var(--title-color);
    font-weight: 600;
    line-height: 30px
}

.terms-and-conditions-page .terms-and-conditions .btn-area {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 50px
}

@media(max-width:991px) {
    .terms-and-conditions-page .terms-and-conditions .btn-area {
        padding-top: 40px
    }
}

@media(max-width:767px) {
    .terms-and-conditions-page .terms-and-conditions .btn-area {
        padding-top: 30px
    }
}

.terms-and-conditions-page .terms-and-conditions .btn-area button {
    border: unset
}

.terms-and-conditions-page .terms-and-conditions .btn-area .primary-btn,
.terms-and-conditions-page .terms-and-conditions .btn-area .primary-btn2 {
    font-size: 17px;
    font-weight: 500;
    padding: 12px 25px
}

.terms-and-conditions-page .terms-and-conditions.two ul {
    margin-bottom: 0
}

.error-page {
    text-align: center
}

.error-page .error-content {
    padding-top: 95px
}

@media(max-width:1399px) {
    .error-page .error-content {
        padding-top: 80px
    }
}

@media(max-width:1199px) {
    .error-page .error-content {
        padding-top: 70px
    }
}

@media(max-width:991px) {
    .error-page .error-content {
        padding-top: 60px
    }
}

@media(max-width:767px) {
    .error-page .error-content {
        padding-top: 50px
    }
}

.error-page .error-content h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 65px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .01em;
    margin-bottom: 25px
}

@media(max-width:1399px) {
    .error-page .error-content h2 {
        font-size: 58px
    }
}

@media(max-width:1199px) {
    .error-page .error-content h2 {
        font-size: 55px
    }
}

@media(max-width:991px) {
    .error-page .error-content h2 {
        font-size: 50px
    }
}

@media(max-width:767px) {
    .error-page .error-content h2 {
        font-size: 40px;
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .error-page .error-content h2 {
        font-size: 36px
    }
}

.error-page .error-content h2 span {
    color: var(--primary-color2)
}

.error-page .error-content p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .03em;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .error-page .error-content p {
        margin-bottom: 35px
    }
}

@media(max-width:576px) {
    .error-page .error-content p {
        font-size: 17px
    }
}

.error-page .error-content .star-btn a {
    position: relative;
    line-height: 1;
    transition: .5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.error-page .error-content .star-btn a .bg {
    line-height: 1;
    transition: .5s
}

.error-page .error-content .star-btn a .bg svg {
    fill: var(--primary-color);
    transition: .5s
}

.error-page .error-content .star-btn a .details-button {
    transition: .5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    padding: 0 1.375em .0625em 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) .0625em;
    transition: background-size .2s linear var(--background-delay, 0.15s);
    border: none;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap
}

.error-page .error-content .star-btn a .details-button::after {
    content: "\f123";
    font-family: bootstrap-icons;
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    opacity: 1;
    transition: opacity .3s .15s;
    color: var(--white-color)
}

.error-page .error-content .star-btn a .details-button svg {
    position: absolute;
    display: block;
    line-height: 1.8125em;
    width: 1.375em;
    height: 1.8125em;
    right: 0;
    left: initial;
    top: 50%;
    margin: -.92em 0 0;
    fill: none;
    stroke: var(--white-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s)
}

.error-page .error-content .star-btn a:hover .bg svg {
    fill: var(--primary-color3)
}

.error-page .error-content .star-btn a:hover .details-button {
    --background-size: 0%;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: var(--white-color)
}

.error-page .error-content .star-btn a:hover .details-button svg {
    stroke: var(--white-color)
}

.error-page .error-content .star-btn a:hover .details-button::after {
    opacity: 0;
    transition-delay: 0s;
    color: var(--white-color)
}

.product-card {
    border: 1px solid #ececec;
    padding: 5px;
    transition: .5s;
    position: relative
}

.product-card .product-card-img {
    position: relative;
    overflow: hidden
}

.product-card .product-card-img>a img {
    transition: all .5s ease-out
}

.product-card .product-card-img>a .batch {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px
}

.product-card .product-card-img>a .batch>span {
    width: 52px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-syne);
    letter-spacing: .3px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    z-index: 1
}

.product-card .product-card-img .cart-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .5s ease-in-out
}

.product-card .product-card-img .cart-area .add-cart-btn {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-inter);
    font-weight: 500;
    background: var(--primary-color);
    padding: 12px 18px;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 7px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    transition: .5s
}

.product-card .product-card-img .cart-area .add-cart-btn::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color3);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.product-card .product-card-img .cart-area .add-cart-btn:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.product-card .product-card-content {
    padding: 30px 20px
}

.product-card .product-card-content h6 {
    margin-bottom: 10px
}

.product-card .product-card-content h6 a {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.3;
    transition: .5s
}

@media(max-width:1199px) {
    .product-card .product-card-content h6 a {
        font-size: 21px
    }
}

.product-card .product-card-content h6 a:hover {
    color: var(--primary-color)
}

.product-card .product-card-content>span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px
}

.product-card .product-card-content>span del {
    color: #ababab;
    font-size: 15px;
    font-weight: 400
}

.product-card .product-card-content .rating {
    display: flex;
    align-items: baseline;
    gap: 8px
}

.product-card .product-card-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px
}

.product-card .product-card-content .rating ul li {
    line-height: 1
}

.product-card .product-card-content .rating ul li i {
    color: #ffc200;
    font-size: 12px
}

.product-card .product-card-content .rating span {
    color: #ababab;
    font-size: 13px;
    font-family: var(--font-inter);
    font-weight: 400;
    line-height: 1
}

.product-card .for-border {
    width: 0
}

.product-card .for-border::before {
    content: "";
    position: absolute;
    right: -.5px;
    top: 0;
    height: 0%;
    width: .5px;
    background: rgba(var(--title-color-opc), 0.6);
    transition: .3s;
    transition-delay: .5s
}

.product-card .for-border::after {
    content: "";
    position: absolute;
    left: -.5px;
    bottom: 0;
    height: 0%;
    width: .5px;
    background: rgba(var(--title-color-opc), 0.6);
    transition: .3s;
    transition-delay: .6s
}

.product-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.5px;
    width: 0%;
    height: .5px;
    background: rgba(var(--title-color-opc), 0.6);
    transition: .3s;
    transition-delay: .9s
}

.product-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.5px;
    width: 0%;
    height: .5px;
    background: rgba(var(--title-color-opc), 0.6);
    transition: .3s;
    transition-delay: .9s
}

.product-card:hover .product-card-img a img {
    transform: scale(1.1)
}

.product-card:hover .product-card-img .cart-area {
    opacity: 1;
    transform: scaleY(1)
}

.product-card:hover::before {
    width: 100%;
    transition-delay: 0s
}

.product-card:hover::after {
    width: 100%;
    transition-delay: 0s
}

.product-card:hover .for-border::before {
    height: 100%;
    transition-delay: .3s
}

.product-card:hover .for-border::after {
    height: 100%;
    transition-delay: .3s
}

.innerpage-pagination-area .paginations {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    border: 1px solid rgba(var(--primary-color3-opc), 0.2);
    border-radius: 40px;
    padding: 6px 20px
}

@media(max-width:991px) {
    .innerpage-pagination-area .paginations {
        gap: 24px
    }
}

.innerpage-pagination-area .paginations .page-item a {
    color: rgba(63, 68, 75, .5);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid rgba(var(--primary-color3-opc), 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.innerpage-pagination-area .paginations .page-item a:hover {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
    color: var(--white-color)
}

.innerpage-pagination-area .paginations .page-item.active a {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
    color: var(--white-color)
}

.innerpage-pagination-area .paginations .page-item.paginations-button a {
    width: unset;
    height: unset;
    border: unset;
    background-color: unset
}

.innerpage-pagination-area .paginations .page-item.paginations-button a svg {
    fill: rgba(63, 68, 75, .5);
    transition: .5s
}

.innerpage-pagination-area .paginations .page-item.paginations-button a:hover svg {
    fill: var(--primary-color2)
}

.product-details-top-section .product-details-img {
    position: relative
}

@media(min-width:992px) and (max-width:1199px) {
    .product-details-top-section .product-details-img {
        flex-direction: column;
        gap: 40px
    }
}

@media(max-width:576px) {
    .product-details-top-section .product-details-img {
        flex-direction: column;
        gap: 40px
    }
}

.product-details-top-section .product-details-img .product-details-tab-img {
    position: relative;
    overflow: hidden
}

.product-details-top-section .product-details-img .product-details-tab-img img {
    border-radius: 10px
}

@media(max-width:991px) {
    .product-details-top-section .product-details-img .product-details-tab-img img {
        width: 100%
    }
}

.product-details-top-section .product-details-img .nav-pills {
    padding-top: 30px;
    -moz-columns: 4;
    columns: 4;
    display: block
}

@media(max-width:576px) {
    .product-details-top-section .product-details-img .nav-pills {
        -moz-columns: unset;
        columns: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px
    }
}

.product-details-top-section .product-details-img .nav-pills .nav-link {
    background-color: unset;
    border-radius: unset;
    padding: 0;
    position: relative
}

.product-details-top-section .product-details-img .nav-pills .nav-link img {
    border-radius: 10px
}

@media(max-width:576px) {
    .product-details-top-section .product-details-img .nav-pills .nav-link img {
        max-width: 100px;
        min-width: 100px
    }
}

.product-details-top-section .product-details-img .nav-pills .nav-link::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--title-color);
    opacity: .3;
    border-radius: 10px
}

.product-details-top-section .product-details-img .nav-pills .nav-link.active::after {
    display: none
}

.product-details-top-section .product-details-content h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .7px;
    margin-bottom: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .product-details-top-section .product-details-content h2 {
        font-size: 33px
    }
}

@media(max-width:576px) {
    .product-details-top-section .product-details-content h2 {
        font-size: 30px;
        margin-bottom: 15px
    }
}

.product-details-top-section .product-details-content .rating-review {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .product-details-top-section .product-details-content .rating-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 0
    }
}

.product-details-top-section .product-details-content .rating-review .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1
}

.product-details-top-section .product-details-content .rating-review .rating .star {
    display: flex;
    align-items: center;
    gap: 6px
}

.product-details-top-section .product-details-content .rating-review .rating .star i {
    font-size: 14px;
    color: #ffc107
}

.product-details-top-section .product-details-content .rating-review .rating a {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    transition: .5s
}

.product-details-top-section .product-details-content .rating-review .rating a:hover {
    color: var(--primary-color)
}

.product-details-top-section .product-details-content p {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .48px;
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .product-details-top-section .product-details-content p {
        font-size: 15px
    }
}

.product-details-top-section .product-details-content .price-area {
    margin-bottom: 35px
}

@media(min-width:992px) and (max-width:1199px) {
    .product-details-top-section .product-details-content .price-area {
        margin-bottom: 30px
    }
}

.product-details-top-section .product-details-content .price-area span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

.product-details-top-section .product-details-content .price-area span del {
    color: #ababab;
    font-size: 18px;
    font-weight: 400
}

.product-details-top-section .product-details-content .quantity-area {
    margin-bottom: 35px
}

.product-details-top-section .product-details-content .quantity-area h6 {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .48px;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .product-details-top-section .product-details-content .quantity-area h6 {
        margin-bottom: 15px
    }
}

.product-details-top-section .product-details-content .quantity-area .quantity-counter {
    display: flex;
    align-items: center;
    gap: 10px
}

.product-details-top-section .product-details-content .quantity-area .quantity-counter a {
    width: 40px;
    height: 40px;
    background: rgba(var(--title-color-opc), 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color);
    border-radius: 5px;
    transition: .5s
}

.product-details-top-section .product-details-content .quantity-area .quantity-counter a:hover {
    background-color: var(--primary-color);
    color: var(--white-color)
}

.product-details-top-section .product-details-content .quantity-area .quantity-counter .quantity__input {
    max-width: 58px;
    width: 100%;
    height: 40px;
    border: 1px solid var(--primary-color3);
    background-color: var(--white-color);
    border-radius: 5px;
    text-align: center;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .48px
}

.product-details-top-section .product-details-content .quantity-area .quantity-counter .quantity__input:focus {
    border: 1px solid #ddd
}

.product-details-top-section .product-details-content .product-details-btn {
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid rgba(var(--primary-color3-opc), 0.2);
    padding-bottom: 30px;
    flex-wrap: wrap
}

@media(max-width:576px) {
    .product-details-top-section .product-details-content .product-details-btn {
        gap: 20px
    }
}

.product-details-top-section .product-details-content .product-details-btn .primary-btn,
.product-details-top-section .product-details-content .product-details-btn .primary-btn2 {
    padding: 16px 30px;
    font-size: 16px
}

.product-details-top-section .product-details-content .payment-method {
    margin-top: 25px;
    padding: 17px 30px;
    border: 1px solid rgba(var(--primary-color3-opc), 0.1);
    border-radius: 5px;
    max-width: 460px;
    width: 100%;
    margin-bottom: 20px
}

.product-details-top-section .product-details-content .payment-method h6 {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .48px;
    margin-bottom: 15px
}

.product-details-top-section .product-details-content .payment-method .payment-card-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px
}

.product-details-top-section .product-details-content .product-shipping-delivers {
    padding: 0;
    margin: 0;
    list-style: none
}

.product-details-top-section .product-details-content .product-shipping-delivers li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.product-details-top-section .product-details-content .product-shipping-delivers li:last-child {
    margin-bottom: 0
}

.product-details-top-section .product-details-content .product-shipping-delivers li svg {
    fill: var(--primary-color)
}

.product-details-top-section .product-details-content .product-shipping-delivers li p {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    margin-bottom: 0
}

.product-details-top-section .product-details-content .product-shipping-delivers li p a {
    color: rgba(var(--title-color-opc), 0.6);
    background: linear-gradient(to bottom, #100C08 0%, #100C08 98%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s
}

.product-details-top-section .product-details-content .product-shipping-delivers li p a:hover {
    background-size: 0 2px;
    background-position: 0% 100%;
    color: var(--primary-color)
}

.product-details-top-section .product-details-content .wishlist-area {
    padding-top: 20px
}

.product-details-top-section .product-details-content .wishlist-area a {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .5s
}

.product-details-top-section .product-details-content .wishlist-area a span {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.product-details-top-section .product-details-content .wishlist-area a span svg {
    fill: var(--title-color);
    transition: .5s
}

.product-details-top-section .product-details-content .wishlist-area a:hover {
    color: var(--primary-color)
}

.product-details-top-section .product-details-content .wishlist-area a:hover span {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.product-details-top-section .product-details-content .wishlist-area a:hover span svg {
    fill: var(--white-color)
}

.product-details-description {
    scroll-margin-top: 150px
}

.product-details-description .product-details-description-nav .nav-tabs {
    border-bottom: 1px solid var(--primary-color3);
    padding-left: 80px;
    gap: 65px
}

@media(max-width:991px) {
    .product-details-description .product-details-description-nav .nav-tabs {
        gap: 50px
    }
}

@media(max-width:767px) {
    .product-details-description .product-details-description-nav .nav-tabs {
        gap: 20px;
        padding-left: 0
    }
}

@media(max-width:576px) {
    .product-details-description .product-details-description-nav .nav-tabs {
        gap: 10px
    }
}

.product-details-description .product-details-description-nav .nav-tabs .nav-link {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .36px;
    border: none;
    background: linear-gradient(to bottom, rgba(var(--primary-color3-opc), 1) 0%, rgba(var(--primary-color3-opc), 1) 98%);
    background-size: 0 3px;
    background-repeat: no-repeat;
    background-position: right 100%;
    transition: background-size .75s
}

@media(max-width:576px) {
    .product-details-description .product-details-description-nav .nav-tabs .nav-link {
        padding-bottom: 5px;
        margin-right: 15px;
        padding: 0
    }
}

.product-details-description .product-details-description-nav .nav-tabs .nav-link.active {
    color: var(--title-color);
    background-size: 100% 3px;
    background-position: 0% 100%
}

.product-details-description .product-details-description-tab .description-content p {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .45px;
    margin-bottom: 25px
}

.product-details-description .product-details-description-tab .description-content p:last-child {
    margin-bottom: 0
}

.product-details-description .product-details-description-tab .description-content .description-img-grp {
    padding-top: 40px
}

.product-details-description .product-details-description-tab .description-content .description-img-grp img {
    border-radius: 5px
}

.product-details-description .product-details-description-tab .addithonal-information .total-table2 {
    margin-bottom: 0
}

.product-details-description .product-details-description-tab .addithonal-information .total-table2 tbody tr {
    border-width: 1px;
    border-color: var(--border-color)
}

.product-details-description .product-details-description-tab .addithonal-information .total-table2 tbody tr td {
    border-width: 1px;
    border-color: var(--border-color);
    background: var(--white-color);
    padding: 15px;
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-inter);
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle
}

@media(max-width:767px) {
    .product-details-description .product-details-description-tab .addithonal-information .total-table2 tbody tr td {
        padding: 10px
    }
}

.product-details-description .product-details-description-tab .addithonal-information .total-table2 tbody tr td span {
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--font-syne);
    text-align: start;
    line-height: 26px
}

@media(min-width:992px) {
    .product-details-description .product-details-description-tab .addithonal-information .total-table2 tbody tr td span {
        width: 25%
    }
}

.product-details-description .product-details-description-tab .reviews-area .number-of-review {
    line-height: 1;
    margin-bottom: 40px
}

.product-details-description .product-details-description-tab .reviews-area .number-of-review h4 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 24px;
    font-weight: 600
}

@media(max-width:576px) {
    .product-details-description .product-details-description-tab .reviews-area .number-of-review h4 {
        font-size: 22px
    }
}

.product-details-description .product-details-description-tab .reviews-area .comment {
    margin: 0;
    padding: 0;
    list-style: none
}

.product-details-description .product-details-description-tab .reviews-area .comment>li {
    margin-bottom: 40px
}

.product-details-description .product-details-description-tab .reviews-area .comment>li>.single-comment-area {
    margin-bottom: 24px
}

.product-details-description .product-details-description-tab .reviews-area .comment>li:last-child {
    margin-bottom: 0
}

.product-details-description .product-details-description-tab .reviews-area .comment>li:last-child>.single-comment-area {
    margin-bottom: 0
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .author-img img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .author-name-deg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .author-name-deg h6 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 600
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .author-name-deg span {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .author-and-review .review {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 5px;
    line-height: 1;
    margin-bottom: 5px
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .author-and-review .review li {
    line-height: 1
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .author-and-review .review li i {
    color: #dda701;
    font-size: 12px
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content p {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .replay-btn {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    cursor: pointer;
    transition: .35s
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .replay-btn svg {
    transition: .35s;
    fill: rgba(var(--title-color-opc), 0.6)
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .replay-btn:hover {
    color: var(--primary-color)
}

.product-details-description .product-details-description-tab .reviews-area .comment .single-comment-area .comment-content .replay-btn:hover svg {
    fill: var(--primary-color)
}

.product-details-description .product-details-description-tab .reviews-area .comment .comment-replay {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 70px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 24px 0
}

.product-details-description .product-details-description-tab .reviews-area .comment .comment-replay>li {
    margin-bottom: 30px
}

.product-details-description .product-details-description-tab .reviews-area .comment .comment-replay>li:last-child {
    margin-bottom: 0
}

.product-details-description .product-details-description-tab .review-form {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 4px 3px 40px 0 rgba(16, 33, 34, .06);
    padding: 50px 40px;
    border-radius: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .product-details-description .product-details-description-tab .review-form {
        padding: 40px 30px
    }
}

@media(max-width:576px) {
    .product-details-description .product-details-description-tab .review-form {
        padding: 40px 25px
    }
}

.product-details-description .product-details-description-tab .review-form .number-of-review {
    line-height: 1;
    margin-bottom: 30px
}

.product-details-description .product-details-description-tab .review-form .number-of-review h4 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 24px;
    font-weight: 600
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area {
    margin-bottom: 15px
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area p {
    margin-bottom: 5px;
    color: var(--title-color)
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area .rate {
    float: left
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area .rate:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #ccc;
    padding-right: 8px;
    display: inline-block;
    margin-right: 8px
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area .rate:not(:checked)>label::before {
    content: "\f586";
    font-family: bootstrap-icons !important
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area .rate input:checked~label {
    color: #dda701
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area .rate:not(:checked)>label:hover,
.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area .rate:not(:checked)>label:hover~label {
    color: #dda701
}

.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area input:checked+label:hover,
.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area input:checked+label:hover~label,
.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area input:checked~label:hover,
.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area input:checked~label:hover~label,
.product-details-description .product-details-description-tab .review-form .form-inner2 .review-rate-area label:hover~input:checked~label {
    color: #dda701
}

.product-details-description .product-details-description-tab .review-form .primary-btn {
    padding: 16px 32px
}

.cart-page .cart-widget-title {
    margin-bottom: 35px
}

@media(max-width:991px) {
    .cart-page .cart-widget-title {
        margin-bottom: 25px
    }
}

.cart-page .cart-widget-title h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0
}

.cart-page .cart-shopping-wrapper .cart-table {
    width: 100%
}

@media(max-width:767px) {
    .cart-page .cart-shopping-wrapper .cart-table {
        margin-bottom: 30px
    }
}

.cart-page .cart-shopping-wrapper .cart-table thead tr {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

.cart-page .cart-shopping-wrapper .cart-table thead tr th {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 15px
}

@media(max-width:767px) {
    .cart-page .cart-shopping-wrapper .cart-table thead tr th {
        display: none
    }
}

.cart-page .cart-shopping-wrapper .cart-table thead tr th:first-child {
    padding-left: 0
}

@media(max-width:767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr {
        border-bottom: 1px solid var(--border-color)
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td {
    padding: 30px 15px;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td span {
    color: rgba(var(--title-color-opc), 0.7)
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td:first-child {
    padding-left: 0
}

@media(max-width:767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td {
        text-align: right
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper {
        align-items: flex-end;
        flex-direction: column
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-img img {
    border-radius: 5px;
    max-width: 120px
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 35px
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content p span {
    color: var(--title-color);
    font-weight: 600
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul {
        justify-content: flex-end
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    position: relative;
    transition: .5s
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 1px;
    height: 11px;
    background-color: rgba(var(--title-color-opc), 0.2)
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area {
    position: absolute;
    top: -30px;
    right: -60px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom
}

@media(max-width:991px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area {
        right: unset;
        left: -60px
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity {
    display: flex;
    gap: 5px
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a {
    height: 24px;
    width: 34px;
    border-radius: 4px;
    background: rgba(var(--title-color-opc), 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: .35s
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a i {
    color: var(--title-color);
    transition: .35s
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a:hover {
    background: var(--primary-color2);
    color: var(--white-color)
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a:hover i {
    color: var(--white-color)
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity input {
    height: 24px;
    width: 34px;
    border-radius: 4px;
    border: 1px solid var(--primary-color3);
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--title-color);
    font-weight: 600;
    text-align: center
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area.active {
    opacity: 1;
    transform: scaleY(1);
    animation: fade-down .3s linear
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:hover {
    color: #ff4820
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:hover:last-child {
    color: var(--primary-color1)
}

@media(max-width:767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        position: relative;
        padding: 15px
    }
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        color: var(--title-color);
        font-family: var(--font-inter);
        font-size: 18px;
        font-weight: 500
    }
}

@media(max-width:767px) and (max-width:576px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td::before {
        font-size: 13px;
        font-weight: 700
    }
}

.cart-page .cart-shopping-wrapper .details-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    padding: 0 1.375em .0625em 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) .0625em;
    transition: background-size .2s linear var(--background-delay, 0.15s);
    transform: translateZ(0);
    border: none;
    background-image: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 100%);
    color: var(--primary-color);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap
}

.cart-page .cart-shopping-wrapper .details-button::after {
    content: "\f123";
    font-family: bootstrap-icons;
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    opacity: 1;
    transition: opacity .3s .15s;
    color: var(--primary-color)
}

.cart-page .cart-shopping-wrapper .details-button svg {
    position: absolute;
    display: block;
    line-height: 1.8125em;
    width: 1.375em;
    height: 1.8125em;
    right: 0;
    left: initial;
    top: 50%;
    margin: -.92em 0 0;
    fill: none;
    stroke: var(--title-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s)
}

.cart-page .cart-shopping-wrapper .details-button:hover {
    --background-size: 0%;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s;
    color: var(--title-color)
}

.cart-page .cart-shopping-wrapper .details-button:hover::after {
    opacity: 0;
    transition-delay: 0s
}

@media(min-width:992px) {
    .cart-page .cart-order-sum-area {
        padding-left: 15px
    }
}

.cart-page .cart-order-sum-area .order-summary-wrap {
    padding: 40px 30px;
    border: 1px solid var(--border-color);
    border-radius: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .cart-page .cart-order-sum-area .order-summary-wrap {
        padding: 40px 25px
    }
}

@media(max-width:576px) {
    .cart-page .cart-order-sum-area .order-summary-wrap {
        padding: 35px 25px
    }
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    line-height: 1
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-block
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info {
    text-align: right
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info p {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info strong {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area {
    width: 100%;
    margin-bottom: 10px
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area span {
    margin-bottom: 15px
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner {
    position: relative
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input {
    width: 100%;
    height: 45px;
    padding: 10px 100px 10px 20px;
    border-radius: 5px
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input::-moz-placeholder {
    color: rgba(var(--title-color-opc), 0.5)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input::placeholder {
    color: rgba(var(--title-color-opc), 0.5)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input:focus {
    border-color: #eee
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn {
    padding: 13px 23px;
    border-radius: 0 5px 5px 0;
    background-color: var(--primary-color);
    border: 1px solid var(--border-color);
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .48px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn:hover {
    color: var(--title-color)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:last-child {
    margin-bottom: 40px
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:last-child span {
    font-size: 16px;
    font-weight: 600
}

.cart-page .cart-order-sum-area .order-summary-wrap>.primary-btn {
    width: 100%;
    justify-content: center;
    padding: 18px 25px
}

.checkout-page .checkout-form-wrapper .checkout-form-title {
    margin-bottom: 30px
}

.checkout-page .checkout-form-wrapper .checkout-form-title h4 {
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 30px;
    font-weight: 700
}

@media(max-width:767px) {
    .checkout-page .checkout-form-wrapper .checkout-form-title h4 {
        font-size: 26px
    }
}

.checkout-page .checkout-form-wrapper .checkout-form {
    border-radius: 10px;
    border: 1px solid var(--border-color);
    padding: 45px 35px 50px
}

@media(max-width:767px) {
    .checkout-page .checkout-form-wrapper .checkout-form {
        padding: 45px 20px 50px
    }
}

.checkout-page .checkout-form-wrapper .checkout-form .form-check {
    min-height: unset;
    margin-bottom: 0
}

.checkout-page .checkout-form-wrapper .checkout-form .form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin-top: 5px
}

.checkout-page .checkout-form-wrapper .checkout-form .form-check .form-check-input:focus {
    box-shadow: none
}

.checkout-page .checkout-form-wrapper .checkout-form .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.checkout-page .checkout-form-wrapper .checkout-form .form-check .form-check-input[type=checkbox] {
    border-radius: 3px
}

.checkout-page .checkout-form-wrapper .checkout-form .form-check .form-check-label {
    cursor: pointer;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.checkout-page .cart-menu {
    min-height: 10rem;
    z-index: 99;
    transform-origin: top
}

.checkout-page .cart-body ul {
    padding: 0;
    list-style: none;
    margin-bottom: 50px
}

.checkout-page .cart-body ul .single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.checkout-page .cart-body ul .single-item:last-child {
    margin-bottom: 0
}

.checkout-page .cart-body ul .single-item .item-area {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 100%
}

.checkout-page .cart-body ul .single-item .item-area .close-btn {
    background: 0 0;
    transition: .35s;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 72, 32, .14)
}

.checkout-page .cart-body ul .single-item .item-area .close-btn i {
    color: #ff4820;
    line-height: 1;
    font-size: 20px;
    transition: .35s
}

.checkout-page .cart-body ul .single-item .item-area .close-btn:hover {
    background-color: #ff4820
}

.checkout-page .cart-body ul .single-item .item-area .close-btn:hover i {
    color: var(--white-color)
}

.checkout-page .cart-body ul .single-item .item-area .main-item {
    display: flex;
    gap: 15px;
    width: 100%
}

@media(max-width:767px) {
    .checkout-page .cart-body ul .single-item .item-area .main-item {
        gap: 12px
    }
}

.checkout-page .cart-body ul .single-item .item-area .main-item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.checkout-page .cart-body ul .single-item .item-area .main-item .item-img img {
    height: 70px;
    max-width: 90px;
    min-width: 90px;
    border-radius: 5px
}

@media(max-width:767px) {
    .checkout-page .cart-body ul .single-item .item-area .main-item .item-img img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.checkout-page .cart-body ul .single-item .item-area .main-item .content-and-quantity {
    width: 100%
}

.checkout-page .cart-body ul .single-item .item-area .main-item .content {
    line-height: 1;
    margin-bottom: 10px
}

.checkout-page .cart-body ul .single-item .item-area .main-item .content span {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 14px;
    color: var(--paragraph-color);
    display: inline-block
}

.checkout-page .cart-body ul .single-item .item-area .main-item .content h6 {
    margin-bottom: 0;
    line-height: 1
}

.checkout-page .cart-body ul .single-item .item-area .main-item .content h6 a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--title-color);
    transition: .5s
}

@media(max-width:767px) {
    .checkout-page .cart-body ul .single-item .item-area .main-item .content h6 a {
        font-size: 14px
    }
}

.checkout-page .cart-body ul .single-item .item-area .main-item .content h6 a:hover {
    color: var(--primary-color)
}

.checkout-page .cart-body ul .single-item .quantity-area .quantity {
    display: flex;
    gap: 5px
}

.checkout-page .cart-body ul .single-item .quantity-area .quantity a {
    height: 24px;
    width: 34px;
    border-radius: 4px;
    background: rgba(var(--title-color-opc), 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: .35s
}

.checkout-page .cart-body ul .single-item .quantity-area .quantity a i {
    color: var(--title-color);
    transition: .35s
}

.checkout-page .cart-body ul .single-item .quantity-area .quantity a:hover {
    background: var(--primary-color3);
    color: var(--white-color)
}

.checkout-page .cart-body ul .single-item .quantity-area .quantity a:hover i {
    color: var(--white-color)
}

.checkout-page .cart-body ul .single-item .quantity-area .quantity input {
    height: 24px;
    width: 34px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter);
    font-size: 14px;
    color: var(--title-color);
    font-weight: 600;
    text-align: center
}

.checkout-page .cart-footer {
    justify-content: flex-start;
    padding: 0;
    border-top: 1px solid var(--border-color)
}

.checkout-page .cart-footer .pricing-area {
    width: 100%
}

.checkout-page .cart-footer .pricing-area ul {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    padding: 10px 0
}

.checkout-page .cart-footer .pricing-area ul:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px
}

.checkout-page .cart-footer .pricing-area ul li {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    display: flex;
    justify-content: space-between;
    width: 100%
}

.checkout-page .cart-footer .pricing-area ul.total li {
    font-size: 18px;
    font-weight: 700
}

.checkout-page .cart-footer .primary-btn {
    width: 100%;
    justify-content: center
}

.checkout-page .choose-payment-method {
    margin-bottom: 40px;
    line-height: 1
}

.checkout-page .choose-payment-method h6 {
    margin-bottom: 10px;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 600
}

.checkout-page .choose-payment-method .payment-option {
    line-height: 1
}

.checkout-page .choose-payment-method .payment-option ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.checkout-page .choose-payment-method .payment-option ul li {
    width: 110px;
    height: 68px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.checkout-page .choose-payment-method .payment-option ul li .checked {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: #d2e7ef;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    border-top-left-radius: 5px
}

.checkout-page .choose-payment-method .payment-option ul li .checked i {
    opacity: 0;
    color: var(--white-color);
    margin-left: 2px
}

.checkout-page .choose-payment-method .payment-option ul li.active .checked {
    background: var(--primary-color)
}

.checkout-page .choose-payment-method .payment-option ul li.active .checked i {
    opacity: 1
}

.sidebar-area .widget-title {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 700;
    line-height: .9;
    letter-spacing: .4px;
    border-bottom: 1px solid var(--title-color);
    display: inline-block;
    margin-bottom: 30px
}

.sidebar-area .single-widget {
    padding: 35px;
    border-radius: 5px;
    border: 1px solid rgba(var(--primary-color-opc), 0.1);
    background-color: #faf9f9
}

@media(min-width:992px) and (max-width:1199px) {
    .sidebar-area .single-widget {
        padding: 30px 20px
    }
}

@media(max-width:576px) {
    .sidebar-area .single-widget {
        padding: 30px 20px
    }
}

.sidebar-area .single-widget .category-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-area .single-widget .category-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    transition: .5s
}

.sidebar-area .single-widget .category-list li:last-child {
    margin-bottom: 0
}

.sidebar-area .single-widget .category-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    transition: .5s
}

.sidebar-area .single-widget .category-list li a span {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px;
    display: flex;
    align-items: center;
    gap: 8px
}

.sidebar-area .single-widget .category-list li a span svg {
    fill: rgba(var(--title-color-opc), 0.7);
    transition: .5s
}

.sidebar-area .single-widget .category-list li a span svg path:last-child {
    fill: var(--white-color)
}

.sidebar-area .single-widget .category-list li a span:last-child {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400
}

.sidebar-area .single-widget .category-list li:hover a span {
    color: var(--primary-color)
}

.sidebar-area .single-widget .category-list li:hover a span svg {
    fill: var(--primary-color)
}

.sidebar-area .single-widget .recent-post-widget {
    display: flex;
    align-items: center;
    gap: 15px
}

.sidebar-area .single-widget .recent-post-widget .recent-post-img {
    border-radius: 5px
}

.sidebar-area .single-widget .recent-post-widget .recent-post-img img {
    min-width: 92px;
    max-width: 92px;
    height: 71px;
    border-radius: 5px
}

.sidebar-area .single-widget .recent-post-widget .recent-post-content {
    line-height: 1
}

.sidebar-area .single-widget .recent-post-widget .recent-post-content>a {
    color: #3f444b;
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    transition: .5s
}

@media(max-width:576px) {
    .sidebar-area .single-widget .recent-post-widget .recent-post-content>a {
        margin-bottom: 5px
    }
}

.sidebar-area .single-widget .recent-post-widget .recent-post-content>a:hover {
    color: var(--primary-color)
}

.sidebar-area .single-widget .recent-post-widget .recent-post-content h6 {
    margin-bottom: 0
}

.sidebar-area .single-widget .recent-post-widget .recent-post-content h6 a {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .32px;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .sidebar-area .single-widget .recent-post-widget .recent-post-content h6 a {
        font-size: 14px
    }
}

@media(max-width:576px) {
    .sidebar-area .single-widget .recent-post-widget .recent-post-content h6 a {
        font-size: 16px
    }
}

.sidebar-area .single-widget .recent-post-widget .recent-post-content h6 a:hover {
    color: var(--primary-color)
}

.sidebar-area .single-widget .tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

@media(min-width:992px) and (max-width:1199px) {
    .sidebar-area .single-widget .tag-list {
        gap: 14px
    }
}

.sidebar-area .single-widget .tag-list li a {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 12px;
    font-weight: 600;
    display: block;
    line-height: 1;
    padding: 9px 12px;
    border-radius: 100px;
    background: var(--white-color);
    transition: .5s
}

.sidebar-area .single-widget .tag-list li:hover a {
    color: var(--white-color);
    background-color: var(--primary-color)
}

.sidebar-area .single-widget .search-box {
    display: flex;
    align-items: center
}

.sidebar-area .single-widget .search-box input {
    width: 100%;
    padding: 8px 20px;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 12px;
    height: 45px;
    border-radius: 100px 0 0 100px;
    border: 1px solid rgba(var(--primary-color-opc), 0.3)
}

.sidebar-area .single-widget .search-box input:focus {
    border: 1px solid #ddd
}

.sidebar-area .single-widget .search-box input::-moz-placeholder {
    color: rgba(var(--title-color-opc), 0.4)
}

.sidebar-area .single-widget .search-box input::placeholder {
    color: rgba(var(--title-color-opc), 0.4)
}

.sidebar-area .single-widget .search-box button {
    background-color: var(--primary-color);
    min-width: 90px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 0 100px 100px 0;
    z-index: 1
}

@media(max-width:1399px) {
    .sidebar-area .single-widget .search-box button {
        min-width: 75px
    }
}

.sidebar-area .single-widget .search-box button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--title-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.sidebar-area .single-widget .search-box button i {
    color: var(--white-color);
    font-size: 22px
}

@media(max-width:576px) {
    .sidebar-area .single-widget .search-box button {
        min-width: 70px
    }
}

.sidebar-area .single-widget .search-box button:hover {
    color: var(--white-color)
}

.sidebar-area .single-widget .search-box button:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.sidebar-area .single-widget .social-list {
    display: flex;
    align-items: center;
    gap: 30px
}

.sidebar-area .single-widget .social-list li {
    display: block;
    text-align: center
}

.sidebar-area .single-widget .social-list li a i {
    color: var(--text-color);
    transition: .5s
}

.sidebar-area .single-widget .social-list li a span {
    color: var(--text-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: block;
    padding-top: 2px;
    transition: .5s
}

.sidebar-area .single-widget .social-list li:hover a i {
    color: var(--primary-color1)
}

.sidebar-area .single-widget .social-list li:hover a svg {
    fill: var(--primary-color1)
}

.sidebar-area .single-widget .social-list li:hover a span {
    color: var(--primary-color1)
}

.sidebar-area .sidebar-banner-area {
    position: relative
}

.sidebar-area .sidebar-banner-area img {
    border-radius: 5px
}

@media(max-width:1399px) {
    .sidebar-area .sidebar-banner-area img {
        min-height: 438px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.sidebar-area .sidebar-banner-area .banner-content {
    max-width: 300px;
    width: 100%;
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px
}

@media(max-width:1399px) {
    .sidebar-area .sidebar-banner-area .banner-content {
        bottom: 15px
    }
}

@media(max-width:991px) {
    .sidebar-area .sidebar-banner-area .banner-content {
        bottom: 60px
    }
}

@media(max-width:767px) {
    .sidebar-area .sidebar-banner-area .banner-content {
        bottom: 40px
    }
}

@media(max-width:576px) {
    .sidebar-area .sidebar-banner-area .banner-content {
        bottom: 15px
    }
}

.sidebar-area .sidebar-banner-area .banner-content h2 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 34px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 10px;
    text-align: center
}

.sidebar-area .sidebar-banner-area .banner-content h2 span {
    color: var(--primary-color2)
}

.sidebar-area .sidebar-banner-area .banner-content .contact-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 21px 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%
}

@media(min-width:992px) and (max-width:1199px) {
    .sidebar-area .sidebar-banner-area .banner-content .contact-area {
        padding: 21px 30px
    }
}

.sidebar-area .sidebar-banner-area .banner-content .contact-area .icon {
    padding: 4px 5px;
    background-color: rgba(var(--primary-color2-opc), 0.1);
    border-radius: 5px
}

.sidebar-area .sidebar-banner-area .banner-content .contact-area .icon svg {
    fill: var(--primary-color2)
}

.sidebar-area .sidebar-banner-area .banner-content .contact-area .content {
    line-height: 1
}

.sidebar-area .sidebar-banner-area .banner-content .contact-area .content span {
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-syne);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 10px
}

.sidebar-area .sidebar-banner-area .banner-content .contact-area .content a {
    color: var(--white-color);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    transition: .5s
}

.sidebar-area .sidebar-banner-area .banner-content .contact-area .content a:hover {
    color: var(--primary-color2)
}

.blog-details-page .blog-details-top-area {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px
}

@media(max-width:1199px) {
    .blog-details-page .blog-details-top-area {
        max-width: 830px
    }
}

.blog-details-page .blog-details-top-area .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .blog-details-page .blog-details-top-area .blog-meta {
        margin-bottom: 25px
    }
}

.blog-details-page .blog-details-top-area .blog-meta li {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .3px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    position: relative;
    transition: .25s ease
}

@media(min-width:576px) and (max-width:767px) {
    .blog-details-page .blog-details-top-area .blog-meta li {
        font-size: 13px;
        margin-right: 20px
    }
}

@media(max-width:576px) {
    .blog-details-page .blog-details-top-area .blog-meta li {
        margin-right: 16px;
        font-size: 12px;
        line-height: 1.2
    }
}

.blog-details-page .blog-details-top-area .blog-meta li svg {
    margin-right: 8px;
    fill: rgba(var(--title-color-opc), 0.5);
    transition: .25s ease
}

@media(max-width:767px) {
    .blog-details-page .blog-details-top-area .blog-meta li svg {
        width: 14px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .blog-details-page .blog-details-top-area .blog-meta li svg {
        margin-right: 5px
    }
}

@media(max-width:576px) {
    .blog-details-page .blog-details-top-area .blog-meta li svg {
        margin-right: 5px
    }
}

.blog-details-page .blog-details-top-area .blog-meta li a {
    color: rgba(var(--title-color-opc), 0.5);
    transition: .5s
}

.blog-details-page .blog-details-top-area .blog-meta li:hover a {
    color: var(--primary-color)
}

.blog-details-page .blog-details-top-area .blog-meta li:hover a svg {
    fill: var(--primary-color)
}

.blog-details-page .blog-details-top-area .blog-meta li::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 3px;
    width: 2px;
    height: 10px;
    line-height: 5px;
    background-color: var(--primary-color);
    border-radius: 4px
}

@media(min-width:576px) and (max-width:767px) {
    .blog-details-page .blog-details-top-area .blog-meta li::before {
        right: -10px
    }
}

@media(max-width:576px) {
    .blog-details-page .blog-details-top-area .blog-meta li::before {
        right: -8px
    }
}

.blog-details-page .blog-details-top-area .blog-meta li:last-child {
    margin-right: 0
}

.blog-details-page .blog-details-top-area .blog-meta li:last-child::before {
    display: none;
    visibility: hidden
}

.blog-details-page .blog-details-top-area h2 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 35px
}

@media(max-width:1199px) {
    .blog-details-page .blog-details-top-area h2 {
        font-size: 45px;
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .blog-details-page .blog-details-top-area h2 {
        font-size: 40px;
        margin-bottom: 25px
    }
}

@media(max-width:767px) {
    .blog-details-page .blog-details-top-area h2 {
        font-size: 38px
    }
}

@media(max-width:576px) {
    .blog-details-page .blog-details-top-area h2 {
        font-size: 32px;
        margin-bottom: 20px
    }
}

.blog-details-page .blog-details-top-area .author-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.blog-details-page .blog-details-top-area .author-area .author-img img {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.blog-details-page .blog-details-top-area .author-area .author-content h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0
}

.blog-details-page .blog-details-top-area .author-area .author-content h6 a {
    color: var(--primary-color2);
    text-decoration: underline
}

.blog-details-page .blog-details-thumb img {
    border-radius: 20px
}

@media(max-width:576px) {
    .blog-details-page .blog-details-thumb img {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px
    }
}

.blog-details-page .blog-details-content .line-break {
    height: 15px;
    display: block
}

@media(max-width:576px) {
    .blog-details-page .blog-details-content .line-break {
        height: 10px
    }
}

.blog-details-page .blog-details-content p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9
}

@media(max-width:576px) {
    .blog-details-page .blog-details-content p {
        font-size: 17px
    }
}

.blog-details-page .blog-details-content p.first-para::first-letter {
    float: left;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-right: 15px
}

@media(max-width:576px) {
    .blog-details-page .blog-details-content p.first-para::first-letter {
        font-size: 60px;
        margin-right: 10px
    }
}

.blog-details-page .blog-details-content h3 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-details-page .blog-details-content h3 {
        font-size: 32px
    }
}

@media(max-width:576px) {
    .blog-details-page .blog-details-content h3 {
        font-size: 28px
    }
}

.blog-details-page .blog-details-content blockquote {
    background-color: #fff9f6;
    padding: 28px 40px;
    border-radius: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-details-page .blog-details-content blockquote {
        padding: 28px 30px
    }
}

@media(max-width:767px) {
    .blog-details-page .blog-details-content blockquote {
        padding: 28px 25px
    }
}

@media(max-width:576px) {
    .blog-details-page .blog-details-content blockquote {
        padding: 28px 20px
    }
}

.blog-details-page .blog-details-content blockquote svg {
    fill: var(--primary-color2)
}

.blog-details-page .blog-details-content blockquote p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.9;
    padding-top: 20px;
    margin-bottom: 25px
}

@media(max-width:767px) {
    .blog-details-page .blog-details-content blockquote p {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .blog-details-page .blog-details-content blockquote p {
        font-size: 17px
    }
}

.blog-details-page .blog-details-content blockquote h3 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-details-page .blog-details-content blockquote h3 {
        font-size: 25px
    }
}

@media(max-width:767px) {
    .blog-details-page .blog-details-content blockquote h3 {
        font-size: 22px
    }
}

.blog-details-page .blog-details-content .blog-details-img-grp img {
    border-radius: 10px
}

.blog-details-page .blog-details-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -moz-columns: 2;
    columns: 2
}

@media(max-width:576px) {
    .blog-details-page .blog-details-content ul {
        -moz-columns: unset;
        columns: unset
    }
}


.blog-details-page .feature-list ul {
    margin: 0;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 50px
}
.blog-details-page .feature-list ul li {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px
}
.blog-details-page .feature-list ul li strong {
    color: var(--title-color);
    font-weight: 600
}
.blog-details-page .feature-list ul li:last-child {
    margin-bottom: 0
}

.blog-details-page .feature-list ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color)
}




/* .blog-details-page .blog-details-content ul li {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-syne);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .34px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.blog-details-page .blog-details-content ul li:last-child {
    margin-bottom: 0
}

.blog-details-page .blog-details-content ul li svg {
    fill: var(--primary-color)
} */

.blog-details-page .tag-and-social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.blog-details-page .tag-and-social-area .tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.blog-details-page .tag-and-social-area .tag-list li a {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    transition: .5s
}

.blog-details-page .tag-and-social-area .tag-list li a span {
    color: var(--primary-color2)
}

.blog-details-page .tag-and-social-area .tag-list li a:hover {
    color: var(--primary-color2)
}

.blog-details-page .tag-and-social-area .social-area {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-details-page .tag-and-social-area .social-area h6 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0
}

.blog-details-page .tag-and-social-area .social-area .social-link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
    line-height: 1
}

.blog-details-page .tag-and-social-area .social-area .social-link li a i {
    font-size: 18px;
    color: rgba(var(--title-color-opc), 0.4);
    transition: .5s
}

.blog-details-page .tag-and-social-area .social-area .social-link li a i.bi-twitter-x {
    font-size: 15px
}

.blog-details-page .tag-and-social-area .social-area .social-link li a:hover i {
    color: var(--primary-color2)
}

.blog-details-page .details-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid rgba(var(--title-color-opc), 0.1);
    border-bottom: 1px solid rgba(var(--title-color-opc), 0.1)
}

@media(max-width:767px) {
    .blog-details-page .details-navigation {
        padding: 25px 0
    }
}

.blog-details-page .details-navigation .navigation-arrow {
    width: 40px;
    height: 30px;
    border-radius: 15px;
    background-color: rgba(var(--primary-color-opc), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.blog-details-page .details-navigation .navigation-arrow svg {
    fill: var(--primary-color);
    transition: .5s
}

.blog-details-page .details-navigation .navigation-arrow:hover {
    background-color: var(--primary-color)
}

.blog-details-page .details-navigation .navigation-arrow:hover svg {
    fill: var(--white-color)
}

.blog-details-page .details-navigation p {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-details-page .details-navigation p {
        font-size: 18px
    }
}

.blog-details-page .comment-area .title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px
}

.blog-details-page .comment-area .title h3 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 2px;
    border-bottom: 2px solid var(--primary-color3)
}

@media(max-width:576px) {
    .blog-details-page .comment-area .title h3 {
        font-size: 25px
    }
}

.blog-details-page .comment-area .comment {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-details-page .comment-area .comment>li {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(var(--title-color-opc), 0.1)
}

.blog-details-page .comment-area .comment>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset
}

.blog-details-page .comment-area .comment .single-comment-area {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

@media(max-width:576px) {
    .blog-details-page .comment-area .comment .single-comment-area {
        gap: 10px
    }
}

.blog-details-page .comment-area .comment .single-comment-area .author-img img {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 15px
}

@media(max-width:576px) {
    .blog-details-page .comment-area .comment .single-comment-area .author-img img {
        max-width: 70px;
        min-width: 70px;
        height: 70px;
        border-radius: 10px
    }
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .author-name-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .blog-details-page .comment-area .comment .single-comment-area .comment-content .author-name-date {
        margin-bottom: 15px
    }
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .author-name-date h4 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 24px;
    font-weight: 600
}

@media(max-width:767px) {
    .blog-details-page .comment-area .comment .single-comment-area .comment-content .author-name-date h4 {
        font-size: 22px
    }
}

@media(max-width:576px) {
    .blog-details-page .comment-area .comment .single-comment-area .comment-content .author-name-date h4 {
        font-size: 20px
    }
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .author-name-date span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 28px
}

@media(max-width:576px) {
    .blog-details-page .comment-area .comment .single-comment-area .comment-content p {
        font-size: 15px
    }
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn {
    display: inline-block;
    padding: 10px 26px;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    line-height: 1;
    cursor: pointer;
    transition: .35s
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
    transition: .35s;
    fill: var(--title-color)
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn .details-button {
    transition: .5s;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    padding: 0 1.375em .0625em 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) .0625em;
    transition: background-size .2s linear var(--background-delay, 0.15s);
    border: none;
    background-image: linear-gradient(0deg, #7572FD 0%, #7572FD 100%);
    color: var(--primary-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn .details-button::after {
    content: "\f123";
    font-family: bootstrap-icons;
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    opacity: 1;
    transition: opacity .3s .15s;
    color: var(--primary-color)
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn .details-button svg {
    position: absolute;
    display: block;
    line-height: 1.8125em;
    width: 1.375em;
    height: 1.8125em;
    right: 0;
    left: initial;
    top: 50%;
    margin: -.92em 0 0;
    fill: none;
    stroke: var(--title-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s)
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn:hover {
    background-color: var(--primary-color)
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn:hover .details-button {
    --background-size: 0%;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: var(--white-color)
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn:hover .details-button svg {
    stroke: var(--white-color)
}

.blog-details-page .comment-area .comment .single-comment-area .comment-content .replay-btn:hover .details-button::after {
    opacity: 0;
    transition-delay: 0s;
    color: var(--white-color)
}

.blog-details-page .inquiry-form-area {
    padding-top: 120px
}

@media(max-width:1199px) {
    .blog-details-page .inquiry-form-area {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .blog-details-page .inquiry-form-area {
        padding-top: 70px
    }
}

.blog-details-page .inquiry-form-area .inquiry-form {
    background: var(--white-color);
    border: 1px solid rgba(var(--title-color-opc), 0.1);
    box-shadow: 0 0 25px 0 rgba(117, 114, 253, .0784313725);
    padding: 45px 55px;
    border-radius: 20px
}

@media(max-width:767px) {
    .blog-details-page .inquiry-form-area .inquiry-form {
        padding: 45px 30px
    }
}

@media(max-width:576px) {
    .blog-details-page .inquiry-form-area .inquiry-form {
        padding: 40px 25px;
        border-radius: 15px
    }
}

.blog-details-page .inquiry-form-area .inquiry-form button {
    border: unset
}

.blog-details-page .inquiry-form-area .inquiry-form button.primary-btn2 {
    font-size: 16px;
    padding: 16px 22px
}

.case-study-details-page .case-study-details-top-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .case-study-details-page .case-study-details-top-area ul {
        justify-content: start
    }
}

@media(max-width:576px) {
    .case-study-details-page .case-study-details-top-area ul {
        flex-direction: column;
        align-items: flex-start
    }
}

.case-study-details-page .case-study-details-top-area ul li span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 10px
}

.case-study-details-page .case-study-details-top-area ul li h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0
}

.case-study-details-page .case-study-details-top-area ul li svg {
    fill: none;
    stroke: rgba(var(--title-color-opc), 0.2)
}

@media(max-width:991px) {
    .case-study-details-page .case-study-details-top-area ul li.divider {
        display: none
    }
}

.case-study-details-page .case-study-details-top-area .case-study-details-thumb {
    padding-top: 60px
}

.case-study-details-page .case-study-details-top-area .case-study-details-thumb img {
    border-radius: 20px
}

.case-study-details-page .case-study-details-content .line-break {
    height: 15px;
    display: block
}

@media(max-width:576px) {
    .case-study-details-page .case-study-details-content .line-break {
        height: 10px
    }
}

.case-study-details-page .case-study-details-content p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9
}

@media(max-width:576px) {
    .case-study-details-page .case-study-details-content p {
        font-size: 17px
    }
}

.case-study-details-page .case-study-details-content p.first-para::first-letter {
    float: left;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-right: 15px
}

@media(max-width:576px) {
    .case-study-details-page .case-study-details-content p.first-para::first-letter {
        font-size: 60px;
        margin-right: 10px
    }
}

.case-study-details-page .case-study-details-content h3 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:767px) {
    .case-study-details-page .case-study-details-content h3 {
        font-size: 32px
    }
}

@media(max-width:576px) {
    .case-study-details-page .case-study-details-content h3 {
        font-size: 28px
    }
}

.case-study-details-page .case-study-details-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.case-study-details-page .case-study-details-content ul li {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px
}

.case-study-details-page .case-study-details-content ul li svg {
    fill: var(--primary-color2);
    min-width: 11px
}

.case-study-details-page .case-study-details-content ul li:last-child {
    margin-bottom: 0
}

.case-study-details-page .case-study-details-content img {
    border-radius: 10px
}

.case-study-details-page .details-navigation {
    padding: 35px 0;
    border-top: 1px solid rgba(var(--title-color-opc), 0.1);
    border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .case-study-details-page .details-navigation {
        gap: 40px
    }
}

.case-study-details-page .details-navigation .single-navigation {
    display: flex;
    align-items: center;
    gap: 50px
}

@media(max-width:576px) {
    .case-study-details-page .details-navigation .single-navigation {
        gap: 35px
    }
}

.case-study-details-page .details-navigation .single-navigation .nav-btn {
    color: var(--primary-color);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: .5s
}

.case-study-details-page .details-navigation .single-navigation .nav-btn svg {
    fill: var(--primary-color);
    transition: .5s
}

.case-study-details-page .details-navigation .single-navigation .nav-btn:hover {
    color: var(--primary-color2)
}

.case-study-details-page .details-navigation .single-navigation .nav-btn:hover svg {
    transform: rotate(-30deg);
    fill: var(--primary-color2)
}

.case-study-details-page .details-navigation .single-navigation .content h6 {
    margin-bottom: 0;
    position: relative;
    max-width: 290px;
    width: 100%
}

.case-study-details-page .details-navigation .single-navigation .content h6 a {
    color: #3f444b;
    font-family: var(--font-syne);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: .5s
}

@media(max-width:576px) {
    .case-study-details-page .details-navigation .single-navigation .content h6 a {
        font-size: 15px
    }
}

.case-study-details-page .details-navigation .single-navigation .content h6 a:hover {
    color: var(--title-color)
}

.case-study-details-page .details-navigation .single-navigation .content h6::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    background: linear-gradient(88.68deg, rgba(255, 139, 74, 0.2) 1.26%, rgba(255, 139, 74, 0.133683) 17.47%, rgba(255, 139, 74, 0.0724742) 34.48%, rgba(255, 139, 74, 0.03) 55.7%);
    width: 44px;
    height: 84px;
    border-radius: 10px 0 0 10px
}

@media(max-width:991px) {
    .case-study-details-page .details-navigation .single-navigation .content h6::before {
        height: 74px;
        width: 35px;
        left: -20px
    }
}

.case-study-details-page .details-navigation .single-navigation.two .nav-btn:hover svg {
    transform: rotate(30deg);
    fill: var(--primary-color2)
}

.case-study-details-page .details-navigation .single-navigation.two .content h6 {
    text-align: end
}

.case-study-details-page .details-navigation .single-navigation.two .content h6::before {
    left: unset;
    right: -25px;
    background: linear-gradient(-88.68deg, rgba(255, 139, 74, 0.2) 1.26%, rgba(255, 139, 74, 0.133683) 17.47%, rgba(255, 139, 74, 0.0724742) 34.48%, rgba(255, 139, 74, 0.03) 55.7%);
    border-radius: 0 10px 10px 0
}

@media(max-width:991px) {
    .case-study-details-page .details-navigation .single-navigation.two .content h6::before {
        right: -20px
    }
}

.case-study-details-page .case-sidebar .social-share-area {
    border-radius: 5px;
    border: 1px solid rgba(var(--primary-color-opc), 0.1);
    background: rgba(var(--primary-color2-opc), 0.05);
    padding: 25px 35px
}

@media(max-width:1199px) {
    .case-study-details-page .case-sidebar .social-share-area {
        padding: 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-details-page .case-sidebar .social-share-area {
        padding: 25px 15px
    }
}

.case-study-details-page .case-sidebar .social-share-area h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid var(--primary-color3);
    display: inline-block;
    margin-bottom: 25px
}

.case-study-details-page .case-sidebar .social-share-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px
}

@media(max-width:1399px) {
    .case-study-details-page .case-sidebar .social-share-area ul {
        gap: 25px;
        flex-wrap: wrap
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-details-page .case-sidebar .social-share-area ul {
        gap: 22px
    }
}

.case-study-details-page .case-sidebar .social-share-area ul li {
    line-height: 1
}

.case-study-details-page .case-sidebar .social-share-area ul li a {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 12px;
    font-weight: 400;
    transition: .35s;
    display: block;
    text-align: center
}

.case-study-details-page .case-sidebar .social-share-area ul li a i {
    font-size: 16px
}

.case-study-details-page .case-sidebar .social-share-area ul li a span {
    display: block;
    padding-top: 5px
}

.case-study-details-page .case-sidebar .social-share-area ul li a:hover {
    color: var(--primary-color)
}

.case-study-details-page .case-sidebar .sidebar-banner {
    position: relative
}

.case-study-details-page .case-sidebar .sidebar-banner img {
    border-radius: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-details-page .case-sidebar .sidebar-banner img {
        min-height: 420px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap {
    background: linear-gradient(189.54deg, rgba(0, 0, 0, 0.1) 6.82%, rgba(0, 0, 0, 0.9) 78.76%, rgba(0, 0, 0, 0.9) 91.39%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: end;
    padding: 35px
}

@media(max-width:1399px) {
    .case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap {
        padding: 35px 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap {
        padding: 35px 20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap {
        padding: 50px 40px
    }
}

.case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap h2 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .01em;
    max-width: 310px;
    width: 100%;
    margin-bottom: 25px
}

@media(max-width:1199px) {
    .case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap h2 {
        font-size: 35px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap h2 {
        font-size: 50px;
        max-width: 400px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap h2 {
        font-size: 45px;
        max-width: 400px
    }
}

.case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap h2 span {
    color: var(--primary-color2)
}

.case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap .primary-btn {
    font-size: 18px;
    border-radius: 10px;
    padding: 16px 33px;
    background-color: var(--primary-color2)
}

@media(max-width:576px) {
    .case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap .primary-btn {
        font-size: 17px;
        padding: 15px 28px
    }
}

.case-study-details-page .case-sidebar .sidebar-banner .banner-content-wrap .primary-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.portfolio-grid-page .mt-30 {
    margin-top: 30px
}

@media(max-width:1199px) {
    .portfolio-grid-page .mt-30 {
        margin-top: 20px
    }
}

@media(max-width:991px) {
    .portfolio-grid-page .mt-30 {
        margin-top: 0
    }
}

.portfolio-info-flow-card {
    position: relative
}

.portfolio-info-flow-card .info-flow-img img {
    border-radius: 10px
}

.portfolio-info-flow-card .info-flow-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity .3s, transform .7s cubic-bezier(.23, 1, .32, 1)
}

.portfolio-info-flow-card .info-flow-content h6 {
    margin-bottom: 0;
    line-height: 1
}

.portfolio-info-flow-card .info-flow-content h6 a {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .02em;
    background-color: var(--primary-color);
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px 5px 5px 0
}

@media(max-width:1199px) {
    .portfolio-info-flow-card .info-flow-content h6 a {
        padding: 7px 15px;
        font-size: 18px
    }
}

.portfolio-info-flow-card .info-flow-content>a {
    color: rgba(var(--title-color-opc), 0.6);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color2);
    border-radius: 0 0 5px 5px
}

.portfolio-info-flow-card:hover .info-flow-content {
    opacity: 1
}

.portfolio-details-page .portfolio-details-content .line-break {
    height: 15px;
    display: block
}

@media(max-width:576px) {
    .portfolio-details-page .portfolio-details-content .line-break {
        height: 10px
    }
}

.portfolio-details-page .portfolio-details-content>img {
    border-radius: 20px
}

@media(max-width:576px) {
    .portfolio-details-page .portfolio-details-content>img {
        border-radius: 15px
    }
}

.portfolio-details-page .portfolio-details-content p {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 0
}

@media(max-width:576px) {
    .portfolio-details-page .portfolio-details-content p {
        font-size: 17px
    }
}

.portfolio-details-page .portfolio-details-content h3 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:767px) {
    .portfolio-details-page .portfolio-details-content h3 {
        font-size: 32px
    }
}

@media(max-width:576px) {
    .portfolio-details-page .portfolio-details-content h3 {
        font-size: 28px
    }
}

.portfolio-details-page .portfolio-details-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -moz-columns: 2;
    columns: 2
}

@media(max-width:576px) {
    .portfolio-details-page .portfolio-details-content ul {
        -moz-columns: unset;
        columns: unset
    }
}

.portfolio-details-page .portfolio-details-content ul li {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .34px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.portfolio-details-page .portfolio-details-content ul li:last-child {
    margin-bottom: 0
}

.portfolio-details-page .portfolio-details-content ul li svg {
    fill: var(--primary-color)
}

.portfolio-details-page .portfolio-details-content .testimonial-card .author-and-quote-area {
    margin-bottom: 20px
}

.portfolio-details-page .portfolio-details-content .testimonial-card .testimonial-content p {
    color: rgba(var(--title-color-opc), 0.7);
    font-size: 16px
}

.portfolio-details-page .portfolio-details-content .video-area {
    position: relative;
    border-radius: 10px
}

.portfolio-details-page .portfolio-details-content .video-area img {
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.portfolio-details-page .portfolio-details-content .video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color3-opc), 0.2);
    border-radius: 10px
}

.portfolio-details-page .portfolio-details-content .video-area .video-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color-opc), 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

@media(max-width:576px) {
    .portfolio-details-page .portfolio-details-content .video-area .video-icon {
        width: 80px;
        height: 80px
    }
}

.portfolio-details-page .portfolio-details-content .video-area .video-icon svg {
    fill: rgba(255, 255, 255, .8)
}

.portfolio-details-page .portfolio-details-content .video-area .video-icon::before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color-opc), 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

@media(max-width:576px) {
    .portfolio-details-page .portfolio-details-content .video-area .video-icon::before {
        width: 90px;
        height: 90px
    }
}

.portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap {
    border-radius: 10px;
    border: 1px solid rgba(var(--primary-color-opc), 0.1);
    background: rgba(var(--primary-color2-opc), 0.05);
    padding: 35px 30px
}

@media(max-width:1399px) {
    .portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap {
        padding: 35px 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap {
        padding: 30px 20px
    }
}

.portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info {
    margin: 0;
    padding: 0;
    list-style: none
}

.portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info li {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgba(var(--primary-color3-opc), 0.1);
    padding-bottom: 25px;
    margin-bottom: 30px
}

@media(min-width:992px) and (max-width:1199px) {
    .portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info li {
        padding-bottom: 20px;
        margin-bottom: 25px
    }
}

.portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info li .icon svg {
    stroke: rgba(var(--title-color-opc), 0.2)
}

.portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info li .content {
    line-height: 1
}

.portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info li .content span {
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px
}

.portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info li .content h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:1199px) {
    .portfolio-details-page .portfolio-details-sidebar .portfolio-info-wrap .portfolio-info li .content h5 {
        font-size: 18px
    }
}

.portfolio-details-page .portfolio-details-sidebar .sidebar-banner {
    position: relative
}

.portfolio-details-page .portfolio-details-sidebar .sidebar-banner img {
    border-radius: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .portfolio-details-page .portfolio-details-sidebar .sidebar-banner img {
        min-height: 420px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap {
    background: linear-gradient(189.54deg, rgba(0, 0, 0, 0.1) 6.82%, rgba(0, 0, 0, 0.9) 78.76%, rgba(0, 0, 0, 0.9) 91.39%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: end;
    padding: 35px
}

@media(max-width:1399px) {
    .portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap {
        padding: 35px 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap {
        padding: 35px 20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap {
        padding: 50px 40px
    }
}

.portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap h2 {
    color: var(--white-color);
    font-family: var(--font-syne);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .01em;
    max-width: 310px;
    width: 100%;
    margin-bottom: 25px
}

@media(max-width:1199px) {
    .portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap h2 {
        font-size: 35px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap h2 {
        font-size: 50px;
        max-width: 400px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap h2 {
        font-size: 45px;
        max-width: 400px
    }
}

.portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap h2 span {
    color: var(--primary-color2)
}

.portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap .primary-btn {
    font-size: 18px;
    border-radius: 10px;
    padding: 16px 33px;
    background-color: var(--primary-color2)
}

@media(max-width:576px) {
    .portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap .primary-btn {
        font-size: 17px;
        padding: 15px 28px
    }
}

.portfolio-details-page .portfolio-details-sidebar .sidebar-banner .banner-content-wrap .primary-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.portfolio-details-page .details-navigation {
    padding: 35px 0;
    border-top: 1px solid rgba(var(--title-color-opc), 0.1);
    border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .portfolio-details-page .details-navigation {
        gap: 40px
    }
}

.portfolio-details-page .details-navigation .single-navigation {
    display: flex;
    align-items: center;
    gap: 50px
}

@media(max-width:576px) {
    .portfolio-details-page .details-navigation .single-navigation {
        gap: 35px
    }
}

.portfolio-details-page .details-navigation .single-navigation .nav-btn {
    color: var(--primary-color);
    font-family: var(--font-syne);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: .5s
}

.portfolio-details-page .details-navigation .single-navigation .nav-btn svg {
    fill: var(--primary-color);
    transition: .5s
}

.portfolio-details-page .details-navigation .single-navigation .nav-btn:hover {
    color: var(--primary-color2)
}

.portfolio-details-page .details-navigation .single-navigation .nav-btn:hover svg {
    transform: rotate(-30deg);
    fill: var(--primary-color2)
}

.portfolio-details-page .details-navigation .single-navigation .content h6 {
    margin-bottom: 0;
    position: relative;
    max-width: 290px;
    width: 100%
}

.portfolio-details-page .details-navigation .single-navigation .content h6 a {
    color: #3f444b;
    font-family: var(--font-syne);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: .5s
}

@media(max-width:576px) {
    .portfolio-details-page .details-navigation .single-navigation .content h6 a {
        font-size: 15px
    }
}

.portfolio-details-page .details-navigation .single-navigation .content h6 a:hover {
    color: var(--title-color)
}

.portfolio-details-page .details-navigation .single-navigation .content h6::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    background: linear-gradient(88.68deg, rgba(255, 139, 74, 0.2) 1.26%, rgba(255, 139, 74, 0.133683) 17.47%, rgba(255, 139, 74, 0.0724742) 34.48%, rgba(255, 139, 74, 0.03) 55.7%);
    width: 44px;
    height: 84px;
    border-radius: 10px 0 0 10px
}

@media(max-width:991px) {
    .portfolio-details-page .details-navigation .single-navigation .content h6::before {
        height: 74px;
        width: 35px;
        left: -20px
    }
}

.portfolio-details-page .details-navigation .single-navigation.two .nav-btn:hover svg {
    transform: rotate(30deg);
    fill: var(--primary-color2)
}

.portfolio-details-page .details-navigation .single-navigation.two .content h6 {
    text-align: end
}

.portfolio-details-page .details-navigation .single-navigation.two .content h6::before {
    left: unset;
    right: -25px;
    background: linear-gradient(-88.68deg, rgba(255, 139, 74, 0.2) 1.26%, rgba(255, 139, 74, 0.133683) 17.47%, rgba(255, 139, 74, 0.0724742) 34.48%, rgba(255, 139, 74, 0.03) 55.7%);
    border-radius: 0 10px 10px 0
}

@media(max-width:991px) {
    .portfolio-details-page .details-navigation .single-navigation.two .content h6::before {
        right: -20px
    }
}

.job-post-section {
    background-color: #f4f9fd;
    padding: 100px 0
}

@media(max-width:1199px) {
    .job-post-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .job-post-section {
        padding: 70px 0
    }
}

.job-post-section .single-job-card {
    padding: 50px 40px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

@media(max-width:991px) {
    .job-post-section .single-job-card {
        flex-wrap: wrap
    }
}

@media(max-width:576px) {
    .job-post-section .single-job-card {
        padding: 30px 20px
    }
}

.job-post-section .single-job-card .job-list-content {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 820px;
    width: 100%
}

@media(max-width:1199px) {
    .job-post-section .single-job-card .job-list-content {
        max-width: 620px
    }
}

@media(max-width:991px) {
    .job-post-section .single-job-card .job-list-content {
        align-items: flex-start
    }
}

@media(max-width:767px) {
    .job-post-section .single-job-card .job-list-content {
        flex-wrap: wrap
    }
}

.job-post-section .single-job-card .job-list-content .post-name {
    line-height: 1;
    max-width: 320px;
    width: 100%
}

.job-post-section .single-job-card .job-list-content .post-name h4 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 9px
}

.job-post-section .single-job-card .job-list-content .post-name span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500
}

.job-post-section .single-job-card .job-list-content .job-discription ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 500px;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 40px;
    column-gap: 40px
}

@media(max-width:1199px) {
    .job-post-section .single-job-card .job-list-content .job-discription ul {
        -moz-columns: 1;
        columns: 1;
        width: 300px
    }
}

@media(max-width:991px) {
    .job-post-section .single-job-card .job-list-content .job-discription ul {
        width: unset
    }
}

.job-post-section .single-job-card .job-list-content .job-discription ul li {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px
}

.job-post-section .single-job-card .job-list-content .job-discription ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid rgba(46, 68, 141, .5);
    position: absolute;
    left: 0;
    top: 6px
}

.job-post-section .single-job-card .job-list-content .job-discription ul li span {
    color: var(--paragraph-color);
    font-family: var(--font-syne);
    padding-right: 5px
}

@media(max-width:576px) {
    .job-post-section .single-job-card .primary-btn {
        padding: 16px 26px
    }
}

.career-page .section-title h2 {
    font-size: 40px
}

@media(max-width:1399px) {
    .career-page .section-title h2 {
        font-size: 37px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .career-page .section-title h2 {
        font-size: 32px
    }
}

@media(max-width:767px) {
    .career-page .section-title h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .career-page .section-title h2 {
        font-size: 30px
    }
}

.career-page .position-apply-area {
    display: flex;
    gap: 20px;
    margin-top: 10px
}

@media(max-width:991px) {
    .career-page .position-apply-area {
        margin-top: 0
    }
}

.career-page .position-apply-area .icon svg {
    fill: var(--primary-color)
}

.career-page .position-apply-area .content {
    margin-top: -10px
}

.career-page .position-apply-area .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 20px
}

.career-page .position-apply-area .content a {
    color: var(--primary-color);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 8px
}

.career-page .position-apply-area .content a svg {
    transition: .35s;
    fill: var(--primary-color)
}

.career-page .position-apply-area .content a:hover {
    color: var(--title-color)
}

.career-page .position-apply-area .content a:hover svg {
    fill: var(--title-color);
    transform: rotate(45deg)
}

.career-page .career-img a img {
    min-height: 320px;
    -o-object-fit: cover;
    object-fit: cover
}

.career-page .career-img-slider {
    position: relative
}

.career-page .career-img-slider .career-pagination {
    width: unset;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 99
}

.career-page .career-img-slider .career-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    opacity: 1;
    background-color: rgba(255, 255, 255, .5)
}

.career-page .career-img-slider .career-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.career-page .review-and-counter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee
}

@media(min-width:1200px) and (max-width:1399px) {
    .career-page .review-and-counter-area {
        gap: 50px
    }
}

@media(max-width:1199px) {
    .career-page .review-and-counter-area {
        flex-direction: column;
        padding-top: 40px
    }
}

.career-page .review-and-counter-area .review-area {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 20px
}

.career-page .review-and-counter-area .review-area .review-name {
    line-height: 1
}

.career-page .review-and-counter-area .review-area .review-name span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    white-space: nowrap
}

.career-page .review-and-counter-area .review-area .review {
    line-height: 1
}

.career-page .review-and-counter-area .review-area .review ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    margin-bottom: 8px
}

.career-page .review-and-counter-area .review-area .review ul li i {
    font-size: 12px;
    color: #e62415
}

.career-page .review-and-counter-area .review-area .review span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap
}

.career-page .review-and-counter-area .counter-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 940px;
    width: 100%
}

@media(max-width:1199px) {
    .career-page .review-and-counter-area .counter-wrap {
        border-top: 1px solid #eee;
        width: 100%;
        margin-top: 40px
    }
}

@media(max-width:767px) {
    .career-page .review-and-counter-area .counter-wrap {
        flex-wrap: wrap;
        justify-content: center
    }
}

.career-page .review-and-counter-area .counter-wrap .single-counter {
    display: flex;
    gap: 30px;
    width: 33.33%;
    border-right: 1px solid #eee;
    padding: 30px 45px
}

@media(max-width:1399px) {
    .career-page .review-and-counter-area .counter-wrap .single-counter {
        padding: 30px 20px
    }
}

@media(max-width:1199px) {
    .career-page .review-and-counter-area .counter-wrap .single-counter {
        padding: 30px 20px
    }
}

@media(max-width:991px) {
    .career-page .review-and-counter-area .counter-wrap .single-counter {
        gap: 20px;
        padding: 30px 18px
    }
}

@media(max-width:767px) {
    .career-page .review-and-counter-area .counter-wrap .single-counter {
        width: 50%;
        border: none
    }
}

@media(max-width:576px) {
    .career-page .review-and-counter-area .counter-wrap .single-counter {
        width: 100%;
        border: none;
        justify-content: center;
        padding: 20px 18px
    }
}

.career-page .review-and-counter-area .counter-wrap .single-counter:first-child {
    padding-left: 0
}

@media(max-width:576px) {
    .career-page .review-and-counter-area .counter-wrap .single-counter:first-child {
        padding: 20px
    }
}

.career-page .review-and-counter-area .counter-wrap .single-counter:last-child {
    padding-right: 0;
    border: none
}

@media(max-width:576px) {
    .career-page .review-and-counter-area .counter-wrap .single-counter:last-child {
        padding: 20px
    }
}

.career-page .review-and-counter-area .counter-wrap .single-counter .icon svg {
    fill: #566064
}

.career-page .review-and-counter-area .counter-wrap .single-counter .content {
    margin-top: -4px
}

.career-page .review-and-counter-area .counter-wrap .single-counter .content .number {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 13px
}

.career-page .review-and-counter-area .counter-wrap .single-counter .content .number h2 {
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 40px;
    font-weight: 600;
    line-height: 1
}

.career-page .review-and-counter-area .counter-wrap .single-counter .content .number>span {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 40px;
    font-weight: 600;
    line-height: 1
}

.career-page .review-and-counter-area .counter-wrap .single-counter .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500
}

.fact-and-benefits-section .eg-card-2 {
    border: 1px solid #eee;
    padding: 40px 25px;
    position: relative;
    transition: .35s
}

@media(min-width:1400px) and (max-width:1599px) {
    .fact-and-benefits-section .eg-card-2 {
        padding: 40px 20px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .fact-and-benefits-section .eg-card-2 {
        padding: 35px 20px
    }
}

@media(max-width:576px) {
    .fact-and-benefits-section .eg-card-2 {
        padding: 20px;
        gap: 15px
    }
}

.fact-and-benefits-section .eg-card-2 .sl-no {
    position: absolute;
    top: 30px;
    right: 25px;
    line-height: 1
}

@media(max-width:1499px) {
    .fact-and-benefits-section .eg-card-2 .sl-no {
        top: 25px;
        right: 25px
    }
}

@media(max-width:576px) {
    .fact-and-benefits-section .eg-card-2 .sl-no {
        top: 20px;
        right: 20px
    }
}

.fact-and-benefits-section .eg-card-2 .sl-no h3 {
    line-height: 1;
    color: rgba(var(--primary-color-opc), 0.3);
    font-family: var(--font-syne);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0
}

.fact-and-benefits-section .eg-card-2 .icon {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: .35s
}

.fact-and-benefits-section .eg-card-2 .icon svg {
    fill: var(--paragraph-color);
    transition: .5s
}

.fact-and-benefits-section .eg-card-2 .content h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px
}

@media(min-width:1400px) and (max-width:1599px) {
    .fact-and-benefits-section .eg-card-2 .content h5 {
        font-size: 20px
    }
}

.fact-and-benefits-section .eg-card-2 .content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

@media(min-width:1400px) and (max-width:1599px) {
    .fact-and-benefits-section .eg-card-2 .content p {
        font-size: 13px
    }
}

.fact-and-benefits-section .eg-card-2:hover {
    border-color: var(--primary-color)
}

.fact-and-benefits-section .eg-card-2:hover .icon svg {
    fill: var(--primary-color);
    transform: rotate(360deg)
}

.career-details-page p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7
}

.career-details-page p strong {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3
}

.career-details-page p span {
    color: var(--title-color);
    font-weight: 600
}

.career-details-page .job-responsibility p {
    margin-bottom: 15px
}

.career-details-page .job-responsibility>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.career-details-page .job-responsibility>ul li {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    gap: 15px
}

.career-details-page .job-responsibility>ul li svg {
    fill: var(--title-color);
    min-width: 20px;
    margin-top: 5px
}

.career-details-page .job-responsibility>ul li:last-child {
    margin-bottom: 0
}

.career-details-page .job-summary-area {
    border-radius: 5px;
    border: 1px solid rgba(var(--primary-color-opc), 0.1);
    position: sticky;
    top: 120px;
    padding: 40px;
    border-radius: 5px;
    background: rgba(var(--primary-color2-opc), 0.05)
}

@media(min-width:1200px) and (max-width:1399px) {
    .career-details-page .job-summary-area {
        padding: 40px 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .career-details-page .job-summary-area {
        padding: 30px 18px
    }
}

@media(max-width:576px) {
    .career-details-page .job-summary-area {
        padding: 40px 20px
    }
}

.career-details-page .job-summary-area h5 {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px
}

.career-details-page .job-summary-area ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.career-details-page .job-summary-area ul li {
    color: var(--title-color);
    font-family: var(--font-syne);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-left: 18px;
    position: relative
}

.career-details-page .job-summary-area ul li:last-child {
    margin-bottom: 0
}

.career-details-page .job-summary-area ul li::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid rgba(var(--primary-color-opc), 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.career-details-page .job-summary-area ul li span {
    color: var(--paragraph-color);
    font-weight: 500
}

.career-details-page .position-apply-form .apply-form-area {
    background-color: #f4f9fd;
    border-radius: 10px;
    padding: 60px 55px
}

@media(max-width:1399px) {
    .career-details-page .position-apply-form .apply-form-area {
        padding: 60px 50px
    }
}

@media(max-width:1199px) {
    .career-details-page .position-apply-form .apply-form-area {
        padding: 50px 30px
    }
}

@media(max-width:767px) {
    .career-details-page .position-apply-form .apply-form-area {
        padding: 45px 25px
    }
}

@media(max-width:576px) {
    .career-details-page .position-apply-form .apply-form-area {
        padding: 40px 20px
    }
}

.career-details-page .position-apply-form .apply-form-area .form-check {
    min-height: unset;
    margin-bottom: 0
}

.career-details-page .position-apply-form .apply-form-area .form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px
}

.career-details-page .position-apply-form .apply-form-area .form-check .form-check-input:focus {
    box-shadow: none
}

.career-details-page .position-apply-form .apply-form-area .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.career-details-page .position-apply-form .apply-form-area .form-check .form-check-input[type=checkbox] {
    border-radius: unset
}

.career-details-page .position-apply-form .apply-form-area .upload-file-area h6 {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px
}

.career-details-page .position-apply-form .apply-form-area .upload-file-area .custom-upload-field {
    border: 1px solid #eee;
    background-color: var(--white-color);
    height: 50px;
    display: flex;
    align-items: center
}

.career-details-page .position-apply-form .apply-form-area .upload-file-area .custom-upload-field .upload-pdf-icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    height: 100%
}

.career-details-page .position-apply-form .apply-form-area .upload-file-area .custom-upload-field .custom-upload {
    padding-left: 30px;
    color: var(--paragraph-color);
    width: 100%
}

.career-details-page .position-apply-form .apply-form-area .upload-file-area .custom-upload-field .custom-upload::-webkit-file-upload-button {
    display: none
}

.career-details-page .position-apply-form .apply-form-area .primary-btn2 {
    padding: 16px 23px
}