@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&amp;family=Unbounded:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Urbanist:wght@100..900&display=swap');

/*
font-family: "Urbanist", sans-serif;
font-family: "Poppins", sans-serif;
*/


/*
:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #016131;
    --theme2: #87be39;
    --theme3: #ffbc13;
    --header: #016131;
    --header-2: #111;
    --base: #016131;
    --text: #666;
    --text2: #CFCFCF;
    --text2: #444;
    --text3: #495057;
    --border: #C5C5C5;
    --border2: #E8E8E9;
    --button: #1C2539;
    --button2: #030734;
    --ratting: #FF9F0D;
    --bg: #F2F3F5;
    --bg2: #DF0A0A0D;
    --font-urbanist: "Urbanist", sans-serif;
    --font-poppins: "Poppins", sans-serif;
}
*/

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #001659;
    --theme2: #FF5E15;
    --theme3: #ffbc13;
    --header: #001659;
    --header-2: #111;
    --base: #001659;
    --text: #666;
    --text2: #CFCFCF;
    --text2: #444;
    --border: #C5C5C5;
    --border2: #E8E8E9;
    --button: #1C2539;
    --button2: #030734;
    --ratting: #FF9F0D;
    --bg: #F2F3F5;
    --bg2: #DF0A0A0D;
    --font-urbanist: "Urbanist", sans-serif;
    --font-poppins: "Poppins", sans-serif;
}

.theme-btn {
    padding: 22px 30px;
    display: inline-block;
    background-color: var(--white);
    position: relative;
}

.theme-btn .theme-effect {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    transition: all 0.4s ease-in-out;
    color: var(--theme);
    font-weight: 600;
    letter-spacing: -0.02em;
    position: relative;
    overflow: hidden;
    display: block;
    height: 17px;
    line-height: normal;
}

@media (max-width: 575px) {
    .theme-btn .theme-effect {
        font-size: 14px;
        height: 16px;
    }
}

.theme-btn .theme-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: 0.3s;
}

.theme-btn .theme-effect i {
    position: relative;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    margin-right: 5px;
}

.theme-btn::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--theme2);
    transition: all 0.4s ease-in-out;
}

.theme-btn:hover span,
.theme-btn:hover i {
    color: var(--white);
}

.theme-btn:hover::before {
    width: 100%;
    left: 0px;
}

.theme-btn.bg-color-2 {
    background-color: var(--theme2);
}

.theme-btn.bg-color-2 span,
.theme-btn.bg-color-2 i {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.theme-btn.bg-color-2::before {
    background-color: var(--white);
}

.theme-btn.bg-color-2:hover span,
.theme-btn.bg-color-2:hover i {
    color: var(--theme2);
}

.theme-btn.bg-color-3 {
    background-color: var(--theme);
}

.theme-btn.bg-color-3 span,
.theme-btn.bg-color-3 i {
    color: var(--white);
}

.theme-btn.bg-color-3::before {
    background-color: var(--theme2);
}

.theme-btn.bg-color-4 {
    background-color: var(--white);
    border: 2px solid var(--theme);
    padding: 20px 45px;
}

.theme-btn.bg-color-4 span,
.theme-btn.bg-color-4 i {
    color: var(--theme);
}

.theme-btn.bg-color-4::before {
    background-color: var(--theme);
}

.theme-btn.bg-color-4:hover span,
.theme-btn.bg-color-4:hover i {
    color: var(--white);
}

@media (max-width: 991px) {
    .theme-btn.bg-color-4 {
        padding: 18px 35px;
    }
}

@media (max-width: 575px) {
    .theme-btn.bg-color-4 {
        padding: 16px 32px;
    }
}

.theme-btn.bg-color-5 {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.theme-btn.bg-color-5 span,
.theme-btn.bg-color-5 i {
    color: var(--white);
}

.theme-btn.bg-color-5::before {
    background-color: var(--theme2);
}

.theme-btn.bg-color-5:hover span,
.theme-btn.bg-color-5:hover i {
    color: var(--white);
}

.theme-btn.bg-color-6 {
    background: #0D2468;
}

.theme-btn.bg-color-6 span,
.theme-btn.bg-color-6 i {
    color: var(--white);
}

.theme-btn.bg-color-6::before {
    background-color: var(--theme2);
}

.theme-btn.bg-color-6:hover span,
.theme-btn.bg-color-6:hover i {
    color: var(--white);
}

.theme-btn.bg-color-6-active {
    background-color: var(--theme2);
}

.theme-btn.bg-color-6-active span,
.theme-btn.bg-color-6-active i {
    color: var(--white);
}

.theme-btn.bg-color-6-active::before {
    background: #0D2468;
}

.theme-btn.bg-color-6-active:hover span,
.theme-btn.bg-color-6-active:hover i {
    color: var(--white);
}

.theme-btn.hover-color {
    background-color: var(--theme2);
}

.theme-btn.hover-color span,
.theme-btn.hover-color i {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.theme-btn.hover-color::before {
    background-color: var(--theme);
}

.theme-btn.hover-color:hover span,
.theme-btn.hover-color:hover i {
    color: var(--white);
}

.theme-btn.white-border {
    border: 2px solid var(--white);
    background-color: transparent;
}

.theme-btn.white-border span,
.theme-btn.white-border i {
    color: var(--white);
}

.theme-btn.white-border::before {
    background-color: var(--theme2);
}

.theme-btn.white-border:hover {
    border: 2px solid var(--theme2);
}

.theme-btn.padding-style {
    padding: 22px 35px;
}

@media (max-width: 991px) {
    .theme-btn {
        font-size: 15px;
        padding: 20px 35px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        font-size: 14px;
        padding: 18px 32px;
    }
}

.theme-btn:hover .theme-effect .effect-1 {
    top: -100%;
}

.theme-btn.theme-bg-2 {
    background-color: var(--theme3);
}

.theme-btn.theme-bg-2 span,
.theme-btn.theme-bg-2 i {
    color: var(--white);
}

.theme-btn.theme-bg-2::before {
    background-color: var(--header-2);
}

.theme-btn.border-style-2 {
    background-color: transparent;
    border: 1px solid var(--border);
}

.theme-btn.border-style-2 span,
.theme-btn.border-style-2 i {
    color: var(--header-2);
}

.theme-btn.border-style-2::before {
    background-color: var(--theme3);
}

.theme-btn.border-style-2:hover {
    border: 1px solid transparent;
}

.theme-btn.border-style-2:hover span,
.theme-btn.border-style-2:hover i {
    color: var(--white);
}

.link-btn {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.link-btn i {
    margin-left: 10px;
    font-size: 18px;
}

.link-btn:hover {
    color: var(--theme2);
}

.link-btn.color-2 {
    color: var(--header-2);
}

.link-btn.color-2:hover {
    color: var(--theme3);
}


/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

body {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

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

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Unbounded", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 62px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 36px;
        line-height: 120%;
    }
}

h2 {
    font-size: 50px;
    line-height: 120%;
    font-weight: 600;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 30px;
    line-height: 170%;
    font-weight: 600;
}

@media (max-width: 1399px) {
    h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 137%;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    h4 {
        font-size: 20px;
    }
}

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

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Unbounded", sans-serif, "Rubik", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme2);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--theme);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Unbounded", sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: #fff;
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: capitalize;
    background: transparent;
    font-size: 25px;
    color: var(--header);
    border-bottom: 2px solid var(--header);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--header);
}

input.main-search-input::-moz-placeholder {
    color: var(--header);
    opacity: 1;
    font-size: 25px;
}

input.main-search-input::placeholder {
    color: var(--header);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::-moz-placeholder {
        font-size: 18px;
    }
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 25px;
    margin-top: -10px;
}

.section-title h2 {
    font-size: 2em;
}

.news-section-4 .section-title h2 {
    text-transform: none;
}

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

.section-title span {
    color: var(--theme);
    margin-bottom: 8px;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.section-title span img {
    margin-right: 5px;
}

.section-title span .title-img-2 {
    margin-left: 5px;
}

.section-title span.white-text {
    color: var(--white) !important;
}

.section-title.white-color span {
    color: var(--theme2);
}

.section-title.white-color h2 {
    color: var(--white);
    margin-bottom: 30px;
}

.section-title.color-white-2 span {
    color: var(--white);
}

.section-title.color-white-2 h2 {
    color: var(--white);
}

.section-title .text-color {
    color: var(--theme2);
    font-size: 50px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .section-title .text-color {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .section-title .text-color {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .section-title .text-color {
        font-size: 28px;
    }
}

.section-title.style-2 {
    margin-bottom: 35px;
}

.section-title.style-2 h2 .text-color {
    color: var(--theme2);
    font-size: 50px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .section-title.style-2 h2 .text-color {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .section-title.style-2 h2 .text-color {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .section-title.style-2 h2 .text-color {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .section-title.style-2 br {
        display: none;
    }
}

@media (max-width: 575px) {
    .section-title.style-2 {
        margin-bottom: 25px;
    }
}

.section-title.style-3 span {
    color: var(--text3);
    font-weight: 600;
}

.section-title.style-3 h2 {
    color: var(--header-2);
    font-size: 32px;
    line-height: 145%;
}

@media (max-width: 1399px) {
    .section-title.style-3 h2 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .section-title.style-3 h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .section-title.style-3 h2 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .section-title.style-3 h2 {
        font-size: 20px;
    }
}

.right-text {
    position: relative;
}

.right-text h3 {
    font-size: 120px;
    opacity: 0.2;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme);
    -webkit-text-fill-color: transparent;
    line-height: 120%;
}

.right-text h6 {
    position: absolute;
    top: 45%;
    left: 35%;
    font-size: 16px;
}

@media (max-width: 991px) {
    .right-text h6 {
        left: 8%;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg);
}

.section-bg-2 {
    background-color: var(--theme);
}

.theme-bg-2 {
    background-color: var(--theme2);
}

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

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

@keyframes video-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

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

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes scale-up-one {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes scale-up-two {
    0% {
        transform: scale(0.5);
    }
    40% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.5);
    }
}

@keyframes scale-up-three {
    0% {
        transform: scale(0.7);
    }
    40% {
        transform: scale(0.4);
    }
    100% {
        transform: scale(0.7);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes bounceUp {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes moverightbounce {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 50px;
    }
    100% {
        margin-left: 0px;
    }
}

@keyframes bounce-y {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bounce-x {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounce-y {
    animation: bounce-y 10s infinite linear;
}

.bounce-x {
    animation: bounce-x 10s infinite linear;
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

@keyframes right-image-bounce {
    0% {
        transform: translateX(8px);
    }
    50% {
        transform: translateX(-12px);
    }
    100% {
        transform: translateX(8px);
    }
}

@keyframes top-image-bounce {
    0% {
        transform: translateY(8px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(8px);
    }
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 300px;
    border-left: 1px solid var(--border2);
    border-bottom: 1px solid var(--border2);
    padding: 0 20px;
}


/*
@media (max-width: 1199px) {
    .header-top-wrapper {
        display: none;
    }
}
*/

@media (max-width: 1399px) {
    .header-top-wrapper {
        margin-left: 0;
    }
}

.header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-top-wrapper .top-left .contact-list li:first-child {
    font-weight: 700;
}

@media (max-width: 1435px) {
    .header-top-wrapper .top-left .contact-list li:nth-child(2),
    .header-top-wrapper .top-left .contact-list li:nth-child(3) {
        display: none;
    }
}

.header-top-wrapper .contact-list li {
    font-size: 15px;
    color: var(--button);
    font-family: var(--font-urbanist);
    position: relative;
}

.header-top-wrapper li a {
    color: var(--button);
}

.header-top-wrapper li a:hover {
    color: var(--theme2);
    text-decoration: underline;
}

.header-top-wrapper .contact-list li i {
    color: var(--theme2);
    margin-right: 4px;
    font-weight: 900;
}

.header-top-wrapper .contact-list li span {
    font-weight: 700;
}

.header-top-wrapper span {
    font-size: 16px;
    color: var(--theme);
}

.header-top-wrapper span a {
    font-weight: 500;
    color: var(--theme2);
    text-decoration-line: underline;
}

.header-top-wrapper .top-left {
    gap: 25px;
}

.header-top-wrapper ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    right: -15px;
    background: rgba(0, 0, 0, .05);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.header-top-wrapper .top-left .form-clt {
    border-left: 1px solid var(--border2);
    position: relative;
    z-index: 999;
    height: 64px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5em;
    font-weight: 700;
    font-size: .90em;
}

.header-top-wrapper .top-left .form-clt a:hover,
.header-top-wrapper .top-left .form-clt a.active {
    color: var(--theme2);
}

.header-top-wrapper .top-left .form-clt .nice-select {
    background-color: transparent;
    z-index: 999;
}

.header-top-wrapper .top-left .form-clt .nice-select span {
    font-size: 14px;
    color: var(--theme);
    font-weight: 400;
    text-transform: uppercase;
}

.header-top-wrapper.top-2 {
    margin-left: 0;
    border-right: 1px solid var(--border2);
}

.header-top-4 {
    position: relative;
    background-color: var(--black);
    padding: 15px 0;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-top-4 {
        display: none;
    }
}

.header-top-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme2);
    width: 40%;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
    clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
}

.header-top-4 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1199px) {
    .header-top-4 .container-fluid {
        padding: 0 20px;
    }
}

.header-top-wrapper-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-wrapper-4 .header-top-left p {
    color: var(--white);
}

.header-top-wrapper-4 .header-top-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top-wrapper-4 .header-top-right .contact-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top-wrapper-4 .header-top-right .contact-list li a {
    color: var(--white);
}

.header-top-wrapper-4 .header-top-right .contact-list li i {
    margin-right: 5px;
    color: var(--white);
}

.header-top-wrapper-4 .header-top-right .social-icon {
    gap: 15px;
}

.header-top-wrapper-4 .header-top-right .social-icon i {
    color: var(--white);
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu>nav>ul>li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 0;
}

.header-main .main-menu>nav>ul>li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu>nav>ul>li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme);
    padding: 30px 12px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    letter-spacing: -0.02em;
}

@media (max-width:1460px) {
    .header-main .main-menu>nav>ul>li a {
        padding: 30px 6px;
    }
}

.header-main .main-menu>nav>ul>li a i {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.header-main .main-menu nav>ul>li:hover>a,
.header-main .main-menu nav>ul>li>a:hover,
.header-main .main-menu nav>ul>li.active>a {
    color: var(--white) !important;
    background: var(--theme2);
    text-decoration: underline;
}

.header-main .main-menu nav>ul>li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    right: -3px;
    background: rgba(0, 0, 0, .05);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.header-main .main-menu>nav>ul>li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 280px;
    background: linear-gradient(180deg, var(--theme2), var(--theme));
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--theme);
    border-radius: 0 0 12px 12px;
    /*
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    */
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu>nav>ul>li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: solid 4px var(--theme2);
    position: relative;
}

.header-main .main-menu>nav>ul>li .submenu li:last-child {
    border-radius: 0 0 12px 12px;
}

.header-main .main-menu>nav>ul>li .submenu li:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: .70em;
    position: absolute;
    left: -3px;
    color: #ffffff70;
    z-index: 11;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.header-main .main-menu>nav>ul>li .submenu li:hover:after,
.header-main .main-menu>nav>ul>li .submenu li.active:after {
    color: var(--white);
    left: -25px;
    width: 45px;
    background: var(--theme2);
    box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.5);
}

.header-main .main-menu>nav>ul>li .submenu li:hover {
    border-left: solid 4px var(--theme);
}

.header-main .main-menu>nav>ul>li .submenu li a {
    position: relative;
    z-index: 11;
    color: var(--theme);
    font-size: 14px;
    padding: 12px 25px 12px 30px;
    width: 100%;
    border-bottom: 1px dashed #eeeeee21;
    text-transform: none;
    color: #ffffff;
    font-weight: 300;
    font-family: var(--font-poppins);
    line-height: 1.3;
    letter-spacing: normal;
}

.header-main .main-menu>nav>ul>li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu>nav>ul>li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu>nav>ul>li .submenu li:hover>a,
.header-main .main-menu>nav>ul>li .submenu li.active>a {
    background: var(--white);
    color: var(--theme);
    text-decoration: underline;
}

.header-main .main-menu>nav>ul>li .submenu li:hover>a::after,
.header-main .main-menu>nav>ul>li .submenu li.active>a::after {
    color: var(--theme2);
}

.header-main .main-menu>nav>ul>li .submenu li:hover>.submenu {
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu>nav>ul>li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu>nav>ul>li .has-homemenu {
    width: 1200px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -50px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu {
    position: relative;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb {
    position: relative;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 12px 15px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn span {
    font-size: 14px;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu>nav>ul>li .has-homemenu .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 12px;
}

.header-main .main-menu>nav>ul>li:hover>a {
    color: var(--theme);
}

.header-main .main-menu>nav>ul>li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu>nav>ul>li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

@media (max-width: 1399px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-1 {
    position: relative;
    z-index: 998;
    overflow-x: clip;
}

.header-1 .header-logo {
    position: absolute;
    top: -30px;
    left: 30px;
}

.header-1 .header-logo img {
    width: 100%;
    max-width: 240px;
}

.header-1.sticky .header-logo img {
    width: 100%;
    max-width: 200px;
    max-height: max-content;
}

@media (max-width: 1399px) {
    .header-1 .header-logo {
        margin-top: 45px;
        width: 180px;
        left: 15px;
    }
    .header-1 .header-logo img {
        width: 100%;
        max-width: 240px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .header-1 {
        height: 75px;
    }
    .sticky .header-logo {
        top: 0;
    }
    .header-1 .header-logo {
        margin-top: 5px;
        top: 0;
    }
    .header-1 .header-logo img {
        max-width: 200px;
        height: 100%;
        max-height: max-content;
    }
    .header__hamburger {
        right: 5px;
        top: 8px;
        position: relative;
    }
    .mean-container .mean-nav ul>li>a {
        letter-spacing: -0.02em;
    }
    .mean-container .mean-nav ul li ul li a {
        text-transform: none;
        font-family: var(--font-poppins);
        font-weight: 300;
        letter-spacing: -0.02em;
    }
    .offcanvas__content {
        padding-bottom: 20px;
    }
}

.header-1 .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 300px;
    border-left: 1px solid var(--border2);
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1199px) {
    .header-1 .header-main {
        border: none;
    }
}

@media (max-width: 1399px) {
    .header-1 .header-main .main-menu ul li .has-homemenu {
        left: -250px;
    }
}

.header-1 .bar-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    font-size: 22px;
    transform: scaleX(-1);
}

.header-1 .header-right {
    gap: 20px;
}

@media (max-width: 1199px) {
    .header-1 .header-right .header-button {
        display: none;
    }
}

.header-1 .header-right .header__hamburger .sidebar__toggle .bar-icon {
    background-color: var(--theme);
    padding: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

@media (max-width: 991px) {
    .header-2 {
        padding: 15px 0;
    }
}

@media (max-width: 1199px) {
    .header-2 .header-main .header-button {
        display: none;
    }
}

.header-2 .header-main .main-menu ul li .has-homemenu {
    left: -300px;
}

.header-3 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
}

.header-3 .header-top-text {
    padding: 10px 0;
}

.header-3 .header-top-text span {
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
}

.header-3 .header-top-text span a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--white);
}

.header-3 .mega-menu-wrapper .header-main {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 0 30px;
}

@media (max-width: 1399px) {
    .header-3 .mega-menu-wrapper .header-main {
        padding: 0 20px;
    }
}

.header-3 .mega-menu-wrapper .header-main .header-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1199px) {
    .header-3 .mega-menu-wrapper .header-main .header-left {
        gap: 0;
    }
}

@media (max-width: 991px) {
    .header-3 .mega-menu-wrapper .header-main .header-left {
        padding: 20px 0;
    }
}

.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle {
    border-right: 1px solid var(--theme2);
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle {
        display: none;
    }
}

.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-2 {
    display: none;
}

.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-2 {
    display: none;
}

@media (max-width: 1199px) {
    .header-3 .mega-menu-wrapper .header-main .header-left .header-logo {
        margin-right: 40px;
    }
}

@media (max-width: 1399px) {
    .header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li {
        margin-inline-end: 20px;
    }
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a {
    color: var(--white);
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a:hover {
    color: var(--theme2);
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li .submenu li a {
    color: var(--theme);
}

.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
}

@media (max-width: 1199px) {
    .header-3 .mega-menu-wrapper .header-main .header-right .header-button {
        display: none;
    }
}

.header-3 .mega-menu-wrapper .header-main .header-right .header-content {
    text-align: right;
}

@media (max-width: 1199px) {
    .header-3 .mega-menu-wrapper .header-main .header-right .header-content {
        display: none;
    }
}

.header-3 .mega-menu-wrapper .header-main .header-right .header-content span {
    font-size: 14px;
    color: var(--white);
}

.header-3 .mega-menu-wrapper .header-main .header-right .header-content h5 a {
    color: var(--white);
}

.header-3 .mega-menu-wrapper .header-main .header-right .header-content h5 a:hover {
    color: var(--theme2);
}

@media (max-width: 1199px) {
    .header-3 .mega-menu-wrapper .header-main .header-right .sidebar__toggle .bar-2 {
        display: none;
    }
}

.header-3 .main-menu ul li .has-homemenu {
    left: -330px;
}

.header-4 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1199px) {
    .header-4 .container-fluid {
        padding: 20px 20px;
    }
}

@media (max-width: 1899px) {
    .header-4 .header-main .main-menu ul li .has-homemenu {
        left: -250px;
    }
}

.header-4 .header-main .header-right {
    gap: 40px;
}

@media (max-width: 1199px) {
    .header-4 .header-main .header-right .header-button {
        display: none;
    }
}

.header-5 {
    position: absolute;
    z-index: 99;
    overflow-x: clip;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #36343c;
}

.header-5 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1199px) {
    .header-5 .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .header-5 .container-fluid {
        padding: 15px 20px;
    }
}

@media (max-width: 1199px) {
    .header-5 .mega-menu-wrapper .header-main {
        gap: 20px;
    }
}

.header-5 .mega-menu-wrapper .header-main .header-logo-2 {
    display: none;
}

@media (max-width: 1199px) {
    .header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li {
        margin-inline-end: 20px;
    }
}

.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
    color: var(--white);
}

.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
    color: var(--header);
}

.header-5 .mega-menu-wrapper .header-main .header-right {
    gap: 30px;
}

.header-5 .mega-menu-wrapper .header-main .header-right .search-icon {
    color: var(--white);
}

.header-5 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
    color: var(--white);
}

.header-5 .header-main .main-menu ul li .has-homemenu {
    left: -400px;
}

@media (max-width: 1399px) {
    .header-5 .header-main .main-menu ul li .has-homemenu {
        left: -400px;
    }
}

.header-5 .header-main .header-right {
    gap: 40px;
}

@media (max-width: 1199px) {
    .header-5 .header-main .header-right .header-button {
        display: none;
    }
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: 0px 0px 62px 0px rgba(0, 22, 89, 0.17);
    transition: all 0.9s;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky .header-logo {
    top: 12px;
}

@media (max-width: 991px) {
    .sticky .header-logo {
        top: 0;
    }
}

@media (min-width:991px) and (max-width: 1399px) {
    .sticky .header-logo {
        margin-top: 0;
    }
}

.sticky.header-5 {
    border-bottom: none;
}

.sticky.header-5 .mega-menu-wrapper .header-main {
    padding: 0px 0px;
}

@media (max-width: 991px) {
    .sticky.header-5 .mega-menu-wrapper .header-main {
        padding: 12px 0px !important;
    }
}

.sticky.header-5 .mega-menu-wrapper .header-main .header-logo-2 {
    display: block;
}

.sticky.header-5 .mega-menu-wrapper .header-main .header-logo {
    display: none;
}

.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
    color: var(--header);
}

.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
    color: var(--header);
}

.sticky.header-5 .mega-menu-wrapper .header-main .header-right {
    gap: 30px;
}

.sticky.header-5 .mega-menu-wrapper .header-main .header-right .search-icon {
    color: var(--header);
}

.sticky.header-5 .mega-menu-wrapper .header-main .header-right .cart-icon {
    color: var(--header);
}

.sticky.header-5 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
    color: var(--header);
}

