/*
Theme Name: Techtro 
更多下载：https://www.bootstrapmb.com 
Description: Techtro - Software and Digital Agency Html Template  
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #0053FF;
    --theme2: #FF7322;
    --theme3: #F2CC4D;
    --theme4: #615CF6;
    --header: #161616;
    --text: #49515B;
    --text2: #515151;
    --text3: #3F444B;
    --border: #D4DCFF;
    --border-2: #D4DCED;
    --bg: #F3F7FB;
    --bg2: #1A1A1A;
    --bg3: #F8F8F8;
    --bg4: #EEE4FF;
    --bg5: #F8F4FF;
    --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    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: "Public Sans", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: initial;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 74px;
    font-weight: 800;
    line-height: 114%;
}

h2 {
    font-size: 48px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
}

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;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    line-height: 1;
    padding: 21px 40px;
    min-width: 170px;
    border-radius: 66px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
}

.theme-btn i {
    margin-left: 5px;
    transform: rotate(-40deg);
}

.theme-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--header);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.theme-btn:hover {
    color: var(--white);
    box-shadow: none;
}

.theme-btn:hover::before {
    width: 100%;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 18px 30px;
        font-size: 14px;
    }
}

.theme-btn.bg-color-2 {
    background-color: var(--theme2);
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

.theme-btn.bg-color-2 i {
    transform: rotate(0);
}

.theme-btn.header-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    line-height: 1;
    padding: 13px 10px;
    border-radius: 66px;
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    min-width: 155px;
    height: 44px;
}

.theme-btn.border-btn-2 {
    background-color: transparent;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: var(--header);
    border: 1px solid var(--header);
}

.theme-btn.border-btn-2 i {
    transform: rotate(0);
}

.theme-btn.border-btn-2::before {
    background-color: var(--theme2);
}

.theme-btn.border-btn-2:hover {
    color: var(--white);
    border: 1px solid var(--theme2);
}

.theme-btn.border-btn {
    background-color: transparent;
    border: 1px solid #DDE1FD;
    color: var(--header);
}

.theme-btn.border-btn::before {
    background-color: var(--theme);
}

.theme-btn.border-btn:hover {
    color: var(--white);
}

.theme-btn.style-two-button {
    padding: 19px 31px;
    border-radius: 12px 0;
    background-color: var(--theme3);
    color: var(--bg2);
    text-align: center;
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.theme-btn.style-two-button svg path {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.theme-btn.style-two-button:hover {
    color: var(--white);
}

.theme-btn.style-two-button:hover svg path {
    fill: var(--white);
}

.theme-btn.style-two-button.border-style {
    background-color: transparent;
    border: 1px solid #161616;
}

.theme-btn.style-four-button {
    border-radius: 15px 25px;
    background-color: var(--theme4);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.theme-btn.style-four-button:hover {
    color: var(--white);
}

.theme-btn.style-four-button.border-style {
    background-color: transparent;
    border: 1px solid #161616;
}

.theme-btn.style-five-button {
    padding: 12px 25px;
    background-color: transparent;
    color: var(--header);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid var(--header);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.theme-btn.style-five-button svg {
    margin-left: 5px;
}

.theme-btn.style-five-button svg path {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.theme-btn.style-five-button:hover {
    color: var(--white);
}

.theme-btn.style-five-button:hover svg path {
    fill: var(--white);
}

.theme-btn.style-five-button.border-style {
    background-color: transparent;
    border: 1px solid #161616;
}

.link-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .link-btn {
        font-size: 14px;
    }
}

.link-btn i {
    margin-left: 10px;
    transform: rotate(-40deg);
}

.link-btn:hover {
    color: var(--theme);
}

.about-wrapper .about-top-content {
    margin-bottom: 70px;
}

.about-wrapper .about-top-content p {
    max-width: 800px;
    color: var(--text2);
    font-family: "Inter", sans-serif;
}

.about-wrapper .about-content .content-box {
    padding: 40px 60px;
    background: linear-gradient(90deg, #FFEEE2 30.88%, rgba(255, 248, 243, 0) 97.19%);
    border-radius: 100px;
}

.about-wrapper .about-content .content-box p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text2);
    font-family: "Inter", sans-serif;
    margin-top: 10px;
}

.about-wrapper .about-content .about-list {
    margin-left: 40px;
    margin-top: 30px;
}

.about-wrapper .about-content .about-list li {
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.about-wrapper .about-content .about-list li:not(:last-child) {
    margin-bottom: 15px;
}

.about-wrapper .about-content .about-list li i {
    color: #FF7322;
    margin-right: 8px;
}

.about-wrapper .about-image-items {
    margin-right: -120px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image-items {
        margin-right: 0;
    }
}

.about-wrapper .about-image-items .about-image {
    max-width: 390px;
    background-color: var(--white);
    box-shadow: 0px 1px 2px rgba(45, 54, 67, 0.04), 0px 2px 4px rgba(45, 54, 67, 0.08);
    border-radius: 180px 180px 0 0;
    padding: 10px;
}

@media (max-width: 767px) {
    .about-wrapper .about-image-items .about-image {
        max-width: 700px;
        border-radius: 380px 380px 0 0;
    }
}

.about-wrapper .about-image-items .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 180px 180px 0 0;
}

.about-wrapper .about-image-items .about-image.style-2 {
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-image-items .about-image.style-2 {
        margin-top: 0;
    }
}

.about-wrapper .about-image-items .theme-btn {
    background-color: transparent;
    border: 1px solid #161616;
    color: var(--header);
    margin-top: 40px;
}

.about-wrapper .about-image-items .theme-btn::before {
    background-color: var(--theme2);
}

.about-wrapper .about-image-items .theme-btn:hover {
    color: var(--white);
    border: 1px solid var(--theme2);
}

.about-wrapper-2 {
    margin-bottom: 62px;
}

.about-wrapper-2 .about-image {
    margin-top: 30px;
    margin-left: -60%;
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-image {
        margin-left: 0;
    }
}

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 60px 0 60px;
}

.about-wrapper-2 .about-content {
    padding: 70px 60px;
    background-color: var(--white);
    box-shadow: 0px 8px 11px rgba(45, 54, 67, 0.04), 0px 20px 24px rgba(45, 54, 67, 0.04);
    border-radius: 60px 0 60px 0;
    margin-left: -78%;
    margin-bottom: -320px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content {
        margin-bottom: -225px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-content {
        margin-left: 0;
        padding: 50px 30px;
        margin-bottom: -90px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-content {
        padding: 30px 20px;
    }
}

.about-wrapper-2 .about-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-wrapper-2 .about-content p {
    color: var(--text2);
}

.about-wrapper-2 .about-content .about-button {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-button {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.about-section {
    position: relative;
}

.about-section .shape-img {
    position: absolute;
    top: 100px;
    right: 0;
}

@media (max-width: 767px) {
    .about-section .shape-img {
        display: none;
    }
}

.about-section .shape-image-2 {
    position: absolute;
    right: 262px;
    top: 270px;
}

@media (max-width: 1199px) {
    .about-section .shape-image-2 {
        display: none;
    }
}

.about-wrapper-3 {
    position: relative;
    margin-bottom: 250px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 {
        margin-bottom: 230px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 {
        margin-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-3 {
        margin-bottom: 0;
    }
}

.about-wrapper-3 .about-image {
    position: relative;
    z-index: 9;
}

.about-wrapper-3 .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-3 .about-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(15, 15, 15, 0.41) 0%, rgba(15, 15, 15, 0.41) 100%);
}

.about-wrapper-3 .about-image .experience-items {
    position: absolute;
    bottom: -120px;
    left: 50%;
    background-color: #FFF;
    box-shadow: 0px 24px 50px rgba(45, 54, 67, 0.12);
    padding: 30px 40px;
    border-radius: 20px;
    max-width: 1200px;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-image .experience-items {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-wrapper-3 .about-image .experience-items {
        position: relative;
        transform: translateX(0);
        z-index: 9;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
}

.about-wrapper-3 .about-image .experience-items h3 {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-image .experience-items h3 {
        font-size: 26px;
    }
}

.about-wrapper-3 .about-image .experience-items h3 span {
    color: var(--theme);
    text-decoration-line: underline;
}

.about-wrapper-3 .about-image .experience-items .since-box {
    background-color: var(--theme);
    padding: 33px 17px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-wrapper-3 .about-image .experience-items .since-box .thumb img {
    width: initial;
    height: initial;
}

.about-wrapper-3 .about-image .experience-items .since-box .content h4 {
    font-size: 30px;
    color: var(--white);
}

.about-wrapper-3 .about-image .experience-items .since-box .content p {
    font-size: 20px;
    color: var(--white);
}

.about-story-wrapper {
    padding: 70px 90px;
    background-color: #F7F9FF;
    border-radius: 32px;
}

@media (max-width: 767px) {
    .about-story-wrapper {
        padding: 50px 15px;
    }
}

.about-story-wrapper .about-story-content {
    position: relative;
}

.about-story-wrapper .about-story-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.about-story-wrapper .about-story-content ul {
    margin-top: 40px;
    margin-bottom: 50px;
}

.about-story-wrapper .about-story-content ul li {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
}

.about-story-wrapper .about-story-content ul li i {
    color: var(--theme);
    margin-right: 7px;
}

.about-story-wrapper .about-story-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.about-story-wrapper .about-story-content .theme-btn {
    background-color: var(--header);
}

.about-story-wrapper .about-story-content .theme-btn::before {
    background-color: var(--theme);
}

.about-story-wrapper .about-story-content .about-story-image-2 {
    position: absolute;
    bottom: -75px;
    right: 0;
}

@media (max-width: 1399px) {
    .about-story-wrapper .about-story-content .about-story-image-2 {
        position: static;
        margin-top: 30px;
    }
}

.about-story-wrapper .about-story-content .about-story-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.about-story-wrapper .about-story-image {
    margin-bottom: 30px;
}

.about-story-wrapper .about-story-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@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 rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@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(20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-30px);
    }
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float-bob-x {
    0% {
        transform: translateX(30px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounce-x {
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

@keyframes translateY2 {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(20px);
    }
}

@keyframes translateX2 {
    0% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(20px);
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }
    20% {
        transform: translateX(-50px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}

/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.brand-title {
    font-size: 18px;
    color: var(--text);
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.brand-title b {
    color: var(--theme);
}

.brand-section .mycustom-marque {
    position: relative;
}

.brand-section .mycustom-marque .left-shape {
    position: absolute;
    top: 0;
    left: 0px;
    width: 175.149px;
    height: 68px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 30.38%, #FFF 100%);
    z-index: 3;
}

.brand-section .mycustom-marque .right-shape {
    position: absolute;
    top: 0;
    right: 0px;
    width: 175.149px;
    height: 68px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30.38%, #FFF 100%);
    z-index: 3;
}

.brand-section .style-border {
    border-bottom: 2px solid transparent;
    -o-border-image: linear-gradient(90deg, rgba(139, 144, 150, 0.05) 14.72%, #D8DFE9 44%, rgba(121, 125, 131, 0.05) 85%);
    border-image: linear-gradient(90deg, rgba(139, 144, 150, 0.05) 14.72%, #D8DFE9 44%, rgba(121, 125, 131, 0.05) 85%);
    border-bottom: 2px solid transparent;
    border-image-slice: 2;
    padding-bottom: 45px;
}

.brand-title-2 {
    padding: 10px 20px;
    line-height: 1;
    background-color: var(--white);
    display: inline-block;
    border-radius: 46px;
    box-shadow: 0px 1px 2px 0px rgba(45, 54, 67, 0.05);
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .brand-title-2 {
        padding: 10px 8px;
    }
}

.brand-title-2 h6 {
    font-size: 15px;
    color: var(--text2);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 575px) {
    .brand-title-2 h6 {
        font-size: 13px;
    }
}

.brand-wrapper.style4 {
    position: relative;
    padding: 60px 40px 50px;
    border: 1px solid #EEE3FA;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.brand-wrapper.style4 .brand-title-2 {
    position: absolute;
    top: -17px;
    left: 67px;
}

@media (max-width: 767px) {
    .brand-wrapper.style4 .brand-title-2 {
        position: absolute;
        top: -17px;
        left: 8px;
    }
}

.cta-contact-wrapper {
    text-align: center;
    position: relative;
    z-index: 9;
}

.cta-contact-wrapper .circle-button {
    width: 128px;
    height: 128px;
    background-color: var(--theme3);
    display: inline-block;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
}

.cta-contact-wrapper .circle-button i {
    transform: rotate(-40deg);
    margin-top: 20px;
}

@media (max-width: 767px) {
    .cta-contact-wrapper .circle-button br {
        display: block;
    }
}

.cta-contact-wrapper .bg-color {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-contact-wrapper h2 {
    font-size: 47px;
    font-weight: 700;
    color: var(--white);
    margin-top: 30px;
}

@media (max-width: 767px) {
    .cta-contact-wrapper h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .cta-contact-wrapper h2 {
        font-size: 36px;
    }
}

.cta-contact-section {
    position: relative;
}

.cta-contact-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(26, 28, 31, 0.73) -12.31%, rgba(26, 28, 31, 0.9) 80.34%);
}

.terms-wrapper .terms-single-content .terms-header {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.terms-wrapper .terms-single-content .terms-header h2 {
    font-size: 60px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .terms-wrapper .terms-single-content .terms-header h2 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .terms-wrapper .terms-single-content .terms-header h2 {
        font-size: 38px;
    }
}

.terms-wrapper .terms-single-content .terms-header h5 {
    font-weight: 400;
}

.terms-wrapper .terms-single-content h5 {
    font-weight: 400;
    color: var(--text);
    font-family: "Poppins", sans-serif;
    line-height: 167%;
}

.terms-wrapper .terms-single-content .terms-area {
    margin-top: 50px;
}

.terms-wrapper .terms-single-content .terms-area .terms-items {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.terms-wrapper .terms-single-content .terms-area .terms-items .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background: #F5F5F5;
    color: #515151;
}

.terms-wrapper .terms-single-content .terms-area .terms-items h4 {
    font-weight: 400;
    color: var(--text);
    flex-basis: 80%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

@media (max-width: 575px) {
    .terms-wrapper .terms-single-content .terms-area .terms-items h4 {
        font-size: 16px;
    }
}

.terms-wrapper .terms-single-content .terms-area .terms-items h4 b {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

@media (max-width: 575px) {
    .terms-wrapper .terms-single-content .terms-area .terms-items h4 b {
        font-size: 18px;
    }
}

.terms-wrapper .terms-single-content h3 {
    font-size: 32px;
    border-top: 1px solid var(--border);
    padding-top: 40px;
}

.contact-info-box-items.style1 {
    position: relative;
    text-align: center;
    padding: 35px 25px;
    width: 100%;
}

.contact-info-box-items.style1:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 112px;
    background: #EBEDFF;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.contact-info-box-items.style1 .icon {
    display: block;
    margin: auto;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    background: rgba(49, 71, 255, 0.1);
    margin-bottom: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.contact-info-box-items.style1 .content h5 {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.contact-info-box-items.style1 .content a {
    color: rgba(38, 37, 46, 0.7);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-info-box-wrapper {
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0px 24px 50px -12px rgba(45, 54, 67, 0.12);
}

.contact-datails-form-wrapper.style1 .contact-details-box.style1 {
    border-radius: 16px;
    border: 1px solid #EEE;
    padding: 35px 5px 35px 35px;
}

@media (max-width: 1399px) {
    .contact-datails-form-wrapper.style1 .contact-details-box.style1 {
        padding: 20px;
    }
}

.contact-datails-form-wrapper.style1 .contact-details-box.style1 h3 {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 15px;
}

.contact-datails-form-wrapper.style1 .contact-details-box.style1 .fancy-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-datails-form-wrapper.style1 .contact-details-box.style1 .fancy-box .content a {
    display: block;
}

.contact-datails-form-wrapper.style1 .contact-details-box.style1 .fancy-box .content a:hover {
    color: var(--theme);
}

.contact-form-wrapper.style1 {
    padding: 35px 45px;
    border-radius: 16px;
    background: #F6F8FF;
}

@media (max-width: 1399px) {
    .contact-form-wrapper.style1 {
        padding: 20px;
    }
}

.contact-form-wrapper.style1 .section-title {
    margin-bottom: 10px;
}

.contact-form-wrapper.style1 .subtitle {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

.contact-form-wrapper.style1 .form-clt {
    width: 100%;
    background: transparent;
}

.contact-form-wrapper.style1 .form-clt input {
    background: transparent;
    color: var(--text);
    font-family: "Public Sans", sans-serif;
    width: 100%;
    padding: 30px 10px 10px 0px;
    border-bottom: 1px solid var(--border);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.contact-form-wrapper.style1 .form-clt input::-moz-placeholder {
    color: var(--text);
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.contact-form-wrapper.style1 .form-clt input::placeholder {
    color: var(--text);
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.contact-form-wrapper.style1 .form-check {
    color: var(--text2);
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.contact-form-wrapper.style1 textarea {
    display: flex;
    align-items: end;
    justify-content: end;
    background: transparent;
    color: var(--text);
    font-family: "Public Sans", sans-serif;
    width: 100%;
    padding: 80px 10px 10px 0px;
    border-bottom: 1px solid var(--border);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 119px;
    box-sizing: border-box;
}

.contact-form-wrapper.style1 textarea::-moz-placeholder {
    vertical-align: bottom;
}

.contact-form-wrapper.style1 textarea::placeholder {
    vertical-align: bottom;
}

.contact-form-wrapper.style1 textarea:focus {
    border-bottom: 1px solid var(--border);
    outline: none;
}

.contact-form-wrapper.style1 .single-select {
    border-radius: 20px;
    border: 1px solid var(--border);
    background: var(--white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact-form-wrapper.style1 .single-select::-moz-placeholder {
    color: var(--text);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-form-wrapper.style1 .single-select::placeholder {
    color: var(--text);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.map-wrapper.style1 iframe {
    height: 803px;
    margin-bottom: -20px;
}

.cta-content-wrapper {
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
}

.cta-content-wrapper h2 {
    font-size: 44px;
    color: var(--white);
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .cta-content-wrapper h2 {
        font-size: 36px;
    }
}

@media (max-width: 470px) {
    .cta-content-wrapper h2 {
        font-size: 32px;
    }
}

.cta-content-wrapper p {
    font-size: 19px;
    color: var(--white);
    margin-bottom: 30px;
}

.cta-content-wrapper .theme-btn {
    background-color: var(--white);
    color: var(--header);
}

.cta-content-wrapper .theme-btn::before {
    background-color: var(--theme);
}

.cta-content-wrapper .theme-btn:hover {
    color: var(--white);
}

.cta-contact-wrapper-2 {
    text-align: center;
    position: relative;
    z-index: 9;
    position: relative;
    background-color: var(--header);
    border-radius: 0px 0px 100px 100px;
    -webkit-border-radius: 0px 0px 100px 100px;
    -moz-border-radius: 0px 0px 100px 100px;
    -ms-border-radius: 0px 0px 100px 100px;
    -o-border-radius: 0px 0px 100px 100px;
}

.cta-contact-wrapper-2 .circle-button {
    width: 128px;
    height: 128px;
    background-color: var(--theme3);
    display: inline-block;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
}

.cta-contact-wrapper-2 .circle-button i {
    transform: rotate(-40deg);
    margin-top: 20px;
}

.cta-contact-wrapper-2 .bg-color {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-contact-wrapper-2 h2 {
    font-size: 47px;
    font-weight: 700;
    color: var(--white);
    margin-top: 30px;
}

.cta-contact-wrapper-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(93, 88, 235, 0.4) 4%, rgba(93, 88, 235, 0.64) 99.92%);
}

.cta-contact-wrapper-2 .content {
    position: relative;
    z-index: 4;
}

.cta-contact-wrapper-2 .content h2 {
    color: var(--white);
    font-family: "Public Sans", sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 800;
    line-height: 75px;
    margin-bottom: 38px;
}

@media (max-width: 991px) {
    .cta-contact-wrapper-2 .content h2 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .cta-contact-wrapper-2 .content h2 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .cta-contact-wrapper-2 .content h2 {
        font-size: 40px;
        line-height: 1;
    }
}

.cta-contact-wrapper-2 .content h3 {
    text-align: end;
}

.cta-contact-wrapper-2 .content h3 a {
    color: var(--theme3);
    font-family: "Public Sans", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 0px;
    text-decoration-line: underline;
}

@media (max-width: 991px) {
    .cta-contact-wrapper-2 .content h3 a {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .cta-contact-wrapper-2 .content h3 a {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .cta-contact-wrapper-2 .content h3 a {
        font-size: 40px;
    }
}

.cta-contact-wrapper-2 .icon {
    position: relative;
    z-index: 4;
}

.cta-contact-section-4 {
    position: relative;
}

.cta-contact-section-4::before {
    display: none;
}

.cta-contact-section-4::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--header);
}

.home-integration-section {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-integration-wrapper {
    position: relative;
}

.home-integration-wrapper .line-shape {
    position: absolute;
    bottom: -125px;
    left: 56px;
    right: 0;
    z-index: -1;
}

@media (max-width: 1399px) {
    .home-integration-wrapper .line-shape {
        display: none;
    }
}

.home-integration-wrapper .home-integration-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 60px 0;
}

@media (max-width: 1199px) {
    .home-integration-wrapper .home-integration-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.home-integration-wrapper .home-integration-items .logo-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto auto auto;
    width: 102.782px;
    height: 102.782px;
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0px 20px 24px -4px rgba(45, 54, 67, 0.04), 0px 8px 11px -4px rgba(45, 54, 67, 0.04);
}

@media (max-width: 1199px) {
    .home-integration-wrapper .home-integration-items .logo-img {
        margin-bottom: 0;
    }
}

.home-integration-wrapper .home-integration-items .logo-img .circle {
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 11.351px;
    height: 11.351px;
    line-height: 11.351px;
    text-align: center;
    background: var(--theme);
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-integration-wrapper .home-integration-items .logo-img .title {
    color: var(--header);
    text-align: center;
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.3px;
}

.home-integration-wrapper .home-integration-items .logo-img.six {
    margin-right: 32px;
}

@media (max-width: 767px) {
    .home-integration-wrapper .home-integration-items .logo-img.six {
        margin-right: 0;
    }
}

.home-integration-wrapper .home-integration-items .logo-img.style-1 {
    margin-top: 0;
    margin-bottom: 194px;
}

@media (max-width: 1199px) {
    .home-integration-wrapper .home-integration-items .logo-img.style-1 {
        margin-bottom: 10px;
    }
}

.home-integration-wrapper .home-integration-items .logo-img.style-2 {
    margin-top: 190px;
}

@media (max-width: 1199px) {
    .home-integration-wrapper .home-integration-items .logo-img.style-2 {
        margin-top: 0;
    }
}

.home-integration-wrapper .home-integration-items-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
}

@media (max-width: 1199px) {
    .home-integration-wrapper .home-integration-items-2 {
        flex-wrap: wrap;
        padding: 0;
        gap: 30px;
    }
}

.home-integration-wrapper .logo-img-2 {
    position: absolute;
    top: 46%;
    left: 21%;
}

@media (max-width: 1199px) {
    .home-integration-wrapper .logo-img-2 {
        display: none;
    }
}

.home-integration-wrapper .logo-img-3 {
    position: absolute;
    top: 46%;
    right: 20%;
}

@media (max-width: 1199px) {
    .home-integration-wrapper .logo-img-3 {
        display: none;
    }
}

.home-integration-wrapper .home-integration-items-3 {
    display: flex;
    align-items: center;
    gap: 120px;
}

@media (max-width: 1199px) {
    .home-integration-wrapper .home-integration-items-3 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.cta-section-2 {
    position: relative;
    padding-top: 50px;
}

@media (min-width: 1400px) {
    .cta-section-2 .container {
        max-width: 1360px;
    }
}

@media (max-width: 767px) {
    .cta-section-2 {
        padding-top: 0;
    }
}

.cta-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    height: 60%;
}

.cta-wrapper-2 {
    padding: 70px 70px;
    background-color: var(--theme2);
    border-radius: 32px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
}

@media (max-width: 1199px) {
    .cta-wrapper-2 {
        gap: 40px;
        flex-wrap: wrap;
        padding: 50px;
        justify-content: center;
    }
}

.cta-wrapper-2 .plane-shape {
    position: absolute;
    top: -80px;
    right: -40px;
}

@media (max-width: 1199px) {
    .cta-wrapper-2 .plane-shape {
        display: none;
    }
}

.cta-wrapper-2 .line-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.cta-wrapper-2 .line-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta-wrapper-2 .cta-img {
    position: relative;
    z-index: 1;
    animation: rounded 5s linear infinite;
}

.cta-wrapper-2 .cta-content-2 {
    position: relative;
    z-index: 9;
}

.cta-wrapper-2 .cta-content-2 h2 {
    font-size: 58px;
    color: var(--white);
    font-weight: 700;
}

@media (max-width: 767px) {
    .cta-wrapper-2 .cta-content-2 h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .cta-wrapper-2 .cta-content-2 h2 {
        font-size: 35px;
    }
}

.cta-wrapper-2 .cta-content-2 ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .cta-wrapper-2 .cta-content-2 ul {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
}

.cta-wrapper-2 .cta-content-2 ul li {
    font-size: 32px;
    color: var(--white);
    font-weight: 400;
    font-family: "Public Sans", sans-serif;
}

.cta-wrapper-2 .cta-content-2 ul li .theme-btn {
    background-color: #013228;
}

.cta-section {
    position: relative;
}

.cta-section .techro-logo {
    position: absolute;
    top: -77px;
    left: 50%;
    transform: translateX(-50%);
}

.cta-contact-section {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
    z-index: 9;
}

.used-technology-section .nav {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
    margin-bottom: 20px;
}

.used-technology-section .nav .nav-item .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: var(--header);
    background-color: #F3F6F9;
    padding: 17px 35px;
    line-height: 1;
    border-radius: 10px;
}

.used-technology-section .nav .nav-item .nav-link.active {
    background-color: var(--theme4);
    color: var(--white);
}

.faq-wrapper {
    display: block;
    margin-top: 30px;
}

.faq-wrapper .faq-items .accordion .accordion-item {
    border: none;
    border-radius: 0px;
    margin-bottom: 15px;
    background: #F4F6FF;
    border-radius: 16px;
}

.faq-wrapper .faq-items .accordion .accordion-item h2 button {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 26px 30px;
    font-family: "Public Sans", sans-serif;
    color: var(--header);
}

@media (max-width: 575px) {
    .faq-wrapper .faq-items .accordion .accordion-item h2 button {
        font-size: 17px;
        padding: 20px;
    }
}

.faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
    padding: 20px 30px;
    padding-top: 0;
}

.faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
    color: var(--text);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

@media (max-width: 575px) {
    .faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
}

.faq-wrapper .faq-items .accordion .accordion-button {
    background-color: transparent;
    color: var(--header);
}

.faq-wrapper .faq-items .accordion .accordion-button::after {
    display: none;
}

.faq-wrapper .faq-items .accordion .accordion-button::before {
    position: absolute;
    content: "\f063";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    top: 18px;
    right: 30px;
    font-size: 16px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    color: var(--white);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

@media (max-width: 767px) {
    .faq-wrapper .faq-items .accordion .accordion-button::before {
        top: 20px;
        right: 10px;
        font-size: 8px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
    }
}

.faq-wrapper .faq-items .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--header);
}

.faq-wrapper .faq-items .accordion .accordion-button.collapsed::before {
    content: "\f062";
    color: #BAC1FF;
    background-color: transparent;
    border: 1px solid #BAC1FF;
}

.faq-section {
    position: relative;
}

.faq-section .faq-shape {
    position: absolute;
    left: 12%;
    top: 22%;
}

@media (max-width: 1899px) {
    .faq-section .faq-shape {
        left: 0;
    }
}

@media (max-width: 1399px) {
    .faq-section .faq-shape {
        display: none;
    }
}

.faq-section .faq-shape-2 {
    position: absolute;
    bottom: 100px;
    right: 12%;
    max-width: 100%;
}

@media (max-width: 1899px) {
    .faq-section .faq-shape-2 {
        right: 0;
    }
}

@media (max-width: 1399px) {
    .faq-section .faq-shape-2 {
        display: none;
    }
}

.counter-wrapper {
    padding: 45px 0;
}

.counter-wrapper .counter-box-items-2 {
    background: #053C30;
    padding: 60px 30px;
    text-align: center;
}

.counter-wrapper .counter-box-items-2 h2 {
    font-size: 50px;
    color: #EDC728;
}

.counter-wrapper .counter-box-items-2 p {
    font-size: 20px;
    color: var(--white);
    margin-top: 10px;
}

.counter-wrapper .counter-box-items-2.bg-color-2 {
    background: #064135;
}

.counter-wrapper.style-inner .counter-box-items-2 {
    background: #3147FF;
}

.counter-wrapper.style-inner .counter-box-items-2 h2 {
    color: var(--white);
}

.counter-wrapper.style-inner .counter-box-items-2 p {
    color: var(--white);
}

.counter-wrapper.style-inner .counter-box-items-2.bg-color-2 {
    background: #2F43EC;
}

.video-wrapper .video-list {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .video-wrapper .video-list {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.video-wrapper .video-list li {
    font-size: 18px;
    font-weight: 400;
    color: var(--text2);
    font-family: "Inter", sans-serif;
}

.video-wrapper .video-list li i {
    color: var(--theme2);
}

.video-wrapper .video-image {
    margin-top: 40px;
    position: relative;
}

.video-wrapper .video-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.video-wrapper .video-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(22, 22, 22, 0) 21.25%, rgba(17, 17, 17, 0.44) 61.73%);
    border-radius: 20px;
}

.video-wrapper .video-image .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: #F66715;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.video-wrapper .video-image .video-btn::before, .video-wrapper .video-image .video-btn::after {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.video-wrapper .brand-slider-items {
    margin-top: 70px;
}

.video-wrapper .brand-slider-items .brand-title {
    padding-left: 0;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
}

.video-wrapper .brand-slider-items .brand-title b {
    font-size: 24px;
    color: var(--theme2);
    font-weight: 500;
}

.video-wrapper .brand-slider-items .brand-title span {
    color: var(--theme2);
    font-weight: 500;
}

.video-wrapper.style-4 {
    position: relative;
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .video-wrapper.style-4 {
        margin-bottom: 0;
    }
}

.video-wrapper.style-4 .section-title {
    margin-bottom: 50px;
}

.video-wrapper.style-4 .section-title .small-title {
    position: relative;
    color: rgba(63, 68, 75, 0.7);
    font-family: "Public Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    margin-left: 30px;
}

.video-wrapper.style-4 .section-title .shape {
    position: relative;
    margin-left: 20px;
    top: 20px;
}

.video-wrapper.style-4 .video-image {
    margin-top: 40px;
    position: relative;
}

.video-wrapper.style-4 .video-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.video-wrapper.style-4 .video-image:before {
    display: none;
}

.video-wrapper.style-4 .video-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(97, 92, 246, 0.7) 110.54%);
    border-radius: 20px;
}

.video-wrapper.style-4 .video-image .video-btn {
    position: relative;
    z-index: 3;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: #55648E;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
}

.video-wrapper.style-4 .video-image .video-btn::before, .video-wrapper.style-4 .video-image .video-btn::after {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.video-wrapper.style-4 .img-box-1 {
    position: absolute;
    bottom: 248px;
    left: -60px;
    z-index: 4;
}

@media (max-width: 1199px) {
    .video-wrapper.style-4 .img-box-1 {
        display: none;
    }
}

.video-wrapper.style-4 .img-box-1 .main-img {
    position: relative;
}

.video-wrapper.style-4 .img-box-1 .logo {
    position: absolute;
    bottom: -30px;
    left: -25px;
}

.video-wrapper.style-4 .img-box-2 {
    position: absolute;
    bottom: -50px;
    left: 431px;
    z-index: 4;
}

@media (max-width: 1199px) {
    .video-wrapper.style-4 .img-box-2 {
        display: none;
    }
}

.video-wrapper.style-4 .img-box-2 .main-img {
    position: relative;
}

.video-wrapper.style-4 .img-box-2 .logo {
    position: absolute;
    bottom: -30px;
    right: -25px;
}

.video-wrapper.style-4 .img-box-3 {
    position: absolute;
    bottom: 106px;
    right: -60px;
    z-index: 4;
}

@media (max-width: 1199px) {
    .video-wrapper.style-4 .img-box-3 {
        display: none;
    }
}

.video-wrapper.style-4 .img-box-3 .main-img {
    position: relative;
}

.video-wrapper.style-4 .img-box-3 .logo {
    position: absolute;
    top: -30px;
    right: -25px;
}

.video-wrapper.style-4 .img-box-4 {
    position: absolute;
    top: 85px;
    right: 300px;
    z-index: 4;
}

@media (max-width: 1199px) {
    .video-wrapper.style-4 .img-box-4 {
        display: none;
    }
}

.video-wrapper.style-4 .img-box-4 .main-img {
    position: relative;
}

.video-wrapper.style-4 .img-box-4 .logo {
    position: absolute;
    bottom: -30px;
    right: -25px;
}

.video-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.work-process-box-items {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.work-process-box-items .icon-items {
    position: relative;
    z-index: 9;
    padding: 40px 20px;
    padding-top: 0;
}

.work-process-box-items .icon-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #FFF6F0;
    border-radius: 50px 50px 0 0;
    z-index: -1;
    top: 20%;
    height: initial;
}

.work-process-box-items .icon-items .icon {
    width: 104px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    border-radius: 50%;
    background: #FFE9DC;
    color: var(--theme2);
    font-size: 50px;
    margin: 0 auto;
}

.work-process-box-items .icon-items .content {
    margin-top: 25px;
}

.work-process-box-items .icon-items .arrow-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: -2;
}

.work-process-box-items .icon-items.bg-2::before {
    background-color: #FFEFF2;
}

.work-process-box-items .icon-items.bg-2 .icon {
    background-color: #FFCED8;
}

.work-process-box-items .icon-items.bg-3::before {
    background-color: #ECFCFF;
}

.work-process-box-items .icon-items.bg-3 .icon {
    background-color: #CAF5FE;
}

.work-process-box-items .icon-items.bg-4::before {
    background-color: #F7F3FF;
}

.work-process-box-items .icon-items.bg-4 .icon {
    background-color: #EEE6FF;
}

.work-process-box-items span {
    position: relative;
    z-index: 3;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    font-family: "Inter", sans-serif;
    background-color: var(--white);
    box-shadow: 0px 4px 8px rgba(45, 54, 67, 0.08);
    padding: 10px 20px;
    line-height: 1;
    border-radius: 22px;
    display: inline-block;
    margin-top: 20px;
}

.counter-box-items {
    text-align: center;
    padding: 60px;
    background: linear-gradient(59.19deg, #F2FFC5 -12.41%, #D4E794 178.64%);
    border-radius: 40px 0 40px 0;
    position: relative;
    z-index: 9;
}

.counter-box-items h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.counter-box-items p {
    font-size: 18px;
    color: var(--header);
    font-weight: 500;
}

.counter-box-items .shape-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.counter-box-items .shape-image-2 {
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: -1;
}

.counter-box-items.style-2 {
    background: #E7DBFF;
}

.counter-box-items.style-3 {
    background: linear-gradient(229.09deg, #BBE5FF 26.49%, #E2F4FF 108.95%);
}

.counter-text-2 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 40px;
    color: var(--text2);
}

.counter-text-2 span {
    color: var(--theme3);
    font-size: 24px;
}

.how-do-wrapper .how-do-content {
    max-width: 490px;
}

.how-do-wrapper .how-do-content h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .how-do-wrapper .how-do-content h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }
}

.how-do-wrapper .how-do-content p {
    color: var(--text2);
    line-height: 200%;
    margin-bottom: 40px;
}

.how-do-wrapper .how-do-box-wrap {
    margin-top: 30px;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 50px;
}

@media (max-width: 767px) {
    .how-do-wrapper .how-do-box-wrap {
        padding-right: 10px;
    }
}

.how-do-wrapper .how-do-box-items {
    padding: 24px;
    background-color: var(--white);
    border-radius: 25px;
    margin-bottom: 30px;
}

.how-do-wrapper .how-do-box-items .thumb {
    position: relative;
}

.how-do-wrapper .how-do-box-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.how-do-wrapper .how-do-box-items .thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(242, 204, 77, 0) -15.94%, rgba(242, 204, 77, 0.3) 71.78%);
    border-radius: 25px;
}

.how-do-wrapper .how-do-box-items .content {
    margin-top: 25px;
}

.how-do-wrapper .how-do-box-items .content h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

.how-do-wrapper .how-do-box-items .content p {
    color: var(--text2);
    max-width: 440px;
}

.method-step-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.method-step-wrapper .shape {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 1;
}

@media (max-width: 1199px) {
    .method-step-wrapper .shape {
        display: none;
    }
}

.method-step-wrapper .method-step-circle {
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
    width: 142px;
    height: 142px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme3);
    text-transform: uppercase;
    line-height: 131%;
    padding-top: 50px;
    margin: 60px auto 40px;
}

@media (max-width: 767px) {
    .method-step-wrapper .method-step-circle {
        margin: 30px auto 60px;
    }
}

.method-step-wrapper .method-step-circle span {
    display: block;
}

.method-step-wrapper .line-shape {
    position: absolute;
    left: 60%;
    transform: translateX(-60%);
    bottom: 160px;
    right: 0;
    width: 776px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .method-step-wrapper .line-shape {
        display: none;
    }
}

.method-step-wrapper .step-boxes {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 44px;
    margin-top: -50px;
}

@media (max-width: 1199px) {
    .method-step-wrapper .step-boxes {
        gap: 10px;
    }
}

.method-step-wrapper .method-step-box {
    padding: 55px 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 202px;
}

.method-step-wrapper .method-step-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #D7C6F8;
    z-index: -1;
    border-radius: 40px 0 40px 0;
    height: initial;
    top: 30%;
}

.method-step-wrapper .method-step-box .number {
    width: 75px;
    height: 75px;
    line-height: 2;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    margin: 0 auto 30px;
    position: relative;
}

.method-step-wrapper .method-step-box .number .shape-image {
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
    z-index: -1;
}

.method-step-wrapper .method-step-box .number h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    padding-top: 13px;
}

.method-step-wrapper .method-step-box .number p {
    font-size: 14px;
    font-weight: 500;
}

.method-step-wrapper .method-step-box h3 {
    font-size: 22px;
    font-weight: 500;
}

.method-step-wrapper .method-step-box.bg-2::before {
    background-color: #99E7F2;
}

.method-step-wrapper .method-step-box.bg-3::before {
    background-color: #C9DA8F;
}

.method-step-wrapper .method-step-box.bg-4::before {
    background-color: #FFD4C9;
}

.method-step-section {
    position: relative;
    z-index: 9;
}

.method-step-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    z-index: -1;
    top: 73%;
}

@media (max-width: 1600px) {
    .method-step-section::before {
        top: 80%;
    }
}

@media (max-width: 767px) {
    .method-step-section::before {
        top: 90%;
    }
}

.method-video-bg {
    position: relative;
    padding: 270px 0;
    border-radius: 40px 0 40px 0;
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .method-video-bg {
        padding: 180px 0;
    }
}

@media (max-width: 767px) {
    .method-video-bg {
        top: 90%;
    }
}

.method-video-bg .video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    height: 128px;
    line-height: 128px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
}

.counter-section-3 {
    padding: 100px 0;
}

.counter-items-3 {
    padding: 30px;
    text-align: center;
    background-color: #F5F0FF;
    border-radius: 25px 0 25px 0;
}

.counter-items-3 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
}

.counter-items-3 p {
    font-size: 20px;
    color: var(--text2);
}

.counter-items-3.bg-2 {
    background-color: #DFFBFF;
}

.counter-items-3.bg-3 {
    background-color: #F6FFD8;
}

.counter-items-3.bg-4 {
    background-color: #FFE5DE;
}

.wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 55px;
}

@media (max-width: 1199px) {
    .wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 .rating .logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}

.wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 .rating .logo .star-wrap.style1 {
    display: flex;
    gap: 2px;
}

.wcu-wrapper.style-4 .title {
    font-size: 50px;
}

.wcu-wrapper.style-4 .wcu-img {
    position: relative;
    margin-top: 200px;
}

@media (max-width: 1199px) {
    .wcu-wrapper.style-4 .wcu-img {
        margin-top: 0;
        margin-bottom: 150px;
    }
}

.wcu-wrapper.style-4 .wcu-img .main-img {
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.wcu-wrapper.style-4 .wcu-img .absolute-img {
    position: absolute;
    bottom: -33px;
    right: -90px;
    border-radius: 0px 0px 100px 0px;
    -webkit-border-radius: 0px 0px 100px 0px;
    -moz-border-radius: 0px 0px 100px 0px;
    -ms-border-radius: 0px 0px 100px 0px;
    -o-border-radius: 0px 0px 100px 0px;
}

@media (max-width: 1199px) {
    .wcu-wrapper.style-4 .wcu-img .absolute-img {
        right: 0;
        bottom: 0;
    }
}

.wcu-feature-wrapper.style-4 {
    margin-top: -115px;
}

.wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4 {
    max-width: 470px;
}

.wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4 .title {
    display: flex;
    align-items: center;
    color: var(--black);
    font-family: "Public Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 12px;
}

.wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4 .title svg {
    margin-right: 8px;
}

.wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4.first-box {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4.first-box {
        margin-bottom: 0px;
    }
}

.wcu-container-wrapper {
    position: relative;
}

.wcu-container-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg3);
    top: 76%;
    z-index: -1;
}

.counter-box.style-4 {
    padding: 67px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .counter-box.style-4 {
        padding: 30px 0;
        text-align: center;
    }
}

.counter-box.style-4 .counter-number {
    margin-bottom: 15px;
}

.counter-box.style-4 .counter-number .count {
    color: var(--header);
    text-align: center;
    font-family: "Public Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.counter-box.style-4 .counter-number .plus {
    color: var(--header);
    text-align: center;
    font-family: "Public Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.counter-box.style-4 .text {
    color: var(--text3);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.technology-box-items-wrapper.style-4 {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 65px 53px 35px;
    gap: 38px;
    background: #F8F8F8;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

@media (max-width: 1199px) {
    .technology-box-items-wrapper.style-4 {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 991px) {
    .technology-box-items-wrapper.style-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .technology-box-items-wrapper.style-4 {
        grid-template-columns: repeat(3, 1fr);
        padding: 30px;
        gap: 20px;
    }
}

@media (max-width: 470px) {
    .technology-box-items-wrapper.style-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.technology-box-items-wrapper.style-4 > :nth-child(even) {
    margin-top: 140px;
}

.technology-box-items-wrapper.style-4 > :nth-child(odd) {
    margin-bottom: 60px;
}

.technology-box-items.style-4 {
    display: inline-block;
    max-width: 119px;
    max-height: 119px;
    text-align: center;
    padding: 15px 15px;
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0px 4px 8px -2px rgba(45, 54, 67, 0.08), 0px 2px 4px -2px rgba(45, 54, 67, 0.06);
}

.technology-box-items.style-4 .logo {
    margin-bottom: 9px;
    max-width: 50px;
    margin: 0 auto 5px;
}

.technology-box-items.style-4 .logo img {
    max-width: 50px;
}

.technology-box-items.style-4 .title {
    color: var(--body-text2, rgba(38, 37, 46, 0.7));
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (min-width: 1400px) {
    .work-process-wrapper.style-4 .container {
        max-width: 1350px;
    }
}

@media (max-width: 767px) {
    .work-process-wrapper.style-4 {
        margin-bottom: 0px;
    }
}

.work-process-wrapper.style-4 .section-title {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .work-process-wrapper.style-4 .section-title {
        margin-bottom: 30px;
    }
}

.work-process-wrapper.style-4 .section-title .purple {
    color: #BBA5E0;
    font-family: "Public Sans", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 74px;
}

@media (max-width: 767px) {
    .work-process-wrapper.style-4 .section-title .purple {
        font-size: 48px;
        line-height: 1;
    }
}

.work-process-wrapper.style-4 .section-title .dot {
    color: var(--theme);
    font-family: "Public Sans", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 74px;
}

@media (max-width: 767px) {
    .work-process-wrapper.style-4 .section-title .dot {
        display: none;
    }
}

.work-process-wrapper.style-4 .single-process .dot-and-step-no {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .work-process-wrapper.style-4 .single-process .dot-and-step-no {
        margin-bottom: 25px;
    }
}

.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot {
    margin-bottom: 25px;
    position: relative;
}

.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot.style1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    left: -430px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

@media (max-width: 1199px) {
    .work-process-wrapper.style-4 .single-process .dot-and-step-no .dot.style1::after {
        display: none;
    }
}

.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot.style2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    right: -442px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

@media (max-width: 1199px) {
    .work-process-wrapper.style-4 .single-process .dot-and-step-no .dot.style2::after {
        display: none;
    }
}

.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--header);
    display: block;
}

.work-process-wrapper.style-4 .single-process .dot-and-step-no .step-no h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(117, 114, 253, 0.4);
    font-family: "Public Sans", sans-serif;
    font-size: 55px;
    font-weight: 900;
    line-height: 66.56px;
    letter-spacing: 0.06em;
    text-align: left;
    margin-bottom: 0;
    transition: 0.5s;
}

@media (max-width: 1399px) {
    .work-process-wrapper.style-4 .single-process .dot-and-step-no .step-no h2 {
        font-size: 85px;
    }
}

@media (max-width: 1199px) {
    .work-process-wrapper.style-4 .single-process .dot-and-step-no .step-no h2 {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .work-process-wrapper.style-4 .single-process .dot-and-step-no .step-no h2 {
        font-size: 75px;
    }
}

.work-process-wrapper.style-4 .single-process .process-content {
    max-width: 312px;
    width: 100%;
}

@media (max-width: 1199px) {
    .work-process-wrapper.style-4 .single-process .process-content {
        max-width: 280px;
    }
}

.work-process-wrapper.style-4 .single-process .process-content h3 {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .work-process-wrapper.style-4 .single-process .process-content h3 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .work-process-wrapper.style-4 .single-process .process-content h3 {
        font-size: 27px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .work-process-wrapper.style-4 .single-process .process-content h3 {
        font-size: 25px;
    }
}

.work-process-wrapper.style-4 .single-process .process-content p {
    color: rgba(var(--header), 0.5);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: left;
}

.work-process-wrapper.style-4 .single-process:hover .dot-and-step-no .step-no h2 {
    -webkit-text-stroke: 1px var(--theme);
}

.feature-wrapper {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .feature-wrapper {
        margin-bottom: 0;
    }
}

.feature-wrapper .feature-content {
    background-color: var(--white);
    border-radius: 26px;
    box-shadow: 0px 20px 24px -4px rgba(45, 54, 67, 0.04), 0px 8px 11px -4px rgba(45, 54, 67, 0.04);
    padding: 60px 50px 30px;
    margin-right: -165%;
    position: relative;
    margin-top: 12px;
}

@media (max-width: 1199px) {
    .feature-wrapper .feature-content {
        margin-right: -50%;
    }
}

@media (max-width: 991px) {
    .feature-wrapper .feature-content {
        margin-right: 0;
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.feature-wrapper .feature-content .price-shape {
    position: absolute;
    right: 1%;
    bottom: -39%;
}

@media (max-width: 991px) {
    .feature-wrapper .feature-content .price-shape {
        display: none;
    }
}

.feature-wrapper .featur-image img {
    width: 100%;
    height: 100%;
    border-radius: 21px;
}

.key-feature-wrapper {
    margin-bottom: -75px;
}

@media (max-width: 1199px) {
    .key-feature-wrapper {
        margin-bottom: -170px;
    }
}

@media (max-width: 991px) {
    .key-feature-wrapper {
        margin-bottom: -150px;
    }
}

.key-feature-wrapper .key-feature-image {
    position: relative;
}

.key-feature-wrapper .key-feature-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.key-feature-wrapper .key-feature-image .shape-1 {
    position: absolute;
    left: -12%;
    top: -12%;
}

@media (max-width: 1199px) {
    .key-feature-wrapper .key-feature-image .shape-1 {
        display: none;
    }
}

.key-feature-wrapper .key-feature-image .shape-2 {
    position: absolute;
    right: -11%;
    bottom: -11%;
}

@media (max-width: 1199px) {
    .key-feature-wrapper .key-feature-image .shape-2 {
        display: none;
    }
}

.key-feature-wrapper .key-feature-area {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .key-feature-wrapper .key-feature-area {
        margin-left: 0;
    }
}

.key-feature-wrapper .key-feature-area h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.key-feature-wrapper .key-feature-area .key-feature-items {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.key-feature-wrapper .key-feature-area .key-feature-items .number {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 100px;
    background-color: #E5E8FF;
    color: var(--theme);
}

.key-feature-wrapper .key-feature-area .key-feature-items .content {
    flex-basis: 80%;
}

.key-feature-wrapper .key-feature-area .key-feature-items .content p {
    border-bottom: 1px solid #D8DFE9;
    padding-bottom: 22px;
    margin-bottom: 10px;
}

.work-process-wrapper.style-1 {
    position: relative;
}

.work-process-wrapper.style-1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 15px;
    left: 0;
    background: #F8D7C4;
    z-index: 1;
}

@media (max-width: 1199px) {
    .work-process-wrapper.style-1:before {
        display: none;
    }
}

.work-process-wrapper.style-1 .element-shape {
    position: absolute;
    top: 10px;
    right: 0px;
}

@media (max-width: 1199px) {
    .work-process-wrapper.style-1 .element-shape {
        display: none;
    }
}

.footer-widgets-wrapper {
    padding: 20px 80px 0px 0;
    /*background-color: var(--white);*/
    /*border-radius: 20px 20px 0 0;*/
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper {
        padding: 20px 20px 0px;
    }
}

