@import url('/assets/css/google_fonts/inter.css');
/*===========================
  COMMON css
===========================*/
:root {
    --font-family: 'Inter', sans-serif;
    --primary: #3366ff;
    --primary-dark: #274bdb;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #e0e0e0;
    --light-1: #f7f9fc;
    --light-2: #f3f4fe;
    --light-3: #e4e9f2;
    --white: #ffffff;
    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

body {
    font-family: var(--font-family);
    color: var(--black);
    font-size: 16px;
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--black);
    margin: 0px;
}

h1,
.h1 {
    font-size: 2.75em;
    line-height: 1.25;
}

h2,
.h2 {
    font-size: 2.25em;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 1.75em;
    line-height: 1.25;
}

h4,
.h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

h5,
.h5 {
    font-size: 1.25em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: 0.875em;
    line-height: 1.25;
}

.display-1 {
    font-size: 5.5em;
    line-height: 1.25;
}

.display-2 {
    font-size: 4.75em;
    line-height: 1.25;
}

.display-3 {
    font-size: 4em;
    line-height: 1.25;
}

.display-4 {
    font-size: 3.25em;
    line-height: 1.25;
}

p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-3);
    margin: 0px;
}

.text-small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-lg {
    font-size: 1.15em;
    line-height: 1.5;
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.btn:hover {
    color: inherit;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn.btn-lg {
    font-size: 1.15em;
    padding: 16px 24px;
}
.btn.btn-sm {
    padding: 8px 16px;
}
.btn.square {
    border-radius: 0px;
}

.btn.light-rounded {
    border-radius: 5px;
}
.btn.semi-rounded {
    border-radius: 12px;
}
.btn.rounded-full {
    border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
    margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
    margin-left: 8px;
}
.btn.icon-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 48px;
}
.btn.icon-btn.btn-lg {
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.btn.icon-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/*======================================
   Custom Properties
======================================== */

.custom-blue {
    color: var(--primary);
}

.cube {
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5),
    inset 5px 5px 8px rgba(0,0,0,0.5);
}

.cube-not {
    transform: scaleX(1) scaleY(1) scaleZ(1.1) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.cube-wrap-not {
    perspective: 255px;
    perspective-origin: 50% 50%;
}

/*======================================
    header Area CSS
========================================*/
/* ===== Buttons Css ===== */
.rounded-buttons .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}
.rounded-buttons .active.primary-btn, .rounded-buttons .primary-btn:hover, .rounded-buttons .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}
.rounded-buttons .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}
.header-thirteen {
    padding-top: 100px;
    position: relative;
    height: 870px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 1400px) {
    .header-thirteen {
        height: 870px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-thirteen {
        height: 700px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-thirteen {
        height: 650px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header-thirteen {
        height: auto;
        padding-top: 100px;
    }
}
.header-thirteen .header-content-wrapper h5 {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
}
.header-thirteen .header-content-wrapper h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-thirteen .header-content-wrapper h1 {
        font-size: 45px;
        line-height: 60px;
    }
}
@media (max-width: 767px) {
    .header-thirteen .header-content-wrapper h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
.header-thirteen .header-content-wrapper p {
    color: var(--dark-3);
    margin-bottom: 30px;
}
.header-thirteen .header-image img {
    width: 100%;
    border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header-thirteen .header-image {
        margin-top: 40px;
    }
}

/*===== TESTIMONIAL STYLE FOUR =====*/
.testimonial-6 {
    background-color: var(--light-2);
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .testimonial-6 {
        padding-bottom: 120px;
    }
}
.testimonial-6 .tns-nav {
    text-align: center;
    position: absolute;
    bottom: 80px;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-6 .tns-nav {
        bottom: 50px;
    }
}
@media (max-width: 767px) {
    .testimonial-6 .tns-nav {
        bottom: 40px;
    }
}
.testimonial-6 .tns-nav button {
    height: 6px;
    width: 14px;
    background-color: var(--primary);
    opacity: 0.3;
    border-radius: 5px;
    display: inline-block;
    border: none;
    margin: 0px 5px;
    transition: all 0.4s ease;
}
.testimonial-6 .tns-nav button:hover {
    opacity: 1;
}
.testimonial-6 .tns-nav button.tns-nav-active {
    opacity: 1;
    width: 25px;
}
.testimonial-6 .testimonial-patern1 {
    width: 300px;
    position: absolute;
    left: -200px;
    bottom: -180px;
}
@media (max-width: 767px) {
    .testimonial-6 .testimonial-patern1 {
        display: none;
    }
}
.testimonial-6 .testimonial-patern2 {
    width: 300px;
    position: absolute;
    right: -200px;
    top: -180px;
}
@media (max-width: 767px) {
    .testimonial-6 .testimonial-patern2 {
        display: none;
    }
}
.testimonial-6 .single-testimonial {
    text-align: center;
    padding: 0px 80px 40px 80px;
}
@media (max-width: 767px) {
    .testimonial-6 .single-testimonial {
        padding: 0px 10px 20px 20px;
    }
}
.testimonial-6 .single-testimonial .text .brand-icon {
    margin-bottom: 30px;
}
.testimonial-6 .single-testimonial .text .brand-icon img {
    width: 140px;
}
.testimonial-6 .single-testimonial .text p {
    color: var(--dark-3);
}
.testimonial-6 .single-testimonial .author {
    margin-top: 30px;
    display: inline-block;
    position: relative;
}
.testimonial-6 .single-testimonial .author img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
}
.testimonial-6 .single-testimonial .author .name {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    display: block;
    margin-top: 15px;
}
.testimonial-6 .single-testimonial .author .name span {
    color: var(--dark-3);
    display: block;
    margin-top: 4px;
}

/*===========================
  features css
===========================*/
.features-twelve {
    background-color: var(--white);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    /* Section Title Two */
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .features-twelve {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.features-twelve .section-title-two {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-twelve .section-title-two {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .features-twelve .section-title-two {
        margin-bottom: 35px;
    }
}
.features-twelve .section-title-two span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
}
.features-twelve .section-title-two h2 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-twelve .section-title-two h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
@media (max-width: 767px) {
    .features-twelve .section-title-two h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.features-twelve .section-title-two p {
    color: var(--dark-3);
}

.features-style-twelve {
    height: 90%;
    padding: 50px 30px;
    border: 2px solid var(--gray-4);
    border-radius: 10px;
    background-color: var(--white);
    text-align: left;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-style-twelve {
        padding: 40px 20px;
    }
}
.features-style-twelve:hover {
    box-shadow: var(--shadow-4);
}
.features-style-twelve .feature-icon {
    width: 80px;
    height: 80px;
    box-shadow: var(--shadow-2);
    border-radius: 5px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 35px;
    margin-bottom: 30px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.features-style-twelve .feature-icon i {
    transition: all 0.4s ease-in-out;
}
.features-style-twelve h4 {
    display: block;
    margin-bottom: 20px;
}
.features-style-twelve p {
    color: var(--dark-3);
}
.features-style-twelve:hover {
    border-color: var(--primary);
}

/*===== Client Logo Two =====*/
.client-logo-two {
    background: var(--light-2);
    padding-top: 50px;
    padding-bottom: 50px;
}
.client-logo-two .section-title-two {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-two .section-title-two {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .client-logo-two .section-title-two {
        margin-bottom: 35px;
    }
}
.client-logo-two .section-title-two span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
}
.client-logo-two .section-title-two h2 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-two .section-title-two h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
@media (max-width: 767px) {
    .client-logo-two .section-title-two h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.client-logo-two .section-title-two p {
    color: var(--dark-3);
}
.client-logo-two .single-client {
    margin-top: 30px;
}

/*===== SLIDER ONE =====*/
/* ===== Buttons Css ===== */
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
    border-color: var(--primary);
    color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn-outline, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:focus {
    background: var(--primary-dark);
    color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}
.slider-one .bd-example .carousel .carousel-inner {
    background-color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item {
    height: auto;
    padding: 300px 0;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        padding: 200px 0;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        padding: 150px 0;
    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222B45;
    opacity: 0.9;
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        height: 400px;
    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 44px;
    font-weight: 700;
    color: var(--white);
    line-height: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 35px;
        line-height: 42px;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 24px;
        line-height: 32px;
    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .text {
    color: var(--white);
    display: block;
    margin: 20px 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    display: inline-block;
    margin: 16px 8px 0;
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
        margin: 16px 3px 0;
    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid transparent;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
    border-color: var(--white);
    color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover {
    border-color: transparent;
    background-color: var(--white);
    color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid var(--white);
    font-size: 20px;
    color: var(--white);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 30px;
    opacity: 1;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.slider-one .bd-example .carousel .carousel-control-prev:hover, .slider-one .bd-example .carousel .carousel-control-next:hover {
    background-color: var(--white);
    color: var(--primary);
    border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
        left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
        left: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
        left: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.slider-one .bd-example .carousel .carousel-control-next {
    right: 30px;
    left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 20px;
    }
}
.slider-one .bd-example .carousel .carousel-indicators {
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-indicators {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-indicators {
        margin-bottom: 30px;
    }
}
.slider-one .bd-example .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: var(--white);
    border-radius: 50px;
    border: 0;
    margin: 0px 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.slider-one .bd-example .carousel .carousel-indicators li.active {
    width: 20px;
    background-color: var(--white);
    border-radius: 5px;
}
.slider-one .bd-example .carousel .carousel-indicators li:hover {
    opacity: 1;
}

/*===========================
  about-04 css
===========================*/
.about-four {
    background-color: var(--light-2);
    padding-top: 90px;
    padding-bottom: 120px;
    position: relative;
}

.about-feature-four {
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .about-feature-four {
        padding: 0;
    }
}
.about-feature-four .about-feature-image img {
    width: 100%;
}
.about-feature-four .about-feature-content .feature-title {
    margin-bottom: 16px;
}
.about-feature-four .about-feature-content .text {
    margin-top: 8px;
}

.about-feature-items-four {
    margin-top: 40px;
}
.about-feature-items-four .feature-items-icon {
    max-width: 100px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: var(--primary);
}
.about-feature-items-four .feature-items-content {
    padding-left: 30px;
}
@media (max-width: 767px) {
    .about-feature-items-four .feature-items-content {
        padding-left: 0;
        padding-top: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-feature-items-four .feature-items-content {
        padding-left: 30px;
        padding-top: 0;
    }
}
.about-feature-items-four .feature-items-content .text {
    margin-top: 16px;
}

.feature-four-image {
    padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-four-image {
        padding: 0;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .feature-four-image {
        padding: 0;
        margin-top: 40px;
    }
}
.feature-four-image img {
    border-radius: 5px;
}

/*============================
  Section Title Three CSS
==============================*/
.section-title-three {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-three {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .section-title-three {
        margin-bottom: 35px;
    }
}
.section-title-three h5 {
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--primary);
    font-size: 1rem;
}
@media (max-width: 767px) {
    .section-title-three h5 {
        font-size: 0.8rem;
    }
}
.section-title-three h2 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-three h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
@media (max-width: 767px) {
    .section-title-three h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.section-title-three p {
    color: var(--dark-3);
}

/* tabs-five */
.tabs-five {
    margin: 1rem;
    background-color: var(--light-2);
    border-radius: 4px;
}
.tabs-five .nav {
    height: 100%;
}
.tabs-five .nav a {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
    font-weight: 700;
    padding: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 4px;
}
.tabs-five .nav a i {
    margin-right: 5px;
    font-size: 18px;
}
.tabs-five .nav a.active {
    color: var(--white);
    background: var(--primary);
}
.tabs-five .tab-content .tab-text {
    padding: 15px;
}
.tabs-five .tab-content .tab-text .text {
    color: var(--dark-3);
}


/*======================================
    Brand CSS
========================================*/
.brand-area {
    padding: 120px 0;
}

.brand-area img {
    height: 60%;
}

.brand-area .section-title {
    text-align: left;
    margin-bottom: 0;
    padding-right: 50px;
    position: relative;
    z-index: 5;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-area .section-title {
        margin-bottom: 40px;
    }
}
.brand-area .section-title span {
    display: inline-block;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
}
.brand-area .section-title h2 {
    margin-bottom: 18px;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-area .section-title h2 {
        font-size: 30px;
        line-height: 38px;
    }
}
.brand-area .section-title h2:before {
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: var(--primary);
    content: "";
}
.brand-area .section-title p {
    color: var(--dark-3);
}
.brand-area .section-title.white-text h2 {
    color: var(--white);
}
.brand-area .section-title.white-text h2::before {
    background-color: var(--white);
}
.brand-area .section-title.white-text span {
    color: var(--white);
}
.brand-area .section-title.white-text p {
    color: var(--white);
}
.brand-area .brand-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.brand-area .brand-list li {
    flex-basis: 33.33%;
}
@media (max-width: 767px) {
    .brand-area .brand-list li {
        flex-basis: 50%;
    }
}
.brand-area .brand-list li a {
    display: block;
    text-align: center;
    height: 150px;
    line-height: 150px;
    border: 1px solid var(--gray-4);
}
.brand-area .brand-list li a:hover {
    background-color: var(--primary-light);
}
.brand-area .brand-list li a:hover img {
    transform: scale(1);
    opacity: 1;
}
.brand-area .brand-list li a img {
    transition: all 0.4s ease;
    transform: scale(0.9);
    opacity: 0.7;
    max-width: 90%;
}
.brand-area .bg-color-white .brand-list::before {
    background: var(--light-1);
}

/*============================
  Section Title Three CSS
==============================*/
.header-benefits {
    text-align: start;
    max-width: 550px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-benefits {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .header-benefits {
        margin-bottom: 35px;
    }
}
.header-benefits h5 {
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--primary);
    font-size: 1rem;
}
@media (max-width: 767px) {
    .header-benefits h5 {
        font-size: 0.8rem;
    }
}
.header-benefits h2 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-benefits h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
@media (max-width: 767px) {
    .header-benefits h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.header-benefits p {
    color: var(--dark-3);
}