.sticky.header-3 .header-top-text {
    display: none;
}

.sticky.header-3 .mega-menu-wrapper .header-main {
    background: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
}

.sticky.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-1 {
    display: none;
}

.sticky.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-2 {
    display: block;
}

.sticky.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-1 {
    display: none;
}

.sticky.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-2 {
    display: block;
}

.sticky.header-3 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu ul li a {
    color: var(--theme);
}

@media (max-width: 1199px) {
    .sticky.header-3 .mega-menu-wrapper .header-main .header-right .bar-2 {
        display: block;
    }
    .sticky.header-3 .mega-menu-wrapper .header-main .header-right .bar-1 {
        display: none;
    }
}

.sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: block;
}

@media (max-width: 1199px) {
    .sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
        display: none;
    }
}

.sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-content {
    display: none;
}

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme2);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    transform: translateX(calc(100% + 80px));
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 999990;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    cursor: pointer;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 200px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
    font-family: var(--font-poppins);
    font-weight: 300;
    letter-spacing: -0.02em;
    font-size: .90em;
    line-height: 1.4;
}

.offcanvas__wrapper .offcanvas__content .text span {
    font-weight: 600;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme2);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 30px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #e3e3e3;
}

.offcanvas__contact-text {
    letter-spacing: -0.03em;
    line-height: 1.3;
    font-size: .90em;
    color: var(--header);
    cursor: auto;
}

.offcanvas__contact-text a:hover {
    text-decoration: underline;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme2);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 40px;
    gap: 10px;
    justify-content: center;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--theme);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border2);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 99999;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(155, 155, 155, 0.1) 100%);
}

.breadcrumb-wrapper.turuncu::before {
    opacity: 1;
    background: url('../img/grid.png'), linear-gradient(90deg, var(--theme2) 0%, var(--theme));
    -moz-box-shadow: inset 0 0 15px rgb(255 255 255 / 40%);
    -webkit-box-shadow: inset 0 0 15px rgb(255 255 255 / 40%);
}

.breadcrumb-wrapper.turuncu_seffaf::before {
    opacity: .7;
    background: url('../img/grid.png'), linear-gradient(90deg, var(--theme2) 0%, var(--theme));
    -moz-box-shadow: inset 0 0 15px rgb(255 255 255 / 40%);
    -webkit-box-shadow: inset 0 0 15px rgb(255 255 255 / 40%);
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px;
    /*border-bottom: solid 1px rgba(255, 255, 255, .4);*/
}

.breadcrumb-wrapper .page-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    opacity: .4;
    background: radial-gradient(circle, white 0%, transparent 100%);
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding-top: 220px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding-top: 160px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading {
        padding-top: 150px;
        padding-bottom: 30px;
    }
}

.breadcrumb-wrapper .page-heading .icon-shape {
    position: absolute;
    bottom: 18%;
    left: 30%;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .icon-shape {
        display: none;
    }
}

.breadcrumb-wrapper .page-heading span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    position: relative;
    z-index: 9;
}

.breadcrumb-wrapper .page-heading span img {
    margin-right: 5px;
}

.breadcrumb-wrapper .page-heading h1,
.breadcrumb_baslik {
    color: var(--white);
    font-size: 50px;
    position: relative;
    z-index: 9;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: none;
    font-family: "Unbounded", sans-serif;
}

.bread_detay_baslik {
    text-transform: none !important;
    font-size: 2em !important;
    line-height: 1.3 !important;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 52px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 32px;
    }
}