.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    position: relative;
    font-weight: bold;
    color: var(--header);
    font-size: 24px;
    display: inline-block;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3:before {
    position: absolute;
    content: "";
    top: 40px;
    left: 15px;
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, #B5BFFF 27.14%, #FFF 100%);
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3:after {
    position: absolute;
    content: "";
    top: 40px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: linear-gradient(90deg, #B5BFFF 27.14%, #FFF 100%);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 30px;
    gap: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
        margin-top: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(222, 226, 253, 0.8);
    background-color: transparent;
    color: var(--theme);
    border-radius: 50%;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    font-size: 18px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
    margin-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
    color: var(--theme);
}

.footer-contact-info {
    padding: 0 0 20px 0px;
    display: flex;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    color: #ffffff;
}

@media (max-width: 1199px) {
    .footer-contact-info {
        padding: 20px 20px;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.footer-contact-info .icon-items {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .footer-contact-info .icon-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer-contact-info .icon-items {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.footer-contact-info .icon-items .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #DEE2FD;
    color: var(--theme);
}

.footer-contact-info .icon-items h5 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: initial;
}

.footer-contact-info .icon-items h5 a {
    color: #ffffff;
    font-size: 14px;
}

.footer-contact-info .icon-items h5 a:hover {
    color: var(--theme);
}

.footer-cta-content {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

.footer-cta-content h2 {
    font-size: 42px;
    color: var(--white);
    margin-bottom: 15px;
}

.footer-cta-content p {
    font-size: 19px;
    color: var(--white);
}

.footer-cta-content .project-button {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 767px) {
    .footer-cta-content .project-button {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.footer-cta-content .project-button .theme-btn {
    background-color: var(--white);
    color: var(--header);
}

.footer-cta-content .project-button .theme-btn::before {
    background-color: var(--theme);
}

.footer-cta-content .project-button .theme-btn:hover {
    color: var(--white);
}

.footer-cta-content .project-button .theme-btn.style-2 {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    padding: 20px 40px;
}

.footer-cta-content .project-button .theme-btn.style-2:hover {
    border: 1px solid var(--theme);
}

.footer-section .container-fluid {
    padding: 0 280px;
}

@media (max-width: 1899px) {
    .footer-section .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 1600px) {
    .footer-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .footer-section .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .footer-section .container-fluid {
        padding: 0 20px;
    }
}

.footer-bottom {
    background: #EDF0FF;
    padding: 30px 0;
}

.footer-bottom .footer-bottom-wrapper p {
    color: var(--header);
}

.footer-bottom .footer-bottom-wrapper p a {
    color: var(--theme);
}

.footer-info-contact-2 {
    padding: 80px 0 40px;
    border-bottom: 1px solid transparent;
    -o-border-image: linear-gradient(90deg, rgba(11, 38, 39, 0.3) 0%, rgba(12, 106, 87, 0.3) 46.5%, rgba(11, 29, 33, 0.3) 100%);
    border-image: linear-gradient(90deg, rgba(11, 38, 39, 0.3) 0%, rgba(12, 106, 87, 0.3) 46.5%, rgba(11, 29, 33, 0.3) 100%);
    border-bottom: 1px solid transparent;
    border-image-slice: 1;
}

@media (min-width: 1400px) {
    .footer-info-contact-2 .container {
        max-width: 1360px;
    }
}

.footer-info-contact-2 .footer-logo p {
    color: #CDD5D7;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    margin-top: 30px;
}

.footer-info-contact-2 .icon-items {
    display: flex;
    gap: 20px;
}

.footer-info-contact-2 .icon-items span {
    color: #CDD5D7;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
}

.footer-info-contact-2 .icon-items h4 {
    font-size: 20px;
    font-weight: 500;
}

.footer-info-contact-2 .icon-items h4 a {
    color: #CDD5D7;
}

.footer-info-contact-2 .icon-items h4 a:hover {
    color: var(--theme2);
}

.footer-info-contact-3 {
    -o-border-image: linear-gradient(90deg, rgba(26, 28, 31, 0.3) 0%, rgba(100, 109, 122, 0.3) 50.5%, rgba(26, 28, 31, 0.3) 100%);
    border-image: linear-gradient(90deg, rgba(26, 28, 31, 0.3) 0%, rgba(100, 109, 122, 0.3) 50.5%, rgba(26, 28, 31, 0.3) 100%);
    border-top: 1px solid transparent;
    border-image-slice: 1;
    padding: 60px 0;
}

.footer-info-contact-3 .footer-contact-items .icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-info-contact-3 .footer-contact-items .icon i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px 0px;
    background: #26292E;
    color: var(--theme3);
}

.footer-info-contact-3 .footer-contact-items .icon p {
    color: #969696;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
}

.footer-info-contact-3 .footer-contact-items .content {
    margin-top: 20px;
}

.footer-info-contact-3 .footer-contact-items .content h5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: initial;
    color: #FAFAFA;
}

.footer-info-contact-3 .footer-contact-items .content h5 a {
    color: #FAFAFA;
}

.footer-info-contact-3 .footer-contact-items .content h5 a:hover {
    color: var(--theme3);
}

.footer-info-contact-3 .footer-contact-items.style-2 {
    margin-top: 45px;
}

.footer-info-contact-3 .footer-contact-items h4 {
    font-size: 20px;
    font-weight: 400;
    color: #F5F5F5;
}

.footer-info-contact-3 .footer-contact-items .footer-input {
    position: relative;
    margin-top: 20px;
}

.footer-info-contact-3 .footer-contact-items .footer-input input {
    border-radius: 8px;
    background: #26292E;
    border: none;
    outline: none;
    padding: 18px 20px;
    width: 100%;
    border-radius: 8px;
    color: #ACACAC;
    font-weight: 400;
}

.footer-info-contact-3 .footer-contact-items .footer-input input::-moz-placeholder {
    color: #ACACAC;
}

.footer-info-contact-3 .footer-contact-items .footer-input input::placeholder {
    color: #ACACAC;
}

.footer-info-contact-3 .footer-contact-items .footer-input .newsletter-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 55px;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
    color: var(--theme3);
    bottom: 5px;
}

.footer-info-contact-3 .footer-contact-items .footer-input .newsletter-btn i {
    font-size: 24px;
}

.footer-widgets-wrapper-2 {
    padding: 10px 0 40px;
}

@media (min-width: 1400px) {
    .footer-widgets-wrapper-2 .container {
        max-width: 1360px;
    }
}

.footer-widgets-wrapper-2 .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper-2 .single-footer-widget .widget-head {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-2 .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper-2 .single-footer-widget .widget-head h3 {
    font-weight: 600;
    color: #FFFBF9;
    font-size: 24px;
    display: inline-block;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .icon-items .icon {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .icon-items .icon span {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #CDD5D7;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .icon-items h4 {
    color: #CDD5D7;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .icon-items h4 a {
    color: #CDD5D7;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .icon-items h4 a:hover {
    color: var(--theme2);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content h3 {
    font-weight: 600;
    color: var(--white);
    margin-top: 50px;
    margin-bottom: 20px;
}

.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 {
    background: var(--white);
    border: none;
    outline: none;
    padding: 18px 20px;
    width: 100%;
    border-radius: 8px;
    color: var(--text);
    font-weight: 400;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::-moz-placeholder {
    color: var(--text);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::placeholder {
    color: var(--text);
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .newsletter-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 55px;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
    color: var(--theme2);
    bottom: 5px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .newsletter-btn i {
    font-size: 24px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .from-customradio {
    margin-top: 20px;
}

.footer-widgets-wrapper-2 .single-footer-widget .footer-content .from-customradio .form-check-label {
    font-size: 14px;
    text-transform: capitalize;
    color: #CDD5D7;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-weight: 500;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li a {
    color: #CDD5D7;
    position: relative;
    padding-left: 20px;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li a::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 6px;
    background-color: #09493C;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li a i {
    padding-left: 12px;
    opacity: 0;
    visibility: 0;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li:hover a {
    color: var(--theme2);
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li:hover a::before {
    background-color: var(--theme2);
}

.footer-widgets-wrapper-2 .single-footer-widget .list-area li:hover a i {
    opacity: 1;
    visibility: visible;
}

.footer-widgets-wrapper-3 {
    padding: 30px 0 60px;
}

.footer-widgets-wrapper-3 .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper-3 .single-footer-widget .widget-head {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-3 .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper-3 .single-footer-widget .widget-head h3 {
    font-weight: 700;
    color: var(--white);
    font-size: 22px;
    display: inline-block;
}

.footer-widgets-wrapper-3 .single-footer-widget .footer-content p {
    color: #969696;
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area li a {
    color: #969696;
    position: relative;
    padding-left: 20px;
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area li a::before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "\f0da";
    transition: all 0.4s ease-in-out;
    font-family: "Font Awesome 6 Pro";
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area li:hover a {
    color: var(--theme3);
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area li:hover a::before {
    color: var(--theme3);
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area-2 li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area-2 li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area-2 li a {
    color: #969696;
    position: relative;
}

.footer-widgets-wrapper-3 .single-footer-widget .list-area-2 li:hover a {
    color: var(--theme3);
}

.footer-widgets-wrapper-3.style-2 {
    padding: 40px 0 70px;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .widget-head {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-3.style-2 .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .widget-head h3 {
    position: relative;
    font-weight: 700;
    color: var(--white);
    font-size: 24px;
    display: inline-block;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .widget-head h3::before {
    position: absolute;
    content: "";
    bottom: -18px;
    left: 2;
    width: 82px;
    height: 1px;
    background: linear-gradient(90deg, rgba(97, 92, 246, 0.8) -7.86%, rgba(22, 22, 22, 0.8) 95.71%);
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content p {
    color: #AAA;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content .social-icon {
    margin-top: 30px;
    gap: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content .social-icon {
        margin-top: 20px;
    }
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content .social-icon a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 8px;
    background: #262626;
    color: var(--white);
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme4);
    color: var(--white);
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li a {
    color: #AAA;
    padding-left: 0;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li a::before {
    display: none;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li:hover a {
    color: var(--theme4);
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li:hover a::before {
    color: var(--theme4);
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area-2 li {
    font-size: 15px;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area-2 li a {
    color: #AAA;
}

.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area-2 li:hover a {
    color: var(--theme4);
}

.footer-contact-main-items {
    padding: 60px 0;
    border-bottom: 1px solid rgba(39, 39, 39, 0.4);
}

.footer-contact-main-items .footer-info-contact-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-contact-main-items .footer-info-contact-4 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.footer-contact-main-items .footer-info-contact-4 .footer-contact-items .icon {
    display: flex;
    align-items: center;
    align-items: start;
    gap: 10px;
}

.footer-contact-main-items .footer-info-contact-4 .footer-contact-items .icon i, .footer-contact-main-items .footer-info-contact-4 .footer-contact-items .icon svg {
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
    background: #262626;
    color: var(--theme4);
}

.footer-contact-main-items .footer-info-contact-4 .footer-contact-items .icon p {
    color: #AAAAAA;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
}

.footer-contact-main-items .footer-info-contact-4 .footer-contact-items .content {
    margin-top: 5px;
}

.footer-contact-main-items .footer-info-contact-4 .footer-contact-items .content h5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: initial;
    color: var(--white);
    margin-top: 8px;
}

@media (max-width: 1899px) {
    .footer-contact-main-items .footer-info-contact-4 .footer-contact-items .content h5 {
        margin-top: 5px;
    }
}

.footer-contact-main-items .footer-info-contact-4 .footer-contact-items .content h5 a {
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.footer-contact-main-items .footer-info-contact-4 .footer-contact-items .content h5 a:hover {
    color: var(--theme);
}

.footer-bottom-2 {
    -o-border-image: linear-gradient(90deg, rgba(11, 38, 39, 0.3) 0%, rgba(12, 106, 87, 0.3) 46.5%, rgba(11, 29, 33, 0.3) 100%);
    border-image: linear-gradient(90deg, rgba(11, 38, 39, 0.3) 0%, rgba(12, 106, 87, 0.3) 46.5%, rgba(11, 29, 33, 0.3) 100%);
    border-top: 1px solid transparent;
    border-image-slice: 1;
    padding: 30px 0;
}

@media (min-width: 1400px) {
    .footer-bottom-2 .container {
        max-width: 1360px;
    }
}

.footer-bottom-2 .footer-bottom-wrapper-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .footer-bottom-2 .footer-bottom-wrapper-2 {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}

.footer-bottom-2 .footer-bottom-wrapper-2 p {
    color: #CDD5D7;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.footer-bottom-2 .footer-bottom-wrapper-2 p a {
    color: var(--theme2);
}

.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon {
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 767px) {
    .footer-bottom-2 .footer-bottom-wrapper-2 .social-icon {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon li a {
    display: inline-block;
    color: #CDD5D7;
    font-size: 15px;
    font-weight: 400;
}

.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: rgba(37, 141, 120, 0.15);
    text-align: center;
    color: var(--white);
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}

.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon li a:hover {
    color: var(--theme2);
}

.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon li a:hover i {
    background-color: var(--theme2);
    color: var(--white);
}

.footer-bottom-3 {
    padding: 18px 20px;
    border: 1px solid #2E3135;
    border-radius: 10px 0px;
    margin-top: 50px;
    margin-bottom: -30px;
}

.footer-bottom-3 .footer-bottom-wrapper-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer-bottom-3 .footer-bottom-wrapper-3 {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
}

.footer-bottom-3 .footer-bottom-wrapper-3 p {
    color: #CDD5D7;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.footer-bottom-3 .footer-bottom-wrapper-3 p a {
    color: var(--theme3);
}

.footer-bottom-3 .footer-bottom-wrapper-3 .social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom-3 .footer-bottom-wrapper-3 .social-icon a {
    display: inline-block;
    width: 51px;
    height: 37px;
    line-height: 37px;
    background-color: #26292E;
    text-align: center;
    color: var(--white);
    border-radius: 10px 0;
}

.footer-bottom-3 .footer-bottom-wrapper-3 .social-icon a:hover {
    background-color: var(--theme3);
    color: var(--header);
}

.footer-bottom-4 {
    text-align: center;
    background: linear-gradient(180deg, #1E1E1E -17.65%, #161616 100%);
    padding: 30px 0;
}

.footer-bottom-4 p {
    color: #AAA;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.footer-bottom-4 p a {
    color: var(--theme4);
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

@media (max-width: 1399px) {
    .header-main {
        padding: 15px 0;
    }
}

.header-main .main-menu {
    margin-left: 4px;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 40px;
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
    margin-left: 4px;
    font-size: 12px;
}

.header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 117%;
    inset-inline-start: 0;
    min-width: 240px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    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 ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 11;
    font-size: 14px;
    font-weight: 500;
    color: var(--header);
    padding: 12px 25px 12px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li a:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover > a {
    background: var(--theme);
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover > a::after {
    color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover > .submenu {
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu 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 ul li:hover > a {
    color: var(--theme);
}

.header-main .main-menu ul li:hover > a::after {
    color: var(--theme);
}

.header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .header-right .search-icon {
    color: var(--header);
    font-size: 18px;
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--header);
}

.header-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(221, 225, 253, 0.8);
}

.header-1 .container-fluid {
    padding: 0 280px;
}

@media (max-width: 1899px) {
    .header-1 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .header-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .header-1 .container-fluid {
        padding: 0 30px;
    }
}

.header-1 .header-right .header-button {
    gap: 30px;
    display: flex;
    align-items: center;
}

.header-1 .header-right .header-button.style-2 {
    margin: 5px 0;
}

@media (max-width: 1199px) {
    .header-1 .header-right .header-button {
        display: none;
    }
}

.header-1 .header-right .header-button .login-btn {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    color: var(--header);
}

@media (max-width: 1399px) {
    .header-1 .header-right .header-button .login-btn {
        display: none;
    }
}

.header-1 .header-right .header-button .login-btn i {
    margin-right: 10px;
}

.header-1 .header-right .header-button .theme-btn {
    background-color: transparent;
    border: 1px solid #DDE1FD;
    color: var(--header);
}

.header-1 .header-right .header-button .theme-btn::before {
    background-color: var(--theme);
}

.header-1 .header-right .header-button .theme-btn:hover {
    color: var(--white);
}

.header-1 .header-right .header-button .theme-btn.style-2 {
    background-color: #013228;
    color: var(--white);
    padding: 18px 35px;
    font-size: 16px;
}

.header-1 .header-right .header-button .theme-btn.style-2 i {
    transform: rotate(0);
}

.header-1 .header-right .header-button .theme-btn.style-2::before {
    background-color: var(--header);
}

.header-1.header-2 {
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}

.header-1.header-2 .header-main .main-menu ul li a:hover {
    color: var(--theme2) !important;
}

.header-1.header-2 .header-main .main-menu ul li .submenu li a:hover {
    color: var(--white) !important;
}

.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a {
    background: var(--theme2);
    color: var(--white) !important;
}

.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
    color: var(--theme2);
}

.header-1.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    color: var(--theme2);
}

.header-1.header-2 .header-main .main-menu ul li:hover > a {
    color: var(--theme2);
}

.header-1.header-2 .header-main .main-menu ul li:hover > a::after {
    color: var(--theme2);
}

.header-1.header-3 {
    border-bottom: 1px solid #292B2F;
}

.header-1.header-3 .header-logo-2 {
    display: none;
}

.header-1.header-3 .header-main .main-menu ul li a {
    color: var(--white);
    font-family: "Public Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-1.header-3 .header-main .main-menu ul li a:hover {
    color: var(--theme3) !important;
}

.header-1.header-3 .header-main .main-menu ul li .submenu li a {
    color: var(--header);
}

.header-1.header-3 .header-main .main-menu ul li .submenu li a:hover {
    color: var(--white) !important;
}

.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a {
    background: var(--theme3);
    color: var(--header) !important;
}

.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a::after {
    color: var(--theme3);
}

.header-1.header-3 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    color: var(--theme3);
}

.header-1.header-3 .header-main .main-menu ul li:hover > a {
    color: var(--theme3);
}

.header-1.header-3 .header-main .main-menu ul li:hover > a::after {
    color: var(--theme3);
}

.header-1.header-3 .header-button .theme-btn.style-two-button {
    border-radius: 12px 0;
    background-color: var(--theme3);
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
    padding: 6px 22px;
    min-width: 105px;
    height: 40px;
    line-height: 1.8;
}

.header-1.header-3 .header-button .theme-btn::before {
    background-color: var(--theme3) !important;
}

.header-1.header-3 .header-button .theme-btn:hover {
    color: var(--header);
}

.header-1.header-3 .sidebar__toggle {
    cursor: pointer;
}

.header-1.header-3 .sidebar__toggle .header-bar {
    position: relative;
    width: 31px;
    height: 18px;
}

.header-1.header-3 .sidebar__toggle .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
    overflow: hidden;
}

.header-1.header-3 .sidebar__toggle .header-bar span:first-child {
    top: 0;
    background: var(--white);
    left: 0;
    width: 100%;
}

.header-1.header-3 .sidebar__toggle .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white);
    width: 25px;
}

.header-1.header-3 .sidebar__toggle .header-bar span:last-child {
    bottom: 0;
    background: var(--white);
    width: 15px;
}

.header-1.header-3 .sidebar__toggle .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-1.header-3 .sidebar__toggle .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-1.header-3 .sidebar__toggle .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-1.header-3 .sidebar__toggle .header-bar:hover {
    cursor: pointer;
}

.header-1.header-4 {
    z-index: 99;
    border-bottom: 1px solid #EEE3FA;
}

.header-1.header-4 .container-fluid {
    padding: 0 150px;
}

@media (max-width: 1899px) {
    .header-1.header-4 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .header-1.header-4 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-4 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .header-1.header-4 .container-fluid {
        padding: 0 30px;
    }
}

.header-1.header-4 .header-main .main-menu ul li a {
    color: var(--header);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.header-1.header-4 .header-main .main-menu ul li a:hover {
    color: var(--theme4) !important;
}

.header-1.header-4 .header-main .main-menu ul li .submenu li a:hover {
    color: var(--white) !important;
}

.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a {
    background: var(--theme4);
    color: var(--white) !important;
}

.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a::after {
    color: var(--theme4);
}

.header-1.header-4 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    color: var(--theme4);
}

.header-1.header-4 .header-main .main-menu ul li:hover > a {
    color: var(--theme4);
}

.header-1.header-4 .header-main .main-menu ul li:hover > a::after {
    color: var(--theme4);
}

.header-1.header-4 .header-button .theme-btn {
    border-radius: 6px;
    font-size: 15px;
    background-color: var(--header);
    border: none;
    color: var(--white);
    font-family: "Poppins", sans-serif;
    padding: 16px 18px;
    min-width: 143px;
    max-height: 48px;
}

.header-1.header-4 .header-button .theme-btn::before {
    background-color: var(--theme4);
}

.header-1.header-4 .header-contact-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1399px) {
    .header-1.header-4 .header-contact-items {
        display: none;
    }
}

.header-1.header-4 .header-contact-items .icon {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: rgba(22, 22, 22, 0.1);
    line-height: 35px;
    text-align: center;
}

.header-1.header-4 .header-contact-items .content p {
    font-size: 12px;
    font-weight: 600;
    color: var(--text3);
    font-family: "Public Sans", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header-1.header-4 .header-contact-items .content h5 {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
}

.header-1.header-4 .sidebar__toggle {
    cursor: pointer;
}

.header-1.header-4 .sidebar__toggle .header-bar {
    position: relative;
    width: 21px;
    height: 17px;
}

.header-1.header-4 .sidebar__toggle .header-bar span {
    position: absolute;
    width: 100%;
    height: 3px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--header);
    overflow: hidden;
}

.header-1.header-4 .sidebar__toggle .header-bar span:first-child {
    top: 0;
    background: var(--header);
    left: 0;
    width: 100%;
}

.header-1.header-4 .sidebar__toggle .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--header);
    width: 16px;
}

.header-1.header-4 .sidebar__toggle .header-bar span:last-child {
    bottom: 0;
    background: var(--header);
    width: 10px;
}

.header-1.header-4 .sidebar__toggle .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-1.header-4 .sidebar__toggle .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-1.header-4 .sidebar__toggle .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-1.header-4 .sidebar__toggle .header-bar:hover {
    cursor: pointer;
}

.header-1.inner-style {
    position: relative;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: var(--white);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: var(--box-shadow);
}

.sticky.header-1.header-3 {
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}

.sticky.header-1.header-3 .header-logo-2 {
    display: block;
}

.sticky.header-1.header-3 .header-logo {
    display: none;
}

.sticky.header-1.header-3 .header-main .main-menu ul li .submenu {
    top: 115%;
}

.sticky.header-1.header-3 .header-main .main-menu ul li a {
    color: var(--header);
}

.sticky.header-1.header-3 .header-main .main-menu ul li a:hover {
    color: var(--theme3) !important;
}

.sticky.header-1.header-3 .header-button .theme-btn::before {
    background-color: var(--theme3) !important;
}

.sticky.header-1.header-3 .header-button .theme-btn:hover {
    color: var(--header);
}

.sticky.header-1.header-3 .sidebar__toggle .header-bar span {
    background: var(--header);
}

.sticky.header-1.header-3 .sidebar__toggle .header-bar span:first-child {
    background: var(--header);
}

.sticky.header-1.header-3 .sidebar__toggle .header-bar span:nth-child(2) {
    background: var(--header);
}

.sticky.header-1.header-3 .sidebar__toggle .header-bar span:last-child {
    background: var(--header);
}

.offcanvas__info {
    background: var(--bg) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    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: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.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: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 15px;
}

.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(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 18px 40px;
    text-transform: capitalize !important;
    color: var(--white);
    background-color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
    margin-left: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn::before {
    background-color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn:hover {
    background-color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.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(--text);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    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;
    overflow: hidden;
    z-index: 9;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(0deg, rgba(30, 47, 192, 0.94) 0%, rgba(15, 23, 91, 0.94) 96.97%);
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 100px 0 100px;
    z-index: 9;
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 56px;
    position: relative;
    z-index: 9;
    font-weight: 700;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 40px;
    }
}

.breadcrumb-wrapper .page-heading h2 {
    color: var(--white);
    font-size: 34px;
    position: relative;
    z-index: 9;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
    letter-spacing: 4px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 425px;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-main-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items {
    display: inline-flex;
    padding: 10px 30px;
    align-items: center;
    gap: 10px;
    background-color: var(--white);
    border-radius: 32px;
    margin-bottom: -80px;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items {
        margin-bottom: 0;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li {
    color: var(--theme);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li a {
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li a:hover {
    color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li i {
    color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-text-items {
    text-align: center;
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-text-items .icon {
    cursor: pointer;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid var(--theme3);
    color: var(--theme3);
    border-radius: 50%;
    margin: 0 auto 40px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-text-items p {
    letter-spacing: 0.6px;
    color: var(--white);
    max-width: 435px;
    margin: 0 auto;
    text-align: left;
}

.error-content {
    max-width: 810px;
    text-align: center;
    margin: 0 auto;
}

.error-content h1 {
    font-size: 46px;
    color: #49515B;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .error-content h1 {
        font-size: 38px;
    }
}

.error-content .error-image img {
    width: 100%;
    height: 100%;
}

.error-content p {
    font-size: 18px;
    margin-top: 20px;
}

.error-content .error-button {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 1199px) {
    .error-content .error-button {
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

.error-content .error-button .theme-btn.style-2 {
    background-color: transparent;
    color: var(--header);
    border: 1px solid var(--header);
}

.error-content .error-button .theme-btn.style-2:hover {
    color: var(--white);
}

::-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;
}

.ripple {
    position: relative;
}

.ripple::before, .ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(49, 71, 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 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    transition: 0.6s;
    background-color: var(--white);
    opacity: 1;
    border-radius: 6px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 12px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--white);
    content: "";
}

.array-button {
    display: flex;
    align-items: center;
    gap: 14px;
}

.array-button .array-prev, .array-button .array-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.array-button .array-prev,
.array-button .array-next {
    background-color: var(--white);
    color: var(--header);
    box-shadow: 0px 2px 4px 0px rgba(45, 54, 67, 0.08), 0px 1px 2px 0px rgba(45, 54, 67, 0.04);
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
}

.array-button.style-2 .array-prev, .array-button.style-2 .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.array-button.style-2 .array-prev svg path {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.array-button.style-2 .array-prev:hover {
    background-color: var(--theme3);
    color: var(--header);
}

.array-button.style-2 .array-prev:hover svg path {
    fill: var(--header);
}

.array-button.style-2 .array-next {
    background-color: var(--white);
    color: var(--header);
}

.array-button.style-2 .array-next svg path {
    fill: #C0C0C0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.array-button.style-2 .array-next:hover {
    background-color: var(--theme3);
    color: var(--header);
}

.array-button.style-2 .array-next:hover svg path {
    fill: var(--header);
}

@media (max-width: 767px) {
    br {
        display: none;
    }
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.nice-select {
    background-color: transparent;
    border: transparent;
    float: initial;
    overflow: initial;
    height: initial;
    padding: 0;
    display: inline-flex;
    align-items: center;
    line-height: 150%;
    width: 100%;
    border: none;
}

.nice-select:focus, .nice-select:hover {
    border-color: transparent;
}

.nice-select::after {
    height: 8px;
    width: 8px;
    right: -25px;
    top: 15px;
    border-color: var(--header);
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
}

.nice-select .list {
    width: initial;
    background-color: var(--theme);
    box-shadow: none;
    overflow: initial;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width: 100%;
    top: 100%;
    padding: 0;
    max-height: 50vh;
    overflow-x: auto;
    right: -50px;
}

.nice-select .list::-webkit-scrollbar {
    width: 2px;
    opacity: 1;
    display: block;
}

.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
    background: var(--header);
}

.nice-select .option {
    background-color: transparent;
    font-size: 16px;
    line-height: 150%;
    padding: 4px 5px;
    min-height: initial;
    font-weight: 500;
}

.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
    background-color: transparent;
}

.nice-select .current {
    font-weight: 500;
    color: var(--header);
}

.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 6 free";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--theme);
    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(--theme);
    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);
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--white);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid #EDEDED;
    color: #3F4B58;
    border-radius: 50%;
}

.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.icon {
    border: none;
    background-color: transparent;
    color: var(--theme);
}

.page-nav-wrap ul li .page-numbers.icon:hover {
    border: none;
    background-color: transparent;
    color: var(--theme);
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme2);
    color: var(--white);
    border: 1px solid transparent;
}

.custom-text {
    color: #C2C2C2 !important;
}

.theme-color-4 {
    color: var(--theme4);
}

.bg-header-color {
    background: var(--header);
}

.bg-color-3 {
    background: var(--bg3);
}

.bg-color-4 {
    background: var(--bg4);
}

.bg-color-5 {
    background: var(--bg5);
}

.linear-bg-1 {
    background: linear-gradient(180deg, #DECFF6 0%, #EEE4FF 100%);
}

@media (min-width: 1400px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }

    .gx-65 {
        --bs-gutter-x: 65px;
    }
}

.mxw-220 {
    max-width: 220px !important;
}

.mxw-316 {
    max-width: 316px !important;
}

.mxw-470 {
    max-width: 470px !important;
}

.mxw-670 {
    max-width: 670px;
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: transparent;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    font-family: "Public Sans", sans-serif;
    border: none;
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
}

.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);
    border: none;
}

.page-nav-wrap ul li .page-numbers.active {
    background-color: var(--theme);
    color: var(--white);
    border: none;
}

.custom-container {
    max-width: 1361px;
    margin: 0 auto;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-78 {
    margin-bottom: 78px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.rating-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rating-area .review span {
    color: #DFDFDF;
    font-family: var(--font-unbounded);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.rating-area .review svg {
    fill: var(--white-color);
}

.rating-area .rating .star {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    margin-bottom: 5px;
}

.rating-area .rating .star li i {
    color: #E62415;
    font-size: 14px;
}

.rating-area .rating span {
    color: #DFDFDF;
    font-family: var(--font-unbounded);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.rating-area.dark .review span {
    color: var(--title-color);
}

.rating-area.dark .review svg {
    fill: var(--title-color);
}

.rating-area.dark .rating span {
    color: var(--title-color);
}


.hero-1 {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.hero-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;

}

.hero-1 .page-heading {
    position: relative;
    padding: 80px 0 140px;
    z-index: 9;
}

.hero-1 .hero-content {
    max-width: 970px;
    text-align: center;
    margin: 0 auto;
}

.hero-1 .hero-content span {
    /*color: var(--theme);*/
}

@media (max-width: 1199px) {
    .hero-1 .hero-content h1 {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 35px;
    }
}

.hero-1 .hero-content p {
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    color: #ffffff;
    line-height: 189%;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content p {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content p {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content p {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content p {
        font-size: 20px;
    }
}

.hero-1 .hero-content .review-box {
    max-width: 730px;
    text-align: center;
    margin: 40px auto 70px;
    border-radius: 65px;
    border: 1px solid #FBFAFF;
    background: rgba(252, 251, 255, 0.8);
    padding: 18px 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content .review-box {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: start;
        margin: 30px auto 40px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content .review-box {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
}

.hero-1 .hero-content .review-box li i {
    color: #1BB121;
    margin-right: 5px;
}

.hero-1 .hero-content .review-box li span {
    font-size: 16px;
    color: #7C828D;
    font-family: "Public Sans", sans-serif;
}

.hero-1 .hero-content .review-box li span b {
    font-weight: 600;
    color: #082950;
    text-decoration: underline;
}

.hero-1 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content .hero-button {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.hero-1 .hero-content .hero-button .theme-btn {
    border: 1px solid transparent;
}

.hero-1 .hero-content .hero-button .theme-btn.style-2 {
    border: 1px solid var(--header);
    background-color: transparent;
    color: var(--header);
}

.hero-1 .hero-content .hero-button .theme-btn.style-2 i {
    transform: rotate(0);
}

.hero-1 .hero-content .hero-button .theme-btn.style-2::before {
    background-color: var(--theme);
}

.hero-1 .hero-content .hero-button .theme-btn.style-2:hover {
    color: var(--white);
    border: 1px solid var(--theme);
}

.dashboard-image {
    max-width: 1273px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.dashboard-image img {
    width: 100%;
    height: 100%;
}

.dashboard-image .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    line-height: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: var(--theme);
    font-size: 22px;
}

.dashboard-section {
    position: relative;
    z-index: 2;
}

.dashboard-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: url("../../assets/img/dashboard-bg.jpg");
    z-index: -1;
    top: 37%;
    height: initial;
}

.hero-2 {
    padding: 210px 0 170px;
}

.hero-2 .hero-content .hero-sub {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--theme2);
    background: linear-gradient(90deg, #FFF8F3 -1.7%, #FFEEE2 48.89%, #FFF8F3 102.61%);
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .hero-2 .hero-content .hero-sub {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1.4px;
        padding: 7px 15px;
    }
}

.hero-2 .hero-content p {
    font-family: "Inter", sans-serif;
    margin-top: 25px;
    color: var(--text2);
}

@media (max-width: 1899px) {
    .hero-2 .hero-content h1 {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content h1 {
        font-size: 54px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 470px) {
    .hero-2 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-2 .hero-content .hero-button {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 36px;
}

@media (max-width: 1199px) {
    .hero-2 .hero-content .hero-button {
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 40px;
    }
}

.hero-2 .hero-content .hero-button .client-img {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-2 .hero-content .hero-button .client-img .star {
    color: #F8BF39;
}

.hero-2 .hero-content .hero-button .client-img .star span {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--text2);
}

.hero-2 .hero-image {
    margin-right: -385px;
    margin-left: 50px;
    position: relative;
}

@media (max-width: 1600px) {
    .hero-2 .hero-image {
        margin-right: -160px;
        margin-left: 0;
    }
}

@media (max-width: 1399px) {
    .hero-2 .hero-image {
        margin-right: -109px;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-image {
        margin-right: 0;
    }
}

.hero-2 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-2 .hero-image .video-img {
    position: absolute;
    bottom: -50px;
    left: 20%;
}

.hero-2 .hero-image .video-img .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-3 {
    position: relative;
    padding: 210px 0 110px;
}

.hero-3 .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.hero-3 .social-list {
    display: flex;
    gap: 17px;
    transform: rotate(89.889deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -10%;
    z-index: 5;
}

.hero-3 .social-list a i {
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #2B2D30;
    border-radius: 50%;
    transform: rotate(-90deg);
    transition: all 0.4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.hero-3 .social-list a:hover i, .hero-3 .social-list a.active i {
    opacity: 1;
    visibility: visible;
    color: #F8BF39;
}

@media (max-width: 1600px) {
    .hero-3 .social-list {
        display: none;
    }
}

.hero-3 .social-list li {
    font-size: 15px;
    font-weight: 400;
}

.hero-3 .social-list li a {
    color: rgba(255, 255, 255, 0.2);
}

.hero-3 .hero-content {
    position: relative;
    z-index: 5;
}

.hero-3 .hero-content h6 {
    border-radius: 46px;
    background: #282A2C;
    padding: 14px 20px;
    color: var(--white);
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .hero-3 .hero-content h6 {
        letter-spacing: 0;
    }
}

.hero-3 .hero-content h1 {
    font-size: 70px;
    font-weight: 800;
    color: var(--white);
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 30px;
    }
}

.hero-3 .hero-content h1 span {
    color: var(--theme3);
}

.hero-3 .hero-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .hero-3 .hero-content p {
        margin-top: 25px;
    }
}

.hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content .hero-button {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 30px;
    }
}

.hero-3 .hero-content .hero-button .circle-button {
    width: 116px;
    height: 116px;
    background-color: #2B2D30;
    display: inline-block;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #BC9FF8;
    text-align: center;
    letter-spacing: 0.9px;
    line-height: 120%;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content .hero-button .circle-button br {
        display: none;
    }
}

.hero-3 .hero-content .hero-button .circle-button i {
    transform: rotate(-40deg);
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hero-3 .hero-content .hero-button .circle-button i {
        display: block;
    }
}

.hero-3 .hero-image-items {
    margin-right: -30px;
    position: relative;
    z-index: 5;
}

@media (max-width: 1199px) {
    .hero-3 .hero-image-items {
        margin-right: 0;
    }
}

.hero-3 .hero-image-items .video-img {
    position: absolute;
    top: 20px;
    right: 10%;
}

.hero-3 .hero-image-items .video-img .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-3 .hero-image {
    position: relative;
}

.hero-3 .hero-image .like-icon,
.hero-3 .hero-image .love-icon {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.hero-3 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-3 .hero-image .value-shape {
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0;
}

.hero-3 .hero-image .value-shape img {
    width: initial;
    height: initial;
}

.hero-3 .hero-image .growth-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .hero-3 .hero-image .growth-shape {
        position: absolute;
        top: 33px;
        left: 0;
        right: 0;
    }
}

.hero-3 .hero-image .growth-shape img {
    width: initial;
    height: initial;
}

.hero-3 .hero-image.style-2 {
    margin-top: 25px;
}

.hero-3 .hero-image .client-shape {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
}

@media (max-width: 767px) {
    .hero-3 .hero-image .client-shape {
        top: 15px;
    }
}

.hero-3 .hero-image .client-shape img {
    width: initial;
    height: initial;
}

.hero-4 {
    padding: 210px 0 0;
    position: relative;
}

.hero-4 .shape1 {
    position: absolute;
    top: 250px;
    right: 200px;
    z-index: 3;
}

@media (max-width: 1899px) {
    .hero-4 .shape1 {
        display: none;
    }
}

.hero-4 .shape2 {
    position: absolute;
    top: 354px;
    right: 212px;
    z-index: 1;
    opacity: 0.2;
}

@media (max-width: 1899px) {
    .hero-4 .shape2 {
        display: none;
    }
}

.hero-4 .hero-thumb-wrapper .container {
    max-width: 1525px;
}

.hero-4 .hero-thumb-wrapper .hero-thumb {
    margin-top: 70px;
    position: relative;
}

.hero-4 .hero-thumb-wrapper .hero-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(143, 143, 143, 0) 0%, rgba(97, 92, 246, 0.8) 95.61%);
    border-radius: 40px;
}

.hero-4 .hero-thumb-wrapper .hero-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.hero-4 .video-img {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 5;
}

@media (max-width: 767px) {
    .hero-4 .video-img {
        margin-top: 30px;
    }
}

.hero-4 .video-img img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hero-4 .video-img .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hero-4 .video-img .video-btn img {
    width: 36px;
    height: 36px;
}

.fancy-box.style1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 8px 13px 30px;
    background-color: var(--white);
    max-width: 240px;
    filter: drop-shadow(0px 2px 4px rgba(45, 54, 67, 0.06)) drop-shadow(0px 4px 8px rgba(45, 54, 67, 0.08));
    border-radius: 50px 90px 90px 0px;
    -webkit-border-radius: 50px 90px 90px 0px;
    -moz-border-radius: 50px 90px 90px 0px;
    -ms-border-radius: 50px 90px 90px 0px;
    -o-border-radius: 50px 90px 90px 0px;
}

.fancy-box.style1 .item .title {
    color: var(--bg2);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.fancy-box.style1 .item .text {
    color: var(--bg2);
    text-align: center;
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
}

.fancy-box.style1 .item img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fancy-box.style2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 40px 16px 50px;
    gap: 12px;
    background-color: var(--white);
    max-width: 250px;
    filter: drop-shadow(0px 2px 4px rgba(45, 54, 67, 0.06)) drop-shadow(0px 4px 8px rgba(45, 54, 67, 0.08));
    border-radius: 0px 0px 0px 40px;
    -webkit-border-radius: 0px 0px 0px 40px;
    -moz-border-radius: 0px 0px 0px 40px;
    -ms-border-radius: 0px 0px 0px 40px;
    -o-border-radius: 0px 0px 0px 40px;
}

.fancy-box.style2 .item .title {
    color: var(--bg2);
    font-family: "Public Sans", sans-serif;
    text-align: start;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
}

.fancy-box.style2 .item .text {
    color: var(--bg2);
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.fancy-box.style2 .item img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fancy-box.style3 {
    padding: 17px 15px 5px 50px;
    gap: 12px;
    background-color: var(--white);
    max-width: 250px;
    filter: drop-shadow(0px 2px 4px rgba(45, 54, 67, 0.06)) drop-shadow(0px 4px 8px rgba(45, 54, 67, 0.08));
    border-radius: 0px 0px 0px 40px;
    -webkit-border-radius: 0px 0px 0px 40px;
    -moz-border-radius: 0px 0px 0px 40px;
    -ms-border-radius: 0px 0px 0px 40px;
    -o-border-radius: 0px 0px 0px 40px;
}

.fancy-box.style3 .item .count {
    color: var(--header);
    text-align: center;
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.fancy-box.style3 .item .plus {
    color: var(--header);
    text-align: center;
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}

.fancy-box.style3 .item .text {
    color: var(--header);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.fancy-box.style3 .item2 {
    display: flex;
    align-items: center;
}

.fancy-box.style3 .item2 .images {
    display: flex;
    gap: 0px;
}

.fancy-box.style3 .item2 .images .child1 {
    margin-left: -16px;
}

.fancy-box.style3 .item2 .images .child2 {
    margin-left: -16px;
}

.fancy-box.style3 .item2 .images .child3 {
    margin-left: -16px;
}

.fancy-box.style3 .item2 .images .child4 {
    margin-left: -16px;
}

.fancy-box.style3 .item2 .images .child5 {
    margin-left: -16px;
}

.fancy-box.style3 .item2 .more-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40.017px;
    border: 3px solid #FFF;
    background: #204AF4;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-left: -16px;
}

.fancy-box.style3 .item2 .more-number .count {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.fancy-box.style3 .item2 .more-number .plus {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.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 a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
    display: flex;
    align-items: center;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.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;
    font-size: 18px;
}

.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;
}

@media (min-width: 1400px) {
    .news-section.style-2 .container {
        max-width: 1360px;
    }
}

.news-box-items {
    border: 1px solid var(--bg4);
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
    padding: 18px;
}

.news-box-items .news-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.news-box-items .news-thumb img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.news-box-items .news-thumb span {
    position: absolute;
    top: 35px;
    left: 0px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    border-radius: 0px 50px 50px 0px;
    background: #082950;
    padding: 10px 18px;
}

.news-box-items .news-content {
    padding: 25px 0px;
}

@media (max-width: 767px) {
    .news-box-items .news-content {
        padding: 25px 0 10px;
    }
}

.news-box-items .news-content .post-date {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.news-box-items .news-content .post-date li {
    font-size: 15px;
    color: var(--text);
}

@media (max-width: 767px) {
    .news-box-items .news-content .post-date li {
        font-size: 14px;
    }
}

.news-box-items .news-content .post-date li a:hover {
    color: var(--theme);
}

.news-box-items .news-content .post-date li i {
    margin-right: 8px;
}

.news-box-items .news-content h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .news-box-items .news-content h3 {
        font-size: 20px;
    }
}

.news-box-items .news-content h3 a:hover {
    color: var(--theme);
}

.news-box-items .news-content .link-btn {
    text-decoration: underline;
}

.news-box-items:hover .news-thumb img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.news-box-items-2 {
    padding: 32px 30px;
    background-color: #F8F8F8;
    border-radius: 16px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .news-box-items-2 {
        padding: 20px;
    }
}

.news-box-items-2 .news-content {
    margin-bottom: 30px;
}

.news-box-items-2 .news-content .post-date {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.news-box-items-2 .news-content .post-date li {
    font-size: 15px;
    color: var(--text);
}

@media (max-width: 767px) {
    .news-box-items-2 .news-content .post-date li {
        font-size: 14px;
    }
}

.news-box-items-2 .news-content .post-date li a:hover {
    color: var(--theme2);
}

.news-box-items-2 .news-content .post-date li i {
    margin-right: 8px;
}

.news-box-items-2 .news-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .news-box-items-2 .news-content h3 {
        font-size: 20px;
    }
}

.news-box-items-2 .news-content h3 a:hover {
    color: var(--theme2);
}

.news-box-items-2 .news-content .link-btn:hover {
    color: var(--theme2);
}

.news-box-items-2 .news-image {
    position: relative;
}

.news-box-items-2 .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.news-box-items-2 .news-image span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    background-color: var(--header);
    color: var(--white);
    font-family: "Inter", sans-serif;
    border-radius: 8px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.news-card-items {
    margin-top: 30px;
    border: 1px solid #E1E1E1;
    border-radius: 20px 0 20px 0;
}

.news-card-items .news-image {
    overflow: hidden;
    border-radius: 20px 0 20px 0;
}

.news-card-items .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 20px 0;
    transition: all 0.4s ease-in-out;
}

.news-card-items .news-content {
    padding: 24px;
}

.news-card-items .news-content h4 {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .news-card-items .news-content h4 {
        font-size: 20px;
    }
}

.news-card-items .news-content h4 a:hover {
    color: var(--theme3);
}

.news-card-items .news-content .post-date {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .news-card-items .news-content .post-date {
        font-size: 14px;
    }
}

.news-card-items .news-content .post-date li {
    color: rgba(63, 68, 75, 0.7);
    font-size: 15px;
}

.news-card-items .news-content .post-date li a {
    color: rgba(63, 68, 75, 0.7);
}

.news-card-items .news-content .post-date li a:hover {
    color: var(--theme3);
}

.news-card-items .news-content .post-date li i {
    margin-right: 5px;
}

.news-card-items .news-content .news-btn {
    margin-top: 10px;
    text-align: right;
}

.news-card-items .news-content .news-btn a {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    text-align: center;
    color: #3B3C40;
    transform: rotate(-40deg);
}

.news-card-items .news-content .news-btn a:hover {
    color: var(--header);
    border: 1px solid var(--theme3);
    background-color: var(--theme3);
}

.news-card-items:hover .news-image img {
    transform: scale(1.1);
}

.news-box-items-4 {
    border: none;
    margin-top: 30px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.news-box-items-4 .news-thumb {
    position: relative;
    overflow: hidden;
}

.news-box-items-4 .news-thumb img {
    transition: 0.5s;
    background-size: cover;
    width: 100%;
}

.news-box-items-4 .news-thumb img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    visibility: hidden;
    height: 100%;
    width: 0;
    transition: 1s;
    overflow: hidden;
}

.news-box-items-4 .news-thumb span {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--white);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.6px;
    background: var(--header);
    padding: 4px 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.news-box-items-4 .news-content .post-date {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.news-box-items-4 .news-content .post-date li {
    color: rgba(63, 68, 75, 0.7);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

@media (max-width: 767px) {
    .news-box-items-4 .news-content .post-date li {
        font-size: 14px;
    }
}

.news-box-items-4 .news-content .post-date li i {
    margin-right: 8px;
}

.news-box-items-4 .news-content h3 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .news-box-items-4 .news-content h3 {
        margin-bottom: 20px;
    }
}

.news-box-items-4 .news-content h3 a {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 767px) {
    .news-box-items-4 .news-content h3 a {
        font-size: 20px;
        line-height: 30px;
    }
}

.news-box-items-4 .news-content h3 a:hover {
    color: var(--theme);
}

.news-box-items-4 .news-content .link-btn {
    display: inline-block;
    text-decoration: underline;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.news-box-items-4 .news-content .link-btn i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    background: var(--header);
    color: var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.news-box-items-4:hover .news-thumb img:nth-child(2) {
    width: 100%;
    visibility: visible;
}

.news-box-items-4:hover .news-content h3 {
    margin-bottom: 20px;
}

.news-box-items-4:hover .news-content h3 a {
    color: var(--theme);
}

.news-box-items-4:hover .news-content .link-btn {
    color: var(--theme);
}

.news-box-items-4:hover .news-content .link-btn i {
    background: var(--theme);
    color: var(--white);
}

.main-sidebar .single-sidebar-widget {
    border-radius: 8px;
    border: 1px solid var(--bg4);
    margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin: 8px;
    border-radius: 8px 8px 0px 0px;
    background: #F7F9FF;
    padding: 15px 25px;
    border-bottom: 1px solid var(--bg4);
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.main-sidebar .single-sidebar-widget .search-widget {
    padding: 40px 25px;
    border-top: 1px solid var(--bg4);
}

.main-sidebar .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    background-color: transparent;
    font-size: 16px;
    padding: 18px 15px;
    width: 100%;
    border: none;
    color: var(--text);
    border-radius: 8px;
    border: 1px solid rgba(49, 71, 255, 0.38);
    line-height: 1;
}

.main-sidebar .single-sidebar-widget .search-widget form input::-moz-placeholder {
    color: var(--text);
}

.main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
    color: var(--text);
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 18px;
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 20px;
    background-color: #1D1D1D;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    border-radius: 8px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    color: var(--text);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: var(--text);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .categories-list {
    padding: 30px 25px;
    border-top: 1px solid var(--bg4);
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single:not(:last-child) {
    margin-bottom: 10px;
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #D9D9D9;
    top: 5px;
    border-radius: 2px;
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area .checkmark::after {
    content: "";
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: -5px;
    left: 5px;
    color: var(--theme);
    font-size: 11px;
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
    display: block;
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color {
    font-weight: 400;
    color: var(--text2);
    font-size: 16px;
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color .star {
    color: #FFA41B;
    margin-right: 5px;
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color-2 {
    font-weight: 500;
    color: var(--text2);
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid var(--bg4);
    text-align: center;
    border-radius: 50%;
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single:hover .text-color {
    color: var(--theme);
}

.main-sidebar .single-sidebar-widget .categories-list .checkbox-single:hover .text-color-2 {
    color: var(--white);
    border: 1px solid var(--theme);
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .recent-post-area {
    padding: 26px 25px;
    border-top: 1px solid var(--bg4);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
    border-radius: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    color: #797D81;
    font-weight: 500;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    font-weight: 600;
    font-size: 16px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
}

.main-sidebar .single-sidebar-widget .tagcloud {
    padding: 26px 25px;
    border-top: 1px solid var(--bg4);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 14px 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--bg4);
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #3F444B;
    transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .social-items {
    padding: 26px 25px;
    border-top: 1px solid var(--bg4);
}

.main-sidebar .single-sidebar-widget .social-items ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.main-sidebar .single-sidebar-widget .social-items ul:not(:last-child) {
    margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .social-items ul li {
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 8px;
    border: 1px solid #E1E3E8;
    padding: 13px 10px;
}

.main-sidebar .single-sidebar-widget .social-items ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: var(--white);
    background-color: #3F6BAC;
}

.main-sidebar .single-sidebar-widget .social-items ul li .content .text-title {
    font-size: 18px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
    color: var(--header);
    display: block;
    line-height: 1;
}

.main-sidebar .single-sidebar-widget .social-items ul li .content .text {
    color: rgba(63, 68, 75, 0.7);
    font-size: 14px;
    font-weight: 500;
}

.main-sidebar .single-sidebar-widget .social-items ul li:nth-child(2) i {
    background-color: #0A66C2;
}

.main-sidebar .single-sidebar-widget .social-items ul.style-2 li:nth-child(1) i {
    background-color: #D74127;
}

.main-sidebar .single-sidebar-widget .social-items ul.style-2 li:nth-child(2) i {
    background-color: #1D9BF0;
}

.news-list-itsms-area {
    -o-border-image: linear-gradient(90deg, rgba(139, 144, 150, 0) 8.5%, #D8DFE9 44%, rgba(121, 125, 131, 0) 91%);
    border-image: linear-gradient(90deg, rgba(139, 144, 150, 0) 8.5%, #D8DFE9 44%, rgba(121, 125, 131, 0) 91%);
    border-bottom: 1px solid transparent;
    border-image-slice: 1;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.news-list-itsms-area .news-list-image {
    position: relative;
}

.news-list-itsms-area .news-list-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.news-list-itsms-area .news-list-image span {
    position: absolute;
    top: 35px;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    border-radius: 0px 50px 50px 0px;
    background: #082950;
    padding: 10px 18px;
}

.news-list-itsms-area .news-list-content {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .news-list-itsms-area .news-list-content {
        margin-left: 0;
    }
}

.news-list-itsms-area .news-list-content .post-date {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.news-list-itsms-area .news-list-content .post-date li {
    font-size: 15px;
    color: var(--text);
}

.news-list-itsms-area .news-list-content .post-date li a:hover {
    color: var(--theme);
}

.news-list-itsms-area .news-list-content .post-date li i {
    margin-right: 8px;
}

.news-list-itsms-area .news-list-content .link-btn {
    text-decoration: underline;
    margin-top: 40px;
    display: inline-block;
}

.news-list-itsms-area .news-list-content h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .news-list-itsms-area .news-list-content h3 {
        font-size: 24px;
    }
}

.news-list-itsms-area .news-list-content h3 a:hover {
    color: var(--theme);
}

.news-list-itsms-area.style-2 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.news-list-section .container {
    max-width: 1375px;
}

.news-details-wrapper .details-title {
    font-size: 60px;
    font-weight: 700;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .news-details-wrapper .details-title {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .news-details-wrapper .details-title {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .news-details-wrapper .details-title {
        font-size: 30px;
    }
}

.news-details-wrapper .list-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .news-details-wrapper .list-items {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.news-details-wrapper .list-items ul {
    display: flex;
    align-items: center;
}

.news-details-wrapper .list-items ul li {
    color: #515151;
    font-size: 16px;
    font-weight: 500;
}

.news-details-wrapper .list-items ul li i {
    margin-right: 10px;
    color: var(--header);
}

.news-details-wrapper .list-items ul.style-2 {
    gap: 30px;
}

.news-details-wrapper .details-image {
    margin-top: 30px;
    position: relative;
    margin-bottom: 50px;
}

.news-details-wrapper .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.news-details-wrapper .details-image span {
    position: absolute;
    top: 35px;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    border-radius: 0px 50px 50px 0px;
    background: #082950;
    padding: 10px 18px;
}

.news-details-wrapper .news-details-content {
    max-width: 975px;
    margin: 0 auto;
}

.news-details-wrapper .news-details-content .content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E8E8E8;
}

.news-details-wrapper .news-details-content h3 {
    font-size: 36px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content h3 {
        font-size: 30px;
    }
}

.news-details-wrapper .news-details-content .details-box {
    padding: 40px;
    background-color: #F7F9FF;
    border-radius: 16px;
    font-size: 20px;
    color: var(--text2);
    line-height: 170%;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .details-box {
        padding: 20px;
        font-size: 18px;
    }
}

.news-details-wrapper .news-details-content .details-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.news-details-wrapper .news-details-content .news-details-box-items {
    margin-top: 50px;
    position: relative;
    z-index: 9;
    padding-top: 0;
    padding: 50px;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .news-details-box-items {
        padding: 20px;
    }
}

.news-details-wrapper .news-details-content .news-details-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F7F9FF;
    z-index: -1;
    border-radius: 16px;
    top: 20%;
    height: initial;
}

.news-details-wrapper .news-details-content .news-details-box-items .contents {
    margin-top: 25px;
}

.news-details-wrapper .news-details-content .news-details-box-items .contents .list-area li {
    font-size: 18px;
}

.news-details-wrapper .news-details-content .news-details-box-items .contents .list-area li:not(:last-child) {
    margin-bottom: 15px;
}

.news-details-wrapper .news-details-content .news-details-box-items .contents .list-area li i {
    color: var(--theme);
    margin-right: 5px;
}

.news-details-wrapper .news-details-content .tag-share-wrap {
    margin-top: 100px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 40px;
}

.news-details-wrapper .news-details-content .tag-share-wrap h4 {
    font-size: 15px;
}

.news-details-wrapper .news-details-content .tag-share-wrap .tag-items {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1199px) {
    .news-details-wrapper .news-details-content .tag-share-wrap .tag-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .news-details-wrapper .news-details-content .tag-share-wrap .tag-items .tagcloud {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.news-details-wrapper .news-details-content .tag-share-wrap .tag-items .tagcloud a {
    display: inline-block;
    padding: 12px 22px;
    line-height: 1;
    font-weight: 600;
    background: var(--bg);
    margin-right: 10px;
    text-transform: capitalize;
    border-radius: 4px;
}

.news-details-wrapper .news-details-content .tag-share-wrap .tag-items .tagcloud a:last-child {
    margin-right: 0;
}

.news-details-wrapper .news-details-content .tag-share-wrap .tag-items .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-wrapper .news-details-content .tag-share-wrap .social-share {
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 991px) {
    .news-details-wrapper .news-details-content .tag-share-wrap .social-share {
        justify-content: start;
        margin-top: 10px;
    }
}

.news-details-wrapper .news-details-content .tag-share-wrap .social-share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: var(--white);
    background-color: #3F6BAC;
    display: inline-block;
}

.news-details-wrapper .news-details-content .tag-share-wrap .social-share a:nth-child(2) {
    background-color: #0A66C2;
}

.news-details-wrapper .news-details-content .tag-share-wrap .social-share a:nth-child(3) {
    background-color: #D74127;
}

.news-details-wrapper .news-details-content .tag-share-wrap .social-share a:nth-child(4) {
    background-color: #1D9BF0;
}

.news-details-wrapper .news-details-content .comments-section-wrap {
    margin-top: 60px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-heading h3 {
    font-size: 24px;
    font-weight: 600;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item {
    margin-top: 30px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item ul {
    margin-bottom: 15px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item p {
    font-size: 18px;
    color: var(--text2);
    padding-right: 30px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-img {
    border-radius: 10px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-img {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-img {
        margin-right: 15px;
    }
}

@media (max-width: 585px) {
    .news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-img {
        float: none;
        margin-bottom: 20px;
    }
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment {
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info {
        flex-wrap: wrap;
        gap: 25px;
    }

    .news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info .minimal-btn {
        position: relative;
        display: block;
    }
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info h5 {
    margin-bottom: 5px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info h5 {
        font-size: 16px;
    }
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment span {
    color: rgba(63, 68, 75, 0.7);
    font-weight: 400;
    font-size: 15px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment span i {
    margin-right: 10px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .minimal-btn {
    padding: 7px 18px;
    position: absolute;
    top: 74%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 8px;
    background: #EDEFFF;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme);
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .minimal-btn {
        font-size: 12px;
    }
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .minimal-btn i {
    margin-right: 5px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .minimal-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .comment-text {
    margin-top: 5px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-button {
    text-align: center;
    margin-top: 50px;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-button .comments-btn {
    font-size: 20px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
}

.news-details-wrapper .news-details-content .comments-section-wrap .comments-button .comments-btn i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--theme);
    color: var(--theme);
    margin-left: 18px;
}

.news-details-wrapper .news-details-content .comment-form-wrap {
    margin-top: 100px;
    border-radius: 16px;
    background: #F6F8FF;
    padding: 45px;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .comment-form-wrap {
        padding: 40px 20px;
        margin-top: 60px;
    }
}

.news-details-wrapper .news-details-content .comment-form-wrap h3 {
    font-size: 24px;
    font-weight: 600;
}

.news-details-wrapper .news-details-content .comment-form-wrap .comment-form {
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .comment-form-wrap .comment-form {
        padding: 30px;
    }
}

@media (max-width: 585px) {
    .news-details-wrapper .news-details-content .comment-form-wrap .comment-form {
        padding: 30px 15px;
    }
}

.news-details-wrapper .news-details-content .comment-form-wrap .comment-form label {
    margin-bottom: 4px;
}

.news-details-wrapper .news-details-content .comment-form-wrap .comment-form input, .news-details-wrapper .news-details-content .comment-form-wrap .comment-form textarea {
    margin-bottom: 40px;
    outline: none;
    padding-bottom: 25px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #DCE0EE !important;
    border: none;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--text);
    background-color: transparent;
}

@media (max-width: 585px) {
    .news-details-wrapper .news-details-content .comment-form-wrap .comment-form input, .news-details-wrapper .news-details-content .comment-form-wrap .comment-form textarea {
        padding: 15px;
    }
}

.news-details-wrapper .news-details-content .comment-form-wrap .comment-form textarea {
    height: 200px;
    line-height: 1.3;
    border: none;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-content .comment-form-wrap .comment-form textarea {
        height: 120px;
    }
}

@media (min-width: 1899px) {
    .news-wrapper.style-4 .container {
        max-width: 1375px;
    }
}

.back-to-top {
    border-radius: 50%;
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top:hover {
    background-color: var(--header);
    color: var(--white);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.pricing-card-item {
    margin-top: 30px;
    border-radius: 32px;
    background: #F8E37F;
    border: 1px solid #F8E37F;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.pricing-card-item.style-2 {
    background: #E9EBFF;
    border: 1px solid #E9EBFF;
}

.pricing-card-item .tag {
    position: absolute;
    top: -15px;
    right: 25px;
}

.pricing-card-item.style-3 {
    background: #C5D1C3;
    border: 1px solid #C5D1C3;
}

.pricing-card-item .pricing-header {
    padding: 48px 32px;
    position: relative;
}

.pricing-card-item .pricing-header .pricing-shape {
    position: absolute;
    left: 0;
    bottom: -2px;
}

.pricing-card-item .pricing-header h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .pricing-card-item .pricing-header h3 {
        margin-bottom: 8px;
    }
}

.pricing-card-item .pricing-header .pricing-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pricing-card-item .pricing-header .pricing-text h2 {
    font-size: 64px;
    font-weight: 800;
}

.pricing-card-item .pricing-header .pricing-text .price span {
    color: #F37527;
    font-size: 18px;
    font-weight: 500;
}

.pricing-card-item .pricing-header .pricing-text .price p {
    color: rgba(84, 84, 84, 0.7);
    font-weight: 500;
}

.pricing-card-item .pricing-list {
    background-color: var(--white);
    padding: 48px 32px;
    border-radius: 32px;
    border-top-left-radius: 0;
}

.pricing-card-item .pricing-list ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.pricing-card-item .pricing-list ul li {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
}

.pricing-card-item .pricing-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-card-item .pricing-list ul li i {
    margin-right: 8px;
    color: var(--theme);
}

.pricing-card-item .pricing-list ul li i.color-1 {
    color: #F73131;
}

.pricing-card-item .pricing-list .theme-btn {
    width: 100%;
    background-color: #082950;
}

.pricing-card-item .pricing-list .theme-btn::before {
    background-color: var(--theme);
}

.pricing-card-item:hover {
    transform: translateY(-10px);
}

.pricing-section {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-section .pricing-button {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .pricing-section .pricing-button {
        margin-top: 60px;
    }
}

.pricing-section .nav {
    display: flex;
    align-items: center;
    gap: 0;
    background-color: var(--white);
    border: 1px solid #DDE1FD;
    border-radius: 100px;
    padding: 11px;
    justify-content: center;
    max-width: 320px;
    margin: 30px auto 30px;
}

@media (max-width: 991px) {
    .pricing-section .nav {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .pricing-section .nav {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .pricing-section .nav {
        gap: 15px;
        max-width: 300px;
    }
}

@media (max-width: 330px) {
    .pricing-section .nav {
        gap: 15px;
        max-width: 100%;
    }
}

.pricing-section .nav .nav-link {
    text-align: center;
    padding: 15px 22px;
    border-radius: 100px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--theme);
    transition: all 0.3s ease-in-out;
    font-size: "Public Sans", sans-serif;
}

@media (max-width: 991px) {
    .pricing-section .nav .nav-link {
        padding: 14px 45px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pricing-section .nav .nav-link {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.pricing-section .nav .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white);
}

.project-section.style-1 .section-title {
    /*margin-bottom: 78px;*/
}

.project-main-wrapper {
    /*margin-top: 30px;*/
}

.project-main-wrapper .project-wrapper {
    /*border-radius: 16px;*/
    /*background: linear-gradient(270deg, #FFFAEF 7.29%, #FFF 105.16%);*/
    /*padding-top: 80px;*/
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    /*color: #222222;*/
}

@media (max-width: 1199px) {
    .project-main-wrapper .project-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding-left: 0;
        margin-bottom: 30px;
        padding: 50px 25px !important;
    }
}

.project-main-wrapper .project-wrapper.style-padding {
    padding-left: 0;
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .project-main-wrapper .project-wrapper.style-padding {
        padding-right: 0;
    }
}

.project-main-wrapper .project-wrapper .project-content {
    max-width: 426px;
}

.project-main-wrapper .project-wrapper .project-content span {
    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*color: #D1A959;*/
    /*background: #FFF8E9;*/
    /*width: 96px;*/
    /*height: 69px;*/
    /*line-height: 65px;*/
    /*border-radius: 50%;*/
    /*text-align: center;*/
    /*display: inline-block;*/
    /*margin-bottom: 20px;*/
    /*font-family: "Public Sans", sans-serif;*/
}

.project-main-wrapper .project-wrapper .project-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.project-main-wrapper .project-wrapper .project-content p {
    margin-bottom: 20px;
}

.project-main-wrapper .project-wrapper .project-content .link-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    text-transform: capitalize;
}

.project-main-wrapper .project-wrapper .project-content .link-btn i {
    margin-left: 10px;
    transform: rotate(-40deg);
}

.project-main-wrapper .project-wrapper .project-content .link-btn:hover {
    color: var(--theme);
}

.project-main-wrapper .project-wrapper .project-thumb {
    max-width: 615px;
}

.project-main-wrapper .project-wrapper .project-thumb img {
    width: 100%;
    height: 100%;
}

.project-main-wrapper .project-wrapper.style-2 {
    /*background: linear-gradient(270deg, #FFF -0.81%, #D8FCFF 105.16%);*/
}

.project-main-wrapper .project-wrapper.style-2 .project-content span {
    /*background-color: #DBFCFF;*/
    /*color: #5EB8BF;*/
}

.project-main-wrapper .project-wrapper.style-3 {
    background: linear-gradient(270deg, #FFF6FA 7.29%, #FFF 105.16%);
}

.project-main-wrapper .project-wrapper.style-3 .project-content span {
    background-color: #FFF2F7;
    color: #E597B4;
}

.project-main-wrapper .project-wrapper.style-4 {
    background: linear-gradient(270deg, #FFF -0.81%, #E2FFF7 105.16%);
}

.project-main-wrapper .project-wrapper.style-4 .project-content span {
    background-color: #DDFFF5;
    color: #6BC6AD;
}

.project-main-wrapper .project-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.project-main-wrapper .project-button .theme-btn {
    border: 1px solid var(--theme);
}

.project-main-wrapper .project-button .theme-btn.style-2 {
    border: 1px solid #DDE1FD;
    background-color: transparent;
    color: var(--header);
}

.project-main-wrapper .project-button .theme-btn.style-2::before {
    background-color: var(--theme);
}

.project-main-wrapper .project-button .theme-btn.style-2:hover {
    color: var(--white);
    border: 1px solid transparent;
}

@media (max-width: 500px) {
    .project-main-wrapper .project-button {
        flex-direction: column;
        gap: 20px;
    }
}

.project-box-items {
    border-radius: 16px;
    background: #F8F8F8;
    padding: 40px 40px 0 40px;
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .project-box-items {
        padding: 20px;
    }
}

.project-box-items .project-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .project-box-items .project-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
}

.project-box-items .project-content h3 a {
    transition: all 0.4s ease-in-out;
}

.project-box-items .project-content h3 a:hover {
    color: var(--theme2);
}

.project-box-items .project-content p {
    border-bottom: 1px solid #F6DDCE;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.project-box-items .project-content .app-button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.project-box-items .project-content .app-button a {
    font-size: 14px;
    font-weight: 600;
    color: #515151;
    padding: 12px 20px;
    background: var(--white);
    border-radius: 41px;
    display: inline-block;
    line-height: 1;
    border: 1px solid #E1E1E1;
    transition: all 0.4s ease-in-out;
}

.project-box-items .project-content .app-button a:hover {
    background: var(--black);
    color: var(--white);
}

.project-box-items .project-thumb {
    position: relative;
    overflow: hidden;
}

.project-box-items .project-thumb img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.project-box-items .project-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(2, 15, 12, 0.3) 0%, rgba(2, 15, 12, 0.3) 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.project-box-items .project-thumb .btns {
    width: 104px;
    height: 104px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
    border-radius: 50%;
    background-color: var(--theme2);
    color: var(--white);
    text-align: center;
    padding-top: 30px;
    line-height: 1.4;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-box-items .project-thumb .btns:hover {
    background-color: var(--header);
}

.project-box-items .project-thumb .btns br {
    display: inline-block;
}

.project-box-items:hover {
    background: #FFF6F1;
}

.project-box-items:hover .project-thumb::before {
    opacity: 1;
    visibility: visible;
}

.project-box-items:hover .project-thumb .btns {
    top: 50%;
}

.project-box-items.style-4.child-1 {
    position: relative;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(198deg, #F5F5F5 17.2%, #F5F4F4 97.7%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-1 .project-tag {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}

.project-box-items.style-4.child-1 .project-tag .tag1 a {
    display: inline-block;
    padding: 6px 16px;
    color: var(--bg2);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    border-radius: 46px;
    border: 1px solid #DEDEDE;
}

.project-box-items.style-4.child-1 .project-tag .tag1 a:hover {
    background-color: var(--header);
    color: var(--white);
}

.project-box-items.style-4.child-1 .project-tag .tag2 a {
    display: inline-block;
    padding: 6px 16px;
    color: var(--bg2) !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    border-radius: 46px;
    border: 1px solid #DEE3E9;
}

.project-box-items.style-4.child-1 .project-tag .tag2 a:hover {
    background-color: var(--header);
    color: var(--white) !important;
}

.project-box-items.style-4.child-1 .project-thumb {
    border-radius: 16px;
    background: var(--white);
    padding: 24px;
    margin-bottom: 20px;
}

.project-box-items.style-4.child-1 .project-thumb:before {
    display: none;
}

.project-box-items.style-4.child-1 .project-thumb img {
    width: 100%;
    height: 100%;
}

.project-box-items.style-4.child-1 .project-content {
    padding: 40px 50px 34px 40px;
    display: grid;
    grid-template-columns: 70% 30%;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: var(--white);
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-1 .project-content {
        grid-template-columns: initial;
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .project-box-items.style-4.child-1 .project-content h3 {
        font-size: 20px;
    }
}

.project-box-items.style-4.child-1 .project-content h3 a {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-1 .project-content .btn-wrap {
    text-align: end;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-1 .project-content .btn-wrap {
        display: none;
    }
}

.project-box-items.style-4.child-1 .project-content .link-btn.style-4 {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid var(--bg4);
    background: var(--white);
    color: var(--theme);
}

.project-box-items.style-4.child-1 .project-content .link-btn.style-4 svg path {
    fill: var(--theme);
}

.project-box-items.style-4.child-1 .project-content .link-btn.style-4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.project-box-items.style-4.child-1 .project-content .link-btn.style-4:hover {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: var(--theme4);
    color: var(--white);
}

.project-box-items.style-4.child-1 .project-content .link-btn.style-4:hover svg path {
    fill: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-1:hover, .project-box-items.style-4.child-1.active {
    background: linear-gradient(198deg, #F5F5F5 17.2%, #F5F4F4 97.7%);
}

.project-box-items.style-4.child-1:hover .project-content h3 a, .project-box-items.style-4.child-1.active .project-content h3 a {
    color: var(--theme4);
    font-family: "Public Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-1:hover .project-content h3 a, .project-box-items.style-4.child-1.active .project-content h3 a {
        font-size: 20px;
        line-height: 30px;
    }
}

.project-box-items.style-4.child-1:hover .project-content .link-btn.style-4, .project-box-items.style-4.child-1.active .project-content .link-btn.style-4 {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: var(--theme4);
    color: var(--white);
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-1:hover .project-content .link-btn.style-4, .project-box-items.style-4.child-1.active .project-content .link-btn.style-4 {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.project-box-items.style-4.child-1:hover .project-content .link-btn.style-4 svg path, .project-box-items.style-4.child-1.active .project-content .link-btn.style-4 svg path {
    fill: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-1:hover .project-content .link-btn.style-4 i, .project-box-items.style-4.child-1.active .project-content .link-btn.style-4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.project-box-items.style-4.child-2 {
    margin-top: 140px;
    position: relative;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(31deg, #E5CFE9 -17.84%, #FDEFFF 89.88%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 1199px) {
    .project-box-items.style-4.child-2 {
        margin-top: 0;
    }
}

.project-box-items.style-4.child-2 .project-tag {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}

.project-box-items.style-4.child-2 .project-tag .tag1 a {
    display: inline-block;
    padding: 6px 16px;
    color: var(--bg2);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    border-radius: 46px;
    border: 1px solid #DEDEDE;
}

.project-box-items.style-4.child-2 .project-tag .tag1 a:hover {
    background-color: var(--header);
    color: var(--white);
}

.project-box-items.style-4.child-2 .project-tag .tag2 a {
    display: inline-block;
    padding: 6px 16px;
    color: var(--bg2) !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    border-radius: 46px;
    border: 1px solid #DEE3E9;
}

.project-box-items.style-4.child-2 .project-tag .tag2 a:hover {
    background-color: var(--header);
    color: var(--white) !important;
}

.project-box-items.style-4.child-2 .project-thumb {
    border-radius: 16px;
    background: var(--white);
    padding: 24px;
    margin-bottom: 20px;
}

.project-box-items.style-4.child-2 .project-thumb:before {
    display: none;
}

.project-box-items.style-4.child-2 .project-thumb img {
    width: 100%;
    height: 100%;
}

.project-box-items.style-4.child-2 .project-content {
    padding: 40px 50px 34px 40px;
    display: grid;
    grid-template-columns: 70% 30%;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: var(--white);
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-2 .project-content {
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.project-box-items.style-4.child-2 .project-content h3 a {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-2 .project-content h3 a {
        font-size: 20px;
        line-height: 30px;
    }
}

.project-box-items.style-4.child-2 .project-content .btn-wrap {
    text-align: end;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-2 .project-content .btn-wrap {
        display: none;
    }
}

.project-box-items.style-4.child-2 .project-content .link-btn.style-4 {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid var(--bg4);
    background: var(--white);
    color: var(--theme);
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-2 .project-content .link-btn.style-4 {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.project-box-items.style-4.child-2 .project-content .link-btn.style-4 svg path {
    fill: var(--theme);
}

.project-box-items.style-4.child-2 .project-content .link-btn.style-4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.project-box-items.style-4.child-2 .project-content .link-btn.style-4:hover {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: var(--theme4);
    color: var(--white);
}

.project-box-items.style-4.child-2 .project-content .link-btn.style-4:hover svg path {
    fill: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-2:hover, .project-box-items.style-4.child-2.active {
    background: linear-gradient(31deg, #E5CFE9 -17.84%, #FDEFFF 89.88%);
}

.project-box-items.style-4.child-2:hover .project-content h3 a, .project-box-items.style-4.child-2.active .project-content h3 a {
    color: var(--theme4);
}

.project-box-items.style-4.child-2:hover .project-content .link-btn.style-4, .project-box-items.style-4.child-2.active .project-content .link-btn.style-4 {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: var(--theme4);
    color: var(--white);
}

.project-box-items.style-4.child-2:hover .project-content .link-btn.style-4 svg path, .project-box-items.style-4.child-2.active .project-content .link-btn.style-4 svg path {
    fill: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-2:hover .project-content .link-btn.style-4 i, .project-box-items.style-4.child-2.active .project-content .link-btn.style-4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.project-box-items.style-4.child-3 {
    margin-top: -50px;
    position: relative;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(31deg, #C1D9CE -17.84%, #E9FDF4 89.88%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-3 {
        margin-top: 5px;
    }
}

.project-box-items.style-4.child-3 .project-tag {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}

.project-box-items.style-4.child-3 .project-tag .tag1 a {
    display: inline-block;
    padding: 6px 16px;
    color: var(--bg2);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    border-radius: 46px;
    border: 1px solid #DEDEDE;
}

.project-box-items.style-4.child-3 .project-tag .tag1 a:hover {
    background-color: var(--header);
    color: var(--white);
}

.project-box-items.style-4.child-3 .project-tag .tag2 a {
    display: inline-block;
    padding: 6px 16px;
    color: var(--bg2) !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    border-radius: 46px;
    border: 1px solid #DEE3E9;
}

.project-box-items.style-4.child-3 .project-tag .tag2 a:hover {
    background-color: var(--header);
    color: var(--white) !important;
}

.project-box-items.style-4.child-3 .project-thumb {
    border-radius: 16px;
    background: var(--white);
    padding: 24px;
    margin-bottom: 20px;
}

.project-box-items.style-4.child-3 .project-thumb:before {
    display: none;
}

.project-box-items.style-4.child-3 .project-thumb img {
    width: 100%;
    height: 100%;
}

.project-box-items.style-4.child-3 .project-content {
    padding: 40px 50px 34px 40px;
    display: grid;
    grid-template-columns: 70% 30%;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: var(--white);
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-3 .project-content {
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.project-box-items.style-4.child-3 .project-content h3 a {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-3 .project-content h3 a {
        font-size: 20px;
        line-height: 30px;
    }
}

.project-box-items.style-4.child-3 .project-content .btn-wrap {
    text-align: end;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-3 .project-content .btn-wrap {
        display: none;
    }
}

.project-box-items.style-4.child-3 .project-content .link-btn.style-4 {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid var(--bg4);
    background: var(--white);
    color: var(--theme);
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-3 .project-content .link-btn.style-4 {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.project-box-items.style-4.child-3 .project-content .link-btn.style-4 svg path {
    fill: var(--theme);
}

.project-box-items.style-4.child-3 .project-content .link-btn.style-4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.project-box-items.style-4.child-3 .project-content .link-btn.style-4:hover {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: var(--theme4);
    color: var(--white);
}

.project-box-items.style-4.child-3 .project-content .link-btn.style-4:hover svg path {
    fill: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-3:hover, .project-box-items.style-4.child-3.active {
    background: linear-gradient(31deg, #C1D9CE -17.84%, #E9FDF4 89.88%);
}

.project-box-items.style-4.child-3:hover .project-content h3 a, .project-box-items.style-4.child-3.active .project-content h3 a {
    color: var(--theme4);
}

.project-box-items.style-4.child-3:hover .project-content .link-btn.style-4, .project-box-items.style-4.child-3.active .project-content .link-btn.style-4 {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: var(--theme4);
    color: var(--white);
}

.project-box-items.style-4.child-3:hover .project-content .link-btn.style-4 svg path, .project-box-items.style-4.child-3.active .project-content .link-btn.style-4 svg path {
    fill: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-3:hover .project-content .link-btn.style-4 i, .project-box-items.style-4.child-3.active .project-content .link-btn.style-4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.project-box-items.style-4.child-4 {
    margin-top: 60px;
    position: relative;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(31deg, #F3E1C4 -17.84%, #FFF0D8 89.88%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 1199px) {
    .project-box-items.style-4.child-4 {
        margin-top: 0;
    }
}

.project-box-items.style-4.child-4 .project-tag {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}

.project-box-items.style-4.child-4 .project-tag .tag1 a {
    display: inline-block;
    padding: 6px 16px;
    color: var(--bg2);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    border-radius: 46px;
    border: 1px solid #DEDEDE;
}

.project-box-items.style-4.child-4 .project-tag .tag1 a:hover {
    background-color: var(--header);
    color: var(--white);
}

.project-box-items.style-4.child-4 .project-tag .tag2 a {
    display: inline-block;
    padding: 6px 16px;
    color: var(--bg2) !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    border-radius: 46px;
    border: 1px solid #DEE3E9;
}

.project-box-items.style-4.child-4 .project-tag .tag2 a:hover {
    background-color: var(--header);
    color: var(--white) !important;
}

.project-box-items.style-4.child-4 .project-thumb {
    border-radius: 16px;
    background: var(--white);
    padding: 24px;
    margin-bottom: 20px;
}

.project-box-items.style-4.child-4 .project-thumb:before {
    display: none;
}

.project-box-items.style-4.child-4 .project-thumb img {
    width: 100%;
    height: 100%;
}

.project-box-items.style-4.child-4 .project-content {
    padding: 40px 50px 34px 40px;
    display: grid;
    grid-template-columns: 70% 30%;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: var(--white);
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-4 .project-content {
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.project-box-items.style-4.child-4 .project-content h3 a {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-4 .project-content h3 a {
        font-size: 20px;
        line-height: 30px;
    }
}

.project-box-items.style-4.child-4 .project-content .btn-wrap {
    text-align: end;
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-4 .project-content .btn-wrap {
        display: none;
    }
}

.project-box-items.style-4.child-4 .project-content .link-btn.style-4 {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid var(--bg4);
    background: var(--white);
    color: var(--theme);
}

@media (max-width: 767px) {
    .project-box-items.style-4.child-4 .project-content .link-btn.style-4 {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.project-box-items.style-4.child-4 .project-content .link-btn.style-4 svg path {
    fill: var(--theme);
}

.project-box-items.style-4.child-4 .project-content .link-btn.style-4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.project-box-items.style-4.child-4 .project-content .link-btn.style-4:hover {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: var(--theme4);
    color: var(--white);
}

.project-box-items.style-4.child-4 .project-content .link-btn.style-4:hover svg path {
    fill: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-4:hover, .project-box-items.style-4.child-4.active {
    background: linear-gradient(31deg, #F3E1C4 -17.84%, #FFF0D8 89.88%);
}

.project-box-items.style-4.child-4:hover .project-content h3 a, .project-box-items.style-4.child-4.active .project-content h3 a {
    color: var(--theme4);
}

.project-box-items.style-4.child-4:hover .project-content .link-btn.style-4, .project-box-items.style-4.child-4.active .project-content .link-btn.style-4 {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: var(--theme4);
    color: var(--white);
}

.project-box-items.style-4.child-4:hover .project-content .link-btn.style-4 svg path, .project-box-items.style-4.child-4.active .project-content .link-btn.style-4 svg path {
    fill: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-box-items.style-4.child-4:hover .project-content .link-btn.style-4 i, .project-box-items.style-4.child-4.active .project-content .link-btn.style-4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.project-card-items {
    margin-top: 30px;
}

.project-card-items .project-image {
    position: relative;
}

.project-card-items .project-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
}

.project-card-items .project-image .project-content {
    position: absolute;
    bottom: 35px;
    left: 35px;
}

@media (max-width: 767px) {
    .project-card-items .project-image .project-content {
        left: 20px;
        bottom: 12px;
    }
}

.project-card-items .project-image .project-content h3 {
    font-size: 25px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .project-card-items .project-image .project-content h3 {
        font-size: 20px;
    }
}

.project-card-items .project-image .project-content h3 a {
    color: var(--white);
}

.project-card-items .project-image .project-content h3 a:hover {
    color: var(--theme3);
}

.project-card-items .project-image .project-content .post-cat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .project-card-items .project-image .project-content .post-cat {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 6px;
    }
}

.project-card-items .project-image .project-content .post-cat li a {
    display: inline-block;
    border-radius: 46px;
    border: 1px solid rgba(225, 225, 225, 0.5);
    color: var(--white);
    font-size: 12px;
    padding: 10px 20px;
    line-height: 1;
}

.project-card-items .project-image .project-content .post-cat li a:hover {
    background-color: var(--theme3);
    color: var(--header);
}

.project-card-items .project-image .icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    border: 1px solid var(--theme3);
    text-align: center;
    color: var(--theme3);
    transform: rotate(-40deg);
}

@media (max-width: 575px) {
    .project-card-items .project-image .icon {
        top: 10%;
        left: 5%;
        transform: translate(-5%, -10%);
        right: initial;
        position: absolute;
        bottom: 24px;
        right: 25px;
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        text-align: center;
        transform: rotate(-40deg);
    }
}

.project-card-items .project-image .icon:hover {
    background-color: var(--theme3);
    color: var(--header);
}

.project-card-items .project-image.style-2 img {
    border-radius: 10px 20px 10px 20px;
}

.project-section .container-fluid {
    padding: 0 285px;
}

@media (max-width: 1899px) {
    .project-section .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 1600px) {
    .project-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .project-section .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .project-section .container-fluid {
        padding: 0 30px;
    }
}

.section-title {
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title .sub-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.section-title .sub-text h6 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--theme);
    line-height: 1;
}

.section-title .sub-text-2 {
    line-height: 1;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 47px 0px 0px 47px;
    background: linear-gradient(90deg, #FFEEE2 30.88%, rgba(255, 248, 243, 0) 110.71%);
    padding: 10px 23px;
    margin-bottom: 20px;
}

.section-title .sub-text-2 i {
    margin-left: 10px;
    color: #FFD7BA;
}

.section-title .sub-text-2.bg-2 {
    background: linear-gradient(90deg, #034A3C 3.18%, #013228 97.67%);
    color: var(--white);
}

.section-title .sub-text-2.bg-2 i {
    color: var(--theme2);
}

.section-title.style-2 h2 {
    font-size: 50px;
}

@media (max-width: 1199px) {
    .section-title.style-2 h2 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .section-title.style-2 h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .section-title.style-2 h2 {
        font-size: 36px;
    }
}

.section-title.style-2 h2 span {
    color: var(--theme2);
}

.section-title.style-3 h2 {
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .section-title.style-3 h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .section-title.style-3 h2 {
        font-size: 28px;
    }
}

.section-title.style-3 p {
    color: var(--text2);
}

.section-title.style-4 .subtitle {
    display: inline-block;
    padding: 4px 20px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(45, 54, 67, 0.08), 0px 1px 2px 0px rgba(45, 54, 67, 0.04);
    color: var(--text2);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title.style-4 .subtitle span {
    margin: 0 10px;
}

.section-title.style-4 .title {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 122%;
    margin-bottom: 14px;
}

@media (max-width: 1199px) {
    .section-title.style-4 .title {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .section-title.style-4 .title {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .section-title.style-4 .title {
        font-size: 38px;
    }
}

.section-title.style-4 .text {
    font-size: 16px;
    color: var(--text3);
}

.section-title.hero-style-4 .subtitle {
    display: inline-block;
    padding: 4px 20px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(45, 54, 67, 0.08), 0px 1px 2px 0px rgba(45, 54, 67, 0.04);
    color: var(--header);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title.hero-style-4 .subtitle span {
    margin: 0 10px;
}

.section-title.hero-style-4 .title {
    color: var(--header);
    font-family: "Public Sans", sans-serif;
    font-size: 74px;
    font-style: normal;
    font-weight: 800;
}

@media (max-width: 991px) {
    .section-title.hero-style-4 .title {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .section-title.hero-style-4 .title {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .section-title.hero-style-4 .title {
        font-size: 33px;
    }
}

.section-title.hero-style-4 .title span {
    color: var(--theme4);
    font-family: "Public Sans", sans-serif;
    font-size: 74px;
    font-style: normal;
    font-weight: 800;
    line-height: 91px;
}

@media (max-width: 767px) {
    .section-title.hero-style-4 .title span {
        display: none;
    }
}

.section-title.hero-style-4 .text {
    font-size: 16px;
    max-width: 630px;
    color: var(--text3);
    margin-top: 25px;
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 0 30px 30px;
    }
}

@media (max-width: 767px) {
    .section-title-area {
        gap: 30px;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

.footer-bg {
    background-color: #0B1D21;
}

.section-bg {
    background-color: var(--black);
}

.service-bg {
    background-color: #1A1C1F;
}

.section-padding {
    padding: 110px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.section-padding2 {
    padding: 90px 0;
}

@media (max-width: 1199px) {
    .section-padding2 {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .section-padding2 {
        padding: 80px 0;
    }
}

.section-padding3 {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding3 {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding3 {
        padding: 80px 0;
    }
}

.section-bg-2 {
    background-color: #F6F9FC;
}

.mb-120 {
    margin-bottom: 120px;
}

@media (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

.service-box-items {
    margin-top: 30px;
    border-radius: 16px;
    background: #E4E6FF;
    padding: 40px 33px;
    position: relative;
    overflow: hidden;
}

.service-box-items::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 0;
    border-radius: 16px;
    background: #1E2FC0;
    transform-origin: center;
    transition: all 300ms ease;
}

.service-box-items .icon {
    margin-bottom: 30px;
    font-size: 70px;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.service-box-items .content {
    position: relative;
    z-index: 9;
}

.service-box-items .content p {
    margin-top: 15px;
}

.service-box-items .item-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.service-box-items .item-shape-2 {
    position: absolute;
    bottom: -150px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.service-box-items .arrow-icon {
    font-size: 26px;
    color: var(--white);
    position: absolute;
    right: 25px;
    bottom: -80px;
}

.service-box-items:hover .arrow-icon {
    bottom: 20px;
}

.service-box-items:hover .icon {
    color: var(--white);
    filter: grayscale(100%) brightness(300%);
}

.service-box-items:hover .content h3 a {
    color: var(--white);
}

.service-box-items:hover .content p {
    color: #F3F3F3;
}

.service-box-items:hover::before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.service-box-items:hover .item-shape-2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.service-box-items:hover .item-shape {
    bottom: -150px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.service-section {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-section.style-1 .section-title {
    margin-bottom: 45px;
}

.service-section.style-1 .service-button {
    margin-top: 70px;
}

.service-box-items-2 {
    position: relative;
    padding: 35px 30px;
    transition: all 0.4s ease-in-out;
    border-right: 1px solid #04493B;
}

@media (max-width: 1199px) {
    .service-box-items-2 {
        border-right: none;
    }
}

.service-box-items-2 .icon {
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 50%;
    background-color: #053B30;
    font-size: 40px;
    color: #217C6A;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.service-box-items-2 .content {
    margin-top: 25px;
}

.service-box-items-2 .content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .service-box-items-2 .content h3 {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .service-box-items-2 .content h3 {
        font-size: 24px;
    }
}

.service-box-items-2 .content h3 a {
    color: var(--white);
}

.service-box-items-2 .content h3 a:hover {
    color: var(--theme2);
}

.service-box-items-2 .content p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #C4C4C4;
    margin-bottom: 20px;
}

.service-box-items-2 .content .link-btn {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
    display: inline-block;
}

.service-box-items-2 .content .link-btn i {
    transition: all 0.4s ease-in-out;
    transform: rotate(0);
}

.service-box-items-2 .content .link-btn:hover {
    color: var(--theme2);
}

.service-box-items-2 .content .link-btn:hover i {
    transform: rotate(-40deg);
}

.service-box-items-2 .circle {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: var(--theme2);
    z-index: 5;
    transition: all 0.4s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.service-box-items-2.border-right-none {
    border-right: none;
    border-radius: 0 16px 0 0;
}

@media (max-width: 1199px) {
    .service-box-items-2.border-right-none {
        border: none;
        border-radius: 0;
    }
}

.service-box-items-2.border-right-none-2 {
    border-right: none;
    border-radius: 0 0 16px 0;
}

@media (max-width: 1199px) {
    .service-box-items-2.border-right-none-2 {
        border: none;
        border-radius: 0;
    }
}

.service-box-items-2.radius-style {
    border-radius: 16px 0 0 0;
}

@media (max-width: 1199px) {
    .service-box-items-2.radius-style {
        border: none;
        border-radius: 0;
    }
}

.service-box-items-2.radius-style-2 {
    border-radius: 0 0 0 16px;
}

@media (max-width: 1199px) {
    .service-box-items-2.radius-style-2 {
        border: none;
        border-radius: 0;
    }
}

.service-box-items-2.border-top {
    border-top: 1px solid #04493B !important;
}

@media (max-width: 1199px) {
    .service-box-items-2.border-top {
        border: none;
    }
}

@media (max-width: 1199px) {
    .service-box-items-2 {
        background-color: #053C30;
    }

    .service-box-items-2 .icon {
        color: #FF8137;
        background-color: #013228;
    }
}

.service-box-items-2:hover {
    background-color: #053C30;
}

.service-box-items-2:hover .icon {
    color: #FF8137;
    background-color: #013228;
}

.service-box-items-2:hover .circle {
    opacity: 1;
    visibility: visible;
}

.service-box-items-2.active {
    background-color: #053C30;
}

.service-box-items-2.active .icon {
    color: #FF8137;
    background-color: #013228;
}

.service-box-items-2.active .circle {
    opacity: 1;
    visibility: visible;
}

.service-box-items-2.style-2 {
    padding: 34px;
    background-color: var(--white);
    position: relative;
    z-index: 9;
    box-shadow: 0px 20px 24px -4px rgba(45, 54, 67, 0.04), 0px 8px 11px -4px rgba(45, 54, 67, 0.04);
    border-right: 1px solid rgba(200, 211, 255, 0.4);
}

.service-box-items-2.style-2 .icon {
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 12px;
    background-color: #F3ECFF;
}

.service-box-items-2.style-2 .icon.bg-2 {
    background-color: #FFEEE4;
}

.service-box-items-2.style-2 .icon.bg-3 {
    background-color: #F4FFCE;
}

.service-box-items-2.style-2 .icon.bg-4 {
    background-color: #E0F2FF;
}

.service-box-items-2.style-2 .icon.bg-5 {
    background-color: #DDFFFC;
}

.service-box-items-2.style-2 .icon.bg-6 {
    background-color: #FFF4DE;
}

.service-box-items-2.style-2 .icon-2 {
    position: absolute;
    right: 53px;
    top: 70px;
    color: var(--theme4);
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.service-box-items-2.style-2 .content h3 {
    font-size: 28px;
}

.service-box-items-2.style-2 .content h3 a {
    color: var(--header);
}

.service-box-items-2.style-2 .content h3 a:hover {
    color: var(--theme4);
}

.service-box-items-2.style-2 .content .list-items li {
    font-size: 15px;
    color: var(--text2);
    font-weight: 400;
}

.service-box-items-2.style-2 .content .list-items li:not(:last-child) {
    margin-bottom: 10px;
}

.service-box-items-2.style-2 .content .list-items li i {
    color: var(--theme4);
    margin-right: 5px;
}

.service-box-items-2.style-2.border-right-none {
    border-right: none;
    border-radius: 0 16px 0 0;
}

@media (max-width: 1199px) {
    .service-box-items-2.style-2.border-right-none {
        border: none;
        border-radius: 0;
    }
}

.service-box-items-2.style-2.border-right-none-2 {
    border-right: none;
    border-radius: 0 0 16px 0;
}

@media (max-width: 1199px) {
    .service-box-items-2.style-2.border-right-none-2 {
        border: none;
        border-radius: 0;
    }
}

.service-box-items-2.style-2.radius-style {
    border-radius: 16px 0 0 0;
}

@media (max-width: 1199px) {
    .service-box-items-2.style-2.radius-style {
        border: none;
        border-radius: 0;
    }
}

.service-box-items-2.style-2.radius-style-2 {
    border-radius: 0 0 0 16px;
}

@media (max-width: 1199px) {
    .service-box-items-2.style-2.radius-style-2 {
        border: none;
        border-radius: 0;
    }
}

.service-box-items-2.style-2.border-top {
    border-top: 1px solid rgba(200, 211, 255, 0.4) !important;
}

@media (max-width: 1199px) {
    .service-box-items-2.style-2.border-top {
        border: none;
    }
}

.service-box-items-2.style-2:hover .icon-2 {
    opacity: 1;
    visibility: visible;
}

.service-wrapper {
    border: 1px solid #04493B;
    border-radius: 16px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .service-wrapper {
        border: none;
    }
}

.service-card-items {
    margin-top: 30px;
    border: 1px solid #495261;
    padding: 32px;
    border-radius: 50px 0 50px 0;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.service-card-items .service-color {
    position: absolute;
    top: -40px;
    right: -42px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.service-card-items .number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #B1B0B0;
    background-color: #282A2D;
}

.service-card-items .content {
    margin-top: 25px;
}

.service-card-items .content h3 {
    line-height: 134%;
}

.service-card-items .content h3 a {
    color: var(--white);
}

.service-card-items .content h3 a:hover {
    color: var(--theme3);
}

.service-card-items .content .list-items {
    margin-top: 20px;
}

.service-card-items .content .list-items li {
    font-size: 15px;
    color: #969696;
}

.service-card-items .content .list-items li i {
    color: #505359;
    margin-right: 5px;
}

.service-card-items .content .list-items li:not(:last-child) {
    margin-bottom: 10px;
}

.service-card-items .content .service-btn {
    margin-top: 20px;
    text-align: right;
}

.service-card-items .content .service-btn a {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    border: 1px solid rgb(59, 60, 64);
    text-align: center;
    color: #3B3C40;
    transform: rotate(-40deg);
}

.service-card-items .content .service-btn a:hover {
    color: var(--theme3);
    border: 1px solid var(--theme3);
}

.service-card-items:hover .service-color {
    opacity: 1;
    visibility: visible;
}

.service-section-4 {
    position: relative;
    z-index: 9;
    background-attachment: fixed;
}

.service-section-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -3.75%, rgba(97, 92, 246, 0.35) 40.03%, rgba(0, 0, 0, 0.02) 83.81%);
    z-index: -1;
}

.service-section-4::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F8F4FF;
    top: 70%;
    z-index: -1;
}

.service-wrapper-4 .section-title .subtitle {
    background-color: #F9A474;
    padding: 10px 20px;
    text-transform: uppercase;
    color: var(--header);
    font-size: 12px;
    font-weight: 600;
}

.service-wrapper-4 .arrow-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme4);
    color: var(--white);
    margin: 0 auto 30px;
}

.service-details-wrapper .service-details-item .service-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.service-details-wrapper .service-details-item .details-content {
    margin-top: 40px;
}

.service-details-wrapper .service-details-item .details-content h2 {
    font-size: 52px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .service-details-wrapper .service-details-item .details-content h2 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-item .details-content h2 {
        font-size: 38px;
    }
}

.service-details-wrapper .service-details-item .service-details-wrap-item {
    position: relative;
    z-index: 1;
    margin-top: 140px;
    padding: 68px 0;
}

.service-details-wrapper .service-details-item .service-details-wrap-item:after {
    content: "";
    top: -70px;
    position: absolute;
    width: 1170px;
    height: 1px;
    background: linear-gradient(90deg, rgba(139, 144, 150, 0) 8.5%, #D8DFE9 44%, rgba(121, 125, 131, 0) 91%);
    box-shadow: 0px 24px 50px -12px rgba(45, 54, 67, 0.12);
}

@media (max-width: 991px) {
    .service-details-wrapper .service-details-item .service-details-wrap-item {
        margin-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
}

.service-details-wrapper .service-details-item .service-details-wrap-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 16px;
    background: #F5F7FF;
    z-index: -1;
    width: 70%;
    height: 69%;
}

@media (max-width: 991px) {
    .service-details-wrapper .service-details-item .service-details-wrap-item::before {
        height: 100%;
        width: 100%;
    }
}

.service-details-wrapper .service-details-item .service-details-wrap-item .content {
    padding: 0 55px;
}

@media (max-width: 767px) {
    .service-details-wrapper .service-details-item .service-details-wrap-item .content {
        padding: 0 25px;
    }
}

.service-details-wrapper .service-details-item .service-details-wrap-item .content h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.service-details-wrapper .service-details-item .service-details-wrap-item .service-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.service-details-wrapper .service-details-item h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.service-details-wrapper .service-details-item .details-icon-item {
    border-radius: 16px;
    background: #F4F6FF;
    padding: 25px;
    margin-top: 30px;
}

.service-details-wrapper .service-details-item .details-icon-item.style-1 {
    background: var(--white);
    border: 1px solid #EEE;
}

.service-details-wrapper .service-details-item .details-icon-item .number {
    width: 67px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    background: #F9F9F9;
    font-size: 18px;
    font-weight: 700;
    color: var(--header);
    border: 2px solid var(--white);
}

.service-details-wrapper .service-details-item .details-icon-item .content {
    margin-top: 30px;
}

.service-details-wrapper .service-details-item .details-icon-item .content h3 {
    font-size: 24px;
}

.testimonial-box-items {
    margin-top: 30px;
    padding: 50px 30px;
    border-radius: 24px;
    background: #F6F8FF;
    position: relative;
}

@media (max-width: 767px) {
    .testimonial-box-items {
        padding: 25px 20px;
    }
}

.testimonial-box-items .icon {
    position: absolute;
    right: 35px;
    bottom: 35px;
}

.testimonial-box-items p {
    font-size: 20px;
    line-height: 181%;
}

@media (max-width: 767px) {
    .testimonial-box-items p {
        font-size: 18px;
    }
}

.testimonial-box-items .client-info-item {
    margin-top: 40px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-box-items .client-info-item .client-image img {
    border-radius: 10px;
}

.testimonial-box-items .client-info-item .content h3 {
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-box-items .client-info-item .content p {
    color: var(--theme);
    font-size: 16px;
    line-height: initial;
}

.testimonial-area {
    position: relative;
    margin-top: 30px;
}

.testimonial-area .icon {
    position: absolute;
    right: -36px;
    top: -28px;
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    background: #013228;
    border: 3px solid var(--white);
    border-radius: 100%;
}

@media (max-width: 1199px) {
    .testimonial-area .icon {
        display: none;
    }
}

.testimonial-area .testimonial-item {
    background: var(--white);
    border-radius: 200px 0px 0px 201px;
    border: 20px solid #fff;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .testimonial-area .testimonial-item {
        border-radius: 0;
        flex-wrap: wrap;
        gap: 20px;
        padding: 40px 30px;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .testimonial-area .testimonial-item {
        padding: 20px 10px;
    }
}

@media (max-width: 1199px) {
    .testimonial-area .testimonial-item .testimonial-thumb img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .testimonial-area .testimonial-item .testimonial-thumb {
        width: 200px;
        height: 200px;
    }
}

.testimonial-area .testimonial-item .testimonial-content p {
    font-size: 23px;
    font-weight: 400;
    line-height: 174%;
    font-family: "Inter", sans-serif;
}

@media (max-width: 991px) {
    .testimonial-area .testimonial-item .testimonial-content p {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .testimonial-area .testimonial-item .testimonial-content p {
        font-size: 18px;
    }
}

.testimonial-area .testimonial-item .testimonial-content .author-item {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .testimonial-area .testimonial-item .testimonial-content .author-item {
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}

.testimonial-area .testimonial-item .testimonial-content .author-item span {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme2);
    display: inline-block;
    margin-top: 5px;
}

.testimonial-box-items-2 {
    position: relative;
    padding: 45px 40px;
    background-color: var(--white);
    margin-top: 30px;
    border-radius: 30px 0 40px 0;
}

.testimonial-box-items-2 p {
    font-size: 22px;
    color: var(--text2);
    font-weight: 400;
    line-height: 200%;
    margin-top: 25px;
}

@media (max-width: 1199px) {
    .testimonial-box-items-2 p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .testimonial-box-items-2 p {
        font-size: 18px;
    }
}

.testimonial-box-items-2 .client-info {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 17px;
}

@media (max-width: 767px) {
    .testimonial-box-items-2 .client-info {
        margin-top: 30px;
    }
}

.testimonial-box-items-2 .client-info img {
    border-radius: 5px 0 5px 0;
}

.testimonial-box-items-2 .client-info .content h4 {
    font-size: 20px;
    font-weight: 700;
}

.testimonial-box-items-2 .client-info .content span {
    font-size: 17px;
}

.testimonial-box-items-2 .quote-icon {
    position: absolute;
    bottom: 0;
    right: 40px;
}

.testimonial-container-wrapper.style-4 {
    position: relative;
}

@media (min-width: 1600px) {
    .testimonial-container-wrapper.style-4 .container-fluid {
        max-width: 1583px;
    }
}

.testimonial-wrapper.style-4 {
    position: relative;
    background: linear-gradient(180deg, #DECFF6 0%, #EEE4FF 100%);
    margin-top: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.testimonial-wrapper.style-4 .shape {
    position: absolute;
    top: 50px;
    right: 70px;
}

.testimonial-wrapper.style-4 .testimonial-thumb {
    position: relative;
    z-index: 5;
}

.testimonial-wrapper.style-4 .testimonial-thumb .main-thumb {
    border-radius: 20px;
    width: 100%;
}

.testimonial-wrapper.style-4 .testimonial-thumb .shape1 {
    position: absolute;
    top: -69px;
    left: -74px;
    z-index: 2;
}

.testimonial-wrapper.style-4 .testimonial-thumb .shape2 {
    position: absolute;
    bottom: -60px;
    left: -78px;
}

.testimonial-wrapper.style-4 .testimonial-card-items.style-4 {
    position: relative;
    padding-bottom: 45px;
    border-bottom: 1px solid #D5C5EF;
}

.testimonial-wrapper.style-4 .testimonial-card-items.style-4 h6 {
    color: var(--theme);
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 12px;
}

.testimonial-wrapper.style-4 .testimonial-card-items.style-4 .text {
    color: #3F444B;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 36px;
}

@media (max-width: 991px) {
    .testimonial-wrapper.style-4 .testimonial-card-items.style-4 .text {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper.style-4 .testimonial-card-items.style-4 .text {
        font-size: 22px;
        line-height: 35px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper.style-4 .testimonial-card-items.style-4 .text {
        font-size: 20px;
    }
}

.testimonial-wrapper .testimonial-slider-items {
    position: relative;
}

.testimonial-wrapper .testimonial-slider-items .array-button {
    position: absolute;
    bottom: 65px;
    right: 0;
    z-index: 9;
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-slider-items .array-button {
        display: none;
    }
}

.testimonial-wrapper .testimonial-slider-items .array-button .array-prev:hover {
    background-color: var(--theme4);
}

.testimonial-wrapper .testimonial-slider-items .array-button .array-next {
    background-color: var(--white);
    color: var(--header);
}

.testimonial-wrapper .testimonial-slider-items .array-button .array-next:hover {
    background-color: var(--theme4);
    color: var(--white);
}

.testimonial-section-2 {
    padding: 120px 0 83px;
}

@media (max-width: 991px) {
    .testimonial-section-2 {
        padding: 80px 0;
    }
}

.testimonial-section-2 .array-button {
    margin-right: 50px;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .testimonial-section-2 .array-button {
        margin-right: 0;
        justify-content: center !important;
    }
}

.testimonial-section-2 .array-button .array-prev, .testimonial-section-2 .array-button .array-next {
    width: 61px;
    height: 42px;
    line-height: 42px;
}

.testimonial-section-2 .array-button .array-prev {
    background-color: var(--white);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.testimonial-section-2 .array-button .array-prev:hover {
    background-color: var(--theme2);
}

.testimonial-section-2 .array-button .array-next {
    background-color: var(--white);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.testimonial-section-2 .array-button .array-next:hover {
    background-color: var(--theme2);
}

.fancy-box.style-4 {
    display: flex;
    align-items: center;
    gap: 22px;
}

.fancy-box.style-4 .item img {
    border-radius: 10px;
}

.fancy-box.style-4 .item h5 {
    color: #3F444B;
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.fancy-box.style-4 .item p {
    color: var(--theme);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.testimonial-reviews-meta.style-4 {
    display: flex;
    align-items: center;
    margin-top: 35px;
    gap: 35px;
}

@media (max-width: 767px) {
    .testimonial-reviews-meta.style-4 {
        gap: 25px;
        flex-direction: column;
    }
}

.testimonial-reviews-meta.style-4 .client {
    text-align: center;
}

.team-box-items {
    padding: 0px 20px 30px;
    border-radius: 16px;
    background-color: var(--white);
    border: 1px solid #EEE;
    box-shadow: 0px 20px 24px -4px rgba(45, 54, 67, 0.04), 0px 8px 11px -4px rgba(45, 54, 67, 0.04);
}

.team-box-items .team-image {
    position: relative;
}

.team-box-items .team-image img {
    width: 100%;
    height: 100%;
}

.team-box-items .team-image .social-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
}

.team-box-items .team-image .social-icon a {
    transition: all 0.4s ease-in-out;
    width: 26px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 100px;
}

.team-box-items .team-image .social-icon a i {
    color: var(--white);
}

.team-box-items .team-image .social-icon a:hover {
    background-color: var(--theme);
}

.team-box-items .team-content {
    text-align: center;
    margin-top: 15px;
}

.team-box-items .team-content h3 {
    font-weight: 600;
}

.team-box-items .team-content span {
    display: inline-block;
    margin-top: 5px;
}

.team-box-items:hover .social-icon {
    opacity: 1;
    visibility: visible;
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    background-color: #141415;
    padding: 30px 0;
}

.scrolling-wrap.bg-2 {
    background-color: var(--theme2);
}

.scrolling-wrap.bg-3 {
    background-color: #F1EAFF;
}

.scrolling-wrap.bg-3 .comm .cmn-textslide {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--header);
}

.scrolling-wrap.style-2 {
    background-color: transparent;
    padding: 0;
    justify-content: space-between;
    gap: 70px;
}

.scrolling-wrap.style-2 .comm {
    gap: 70px;
}

.scrolling-wrap .comm {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    gap: 30px;
    cursor: pointer;
}

.scrolling-wrap .comm .cmn-textslide {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--white);
    font-family: "Public Sans", sans-serif;
}

.scrolling-wrap:hover .comm {
    animation-play-state: paused;
}

.dou-dou-ai{
    background: linear-gradient( 180deg, #23A1F9 0%, #1765F2 100%);
    width: 40px;
    /*line-height: 50px;*/
    color: var(--white);
    font-size: 18px;
    position: fixed;
    text-align: center;
    /*display: inline-block;*/
    z-index: 99;
    right: 35px;
    bottom: 50%;
    letter-spacing: 3px;
    padding:14px 0;
    border-radius: 5px;
    line-height: 23px;
    cursor: pointer;
    /*writing-mode: tb-rl;*/
}

@media (max-width: 1399px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap {
        gap: 14px;
    }

    .scrolling-wrap .comm {
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .scrolling-wrap .comm {
        gap: 12px;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}
.header-main .main-menu ul .current-active a{
    color: var(--theme);
}
.mean-container .mean-nav ul .current-active a{
    color: var(--theme);
}

.qr{
    display: none;
}
/*# sourceMappingURL=main.css.map */