.breadcrumb-wrapper .page-heading h1 span {
    font-size: 60px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 span {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading h1 span {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 span {
        font-size: 32px;
    }
}

.breadcrumb-wrapper .breadcrumb-items {
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .breadcrumb-items {
        flex-wrap: wrap;
    }
}

.breadcrumb-wrapper .breadcrumb-items li {
    font-size: 15px;
    letter-spacing: -0.02em;
    color: var(--white);
}

.breadcrumb-wrapper .breadcrumb-items li a {
    color: rgba(255, 255, 255, 0.7019607843);
    transition: all 0.4s ease-in-out;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    left: -10px;
    position: relative;
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
}

.breadcrumb-wrapper .breadcrumb-items li a:hover {
    color: var(--white);
    text-decoration: underline;
}

.breadcrumb-wrapper .breadcrumb-items li i {
    font-weight: 400;
    font-size: 16px;
}

.breadcrumb-wrapper .breadcrumb-items .text {
    text-decoration: underline;
}

.breadcrumb-wrapper.error-page {
    height: 100vh;
}

.breadcrumb-wrapper.error-page .page-heading {
    padding: 250px 0;
}

.breadcrumb-wrapper.error-page .page-heading h1 {
    font-size: 200px;
    color: var(--white);
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper.error-page .page-heading h1 {
        font-size: 150px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper.error-page .page-heading h1 {
        font-size: 80px;
    }
}

.breadcrumb-wrapper.error-page .page-heading h3 {
    color: var(--white);
}

.breadcrumb-wrapper.coming-page {
    height: 100vh;
}

.breadcrumb-wrapper.coming-page .page-heading ul {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 650px;
    justify-content: center;
    margin: 30px auto;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper.coming-page .page-heading ul {
        flex-wrap: wrap;
    }
}

.breadcrumb-wrapper.coming-page .page-heading ul li span {
    font-size: 42px;
    color: var(--white);
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    border: 3px solid var(--border2);
    display: inline-block;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper.coming-page .page-heading ul li span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
}

.breadcrumb-wrapper.coming-page .page-heading ul li p {
    color: var(--white);
    margin-top: 10px;
    text-transform: uppercase;
}

.breadcrumb-wrapper.coming-page .page-heading .form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
}

.breadcrumb-wrapper.coming-page .page-heading .form input {
    color: var(--text);
    width: 100%;
    padding: 19px 35% 19px 30px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb-wrapper.coming-page .page-heading .form .button-area {
    position: absolute;
    top: 0;
    right: 0;
}

.breadcrumb-wrapper.coming-page .page-heading .form .button-area .theme-btn {
    padding: 25px 45px;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper.coming-page .page-heading h1 {
        font-size: 36px;
    }
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul .homemenu {
    position: relative;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb {
    position: relative;
    width: 280px;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 10px 30px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav>ul .homemenu .homemenu-content .homemenu-title {
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--theme);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-top: 1px solid var(--border2);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.hero-1 {
    position: relative;
    padding: 240px 0;
}

@media (max-width: 1600px) {
    .hero-1 {
        overflow: hidden;
    }
}

@media (max-width: 1199px) {
    .hero-1 {
        padding: 220px 0;
    }
}

@media (max-width: 991px) {
    .hero-1 {
        padding-top: 150px;
        padding-bottom: 250px;
    }
}

@media (max-width: 575px) {
    .hero-1 {
        padding-top: 100px;
        padding-bottom: 200px;
    }
}

.hero-1 .pattern-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .hero-1 .pattern-shape {
        display: none;
    }
}

.hero-1::before {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--theme);
}

@media (max-width: 1199px) {
    .hero-1::before {
        display: none;
    }
}

.hero-1 .hero-content {
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .hero-1 .hero-content br {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content {
        text-align: center;
    }
}

.hero-1 .hero-content .title {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme);
}

.hero-1 .hero-content .title img {
    margin-right: 10px;
}

.hero-1 .hero-content h1 {
    margin-top: 10px;
    font-size: 86px;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content h1 {
        font-size: 76px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content h1 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 36px;
    }
}

.hero-1 .hero-content h1 .text {
    color: #5C6C9C;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content h1 .text {
        color: var(--theme);
    }
}

.hero-1 .hero-content h1 .text-2 {
    color: var(--white);
}

@media (max-width: 1199px) {
    .hero-1 .hero-content h1 .text-2 {
        color: var(--theme);
    }
}

.hero-1 .service-btn {
    width: 120px;
    height: 120px;
    background-color: var(--theme2);
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    padding: 35px 35px;
    position: absolute;
    left: 44%;
    bottom: 5%;
    z-index: 99;
    transform: translate(-50%, -50%);
    animation: moverightbounce 3.5s linear infinite;
    transition: all 0.3s ease-in-out;
}

.hero-1 .service-btn:hover {
    background: var(--white);
    color: var(--theme2);
}

@media (max-width: 575px) {
    .hero-1 .service-btn {
        left: 50%;
        bottom: 4%;
        width: 100px;
        height: 100px;
        padding: 20px;
    }
}

.hero-1 .service-btn span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
}

.hero-1 .hero-image {
    position: absolute;
    bottom: 0;
    right: 205px;
    width: 940px;
    height: 865px;
    z-index: 9;
}

.hero-1 .hero-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1600px) {
    .hero-1 .hero-image {
        right: 180px;
        width: 800px;
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .hero-1 .hero-image {
        right: 0;
        width: 550px;
        height: 500px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-image {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-image {
        display: none;
    }
}

.hero-1 .hero-image::after {
    position: absolute;
    top: 18%;
    left: 32%;
    width: 650px;
    height: 650px;
    content: "";
    border-radius: 50%;
    background-color: var(--theme2);
    z-index: -1;
}

@media (max-width: 1199px) {
    .hero-1 .hero-image::after {
        display: none;
    }
}

.hero-2 {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .hero-2 {
        padding: 110px 0 0;
    }
}

@media (max-width: 767px) {
    .hero-2 {
        padding: 80px 0 0;
    }
}

@media (max-width: 575px) {
    .hero-2 {
        padding: 60px 0 0;
    }
}

.hero-2 .swiper-dot {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    padding: 18px 20px;
}

@media (max-width: 1199px) {
    .hero-2 .swiper-dot {
        display: none;
    }
}

.hero-2 .hero-image-slider {
    width: 44%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.hero-2 .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199px) {
    .hero-2 .hero-image {
        display: none;
    }
}

.hero-2 .hero-image img {
    max-width: 100%;
}

.hero-2 .text-circle {
    position: absolute;
    right: 38%;
    bottom: -5%;
    animation: cir36 10s linear infinite;
}

@media (max-width: 1199px) {
    .hero-2 .text-circle {
        display: none;
    }
}

.hero-2 .hero-content {
    position: relative;
}

@media (max-width: 767px) {
    .hero-2 .hero-content br {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content {
        text-align: center;
    }
}

.hero-2 .hero-content .hero-button {
    position: absolute;
    top: 30%;
    left: 0;
}

@media (max-width: 1399px) {
    .hero-2 .hero-content .hero-button {
        top: 27%;
    }
}

@media (max-width: 1199px) {
    .hero-2 .hero-content .hero-button {
        top: 25%;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-content .hero-button {
        top: 23%;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content .hero-button {
        top: 40%;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content .hero-button {
        left: 23%;
        top: 45%;
    }
}

.hero-2 .hero-content h1 {
    font-size: 120px;
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .hero-2 .hero-content h1 {
        font-size: 92px;
    }
}

@media (max-width: 1199px) {
    .hero-2 .hero-content h1 {
        font-size: 82px;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-content h1 {
        font-size: 58px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content h1 {
        font-size: 42px;
        margin-bottom: 130px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h1 {
        font-size: 32px;
        margin-bottom: 110px;
    }
}

.hero-2 .hero-content h1 span {
    margin-left: 250px;
}

@media (max-width: 767px) {
    .hero-2 .hero-content h1 span {
        margin-left: 0;
    }
}

.hero-2 .hero-content p {
    max-width: 560px;
    font-size: 24px;
    border-left: 2px solid var(--theme);
    padding-left: 40px;
}

@media (max-width: 575px) {
    .hero-2 .hero-content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content p {
        padding-left: 0;
        border: none;
    }
}

.hero-3 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-3 .array-btn {
    position: absolute;
    right: 16.4%;
    top: 32%;
    z-index: 99;
    display: grid;
    gap: 20px;
}

.hero-3 .array-btn .array-prev {
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: var(--white);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-3 .array-btn .array-next {
    width: 50px;
    height: 50px;
    background-color: var(--theme2);
    color: var(--white);
    border-radius: 50%;
}

@media (max-width: 1399px) {
    .hero-3 .array-btn {
        right: 10%;
    }
}

@media (max-width: 1199px) {
    .hero-3 .array-btn {
        display: none;
    }
}

.hero-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%);
}

.hero-3 .hero-text-slider-2 {
    height: 613px;
}

@media (max-width: 1199px) {
    .hero-3 .hero-text-slider-2 {
        height: 564px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-text-slider-2 {
        height: 502px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-text-slider-2 {
        height: 482px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-text-slider-2 {
        height: 400px;
    }
}

.hero-3 .hero-content {
    padding-top: 300px;
    padding-bottom: 170px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content {
        padding-top: 270px;
        padding-bottom: 150px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content {
        padding-top: 250px;
        padding-bottom: 130px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

.hero-3 .hero-content span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
}

.hero-3 .hero-content h1 {
    font-size: 80px;
    color: var(--white);
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 72px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 36px;
    }
}

.hero-3 .hero-content .hero-button {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.hero-4 {
    position: relative;
}

.hero-4 .array-button {
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-4 .array-button .array-prev {
    color: var(--theme);
}

.hero-4 .array-button .array-next {
    color: var(--theme2);
}

.hero-4 .swiper-dot-2 {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    transform: rotate(-90deg);
}

.hero-4 .swiper-dot-2 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    transition: 0.6s;
    background-color: var(--text);
    opacity: 1;
    border-radius: 10px;
    position: relative;
}

.hero-4 .swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
}

.hero-4 .swiper-dot-2 .swiper-pagination-bullet::before {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--text);
    content: "";
}

.hero-4 .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme2);
    transition: 0.6s;
    position: relative;
}

.hero-4 .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 1px solid var(--theme2);
}

@media (max-width: 1399px) {
    .hero-4 .swiper-dot-2 {
        display: none;
    }
}

.hero-4 .swiper-slide-active .hero-image {
    transform: scale(1.12);
}

.hero-4 .hero-image {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    transform: scale(1);
    transition: all 8s ease-out 0s;
}

.hero-4 .hero-image::before {}

.swiper-fade .swiper-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url('../img/grid.png');
    background-color: rgba(0, 0, 0, 0.342);
}

.hero-4 .hero-content {
    position: relative;
    padding: 180px 0;
    min-height: 700px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-content {
        padding: 140px 0;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-content {
        padding: 120px 0;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-content {
        text-align: center;
    }
}

.hero-4 .hero-content h1 {
    margin-top: -23px;
    line-height: 130%;
    font-size: 50px;
    text-transform: none;
}

.hero-4 .hero-content h1 span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite;
    -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.15) 50%, white 50%, rgba(255, 255, 255, 0.15) 70%);
    -webkit-mask-size: 200%;
}

@media (max-width: 1399px) {
    .hero-4 .hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-content h1 {
        font-size: 32px;
        line-height: 1.3;
    }
}

.hero-4 .hero-content p {
    color: var(--white);
    margin-top: 10px;
    font-weight: 300;
    font-family: 'Poppins';
    letter-spacing: -0.03em;
}

.hero-4 .hero-content .hero-button {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .hero-4 .hero-content .hero-button {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.hero-4.style-2 .array-button {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: initial;
    transform: translateY(-50%);
    bottom: initial;
    right: 5%;
    z-index: 9;
    padding: initial;
    display: grid;
    gap: 20px;
}

@media (max-width: 767px) {
    .hero-4.style-2 .array-button {
        display: none;
    }
}

.hero-4.style-2 .array-button .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.hero-4.style-2 .array-button .array-prev:hover {
    background-color: var(--theme3);
    color: var(--white);
    border: 1px solid transparent;
}

.hero-4.style-2 .array-button .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--theme3);
    color: var(--white);
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.hero-4.style-2 .array-button .array-next:hover {
    background-color: var(--white);
    color: var(--header-2);
    border: 1px solid transparent;
}

.hero-4.style-2 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--black);
    opacity: 0.749;
}

.hero-4.style-2 .hero-content {
    position: relative;
    padding-top: 300px;
    padding-bottom: 200px;
}

@media (max-width: 991px) {
    .hero-4.style-2 .hero-content {
        padding-top: 250px;
        padding-bottom: 170px;
    }
}

@media (max-width: 767px) {
    .hero-4.style-2 .hero-content {
        padding-top: 200px;
        padding-bottom: 130px;
    }
}

@media (max-width: 575px) {
    .hero-4.style-2 .hero-content {
        text-align: center;
        padding-top: 176px;
        padding-bottom: 100px;
    }
}

.hero-4.style-2 .hero-content h1 {
    font-size: 60px;
}

@media (max-width: 1399px) {
    .hero-4.style-2 .hero-content h1 {
        font-size: 56px;
    }
}

@media (max-width: 1199px) {
    .hero-4.style-2 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .hero-4.style-2 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hero-4.style-2 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-4.style-2 .hero-content h1 {
        font-size: 28px;
        line-height: 1.3;
    }
}

.hero-4.style-2 .hero-content p {
    color: var(--white);
    margin-top: 10px;
}

.hero-4.style-2 .hero-content .hero-button {
    margin-top: 50px;
    gap: 30px;
}

@media (max-width: 575px) {
    .hero-4.style-2 .hero-content .hero-button {
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.hero-4.style-2 .hero-content .hero-button .theme-btn {
    background: var(--theme3);
    border-color: var(--theme3);
}

.hero-4.style-2 .hero-content .hero-button .theme-btn span,
.hero-4.style-2 .hero-content .hero-button .theme-btn i {
    color: var(--white);
}

.hero-4.style-2 .hero-content .hero-button .video-box {
    position: relative;
    z-index: 2;
}

.hero-4.style-2 .hero-content .hero-button .video-box .video-btn {
    background-color: var(--theme3);
    color: var(--white);
    display: inline-block;
    font-size: 18px;
    height: 70px;
    width: 70px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 575px) {
    .hero-4.style-2 .hero-content .hero-button .video-box .video-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.hero-4.style-3 {
    position: relative;
    z-index: 9;
}

.hero-4.style-3 .array-button {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: initial;
    transform: translateY(-50%);
    bottom: initial;
    right: 5%;
    z-index: 9;
    padding: initial;
    display: grid;
    gap: 20px;
}

@media (max-width: 767px) {
    .hero-4.style-3 .array-button {
        display: none;
    }
}

.hero-4.style-3 .array-button .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.hero-4.style-3 .array-button .array-prev:hover {
    background-color: var(--theme2);
    color: var(--white);
    border: 1px solid transparent;
}

.hero-4.style-3 .array-button .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--theme2);
    color: var(--white);
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.hero-4.style-3 .array-button .array-next:hover {
    background-color: var(--white);
    color: var(--header-2);
    border: 1px solid transparent;
}

.hero-4.style-3 .shape-1 {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-4.style-3 .shape-1 {
        display: none;
    }
}

.hero-4.style-3 .shape-2 {
    position: absolute;
    bottom: -4px;
    right: -20%;
    z-index: 2;
    top: -20px;
}

.hero-4.style-3 .shape-2 img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1399px) {
    .hero-4.style-3 .shape-2 {
        display: none;
    }
}

.hero-4.style-3 .hero-content {
    position: relative;
    z-index: 99;
}

.hero-4.style-3 .hero-content h6 {
    color: var(--white);
    font-size: 14px;
    margin-bottom: 40px;
}

.hero-4.style-3 .hero-content .hero-button {
    margin-top: 50px;
    gap: 30px;
}

@media (max-width: 575px) {
    .hero-4.style-3 .hero-content .hero-button {
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.hero-4.style-3 .hero-content .hero-button .theme-btn span,
.hero-4.style-3 .hero-content .hero-button .theme-btn i {
    color: var(--white);
}

.hero-4.style-3 .hero-content .hero-button .video-box {
    position: relative;
    z-index: 2;
}

.hero-4.style-3 .hero-content .hero-button .video-box .video-btn {
    background-color: var(--theme2);
    color: var(--white);
    display: inline-block;
    font-size: 18px;
    height: 70px;
    width: 70px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 575px) {
    .hero-4.style-3 .hero-content .hero-button .video-box .video-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.video-items {
    position: relative;
}

.video-items .circle-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-items .circle-box .text-circle {
    animation: cir36 10s linear infinite;
}

.video-items .circle-box .video-button {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--theme);
    font-size: 18px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-items-2 {
    position: relative;
    z-index: 9;
}

.video-items-2 .video-button {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--header-2);
    display: inline-block;
}

@media (max-width: 767px) {
    .video-items-2 .video-button {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 575px) {
    .video-items-2 .video-button {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
    }
}

.video-section-2 {
    position: relative;
    padding-top: 150px;
    padding-bottom: 250px;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .video-section-2 {
        padding-top: 100px;
        padding-bottom: 200px;
    }
}

@media (max-width: 575px) {
    .video-section-2 {
        padding-top: 80px;
        padding-bottom: 180px;
    }
}

.video-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--black);
    opacity: 0.8;
}

.video-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 315px 0;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    .video-section {
        padding: 250px 0;
    }
}

@media (max-width: 991px) {
    .video-section {
        padding: 200px 0;
    }
}

@media (max-width: 575px) {
    .video-section {
        padding: 150px 0;
    }
}

.funfact-wrapper {
    border-bottom: 1px solid var(--theme2);
}

.single-funfact-items {
    margin-bottom: -6px;
    margin-top: -15px;
}

.single-funfact-items .funfact-content h2 {
    font-size: 80px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme);
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .single-funfact-items .funfact-content h2 {
        font-size: 62px;
        margin-top: 20px;
    }
}

.single-funfact-items .funfact-content p {
    margin-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--theme);
}

@media (max-width: 575px) {
    .single-funfact-items .funfact-content p {
        padding-bottom: 30px;
    }
}

.single-funfact-items .funfact-content .title {
    margin-top: 20px;
}

.single-funfact-items .funfact-content .title h6 {
    font-size: 16px;
    font-weight: 600;
}

.single-funfact-items .funfact-content .title .icon {
    font-size: 16px;
    color: var(--theme2);
}

.achievement-section {
    position: relative;
}

.achievement-section .shape-left {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
}

.achievement-wrapper {
    position: relative;
    z-index: 9;
}

.achievement-wrapper .achievement-content .about-button {
    margin-top: 40px;
}

.achievement-wrapper .counter-area {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .achievement-wrapper .counter-area {
        margin-left: 0;
    }
}

.achievement-wrapper .counter-area .counter-items {
    background-color: var(--white);
    text-align: center;
    padding: 30px;
}

.achievement-wrapper .counter-area .counter-items .content {
    margin-top: 20px;
}

.achievement-wrapper .counter-area .counter-items .content h2 {
    font-size: 42px;
    color: var(--header-2);
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .achievement-wrapper .counter-area .counter-items .content h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .achievement-wrapper .counter-area .counter-items .content h2 {
        font-size: 32px;
    }
}

.about-wrapper {
    position: relative;
}

.about-wrapper .section-header {
    position: relative;
    padding-bottom: 120px;
}

@media (max-width: 575px) {
    .about-wrapper .section-header {
        padding-bottom: 50px;
    }
}

.about-wrapper .section-header .circle-box {
    position: absolute;
    top: 0;
}

.about-wrapper .section-header .circle-box .text-circle {
    animation: cir36 10s linear infinite;
}

@media (max-width: 575px) {
    .about-wrapper .section-header .circle-box {
        display: none;
    }
}

.about-wrapper .section-header .circle-box .icon-img {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-wrapper .section-header h2 {
    margin-left: 250px;
}

@media (max-width: 991px) {
    .about-wrapper .section-header h2 {
        margin-left: 185px;
    }
}

@media (max-width: 767px) {
    .about-wrapper .section-header h2 br {
        display: none;
    }
}

@media (max-width: 575px) {
    .about-wrapper .section-header h2 {
        margin-left: 0;
    }
}

.about-wrapper .section-header h2 strong {
    /*
    position: absolute;
    right: 8%;
    */
    color: var(--theme2);
}

@media (max-width: 767px) {
    .about-wrapper .section-header h2 strong {
        position: initial;
    }
}

@media (max-width: 575px) {
    .about-wrapper .section-header h2 strong {
        position: initial;
    }
}

.about-wrapper .about-image {
    position: relative;
}

.about-wrapper .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper .about-image .counter-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    width: 200px;
    height: 200px;
    text-align: center;
}

@media (max-width: 1199px) {
    .about-wrapper .about-image .counter-content {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-image .counter-content {
        width: 170px;
        height: 150px;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-image .counter-content {
        width: 170px;
        height: 130px;
    }
}

.about-wrapper .about-image .counter-content h6 {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    color: var(--theme2);
}

.about-wrapper .about-image .counter-content h2 {
    font-size: 60px;
    line-height: 1;
    -webkit-text-stroke-width: 2px;
    margin-top: 10px;
    -webkit-text-stroke-color: var(--theme);
    -webkit-text-fill-color: transparent;
}

@media (max-width: 575px) {
    .about-wrapper .about-image .counter-content h2 {
        font-size: 42px;
    }
}

.about-wrapper .about-image .dot {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-wrapper .about-content {
    margin-left: 40px;
    margin-top: 80px;
}

.about-wrapper .about-content>p {
    font-weight: 300;
    font-family: var(--font-poppins);
    letter-spacing: -0.02em;
}

.about-wrapper .about-content>p b,
.about-wrapper .about-content>p strong {
    font-weight: 600;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content {
        margin-left: 40px;
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-content {
        margin-left: 0;
        margin-top: 50px;
    }
}

.about-wrapper .about-content .about-image-2 {
    margin-top: 110px;
}

.about-wrapper .about-content .about-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .about-image-2 {
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-content .about-image-2 {
        margin-top: 50px;
    }
}

.about-wrapper-2 .about-image {
    position: relative;
}

.about-wrapper-2 .about-image img {
    width: 100%;
}

.about-wrapper-2 .about-image .circle-box {
    position: absolute;
    right: -13%;
    top: 35%;
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-image .circle-box {
        display: none;
    }
}

.about-wrapper-2 .about-image .circle-box .text-circle {
    animation: cir36 10s linear infinite;
}

.about-wrapper-2 .about-image .circle-box .box-img {
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 50%;
    background-color: var(--white);
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-wrapper-2 .about-image .circle-box .box-img img {
    width: initial !important;
}

.about-wrapper-2 .about-content {
    max-width: 600px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-content {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-content {
        margin-left: 0;
    }
}

.about-wrapper-2 .about-content .nav {
    border: unset;
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-wrapper-2 .about-content .nav .nav-link {
    padding: 0;
    border: unset;
    background: none;
}

.about-wrapper-2 .about-content .nav .nav-link .title {
    font-weight: 600;
    color: var(--theme);
    font-size: 18px;
    text-transform: uppercase;
}

.about-wrapper-2 .about-content .nav .nav-link.active .title {
    color: var(--theme2);
    text-decoration: underline;
    position: relative;
}

.about-wrapper-2 .about-content .tab-content {
    margin-top: 20px;
}

.about-wrapper-2 .about-content.about-inner {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content.about-inner {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-content.about-inner {
        margin-left: 0;
    }
}

.about-wrapper-2 .about-growth-items .growth-box-number {
    border: 2px solid var(--border2);
    padding: 70px 20px;
}

.about-wrapper-2 .about-growth-items .growth-box-number h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme2);
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-size: 50px;
}

.about-wrapper-2 .about-growth-items .growth-box-number h6 {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-growth-items .growth-box-number {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-growth-items .growth-box-number {
        padding: 40px 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-growth-items .growth-box-image {
        margin-bottom: 30px;
    }
}

.about-wrapper-2 .about-growth-items .growth-box-image .text-circle {
    animation: cir36 10s linear infinite;
    margin-bottom: 30px;
}

.about-wrapper-2 .about-growth-items .growth-box-image-2 {
    width: 190px;
    margin-left: 15px;
    margin-top: 0px;
}

.about-wrapper-2 .about-growth-items .growth-box-image-2 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-growth-items .growth-box-image-2 {
        width: 200px;
        text-align: center;
        margin: 0 auto;
    }
}

.about-wrapper-2 .about-image-items {
    max-width: 620px;
    position: relative;
}

.about-wrapper-2 .about-image-items .about-image-1 {
    max-width: 300px;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image-items .about-image-1 {
        text-align: center;
        margin: 0 auto;
    }
}

.about-wrapper-2 .about-image-items .about-image-1 img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2 .about-image-items .about-image-2 {
    max-width: 300px;
    margin-top: 120px;
}

.about-wrapper-2 .about-image-items .about-image-2 img {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image-items .about-image-2 {
        text-align: center;
        margin: 0 auto;
        margin-top: 0;
    }
}

.about-wrapper-2 .about-image-items .circle-box {
    width: 280px;
    position: absolute;
    bottom: -60px;
    left: 10px;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image-items .circle-box {
        display: none;
    }
}

@media (max-width: 1399px) {
    .about-wrapper-2.wrapper-2 .about-content {
        margin-left: 0;
    }
}

.about-company-wrapper .about-company-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .about-company-wrapper .about-company-items {
        flex-wrap: wrap;
        gap: 50px;
    }
}

@media (max-width: 575px) {
    .about-company-wrapper .about-company-items {
        gap: 30px;
        justify-content: center;
    }
}

.about-company-wrapper .about-company-items:not(:last-child) {
    margin-bottom: 70px;
}

@media (max-width: 575px) {
    .about-company-wrapper .about-company-items:not(:last-child) {
        margin-bottom: 35px;
    }
}

.about-company-wrapper .about-company-items .company-title {
    position: relative;
}

.about-company-wrapper .about-company-items .company-title h2 {
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .about-company-wrapper .about-company-items .company-title h2 {
        margin-bottom: 35px;
    }
}

.about-company-wrapper .about-company-items .company-title h3 {
    font-size: 80px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme);
    -webkit-text-fill-color: transparent;
    line-height: 115%;
}

.about-company-wrapper .about-company-items .company-items .company-image {
    max-width: 550px;
}

.about-company-wrapper .about-company-items .company-items .company-image img {
    width: 100%;
    height: 100%;
}

.about-company-wrapper .about-company-items .company-items .company-content {
    max-width: 550px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .about-company-wrapper .about-company-items .company-items .company-content {
        text-align: center;
        margin: 30px auto;
    }
    .about-company-wrapper .about-company-items .company-items .company-content h3 {
        margin-bottom: 10px;
    }
}

.about-company-wrapper .about-company-items.border-line {
    position: relative;
}

.about-company-wrapper .about-company-items.border-line::before {
    position: absolute;
    top: -50%;
    left: 10%;
    content: "";
    background-color: var(--border2);
    width: 1px;
    height: 406px;
}

@media (max-width: 1399px) {
    .about-company-wrapper .about-company-items.border-line::before {
        display: none;
    }
}

.about-company-wrapper .about-company-items.border-line-2 {
    position: relative;
}

.about-company-wrapper .about-company-items.border-line-2::before {
    position: absolute;
    bottom: -50%;
    left: 10%;
    content: "";
    background-color: var(--border2);
    width: 1px;
    height: 330px;
}

@media (max-width: 1399px) {
    .about-company-wrapper .about-company-items.border-line-2::before {
        display: none;
    }
}

.about-wrapper-3 .about-image-items {
    position: relative;
}

.about-wrapper-3 .about-image-items .exp-box {
    position: absolute;
    left: -80px;
    top: 90px;
    z-index: 9;
    padding: 40px 40px 60px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-image-items .exp-box {
        left: 0;
        top: 0;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 .about-image-items .exp-box {
        left: -40px;
        top: 40px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-3 .about-image-items .exp-box {
        left: 0;
        padding: 30px 30px 50px;
        top: 0;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-image-items .exp-box {
        padding: 20px 20px 40px;
    }
}

.about-wrapper-3 .about-image-items .exp-box .icon-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-image-items .exp-box .icon-item {
        gap: 15px;
    }
}

.about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
    font-size: 62px;
    color: var(--white);
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
        font-size: 32px;
    }
}

.about-wrapper-3 .about-image-items .exp-box .icon-item .content h2 {
    color: var(--white);
}

.about-wrapper-3 .about-image-items .exp-box .icon-item .content p {
    color: var(--white);
}

.about-wrapper-3 .about-image-items .about-image-1 {
    max-width: 490px;
    height: 585px;
    position: relative;
}

@media (max-width: 767px) {
    .about-wrapper-3 .about-image-items .about-image-1 {
        height: 520px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-image-items .about-image-1 {
        height: 450px;
    }
}

.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    position: absolute;
    right: -28%;
    bottom: -12%;
    max-width: 330px;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
        right: -4%;
        bottom: -5%;
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
        right: -10%;
        bottom: -5%;
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
        right: 0;
        bottom: 0;
        max-width: 250px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
        max-width: 200px;
    }
}

.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 img {
    width: 100%;
    height: 100%;
}

.about-wrapper-3 .about-content {
    margin-left: 40px;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-content {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 .about-content {
        margin-left: 0;
    }
}

.about-wrapper-3 .about-content .about-list-items {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-list-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-content .about-list-items {
        margin-top: 20px;
    }
}

.about-wrapper-3 .about-content .about-list-items .list-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-3 .about-content .about-list-items .list-area li:not(:last-child) {
    margin-bottom: 10px;
}

.about-wrapper-3 .about-content .about-list-items .list-area li i {
    color: var(--theme2);
    margin-right: 5px;
}

.about-wrapper-3 .about-content .pro-items {
    width: 100%;
    margin-top: 40px;
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-content .pro-items {
        margin-top: 20px;
    }
}

.about-wrapper-3 .about-content .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.about-wrapper-3 .about-content .pro-items .pro-head .title {
    font-size: 16px;
    text-transform: capitalize;
}

.about-wrapper-3 .about-content .pro-items .pro-head .point {
    font-size: 16px;
    color: var(--text);
    font-weight: 500;
    color: var(--header);
}

.about-wrapper-3 .about-content .pro-items .progress {
    background: var(--bg2);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 10px;
    width: 100%;
}

.about-wrapper-3 .about-content .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 10px;
    background: var(--theme2);
    height: 10px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 75%;
    }
}

.about-wrapper-3 .about-author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-author {
        margin-top: 20px;
        flex-wrap: wrap;
    }
}

.about-wrapper-3 .about-author .author-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-wrapper-3 .about-author .author-contact .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    background-color: var(--theme2);
    color: var(--white);
}

.about-wrapper-3 .about-author .author-contact .content h6 {
    font-size: 15px;
    margin-top: 5px;
}

.about-wrapper-3.style-2 {
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .about-wrapper-3.style-2 {
        margin-bottom: 0;
    }
}

.about-wrapper-3.style-2 .about-image-items {
    position: relative;
    height: 500px;
}

.about-wrapper-3.style-2 .about-image-items::before {
    content: "";
    background-image: url(../img/about/new/about-bg.png);
    background-repeat: repeat;
    position: absolute;
    top: 48px;
    right: 23px;
    height: 240px;
    width: 108px;
    background-repeat: no-repeat;
    z-index: -1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation: bounce-y 10s infinite linear;
}

@media (max-width: 1199px) {
    .about-wrapper-3.style-2 .about-image-items::before {
        right: 20%;
    }
}

.about-wrapper-3.style-2 .about-image-items .about-image-1 {
    height: 500px;
}

.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    right: -15%;
    bottom: -12%;
    max-width: 250px;
}

@media (max-width: 1399px) {
    .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
        bottom: -60px;
        right: -5%;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
        bottom: 0;
        right: 10%;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
        right: -15%;
        bottom: -12%;
    }
}

@media (max-width: 767px) {
    .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
        bottom: 0;
        right: 10%;
    }
}

.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box .video-btn {
    background-color: var(--theme3);
    color: var(--white);
    display: inline-block;
    font-size: 18px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 575px) {
    .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box .video-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
}

.about-wrapper-3.style-2 .about-content .list-area-2 {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .about-wrapper-3.style-2 .about-content .list-area-2 {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3.style-2 .about-content .list-area-2 {
        flex-wrap: initial;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-3.style-2 .about-content .list-area-2 {
        margin-top: 30px;
        gap: 30px;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3.style-2 .about-content .list-area-2 {
        margin-top: 20px;
        gap: 20px;
    }
}

.about-wrapper-3.style-2 .about-content .list-area-2 .list-item li:not(:last-child) {
    margin-bottom: 10px;
}

.about-wrapper-3.style-2 .about-content .list-area-2 .list-item li i {
    color: var(--theme3);
    margin-right: 10px;
}

.about-wrapper-3.style-2 .about-content .about-author .author-contact .icon {
    background-color: var(--theme3);
    color: var(--white);
}

.about-wrapper-3.style-2 .about-content .about-author .author-contact .content h6 a {
    color: var(--header-2);
}

.service-wrapper .service-icon-area {
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .service-wrapper .service-icon-area {
        margin-right: 0;
    }
}

.service-wrapper .service-icon-area .icon-items {
    display: flex;
    gap: 20px;
    background-color: var(--white);
    padding: 30px 25px;
}

.service-wrapper .service-icon-area .icon-items .icon {
    color: var(--theme2);
    font-size: 60px;
}

.service-wrapper .service-icon-area .icon-items .content h6 {
    margin-bottom: 10px;
}

.service-wrapper .service-icon-area .icon-items .content h6 a:hover {
    color: var(--theme2);
}

.service-wrapper .service-icon-area .icon-items .content p {
    font-size: 14px;
    letter-spacing: -0.02em;
    font-family: var(--font-poppins);
    font-weight: 300;
    line-height: 1.4;
}

.service-wrapper .service-image img {
    width: 100%;
    height: 100%;
}

.single-service-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .single-service-wrapper {
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .single-service-wrapper {
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .single-service-wrapper {
        justify-content: center;
    }
}

.single-service-wrapper .service-box-items {
    margin-bottom: -6px;
}

.single-service-wrapper .service-box-items:nth-of-type(2) .icon {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE4D7 100%);
}

.single-service-wrapper .service-box-items:nth-of-type(3) .icon {
    background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 100%);
}

.single-service-wrapper .service-box-items:nth-of-type(4) .icon {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE4D7 100%);
}

.single-service-wrapper .service-box-items .icon {
    width: 180px;
    height: 180px;
    line-height: 210px;
    background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 55%);
    text-align: center;
    border-radius: 50%;
    font-size: 90px;
    color: var(--theme2);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .single-service-wrapper .service-box-items .icon {
        margin: 0 auto;
        width: 140px;
        height: 140px;
        line-height: 160px;
        font-size: 60px;
    }
}

.single-service-wrapper .service-box-items .content {
    margin-top: 35px;
    text-align: center;
}

@media (max-width: 575px) {
    .single-service-wrapper .service-box-items .content {
        margin-top: 20px;
    }
}

.single-service-wrapper .service-box-items .content h5 a:hover {
    color: var(--theme2);
}

.single-service-wrapper .service-box-items .content .text-bottom {
    font-size: 50px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme2);
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}

.single-service-wrapper .service-box-items:hover .icon {
    background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 100%);
}

.single-service-wrapper .service-box-items.style-2 {
    margin-top: 35px;
}

.single-service-wrapper-2 {
    position: relative;
    z-index: 99;
}

.single-service-wrapper-2 .service-box-items-2 {
    padding: 40px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: relative;
    transition: all 0.4s ease-in-out;
    border-bottom: 3px solid transparent;
}

@media (max-width: 575px) {
    .single-service-wrapper-2 .service-box-items-2 {
        padding: 30px 25px;
    }
}

.single-service-wrapper-2 .service-box-items-2 .arrow-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: -25px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    opacity: 0;
}

.single-service-wrapper-2 .service-box-items-2 .arrow-icon i {
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.single-service-wrapper-2 .service-box-items-2 .arrow-icon:hover {
    background-color: var(--theme2);
}

.single-service-wrapper-2 .service-box-items-2 .arrow-icon:hover i {
    color: var(--white);
}

.single-service-wrapper-2 .service-box-items-2 .icon {
    font-size: 90px;
    color: var(--white);
}

.single-service-wrapper-2 .service-box-items-2 .content {
    margin-top: 35px;
}

@media (max-width: 575px) {
    .single-service-wrapper-2 .service-box-items-2 .content {
        margin-top: 20px;
    }
}

.single-service-wrapper-2 .service-box-items-2 .content h5 {
    font-size: 18px;
}

.single-service-wrapper-2 .service-box-items-2 .content h5 a {
    color: var(--white);
}

.single-service-wrapper-2 .service-box-items-2 .content h5 a:hover {
    color: var(--theme2);
}

.single-service-wrapper-2 .service-box-items-2.active {
    border-bottom: 3px solid var(--white);
    border-radius: none;
}

.single-service-wrapper-2 .service-box-items-2.active .arrow-icon {
    opacity: 1;
}

.service-image-wrapper .service-image img {
    width: 100%;
    height: 100%;
}

.service-details-content .details-thumb img {
    width: 100%;
    height: 100%;
}

.service-details-content .service-details-content {
    margin-top: 30px;
}

.service-details-content .service-details-content .service-single-items {
    text-align: center;
    box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px 20px;
    transition: all 0.4s ease-in-out;
}

.service-details-content .service-details-content .service-single-items .icon {
    font-size: 52px;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.service-details-content .service-details-content .service-single-items .icon-content {
    margin-top: 15px;
}

.service-details-content .service-details-content .service-single-items .icon-content h5 {
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.service-details-content .service-details-content .service-single-items:hover {
    background-color: var(--theme);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

.service-details-content .service-details-content .service-single-items:hover .icon {
    color: var(--white);
}

.service-details-content .service-details-content .service-single-items:hover .icon-content h5 {
    color: var(--white);
}

.service-details-content .service-details-content .service-single-items:hover .icon-content p {
    color: var(--white);
}

.service-details-content .service-details-content .hilight-text {
    padding: 30px 35px;
    position: relative;
    border-left: 4px solid var(--theme);
    margin-top: 30px;
}

.service-details-content .service-details-content .hilight-text::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--theme);
    opacity: 0.06;
}

.service-details-content .service-details-content .hilight-text .text {
    color: var(--theme);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.service-details-content .service-details-content .hilight-text h6 {
    font-size: 14px;
    font-weight: 500;
}

.service-details-content .service-details-content .hilight-text h6 span {
    color: var(--theme2);
}

.service-details-content .service-details-content .service-process-wrapper .single-service-process {
    background-color: var(--bg);
    padding: 40px 20px;
}

.service-details-content .service-details-content .service-process-wrapper .single-service-process .icon {
    width: 100px;
    height: 100px;
    line-height: 115px;
    font-size: 46px;
    text-align: center;
    margin: 0 auto;
    background-color: var(--white);
    color: var(--theme2);
    border-radius: 50%;
}

.service-details-content .service-details-content .service-process-wrapper .single-service-process .content {
    margin-top: 20px;
}

.service-details-content .service-details-content .service-process-wrapper .single-service-process .content h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

.service-details-content .service-details-content .service-process-wrapper .single-service-process .content p {
    font-size: 16px;
}

.service-wrapper-2 {
    margin-right: -25%;
}

@media (max-width: 1199px) {
    .service-wrapper-2 {
        margin-right: 0;
    }
}

.service-wrapper-2 .service-card-items {
    background-color: var(--white);
    margin-top: 30px;
}

.service-wrapper-2 .service-card-items .service-image {
    overflow: hidden;
    position: relative;
}

.service-wrapper-2 .service-card-items .service-image img {
    width: 100%;
    height: 100%;
}

.service-wrapper-2 .service-card-items .service-content {
    padding: 25px 30px;
}

.service-wrapper-2 .service-card-items .service-content h5 {
    margin-bottom: 10px;
    text-transform: none;
    font-family: var(--font-poppins);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.2;
}

.service-wrapper-2 .service-card-items .service-content p {
    font-weight: 300;
    font-family: var(--font-poppins);
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-size: .80em;
    margin-top: 10px;
}

.service-wrapper-2 .service-card-items .service-content h5 a:hover {
    color: var(--theme2);
    text-decoration: underline;
}

.service-card-items-2 {
    padding: 40px;
    background-color: var(--bg);
    margin-top: 30px;
}

@media (max-width: 767px) {
    .service-card-items-2 {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .service-card-items-2 {
        padding: 30px 20px;
    }
}

.service-card-items-2 .icon {
    font-size: 60px;
    color: var(--theme3);
}

.service-card-items-2 .content {
    margin-top: 20px;
}

.service-card-items-2 .content h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.service-card-items-2 .content h5 a {
    color: var(--header-2);
}

.service-card-items-2 .content h5 a:hover {
    color: var(--theme3);
}

.sposors-wrapper {
    position: relative;
}

.sposors-wrapper .birlikcis-content {
    border-right: 1px solid #1c3d9f;
    padding-right: 50px;
}

@media (max-width: 1399px) {
    .sposors-wrapper .birlikcis-content {
        border: none;
    }
}

.sposors-wrapper .birlikcis-content p {
    color: var(--white);
    opacity: 0.7;
    max-width: 480px;
    font-weight: 300;
    font-family: var(--font-poppins);
    letter-spacing: -.02em;
    font-size: .90em;
}

.sposors-wrapper .birlikcis-content .soposors-button {
    margin-top: 40px;
}

.sposors-wrapper .birlikci-right {
    margin-left: 80px;
}

@media (max-width: 1399px) {
    .sposors-wrapper .birlikci-right {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .sposors-wrapper .birlikci-right .birlikci-items {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: initial !important;
    }
}

.sposors-wrapper .birlikci-right .birlikci-items:not(:last-child) {
    margin-bottom: 10px;
    column-gap: .5em;
}

.sposors-wrapper .birlikci-right .birlikci-items>div {
    padding: 10px;
    background: var(--white);
    border-radius: 8px;
    width: 32%;
}

.sposors-wrapper .birlikci-right .birlikci-items img {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .sposors-wrapper .birlikci-right .birlikci-items:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .sposors-wrapper .birlikci-right .birlikci-items:not(:last-child) {
        margin-bottom: 7px;
    }
    .sposors-wrapper .birlikci-right .birlikci-items>div {
        width: 31%;
    }
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

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

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

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

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    animation: rippleOne 3s infinite;
}

.ripple::before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-dot {
    margin-bottom: -5px;
}

.swiper-dot .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    transition: 0.6s;
    background-color: rgba(0, 22, 89, 0.1);
    opacity: 1;
    border-radius: 0;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    width: 40px;
}

.arry-button .array-prev {
    width: 50px;
    height: 50px;
    background-color: #f3f3f3;
    color: var(--theme);
    border-radius: 8px;
    margin-right: 7px;
    transition: all 0.4s ease-in-out;
}

.arry-button .array-prev:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.arry-button .array-next {
    width: 50px;
    height: 50px;
    background-color: var(--theme2);
    color: var(--white);
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
}

.arry-button .array-next:hover {
    background-color: #f3f3f3;
    color: var(--theme);
}

@media (max-width: 767px) {
    .arry-button {
        display: none;
    }
}

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

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

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

@media (max-width: 1199px) {
    .mt-100 {
        margin-top: 0;
    }
}

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

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

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

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

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

@media (max-width: 575px) {
    br {
        display: none;
    }
}

.border-none {
    border-bottom: none !important;
}

.border-bottom {
    border-bottom: 1px solid var(--border2);
}

.bg-white {
    background-color: var(--white);
}

.nice-select {
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    font-weight: 400;
    width: unset;
    outline: none;
    padding: 18px 35px;
    border: none;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .nice-select {
        padding: 15px 20px;
    }
}

.nice-select span {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.nice-select:hover::after {
    border-bottom: 1px solid var(--theme);
    border-right: 1px solid var(--theme);
}

.nice-select option {
    color: #7A7A7A;
}

.nice-select .current {
    margin-right: 12px;
}

.nice-select:after {
    right: 23px;
    border-bottom: 1px solid var(--header);
    border-right: 1px solid var(--header);
    width: 10px;
    height: 10px;
    top: 47%;
}

@media (max-width: 991px) {
    .nice-select:after {
        right: 16px;
    }
}

.nice-select.open .list {
    background: var(--bg);
    margin-top: 14px;
    width: 100%;
    text-transform: uppercase;
    color: var(--theme);
}

.nice-select .option.selected.focus {
    background: var(--bg);
    outline: none;
    color: var(--theme);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.nice-select .option {
    border: none;
}

.nice-select .option:hover {
    background: transparent;
}

.border-right {
    border-right: 1px solid var(--theme);
    height: 330px;
}

@media (max-width: 1399px) {
    .border-right {
        border: none;
    }
}

.border-left-right {
    border-right: 1px solid var(--theme);
    border-left: 1px solid var(--theme);
    height: 330px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 1399px) {
    .border-left-right {
        border: none;
        height: initial;
    }
}

@media (max-width: 767px) {
    .border-left-right {
        text-align: initial;
        margin: initial;
    }
}

.custom-width {
    max-width: 320px;
}

.sub-color {
    color: var(--theme2) !important;
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--border);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: all 0.4s ease-in-out;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f176";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--theme2);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

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

.scroll-up svg.scroll-circle path {
    stroke: var(--theme2);
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

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

.star-color {
    color: #D8D8D8 !important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bor-top {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.border-none {
    border-top: none !important;
}

.single-team-items {
    margin-top: 35px;
    margin-bottom: -6px;
}

.single-team-items .team-image {
    position: relative;
    height: 500px;
}

@media (max-width: 575px) {
    .single-team-items .team-image {
        height: 380px;
    }
}

.single-team-items .team-image img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1399px) {
    .single-team-items .team-image img {
        max-width: initial;
    }
}

@media (max-width: 991px) {
    .single-team-items .team-image img {
        max-width: 100%;
        height: 100%;
    }
}

.single-team-items .team-image .icon-shape {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: -1;
}

.single-team-items .team-image .social-icon {
    margin-top: 40px;
    gap: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-team-items .team-image .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: var(--white);
    color: var(--theme);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out;
}

.single-team-items .team-image .social-icon a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.single-team-items .team-content {
    margin-top: 30px;
}

.single-team-items .team-content p {
    font-weight: 500;
    color: var(--theme2);
    text-transform: uppercase;
    font-size: 16px;
}

.single-team-items .team-content h4 {
    margin-top: 5px;
}

.single-team-items .team-content h4 a:hover {
    color: var(--theme2);
}

.single-team-items:hover .social-icon a {
    transform: scaleX(1);
}

@media (min-width: 1220px) {
    .team-wrapper {
        margin-right: calc(-50vw + 635px);
    }
}

.team-wrapper .single-team-style-2 {
    margin-bottom: -6px;
}

.team-wrapper .single-team-style-2 .single-team-items {
    background-color: var(--theme);
    position: relative;
}

.team-wrapper .single-team-style-2 .single-team-items .team-image {
    padding: 30px 30px 0 30px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    text-align: center;
    height: 470px;
}

@media (max-width: 575px) {
    .team-wrapper .single-team-style-2 .single-team-items .team-image {
        height: 400px;
    }
}

.team-wrapper .single-team-style-2 .single-team-items .team-image img {
    z-index: 9;
}

.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile {
    position: absolute;
    top: 30px;
    right: 30px;
    content: "";
    transition: all 0.4s ease-in-out;
    z-index: 9;
    display: inline-block;
}

.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    background: var(--white);
    color: var(--theme);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile .plus-btn:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: white;
    color: var(--theme);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile:hover a {
    opacity: 1;
    visibility: visible;
}

.team-wrapper .single-team-style-2 .single-team-items .icon-shape {
    position: absolute;
    top: 60px;
    left: 15px;
    right: 0;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .team-wrapper .single-team-style-2 .single-team-items .icon-shape {
        left: 90px;
    }
}

@media (max-width: 1199px) {
    .team-wrapper .single-team-style-2 .single-team-items .icon-shape {
        left: 15px;
    }
}

.team-wrapper .single-team-style-2 .team-content {
    margin-top: 20px;
}

.team-wrapper .single-team-style-2 .team-content span {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--theme2);
}

.team-wrapper .single-team-style-2 .team-content h4 a:hover {
    color: var(--theme2);
}

.team-section {
    position: relative;
}

.team-section .line-shape {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}

.team-section .line-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1399px) {
    .team-section .line-shape {
        display: none;
    }
}

.team-section .line-shape-2 {
    position: absolute;
    left: 10%;
    bottom: 0;
}

.team-section .line-shape-2 img {
    width: 100%;
}

@media (max-width: 1399px) {
    .team-section .line-shape-2 {
        display: none;
    }
}

.team-details-wrapper .team-image {
    width: 407px;
    position: relative;
}

.team-details-wrapper .team-image img {
    width: 100%;
    height: 100%;
}

.team-details-wrapper .team-image .icon-shape {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-details-content {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .team-details-wrapper .team-details-content {
        margin-left: 0;
    }
}

.team-details-wrapper .team-details-content span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme2);
}

.team-details-wrapper .team-details-content h4 {
    margin-bottom: 15px;
}

.team-details-wrapper .team-details-content .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.team-details-wrapper .team-details-content .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: var(--bg);
    color: var(--theme);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border2);
}

.team-details-wrapper .team-details-content .social-icon a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.team-details-wrapper .team-details-content ul {
    margin-top: 30px;
}

.team-details-wrapper .team-details-content ul li {
    font-size: 18px;
}

.team-details-wrapper .team-details-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.team-details-wrapper .team-details-content ul li span {
    font-size: 18px;
    color: var(--theme);
    margin-left: 5px;
    text-transform: capitalize;
    font-weight: 400;
}

.team-details-wrapper .team-details-content .header-title {
    margin-top: 40px;
}

.team-wrapper-2 {
    margin-right: -25%;
}

@media (max-width: 1899px) {
    .team-wrapper-2 {
        margin-right: -5%;
    }
}

@media (max-width: 1399px) {
    .team-wrapper-2 {
        margin-right: -8%;
    }
}

@media (max-width: 1199px) {
    .team-wrapper-2 {
        margin-right: 0;
    }
}

.team-wrapper-2 .team-image-inner {
    padding: 0 25px;
}

.team-wrapper-2 .team-image-inner .team-image {
    position: relative;
    padding: 15px 0;
    z-index: 9;
}

@media (max-width: 767px) {
    .team-wrapper-2 .team-image-inner .team-image {
        height: 480px;
    }
}

@media (max-width: 575px) {
    .team-wrapper-2 .team-image-inner .team-image {
        height: 400px;
    }
}

.team-wrapper-2 .team-image-inner .team-image::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: 100px;
    border: 2px solid var(--theme);
    border-radius: 10px;
    content: "";
    transform: skew(17deg);
    transform-origin: left top;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0.1;
}

.team-wrapper-2 .team-image-inner .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-wrapper-2 .team-image-inner .team-image .social-icon {
    display: grid;
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.team-wrapper-2 .team-image-inner .team-image .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--theme);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.team-wrapper-2 .team-image-inner .team-image .social-icon a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.team-wrapper-2 .team-image-inner .team-content {
    margin-top: 10px;
}

.team-wrapper-2 .team-image-inner .team-content h5 a:hover {
    color: var(--theme2);
}

.team-wrapper-2 .team-image-inner:hover .team-image::before {
    border: 2px solid var(--theme2);
    opacity: 1;
}

.team-wrapper-2 .team-image-inner:hover .team-image .social-icon {
    opacity: 1;
    visibility: visible;
    left: -20px;
}

.team-wrapper-2 .team-image-inner.active .team-image::before {
    border: 2px solid var(--theme2);
    opacity: 1;
}

.team-wrapper-2 .team-image-inner.active .team-image .social-icon {
    opacity: 1;
    visibility: visible;
    left: -20px;
}

.choose-wrapper .choose-icon-items {
    display: flex;
    align-items: center;
}

.choose-wrapper .choose-items {
    padding: 30px 20px;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    position: relative;
    font-size: 24px;
}

.choose-wrapper .choose-items .arrow-icon {
    position: absolute;
    right: 15px;
    top: 0;
    color: var(--theme);
    transform: rotate(-45deg);
}

.choose-wrapper .choose-items .content {
    margin-top: 20px;
}

.choose-wrapper .choose-items .content h6 {
    font-size: 14px;
    font-weight: 600;
}

.choose-wrapper .choose-items.style-2 {
    border-top: none;
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

.choose-wrapper .choose-image .choose-image-1 {
    max-width: 300px;
}

.choose-wrapper .choose-image .choose-image-1 img {
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .choose-wrapper .choose-image .choose-image-1 {
        text-align: center;
        margin: 0 auto;
    }
}

.choose-wrapper .choose-image .choose-image-2 {
    max-width: 300px;
}

.choose-wrapper .choose-image .choose-image-2 img {
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .choose-wrapper .choose-image .choose-image-2 {
        text-align: center;
        margin: 0 auto;
    }
}

.choose-wrapper .choose-image .choose-image-3 {
    max-width: 480px;
    margin-top: 30px;
    margin-left: -150px;
}

.choose-wrapper .choose-image .choose-image-3 img {
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .choose-wrapper .choose-image .choose-image-3 {
        display: none;
    }
}

.choose-us-wrapper-2 .choose-us-content .icon-items {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .choose-us-wrapper-2 .choose-us-content .icon-items {
        margin-top: 20px;
    }
}

.choose-us-wrapper-2 .choose-us-content .icon-items .icon {
    font-size: 48px;
    color: var(--theme);
}

@media (max-width: 575px) {
    .choose-us-wrapper-2 .choose-us-content .icon-items .content h5 {
        font-size: 18px;
    }
}

.choose-us-wrapper-2 .choose-image-items {
    margin-left: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .choose-us-wrapper-2 .choose-image-items {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper-2 .choose-image-items {
        margin-bottom: -10px;
    }
}

.choose-us-wrapper-2 .choose-image-items .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose-us-wrapper-2 .choose-image-items .video-box .video-btn {
    background-color: var(--theme2);
    color: var(--white);
    display: inline-block;
    font-size: 18px;
    height: 95px;
    width: 95px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 575px) {
    .choose-us-wrapper-2 .choose-image-items .video-box .video-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
}

.choose-us-wrapper-2 .choose-image-items img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .choose-us-wrapper-2 .choose-image-items .choose-image-1 {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper-2 .choose-image-items .choose-image-1 {
        height: 380px;
    }
}

.choose-us-wrapper-2 .choose-image-items .choose-image-2 {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .choose-us-wrapper-2 .choose-image-items .choose-image-2 {
        height: 450px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper-2 .choose-image-items .choose-image-2 {
        height: 380px;
    }
}

.choose-us-wrapper-3 .choose-image {
    margin: 0 40px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-3 .choose-image {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper-3 .choose-image {
        height: 400px;
    }
}

.choose-us-wrapper-3 .choose-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.choose-us-wrapper-3 .icon-area .icon-items {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.choose-us-wrapper-3 .icon-area .icon-items .icon {
    font-size: 62px;
    color: var(--header-2);
}

.choose-us-wrapper-3 .icon-area .icon-items .content h5 {
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--header-2);
}

.single-product-items {
    margin-top: 35px;
    margin-bottom: -6px;
}

.single-product-items .product-image {
    position: relative;
}

.single-product-items .product-image img {
    width: 100%;
    height: 100%;
}

.single-product-items .product-image .box {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme);
    text-align: center;
}

.single-product-items .product-image .box span {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.single-product-items .product-image .product-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    z-index: 999;
    gap: 10px;
}

.single-product-items .product-image .product-icon li {
    background-color: var(--white);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out;
}

.single-product-items .product-image .product-icon li i {
    color: var(--theme);
}

.single-product-items .product-image .product-icon li.style-2 {
    background-color: var(--theme2);
    cursor: pointer;
    width: 135px;
}

.single-product-items .product-image .product-icon li.style-2 a {
    color: var(--white);
}

.single-product-items .product-image .product-icon li.style-2 a i {
    color: var(--white);
    margin-right: 3px;
}

.single-product-items .product-content .price {
    margin-bottom: 5px;
}

.single-product-items .product-content .price span {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme2);
}

.single-product-items .product-content .price del {
    font-size: 14px;
    font-weight: 500;
    color: var(--text2);
}

.single-product-items .product-content h5 a {
    background-image: linear-gradient(var(--theme2), var(--theme2));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.single-product-items .product-content h5 a:hover {
    background-size: 100% 1px;
    color: var(--theme2);
}

.single-product-items:hover .product-image .product-icon li {
    transform: scaleX(1);
}

.single-product-items.active .product-image .product-icon li {
    transform: scaleX(1);
}

.woocommerce-notices-wrapper {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .woocommerce-notices-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.woocommerce-notices-wrapper .product-showing {
    padding: 18px 20px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid var(--border2);
    display: inline-block;
    font-size: 16px;
}

.woocommerce-notices-wrapper .form-clt {
    width: 250px;
}

.woocommerce-notices-wrapper .form-clt .nice-select {
    padding: 18px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid var(--border2);
}

.product-details-wrapper .shop-single-slide .product-image {
    position: relative;
}

.product-details-wrapper .shop-single-slide .product-image img {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.product-details-wrapper .shop-single-slide .product-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.product-details-wrapper .shop-single-slide .product-image .icon:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.product-details-wrapper .shop-single-slide:hover .icon {
    opacity: 1;
}

.product-details-wrapper .product-image-items .slide-smoll img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-details-wrapper .product-image-items .shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--theme2);
    opacity: 1;
}

.product-details-wrapper .product-details-content {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .product-details-wrapper .product-details-content {
        margin-left: 0;
    }
}

.product-details-wrapper .product-details-content .star i {
    font-size: 16px;
    color: #ff9200;
}

.product-details-wrapper .product-details-content .cart-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.product-details-wrapper .product-details-content .cart-wrp .cart-quantity {
    padding-right: 15px;
}

.product-details-wrapper .product-details-content .cart-wrp .cart-quantity input {
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--border2);
    color: var(--header);
}

.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .minus {
    color: var(--header);
}

.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .plus {
    color: var(--header);
}

.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .qty {
    color: var(--header);
}

.product-details-wrapper .product-details-content .cart-wrp .discount input {
    border: 1px solid var(--border2);
    padding: 10px 20px;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text);
}

.product-details-wrapper .single-tab {
    padding-top: 40px;
}

.product-details-wrapper .single-tab .nav {
    border-top: 1px solid var(--border2);
    border-bottom: 1px solid var(--border2);
    padding: 15px 0;
}

.product-details-wrapper .single-tab .nav .nav-item .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
}

.product-details-wrapper .single-tab .nav .nav-item .nav-link.active {
    background: none;
}

.product-details-wrapper .single-tab .nav .nav-item .nav-link.active h5 {
    color: var(--theme2);
}

.product-details-wrapper .single-tab .nav .nav-item .nav-link h5 {
    color: var(--theme);
}

@media (max-width: 575px) {
    .product-details-wrapper .single-tab .tab-content .review-items .admin-items {
        justify-content: center;
    }
}

.product-details-wrapper .single-tab .tab-content .review-items .admin-items .admin-img {
    width: 100px;
    height: 100px;
}

.product-details-wrapper .single-tab .tab-content .review-items .admin-items .admin-img img {
    border-radius: 50%;
}

.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content {
    position: relative;
    border: 1px solid var(--border2);
}

.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-left: 1px solid var(--border2);
    border-bottom: 1px solid var(--border2);
    transform: rotate(45deg);
    top: 40%;
    left: -16px;
}

@media (max-width: 575px) {
    .product-details-wrapper .single-tab .tab-content .review-items .admin-items .content::before {
        display: none;
    }
}

.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content .head-content h5 span {
    font-size: 14px;
    margin-left: 30px;
}

.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content .star i {
    font-size: 16px;
    color: #ff9200;
}

.product-details-wrapper .single-tab .tab-content .review-title .rate-now {
    margin-top: 15px;
    gap: 15px;
}

.product-details-wrapper .single-tab .tab-content .review-title .rate-now p {
    font-size: 16px;
    text-transform: uppercase;
}

.product-details-wrapper .single-tab .tab-content .review-title .rate-now i {
    font-size: 16px;
    color: #ff9200;
}

.product-details-wrapper .single-tab .tab-content .review-form {
    margin-top: 40px;
}

.product-details-wrapper .single-tab .tab-content .review-form .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 35px;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .product-details-wrapper .single-tab .tab-content .review-form .form-clt input {
        padding: 15px 20px;
    }
}

.product-details-wrapper .single-tab .tab-content .review-form .form-clt-big textarea {
    padding: 18px 35px 170px;
    width: 100%;
    outline: none;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    border: none;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .product-details-wrapper .single-tab .tab-content .review-form .form-clt-big textarea {
        padding: 15px 20px;
    }
}

.main-cart-wrapper {
    border-radius: 5px;
}

.main-cart-wrapper .cart-wrapper {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 40px 40px;
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table {
    width: 100%;
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table thead {
    border-bottom: 1px solid var(--border2);
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table thead tr th {
    padding-bottom: 16px;
    color: var(--theme);
    text-transform: uppercase;
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item td {
    border-bottom: 1px solid var(--border2);
    padding: 16px 0;
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info img {
    border-radius: 5px;
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-price {
    color: var(--theme);
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--bg);
    width: 100px;
    border-radius: 5px;
    padding: 2px 20px;
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity span {
    display: block;
    color: var(--theme);
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a {
    display: block;
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a i {
    color: var(--theme);
}

.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-remove a i {
    color: var(--theme);
}

.main-cart-wrapper .cart-wrapper-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.main-cart-wrapper .cart-wrapper-footer form {
    border: 1px solid var(--border2);
    padding: 8px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-cart-wrapper .cart-wrapper-footer form input {
    padding: 5px 5px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.main-cart-wrapper .cart-wrapper-footer form button {
    outline: none;
    border: none;
}

.main-cart-wrapper .cart-pragh-box {
    margin-top: 24px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.main-cart-wrapper .cart-graph {
    border: 1px solid var(--border2);
    padding: 30px 30px;
    border-radius: 5px;
}

.main-cart-wrapper .cart-graph h4 {
    text-align: center;
    color: var(--theme);
    margin-bottom: 30px;
}

.main-cart-wrapper .cart-graph ul {
    margin-bottom: 30px;
}

.main-cart-wrapper .cart-graph ul li {
    display: flex;
}

.main-cart-wrapper .cart-graph ul li:not(:last-child) {
    border-bottom: 1px solid var(--border2);
}

.main-cart-wrapper .cart-graph ul li span {
    width: 50%;
    color: var(--theme);
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .cart-wrapper {
        overflow-x: scroll;
    }
    .cart-wrapper .cart-items-wrapper {
        width: 700px;
    }
    .cart-wrapper .cart-wrapper-footer {
        width: 700px;
    }
}

.checkout-radio {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 24px;
}

.checkout-radio .primary-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    color: var(--theme);
}

.checkout-radio h4 {
    color: var(--theme);
    margin-bottom: 16px;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-shadow: none;
    outline: none;
    border: 1px solid var(--border2);
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
    color: var(--theme);
    text-transform: uppercase;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
    margin-bottom: 12px;
}

@media (max-width: 500px) {
    .checkout-radio {
        padding: 10px;
    }
}

.checkout-single-wrapper .checkout-single h4 {
    color: var(--theme);
    margin-bottom: 2rem;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--border2);
    border-radius: 5px;
    padding: 12px 24px;
    color: var(--theme);
    text-transform: uppercase;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
    color: var(--theme);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::-moz-placeholder {
    color: var(--theme);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
    color: var(--theme);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
    background-color: var(--white);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
    font-size: 18px;
    color: var(--theme);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
    color: var(--theme);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.checkout-single-wrapper .boxshado-single {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .checkout-single-wrapper .boxshado-single {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
}

.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
    border: 1px solid var(--border2);
    background: transparent;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .checkout-single-wrapper .checkout-single-bg {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg .payment-save {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.checkout-single-wrapper .checkout-single-bg .payment-save input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--border2);
    background-color: var(--theme);
    outline: none;
    color: var(--theme);
}

.checkout-single-wrapper .checkout-single-bg .payment-save label {
    font-size: 16px;
}

.product-details-wrapper-2 .product-image-items .tab-content .tab-pane .product-image img {
    width: 100%;
    height: 100%;
}

.product-details-wrapper-2 .product-image-items .tab-content .tab-pane.active {
    border: 1px solid var(--theme2);
}

.product-details-wrapper-2 .product-image-items .nav {
    border: unset;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.product-details-wrapper-2 .product-image-items .nav .nav-link {
    padding: 0;
    border: unset;
    background: none;
}

.product-details-wrapper-2 .product-image-items .nav .nav-link .image-tab {
    border: 1px solid var(--border2);
}

.product-details-wrapper-2 .product-image-items .nav .nav-link .image-tab img {
    width: 100%;
    height: 100%;
}

.product-details-wrapper-2 .product-image-items .nav .nav-link.active .image-tab {
    border: 1px solid var(--theme2);
}

.product-details-wrapper-2 .product-details-content {
    margin-left: 60px;
}

@media (max-width: 1399px) {
    .product-details-wrapper-2 .product-details-content {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .product-details-wrapper-2 .product-details-content {
        margin-left: 0;
    }
}

.product-details-wrapper-2 .product-details-content .star a {
    color: var(--theme2);
    font-size: 14px;
    font-weight: 600;
}

.product-details-wrapper-2 .product-details-content .price-list {
    gap: 20px;
    border-bottom: 1px solid var(--border2);
    padding-bottom: 30px;
}

.product-details-wrapper-2 .product-details-content .price-list span {
    padding: 8px;
    background-color: var(--theme);
    font-size: 14px;
    color: var(--white);
}

.product-details-wrapper-2 .product-details-content .price-list del {
    font-size: 14px;
    color: var(--theme);
    opacity: 0.4;
    font-weight: 500;
}

.product-details-wrapper-2 .product-details-content .price-list h3 {
    font-size: 40px;
    color: var(--theme2);
}

.product-details-wrapper-2 .product-details-content .cart-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity {
    padding-right: 15px;
}

.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity input {
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--border2);
    color: var(--header);
}

.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .minus {
    color: var(--header);
}

.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .plus {
    color: var(--header);
}

.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .qty {
    color: var(--header);
}

.product-details-wrapper-2 .product-details-content .cart-wrp .icon {
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--border2);
    color: var(--header);
    line-height: 40px;
}

.product-details-wrapper-2 .product-details-content .details-info {
    position: relative;
}

.product-details-wrapper-2 .product-details-content .details-info:not(:last-child) {
    margin-bottom: 10px;
}

.product-details-wrapper-2 .product-details-content .details-info span {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    top: 2px;
}

.product-details-wrapper-2 .product-details-content .details-info a {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    margin-left: 150px;
    text-transform: capitalize;
}

.product-details-wrapper-2 .single-tab {
    padding-top: 80px;
}

@media (max-width: 575px) {
    .product-details-wrapper-2 .single-tab {
        padding-top: 50px;
    }
}

.product-details-wrapper-2 .single-tab .nav {
    justify-content: center;
    border-bottom: 1px solid var(--border2);
    padding-bottom: 20px;
}

.product-details-wrapper-2 .single-tab .nav .nav-link.active {
    position: relative;
}

.product-details-wrapper-2 .single-tab .nav .nav-link.active h6 {
    color: var(--theme2);
}

.product-details-wrapper-2 .single-tab .nav .nav-link.active::before {
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #ff5e14;
    transition: 0.3s;
}

.product-details-wrapper-2 .single-tab .description-items .description-content {
    margin-right: 50px;
}

@media (max-width: 1399px) {
    .product-details-wrapper-2 .single-tab .description-items .description-content {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .product-details-wrapper-2 .single-tab .description-items .description-content {
        margin-right: 0;
    }
}

.product-details-wrapper-2 .single-tab .description-items .description-content h3 {
    margin-bottom: 15px;
}

.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items .description-list li {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--theme);
    font-weight: 500;
}

.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items .description-list li span {
    color: var(--text);
    font-weight: 400;
}

.product-details-wrapper-2 .single-tab .description-items .description-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .product-details-wrapper-2 .single-tab .review-items .admin-items {
        justify-content: center;
        gap: 30px;
    }
}

.product-details-wrapper-2 .single-tab .review-items .admin-items .admin-img {
    width: 100px;
    height: 100px;
}

.product-details-wrapper-2 .single-tab .review-items .admin-items .admin-img img {
    border-radius: 50%;
}

.product-details-wrapper-2 .single-tab .review-items .admin-items .content {
    position: relative;
    border: 1px solid var(--border2);
}

.product-details-wrapper-2 .single-tab .review-items .admin-items .content::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-left: 1px solid var(--border2);
    border-bottom: 1px solid var(--border2);
    transform: rotate(45deg);
    top: 40%;
    left: -16px;
}

@media (max-width: 575px) {
    .product-details-wrapper-2 .single-tab .review-items .admin-items .content::before {
        display: none;
    }
}

.product-details-wrapper-2 .single-tab .review-items .admin-items .content .head-content h5 span {
    font-size: 14px;
    margin-left: 30px;
}

.product-details-wrapper-2 .single-tab .review-items .admin-items .content .star i {
    font-size: 16px;
    color: #ff9200;
}

.product-details-wrapper-2 .single-tab .review-title .rate-now {
    margin-top: 15px;
    gap: 15px;
}

.product-details-wrapper-2 .single-tab .review-title .rate-now p {
    font-size: 16px;
    text-transform: uppercase;
}

.product-details-wrapper-2 .single-tab .review-title .rate-now i {
    font-size: 16px;
    color: #ff9200;
}

.product-details-wrapper-2 .single-tab .review-form {
    margin-top: 40px;
}

.product-details-wrapper-2 .single-tab .review-form .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 35px;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .product-details-wrapper-2 .single-tab .review-form .form-clt input {
        padding: 15px 20px;
    }
}

.product-details-wrapper-2 .single-tab .review-form .form-clt-big textarea {
    padding: 18px 35px 170px;
    width: 100%;
    outline: none;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    border: none;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .product-details-wrapper-2 .single-tab .review-form .form-clt-big textarea {
        padding: 15px 20px;
    }
}

.faq-section {
    position: relative;
}

.faq-section::before {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    z-index: -1;
}

@media (max-width: 1399px) {
    .faq-section::before {
        top: 12%;
    }
}

@media (min-width: 1220px) {
    .faq-wrapper {
        margin-left: calc(-50vw + 635px);
    }
}

@media (max-width: 575px) {
    .faq-wrapper .faq-image {
        height: 400px;
    }
}

.faq-wrapper .faq-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-wrapper .faq-content {
    margin-left: 70px;
    margin-top: 100px;
}

@media (max-width: 1399px) {
    .faq-wrapper .faq-content {
        margin-left: 40px;
    }
    .faq-wrapper .faq-content .section-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {
    .faq-wrapper .faq-content {
        margin-left: 0;
        margin-top: 0;
    }
}

.faq-wrapper .faq-content .faq-accordion .accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button {
    color: var(--white);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 40px;
}

.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    transition: all 0.3s ease-in-out !important;
    position: absolute;
    top: 30px;
    left: 0;
}

.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-top: 12px;
}

.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
    padding-top: 5px;
    color: var(--white);
    padding-bottom: 25px;
    opacity: 0.7;
}

@media (max-width: 575px) {
    .faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1220px) {
    .faq-wrapper.style-2 {
        margin-right: calc(-50vw + 635px);
        margin-left: initial;
    }
}

.faq-wrapper.style-2 .faq-content {
    margin-left: 0;
    margin-top: 0;
    margin-right: 70px;
}

.faq-wrapper.style-2 .faq-image {
    position: relative;
}

.faq-wrapper.style-2 .faq-image .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-wrapper.style-2 .faq-image .video-button .video-popup {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme);
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.faq-area .faq-accordion .accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button {
    color: var(--theme);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 40px;
    border-top: 1px solid var(--border2);
    text-transform: uppercase;
}

.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    transition: all 0.3s ease-in-out !important;
    position: absolute;
    top: 25px;
    left: 0;
}

.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-top: 12px;
}

.faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
    padding-top: 5px;
    color: var(--text);
    padding-bottom: 25px;
    font-family: var(--font-poppins);
    letter-spacing: -0.03em;
    color: #373737;
    font-size: .95em;
    line-height: 1.6;
    font-weight: 300;
}

@media (max-width: 575px) {
    .faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        padding-bottom: 15px;
    }
}

.faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body img {
    width: 100%;
    height: 100%;
}

.faq-area.faq-wrapper-2 .faq-image img {
    width: 100%;
    height: 100%;
}

.faq-area.faq-wrapper-2 .faq-accordion .accordion-item {
    border: none;
    background-color: var(--white);
}

.faq-area.faq-wrapper-2 .faq-accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button {
    color: var(--header-2);
    padding: 18px 20px;
}

.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button::after {
    position: initial;
    top: initial;
    left: initial;
}

.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    margin-top: 0;
}

.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 20px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 16px;
}

.faq-area.faq-wrapper-2 .faq-content {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .faq-area.faq-wrapper-2 .faq-content {
        margin-left: 0;
    }
}

.faq-section-2 {
    position: relative;
}

.faq-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 78.4%;
    content: "";
    background-color: var(--theme);
    z-index: -1;
}

@media (max-width: 1399px) {
    .faq-section-2::before {
        height: 100%;
    }
}

.main-sidebar {
    margin-left: 35px;
}

@media (max-width: 1199px) {
    .main-sidebar {
        margin-left: 0;
    }
}

.main-sidebar .single-sidebar-widget {
    background-color: var(--bg);
    padding: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .main-sidebar .single-sidebar-widget {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .main-sidebar .single-sidebar-widget {
        margin-bottom: 30px;
    }
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .wid-title span {
    text-transform: uppercase;
    font-size: 14px;
}

.main-sidebar .single-sidebar-widget .message-form .single-form-input {
    position: relative;
}

.main-sidebar .single-sidebar-widget .message-form .single-form-input input,
.main-sidebar .single-sidebar-widget .message-form .single-form-input textarea {
    margin-bottom: 20px;
    padding: 18px 20px;
    line-height: 1;
    font-size: 14px;
    width: 100%;
    border: none;
    color: var(--text);
    text-transform: uppercase;
}

.main-sidebar .single-sidebar-widget .message-form .single-form-input .icon {
    position: absolute;
    right: 20px;
    top: 12px;
    color: var(--theme);
    border-left: 1px solid var(--border2);
    padding-left: 15px;
}

.main-sidebar .single-sidebar-widget .message-form .single-form-input textarea {
    padding: 18px 20px 90px;
}

.main-sidebar .single-sidebar-widget .faq-category-link a {
    padding: 18px 20px;
    background-color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.main-sidebar .single-sidebar-widget .faq-category-link a:not(:last-child) {
    margin-bottom: 10px;
}

.main-sidebar .single-sidebar-widget .faq-category-link a i {
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .faq-category-link a::before {
    position: absolute;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
}

.main-sidebar .single-sidebar-widget .faq-category-link a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .faq-category-link a:hover i {
    color: var(--theme2);
}

.main-sidebar .single-sidebar-widget .faq-category-link a.active {
    background-color: var(--theme);
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .faq-category-link a.active i {
    color: var(--theme2);
}

.main-sidebar .single-sidebar-widget .info-list li {
    text-transform: capitalize;
}

.main-sidebar .single-sidebar-widget .info-list li:not(:last-child) {
    margin-bottom: 10px;
}

.main-sidebar .single-sidebar-widget .info-list li span {
    color: var(--theme);
}

.main-sidebar .single-sidebar-widget .download-service-doc a {
    width: 100%;
    padding: 18px 20px;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    background-color: var(--white);
    font-size: 14px;
    font-weight: 500;
}

.main-sidebar .single-sidebar-widget .download-service-doc a i {
    font-size: 22px;
    margin-right: 15px;
    color: var(--theme2);
}

.main-sidebar .single-sidebar-widget .download-service-doc a:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .main-sidebar .single-sidebar-widget .download-service-doc a {
        font-size: 16px;
        padding: 18px 40px;
    }
}

@media (max-width: 575px) {
    .main-sidebar .single-sidebar-widget .download-service-doc a {
        font-size: 15px;
        padding: 18px 25px;
    }
}

.main-sidebar .single-sidebar-widget .download-service-doc a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .download-service-doc a.active {
    background-color: var(--theme);
    color: var(--white);
}

.prev-next-btns {
    padding: 20px 0;
    border-top: 1px solid var(--border2);
    border-bottom: 1px solid var(--border2);
}

.prev-next-btns .text {
    font-size: 14px;
    color: var(--theme);
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.prev-next-btns .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: var(--theme);
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--border2);
    transition: all 0.4s ease-in-out;
}

.prev-next-btns .prev-btn,
.prev-next-btns .next-btn {
    gap: 15px;
}

.prev-next-btns .prev-btn:hover .text,
.prev-next-btns .next-btn:hover .text {
    color: var(--theme2);
}

.prev-next-btns .prev-btn:hover .icon,
.prev-next-btns .next-btn:hover .icon {
    background-color: var(--theme2);
    color: var(--white);
    border: 1px solid var(--theme2);
}

.cta-call-to-action {
    position: relative;
}

@media (max-width: 1199px) {
    .cta-call-to-action {
        padding-bottom: 0;
    }
}

.cta-call-to-action .dot-shape {
    position: absolute;
    top: 10%;
    left: 10%;
}

@media (max-width: 1199px) {
    .cta-call-to-action .dot-shape {
        display: none;
    }
}

.cta-call-to-action .cta-img {
    position: absolute;
    top: 10%;
    left: 25%;
    animation: scale-up-two 8s infinite linear;
}

@media (max-width: 1199px) {
    .cta-call-to-action .cta-img {
        display: none;
    }
}

.cta-call-to-action .cta-img-2 {
    position: absolute;
    top: 50%;
    left: 2%;
    animation: scale-up-two 9s infinite linear;
}

@media (max-width: 1199px) {
    .cta-call-to-action .cta-img-2 {
        display: none;
    }
}

.cta-call-to-action .cta-img-3 {
    position: absolute;
    bottom: 20%;
    left: 27%;
    animation: scale-up-two 10s infinite linear;
}

@media (max-width: 1199px) {
    .cta-call-to-action .cta-img-3 {
        display: none;
    }
}

.cta-call-to-action .cta-img-4 {
    position: absolute;
    top: 10%;
    right: 25%;
    animation: scale-up-two 11s infinite linear;
}

@media (max-width: 1199px) {
    .cta-call-to-action .cta-img-4 {
        display: none;
    }
}

.cta-call-to-action .cta-img-5 {
    position: absolute;
    right: 10%;
    bottom: 22%;
    animation: scale-up-two 12s infinite linear;
}

@media (max-width: 1199px) {
    .cta-call-to-action .cta-img-5 {
        display: none;
    }
}

.cta-content-items {
    position: relative;
    z-index: 9;
}

.cta-content-items .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: var(--theme);
    text-align: center;
    margin: 0 auto 50px;
}

.cta-content-items span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--theme);
}

.cta-content-items h2 {
    margin-top: 10px;
}

.cta-content-items h2 .text {
    font-size: 50px;
    font-weight: 600;
    color: rgba(0, 22, 89, 0.2);
}

@media (max-width: 1199px) {
    .cta-content-items h2 .text {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .cta-content-items h2 .text {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .cta-content-items h2 .text {
        font-size: 28px;
    }
}

.cta-content-items h2 .text-2 {
    font-size: 50px;
    font-weight: 600;
    color: var(--theme2);
}

@media (max-width: 1199px) {
    .cta-content-items h2 .text-2 {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .cta-content-items h2 .text-2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .cta-content-items h2 .text-2 {
        font-size: 28px;
    }
}

.cta-content-items .cta-button {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
    justify-content: center;
}

.cta-banner-wrapper {
    border-bottom: 1px solid var(--border2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .cta-banner-wrapper {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }
}

.cta-banner-wrapper .cta-content {
    gap: 30px;
    display: flex;
    align-items: center;
}

.cta-banner-wrapper .cta-content p {
    font-size: 16px;
    max-width: 310px;
}

.cta-banner-wrapper form {
    position: relative;
}

@media (max-width: 575px) {
    .cta-banner-wrapper form {
        width: 100%;
    }
}

.cta-banner-wrapper form input {
    width: 500px;
    color: var(--text);
    border: none;
    outline: none;
    background: var(--bg);
    padding: 18px 20px;
    font-size: 14px;
    position: relative;
}

.cta-banner-wrapper form button {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.cta-join-wrapper {
    position: relative;
    padding: 0 50px;
    background-color: var(--bg);
    border-left: 4px solid var(--theme);
}

@media (max-width: 1199px) {
    .cta-join-wrapper {
        flex-wrap: wrap;
        gap: 40px;
        padding: 30px 30px;
    }
}

@media (max-width: 575px) {
    .cta-join-wrapper {
        justify-content: center !important;
        gap: 20px;
    }
}

.cta-join-wrapper .team-image {
    margin-top: -60px;
}

@media (max-width: 1199px) {
    .cta-join-wrapper .team-image {
        display: none;
    }
}

.cta-join-us {
    padding-top: 45px;
}

@media (max-width: 1199px) {
    .cta-join-us {
        padding-top: 0;
    }
}

.cta-banner-2 {
    position: relative;
}

.cta-banner-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .6) url('../img/grid.png');
}

.cta-wrapper-2 {
    margin-bottom: 110px;
}

@media (max-width: 575px) {
    .cta-wrapper-2 {
        margin-bottom: 115px;
    }
}

@media (max-width: 575px) {
    .cta-wrapper-2 .section-title h2 {
        font-size: 22px;
    }
}

.counter-wrapper-2 {
    background-color: var(--theme);
    background: linear-gradient(90deg, var(--theme2), var(--theme));
    -webkit-box-shadow: inset 0 0 30px rgb(255 255 255 / 50%), rgba(50, 50, 93, 0.5) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    -moz-box-shadow: inset 0 0 30px rgb(255 255 255 / 50%), rgba(50, 50, 93, 0.5) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    box-shadow: inset 0 0 30px rgb(255 255 255 / 50%), rgba(50, 50, 93, 0.5) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    position: relative;
    z-index: 9;
    padding: 80px;
    margin-top: -120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    overflow: hidden;
}

.counter-wrapper-2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../img/grid.png');
}

@media (max-width: 1199px) {
    .counter-wrapper-2 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .counter-wrapper-2 {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .counter-wrapper-2 {
        padding: 40px;
    }
}

.counter-wrapper-2 .counter-content h2 {
    color: var(--white);
    margin-bottom: 10px;
}

.counter-wrapper-2 .counter-content p {
    color: var(--white);
    letter-spacing: -0.03em;
}

.cta-area-3 {
    background-color: var(--theme);
    position: relative;
    display: block;
    margin-top: 40px;
}

.cta-img-box {
    position: absolute;
    top: -38px;
    bottom: -1px;
    left: 0;
    max-width: 694px;
    width: 100%;
}

@media (max-width: 575px) {
    .cta-img-box {
        top: 0;
    }
}

.cta-img-box::before {
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    border-left: 17px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 38px solid var(--roofsie-black, #FF5E15);
    z-index: 2;
    transform: rotate(-1deg);
}

.cta-img-box .cta-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.cta-img-box .cta-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1899px) {
    .cta-img-box .cta-img::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #000;
        opacity: 0.8;
    }
}

.cta-one-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 400px;
    padding-top: 77px;
    padding-bottom: 77px;
}

@media (max-width: 1899px) {
    .cta-one-inner {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .cta-one-inner {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .cta-one-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.cta-one-inner .section-title span {
    color: var(--white);
}

.cta-one-inner .section-title h2 {
    color: var(--white);
    font-size: 36px;
}

@media (max-width: 767px) {
    .cta-one-inner .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .cta-one-inner .section-title h2 {
        font-size: 26px;
    }
}

.pricing-wrapper .package-list-items {
    margin-top: 35px;
    width: 100%;
}

@media (max-width: 991px) {
    .pricing-wrapper .package-list-items {
        margin-top: 43px;
    }
}

@media (max-width: 767px) {
    .pricing-wrapper .package-list-items {
        margin-bottom: -75px;
    }
}

.pricing-wrapper .package-list-items .price-header-img {
    padding: 50px 30px;
    border: 1px solid #192D69;
}

@media (max-width: 575px) {
    .pricing-wrapper .package-list-items .price-header-img {
        padding: 20px 30px;
    }
}

.pricing-wrapper .package-list-items .price-header {
    padding: 50px 50px;
    border: 1px solid #192D69;
}

@media (max-width: 575px) {
    .pricing-wrapper .package-list-items .price-header {
        padding: 20px 30px;
    }
}

.pricing-wrapper .package-list-items ul li {
    font-size: 16px;
    color: var(--white);
    padding: 20px 30px;
    border: 1px solid #192D69;
    border-top: none;
}

@media (max-width: 575px) {
    .pricing-wrapper .package-list-items ul li {
        padding: 15px 20px;
    }
}

.pricing-wrapper .package-list-items ul li i {
    color: var(--white);
    font-size: 18px;
}

.pricing-wrapper .package-list-items ul li.border-none {
    border: none;
    margin-top: 51px;
}

.pricing-wrapper .signle-pricing-items {
    margin-top: 35px;
}

.pricing-wrapper .signle-pricing-items .price-header {
    padding: 50px 50px;
    border: 1px solid #192D69;
}

@media (max-width: 767px) {
    .pricing-wrapper .signle-pricing-items .price-header {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .pricing-wrapper .signle-pricing-items .price-header {
        padding: 20px 30px;
    }
}

.pricing-wrapper .signle-pricing-items .price-header h3 {
    font-size: 40px;
    color: var(--white);
    line-height: 125%;
}

@media (max-width: 575px) {
    .pricing-wrapper .signle-pricing-items .price-header h3 {
        font-size: 32px;
    }
}

.pricing-wrapper .signle-pricing-items .price-header span {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
    text-transform: uppercase;
}

.pricing-wrapper .signle-pricing-items .price-body li {
    font-size: 16px;
    color: var(--white);
    padding: 20px 30px;
    border: 1px solid #192D69;
    border-top: none;
}

.pricing-wrapper .signle-pricing-items .price-body li .pr-text {
    display: none;
}

@media (max-width: 991px) {
    .pricing-wrapper .signle-pricing-items .price-body li .pr-text {
        display: block;
    }
}

.pricing-wrapper .signle-pricing-items .price-body li .pr-icon {
    opacity: 0;
}

@media (max-width: 991px) {
    .pricing-wrapper .signle-pricing-items .price-body li .pr-icon {
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .pricing-wrapper .signle-pricing-items .price-body li {
        padding: 15px 20px;
    }
}

.pricing-wrapper .signle-pricing-items .price-body li i {
    color: var(--white);
    font-size: 18px;
}

.pricing-wrapper .signle-pricing-items .price-body li.border-none {
    border: none;
    margin-top: 15px;
}

.border-right-none {
    border-right: none !important;
}

@media (max-width: 1199px) {
    .border-right-none {
        border-right: 1px solid #192D69 !important;
    }
}

.pricing-card-items {
    margin-top: 30px;
    border: 1px solid var(--border2);
    padding: 40px;
    position: relative;
}

@media (max-width: 767px) {
    .pricing-card-items {
        padding: 30px 30px;
    }
}

@media (max-width: 575px) {
    .pricing-card-items {
        padding: 30px 20px;
    }
}

.pricing-card-items .icon {
    position: absolute;
    right: 40px;
    top: 40px;
    color: var(--theme3);
    font-size: 90px;
    line-height: 1;
}

@media (max-width: 767px) {
    .pricing-card-items .icon {
        top: 30px;
        right: 30px;
    }
}

@media (max-width: 575px) {
    .pricing-card-items .icon {
        top: 20px;
        right: 20px;
    }
}

.pricing-card-items .pricing-header {
    position: relative;
}

.pricing-card-items .pricing-header h2 {
    font-size: 42px;
    color: var(--header-2);
}

@media (max-width: 767px) {
    .pricing-card-items .pricing-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .pricing-card-items .pricing-header h2 {
        font-size: 28px;
    }
}

.pricing-card-items .pricing-header h2 span {
    font-size: 16px;
    color: var(--text);
    margin-left: -5px;
}

.pricing-card-items .pricing-header h3 {
    font-size: 22px;
    color: var(--header-2);
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .pricing-card-items .pricing-header h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .pricing-card-items .pricing-header h3 {
        font-size: 18px;
    }
}

.pricing-card-items .pricing-header p {
    border-bottom: 1px solid var(--border2);
    padding-bottom: 30px;
}

@media (max-width: 575px) {
    .pricing-card-items .pricing-header p {
        padding-bottom: 20px;
    }
}

.pricing-card-items ul {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .pricing-card-items ul {
        margin-top: 20px;
    }
}

.pricing-card-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-card-items ul li i {
    margin-right: 5px;
}

.pricing-card-items .pricing-button {
    margin-top: 40px;
}

.pricing-card-items .pricing-button .theme-bg-2 {
    background-color: #F8F8F8;
    width: 100%;
    text-align: center;
}

.pricing-card-items .pricing-button .theme-bg-2.active {
    background-color: var(--theme3);
}

.pricing-card-items .pricing-button .theme-bg-2 span,
.pricing-card-items .pricing-button .theme-bg-2 i {
    color: var(--header-2);
}

.pricing-card-items .pricing-button .theme-bg-2::before,
.pricing-card-items .pricing-button .theme-bg-2::after {
    background-color: var(--theme3);
}

.pricing-card-items .pricing-button .theme-bg-2:hover span,
.pricing-card-items .pricing-button .theme-bg-2:hover i {
    color: var(--white);
}

.marquee-wrapper {
    background: var(--white);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -15px;
}

.marquee-wrapper.style-2 {
    text-transform: uppercase;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--theme);
    -webkit-text-fill-color: transparent;
    opacity: 1;
    margin-top: 0;
    margin-bottom: -25px;
}

@media (max-width: 575px) {
    .marquee-wrapper.style-2 {
        margin-bottom: -7px;
    }
}

.text-slider {
    font-size: 80px;
    height: 100px;
    line-height: 90px;
    font-weight: 600;
    color: var(--theme);
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme);
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
}

@media (max-width: 575px) {
    .text-slider {
        font-size: 50px;
        height: 70px;
    }
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%;
}

.marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

.testimonial-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .testimonial-bg {
        overflow: hidden;
    }
}

.testimonial-bg .text-circle {
    position: absolute;
    top: -8%;
    right: 17%;
    animation: cir36 10s linear infinite;
}

@media (max-width: 1199px) {
    .testimonial-bg .text-circle {
        display: none;
    }
}

.testimonial-bg .section-title {
    display: inline-block;
}

@media (max-width: 1199px) {
    .testimonial-bg .section-title h2 {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .testimonial-bg .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .testimonial-bg .section-title h2 {
        font-size: 28px;
    }
}

.testimonial-bg .section-title h2 .text {
    font-size: 50px;
    margin-left: 170px;
    color: var(--white);
    font-weight: 600;
}

@media (max-width: 1199px) {
    .testimonial-bg .section-title h2 .text {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .testimonial-bg .section-title h2 .text {
        font-size: 32px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .testimonial-bg .section-title h2 .text {
        font-size: 28px;
    }
}

.testimonial-bg .section-title h2 .text-2 {
    font-size: 50px;
    color: var(--theme2);
    font-weight: 600;
}

@media (max-width: 1199px) {
    .testimonial-bg .section-title h2 .text-2 {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .testimonial-bg .section-title h2 .text-2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .testimonial-bg .section-title h2 .text-2 {
        font-size: 28px;
    }
}

.testimonial-bg .testimonial-wrapper {
    overflow: hidden;
}

.testimonial-bg .testimonial-wrapper .array-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    right: 20%;
    bottom: 13.5%;
    z-index: 99;
}

@media (max-width: 991px) {
    .testimonial-bg .testimonial-wrapper .array-btn {
        display: none;
    }
}

.testimonial-bg .testimonial-wrapper .array-btn .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: var(--white);
}

.testimonial-bg .testimonial-wrapper .array-btn .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme2);
    border-radius: 50%;
    color: var(--white);
}

.testimonial-bg .testimonial-wrapper .client-image-items .client-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .testimonial-bg .testimonial-wrapper .client-image-items {
        display: none;
    }
}

.testimonial-bg .testimonial-wrapper .client-image-items .testimonial-image-slider {
    height: 410px;
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content {
    height: 480px;
}

@media (max-width: 1199px) {
    .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
        height: 600px;
    }
}

@media (max-width: 575px) {
    .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
        height: 550px;
    }
}

@media (max-width: 450px) {
    .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
        height: 650px;
    }
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content {
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content {
        padding: 40px;
    }
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content ul {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content ul li {
    font-size: 16px;
    color: var(--theme2);
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content h3 {
    color: var(--white);
    font-weight: 500;
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content h4 {
    color: var(--white);
    margin-top: 15px;
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info {
    margin-top: 30px;
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info h6 {
    font-size: 16px;
    color: var(--text);
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info h6 span {
    color: var(--theme2);
}

@media (min-width: 1220px) {
    .testimonial-wrapper-2 {
        margin-left: calc(-50vw + 555px);
    }
}

.testimonial-wrapper-2 .testimonial-image {
    position: relative;
}

.testimonial-wrapper-2 .testimonial-image img {
    width: 100%;
    height: 100%;
}

.testimonial-wrapper-2 .testimonial-image .vdieo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-wrapper-2 .testimonial-image .video-btn {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 2;
}

.testimonial-wrapper-2 .testimonial-image .video-btn a {
    position: relative;
    color: var(--theme);
    font-size: 16px;
    z-index: 1;
    background-color: var(--white);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: block;
    transition: 0.4s;
}

.testimonial-wrapper-2 .testimonial-image .video-btn a i {
    color: var(--theme);
}

.testimonial-wrapper-2 .testimonial-content-items {
    padding: 50px;
    background-color: var(--white);
    margin-left: -250px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-content-items {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-content-items {
        padding: 35px;
    }
}

.testimonial-wrapper-2 .testimonial-content-items ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-wrapper-2 .testimonial-content-items ul li i {
    color: var(--theme2);
}

.testimonial-wrapper-2 .testimonial-content-items h4 {
    font-weight: 400;
    line-height: 150%;
}

.testimonial-wrapper-2 .testimonial-content-items .client-info {
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-content-items .client-info {
        margin-top: 30px;
    }
}

.testimonial-wrapper-2 .testimonial-content-items .client-info .info-content h6 {
    font-size: 16px;
    color: var(--text);
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    margin-bottom: 5px;
}

.testimonial-wrapper-2 .testimonial-content-items .client-info .info-content h6 span {
    color: var(--theme2);
    font-weight: 500;
}

.testimonial-wrapper-4 {
    position: relative;
}

.testimonial-wrapper-4 .testimonial-items {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-4 .testimonial-items {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-4 .testimonial-items {
        padding: 30px;
    }
}

.testimonial-wrapper-4 .testimonial-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
    top: 40px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-4 .testimonial-items::before {
        top: 70px;
    }
}

.testimonial-wrapper-4 .testimonial-items .testimonial-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.testimonial-wrapper-4 .testimonial-items .client-info {
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .testimonial-wrapper-4 .testimonial-items .client-info {
        margin-top: 10px;
    }
}

.testimonial-wrapper-4 .testimonial-items .client-info h5 {
    font-size: 18px;
    text-transform: uppercase;
}

.testimonial-wrapper-4 .testimonial-items .client-info h6 {
    font-size: 16px;
    margin-top: 5px;
}

.testimonial-wrapper-4 .testimonial-items .client-info h6 span {
    color: var(--theme);
}

.testimonial-wrapper-4 .testimonial-items .testimonial-content {
    max-width: 950px;
    text-align: center;
    margin: 50px auto;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content {
        margin: 30px auto;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content {
        margin: 20px auto;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content {
        margin: 10px auto;
    }
}

.testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 30px;
    line-height: 180%;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
        font-size: 20px;
        line-height: 170%;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
        font-size: 18px;
        line-height: 165%;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
        font-size: 15px;
        line-height: 160%;
    }
}

.testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
        margin-top: 10px;
    }
}

.testimonial-wrapper-4 .testimonial-items .testimonial-content .star span {
    font-size: 14px;
    color: var(--ratting);
}

.testimonial-section-4 {
    position: relative;
}

@media (max-width: 1199px) {
    .testimonial-section-4 {
        margin-top: -40px;
    }
}

.testimonial-section-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    z-index: -1;
    top: 30%;
}

.testimonial-section-4::after {
    position: absolute;
    bottom: 11%;
    right: 20%;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background-color: var(--theme2);
    content: "";
    z-index: -1;
}

.testimonial-section-4 .client-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .testimonial-section-4 .client-1 {
        display: none;
    }
}

.testimonial-section-4 .client-1 img {
    width: 100%;
    height: 100%;
}

.testimonial-section-4 .client-2 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .testimonial-section-4 .client-2 {
        display: none;
    }
}

.brand-wrapper {
    border-bottom: 1px solid var(--theme);
}

.brand-wrapper.style-2 {
    position: relative;
    z-index: 9;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 80px;
    margin-top: -100px;
}

@media (max-width: 1399px) {
    .padding-style {
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    .padding-style {
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    .padding-style {
        padding-top: 70px;
    }
}

.news-image {
    margin-top: 35px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.news-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #001659;
    background: linear-gradient(0deg, rgba(0, 22, 89, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.news-image img {
    width: 100%;
    height: 100%;
}

.news-image .post-cat-item {
    position: absolute;
    top: -20px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-image .post-cat-item .post-title {
    font-size: 14px;
    padding: 10px;
    background-color: var(--theme2);
    color: var(--white);
    cursor: pointer;
}

@media (max-width: 575px) {
    .news-image .post-cat-item .post-title {
        font-size: 11px;
    }
}

.news-image .post-cat-item .post-title a {
    color: var(--white);
}

.news-image .post-cat-item .post-title-2 {
    font-size: 14px;
    padding: 10px;
    background-color: var(--theme2);
    color: var(--white);
    cursor: pointer;
}

@media (max-width: 575px) {
    .news-image .post-cat-item .post-title-2 {
        font-size: 11px;
    }
}

.news-image .post-cat-item .post-title-2 a {
    color: var(--white);
}

.news-image .news-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9;
    padding-right: 30px;
}

.news-image .news-content .post-date {
    margin-bottom: 15px;
}

.news-image .news-content .post-date li {
    font-size: 14px;
    color: var(--white);
    font-family: var(--font-poppins);
    letter-spacing: -0.02em;
}

.news-image .news-content .post-date li i {
    margin-right: 5px;
}

.news-image .news-content .post-date li span {
    color: var(--theme2);
}

.news-image .news-content h4 {
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
}

.news-image .news-content h4 a {
    color: var(--white);
}

.news-image .news-content h4 a:hover {
    color: var(--theme2);
}

.news-image.style-2 .post-cat-item .post-title {
    background-color: var(--theme3);
}

.news-image.style-2 .post-cat-item .post-title-2 {
    background-color: var(--theme3);
}

.news-image.style-2 .news-content .post-date li span {
    color: var(--theme3);
}

.news-image.style-2 .news-content h4 a:hover {
    color: var(--theme3);
}

.news-right-content {
    margin-left: 30px;
    margin-top: 35px;
}

.news-right-content .single-news-items:not(:last-child) {
    padding-bottom: 30px;
}

.news-right-content .single-news-items .news-content {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

.news-right-content .single-news-items .news-content h5 {
    text-transform: none;
    letter-spacing: -0.03em;
    font-weight: 500;
    line-height: 1.3;
}

.news-right-content .single-news-items .news-content h5 a:hover {
    text-decoration: underline;
}

.news-right-content .single-news-items .news-content .post-date {
    margin-bottom: 15px;
}

.news-right-content .single-news-items .news-content .post-date li {
    font-size: 14px;
    font-family: var(--font-poppins);
    letter-spacing: -0.02em;
    color: #9e9e9e;
}

.news-right-content .single-news-items .news-content .post-date li i {
    margin-right: 5px;
    color: #9e9e9e;
}

.news-right-content .single-news-items .news-content .post-date li span {
    color: var(--theme);
    font-weight: 500;
}

.news-right-content .single-news-items .news-content h5 a:hover {
    color: var(--theme2);
}

.news-right-content .single-news-items .news-content.border-none {
    border: none;
    padding-bottom: 0;
}

.news-right-content.style-2 .single-news-items:not(:last-child) {
    padding-bottom: 30px;
}

.news-right-content.style-2 .single-news-items .news-content .post-date li i {
    color: var(--header-2);
}

.news-right-content.style-2 .single-news-items .news-content .post-date li span {
    color: var(--theme3);
}

.news-right-content.style-2 .single-news-items .news-content h5 a {
    color: var(--header-2);
}

.news-right-content.style-2 .single-news-items .news-content h5 a:hover {
    color: var(--theme3);
}

.single-news-style-2 {
    margin-top: 35px;
    background-color: var(--white);
}

.single-news-style-2 .news-image {
    position: relative;
    height: 225px;
}

.single-news-style-2 .news-image img {
    width: 100%;
    height: 100%;
}

.single-news-style-2 .news-image .post-cat {
    font-size: 14px;
    padding: 10px;
    background-color: var(--theme2);
    cursor: pointer;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.single-news-style-2 .news-image .post-cat a {
    color: var(--white);
}

.single-news-style-2 .news-content {
    padding: 40px 30px;
}

@media (max-width: 575px) {
    .single-news-style-2 .news-content {
        padding: 30px 25px;
    }
}

.single-news-style-2 .news-content .post-date {
    margin-bottom: 10px;
}

.single-news-style-2 .news-content .post-date li {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--theme);
}

.single-news-style-2 .news-content .post-date li i {
    color: var(--theme2);
    margin-right: 10px;
}

.single-news-style-2 .news-content h4 a:hover {
    color: var(--theme2);
}

.single-news-style-2 .news-content .post-item {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-news-style-2 .news-content .post-item .post-img {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-news-style-2 .news-content .post-item .post-img li {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-news-style-2 .news-content .post-item .post-img li span {
    font-weight: 500;
    color: var(--theme);
}

.single-news-style-2 .news-content .post-item .post-icon {
    gap: 20px;
}

.single-news-style-2 .news-content .post-item .post-icon li i {
    margin-right: 5px;
    color: var(--theme);
}

.single-news-style-3 {
    border-top: 1px solid var(--border);
    margin-top: 35px;
}

.single-news-style-3 .news-image {
    position: relative;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
    margin-top: 0;
    height: 600px;
}

.single-news-style-3 .news-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--white);
    box-shadow: none;
    transition: all 0.4s ease-in-out;
}

.single-news-style-3 .news-image::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 490px;
    background-color: var(--border);
    content: "";
}

@media (max-width: 1199px) {
    .single-news-style-3 .news-image::after {
        height: 100%;
    }
}

.single-news-style-3 .news-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-news-style-3 .news-image .post-cat {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--theme2);
    padding: 10px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .single-news-style-3 .news-image .post-cat {
        left: 30px;
    }
}

@media (max-width: 575px) {
    .single-news-style-3 .news-image .post-cat {
        left: 20px;
    }
}

.single-news-style-3 .news-image .post-cat a {
    color: var(--white);
}

.single-news-style-3 .news-image .news-content {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    padding: 0 35px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .single-news-style-3 .news-image .news-content {
        padding: 0 30px;
        bottom: 140px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .single-news-style-3 .news-image .news-content {
        padding: 0 20px;
        padding-bottom: 20px;
        bottom: 100px;
    }
}

.single-news-style-3 .news-image .news-content .post-date li {
    color: var(--theme);
}

.single-news-style-3 .news-image .news-content .post-date li i {
    color: var(--theme2);
}

.single-news-style-3 .news-image .news-content .post-date li span {
    color: var(--theme);
}

@media (max-width: 991px) {
    .single-news-style-3 .news-image .news-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .single-news-style-3 .news-image .news-content h4 {
        font-size: 17px;
    }
}

.single-news-style-3 .news-image .news-content h4 a {
    color: var(--theme);
}

.single-news-style-3 .news-image .news-button {
    position: absolute;
    left: 35px;
    bottom: 50px;
    opacity: 0;
}

@media (max-width: 991px) {
    .single-news-style-3 .news-image .news-button {
        left: 30px;
    }
}

@media (max-width: 575px) {
    .single-news-style-3 .news-image .news-button {
        left: 20px;
        bottom: 40px;
    }
}

@media (max-width: 767px) {
    .single-news-style-3 .news-image::before {
        background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .single-news-style-3 .news-image::after {
        display: none;
    }
    .single-news-style-3 .news-image .news-content {
        border: none;
    }
    .single-news-style-3 .news-image .news-content .post-date li {
        color: var(--white);
    }
    .single-news-style-3 .news-image .news-content .post-date li i {
        color: var(--white);
    }
    .single-news-style-3 .news-image .news-content .post-date li span {
        color: var(--text2);
    }
    .single-news-style-3 .news-image .news-content h4 a {
        color: var(--white);
        transition: all 0.4s ease-in-out;
    }
    .single-news-style-3 .news-image .news-content h4 a:hover {
        color: var(--theme2);
    }
    .single-news-style-3 .news-image .news-button {
        opacity: 1;
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .single-news-style-3 .news-image {
        height: 400px;
    }
}

.single-news-style-3.active .news-image::before {
    background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.single-news-style-3.active .news-image::after {
    display: none;
}

.single-news-style-3.active .news-image .news-content {
    border: none;
}

.single-news-style-3.active .news-image .news-content .post-date li {
    color: var(--white);
}

.single-news-style-3.active .news-image .news-content .post-date li i {
    color: var(--white);
}

.single-news-style-3.active .news-image .news-content .post-date li span {
    color: var(--text2);
}

.single-news-style-3.active .news-image .news-content h4 a {
    color: var(--white);
}

.single-news-style-3.active .news-image .news-button {
    opacity: 1;
    display: inline-block;
}

.single-news-style-3:hover .news-image::before {
    background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.single-news-style-3:hover .news-image::after {
    display: none;
}

.single-news-style-3:hover .news-image .news-content {
    border: none;
}

.single-news-style-3:hover .news-image .news-content .post-date li {
    color: var(--white);
}

.single-news-style-3:hover .news-image .news-content .post-date li i {
    color: var(--white);
}

.single-news-style-3:hover .news-image .news-content .post-date li span {
    color: var(--text2);
}

.single-news-style-3:hover .news-image .news-content h4 a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.single-news-style-3:hover .news-image .news-content h4 a:hover {
    color: var(--theme2);
}

.single-news-style-3:hover .news-image .news-button {
    opacity: 1;
    display: inline-block;
}

.news-section-3 {
    border-bottom: 1px solid var(--border);
}

.single-news-items-3 {
    margin-top: 30px;
}

.news-section-4 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.single-news-items-3 .news-image {
    height: 260px;
    position: relative;
}

.single-news-items-3 .news-image .post-date {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    background-color: var(--theme);
    padding: 10px 20px;
}

.single-news-items-3 .news-image .post-date h5 {
    color: var(--white);
}

.single-news-items-3 .news-image .post-date h5 span {
    font-size: 16px;
}

.single-news-items-3 .news-content {
    padding: 30px;
    background-color: var(--white);
    margin-left: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 8px 0 16px 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media (max-width: 575px) {
    .single-news-items-3 .news-content {
        margin-left: 0;
    }
}

.single-news-items-3 .news-content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.single-news-items-3 .news-content ul li {
    font-size: 16px;
}

.single-news-items-3 .news-content ul li i {
    margin-right: 5px;
    color: var(--theme2);
}

.single-news-items-3 .news-content h4 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: -0.02em;
}

.single-news-items-3 .news-content h4 a:hover {
    color: var(--theme2);
    text-decoration: underline;
}

.single-news-items-3 .news-content p {
    font-weight: 300;
    font-family: var(--font-poppins);
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-size: .80em;
    margin-top: 15px;
}

.single-news-items-3 .news-content .news-btn {
    margin-top: 30px;
}

.border-wrap {
    border: 2px solid #ededed;
}

.blog-wrapper h1,
.blog-wrapper h2,
.blog-wrapper h3,
.blog-wrapper h4,
.blog-wrapper h5,
.blog-wrapper h6 {
    font-weight: 700;
}

.blog-wrapper .border-wrap {
    padding: 50px;
}

@media (max-width: 767px) {
    .blog-wrapper .border-wrap {
        padding: 50px 15px;
    }
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
    padding: 0px;
}

.blog-wrapper .single-blog-post {
    margin-bottom: 40px;
    position: relative;
}

.blog-wrapper .single-blog-post .video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
    position: relative;
    background: transparent;
    border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
    border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
    margin-top: 20px;
    border-radius: 12px;
    position: relative;
    width: 100%;
}

.gallery-img img {
    margin-top: 0;
    border-radius: 0;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
    line-height: 1.4;
    text-transform: none;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
    margin-top: 10px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2;
    font-family: 'Poppins';
    letter-spacing: -0.03em;
}

.blog-wrapper .single-blog-post.post-details .post-content h2,
.blog-wrapper .single-blog-post.post-details .post-content h3,
.blog-wrapper .single-blog-post.post-details .post-content h4,
.blog-wrapper .single-blog-post.post-details .post-content h5,
.blog-wrapper .single-blog-post.post-details .post-content h6 {
    margin-top: 10px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2;
    font-size: 24px;
    font-family: 'Poppins';
    letter-spacing: -0.03em;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
    margin-top: 20px;
    border: solid 1px var(--border2);
    border-right: none;
    border-bottom: none;
    width: 100%;
}

.blog-wrapper .single-blog-post.post-details .post-content table td {
    padding: 10px;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: .85em;
    letter-spacing: -0.03em;
    border: solid 1px var(--border2);
    border-left: none;
    border-top: none;
}

.blog-wrapper .single-blog-post.post-details .post-content table tr:nth-child(odd) td {
    background: #fcfcfc;
}

.blog-wrapper .single-blog-post.post-details .post-content table tr:first-child td {
    background: var(--theme);
    color: var(--white);
    font-weight: 600;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details .post-content h1 {
        font-size: 28px;
    }
    .blog-wrapper .single-blog-post.post-details .post-content h3 {
        font-size: 20px;
    }
}

.blog-wrapper .single-blog-post.post-details .post-content a:hover {
    color: var(--theme2);
}

.blog-wrapper .single-blog-post.post-details blockquote,
.blog-wrapper .single-blog-post.post-details .wp-block-quote {
    background-color: var(--theme);
    color: var(--white);
    font-size: 26px;
    line-height: 1.4;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    padding: 60px;
    text-align: center;
    margin: 40px 0px;
    position: relative;
    z-index: 1;
}

.blog-wrapper .single-blog-post.post-details blockquote a,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a {
    color: var(--white);
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
    color: var(--text);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details blockquote,
    .blog-wrapper .single-blog-post.post-details .wp-block-quote {
        padding: 30px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote::before,
.blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
    right: 30px;
    font-size: 110px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f10d";
    bottom: -20px;
    color: var(--white);
    z-index: -1;
    opacity: 0.1;
    font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
    z-index: 1;
    position: relative;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #282835;
    opacity: 0.3;
    z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content,
.blog-wrapper .single-blog-post.format-quote .post-content {
    position: relative;
    background-color: var(--theme);
    background-image: url("../img/quotepost.png");
    border: none;
}

.blog-wrapper .single-blog-post.quote-post .quote-content,
.blog-wrapper .single-blog-post.format-quote .quote-content {
    overflow: hidden;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content,
    .blog-wrapper .single-blog-post.format-quote .quote-content {
        text-align: center;
        font-size: 24px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon,
.blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    font-size: 70px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content .icon,
    .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 50px;
        line-height: 60px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text,
.blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
    overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2,
.blog-wrapper .single-blog-post.format-quote .quote-content h2 {
    margin-top: -2px;
    font-size: 30px;
    color: var(--white);
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span {
    color: var(--white);
}

.blog-wrapper .single-blog-post:last-child {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
}

@media (max-width: 991px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 230px;
    }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
    padding: 50px;
    border: 2px solid #ededed;
    overflow: hidden;
    box-sizing: border-box;
}

.blog-wrapper .single-blog-post .post-content h2 {
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
    color: var(--theme2);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content {
        padding: 50px 10px;
    }
}

@media (max-width: 414px) {
    .blog-wrapper .single-blog-post .post-content h2 {
        font-size: 22px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
    color: var(--white);
    display: inline-block;
    background-color: var(--theme);
    padding: 14px 18px 12px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: var(--font-urbanist);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-cat a {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
    background-color: var(--theme2);
}

.blog-wrapper .single-blog-post .post-content ul {
    margin-bottom: 0;
    list-style-type: none;
    margin: 15px 0;
    padding-left: 30px;
}

.blog-wrapper .single-blog-post .post-content ul ol {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
    padding: 10px 0;
    list-style-type: none;
    color: var(--text);
    position: relative;
    font-size: 18px;
    padding-left: 25px;
    font-family: var(--font-poppins);
    letter-spacing: -0.03em;
    color: #373737;
    font-size: .95em;
    line-height: 1.6;
    font-weight: 300;
    border-bottom: dashed 1px var(--border2);
}

.blog-wrapper .single-blog-post .post-content ul li::before {
    position: absolute;
    left: 0;
    top: 10px;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: var(--theme);
}

.blog-wrapper .single-blog-post .post-content ol {
    margin-bottom: 0;
    list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: var(--font-poppins);
    letter-spacing: -0.03em;
    color: #373737;
    font-size: .95em;
    line-height: 1.7;
    font-weight: 300;
}

.blog-wrapper .single-blog-post .post-content p strong,
.blog-wrapper .single-blog-post .post-content p b {
    font-weight: 600;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
    margin-top: 10px;
    font-weight: 500;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
    color: var(--theme);
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 25px;
    font-weight: 300;
    letter-spacing: -0.03em;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-meta span {
        font-size: 13px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
    margin-right: 5px;
}

.blog-wrapper .single-blog-post .post-content .author-info {
    overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
        margin-right: 5px;
    }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin-top: 9px;
}

.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
    color: var(--theme2);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info h5 {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
    font-weight: 500;
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
    color: var(--theme2);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a {
        font-size: 16px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a i {
        margin-right: 3px;
    }
}

@media (min-width: 991px) {
    .news-area .main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .news-area .main-sidebar {
        margin-top: 40px;
    }
}

.news-area .main-sidebar .single-sidebar-widget {
    border: 2px solid #ededed;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
}

.news-area .main-sidebar .single-sidebar-widget ul {
    padding-left: 0;
}

.news-area .main-sidebar .single-sidebar-widget ul>li {
    margin-bottom: 3px;
}

.news-area .main-sidebar .single-sidebar-widget ul>li a {
    font-size: 16px;
    text-transform: capitalize;
}

.news-area .main-sidebar .single-sidebar-widget ul>li a:hover {
    color: var(--white);
}

.news-area .main-sidebar .single-sidebar-widget ul ul {
    padding-left: 20px;
}

.news-area .main-sidebar .single-sidebar-widget ul ul li {
    margin-top: 5px;
}

.news-area .main-sidebar .single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
    font-size: 17px;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: var(--theme);
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::after {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--theme);
}

.news-area .main-sidebar .single-sidebar-widget .social-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.news-area .main-sidebar form .theme-btn {
    font-size: 14px !important;
}

.search_widget form {
    width: 100%;
    position: relative;
}

.search_widget form input {
    background-color: var(--white);
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--header);
}

.search_widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.search_widget form button:hover {
    background-color: var(--header);
}

.popular-posts .single-post-item,
.popular_posts .single-post-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.popular-posts .single-post-item:last-child,
.popular_posts .single-post-item:last-child {
    margin-bottom: 0;
    border: none;
}

.popular-posts .single-post-item .thumb,
.popular_posts .single-post-item .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.popular-posts .single-post-item .post-content,
.popular_posts .single-post-item .post-content {
    overflow: hidden;
}

.popular-posts .single-post-item .post-content h5,
.popular_posts .single-post-item .post-content h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.popular-posts .single-post-item .post-content h5 a:hover,
.popular_posts .single-post-item .post-content h5 a:hover {
    color: var(--theme2);
}

.popular-posts .single-post-item .post-content .post-date,
.popular_posts .single-post-item .post-content .post-date {
    margin-top: 5px;
    color: var(--theme2);
    font-weight: 500;
    font-size: 14px;
}

.popular-posts .single-post-item .post-content .post-date i,
.popular_posts .single-post-item .post-content .post-date i {
    margin-right: 7px;
}

.widget_categories ul li {
    display: block;
}

.widget_categories ul li:last-child a {
    margin-bottom: 0;
}

.widget_categories ul li a {
    position: relative;
    background: var(--white);
    background: linear-gradient(90deg, #ffffff, transparent);
    padding: 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    display: block;
    letter-spacing: -0.03em;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    transition: none;
}

.widget_categories ul li a:hover,
.widget_categories ul li.active a {
    color: var(--white);
    background: var(--theme2);
    background: linear-gradient(90deg, var(--theme2), transparent);
}

.widget_categories ul li a span {
    position: absolute;
    width: 60px;
    line-height: 55px;
    height: 100%;
    content: "";
    background-color: var(--theme);
    right: 0;
    top: 0;
    text-align: center;
    color: var(--white);
}

.tagcloud a {
    display: inline-block;
    padding: 12px 26px;
    line-height: 1;
    background: var(--white);
    margin-right: 8px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
}

@media (max-width: 767px) {
    .tagcloud a {
        font-size: 14px;
    }
}

.tagcloud a:last-child {
    margin-right: 0;
}

.tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.widget_categories ul li {
    display: block;
    margin-bottom: 10px;
}

p.sticky-label {
    position: absolute;
    right: 0;
    background: var(--theme);
    color: var(--white);
    padding: 10px 40px;
    z-index: -1;
    top: 0;
    font-weight: 700;
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #f6f6f6;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
}

.social-share a {
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
}

.social-share a:hover {
    color: var(--theme);
}

.tag-share-wrap {
    padding-bottom: 50px;
}

.tag-share-wrap h5 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .tag-share-wrap h5 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.tag-share-wrap .tagcloud a {
    background: var(--theme);
    color: var(--white);
}

.tag-share-wrap .tagcloud a:hover {
    background: var(--theme2);
    color: var(--white);
}

@media (max-width: 767px) {
    .tag-share-wrap .tagcloud {
        margin-bottom: 20px;
    }
}

.comments-section-wrap {
    overflow: hidden;
}

@media (max-width: 767px) {
    .comments-heading h5,
    .related-post-wrap h5,
    .comment-form-wrap h5 {
        font-size: 18px;
    }
}

.comments-item-list .single-comment-item {
    margin-top: 30px;
}

.comments-item-list .single-comment-item ul {
    margin-bottom: 15px;
}

.comments-item-list .single-comment-item p,
.comments-item-list .single-comment-item span {
    font-size: 16px;
}

.comments-item-list .single-comment-item .author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .comments-item-list .single-comment-item .author-img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-img {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
}

@media (max-width: 585px) {
    .comments-item-list .single-comment-item .author-img {
        float: none;
        margin-bottom: 20px;
    }
}

.comments-item-list .single-comment-item .author-info-comment {
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.comments-item-list .single-comment-item .author-info-comment .info {
    position: relative;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    padding: 7px 18px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--white);
    background: var(--theme);
    transition: all 0.4s ease-in-out;
    box-shadow: inherit;
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
    margin-right: 7px;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before,
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
    background-color: initial;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
    background: var(--theme2);
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
    color: var(--white) !important;
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info h5 {
        font-size: 16px;
    }
}

.comments-item-list .single-comment-item .author-info-comment span {
    color: var(--theme2);
    font-weight: 500;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
    padding: 7px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
    margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
    margin-top: 15px;
}

.comment-form {
    background-color: #f0f0f0;
    padding: 50px;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .comment-form {
        padding: 30px;
    }
}

@media (max-width: 585px) {
    .comment-form {
        padding: 30px 15px;
    }
}

.comment-form label {
    margin-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
    margin-bottom: 20px;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    border: none;
    text-transform: uppercase;
    color: var(--header);
}

@media (max-width: 585px) {
    .comment-form input,
    .comment-form textarea {
        padding: 15px;
    }
}

.comment-form textarea {
    height: 200px;
    line-height: 1.3;
    border: none;
}

@media (max-width: 767px) {
    .comment-form textarea {
        height: 120px;
    }
}

.comment-form .theme-btn {
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    padding: 20px 60px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .comment-form .theme-btn {
        padding: 20px 40px;
    }
}

@media (max-width: 585px) {
    .comment-form .theme-btn {
        padding: 15px 40px;
        font-size: 14px;
    }
}

.comment-form .theme-btn i {
    margin-right: 10px;
}

.comment ul {
    list-style-type: disc;
}

.comment ul ol {
    margin-bottom: 0;
}

.comment ul li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: disc;
}

.comment ol ul {
    margin-bottom: 0;
}

.comment ol ol {
    margin-bottom: 0;
}

.comment ol li {
    line-height: 1.5;
    margin-top: 10px;
}

.site_info_widget .single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
}

.site_info_widget .single-contact-info span {
    display: block;
    color: var(--theme);
}

.site_info_widget .single-contact-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--white);
    background-color: var(--theme);
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin-right: 20px;
}

.site_info_widget .single-contact-info:nth-child(2n) .icon {
    background-color: var(--theme);
}

.site_info_widget .single-contact-info:nth-child(3n) .icon {
    background-color: var(--theme);
}

.site_info_widget .social-link {
    margin-top: 35px;
}

.site_info_widget .social-link a {
    margin-right: 8px !important;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.portfolio-section {
    position: relative;
    padding-bottom: 195px;
}

@media (max-width: 1199px) {
    .portfolio-section {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .portfolio-section {
        padding-bottom: 80px;
    }
}

.portfolio-section .pattern-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.portfolio-section .pattern-shape img {
    width: 100%;
    height: 100%;
}

.portfolio-section .array-btn {
    display: grid;
}

.portfolio-section .array-btn .array-prev {
    position: absolute;
    top: 50%;
    left: 13%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme2);
    transform: rotate(-90deg);
}

.portfolio-section .array-btn .array-next {
    position: absolute;
    top: 55%;
    left: 13%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme);
    transform: rotate(-90deg);
}

.portfolio-wrapper {
    margin-top: 60px;
}

@media (min-width: 1220px) {
    .portfolio-wrapper {
        margin-right: calc(-50vw + 555px);
    }
}

.portfolio-wrapper .portfolio-items {
    padding: 60px;
    background-color: var(--theme2);
    position: relative;
    margin-right: -100px;
    z-index: 99;
}

@media (max-width: 1399px) {
    .portfolio-wrapper .portfolio-items {
        padding: 45px;
    }
}

@media (max-width: 1199px) {
    .portfolio-wrapper .portfolio-items {
        margin-right: 0;
        padding: 40px;
    }
}

.portfolio-wrapper .portfolio-items .text-right {
    position: absolute;
    right: -5px;
    top: -20px;
    font-size: 200px;
    line-height: 1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
}

@media (max-width: 575px) {
    .portfolio-wrapper .portfolio-items .text-right {
        font-size: 100px;
        top: 10px;
    }
}

.portfolio-wrapper .portfolio-items .portfolio-content {
    margin-top: 200px;
}

@media (max-width: 575px) {
    .portfolio-wrapper .portfolio-items .portfolio-content {
        margin-top: 110px;
    }
}

.portfolio-wrapper .portfolio-items .portfolio-content .sub-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

.portfolio-wrapper .portfolio-items .portfolio-content .sub-content span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.portfolio-wrapper .portfolio-items .portfolio-content .sub-content .portfolio-btn a {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.portfolio-wrapper .portfolio-items .portfolio-content h3 {
    padding-top: 20px;
}

.portfolio-wrapper .portfolio-items .portfolio-content h3 a {
    color: var(--white);
}

.portfolio-wrapper .portfolio-image img {
    width: 100%;
    height: 100%;
}

.work-cases-section .arry-button .array-prev {
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: var(--text);
    border-radius: 50%;
    border: 2px solid var(--border2);
    margin-right: 20px;
}

.work-cases-section .arry-button .array-next {
    width: 50px;
    height: 50px;
    background-color: var(--theme2);
    color: var(--white);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .work-cases-section .arry-button {
        display: none;
    }
}

.work-cases-wrapper {
    margin-top: 35px;
}

@media (min-width: 1220px) {
    .work-cases-wrapper {
        margin-right: calc(-50vw + 635px);
    }
}

.work-cases-wrapper .work-case-content .nav {
    border: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 767px) {
    .work-cases-wrapper .work-case-content .nav {
        justify-content: initial;
    }
}

.work-cases-wrapper .work-case-content .nav .nav-link {
    padding: 0;
    border: unset;
    background: none;
}

.work-cases-wrapper .work-case-content .nav .nav-link .title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--theme);
}

.work-cases-wrapper .work-case-content .nav .nav-link.active .title {
    color: var(--theme2);
    position: relative;
    padding-left: 70px;
}

.work-cases-wrapper .work-case-content .nav .nav-link.active .title::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    height: 2px;
    width: 50px;
    background-color: var(--theme2);
}

.work-cases-wrapper .work-cases-items {
    margin-bottom: -6px;
}

.work-cases-wrapper .work-cases-items .cases-image {
    position: relative;
    height: 500px;
}

@media (max-width: 575px) {
    .work-cases-wrapper .work-cases-items .cases-image {
        height: 400px;
    }
}

.work-cases-wrapper .work-cases-items .cases-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-cases-wrapper .work-cases-items .cases-image .icon {
    position: absolute;
    right: 30px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--theme);
    background-color: var(--white);
    line-height: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    z-index: 2;
}

.work-cases-wrapper .work-cases-items .cases-image .icon:hover {
    background-color: var(--theme2);
    color: var(--white);
}

.work-cases-wrapper .work-cases-items .cases-content {
    margin-top: 30px;
}

.work-cases-wrapper .work-cases-items .cases-content span {
    color: var(--theme2);
    text-transform: uppercase;
    font-size: 14px;
}

.work-cases-wrapper .work-cases-items .cases-content h4 a {
    background-image: linear-gradient(var(--theme2), var(--theme2));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.work-cases-wrapper .work-cases-items .cases-content h4 a:hover {
    background-size: 100% 1px;
    color: var(--theme2);
}

.work-cases-wrapper .work-cases-items:hover .icon {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.case-study-wrapper .icon-box,
.icon-box.icon-animasyon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 0 auto 60px;
    position: relative;
}

.case-study-wrapper .icon-box::before,
.case-study-wrapper .icon-box::after,
.icon-box.icon-animasyon::before,
.icon-box.icon-animasyon::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    border: 1px solid var(--border2);
    left: -15px;
    top: -15px;
    border-radius: 50%;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-name: video-animation;
    animation-iteration-count: infinite;
}

.case-study-wrapper .icon-box::before,
.icon-box.icon-animasyon::before {
    animation-delay: 1s;
}

.case-study-wrapper .case-study-items {
    margin-top: 35px;
    margin-bottom: -13px;
}

.case-study-wrapper .case-study-items .case-study-image {
    position: relative;
    height: 450px;
}

@media (max-width: 575px) {
    .case-study-wrapper .case-study-items .case-study-image {
        height: 380px;
    }
}

.case-study-wrapper .case-study-items .case-study-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case-study-wrapper .case-study-items .case-study-image .icon {
    position: absolute;
    top: -40px;
    right: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    fill: rgba(255, 255, 255, 0.01);
    filter: drop-shadow(0px 40px 80px rgba(0, 0, 0, 0.9));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    z-index: 2;
}

@media (max-width: 575px) {
    .case-study-wrapper .case-study-items .case-study-image .icon {
        height: 70px;
        width: 70px;
        line-height: 80px;
    }
}

.case-study-wrapper .case-study-items .case-study-image .icon i {
    color: var(--white);
    font-size: 24px;
}

.case-study-wrapper .case-study-items .case-study-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    padding: 30px 20px 0;
}

.case-study-wrapper .case-study-items .case-study-content ul {
    border-bottom: 1px solid var(--border2);
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    .case-study-wrapper .case-study-items .case-study-content ul {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.case-study-wrapper .case-study-items .case-study-content ul li {
    text-transform: uppercase;
    font-size: 14px;
}

.case-study-wrapper .case-study-items .case-study-content ul li span {
    color: var(--theme);
    font-weight: 500;
}

.case-study-wrapper .case-study-items .case-study-content h3 {
    margin-top: 20px;
}

.case-study-wrapper .case-study-items .case-study-content h3 a:hover {
    color: var(--theme2);
}

.case-study-wrapper .case-study-items:hover .case-study-image .icon {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.case-study-wrapper .case-study-items:hover .case-study-content {
    opacity: 1;
    visibility: visible;
}

.case-study-wrapper .swiper-slide.swiper-slide-active .case-study-items .case-study-image .icon {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.case-study-wrapper .swiper-slide.swiper-slide-active .case-study-items .case-study-content {
    opacity: 1;
    visibility: visible;
}

.work-cases-wrapper-2 .work-cases-image {
    height: 440px;
}

.work-cases-wrapper-2 .work-cases-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case-study-wrapper-3 .case-study-single-items {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .case-study-wrapper-3 .case-study-single-items {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .case-study-wrapper-3 .case-study-single-items {
        justify-content: center;
    }
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 {
    max-width: 600px;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image {
    position: relative;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image img {
    width: 100%;
    height: 100%;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon {
    position: absolute;
    top: -40px;
    right: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    transform: rotate(-45deg);
    cursor: pointer;
    color: var(--theme);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon i {
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon:hover {
    background-color: var(--theme2);
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon:hover i {
    color: var(--white);
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content {
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content ul li {
    text-transform: uppercase;
    color: var(--theme);
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 {
    max-width: 400px;
}

@media (max-width: 1199px) {
    .case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 {
        margin-bottom: 30px;
    }
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 .case-study-image .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-image .icon {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content {
    opacity: 1;
    visibility: visible;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h4 a,
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h6 a {
    background-image: linear-gradient(var(--theme2), var(--theme2));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h4 a:hover,
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h6 a:hover {
    background-size: 100% 1px;
    color: var(--theme2);
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-image .icon {
    opacity: 1;
    visibility: visible;
    top: 30px;
    background-color: var(--theme2);
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-image .icon i {
    color: var(--white);
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1199px) {
    .case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content {
        margin-bottom: 30px;
    }
}

.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content h4 a,
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content h6 a {
    background-image: linear-gradient(var(--theme2), var(--theme2));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-size: 100% 1px;
    color: var(--theme2);
}

.work-details-wrapper .header-title {
    margin-top: 40px;
}

.work-details-wrapper .hilight-text {
    padding: 30px 35px;
    position: relative;
    border-left: 4px solid var(--theme);
    margin-top: 30px;
}

.work-details-wrapper .hilight-text::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--theme);
    opacity: 0.06;
}

.work-details-wrapper .hilight-text .text {
    color: var(--theme);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.work-details-wrapper .hilight-text h6 {
    font-size: 14px;
    font-weight: 500;
}

.work-details-wrapper .hilight-text h6 span {
    color: var(--theme2);
}

.work-details-wrapper .case-details-image {
    position: relative;
}

.work-details-wrapper .case-details-image img {
    width: 100%;
    height: 100%;
}

.work-details-wrapper .case-details-image .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-details-wrapper .case-details-image .video-button .video-popup {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme);
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 575px) {
    .work-details-wrapper .case-details-image .video-button .video-popup {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.project-wrapper .project-items {
    margin-top: 30px;
}

.project-wrapper .project-items .project-image {
    position: relative;
    height: 530px;
}

@media (max-width: 767px) {
    .project-wrapper .project-items .project-image {
        height: 470px;
    }
}

@media (max-width: 575px) {
    .project-wrapper .project-items .project-image {
        height: 420px;
    }
}

.project-wrapper .project-items .project-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-wrapper .project-items .project-image::before {
    background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    content: "";
}

.project-wrapper .project-items .project-content {
    position: absolute;
    bottom: -100px;
    left: 40px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

.project-wrapper .project-items .project-content p {
    color: var(--white);
    letter-spacing: 1.1px;
}

@media (max-width: 575px) {
    .project-wrapper .project-items .project-content h5 {
        font-size: 18px;
    }
}

.project-wrapper .project-items .project-content h5 a {
    color: var(--white);
}

.project-wrapper .project-items:hover .project-image::before {
    visibility: visible;
    opacity: 1;
}

.project-wrapper .project-items:hover .project-content {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}

.project-wrapper .swiper-slide.swiper-slide-active .project-items .project-image::before {
    visibility: visible;
    opacity: 1;
}

.project-wrapper .swiper-slide.swiper-slide-active .project-items .project-content {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}

.project-section-2 {
    background-color: var(--black);
}

.project-section-2 {
    position: relative;
}

.project-section-2 .pattren-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.project-wrapper-2 {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.project-wrapper-2 .project-items-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 35px 0;
}

@media (max-width: 991px) {
    .project-wrapper-2 .project-items-2 {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        text-align: center;
    }
}

.project-wrapper-2 .project-items-2 .project-title {
    width: 300px;
}

.project-wrapper-2 .project-items-2 .project-title a {
    color: var(--white);
}

.project-wrapper-2 .project-items-2 .project-title a:hover {
    color: var(--theme3);
}

.project-wrapper-2 .project-items-2 P {
    color: rgba(255, 255, 255, 0.4);
    max-width: 370px;
    margin: 0 auto;
}

.project-wrapper-2 .project-items-2 .project-button .theme-btn span,
.project-wrapper-2 .project-items-2 .project-button .theme-btn i {
    color: var(--white);
}

.project-wrapper-2 .project-items-2 .project-hover {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 10%;
    transform: translateY(-50%) rotate(10deg);
    inset-inline-start: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -200px 0 0 -50px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    visibility: hidden;
}

.project-wrapper-2 .project-items-2:hover .project-hover {
    opacity: 1;
    visibility: visible;
}

.contact-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 50px;
    background-color: var(--white);
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .contact-info-wrapper {
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.contact-info-wrapper .contact-info-items {
    gap: 50px;
}

.contact-info-wrapper .contact-info-items:not(:last-child) {
    border-right: 1px solid var(--border2);
    padding-right: 70px;
}

@media (max-width: 1399px) {
    .contact-info-wrapper .contact-info-items:not(:last-child) {
        padding-right: 0;
        border: none;
    }
}

@media (max-width: 575px) {
    .contact-info-wrapper .contact-info-items {
        gap: 35px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .contact-info-wrapper .contact-info-items .content {
        text-align: center;
    }
}

.contact-info-wrapper .contact-info-items .content span {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--theme);
}

.contact-info-wrapper .contact-info-items .content h5 {
    text-transform: initial;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.contact-info-wrapper.style-2 {
    padding: 0;
    padding-top: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--theme);
}

.contact-info-section {
    position: relative;
}

.contact-info-section::after {
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--bg);
    z-index: -1;
}

.contact-info-section::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--theme);
    z-index: -1;
}

.contact-info-section .pattern-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.contact-info-section .pattern-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .contact-info-section .pattern-shape {
        display: none;
    }
}

.contact-form-area {
    padding-top: 50px;
}

.contact-form-area .map-item {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .contact-form-area .map-item {
        margin-left: 0;
    }
}

.contact-form-area .map-item .googpemap {
    height: 655px;
    position: relative;
}

@media (max-width: 575px) {
    .contact-form-area .map-item .googpemap {
        height: 430px;
    }
}

.contact-form-area .map-item .googpemap .circle-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white);
}

.contact-form-area .map-item .googpemap iframe {
    width: 100%;
    height: 100%;
}

.contact-form-area.style-2 {
    margin-top: 30px !important;
    display: inline-block;
}

.contact-form-items .form-clt {
    position: relative;
}

.contact-form-items .form-clt span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
}

@media (max-width: 575px) {
    .contact-form-items .form-clt span {
        margin-bottom: 5px;
    }
}

.contact-form-items .form-clt .icon {
    position: absolute;
    top: 55px;
    left: 15px;
}

@media (max-width: 575px) {
    .contact-form-items .form-clt .icon {
        display: none;
    }
}

.contact-form-items .form-clt .icon i {
    color: var(--theme);
    font-size: 14px;
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 35px;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
}

@media (max-width: 575px) {
    .contact-form-items .form-clt input {
        padding: 15px 20px;
    }
}

.contact-form-items .form-clt-big span {
    font-size: 14px;
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
}

.contact-form-items .form-clt-big textarea {
    padding: 18px 35px 170px;
    width: 100%;
    outline: none;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    border: none;
}

.contact-text {
    padding: 25px 40px;
    background-color: var(--theme);
}

@media (max-width: 1199px) {
    .contact-text {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center !important;
    }
}

.contact-text h6 {
    color: var(--white);
}

@media (max-width: 1199px) {
    .contact-text h6 {
        text-align: center;
    }
}

.contact-info-wrapper-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .contact-info-wrapper-2 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.contact-info-items-2 .contact-title span {
    font-size: 14px;
    text-transform: uppercase;
}

.contact-info-items-2 .contact-title h5 {
    background-image: linear-gradient(var(--theme), var(--theme));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.contact-info-items-2 .contact-title h5:hover {
    background-size: 100% 1px;
    color: var(--theme);
}

.contact-info-items-2 .list-info {
    margin-top: 25px;
}

.contact-info-items-2 .list-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--theme);
}

.contact-info-items-2 .list-info li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-info-items-2 .list-info li i {
    color: var(--theme2);
    font-size: 16px;
}

.contact-form {
    margin-top: 0;
    display: inline-block;
}

.contact-form .contact-image {
    margin-left: 50px;
}

.contact-form .contact-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .contact-form .contact-image {
        margin-left: 0;
    }
}

.map-area .googpemap {
    height: 550px;
    position: relative;
}

.map-area .googpemap .circle-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white);
}

.map-area .googpemap iframe {
    width: 100%;
    height: 100%;
}

.contact-section-2 {
    position: relative;
    z-index: 9;
}

.contact-section-2 .contact-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    animation: right-image-bounce 3s infinite ease-in-out;
}

.contact-wrapper-2 .contact-content .contact-info-area {
    margin-top: 50px;
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .icon {
    font-size: 28px;
    color: var(--header-2);
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .content h3 {
    font-size: 18px;
    margin-top: 5px;
    text-transform: initial;
    color: var(--header-2);
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .content h3 a {
    color: var(--header-2);
}

.contact-wrapper-2 .contact-box {
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    padding: 60px 45px;
}

.contact-wrapper-2 .contact-box .contact-title {
    text-align: center;
    margin-bottom: 30px;
}

.contact-wrapper-2 .contact-box .contact-title h3 {
    font-size: 24px;
    color: var(--header-2);
}

.contact-wrapper-2 .contact-box .contact-title p {
    color: var(--black);
    margin-top: 5px;
}

.contact-wrapper-2 .contact-box .contact-form-items .form-clt {
    position: relative;
}

.contact-wrapper-2 .contact-box .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea {
    border: 1px solid #E4E4E4;
    color: var(--text);
    font-size: 16px;
    background-color: transparent;
    text-transform: uppercase;
    padding: 16px 20px;
}

.contact-wrapper-2 .contact-box .contact-form-items .form-clt input::-moz-placeholder,
.contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea::-moz-placeholder {
    color: var(--text);
}

.contact-wrapper-2 .contact-box .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea::placeholder {
    color: var(--text);
}

@media (max-width: 575px) {
    .contact-wrapper-2 .contact-box .contact-form-items .form-clt input,
    .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea {
        padding: 12px 20px;
    }
}

.contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select {
    background-color: transparent;
    border: 1px solid #E4E4E4;
    padding: 16px 20px;
}

@media (max-width: 575px) {
    .contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select {
        padding: 12px 20px;
    }
}

.contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select span {
    color: var(--text);
    font-size: 16px;
    text-transform: uppercase;
}

.contact-wrapper-2 .contact-box .contact-form-items .form-clt .icon {
    position: absolute;
    top: 18px;
    right: 30px;
}

.contact-wrapper-2 .contact-box .contact-form-items .form-clt .icon i {
    color: var(--header-2);
}

.contact-wrapper-2 .contact-box .contact-form-items textarea {
    padding: 16px 20px 90px !important;
    width: 100%;
}

@media (max-width: 575px) {
    .contact-wrapper-2 .contact-box .contact-form-items textarea {
        padding: 12px 20px 90px !important;
    }
}

.contact-wrapper-2 .contact-box .contact-form-items .theme-btn {
    display: inherit;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto;
}

.footer-widgets-wrapper {
    padding: 80px 0 80px;
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper {
        padding: 60px 0 90px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper {
        padding: 40px 0 70px;
    }
}

.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
    color: var(--white);
    font-size: 18px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h4 img {
    margin-right: 5px;
    margin-top: -5px;
}

.footer-widgets-wrapper .single-footer-widget .list-items ul li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .list-items ul li a {
    color: var(--white);
    font-size: 16px;
}

.footer-widgets-wrapper .single-footer-widget .list-items ul li a i {
    font-size: 16px;
    color: #415698;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .list-items ul li:hover a {
    color: var(--theme2);
}

.footer-widgets-wrapper .single-footer-widget .list-items ul li:hover a i {
    color: var(--theme2);
}

.footer-widgets-wrapper .single-footer-widget .list li {
    position: relative;
}

.footer-widgets-wrapper .single-footer-widget .list li:after {
    content: '';
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background: #415698;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .list li:hover:before,
.footer-widgets-wrapper .single-footer-widget .list li.active:before {
    width: 100%;
}

.footer-widgets-wrapper .single-footer-widget .list li:hover:after,
.footer-widgets-wrapper .single-footer-widget .list li.active:after {
    width: 100%;
}

.footer-widgets-wrapper .single-footer-widget .list li:not(:last-child) {
    /*margin-bottom: 3px;
    padding-bottom: 3px;*/
    border-bottom: dashed 1px rgba(255, 255, 255, .1);
}

.footer-widgets-wrapper .single-footer-widget .list li a {
    color: var(--white);
    font-size: 14px;
    font-family: var(--font-poppins);
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-weight: 300;
    clear: both;
    padding: 9px 0;
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .list li a:hover,
.footer-widgets-wrapper .single-footer-widget .list li.active a {
    opacity: 1;
    padding-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list li a i {
    font-size: 16px;
    color: #415698;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .list li a:hover i,
.footer-widgets-wrapper .single-footer-widget .list li.active a i {
    padding-left: 5px;
    margin-right: 5px;
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items {
    background-color: var(--white);
    padding: 50px;
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content h4 img {
    margin-right: 5px;
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input {
    position: relative;
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon {
        top: 12px;
    }
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon i {
    color: var(--theme);
    font-size: 14px;
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input input {
    width: 100%;
    font-size: 14px;
    padding: 18px 20px 18px 40px;
    border: none;
    background-color: var(--bg);
    color: var(--text);
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input input {
        padding: 14px 20px 14px 40px;
    }
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input::-moz-placeholder {
    color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input::placeholder {
    color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .theme-btn {
    width: 100%;
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .widget-head h4 {
    color: var(--theme);
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .text-area {
    max-width: 360px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .text-area {
        margin: initial;
    }
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon {
    margin-top: 40px;
    gap: 10px;
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--theme);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border2);
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon a:hover {
    background-color: var(--theme2);
    color: var(--white);
}

@media (max-width: 767px) {
    .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon.style-2 {
        justify-content: initial !important;
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items {
        justify-content: initial !important;
        gap: 60px;
    }
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li a {
    color: var(--theme);
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li a i {
    color: var(--theme);
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li:hover a {
    color: var(--theme2);
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li:hover a i {
    color: var(--theme2);
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li a {
    color: var(--theme);
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li a i {
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li:hover a {
    color: var(--theme2);
}

.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li:hover a i {
    color: var(--theme2);
}

.social-icon-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
    .social-icon-items {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.social-icon-items .social-icon {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px 30px;
}

@media (max-width: 575px) {
    .social-icon-items .social-icon {
        gap: 15px;
    }
}

.social-icon-items .social-icon:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 200px;
}

@media (max-width: 1600px) {
    .social-icon-items .social-icon:not(:last-child) {
        padding-right: 0;
        border: none;
    }
}

.social-icon-items .social-icon i {
    font-size: 20px;
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.social-icon-items .social-icon h6 {
    font-size: 16px;
}

.social-icon-items .social-icon h6 a {
    color: var(--white);
}

.social-icon-items .social-icon:hover i {
    color: var(--theme2);
}

.social-icon-items .social-icon:hover h6 a {
    color: var(--theme2);
}

.footer-bottom {
    padding: 35px 0;
    background-color: #001248;
}

.footer-bottom .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .footer-bottom .footer-bottom-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .footer-bottom .footer-bottom-wrapper {
        justify-content: center;
    }
}

.footer-bottom .footer-bottom-wrapper p {
    color: var(--white);
    font-size: 14px;
    letter-spacing: -0.01em;
}

.footer-bottom .footer-bottom-wrapper p a {
    color: var(--theme2);
    font-weight: 500;
    letter-spacing: -0.02em;
}

.footer-bottom .footer-bottom-wrapper p a:hover {
    text-decoration: underline;
}

.footer-bottom .footer-bottom-wrapper .footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom .footer-bottom-wrapper .footer-menu li {
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.footer-bottom .footer-bottom-wrapper .footer-menu li a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
    color: var(--theme2);
    text-decoration: underline;
}

.footer-bottom.style-2 {
    background-color: var(--white);
    padding: 0;
}

.footer-bottom.style-2 .footer-bottom-wrapper {
    border-top: 1px solid var(--theme);
    padding: 30px 0;
}

.footer-bottom.style-2 .footer-bottom-wrapper p {
    color: var(--text);
}

.footer-bottom.style-2 .footer-bottom-wrapper .footer-menu li a {
    color: var(--theme);
}

.footer-bottom.style-2 .footer-bottom-wrapper .footer-menu li a:hover {
    color: var(--theme2);
}

.footer-section .eonfik-text {
    margin-top: -35px;
    margin-bottom: -32px;
}

.footer-logo img {
    width: 100%;
    max-width: 180px;
}

@media (max-width: 991px) {
    .footer-section .eonfik-text {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .footer-section .eonfik-text {
        margin-top: -15px;
    }
}

@media (max-width: 575px) {
    .footer-section .eonfik-text {
        margin-top: -10px;
    }
}

.footer-section .eonfik-text h2 {
    font-size: 275px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bg);
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

@media (max-width: 1399px) {
    .footer-section .eonfik-text h2 {
        font-size: 250px;
    }
}

@media (max-width: 1199px) {
    .footer-section .eonfik-text h2 {
        font-size: 200px;
    }
}

@media (max-width: 991px) {
    .footer-section .eonfik-text h2 {
        font-size: 150px;
    }
}

@media (max-width: 767px) {
    .footer-section .eonfik-text h2 {
        font-size: 120px;
    }
}

@media (max-width: 575px) {
    .footer-section .eonfik-text h2 {
        font-size: 90px;
    }
}

.footer-section-2 {
    position: relative;
}

.footer-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    opacity: 0.85;
}

.footer-widgets-wrapper-2 {
    padding: 90px 0 80px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper-2 {
        padding: 60px 0 90px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper-2 {
        padding: 40px 0 70px;
    }
}

.footer-widgets-wrapper-2 .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper-2 .single-footer-widget .widget-head {
    margin-bottom: 30px;
}

.footer-widgets-wrapper-2 .single-footer-widget .widget-head h4 {
    color: var(--white);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content p {
    color: var(--white);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input {
    position: relative;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input {
    width: 100%;
    background: #272727;
    border: none;
    padding: 16px 20px;
    text-transform: capitalize;
    font-size: 14px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::-moz-placeholder {
    color: var(--white);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::placeholder {
    color: var(--white);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .newsletter-button {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info {
    margin-top: 30px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li {
    color: var(--white);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li a {
    color: var(--white);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li i {
    margin-right: 5px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon {
    margin-top: 40px;
    gap: 10px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border2);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme2);
    color: var(--white);
    border: 1px solid transparent;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li a {
    color: var(--white);
    position: relative;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li a::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background-color: var(--theme2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover {
    padding-left: 20px;
    color: var(--theme2);
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item {
    margin-bottom: 35px;
}

.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 {
    font-size: 15px;
}

.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 a {
    color: var(--white);
}

.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 a:hover {
    color: var(--theme2);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    position: relative;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
        width: 100px;
    }
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
    width: 100%;
    height: 100%;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 94, 21, 0.85);
    transition: 0.4s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
    color: var(--white);
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 35px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
    opacity: 1;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
    opacity: 1;
}

.footer-widgets-wrapper-2.style-2 {
    padding: 90px 0 110px;
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper-2.style-2 {
        padding: 70px 0 90px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper-2.style-2 {
        padding: 50px 0 70px;
    }
}

.footer-widgets-wrapper-2.style-2 .single-footer-widget .social-icon a:hover {
    background-color: var(--theme3);
}

.footer-widgets-wrapper-2.style-2 .single-footer-widget .list-area li a::before {
    background-color: var(--theme3);
}

.footer-widgets-wrapper-2.style-2 .single-footer-widget .list-area li a:hover {
    color: var(--theme3);
}

.footer-widgets-wrapper-2.style-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
    background-color: rgba(229, 218, 56, 0.85);
}

.footer-bottom-2 {
    position: relative;
    z-index: 9;
}

.footer-bottom-2 .footer-bottom-wrapper-2 {
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .footer-bottom-2 .footer-bottom-wrapper-2 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }
}

.footer-bottom-2 .footer-bottom-wrapper-2 p {
    color: var(--white);
}

.footer-bottom-2 .footer-bottom-wrapper-2 p a {
    color: var(--white);
}

.footer-bottom-2 .footer-bottom-wrapper-2 p a:hover {
    color: var(--white);
}

.footer-section-3 {
    position: relative;
    background-color: #101010;
}

.footer-section-3 .pattren-shape {
    position: absolute;
    top: 0;
    left: 0;
}


/* FOOTER BEYAZ */

.footer-beyaz {
    background: #fff;
    border-top: solid 2px var(--bg);
}

.footer-beyaz.footer-widgets-wrapper .single-footer-widget .list li a {
    color: #495057;
}

.footer-beyaz.footer-widgets-wrapper .single-footer-widget .list li:not(:last-child) {
    border-bottom: dashed 1px rgba(0, 0, 0, .08);
}

.footer-beyaz.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
    color: #495057;
    font-size: 18px;
}

.footer-beyaz.footer-widgets-wrapper .single-footer-widget .list li:before {
    display: none;
}

.footer-beyaz.footer-widgets-wrapper .single-footer-widget .list li a i {
    font-size: 16px;
    color: #e7e7e7;
}

.footer-beyaz.footer-widgets-wrapper .single-footer-widget .list li:after {
    background: var(--theme2);
}

.homeList {
    font-weight: 300;
    font-family: var(--font-poppins);
    letter-spacing: -0.02em;
    font-size: .90em;
}

.homeList li {
    padding: 4px 0;
    border-bottom: dashed 1px #e1e1e1;
}

@media (max-width: 1970px) {
    .header-main .main-menu>nav>ul>li:nth-child(8) {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1770px) {
    .header-1 .header-right {
        display: none !important;
    }
}

@media (max-width: 1820px) {
    .header-main .main-menu>nav>ul>li:first-child,
    .header-top-wrapper>.contact-list li:first-child {
        display: none !important;
    }
}

@media (max-width: 980px) {
    .header-main .main-menu>nav>ul>li:last-child,
    .header-top-wrapper .contact-list li:last-child {
        display: none !important;
    }
}

@media (min-width: 1185px) and (max-width: 1368px) {
    .header-1 .header-main {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 210px;
    }
    .header-main .main-menu>nav>ul>li a {
        font-size: 13px;
        padding: 30px 6px;
    }
}

@media (min-width: 991px) and (max-width: 1184px) {
    .header-main .main-menu>nav>ul>li a {
        font-size: 15px;
        padding: 15px 6px;
    }
}

@media (max-width:800px) {
    .header-top-wrapper .top-left .contact-list,
    .header-top-wrapper>.contact-list li:last-child {
        display: none;
    }
}


/* HEADER DİLLER */

.headerDiller li a {
    display: flex;
    align-items: center;
    column-gap: 0.2em;
    letter-spacing: -0.05em !important;
    font-weight: 600 !important;
}

.headerDiller li a img {
    max-height: 16px;
}


/* WHATSAPP EKLENTİ 2 */

.w_hizala {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 100px;
    max-width: 260px;
    width: 100%;
    z-index: 998;
}

.w_buton {
    padding: 5px 15px;
    background: #0dc152;
    color: #000;
    border-radius: 50px;
    line-height: 35px;
    cursor: pointer;
    max-width: 130px;
    float: right;
}

.w_buton i {
    font-size: 25px;
    margin-right: 10px;
}

.w_kisiler {
    display: none;
    position: relative;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    margin-bottom: 5px;
    padding-top: 25px;
}

.w_head {
    background-color: #0dc152;
    padding: 30px 20px 15px 20px;
    color: #000;
    border-radius: 6px 6px 0 0;
    text-align: center;
    line-height: 130%;
}

.w_head i {
    font-size: 20px;
    padding: 10px 12px;
    color: #0dc152;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: calc(50% - 24px);
    border: 5px solid #0cab49;
    box-sizing: border-box;
    cursor: pointer;
}

.w_list {
    min-height: 55px;
    border: 1px solid #eaeaea;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    background: #fff;
}

.w_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w_list ul li {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    border-top: 1px solid #eaeaea;
}

.w_list ul li:first-child {
    border-top: none;
}

.w_list ul li a {
    width: 100%;
    padding-left: 13px;
    font-weight: 400;
    font-size: .90em;
    line-height: 105%;
    color: var(--bs-heading-color);
}

.w_list ul li label {
    position: absolute;
    right: 14px;
    top: 116px;
    font-weight: 700;
    padding-right: 25px;
    padding-top: 3px !important;
    color: #0dc152;
    line-height: inherit;
}

.w_list ul li label:after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 0;
    bottom: 3px;
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0dc152;
    border: 3px solid #0a98416e;
}

.w_list ul li:hover {
    background-color: #d1efc9;
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    .whatsapp {
        left: 15px;
        bottom: 15px;
        right: inherit;
    }
    .w_buton {
        float: left;
        width: 50px;
        height: 50px;
    }
    .w_buton span {
        display: none;
    }
    .w_buton i {
        font-size: 30px;
        margin-right: 0;
    }
}

.sayfalama_info {
    font-weight: 300;
    font-family: var(--font-poppins);
    font-size: .80em;
    letter-spacing: 0;
    max-width: 420px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 20px;
    background: #fdfdfd;
    border-color: #e9e9e9;
    color: #ababab;
}

.urun-gallery {
    background: #fff;
    border: solid 2px #f5f5f5;
    border-radius: 12px;
    padding: 10px;
}


/* SAYFA FOOTER PAGE */

.sayfa_footer_page {
    border: 2px solid #f9f9f9 !important;
    padding: 20px !important;
    margin-top: 10px;
}

.sayfa_footer_page>div {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.sayfa_footer_page a {
    display: flex;
    column-gap: 10px;
    letter-spacing: -0.03em;
    font-weight: 300;
    line-height: 1.3;
    color: var(--border);
    font-size: .90em;
}

.sayfa_footer_page a:first-child {
    padding-right: 30px;
}

.sayfa_footer_page a:last-child {
    justify-content: flex-end;
    border-left: solid 1px #ebebeb;
    text-align: right;
    padding-left: 30px;
}

.sayfa_footer_page a:hover {
    color: var(--theme2);
    text-decoration: underline;
}


/* SAYFALAMA */

.pagination {
    position: relative;
    margin-top: 50px;
}

.pagination li {
    margin-right: 5px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 6px;
    background-color: #fff;
    color: var(--button);
    text-align: center;
    border: 1px solid var(--border2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.pagination li a.current,
.pagination li a:hover {
    color: #fff;
    border-color: var(--theme2);
    background-color: var(--theme2);
}

@media (min-width:320px) and (max-width:767px) {
    .pagination li a {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 33px
    }
}

.faq_resim {
    aspect-ratio: 1/1;
    position: relative;
    width: 100%;
}

.metin_style {
    padding: 0;
    padding-top: 5px;
    color: var(--text);
    padding-bottom: 25px;
    font-family: var(--font-poppins);
    letter-spacing: -0.03em;
    color: #373737;
    font-size: .95em;
    line-height: 1.6;
    font-weight: 300;
}


/* CONTACT LIST */

.iletisim_listele {
    position: relative;
}

.iletisim_listele li {
    font-family: var(--font-poppins);
    font-weight: 300;
    letter-spacing: -0.03em;
    padding: 10px;
    background: #fcfcfc;
    border: solid 1px #f5f5f5;
    margin-bottom: 2px;
    font-size: .90em;
    border-radius: 4px;
}

.iletisim_listele li a {
    position: relative;
    font-weight: 600;
    color: var(--theme);
}

.iletisim_listele li a:hover {
    text-decoration: underline;
    color: var(--theme2);
}


/*# sourceMappingURL=main.css.map */