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

Template Name:  Foresty - Ecology and Environment Template
Author:  Gramentheme
Author URI: https://themeforest.net/user/gramentheme/portfolio
Developer: Kawser Ahmed Roni
Version: 1.0.0
Description: Foresty - Ecology and Environment Template

-------------------------------------------------------------------
CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01. abstracts
    1.01 --> mixins
    1.02 --> variable

02. base
    2.01 --> typography
    2.02 --> animation
    2.03 --> responsive

03. components
    3.01 --> buttons
    3.02 --> progress

04. layout
    4.01 --> header
    4.02 --> banner
    4.03 --> section
    4.04 --> footer

------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --inter: "Inter", sans-serif;
    --primary-color: #169fc2;
    --secondary-color: #0e0e0e;
    --sub-bg: #f3fdff;
    --heading-color: #0e0e0e;
    --paragraph: #303030;
    --span: #b0edf9;
    --border: #a8e3f1;
    --white: #ffffff;
    --black: #000000;
    --border-1px: 1px solid #a8e3f1;
    --border-2px: 2px solid #a8e3f1;
    --transition: all 0.4s ease-in-out;
    --shadow: 0px 4px 55px 0px #169fc226;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--inter);
    color: var(--paragraph);
    background-color: var(--white);
    line-height: 28px;
    font-weight: 400;
    text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    color: var(--heading-color);
    font-family: var(--inter);
}

h1, .h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
}

h2, .h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

h3, .h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 600;
}

h5, .h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

h6, .h6 {
    font-size: 14px;
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 16px;
}

span {
    display: inline-block;
    color: var(--span);
}

a {
    text-decoration: none;
    display: inline-block;
    color: var(--heading-color);
    transition: var(--transition);
}

a:hover {
    color: var(--heading-color);
}

ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

li {
    list-style: none;
}

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

input {
    border: none;
    outline: none;
}

::placeholder {
    color: var(--span);
}

::selection {
    color: var(--white);
    background-color: var(--primary-color);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: var(--border);
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 8px;
    border: 1px solid transparent;
    background-clip: content-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bor {
    border: 1px solid var(--border);
}

.bor-top {
    border-top: 1px solid var(--border);
}

.bor-left {
    border-left: 1px solid var(--border);
}

.bor-bottom {
    border-bottom: 1px solid var(--border);
}

.bor-right {
    border-right: 1px solid var(--border);
}

.border-none {
    border: none !important;
}

.text-justify {
    text-align: justify;
}

.image img,
.video video, .video iframe {
    width: 100%;
}

.primary-color {
    color: var(--primary-color) !important;
}

.primary-bg {
    background-color: var(--primary-color) !important;
}

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

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

.sm-font {
    font-size: 14px;
}

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

.overlay, .subscribe-area, .involve__bg, .donation, .achievement, .service-single__right-item .item-two, .banner-four {
    position: relative;
}

.overlay::before, .subscribe-area::before, .involve__bg::before, .donation::before, .achievement::before, .service-single__right-item .item-two::before, .banner-four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.star i {
    color: #e76100;
}

.btn-one, .btn-two, .btn-two-light, .btn-one-white, .btn-one-light {
    padding: 15px 20px;
    font-weight: 600;
    color: var(--primary-color);
    transition: var(--transition);
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    position: relative;
    text-transform: none;
}

.btn-one i, .btn-two i, .btn-two-light i, .btn-one-white i, .btn-one-light i {
    padding: 0 5px;
    position: relative;
}

.btn-one span, .btn-two span, .btn-two-light span, .btn-one-white span, .btn-one-light span {
    color: var(--primary-color);
    position: relative;
    transition: var(--transition);
}

.btn-one::before, .btn-two::before, .btn-two-light::before, .btn-one-white::before, .btn-one-light::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.btn-one:hover, .btn-two:hover, .btn-two-light:hover, .btn-one-white:hover, .btn-one-light:hover {
    color: var(--white);
}

.btn-one:hover span, .btn-two:hover span, .btn-two-light:hover span, .btn-one-white:hover span, .btn-one-light:hover span {
    color: var(--white);
}

.btn-one:hover::before, .btn-two:hover::before, .btn-two-light:hover::before, .btn-one-white:hover::before, .btn-one-light:hover::before {
    width: 100%;
    left: 0px;
}

.btn-one-light {
    border: 2px solid var(--white);
    color: var(--white);
}

.btn-one-light span {
    color: var(--white);
}

.btn-one-light:hover {
    border: 2px solid var(--primary-color);
}

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

.btn-one-white::before {
    border-radius: 6px;
}

.btn-two, .btn-two-light {
    border-radius: 100px;
    overflow: hidden;
}

.btn-two::before, .btn-two-light::before {
    border-radius: 100px;
}

.btn-two-light {
    border: 2px solid var(--white);
    color: var(--white);
}

.btn-two-light span {
    color: var(--white);
}

.btn-two-light::before {
    background-color: var(--white);
}

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

.btn-two-light:hover span {
    color: var(--primary-color);
}

.arry-btn button {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid var(--border);
    color: var(--border);
    transition: var(--transition);
}

.arry-btn button:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.arry-btn .active {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.arry-prev {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid var(--border);
    color: var(--border);
    transition: var(--transition);
}

.arry-prev:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.arry-next {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    transition: var(--transition);
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.image-arry {
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid var(--white);
    line-height: 90px;
}

.image-arry i {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    font-size: 22px;
    color: var(--white);
    display: inline-block;
}

.dot .swiper-pagination-bullet, .dot-light .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.6s;
    background-color: transparent;
    opacity: 1;
    position: relative;
    border: 1px solid transparent;
}

.dot .swiper-pagination-bullet::before, .dot-light .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #858585;
    transition: 0.6s;
}

.dot .swiper-pagination-bullet.swiper-pagination-bullet-active, .dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--primary-color);
}

.dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: var(--primary-color);
}

.dot-light .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid transparent;
}

.dot-light .swiper-pagination-bullet::before {
    background-color: var(--white);
}

.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--white);
}

.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: var(--white);
}

.video-btn {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 2;
}

.video-btn a {
    position: relative;
    color: var(--primary-color);
    font-size: 28px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    display: block;
    transition: 0.4s;
}

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

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

.text-btn {
    width: 180px;
    height: 180px;
    line-height: 180px;
    position: relative;
    text-align: center;
}

.text-btn i {
    display: inline-block;
    font-size: 26px;
    background-color: var(--white);
    width: 112px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    color: var(--primary-color);
}

.text-btn .the-text {
    position: absolute;
    top: -3px;
    left: 0;
    animation: rotate 15s linear infinite;
    animation-play-state: running;
}

.text-btn:hover .the-text {
    animation-play-state: paused;
}

.pagi-btn,
.page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: var(--border-1px);
}

.pagi-btn:hover,
.page-numbers:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.pagi-btn.active,
.page-numbers.current {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
    cursor: default;
}

.page-numbers.next {
    border: none;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    line-height: 1.2;
    transition: var(--transition);
    font-size: 24px;
    margin-left: 5px;
    color: var(--span);
}

.pagi-wrp .page-numbers.next:hover {
    color: var(--primary-color);
}

.page-numbers.dots {
    cursor: default;
    border: none;
    color: var(--primary-color);
    width: auto;
    height: 50px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.page-numbers.dots:hover {
    color: var(--primary-color);
    background: none;
}

.empty-posts {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1.2;
    padding-bottom: 20px;
}

@media screen and (max-width: 424px) {
    .empty-posts {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        color: var(--primary-color);
    }
}

.pagi-wrp {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 375px) {
    .pagi-wrp {
        gap: 5px;
    }

    .pagi-btn,
    .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .page-numbers.dots {
        height: 40px;
    }
}

.pagi-wrp .fa-arrow-right {
    font-size: 24px;
    margin-left: 5px;
    color: var(--span);
}

.pagi-wrp .fa-arrow-right:hover {
    color: var(--primary-color);
}

.radio-btn {
    display: flex;
    align-items: center;
}

.radio-btn p {
    color: var(--span);
    margin-left: 10px;
    font-size: 14px;
}

.radio-btn span {
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.radio-btn span::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-color);
    top: 6px;
    left: 6px;
}

.radio-btn .radio-btn-active {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.radio-btn .radio-btn-active::after {
    background-color: var(--white);
}

.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: var(--transition);
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: "\f30c";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: var(--transition);
}

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

.scroll-up svg.scroll-circle path {
    stroke: var(--primary-color);
    stroke-width: 4px;
    box-sizing: border-box;
    transition: var(--transition);
}

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

.experience-progress-wrapper .progress {
    background-color: #ededed;
    height: 10px;
    border-radius: 100px;
}

.experience-progress-wrapper .progress .progress-bar {
    background-color: var(--primary-color);
}

.experience-progress-wrapper span {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
}

.experience-progress-wrapper .experience-title {
    font-weight: 600;
}

.header .header-top {
    padding: 16px 0;
    /*overflow: hidden;*/
    background-color: var(--heading-color);
}

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

.header .header-top .header-top-wrp .info {
    color: var(--white);
}

.header .header-top .header-top-wrp .info span {
    color: var(--white);
}

.header .header-top .header-top-wrp .info a {
    transition: var(--transition);
    color: var(--white);
    font-size: 15px;
}

.header .header-top .header-top-wrp .info a:hover {
    color: var(--primary-color);
}

.header .header-top .header-top-wrp .info i {
    color: var(--primary-color);
    padding-right: 5px;
}

.header .header-top .header-top-wrp .info li {
    float: left;
    line-height: 0;
}

.header .header-top .header-top-wrp .link-info {
    position: relative;
    z-index: 2;
}

.header .header-top .header-top-wrp .link-info li {
    float: left;
    line-height: 0;
}

.header .header-top .header-top-wrp .link-info li a {
    width: 40px;
    color: var(--white);
    text-align: center;
}

.header .header-top .header-top-wrp .link-info li a:hover {
    color: var(--primary-color);
}

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

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: var(--transition);
    background: var(--white);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.1);
}

.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    transition: var(--transition);
    position: relative;
}

.header-wrapper .logo-menu img {
    max-width: 100%;
    height: 50px;
    width: auto;
}

.header-wrapper .main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
}

.header-wrapper .main-menu li {
    transition: var(--transition);
    position: relative;
}

.header-wrapper .main-menu li:not(:last-child) {
    margin-right: 30px;
}

.header-wrapper .main-menu li a {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    transition: var(--transition);
    text-transform: none;
    padding: 35px 0;
}

.header-wrapper .main-menu li a:hover {
    color: #007F9F;
}

.header-wrapper .main-menu li a i {
    margin-left: 2px;
    font-size: 12px;
}

.header-wrapper .main-menu li .sub-menu {
    display: none;
    transform: translateY(20px);
}

@media (min-width: 1200px) {
    .header-wrapper .main-menu li .sub-menu {
        position: absolute;
        top: 99%;
        left: 0;
        z-index: 111;
        width: 250px;
        transition: var(--transition);
        background: var(--white);
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
        display: block;
        opacity: 0;
        visibility: hidden;
    }
}

.header-wrapper .main-menu li .sub-menu li {
    margin-right: 0;
    transition: var(--transition);
}

.header-wrapper .main-menu li .sub-menu li a,
.header-wrapper .main-menu li .sub-menu li span {
    color: var(--primary-color);
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 8px 25px;
    transition: var(--transition);
}

.header-wrapper .main-menu li .sub-menu li a:hover {
    color: var(--primary-color);
}

.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border);
}

.header-wrapper .main-menu li .sub-menu li :hover {
    margin-left: 10px;
}

.header-wrapper .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-wrapper .side-btn {
    margin-left: 45px;
    padding: 15px 30px;
    border: 2px solid var(--primary-color) !important;
    border-radius: 6px;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

.header-wrapper .side-btn i {
    font-size: 16px;
    transition: var(--transition);
    color: var(--primary-color);
}

.header-wrapper .side-btn span {
    color: var(--primary-color);
    transition: var(--transition);
}

.header-wrapper .side-btn.btn-one {
    padding: 15px 20px;
    font-weight: 600;
    color: var(--primary-color) !important;
    transition: var(--transition);
    border: 2px solid var(--primary-color) !important;
    border-radius: 6px;
    position: relative;
    text-transform: none;
    visibility: visible !important;
    display: flex;
    align-items: center;
    height: 50px;
}

.side_bar .side-btn.btn-one {
    color: #fff !important;
    border: 2px solid #fff !important;
    width: auto;
}

.side_bar .social-icon a,
.side_bar .social-icon a .fa-brands {
    transition: var(--transition);
}

.side_bar .social-icon a:hover .fa-brands {
    color: var(--primary-color) !important;
}

.side_bar .social-icon a:hover {
    background: #fff !important;
}

.header-wrapper .side-btn.btn-one:hover::before {
    background: var(--primary-color) !important;
}

.side_bar .side-btn.btn-one:hover::before {
    background: #fff !important;
}

.header-wrapper .side-btn.btn-one span {
    color: var(--primary-color) !important;
    transition: var(--transition);
}

.header-wrapper .side-btn.btn-one i {
    color: var(--primary-color) !important;
    transition: var(--transition);
}

.side_bar .side-btn.btn-one i,
.side_bar .side-btn.btn-one span {
    color: #fff !important;
    transition: var(--transition);
}

.header-wrapper .side-btn.btn-one:hover span {
    color: #fff !important;
}

.side_bar .side-btn.btn-one:hover span,
.side_bar .side-btn.btn-one:hover i {
    color: var(--primary-color) !important;
}

.header-wrapper .side-btn.btn-one:hover i {
    color: #fff !important;
}

.header-wrapper .sub_menu_wrp {
    position: relative;
}

.header-wrapper .sub_menu_wrp a i {
    margin-top: 8px;
}

.header-wrapper .sub_menu_wrp .sub_sub_menu {
    position: absolute;
    width: 250px;
    right: -250px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    background-color: var(--white);
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: var(--transition);
}

.header-wrapper .main-menu li a.active {
    color: #007F9F;
    transition: all 0.3s ease-in-out;
}

.header-wrapper .sub_menu_wrp .sub_sub_menu li:hover {
    margin-left: 0 !important;
}

.header-wrapper .sub_menu_wrp:hover .sub_sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.header-one__logo {
    padding: 27px 60px;
    background-color: var(--primary-color);
}

.header-one__dots {
    padding: 30px;
    background-color: var(--heading-color);
}

.header-one__info {
    justify-content: end;
    flex-wrap: nowrap;
    width: 450px;
}

.header-one__info .menu_info {
    padding: 25px 40px;
}

.header-one__info .menu-btn {
    margin-right: 30px;
}

.header-one__info .menu-btn a,
.header-one__info .menu-btn span {
    color: var(--primary-color);
    font-weight: 600;
}

.header-three {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-three .header-top-wrp {
    padding: 0 15px;
}

.header-three .header-wrapper {
    padding: 0 15px;
}

.header-wrapper {
    justify-content: flex-start;
}

.main-menu,
.main-menu-wrap {
    margin-left: auto;
}

.header-three .menu-btn a {
    padding: 33px 30px !important;
    border-radius: 0 !important;
}

.header-three .menu-btn a:hover {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
}

.ml-auto {
    margin-left: auto;
}

.header-three .menu-btn a:hover span {
    color: var(--white) !important;
}

.header-four__logo {
    margin-left: 100px;
    margin-right: 100px;
}

.header-four__logo .logo {
    padding: 0 !important;
}

.header-four .header-section {
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    top: 30px;
    left: 0;
    z-index: 99;
}

.header-four .header-section .header-four__logo-light {
    display: none;
}

.header-four .header-wrapper .main-menu .menu-btn a {
    padding: 0;
    background-color: transparent !important;
    border: none;
}

.header-four .header-wrapper .main-menu .menu-btn a span {
    color: var(--white) !important;
}

.header-four .header-wrapper {
    padding: 0 30px;
}

.header-four .menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: var(--transition);
    background: var(--primary-color) !important;
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.1);
}

.header-four .menu-fixed .header-four__logo-light {
    display: block;
}

.header-four .menu-fixed .header-four__logo-mix {
    display: none;
}

.header-four .menu-fixed .header-wrapper .main-menu .menu-btn a {
    color: var(--white) !important;
}

.header-five .header-top {
    background-color: var(--primary-color);
}

.header-five .header-top .header-top-wrp .info {
    color: var(--heading-color);
}

.header-five .header-top .header-top-wrp .info span {
    color: var(--heading-color);
}

.header-five .header-top .header-top-wrp .info a {
    transition: var(--transition);
    color: #fff;
    font-size: 15px;
}

.header-five .header-top .header-top-wrp .info a:hover {
    color: #fff;
    opacity: 0.6;
}

.header-five .header-top .header-top-wrp .info i {
    color: #fff;
    padding-right: 5px;
}

.header-five .header-top .header-top-wrp .info li {
    float: left;
    line-height: 0;
}

.header-five .header-top .header-top-wrp .link-info li {
    float: left;
    line-height: 0;
}

.header-five .header-top .header-top-wrp .link-info li a {
    width: 40px;
    color: #fff;
    text-align: center;
}

.header-five .header-top .header-top-wrp .link-info li a:hover {
    color: #fff;
    opacity: 0.6;
}

.header-five .header-section {
    background-color: #fff;
}

.header-five .menu-btn a {
    background-color: var(--white) !important;
    color: var(--primary-color) !important;
    border-radius: 100px !important;
}

.header-five .menu-btn a span {
    color: var(--primary-color) !important;
}

.mega-menu {
    background-color: var(--white);
    padding: 65px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.mega-menu-area {
    position: absolute;
    left: 0;
    top: 98px;
    z-index: 99;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition);
}

.mega-menu__item h5,
.mega-menu__item .h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.mega-menu__item ul li a {
    font-weight: 400;
    padding-top: 10px;
}

.mega-menu__item ul li a:hover {
    color: var(--primary-color);
}

.mega-menu-hover {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.header-section .menu_info {
    display: flex;
    align-items: center;
}

.header-section .menu_info .call_info span {
    color: var(--white);
}

.header-section .menu_info .call_info a {
    color: var(--white);
}

.header-section .menu_info .call_info a:hover {
    color: var(--white);
}

.header-section .menu_info .call_ico {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--white);
    font-size: 18px;
    color: var(--white);
    margin-right: 10px;
}

.header-section .side-bars i {
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
}

.side_bar {
    position: fixed;
    top: 0;
    right: 0px;
    width: 450px;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 9999;
    transition: var(--transition);
    overflow-y: auto;
    overflow-x: hidden;
}

.side_bar_header {
    padding: 40px;
}

.side_bar_body {
    padding: 40px;
}

.side_bar .fa-brands {
    color: #fff;
}

.side_bar p {
    color: var(--white);
}

.side_bar .info li {
    font-size: 20px;
}

.side_bar .info li i {
    margin-right: 10px;
}

.side_bar .info li a {
    color: var(--white);
}

body.overlay {
    overflow: hidden;
}

body.overlay:before {
    position: fixed;
    content: "";
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1111;
}

.side_bar button.close-side {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: var(--transition);
}

.side_bar button.close-side:hover {
    transform: rotate(90deg);
}

.side_bar .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: var(--border-1px);
    color: var(--primary-color);
    margin-right: 10px;
}

.side_bar .social-icon a:hover {
    background-color: var(--primary-color);
    color: var(--heading-color);
    border: 1px solid var(--primary-color);
}

.side_bar_hidden {
    visibility: hidden;
    opacity: 0;
    right: -30px;
}

.nice-select {
    padding-left: 0;
    border: none;
    border-bottom: var(--border-1px);
    background-color: transparent;
    color: var(--white);
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #fff !important;
}

.nice-select .current {
    color: var(--white);
    line-height: 1.5;
    padding: 15px 20px 15px 0;
    display: block;
    font-size: 16px;
}

.nice-select:after {
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
}

.side_bar .nice-select:after {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

.nice-select.open .list {
    max-height: 250px;
    opacity: 1;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    width: 100%;
    background: var(--primary-color);
    transform: none !important;
    border: 1px solid #fff;
}

.nice-select .list {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    width: 100%;
    background: var(--primary-color);
    transform: none !important;
    overflow: auto !important;
}

.nice-select .option:hover,
.nice-select .option:focus,
.nice-select .option.selected.focus:hover,
.nice-select .option.selected.focus:focus {
    background: #fff;
    color: #169fc2 !important;
    font-weight: 400;
}

.nice-select .option.selected.focus:hover,
.nice-select .option.selected.focus:focus {
    font-weight: 700;
}

.nice-select .option.selected.focus {
    background: inherit;
    color: inherit;
    font-weight: 700;
}

.nice-select .option {
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    white-space: normal;
}

.nice-select .option:hover,
.nice-select .option:focus {
    background: #fff;
    color: #169fc2;
}

.banner {
    overflow-x: hidden;
    padding-top: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner__leaf {
    position: absolute;
    bottom: 0;
    left: 37%;
    z-index: 0;
}

.banner__scroll-text {
    position: absolute;
    bottom: 72px;
    left: 47%;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}

.banner__scroll-text-line {
    width: 55px;
    height: 1px;
    background-color: var(--border);
    margin-left: 10px;
}

.banner__image {
    position: relative;
    z-index: 1;
}

.banner__image img {
    width: 100%;
}

.banner__image-text {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.banner__content {
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

.banner__content h4,
.banner__content .h4 {
    color: var(--primary-color);
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner__content h1,
.banner__content .h1 {
    text-transform: none;
    margin-bottom: 50px;
    font-size: 52px;
}

.banner__content-con {
    display: flex;
    align-items: center;
}

.banner__content-con p {
    margin-left: 35px;
}

.banner-two {
    overflow-x: hidden;
    position: relative;
}

.banner-two__slider {
    width: 44%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.banner-two__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.banner-two__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.banner-two__content h1,
.banner-two__content .h1 {
    line-height: 40px;
}

.banner-two__content h4,
.banner-two__content .h4 {
    color: var(--primary-color);
    margin-bottom: 30px;
}

.banner-two__dot {
    position: absolute;
    top: 50%;
    left: inherit !important;
    right: 50px;
    width: 30px !important;
    height: 90px;
    transform: translate(0%, -30%);
}

.banner-two__video-btn {
    position: absolute;
    right: 32%;
    bottom: 40px;
}

.banner-two__shape-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-two__shape-right {
    position: absolute;
    right: 30%;
    bottom: 20px;
}

.banner-three {
    overflow-x: hidden;
    position: relative;
}

.banner-three__arry-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-60px);
    left: 65px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.banner-three__arry-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(60px);
    right: 65px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.banner-three__line-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.banner-three__line-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.banner-three__content {
    padding-top: 335px;
    padding-bottom: 339px;
    text-align: center;
    position: relative;
}

.banner-three__content h4,
.banner-three__content .h4 {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 38px;
}

.banner-three__content h1,
.banner-three__content .h1 {
    color: var(--white);
}

.banner-three__slider .slide-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #169fc2 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.banner-three__slider .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
}

.banner-three__slider .swiper-slide-active .slide-bg {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
}

.banner-three:hover .banner-three__arry-prev {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0px);
}

.banner-three:hover .banner-three__arry-next {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0px);
}

.banner-four::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-four__wrp {
    position: relative;
    padding-top: 320px;
    padding-bottom: 255px;
    padding-left: 65px;
    padding-right: 65px;
    border: 2px solid rgba(255, 255, 255, 0.3019607843);
    border-radius: 30px;
}

.banner-four__wrp .video-btn-right {
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
}

.banner-four__content h1,
.banner-four__content .h1 {
    font-size: 70px;
    font-weight: 700;
    color: var(--white);
    line-height: 100px;
}

.banner-four__content h4,
.banner-four__content .h4 {
    color: var(--white);
    position: relative;
    display: inline-block;
    margin-left: 60px;
}

.banner-four__content h4::after,
.banner-four__content .h4::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: var(--white);
    top: 12px;
    right: -58px;
}

.banner-four__content h4::before,
.banner-four__content .h4::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: var(--white);
    top: 12px;
    left: -58px;
}

.banner-four__social {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.banner-four__social a {
    color: var(--white);
    display: block;
    text-align: center;
    padding: 5px 0;
}

.banner-four__social a:hover {
    color: var(--primary-color);
}

.banner-four__social a:not(:last-child) {
    border-bottom: 1px solid #414141;
}

.banner-four__social a .active {
    color: var(--primary-color);
}

.banner-four__link {
    position: absolute;
    top: 50%;
    right: -276px;
    transform: translateY(-50%) rotate(-90deg);
    display: flex;
    align-items: center;
}

.banner-four__link a {
    color: var(--white);
}

.banner-four__link a:hover {
    color: var(--primary-color);
}

.banner-four__link a:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #414141;
}

.banner-four__link a i {
    color: var(--primary-color);
    margin-right: 15px;
}

.banner-five {
    position: relative;
}

.banner-five__arry-btn {
    width: 60px;
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-five__arry-btn button {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.banner-five__arry-btn button:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.banner-five__arry-btn .arry-next {
    transition: all 0.6s ease-in-out;
}

.banner-five__content {
    padding: 130px 0;
    text-align: left;
    position: relative;
}

.banner-five__content h4,
.banner-five__content .h4 {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.banner-five__content h1,
.banner-five__content .h1 {
    color: var(--white);
    font-size: 80px;
    line-height: 100px;
}

.banner-five__content .btn-one-white {
    border-radius: 100px;
    overflow: hidden;
}

.banner-five__content .btn-one-white::before {
    border-radius: 100px;
}

.banner-five__slider .slide-bg:before {
    background: rgba(0, 0, 0, 0.2509803922);
}

.banner-five:hover .banner-five__arry-btn button {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}

.page-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/img-content-4.jpg);
    text-transform: none;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.page-banner h2,
.page-banner .h2,
.page-banner a,
.page-banner span {
    color: var(--white);
}

.page-banner h2,
.page-banner .h2 {
    margin-bottom: 20px;
}

#loading {
    background-color: var(--white);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    top: 0px;
}

#loading #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25%;
    transform: translate(-50%, -50%);
}

#loading .loading-icon .loading-logo {
    width: 150px;
    height: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #loading #loading-center-absolute {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #loading #loading-center-absolute {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #loading #loading-center-absolute {
        width: 45%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #loading #loading-center-absolute {
        width: 50%;
    }
}

@media (max-width: 575px) {
    #loading #loading-center-absolute {
        width: 60%;
    }
}

@media (min-width: 1400px) {
    .banner__content-con {
        padding-bottom: 330px;
    }
}

.section-header {
    margin-bottom: 65px;
}

.section-header h5,
.section-header .h5 {
    color: var(--primary-color);
    padding-bottom: 20px;
    text-transform: uppercase;
}

.section-header h5 img,
.section-header .h5 img {
    margin-right: 5px;
}

.section-header h2,
.section-header .h2 {
    text-transform: none;
}

.section-header p {
    margin-top: 30px;
}

.about {
    overflow: hidden;
    position: relative;
}

.about__info {
    display: flex;
    align-items: center;
}

.about__info-info-con {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid var(--border);
}

.about__info-info-con ul {
    display: flex;
    align-items: center;
    align-items: center;
}

.about__info-info-con ul li:first-child {
    margin-right: 20px;
}

.about__info-info-con ul li h4,
.about__info-info-con ul li .h4 {
    font-size: 20px;
}

.about__info-info-con ul li span {
    color: var(--primary-color);
}

.about__info-info-con img {
    width: 114px;
}

.about__info-signature {
    width: 173px;
}

.about__leaf {
    position: absolute;
    right: 30px;
    top: 30%;
    z-index: -1;
}

.about-two {
    overflow: hidden;
    position: relative;
}

.about-two__image {
    max-width: 580px;
    position: relative;
}

.about-two__image img {
    width: 100%;
}

.about-two__image .sm-image {
    max-width: 260px;
    position: absolute;
    top: 70px;
    right: -105px;
    z-index: 1;
}

.about-two__image .video__btn-wrp-sm {
    position: absolute;
    top: 23%;
    right: -10px;
    z-index: 2;
}

.about-two__image .video__btn-wrp-sm .video-btn a {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.about-two__image .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 40px;
    background-color: var(--primary-color);
    border: 10px solid var(--white);
    display: inline-block;
}

.about-two__image .info h2,
.about-two__image .info .h2 {
    color: var(--white);
}

.about-two__image .info h2 span,
.about-two__image .info .h2 span {
    color: var(--white);
}

.about-two__image .info .year {
    font-size: 20px;
    font-weight: 300;
    color: var(--white);
}

.about-two__image .stroke-text {
    position: absolute;
    right: -35%;
    bottom: 15%;
}

.about-two__image .stroke-text h2,
.about-two__image .stroke-text .h2 {
    transform: rotate(-90deg);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--border);
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.about-two__right-item ul li {
    color: var(--heading-color);
    font-weight: 600;
}

.about-two__right-item .about_info .info i {
    width: 50px;
    height: 50px;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    margin-right: 10px;
}

.about-two__right-item .about_info .bor-left {
    height: 60px;
}

.about-two__shape-left {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: -1;
}

.about-two__shape-right {
    position: absolute;
    right: 40px;
    bottom: 130px;
    z-index: -1;
}

.about-four {
    position: relative;
}

.about-four__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
}

.about-four__image img {
    width: 100%;
}

.about-four__image .image-shape {
    width: 80px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.about-four__image .zoo-time {
    text-align: center;
    padding: 24px;
    background-color: var(--primary-color);
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.about-four__image .zoo-time img {
    width: 100px;
}

.about-four__image .zoo-time .item {
    padding: 30px 50px;
    background-color: var(--white);
}

.about-four__image .zoo-time .item h3,
.about-four__image .zoo-time .item .h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.about-four__image .zoo-time .item span {
    font-weight: 600;
    color: var(--primary-color);
}

.about-four__image .zoo-time .item .footer__item-map-popup {
    color: var(--heading-color);
}

.about-four__image .zoo-time .item .footer__item-map-popup:hover {
    color: var(--primary-color);
}

.about-four__image .zoo-time .item .tag {
    position: absolute;
    width: 138px;
    top: 24px;
    left: 24px;
}

.about-four__image .zoo-time .item .tag img {
    width: 100%;
}

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

.video__text {
    text-align: center;
}

.video__text h2,
.video__text .h2 {
    font-size: 270px;
    font-weight: 700;
    line-height: 320px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
    color: transparent;
    opacity: 20%;
}

.video__btn-wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thumbnail-area__text {
    max-width: 1078px;
    margin: 0 auto;
}

.thumbnail-area__text img {
    width: 100%;
}

.animal__item {
    text-align: center;
}

.work {
    overflow: hidden;
}

.work__item, .work-five__item {
    overflow: hidden;
    position: relative;
    padding: 30px;
    border: var(--border-1px);
    transition: var(--transition);
    height: 100%;
}

.work__item-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work__item .work__item-desc {
    background: rgb(255, 255, 255, 0.5);
    position: relative;
    z-index: 5;
}

.work__item-icon span {
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--border);
    font-size: 60px;
    line-height: 80px;
    color: transparent;
    transition: var(--transition);
}

.work__item-leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.work__item h3 a:hover,
.work-five__item h3 a:hover,
.work__item .h3 a:hover,
.work-five__item .h3 a:hover {
    color: var(--primary-color);
}

.work__item p, .work-five__item p {
    margin: 20px 0;
}

.work__item-arrow {
    font-size: 20px;
    position: relative;
    transform: translateX(0);
    transition: 0.7s;
}

.work__item:hover, .work-five__item:hover {
    border: 1px solid transparent;
    box-shadow: var(--shadow);
}

.work-five__item .work-five__icon img {
    filter: brightness(0) invert(1) sepia(1) saturate(0) hue-rotate(0deg);
    transition: var(--transition);
    width: 50px;
    height: 50px;
}

.work-five__item:hover .work-five__icon img {
    filter: brightness(1) invert(0) sepia(0) saturate(1) hue-rotate(0deg);
}

.work__item:hover .work__item-icon span, .work-five__item:hover .work__item-icon span {
    color: var(--border);
}

.work__item:hover .work__item-leaf, .work-five__item:hover .work__item-leaf {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.work__item:hover .work__item-arrow, .work-five__item:hover .work__item-arrow {
    /*transform: translateX(95px);*/
    color: var(--primary-color);
}

.work__item:hover .work__item-arrow::before, .work-five__item:hover .work__item-arrow::before {
    opacity: 1;
}

.work-three {
    position: relative;
    margin-top: -145px;
    z-index: 1;
}

#services .work-five__item {
    display: flex;
    flex-direction: column;
}

.work-five__item .service-inner__image {
    flex: 1;
}

.work-five__item .service-inner__content {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.work-five__head-image {
    max-width: 450px;
}

.work-five__head-image img {
    width: 100%;
}

.work-five__icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background-color: var(--primary-color);
    color: var(--white);
    border: 2px solid transparent;
    font-size: 40px;
}

.work-five__item:hover .work-five__icon {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.service {
    overflow: hidden;
    position: relative;
}

.service__shape {
    position: absolute;
    bottom: 20%;
    right: 0;
    z-index: -1;
}

.service-two {
    position: relative;
}

.service-two__shape-left {
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: -1;
}

.service-two__shape-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.service-two__item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    padding: 47px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: var(--border-1px);
    transition: var(--transition);
    color: var(--span);
}

.service-two__item a i {
    transform: rotate(-45deg);
    transition: var(--transition);
    color: var(--span);
}

.service-two__item .clicked {
    color: var(--primary-color);
}

.service-two__item .clicked i {
    -webkit-text-stroke-color: var(--primary-color);
    transform: rotate(0deg);
    color: var(--primary-color);
}

.service-three__item {
    position: relative;
}

.service-three__item .stroke-number {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 60px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--border);
    color: transparent;
    visibility: hidden;
    transform: translateY(-30px);
    transition: var(--transition);
}

.service-three__item .info {
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: var(--transition);
}

.service-three__item .info h4,
.service-three__item .info .h4 {
    font-size: 20px;
}

.service-three__item .info h4 a,
.service-three__item .info .h4 a {
    color: var(--primary-color);
}

.service-three__item .info .service-three__btn {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.service-three__item .info .service-three__btn:hover {
    color: var(--primary-color);
}

.service-three__item .info .service-three__btn i {
    color: var(--primary-color);
    font-size: 18px;
}

.service-three__slider .swiper-slide.swiper-slide-active .service-three__item .info, .animal-gallery__slider .swiper-slide.swiper-slide-active .service-three__item .info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.service-three__slider .swiper-slide.swiper-slide-active .service-three__item .stroke-number, .animal-gallery__slider .swiper-slide.swiper-slide-active .service-three__item .stroke-number {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.service-inner__image {
    position: relative;
}

.service-inner__image img {
    width: 100%;
}

.work-five__icon img {
    width: auto;
}

.service-inner__image .work-five__icon {
    position: absolute;
    left: 30px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-inner__image .ser-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--border);
    color: transparent;
    transition: var(--transition);
}

.service-inner__content {
    padding: 30px 20px;
    margin-top: 40px;
}

.service-inner__content h3 a,
.service-inner__content .h3 a {
    min-height: 72px;
}

.service-inner__item {
    padding: 0;
}

.service-inner__item:hover .work-five__icon {
    background-color: var(--white);
}

.service-inner__item:hover .ser-number {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    color: var(--white);
}

.service-single__left-item ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service-single__left-item ul li:not(:last-child) {
    margin-right: 25px;
}

.service-single__left-item ul li span {
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 5px;
}

.service-single__right-item .item-one {
    text-align: center;
    background-color: var(--heading-color);
}

.service-single__right-item .item-one h3,
.service-single__right-item .item-one .h3 {
    color: var(--white);
}

.service-single__right-item .item-one a {
    color: var(--white);
    padding: 12px 22px;
    background-color: var(--primary-color);
    border-radius: 10px;
    font-weight: 600;
}

.service-single__right-item .item-one a i {
    padding: 10px;
    background-color: var(--white);
    color: var(--primary-color);
    border-radius: 5px;
    margin-left: 10px;
}

.service-single__right-item .item-two {
    text-align: center;
    padding: 40px;
    position: relative;
}

.service-single__right-item .item-two .wrp {
    position: relative;
}

.service-single__right-item .item-two::before {
    background: rgba(14, 14, 14, 0.8);
}

.service-single__right-item .item-two h3,
.service-single__right-item .item-two .h3 {
    color: var(--white);
}

.service-single__right-item .item-two i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    color: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-bottom: 30px;
}

.service-single__right-item .item-two .line {
    display: flex;
    align-items: center;
}

.service-single__right-item .item-two .line .sm_line {
    width: 48px;
    height: 2px;
    background-color: var(--primary-color);
    margin-right: 10px;
}

.service-single__right-item .item-two .line .big_line {
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

.service-single__right-item .item-two a {
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    margin-top: 30px;
}

.service-single__right-item .item-three .content {
    padding: 30px;
}

.service-single__right-item .item-three h3,
.service-single__right-item .item-three .h3 {
    margin-bottom: 20px;
}

.service-single__right-item .item-three a {
    color: var(--white);
    padding: 12px 22px;
    background-color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-single__right-item .item-three a i {
    padding: 10px;
    background-color: var(--white);
    color: var(--primary-color);
    margin-right: 10px;
    border-radius: 5px;
}

.page-service__right-item ul li i {
    animation: rotate 3s infinite linear;
}

.animal-gallery__item {
    padding: 30px;
    border: var(--border-1px);
}

.animal-gallery__item .info {
    width: 95%;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: block;
    padding: 30px;
}

.animal-gallery__item .info .service-three__btn {
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--primary-color);
}

.animal-gallery__item .info .service-three__btn i {
    color: var(--primary-color);
    font-size: 18px;
}

.text-slider {
    overflow: hidden;
    font-size: 60px;
    font-weight: 700;
    line-height: 78px;
    color: var(--heading-color);
    text-transform: uppercase;
}

.text-slider .stroke-text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--heading-color);
    color: transparent;
}

.marquee-wrapper {
    position: relative;
    height: 128px;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%;
}

.marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
}

.marquee-item img {
    margin-top: -5px;
}

.marquee-inner.to-right {
    animation: marqueeRight 30s linear infinite;
}

@keyframes marqueeRight {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

.marquee-inner.to-left {
    animation: marqueeLeft 30s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.accordion .accordion-item {
    border-radius: 0;
    margin-bottom: 30px;
    border: 1px solid transparent;
}

.accordion .accordion-item h2 button,
.accordion .accordion-item .h2 button {
    font-size: 24px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 12px 30px;
}

.accordion .accordion-item .accordion-body {
    border: 1px solid var(--primary-color);
    padding: 20px 30px;
}

.accordion .accordion-button {
    background-color: var(--primary-color);
    color: var(--white);
}

.accordion .accordion-button::after {
    display: none;
}

.accordion .accordion-button::before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    top: 13px;
    right: 18px;
    font-size: 20px;
}

.accordion .accordion-button.collapsed {
    background-color: var(--sub-bg);
    color: var(--heading-color);
}

.accordion .accordion-button.collapsed::before {
    content: "+";
}

.achievement {
    overflow: hidden;
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 55px 10px rgba(75, 175, 71, 0.0784313725);
}

.achievement::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.achievement__item {
    position: relative;
}

.achievement__item h5,
.achievement__item .h5 {
    color: var(--white);
    text-transform: none;
}

.achievement__item span {
    color: var(--primary-color);
    font-weight: 700;
}

.achievement__item img {
    padding: 12px 0;
}

.achievement__bor-right {
    position: relative;
    border-right: var(--border-1px);
}

.achievement-two .achievement::before {
    background-color: transparent;
}

.achievement-five__wrp {
    padding: 50px;
    position: relative;
}

.achievement-five__bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}

.achievement-five__bg-overlay img {
    height: 100%;
    width: 100%;
}

.achievement-five__item {
    position: relative;
    z-index: 1;
}

.achievement-five__item h3,
.achievement-five__item .h3 {
    color: var(--white);
    font-size: 30px;
    font-weight: 400;
}

.achievement-five__count h2,
.achievement-five__count .h2 {
    color: var(--white);
    margin-bottom: 15px;
}

.achievement-five__count h5,
.achievement-five__count .h5 {
    color: var(--white);
    line-height: 28px;
}

.project {
    overflow: hidden;
}

.project__wrp {
    position: relative;
}

.project__wrp-shape {
    position: absolute;
    z-index: -1;
    top: 35%;
    right: 0;
}

.project__item h3,
.project__item .h3 {
    padding-bottom: 15px;
}

.project .wrp {
    position: relative;
}

.project .wrp::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 155px;
    height: 1px;
    background-color: var(--border);
    transform: rotate(-50deg);
}

.project .pegi-number {
    color: var(--primary-color);
    font-size: 24px;
}

.project .pegi-number span {
    font-size: 24px;
    font-weight: 300;
}

.project .pegi-number span:not(:last-child) {
    color: var(--primary-color);
    font-weight: 600;
}

.project .swiper.have-bg {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.project__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.project-right {
    position: relative;
}

.project-right__shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.project-right .swiper.have-bg {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
}

.project-five__image img {
    width: 100%;
}

.project-five__content {
    padding: 50px 30px;
}

.project-five__content h3,
.project-five__content .h3 {
    line-height: 35px;
}

.project-five__content h3 a:hover,
.project-five__content .h3 a:hover {
    color: var(--primary-color);
}

.project-five__content p {
    margin: 30px 0;
}

.project-five__item {
    padding: 30px;
}

.project-banner__content {
    padding-left: 60px;
    padding-top: 200px;
    padding-bottom: 100px;
}

.project-banner__bg::before {
    background: linear-gradient(90deg, #169fc2 0%, rgba(75, 175, 71, 0) 100%) !important;
}

.project-single__items-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid var(--border);
}

.project-single__items-item .content h4,
.project-single__items-item .content .h4 {
    font-size: 20px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.project-single__items-item .content h4 span,
.project-single__items-item .content .h4 span {
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
}

.project-single__items-item .icon {
    width: 73px;
    height: 73px;
    line-height: 73px;
    border-radius: 6px;
    background-color: var(--primary-color);
    text-align: center;
}

.project-single ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-single ul li {
    display: flex;
    align-items: center;
}

.project-single ul li:not(:last-child) {
    margin-right: 25px;
}

.project-single ul li span {
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
}

.project-single__testimonial {
    position: relative;
    padding: 65px;
}

.project-single__testimonial p {
    font-size: 24px;
    line-height: 35px;
    color: #676767;
    max-width: 950px;
}

.project-single__testimonial i {
    position: absolute;
    color: var(--span);
    font-size: 80px;
    top: 50px;
    right: 60px;
}

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

.donation::before {
    background: linear-gradient(106.76deg, #169fc2 -0.48%, rgba(75, 175, 71, 0) 100%);
}

.donation__wrp {
    position: relative;
}

.donation__head-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.donation__item {
    overflow: hidden;
    background-color: var(--white);
    padding: 30px;
}

.donation__item h3,
.donation__item .h3 {
    margin: 30px 0;
}

.donation__item h3 a:hover,
.donation__item .h3 a:hover {
    color: var(--primary-color);
}

.donation__item-arrow, .blog-two__item-arrow {
    font-size: 20px;
    position: relative;
    transform: translateX(0);
    transition: var(--transition);
    color: var(--primary-color);
}

/*.donation__item-arrow::before, .blog-two__item-arrow::before {*/
/*    position: absolute;*/
/*    content: "Donate Now";*/
/*    font-weight: 600;*/
/*    color: var(--primary-color);*/
/*    font-size: 16px;*/
/*    left: -100px;*/
/*    top: -2px;*/
/*    transition: var(--transition);*/
/*    opacity: 0;*/
/*}*/

.donation__item-progress-bar {
    width: 100%;
    height: 5px;
    background-color: #dcdcdc;
    margin-top: 12px;
    position: relative;
}

.donation__item-progress-bar::after {
    position: absolute;
    content: "";
    width: 82%;
    height: 100%;
    background-color: var(--primary-color);
}

.donation__item {
    transition: all 0.3s ease-in-out;
}

.donation__item:hover {
    border: 1px solid transparent;
    box-shadow: var(--shadow);
}

.donation__item:hover .donation__item-arrow, .donation__item:hover .blog-two__item-arrow {
    color: #007F9F;
}

.donation__item:hover .donation__item-arrow::before, .donation__item:hover .blog-two__item-arrow::before {
    opacity: 1;
}

.donation .swiper-slide.swiper-slide-active .donation__item-arrow, .donation .swiper-slide.swiper-slide-active .blog-two__item-arrow {
    transform: translateX(95px);
    color: var(--primary-color);
}

.donation .swiper-slide.swiper-slide-active .donation__item-arrow::before, .donation .swiper-slide.swiper-slide-active .blog-two__item-arrow::before {
    opacity: 1;
}

.donation-two {
    position: relative;
}

.donation-two__shape {
    position: absolute;
    left: 0;
    bottom: 130px;
}

.donation-inner-two__image {
    position: relative;
}

.donation-inner-two__image img {
    width: 100%;
}

.donation-inner-two__image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(75, 175, 71, 0) 0%, #169fc2 100%);
    opacity: 0;
    transition: var(--transition);
    visibility: hidden;
}

.donation-inner-two__content {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 1;
}

.donation-inner-two__content h3,
.donation-inner-two__content .h3 {
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.donation-inner-two__content h3 a,
.donation-inner-two__content .h3 a {
    color: var(--white);
}

.donation-inner-two__content .btn-one-light {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid var(--white);
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.donation-inner-two__item {
    padding: 30px;
    position: relative;
}

.donation-inner-two__item:hover .donation-inner-two__content h3,
.donation-inner-two__item:hover .donation-inner-two__content .h3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.donation-inner-two__item:hover .donation-inner-two__content .btn-one-light {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.donation-inner-two__item:hover .donation-inner-two__image::after {
    opacity: 1;
    visibility: visible;
}

.donation-amount-area {
    padding: 65px;
}

.donation-amount-area .amount-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.donation-amount-area .amount-group button {
    width: 120px;
    padding: 22px 20px;
    border: var(--border-1px);
    border-radius: 6px;
    transition: var(--transition);
}

.donation-amount-area .amount-group button:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.donation-amount-area .amount-group .active {
    background-color: var(--primary-color) !important;
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.donation-amount-area .amount-group .custom-amount {
    padding: 22px 30px;
    background-color: var(--white);
    border-radius: 6px;
    width: 185px;
    border: 1px solid transparent;
}

.donation-amount-area .amount-group .custom-amount::placeholder {
    color: var(--heading-color);
}

.donation-amount-area .amount-group .input-box {
    position: relative;
}

.donation-amount-area .amount-group .input-box input {
    width: 268px;
    padding: 22px 0;
    padding-left: 100px;
    background-color: var(--white);
    border-radius: 6px;
}

.donation-amount-area .amount-group .input-box span {
    position: absolute;
    padding: 22px;
    color: var(--white);
    background-color: var(--primary-color);
    font-size: 40px;
    font-weight: 600;
    border-radius: 6px;
}

.donation-amount-area .payment-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.donation-amount-area .payment-btns button {
    padding: 22px 36px;
    border-radius: 6px;
    background-color: var(--white);
    transition: var(--transition);
}

.donation-amount-area .payment-btns button:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.donation-amount-area .payment-btns .active {
    background-color: var(--primary-color);
    color: var(--white);
}

.donation-form label {
    margin-bottom: 10px;
    color: var(--heading-color);
}

.donation-form input {
    padding: 22px;
    border-radius: 6px;
    background-color: var(--white);
    width: 100%;
}

.involve {
    position: relative;
    overflow: hidden;
}

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

.involve__bg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.involve__item {
    position: relative;
}

.involve__leaf {
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 0;
}

.involve__leaf2 {
    position: absolute;
    z-index: 1;
    bottom: 45px;
    right: 0;
}

.involve-two {
    position: relative;
    overflow: hidden;
}

.involve-two__image,
.image-full {
    position: relative;
    max-width: 700px;
    width: 100%;
    max-height: 700px;
    height: 100%;
    z-index: 2;
}

.involve-two__image img,
.image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.involve-two__image .image-sm {
    max-width: 263px;
    position: absolute;
    top: 70%;
    left: -80px;
    transform: translate(0%, -40%);
}

.involve-two__shape {
    position: absolute;
    right: 10px;
    bottom: 10%;
    z-index: -1;
}

.help-area {
    position: relative;
    overflow: hidden;
}

.help-area__item .accordion .accordion-item h2 button,
.help-area__item .accordion .accordion-item .h2 button {
    font-size: 18px;
    padding: 10px 30px;
}

.help-area__item .accordion .accordion-button::before {
    top: 10px;
    font-size: 18px;
}

.testimonial {
    overflow: hidden;
}

.testimonial__head-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.testimonial__item {
    background-color: var(--white);
}

.testimonial__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-bottom: var(--border-1px);
}

.testimonial__item-head i {
    font-size: 60px;
    color: var(--primary-color);
}

.testimonial__item-head-info {
    display: flex;
    align-items: center;
}

.testimonial__item-head-info-image {
    margin-right: 20px;
}

.testimonial__item-head-info-con span {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 15px;
}

.testimonial__item-content {
    padding: 30px;
}

.testimonial__item-content p {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    color: #676767;
}

.testimonial-two__item p {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    color: #676767;
}

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

.testimonial-two__item .testi-header .testi-content span {
    color: var(--primary-color);
    padding-top: 10px;
    font-weight: 600;
}

.testimonial-two__item .testi-header i {
    font-size: 100px;
    color: var(--primary-color);
}

.testimonial-two__image {
    position: relative;
}

.testimonial-two__image img {
    width: 100%;
}

.testimonial-two__image::after {
    position: absolute;
    content: url(../img/testimonial-line.png);
    left: -80px;
    top: 5px;
}

.testimonial-three {
    position: relative;
}

.testimonial-three__shape-left {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.testimonial-three__shape-right {
    position: absolute;
    right: 0;
    bottom: 20%;
}

.team {
    position: relative;
    overflow: hidden;
}

.team__item {
    padding: 30px;
    border: var(--border-1px);
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.team__item::after {
    content: "";
    background-image: url("../img/bg-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: var(--transition);
}

.team__item-image {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}

.team__item-image img {
    width: 100%;
}

.team__item-image-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.team__item-image-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    color: var(--white);
    border: var(--border-1px);
    transition: var(--transition);
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
}

.team__item-image-icon a:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.team__item h3,
.team__item .h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.team__item span {
    color: var(--primary-color);
    font-weight: 600;
    transition: var(--transition);
}

.team__item:hover {
    border: 1px solid transparent;
}

.team__item:hover h3 a,
.team__item:hover .h3 a {
    color: var(--white);
}

.team__item:hover span {
    color: var(--white);
}

.team__item:hover::after {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.team__item:hover .team__item-image-icon a {
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.team__item:hover .team__item-image::after {
    opacity: 60%;
}

.team-two {
    position: relative;
}

.team-two__shape {
    position: absolute;
    bottom: 0;
    left: 15%;
}

.team-two__item {
    border: 1px solid transparent;
    padding: 0;
}

.team-two__item .team__item-image {
    max-width: 100%;
}

.team-two__item::after {
    display: none;
}

.team-two__item:hover h3 a,
.team-two__item:hover .h3 a {
    color: var(--primary-color);
}

.team-two__item:hover span {
    color: var(--primary-color);
}

.team-three__item {
    position: relative;
    overflow: hidden;
}

.team-three__item .team-info {
    position: absolute;
    top: -40%;
    left: 30px;
    text-align: center;
    background-color: var(--primary-color);
    padding: 20px;
    transition: var(--transition);
}

.team-three__item .team-info a {
    padding-top: 8px;
    color: var(--white);
    transition: var(--transition);
}

.team-three__item .team-info a:hover {
    color: var(--heading-color);
}

.team-three__item .content {
    padding: 20px 0;
    transition: var(--transition);
}

.team-three__item .content h3 a,
.team-three__item .content .h3 a {
    transition: var(--transition);
}

.team-three__item .content span {
    transition: var(--transition);
}

.team-three__item:hover .team-info {
    top: 0;
}

.team-three__item:hover .content {
    background-color: var(--primary-color);
    padding: 20px 30px;
}

.team-three__item:hover .content h3 a,
.team-three__item:hover .content .h3 a {
    color: var(--white);
}

.team-three__item:hover .content span {
    color: var(--white);
}

.team-four__item {
    padding: 30px;
    border: 1px solid var(--border);
    transition: var(--transition);
}

.team-four__item h3,
.team-four__item .h3 {
    padding-bottom: 25px;
}

.team-four__item .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.team-four__item .content span {
    color: var(--primary-color);
    transition: var(--transition);
}

.team-four__item .content .team-info a {
    color: var(--span);
    transition: var(--transition);
}

.team-four__item .content .team-info a:not(:last-child) {
    padding-right: 20px;
}

.team-four__item:hover {
    background-color: var(--primary-color);
}

.team-four__item:hover h3 a,
.team-four__item:hover .h3 a {
    color: var(--white);
}

.team-four__item:hover .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.team-four__item:hover .content span {
    color: var(--white);
}

.team-four__item:hover .content .team-info a {
    color: var(--white);
}

.team-four__item:hover .content .team-info a:hover {
    color: var(--heading-color);
}

.team-single__image {
    position: relative;
}

.team-single__image img {
    width: 100%;
}

.team-single__image .team-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background-color: var(--primary-color);
}

.team-single__image .team-info a {
    margin: 10px 0;
    color: var(--white);
}

.team-single__image .team-info a:hover {
    color: var(--heading-color);
}

.team-single__info .skills .experience-title {
    font-weight: 400;
}

.team-single__info .skills .progress {
    height: 4px;
}

.blog {
    position: relative;
}

.blog__head-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.blog__item-left {
    background-color: var(--sub-bg);
    padding: 30px;
    position: relative;
}

.blog__item-left-content h3,
.blog__item-left-content .h3 {
    margin-top: 30px;
}

.blog__item-left-content h3 a:hover,
.blog__item-left-content .h3 a:hover {
    color: var(--primary-color);
}

.blog__item-left-content p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.blog__item-left-content-info {
    color: var(--heading-color);
}

.blog__item-left-dot-wrp {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
}

.blog__item-right {
    padding: 30px;
    background-color: var(--sub-bg);
}

.blog__item-right h3 a,
.blog__item-right .h3 a {
    margin: 20px 0;
}

.blog__item-right h3 a:hover,
.blog__item-right .h3 a:hover {
    color: var(--primary-color);
}

.blog__item-right span {
    color: var(--heading-color);
}

.blog__tag {
    color: var(--primary-color) !important;
    padding: 2px 10px;
    background-color: var(--white);
    border-radius: 100px;
}

.blog__shape {
    position: absolute;
    top: 32%;
    right: 0;
    z-index: -1;
}

.blog-two {
    position: relative;
    overflow: hidden;
}

.blog-two__image {
    position: relative;
}

.blog-two__item .blog-two__info {
    text-align: center;
    display: inline-block;
    background-color: var(--sub-bg);
    padding: 15px;
    position: absolute;
    bottom: -62px;
    left: 30px;
}

.blog-two__item .blog-two__info h4,
.blog-two__item .blog-two__info .h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 15px;
}

.blog-two__item .blog-two__info span {
    font-weight: 600;
    color: var(--primary-color);
}

/*.blog-two__item-arrow::before {*/
/*    content: "Read More";*/
/*}*/

.blog-two .swiper-slide.swiper-slide-active .blog-two__item-arrow {
    transform: translateX(95px);
    color: var(--primary-color);
}

.blog-two .swiper-slide.swiper-slide-active .blog-two__item-arrow::before {
    opacity: 1;
}

.blog-two__shape {
    position: absolute;
    top: 18%;
    right: 0;
    z-index: -1;
}

.blog-three__image {
    min-height: 321px;
}

.blog-three__image img {
    width: 70%;
    float: right;
    transition: var(--transition);
}

.blog-three__item .blog-two__info {
    bottom: inherit;
    top: 0;
    left: 0px;
}

.blog-three__item:hover .blog-three__image img {
    width: 100%;
}

.blog-slingle .item {
    padding: 0 30px;
}

.blog-slingle .info span a {
    color: var(--span);
}

.blog-slingle .info span a:hover {
    color: var(--primary-color);
}

.blog-slingle .info_dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--border);
    margin: 0 10px;
}

.blog-slingle .list_here {
    padding-left: 30px;
}

.blog-slingle .list_here li {
    list-style-type: disc;
}

.blog-slingle .blog_testimonial {
    padding: 40px 65px;
}

.blog-slingle .blog_testimonial p {
    font-size: 24px;
    line-height: 40px;
    color: var(--heading-color);
}

.blog-slingle .tag-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-slingle .tag-share .tag a {
    padding: 2px 10px;
    background-color: var(--sub-bg);
    border-radius: 30px;
    color: var(--span);
    margin-left: 2px;
    font-size: 14px;
}

.blog-slingle .tag-share .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--heading-color);
    color: var(--span);
    margin-left: 2px;
}

.blog-slingle .tag-share .share a:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.blog-slingle .arry a i {
    transition: var(--transition);
}

.blog-slingle .arry a:hover i {
    color: var(--primary-color);
}

.blog-slingle .recent-post {
    padding: 20px;
    display: flex;
    align-items: center;
}

.blog-slingle .recent-post .con {
    padding-left: 15px;
}

.blog-slingle .recent-post .con span {
    font-size: 14px;
    padding-bottom: 3px;
}

.blog-slingle .recent-post .con h5 a,
.blog-slingle .recent-post .con .h5 a {
    text-transform: none;
}

.blog-slingle .recent-post .con h5 a:hover,
.blog-slingle .recent-post .con .h5 a:hover {
    color: var(--primary-color);
}

.blog-slingle .right-item {
    padding: 30px;
}

.blog-slingle .right-item h4,
.blog-slingle .right-item .h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
}

.blog-slingle .right-item .search {
    position: relative;
}

.blog-slingle .right-item .search input {
    width: 100%;
    padding: 15px 20px;
    background-color: #dadada;
    border: none;
}

.blog-slingle .right-item .search button {
    color: #646464;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    background-color: #dadada;
}

.blog-slingle .right-item .right_list {
    padding-left: 30px;
}

.blog-slingle .right-item .right_list li {
    list-style-type: disc;
}

.blog-slingle .right-item .tags a {
    padding: 5px 10px;
}

.blog-slingle .right-item a {
    text-transform: none;
}

.blog-slingle .right-item a:hover {
    color: var(--primary-color);
}

.blog-slingle.blog-area h3 a:hover,
.blog-slingle.blog-area .h3 a:hover {
    color: var(--primary-color);
}

.blog-slingle.blog-area .item {
    padding: 30px;
}

.blog-slingle.blog-area .go_blog {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: var(--white);
    background-color: var(--primary-color);
}

.blog-slingle.blog-area .go_blog i {
    transform: rotate(-45deg);
    transition: var(--transition);
}

.blog-slingle.blog-area .go_blog:hover i {
    transform: rotate(0deg);
}

.blog-slingle.blog-area .image-tag a {
    padding: 2px 10px;
    border-radius: 30px;
    color: var(--span);
    font-size: 14px;
}

.blog-slingle.blog-area .image-tag a:first-child {
    background-color: #dff0fa;
}

.blog-slingle.blog-area .image-tag a:last-child {
    background-color: var(--sub-bg);
    margin-left: 3px;
}

.blog-slingle.blog-area .video_item {
    position: relative;
}

.blog-slingle.blog-area .video_item .video-btn-wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-pegi {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border);
    margin-right: 5px;
}

.blog-pegi:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.blog_pegi_arrow {
    transition: var(--transition);
}

.blog_pegi_arrow:hover {
    color: var(--primary-color);
}

.blog-pegi.active {
    background-color: var(--primary-color);
    color: var(--white);
}

.view__item .blog-two__item-arrow::before {
    content: "View Details";
}

.audio-player {
    height: 50px;
    width: 100%;
    background: var(--sub-bg);
    color: var(--heading-color);
    overflow: hidden;
    display: grid;
    grid-template-rows: 6px auto;
}

.audio-player .timeline {
    background: var(--border);
    width: 100%;
    position: relative;
    cursor: pointer;
}

.audio-player .timeline .progress {
    background: var(--primary-color);
    width: 0%;
    height: 100%;
    transition: 0.25s;
    border-radius: 0;
}

.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
}

.audio-player .controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 0;
    height: 0;
    width: 0;
    border: 7px solid var(--sub-bg);
    border-left: 13px solid var(--heading-color);
}

.audio-player .controls .toggle-play.play:hover {
    transform: scale(1.1);
}

.audio-player .controls .toggle-play.pause {
    height: 15px;
    width: 20px;
    cursor: pointer;
    position: relative;
}

.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: var(--heading-color);
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: var(--heading-color);
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:hover {
    transform: scale(1.1);
}

.audio-player .controls .time {
    display: flex;
}

.audio-player .controls .time > * {
    padding: 2px;
}

.audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}

.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: var(--white);
    transition: 0.25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: var(--primary-color);
    height: 100%;
    width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
}

.form-area form input {
    width: 100%;
    padding: 15px 20px;
    background-color: var(--sub-bg);
    border: 1px solid var(--border);
}

.form-area form textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: var(--sub-bg);
    border: 1px solid var(--border);
    margin-top: 30px;
    height: 200px;
    resize: none;
}

.form-area form button {
    padding: 12px 26px;
    background-color: var(--primary-color);
    font-weight: 600;
    color: var(--white);
    margin-top: 10px !important;
}

.form-area form button i {
    padding-left: 6px;
    transform: rotate(-40deg);
    transition: var(--transition);
}

.form-area form button:hover i {
    transform: rotate(0deg);
}

.our-info {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0;
}

.our-info__input {
    position: relative;
}

.our-info__input input {
    width: 100%;
    padding: 20px 65px;
}

.our-info__input-envelope {
    position: absolute;
    left: 22px;
    top: 22px;
    font-size: 26px;
    color: #8e8e8e;
}

.our-info__input-plane {
    position: absolute;
    right: 22px;
    top: 24px;
    font-size: 22px;
    color: var(--primary-color);
    cursor: pointer;
}

.our-info__social-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    color: var(--white);
    font-size: 22px;
    border: 1px solid var(--white);
    margin-left: 10px;
}

.our-info__social-icon a:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

.subscribe-area {
    overflow: hidden;
    position: relative;
}

.subscribe-area::before {
    background: linear-gradient(98.88deg, #169fc2 0%, rgba(75, 175, 71, 0.3) 100%);
}

.subscribe__shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.subscribe__form {
    max-width: 930px;
    margin: 0 auto;
}

.statistic-area {
    position: relative;
}

.statistic__shape {
    position: absolute;
    right: 0;
    top: 5%;
}

.statistic__item {
    padding: 30px;
    background-size: cover;
    min-height: 270px;
    display: flex;
}

.statistic__item p {
    align-self: flex-end;
    background: rgb(255 255 255 / 83%);
    padding: 5px;
    color: #17a0c2;
}

.statistic__item h2,
.statistic__item .h2,
.statistic__item span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 60px;
    line-height: 83px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    color: transparent;
}

.event {
    position: relative;
}

.event__image {
    position: relative;
}

.event__image .event-tag {
    position: absolute;
    background-color: var(--primary-color);
    padding: 15px;
    color: var(--white);
    font-weight: 700;
    text-align: center;
    left: 0;
    top: 0;
    text-transform: uppercase;
    line-height: 20px;
}

.event__image img {
    width: 100%;
}

.event__content {
    padding-left: 60px;
}

.event__content h3 a:hover,
.event__content .h3 a:hover {
    color: var(--primary-color);
}

.event__content .time {
    padding: 6px;
    border: var(--border-1px);
    border-radius: 100px;
    width: 245px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.event__content .time i {
    color: var(--primary-color);
    font-size: 24px;
}

.event__content .event-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.event__content .event-info ul li .map-popup {
    color: var(--primary-color);
    padding: 8px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
}

.event__content .event-info ul li h5,
.event__content .event-info ul li .h5 {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.event__content .event-info ul li p {
    color: var(--heading-color);
}

.event__item, .event__item-scroll {
    background-color: var(--white);
    padding: 60px;
}

.event__item-scroll {
    overflow: hidden;
    position: sticky !important;
    top: 100px;
    z-index: 9;
    max-height: 100vh;
    overflow-y: scroll;
}

.event__item-scroll::-webkit-scrollbar {
    width: 0px;
}

.event-two__content {
    padding: 30px;
}

.event-two__content h3 a:hover,
.event-two__content .h3 a:hover {
    color: var(--primary-color);
}

.event-two__content .time {
    padding: 6px;
    border: var(--border-1px);
    border-radius: 100px;
    width: 245px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.event-two__content .time i {
    color: var(--primary-color);
    font-size: 24px;
}

.event-two__content .event-btn {
    color: var(--primary-color);
    padding: 8px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
}

.event-two__content .event-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.event-two__info ul li h5,
.event-two__info ul li .h5 {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.filter__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.filter__list li {
    color: var(--heading-color);
    margin-left: 30px;
    font-weight: 500;
    cursor: pointer;
    padding: 5px;
}

.filter__list .active {
    color: var(--primary-color);
}

.filter__image {
    display: block;
    position: relative;
}

.filter__image img {
    width: 100%;
}

.filter__image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: var(--transition);
    background: linear-gradient(180deg, rgba(75, 175, 71, 0) 0%, #169fc2 100%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.filter__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition);
}

.filter__content h3,
.filter__content .h3 {
    line-height: 35px;
}

.filter__content h3 a,
.filter__content .h3 a {
    color: var(--white);
}

.filter__item {
    position: relative;
}

.filter__item .fa-plus {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background-color: var(--white);
    font-size: 22px;
    color: var(--primary-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: var(--transition);
}

.filter__item:hover .filter__image::before {
    opacity: 1;
    visibility: visible;
}

.filter__item:hover .filter__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.filter__item:hover .fa-plus {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.history_area {
    position: relative;
}

.history__shape {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 10%;
}

.history__pegi-number {
    position: absolute;
    top: 100px;
    left: inherit;
    right: 5%;
    color: var(--primary-color);
    font-size: 24px;
    text-align: right;
    z-index: 1;
    height: 40px;
    width: 60px;
}

.history__pegi-number span {
    font-size: 24px;
    font-weight: 300;
}

.history__pegi-number span:not(:last-child) {
    color: var(--primary-color);
    font-weight: 600;
}

.faq-area .accordion .accordion-item h2 button,
.faq-area .accordion .accordion-item .h2 button {
    font-size: 18px;
}

.contact form input {
    transition: var(--transition);
}

.contact form input::placeholder,
.contact form textarea::placeholder {
    color: var(--primary-color);
}

.contact form input:focus {
    border: 1px solid var(--primary-color);
}

.contact form textarea {
    transition: var(--transition);
}

.contact form textarea:focus {
    border: 1px solid var(--primary-color);
}

.contact form .nice-select {
    width: 100%;
    border: 1px solid var(--border) !important;
    font-size: 16px;
    line-height: 1px;
    padding: 0 20px;
    background-color: var(--sub-bg);
}

.contact form .nice-select.open {
    border: 1px solid var(--border) !important;
}


.contact form .nice-select span {
    color: var(--primary-color);
}

.contact form .nice-select ul {
    width: 100%;
    border-radius: 0px;
}

.contact form .nice-select ul li {
    color: var(--span);
}

.contact .content {
    color: var(--white);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../assets/img/img-content-2.jpg);
    padding: 40px 30px;
}

.contact .content h2,
.contact .content .h2 {
    color: var(--white);
    padding-bottom: 40px;
}

.contact .content .arry {
    margin: 50px 0;
}

.contact .content ul li {
    margin-bottom: 20px;
}

.contact .content ul li a {
    color: var(--white);
}

.contact .content ul li a i {
    color: var(--white);
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 10px;
}

.google-map iframe {
    width: 100%;
    height: 650px;
    margin-bottom: -10px;
}

.error {
    text-align: center;
    overflow: hidden;
}

.error h1,
.error .h1 {
    font-size: 300px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 250px;
}

.shop .product .item .content h4,
.shop .product .item .content .h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shop .blog-slingle .recent-post img {
    width: 70px;
}

.shop-single {
    overflow: hidden;
}

.shop-single .shop-singe-tab .nav-pills .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
}

.shop-single .shop-singe-tab .nav-pills .nav-link.active {
    background: transparent;
}

.shop-single .shop-singe-tab .nav-pills .nav-link.active h4,
.shop-single .shop-singe-tab .nav-pills .nav-link.active .h4 {
    color: var(--primary-color);
}

.shop-single .shop-slider-thumb img {
    cursor: pointer;
}

.shop-single .shop-slider-thumb .swiper-slide {
    border: 1px solid transparent;
    opacity: 0.5;
    transition: var(--transition);
}

.shop-single .shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--primary-color);
    opacity: 1;
}

.shop-single .cart-quantity {
    padding-right: 15px;
}

.shop-single .cart-quantity input {
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--border);
}

.shop-single .cart-quantity .qty {
    color: var(--heading-color);
    font-weight: 500;
}

.shop-single .cart-quantity .minus {
    color: var(--heading-color);
}

.shop-single .cart-quantity .plus {
    color: var(--heading-color);
}

.shop-single .cart-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.shop-single .cart-wrp .discount input {
    border: 1px solid var(--border);
    padding: 7px 10px;
    background-color: transparent;
}

@media screen and (max-width: 575px) {
    .shop-single .cart-wrp .discount {
        margin-top: 10px;
    }
}

.shop-single .abmin .content::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-left: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    transform: rotate(45deg);
    top: 40%;
    left: -16px;
}

.shop-single .comment-form input {
    background-color: transparent;
}

.shop-single .comment-form textarea {
    background-color: transparent;
    height: 250px;
}

.shop-single .fa-star,
.shop-single .fa-star-half-stroke {
    color: #ff9200;
}

.shop-single__rate-now {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-single__rate-now p {
    font-weight: 500;
    color: var(--heading-color);
}

.shop-single__rate-now .star span i {
    color: var(--span);
    cursor: pointer;
}

.cart-page {
    overflow: hidden;
}

.cart-page .column-labels {
    background-color: var(--primary-color);
}

.product-details {
    width: 40%;
}

.product-details img {
    width: 80px;
}

.product-price {
    width: 10%;
}

.product-quantity {
    width: 14%;
}

.product-quantity input {
    border: 1px solid var(--border);
    width: 100px;
    text-align: center;
}

.product-removal {
    width: 6%;
    text-align: right;
}

.product-removal i {
    transition: var(--transition);
}

.product-removal i:hover {
    color: var(--primary-color) !important;
}

.product-line-price {
    width: 10%;
}

@media screen and (max-width: 768px) {
    .shopping-cart {
        display: none;
    }

    .shopping-cart.mobile-view {
        display: block;
    }

    .shopping-cart.mobile-view .product-details {
        width: 100%;
        text-align: center;
    }

    .shopping-cart.mobile-view .product-price {
        width: 100%;
        text-align: center;
        padding: 5px 0px;
    }

    .shopping-cart.mobile-view .product-quantity {
        width: 100%;
        text-align: center;
        padding: 5px 0px;
    }

    .shopping-cart.mobile-view .product-removal {
        width: 100%;
        text-align: center;
        padding: 5px 0px;
    }

    .shopping-cart.mobile-view .product-line-price {
        width: 100%;
        text-align: center;
        padding: 5px 0px;
    }
}

@media screen and (min-width: 768px) {
    .shopping-cart {
        display: block;
    }

    .shopping-cart.mobile-view {
        display: none;
    }
}

.cart-bottom-bar input {
    width: 320px;
    border-radius: 2px;
}

.cart-bottom-bar .input-area {
    position: relative;
}

.cart-bottom-bar .input-area::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "Apply Coupon";
    background-color: var(--black);
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 10px;
    color: var(--white);
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .cart-bottom-bar .item {
        display: block !important;
    }

    .cart-bottom-bar .item .custom-btn {
        margin-top: 15px;
    }
}

.cart-payment select {
    font-size: 14px;
    outline: none;
    color: var(--border);
}

.cart-payment select:focus-visible {
    border: 1px solid var(--border);
}

.checkout__item-left {
    padding: 30px;
}

.checkout__item-left input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--border);
    transition: var(--transition);
}

.checkout__item-left input:focus {
    border: 1px solid var(--primary-color);
}

.checkout__item-left label {
    font-weight: 500;
    color: var(--heading-color);
}

.checkout__item-left h5,
.checkout__item-left .h5 {
    font-weight: 500;
}

.checkout__item-left .nice-select {
    width: 100%;
    border: 1px solid var(--border);
    font-size: 16px;
    line-height: 1px;
    padding: 30px 20px;
    background-color: var(--white);
}

.checkout__item-left .nice-select .list {
    width: 100%;
}

.checkout__item-left textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--border);
    height: 200px;
    resize: none;
    transition: var(--transition);
}

.checkout__item-left textarea:focus {
    border: 1px solid var(--primary-color);
}

.checkout__item-right {
    padding: 30px;
}

.checkout__item-right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout__item-right ul li a:hover {
    color: var(--primary-color);
}

.product {
    overflow: hidden;
    position: relative;
}

.product .item {
    text-align: center;
    position: relative;
}

.product .item img {
    width: 100%;
}

.product .item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.product .item .icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #414141;
    border-radius: 50%;
    background-color: var(--white);
    transition: var(--transition);
    font-size: 18px;
    margin: 0px 2px;
    transition: all 0.3s ease-out 0s;
    transform: scaleX(0);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
}

.product .item .icon a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.product .item .icon .active {
    background-color: var(--primary-color);
    color: var(--white);
}

.product .item .content h4,
.product .item .content .h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.product .item .content h4 a,
.product .item .content .h4 a {
    transition: var(--transition);
    color: var(--white);
}

.product .item .content span {
    color: var(--primary-color);
}

.product .item .content del {
    color: #888888;
}

.product .item:hover .icon a {
    transform: scaleX(1);
}

.product .item:hover .content h4 a,
.product .item:hover .content .h4 a {
    color: var(--primary-color);
}

.product.light .item .content h4 a,
.product.light .item .content .h4 a {
    transition: var(--transition);
    color: inherit;
}

.product.light .item:hover .content h4 a,
.product.light .item:hover .content .h4 a {
    color: var(--primary-color);
}

.login-area {
    overflow: hidden;
}

.login__image {
    position: relative;
}

.login__image img {
    width: 100%;
}

.login__image .btn-wrp {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%) rotate(-90deg);
}

.login__image .btn-wrp a {
    padding: 10px 20px;
    border: 1px solid var(--white);
    color: var(--white);
    transition: var(--transition);
}

.login__image .btn-wrp a:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.login__image .btn-wrp .active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.login__item {
    padding: 65px;
    background-color: var(--primary-color);
}

.login__form form input {
    padding-left: 0;
    border: none;
    border-bottom: var(--border-1px);
    background-color: transparent;
    color: var(--white);
}

.login__form form input::placeholder {
    color: var(--white);
    font-weight: 400;
}

.login__form form button {
    width: 100%;
    border: 2px solid var(--white);
    transition: var(--transition);
}

.login__form form button:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

.login__form .radio-btn .radio-btn-active {
    background-color: var(--primary-color);
    border: 1px solid var(--white);
}

.login__form .radio-btn p {
    color: var(--white);
}

.login__form .radio-btn span {
    background-color: var(--white);
}

.login__form .or {
    color: var(--white);
    text-align: center;
    display: block;
    font-weight: 500;
}

.login__with a {
    width: 100%;
    background-color: var(--white);
    padding: 17px 30px;
    font-weight: 700;
}

.login__with a:hover {
    color: var(--primary-color);
}

.login__with a img {
    margin-right: 65px;
}

.event-single__left-item .time {
    width: 200px;
}

.event-single__list-text li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-single__list-text li span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--span);
}

.event-single__right-item .right-item-list li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.event-single__right-item .right-item-list li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid var(--primary-color);
}

.event-single__map iframe {
    height: 400px;
}

.event-single__speaker .image {
    width: 168px;
    height: 168px;
}

.event-single__speaker .speaker-item-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.event-single__speaker .speaker-item-head span {
    color: var(--primary-color);
    font-size: 15px;
    padding-top: 5px;
}

.event-single__speaker .speaker-item-head .social-icon a {
    margin-left: 15px;
    padding-left: 15px;
    border-left: var(--border-1px);
    color: var(--span);
}

.event-single__speaker .speaker-item-head .social-icon a:hover {
    color: var(--primary-color);
}

.footer__item-title {
    margin-bottom: 30px;
}

.footer__item-title h4,
.footer__item-title .h4 {
    font-size: 20px;
    line-height: 10px;
    text-transform: none;
}

.footer__item-title-line {
    width: 33px;
    height: 2px;
    background-color: var(--primary-color);
    margin-right: 5px;
}

.footer__item-title-line2 {
    width: 0px;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.footer__item p {
    color: var(--heading-color);
}

.footer__item-map-popup {
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
}

.footer__item-map-popup:hover {
    color: var(--primary-color);
}

.footer__item ul li a:hover {
    color: var(--primary-color);
}

.footer__item-blog li {
    display: flex;
    align-items: center;
}

.footer__item-blog span {
    font-size: 14px;
    color: var(--primary-color);
    margin-top: 15px;
}

.footer__item:hover .footer__item-title-line2 {
    width: 89px;
}

.footer__copyright {
    text-align: center;
    padding: 30px 0;
    background-color: var(--primary-color);
}

.footer__copyright p {
    color: var(--white);
}

.footer__copyright a {
    color: var(--white);
}

.footer-two__wrp {
    overflow: hidden;
}

.footer-two__wrp p {
    color: var(--white);
}

.footer-two__wrp h4,
.footer-two__wrp .h4 {
    color: var(--white);
}

.footer-two__wrp ul li {
    color: var(--white);
}

.footer-two__wrp ul li a {
    color: var(--white);
}

.footer-two__wrp i {
    color: var(--white) !important;
}

.footer-two__copyright {
    padding: 60px 0;
    background-color: transparent;
}

.footer-two__copyright p {
    color: #717171;
}

.footer-two__copyright p a {
    color: #717171;
}

.footer-two__copyright p a:hover {
    color: var(--primary-color);
}

.footer-two__item .input-area {
    position: relative;
}

.footer-two__item .input-area input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    border: none;
}

.footer-two__item .input-area button {
    position: absolute;
    top: 14px;
    right: 14px;
}

.footer-two__item .input-area button i {
    color: var(--primary-color) !important;
}

.footer-two__item .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid var(--white);
    font-size: 14px;
    margin-right: 3px;
}

.footer-three__wrp {
    background-color: var(--heading-color);
}

.footer-three__wrp h4,
.footer-three__wrp .h4,
.footer-three__wrp p,
.footer-three__wrp li,
.footer-three__wrp a {
    color: var(--white);
}

.footer-three__item .footer-popup {
    position: relative;
}

.footer-three__item .footer-popup .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: var(--primary-color);
    width: 25px;
    height: 25px;
    line-height: 27px;
    border-radius: 50%;
    background-color: var(--white);
    text-align: center;
    transition: var(--transition);
    opacity: 0;
}

.footer-three__item .footer-popup::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(75, 175, 71, 0.7);
    transition: var(--transition);
    opacity: 0;
}

.footer-three__item .footer-popup:hover .icon {
    opacity: 1;
}

.footer-three__item .footer-popup:hover::after {
    opacity: 1;
}

.logo img {
    width: 100%;
    height: auto;
}

.side_bar_header {
    background: #fff;
}

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

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

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

.animation__rotate {
    animation: rotate 40s linear infinite;
}

@keyframes bobble {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.bobble__animation {
    animation: bobble 4s ease-in-out infinite alternate;
}

@keyframes fall {
    0% {
        transform: translateY(-10%);
        opacity: 0;
    }
    25% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(150%);
        opacity: 0;
    }
}

.fall__animation {
    animation: fall 10s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@keyframes fallAndRotate {
    0% {
        transform: translateY(-10%) rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 0.8;
        transform: translateY(-5%) rotate(45deg);
    }
    50% {
        opacity: 1;
        transform: translateY(0%) rotate(90deg);
    }
    75% {
        opacity: 0.8;
        transform: translateY(-5%) rotate(45deg);
    }
    100% {
        transform: translateY(150%) rotate(180deg);
        opacity: 0;
    }
}

.animation__fallAndRotate {
    animation: fallAndRotate 10s linear infinite;
}

@keyframes sway {
    0% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(10px);
    }
}

.sway__animation {
    animation: sway 2s linear infinite alternate;
}

@keyframes sway_Y {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}

.sway_Y__animation {
    animation: sway_Y 2s linear infinite alternate;
}

@keyframes ring-animation {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

.video-wrap {
    position: relative;
}

.img-top {
    position: absolute;
    right: -17px;
    left: auto;
    top: auto;
    bottom: 40%;
    box-shadow: 0 4px 15px 0 #04516433;
    z-index: 1000;
}

.img-bottom {
    position: absolute;
    left: auto;
    right: -17px;
    top: auto;
    bottom: 20%;
    box-shadow: 0 4px 15px 0 #04516433;
    z-index: 1000;
}

@media screen and (min-width: 1400px) {
    .banner__shape {
        position: absolute;
        right: 11%;
        bottom: 0;
        z-index: 1;
    }

    .banner__shape img {
        width: auto;
    }

    .banner__content {
        height: 100%;
    }

    header .logo-menu,
    header .logo {
        max-width: 320px;
    }
}

@media screen and (max-width: 1460px) {
    .header-one__logo {
        padding: 27px 20px;
    }

    .header-one__info .menu_info {
        padding: 25px 15px;
    }

    .header-one__info {
        width: 370px;
    }

    .header-one__info .menu-btn {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1400px) {
    .header-four__logo {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1399px) {
    /*header .logo-menu,*/
    /*header .logo {*/
    /*    max-width: 200px;*/
    /*    max-height: 100px;*/
    /*    overflow: hidden;*/
    /*}*/
    .header-wrapper .main-menu li:not(:last-child) {
        margin-right: 15px;
    }

    .header-wrapper {
        /*justify-content: space-between;*/
        justify-content: flex-end;
    }

    .video__text h2,
    .video__text .h2 {
        font-size: 200px;
        line-height: 300px;
    }

    .blog__item-left-dot-wrp {
        left: 44%;
        bottom: 2px;
    }

    .about-two__image {
        max-width: 420px;
        margin: 0 auto;
    }

    .about-two__image .sm-image {
        max-width: 250px;
        position: absolute;
        top: 30px;
        right: -80px;
    }

    .about-two__image .stroke-text {
        position: absolute;
        right: -35%;
        bottom: 15%;
    }

    .about-two__image .stroke-text h2,
    .about-two__image .stroke-text .h2 {
        font-size: 30px;
    }

    .involve-two {
        overflow: hidden;
    }

    .involve-two__image {
        max-width: 509px;
        margin: 0 auto;
    }

    .involve-two__image img {
        width: 100%;
    }

    .involve-two__image .image-sm {
        max-width: 200px;
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translate(0%, -40%);
    }

    .achievement-five__bg-overlay {
        display: none;
    }

    .login__with {
        text-align: center;
    }

    .login__with a {
        width: 295px;
        background-color: var(--white);
        padding: 17px 30px;
        font-weight: 700;
    }

    .login__with a:hover {
        color: var(--primary-color);
    }

    .login__with a img {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1290px) {
    .header-one__info .menu-btn {
        display: none;
    }

    .header-one__info {
        width: 232px;
    }
}

@media screen and (max-width: 1200px) {

    .banner__shape {
        margin-top: 65px;
        text-align: center;
        max-width: 100%;
    }

    .banner__shape img {
        width: 100%;
    }

    .header-wrapper .main-menu .btn-wrapper {
        margin-left: 0px;
    }

    .header-wrapper .main-menu li a {
        font-size: 16px;
        padding: 20px 5px;
    }

    .header-section {
        padding: 10px 0;
    }

    .menu-btn-wrapper {
        display: none;
    }

    .header-wrapper .logo-menu {
        padding: 0px 0px;
    }

    .main-menu .btn-wrapper {
        margin-top: 15px;
    }

    .main-menu .btn-wrapper .cmn--btn-3 {
        margin-top: 14px;
    }

    .main-menu .active a {
        color: var(--black);
    }

    .header-bar {
        position: relative;
        width: 25px;
        height: 20px;
    }

    .header-bar span {
        position: absolute;
        width: 100%;
        height: 2px;
        display: inline-block;
        transition: var(--transition);
        left: 0;
    }

    .header-bar span:first-child {
        top: 0;
        background: var(--primary-color);
    }

    .header-bar span:nth-child(2) {
        top: 44%;
        background: var(--primary-color);
    }

    .header-bar span:last-child {
        bottom: 0;
        background: var(--primary-color);
    }

    .header-bar.active span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }

    .header-bar.active span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }

    .header-bar:hover {
        cursor: pointer;
    }

    .header-section .menu_cart {
        padding-top: 30px;
    }

    .header-two {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        transition: var(--transition);
        background-color: var(--white);
    }

    .header-two .black_logo {
        display: block;
    }

    .header-two .light_logo {
        display: none;
    }

    .header-one .btn-one, .header-one .btn-one-light, .header-one .btn-one-white, .header-one .btn-two, .header-one .btn-two-light {
        clip-path: none;
    }

    .header-one .header-section {
        background-color: var(--heading-color);
    }

    .header-one .logo {
        padding-bottom: 30px;
    }

    .menu-btn a {
        margin-left: 0px !important;
        margin-top: 30px;
        padding: 15px 30px;
        width: 180px !important;
    }

    .header-five .header-bar span {
        background-color: var(--primary-color) !important;
    }

    .header-one__info {
        display: none;
    }

    .header-one__item .header-wrapper {
        padding: 0 30px;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .header-one__item .header-wrapper .logo {
        padding: 30px 0 !important;
    }

    .header-one .header-bar span {
        background-color: var(--white);
    }
}

@media screen and (max-width: 1199px) {
    /*.main-menu {*/
    /*    position: absolute !important;*/
    /*    top: calc(100% + 10px);*/
    /*    width: 100% !important;*/
    /*    display: inline !important;*/
    /*    left: 0;*/
    /*    z-index: 999;*/
    /*    padding: 15px 15px;*/
    /*    background: #fff;*/
    /*    transition: var(--transition) !important;*/
    /*    transform-origin: top;*/
    /*    max-height: calc(100vh - 130px);*/
    /*    overflow-y: auto;*/
    /*    overflow-x: hidden;*/
    /*}*/
    .main-menu-wrap {
        position: absolute !important;
        top: calc(100% + 10px);
        /*position: fixed !important;*/
        /*top: 77px;*/
        width: calc(100% + 24px) !important;
        display: inline !important;
        left: -12px;
        z-index: 999;
        /*padding: 15px 15px;*/
        background: #fff;
        transition: var(--transition) !important;
        transform-origin: top;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .main-menu {
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
        transition: var(--transition) !important;
        padding: 15px 15px;
    }

    .main-menu li {
        width: 100% !important;
    }

    .header-wrapper .main-menu li a {
        font-size: 16px;
        padding: 10px 5px;
        color: var(--primary-color) !important;
    }

    .main-menu li {
        border-bottom: none !important;
    }

    .sub-menu {
        display: block !important;
        background: #fff !important;
        color: var(--primary-color) !important;
    }

    .header-wrapper .side-btn.btn-one {
        order: 2;
        margin-left: auto;
    }

    .logo-menu {
        order: 1;
    }

    .header-bar {
        order: 3;
        margin-left: 15px;
    }

    .main-menu {
        order: 5;
    }

    .header-wrapper {
        justify-content: flex-start;
    }

    .testimonial-two__image::after {
        display: none;
    }

    .about-four__image {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 50px;
        width: 100%;
    }

    .project-single__testimonial {
        padding: 40px;
    }

    .project-single__testimonial p {
        font-size: 18px;
        line-height: 28px;
    }

    .project-single__testimonial i {
        font-size: 40px;
        top: 20px;
        right: 30px;
    }

    .header-wrapper .main-menu li .sub-menu {
        background: var(--white);
        position: relative;
        transform: translateY(2px);
    }

    /*.main-menu:not(.active) {*/
    /*    display: none !important;*/
    /*    transition: var(--transition);*/
    /*}*/
    .main-menu-wrap:not(.active) .main-menu {
        display: none !important;
        transition: var(--transition);
    }

    .menu-social-wrap .link-info {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        /*margin-right: -10px;*/
    }

    .main-menu-wrap:not(.active) .menu-social-wrap {
        display: none !important;
    }

    .main-menu-wrap .menu-social-wrap {
        order: 4;
        position: relative;
        background-color: var(--primary-color);
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 10px 10px 10px 37px;
        z-index: 1;
    }

    .menu-social-wrap .link-info li a {
        width: 40px;
        color: #fff;
        text-align: center;
    }

    .menu-social-wrap .info i {
        color: #fff;
        padding-right: 5px;
    }

    .header-five a {
        color: #fff !important;
    }

    .header-one .header-wrapper .main-menu li a {
        color: var(--primary-color);
        padding: 15px 0;
    }

    .header-wrapper .main-menu li .sub-menu li a,
    .header-wrapper .main-menu li .sub-menu li span {
        color: var(--primary-color);
        padding: 10px 20px;
    }

    .main-menu li:not(:last-child) {
        border-bottom: 1px solid var(--border);
        margin-right: 0 !important;
    }

    .main-menu li a {
        display: block;
        padding: 14px 0px;
    }

    .banner__scroll-text {
        display: none;
    }

    .banner__content {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .banner-two {
        position: relative;
    }

    .banner-two__slider {
        width: 100%;
    }

    .banner-two__content h1,
    .banner-two__content .h1 {
        color: var(--white);
    }

    .banner-two__content h4,
    .banner-two__content .h4 {
        color: var(--white);
    }

    .banner-two__content p {
        color: var(--white);
    }

    .banner-two__content .btn-one, .banner-two__content .btn-one-light, .banner-two__content .btn-one-white, .banner-two__content .btn-two, .banner-two__content .btn-two-light {
        border: 2px solid var(--white);
        color: var(--white);
        font-weight: 300;
    }

    .banner-two__content .btn-one span, .banner-two__content .btn-one-light span, .banner-two__content .btn-one-white span, .banner-two__content .btn-two span, .banner-two__content .btn-two-light span {
        color: var(--white);
    }

    .banner-four__wrp {
        padding-top: 220px;
        padding-bottom: 155px;
    }

    .banner-four__content h1,
    .banner-four__content .h1 {
        font-size: 50px;
        font-weight: 700;
        color: var(--white);
    }

    .banner-four__content h4,
    .banner-four__content .h4 {
        color: var(--white);
        position: relative;
        display: inline-block;
        margin-left: 60px;
    }

    .banner-four__content h4::after,
    .banner-four__content .h4::after {
        position: absolute;
        content: "";
        width: 45px;
        height: 1px;
        background-color: var(--white);
        top: 12px;
        right: -58px;
    }

    .banner-four__content h4::before,
    .banner-four__content .h4::before {
        position: absolute;
        content: "";
        width: 45px;
        height: 1px;
        background-color: var(--white);
        top: 12px;
        left: -58px;
    }
}

@media screen and (max-width: 991px) {
    br {
        display: none;
    }

    .banner-three__arry-prev {
        left: 30px;
    }

    .banner-three__arry-next {
        right: 30px;
    }

    .banner-four__wrp {
        padding-top: 220px;
        padding-bottom: 155px;
    }

    .banner-four__content h1,
    .banner-four__content .h1 {
        font-size: 40px;
        font-weight: 700;
        color: var(--white);
        line-height: 50px;
    }

    .banner-four__content h4,
    .banner-four__content .h4 {
        color: var(--white);
        position: relative;
        display: inline-block;
        margin-left: 60px;
    }

    .banner-four__content h4::after,
    .banner-four__content .h4::after {
        position: absolute;
        content: "";
        width: 45px;
        height: 1px;
        background-color: var(--white);
        top: 12px;
        right: -58px;
    }

    .banner-four__content h4::before,
    .banner-four__content .h4::before {
        position: absolute;
        content: "";
        width: 45px;
        height: 1px;
        background-color: var(--white);
        top: 12px;
        left: -58px;
    }

    .banner-five__content {
        padding: 130px 0 !important;
    }

    .video__text {
        text-align: center;
    }

    .video__text h2,
    .video__text .h2 {
        font-size: 150px;
        line-height: 160px;
    }

    .achievement__item {
        text-align: center;
    }

    .achievement__bor-right {
        border-right: none;
    }

    .our-info {
        text-align: center;
    }

    .testimonial-two .pr-55 {
        padding-right: 0;
    }

    .testimonial-two .pl-65 {
        padding-left: 20px;
    }

    .testimonial-two__item p {
        font-size: 16px;
        line-height: 26px;
    }

    .testimonial-two__item .testi-header .testi-content h4,
    .testimonial-two__item .testi-header .testi-content .h4 {
        font-size: 16px;
    }

    .testimonial-two__item .testi-header .testi-content span {
        font-size: 14px;
        padding-top: 0px;
        font-weight: 400;
    }

    .testimonial-two__item .testi-header i {
        font-size: 30px;
    }

    .achievement-five__item {
        text-align: center;
    }

    .achievement-five__count {
        text-align: center;
        padding: 30px;
        border: 1px solid var(--white);
    }

    .event__content {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .img-top {
        top: -25px;
        left: calc(50% - 70px);
    }

    .img-bottom {
        top: -25px;
        right: calc(50% - 70px);
    }


    /*header .logo-menu,*/
    /*header .logo {*/
    /*    max-width: 180px;*/
    /*    max-height: 57px;*/
    /*    overflow: hidden;*/
    /*}*/
    .footer-two__item {
        padding-left: 30px;
    }

    .side_bar {
        width: 100%;
        max-width: 450px;
    }

    .header-wrapper .side-btn.btn-one {
        padding: 5px;
        /*border-radius: 50%;*/
        /*width: 30px;*/
        /*height: 30px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-right: 15px;*/
        font-size: 14px;
    }

    .header-wrapper .side-btn.btn-one::before {
        border-radius: 50%;
    }

    .header-wrapper .side-btn.btn-one .fa-phone {
        font-size: 14px;
        color: #fff;
    }

    .header-wrapper .main-menu {
        width: 100%;
        background: var(--white);
    }

    .header-wrapper .main-menu li a {
        font-size: 16px;
        padding: 10px 5px;
        color: var(--primary-color) !important;
    }

    .main-menu li {
        border-bottom: none !important;
    }

    .sub-menu {
        display: block !important;
        background: #fff !important;
        color: #fff;
    }

    .fa-chevron-down {
        display: none;
    }

    .main-menu li:hover,
    .main-menu li:focus,
    .main-menu li:active {
        border-bottom: 1px solid #fff !important;
    }

    .about__info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .about__info-info-con {
        padding-right: 0px;
        margin-right: 20px;
        margin-bottom: 20px;
        border-right: none;
    }

    .video__text h2,
    .video__text .h2 {
        font-size: 100px;
        line-height: 110px;
    }

    .project .col-lg-6 {
        border-right: none;
    }

    .project .wrp::after {
        display: none;
    }

    .login__item {
        padding: 30px;
    }

    .login__with a img {
        margin-right: 10px;
    }

    .event__content .event-info ul li {
        margin: 15px 0;
    }

    .event-two__info ul .bor-right {
        margin-bottom: 20px;
        border: none;
    }

    .banner__scroll-text {
        display: none;
    }

    .banner__content {
        margin-top: 0;
    }

    .banner__content-con img {
        display: none;
    }

    .banner__content-con p {
        margin-left: 0;
    }

    .banner__content h1,
    .banner__content .h1 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 50px;
    }

    .banner-two__content h1,
    .banner-two__content .h1 {
        line-height: 40px;
        font-size: 40px;
    }

    .banner-two__content h1 img,
    .banner-two__content .h1 img {
        width: 60px;
    }

    .banner-two__content h4,
    .banner-two__content .h4 {
        margin-bottom: 20px;
    }

    .banner-three__content {
        padding-top: 235px;
        padding-bottom: 239px;
    }

    .banner-three__content h1,
    .banner-three__content .h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .banner-four__wrp {
        padding: 100px 20px;
    }

    .banner-four__content h1,
    .banner-four__content .h1 {
        font-size: 40px;
        font-weight: 700;
        color: var(--white);
        line-height: 50px;
    }

    .banner-four__content h4,
    .banner-four__content .h4 {
        color: var(--white);
        margin-bottom: 20px;
        margin-left: 0;
    }

    .banner-four__content h4::after,
    .banner-four__content .h4::after {
        display: none;
    }

    .banner-four__content h4::before,
    .banner-four__content .h4::before {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .about-two {
        overflow: hidden;
        position: relative;
    }

    .about-two__image .video__btn-wrp-sm {
        position: absolute;
        top: 50%;
        right: inherit;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .banner-two__dot {
        display: none;
    }

    .service-two__item a {
        font-size: 25px;
    }

    .service-three__item {
        position: relative;
    }

    .service-three__item .stroke-number {
        top: 20px;
        left: 20px;
        font-size: 30px;
    }

    .service-three__item .info {
        padding: 10px;
        width: 90%;
        bottom: 10px;
        left: 20px;
    }

    .service-three__item .info h4,
    .service-three__item .info .h4 {
        font-size: 16px;
    }

    .service-three__item .info .service-three__btn {
        font-size: 12px;
    }

    .service-three__item .info .service-three__btn i {
        font-size: 16px;
    }

    .donation-amount-area {
        padding: 35px;
    }

    .login__image .btn-wrp {
        position: absolute;
        top: inherit;
        bottom: 10px;
        right: 10px;
        transform: translateY(0%) rotate(0deg);
    }

    .banner-five__arry-btn {
        display: none;
    }

    .banner-five__content {
        padding: 100px 0 !important;
    }
}

@media screen and (max-width: 424px) {
    .video__text h2,
    .video__text .h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .testimonial__head-wrp {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .testimonial__item-head i {
        font-size: 20px;
    }

    .testimonial__item-head-info-con h3,
    .testimonial__item-head-info-con .h3 {
        font-size: 16px;
    }

    .testimonial__item-head-info-con span {
        font-size: 12px;
        margin-top: 5px;
    }

    .testimonial__item-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .blog-three__image {
        min-height: 270px;
    }

    .about__info-signature {
        margin-bottom: 30px;
    }

    .marquee-item {
        font-size: 30px;
    }

    .blog__dot {
        display: none;
    }

    .achievement__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .banner {
        padding-top: 65px;
    }

    .banner__content h1,
    .banner__content .h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner__content h4,
    .banner__content .h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .banner__image-text {
        display: none;
    }

    .banner-two__content {
        padding: 60px 0;
    }

    .banner-two__content h1,
    .banner-two__content .h1 {
        font-size: 30px;
    }

    .banner-two__content h1 img,
    .banner-two__content .h1 img {
        width: 40px;
    }

    .banner-three__arry-prev {
        left: 30px;
        display: none;
    }

    .banner-three__arry-next {
        right: 30px;
        display: none;
    }

    .banner-three__content h4,
    .banner-three__content .h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .banner-three__content h1,
    .banner-three__content .h1 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
    }

    .about_info .btn-one, .about_info .btn-one-light, .about_info .btn-one-white, .about_info .btn-two, .about_info .btn-two-light {
        font-size: 12px;
        padding: 10px;
        margin-right: 10px;
    }

    .section-header h2,
    .section-header .h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
    }

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

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

.wpcf7-form-control-wrap {
    width: 100% !important;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0;
}

.nice-select {
    margin-bottom: 0 !important;
}

.side_bar .side-btn.btn-one {
    margin-top: 30px !important;
}

.wpcf7-response-output {
    color: #fff;
    border: 1px solid #ffb900;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.z-index-11 {
    z-index: 11;
}

.project-single__items-item {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.project-single__items-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(23, 160, 194, 0.2);
}

.project-single__items-item span {
    color: #000;
}

.project-single__items-item:hover .icon {
    background: #17a0c2;
}

.project-single__items-item .content {
    width: 80%;
    padding-right: 15px;
}

.project-single__items-item .content h4,
.project-single__items-item .content .h4 {
    padding-bottom: 0;
}

.project-single__items-item .icon {
    width: 20%;
    height: 60px;
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-single__items-item .icon img {
    width: 100%;
    height: 100%;
    max-width: 28px;
    max-height: 28px;
}

.grecaptcha-badge {
    display: none !important;
}


@media screen and (min-width: 1400px) {
    .blog-two__image .image {
        width: 392px;
        height: 257px;
    }
}

@media screen and (max-width: 1400px) {
    .blog-two__image .image {
        width: 294px;
        height: 192px;
    }
}

@media screen and (max-width: 1200px) {
    .blog-two__image .image {
        width: 234px;
        height: 154px;
    }
}

@media screen and (max-width: 992px) {
    .blog-two__image .image {
        width: 274px;
        height: 183px;
    }
}

@media screen and (max-width: 767px) {
    .blog-two__image .image {
        max-width: 454px;
        max-height: 298px;
        width: 100%;
        height: auto;
    }
}

.blog-two__image .image {
    overflow: hidden;
}

.blog-two__image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.donation__item {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.donation__item .blog-two__item-arrow {
    margin-right: auto;
    margin-top: auto;
}

.donation__item h3, .donation__item .h3 {
    margin: 15px 0 30px;
}

.recent-post .img {
    max-width: 50px;
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recent-post .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-slingle .recent-post .con span {
    color: #007F9F;
}

.blog-image-wrap img {
    width: 100%;
    height: auto;
}

.blog-image-wrap {
    overflow: hidden;
}

@media screen and (min-width: 1400px) {
    .blog-image-wrap {
        max-width: 932px;
    }
}

@media screen and (max-width: 1400px) {
    .blog-image-wrap {
        max-width: 736px;
    }
}

@media screen and (max-width: 1200px) {
    .blog-image-wrap {
        max-width: 615px;
    }
}

@media screen and (max-width: 992px) {
    .blog-image-wrap {
        max-width: 696px;
    }

}

@media screen and (max-width: 767px) {
    .blog-image-wrap {
        max-width: 516px;
        width: 100%;
        height: auto !important;
    }
}

.seo-title,
h1.seo-title,
.text-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
    padding: 0;
    color: var(--heading-color);
    font-family: var(--inter);
    text-transform: none;
}

.seo-content h2,
.seo-content .h2,
.text-content h2,
.text-content .h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.seo-content h3,
.seo-content .h3,
.text-content h3,
.text-content .h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.seo-content h4,
.seo-content .h4,
.text-content h4,
.text-content .h4 {
    font-size: 18px;
    font-weight: 600;
}

.seo-content h5,
.seo-content .h5,
.text-content h5,
.text-content .h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.seo-content h6,
.seo-content .h6,
.text-content h6,
.text-content .h6 {
    font-size: 14px;
    font-weight: 600;
}

.seo-content {
    max-height: 350px;
    overflow-y: auto;
    width: 100%;
}

.seo-content p {
    margin-bottom: 16px;
    margin-top: 16px;
}

.seo-content a {
    color: #007F9F;
    transition: all 0.3s ease-in-out;
}

.seo-content a:hover {
    color: #17a0c2;
}

.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5,
.seo-content h6 {
    margin-bottom: 16px;
}

.seo-content ol,
.seo-content ul {
    padding-left: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.blog-content p {
    margin-bottom: 16px;
    margin-top: 16px;
}

.blog-content h3 {
    margin-bottom: 30px;
}

.blog-content ol,
.blog-content ul {
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-content ul li,
.seo-content ul li {
    list-style-type: disc;
}

.blog-content ol li,
.seo-content ol li {
    list-style: auto;
}

.blog-content blockquote {
    background-color: var(--sub-bg);
    padding: 40px 65px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .blog-content blockquote {
        padding: 20px;
    }
}

.blog-content blockquote p {
    font-size: 24px;
    line-height: 40px;
    color: var(--heading-color);
}

.blog-content .info * {
    color: #007F9F;
}

.blog-content .info {
    margin-bottom: 30px;
}

.contact .wrap-form {
    gap: 20px;
    display: flex;
}

.contact .form-area form textarea {
    height: 100px;
}

.contact-items.project-single__items .icon i.fa-solid {
    font-size: 24px !important;
}

.contact .google-map iframe {
    height: 450px;
}

.contact-items.project-single__items .project-single__items-item .content {
    width: 100%;
    padding-right: 0;
}

.contact-items.project-single__items .project-single__items-item {
    gap: 15px;
}

.contact-items.project-single__items .project-single__items-item .icon {
    width: 100%;
}

.main-menu span {
    color: #007F9F !important;
}

.analysis-list {
    font-weight: 400;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.analysis-list li {
    position: relative;
    font-weight: 400 !important;
    width: calc(30% - 20px);
}

.analysis-list li:before {
    content: "\00B7";
    color: #007F9F;
    font-size: 32px;
    line-height: 18px;
    position: absolute;
    left: -15px;
    top: 4px;
}

.breadcrumb-list a:after {
    content: '\f101';
    position: relative;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    font-family: "Font Awesome 6 Pro";
}

.breadcrumb-list a {
    margin-right: 5px;
}

.wrap-img-banner {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    width: 700px;
    height: 700px;
    bottom: -400px;
    max-width: 700px;
}

.blog-content p img {
    width: calc(50% - 5px);
}

@media screen and (min-width: 1200px) {
    .pb-xl-50 {
        padding-bottom: 50px;
    }

    .wrapper-img-banner {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 1399px) {
    .wrap-img-banner {
        width: 550px;
        height: 550px;
        bottom: -325px;
        max-width: 550px;
        position: absolute;
    }
}

@media screen and (max-width: 1199px) {
    .wrap-img-banner {
        width: 700px;
        max-width: 700px;
        height: 700px;
        margin: 0 auto -350px;
        bottom: 0;
        position: relative;
    }

    .contact .wrap-form {
        flex-wrap: wrap;
        gap: 0;
    }
}


@media screen and (max-width: 992px) {
    .analysis-list li {
        position: relative;
        font-weight: 400 !important;
        width: 100%;
    }

    .wrap-img-banner {
        width: 500px;
        height: 500px;
        margin: 0 auto -250px;
        position: relative;
        bottom: 0;
    }

    .blog-content p img {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .wrap-img-banner {
        width: 340px;
        height: 340px;
        margin: 0 auto -170px;
        position: relative;
        bottom: 0;
    }
}

@media screen and (max-width: 375px) {
    .contact-items.project-single__items .project-single__items-item {
        flex-direction: column;
        align-items: center;
    }

    .contact-items .project-single__items-item .content h4,
    .contact-items .project-single__items-item .content .h4 {
        justify-content: center;
        text-align: center;
    }
}

.wpcf7-not-valid-tip {
    font-size: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 65px;
    border-width: 1px;
}

.fall__animation {
    z-index: -1;
}

.wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: flex;
}

.wpcf7-response-output {
    color: #000;
}

.side_bar .wpcf7-response-output {
    color: white !important;
}

.form-area form input,
.nice-select {
    margin-top: 0 !important;
}

.blog__item-left .swiper {
    margin-top: 10px;
}

.work__item .h3,
.work__item h3,
.work__item-icon {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 359px) {
    header .logo {
        max-width: 165px;
    }

    .header-bar {
        margin-left: 10px;
    }
}


.language-dropdown {
    position: relative;
    display: inline-block;
}

.selected-language {
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    transition: all 0.3s ease-in-out;
}

.selected-language:hover .language-text,
.selected-language:hover .fa-chevron-down,
.selected-language:focus .language-text,
.selected-language:focus .fa-chevron-down {
    opacity: 0.6;
    color: white;
}

.language-text {
    margin-right: 5px;
    color: white;
    transition: all 0.3s ease-in-out;
}

.fa-chevron-down {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
    color: white;
    font-weight: 800;
}

.language-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.5s ease, transform 0.5s ease;
    padding: 0;
}

.language-options li {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.language-options.active {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    z-index: 1111;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.language-options.active li:hover,
.language-options.active li:focus {
    color: #007F9F;
}

.progress-wrapper {
    overflow: hidden;
    position: relative;
}

.progress-wrapper .fall__animation {
    z-index: 11;
}

.process {
    width: 900px;
    margin: 0 auto;
    cursor: default;
    z-index: 1111;
    position: relative;
}

.process-items {
    display: flex;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    color: #18a0bd;
    font-size: 18px;
    text-align: center;
}

@media (min-width: 992px) {
    .process-items li {
        flex: 0 0 16.6%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5px;
        justify-content: center;
        width: 16.6%;
        vertical-align: bottom;
        transform: scale(0.65) translateY(40px);
        transform-origin: bottom center;
        transition: transform 0.5s;
    }
}

.process-items li a {
    border-bottom: 1px dashed #169fc2;
    transition: all 0.3s ease-in-out;
    color: #169fc2;
}

.process-items li a:hover {
    color: #18a0bd;
    border-bottom: 1px dashed #18a0bd;
}

.process-items li.active {
    transform: scale(0.8) translateY(0);
}

.process-items li .progress-desc {
    display: block;
    margin-top: 0.5em;
    color: #303030;
}

@media (max-width: 991px) {
    .process {
        width: 100%;
    }

    .process-items {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 5px;
        justify-content: space-between;
    }

    canvas {
        display: none;
    }

    .process-items li {
        flex: 0 0 calc(50% - 5px);
        width: calc(50% - 5px);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5px;
        justify-content: center;
    }

    .process-items li .progress-desc {
        flex: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .process-items li {
        flex: 0 0 calc(33.3% - 5px);
        width: calc(33.3% - 5px);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5px;
        justify-content: center;
    }
}

.form-full__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-bottom: 20px;
}

.form-full__header .h4 {
    font-weight: 500;
}

.form-full__label {
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    color: #0e0e0e;
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 190px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 991px) {
    .form-full__label {
        max-width: 100%;
    }
}

.form-full__label span {
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.form-full__wrap {
    display: flex;
    align-items: stretch;
    padding: 5px 0;
    gap: 15px;
    /*margin-bottom: 10px;*/
    width: 100%;
}

@media (max-width: 991px) {
    .form-full__wrap {
        flex-wrap: wrap;
    }
}

.form-full__wrap input {
    width: 100%;
    border-bottom: 1px dotted #0e0e0e;
}

.form-full__wrap input::placeholder {
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 400;
}

.form-full__wrap-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.form-full__wrap-row .form-full__wrap {
    width: calc(50% - 10px)
}

.form-full__wrap-row .form-full__wrap:nth-child(2) label {
    max-width: 220px;
}

@media (max-width: 768px) {
    .form-full__wrap-row {
        flex-wrap: wrap;
    }

    .form-full__wrap-row .form-full__wrap {
        width: 100%;
    }

    .form-full__wrap-row .form-full__wrap:nth-child(2) label {
        max-width: fit-content;
    }
}

.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}

.form-full__wrap input:disabled {
    background: none !important;
}

.form-full__wrap input:focus {
    border-bottom: 1px dotted #169fc2;
}

.form-full__wrap.disabled {
    opacity: 0.6;
}

.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
}

.checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
}

.checkbox__label {
    margin-left: 0.5em;
    font-weight: 600;
    line-height: 19px;
    color: #0e0e0e;
    font-size: 18px;
}

.checkbox__input:checked + .checkbox__icon .tick,
.checkbox__input:checked + .wpcf7-form-control.wpcf7-hidden + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}

.check-group > * + * {
    margin-top: 0.75rem;
}

.wpcf7-form-control.wpcf7-hidden {
    visibility: hidden;
}

.form-full__wrapper-checkbox {
    display: flex;
    gap: 15px;
    flex-direction: row;
    align-items: flex-start;
}

@media (max-width: 992px) {
    .form-full__wrapper-checkbox {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    .form-full__wrap {
        gap: 10px;
    }
}

.form-full__item-checkbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 490px;
    gap: 5px;
}

.form-full__item-checkbox--w-100 {
    max-width: 100%;
}

.form-full__item-checkbox .form-full__wrap {
    width: 100%;
}

.form-full__item-checkbox .form-full__label {
    max-width: fit-content !important;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-full__wrap-row--large {
    flex-wrap: wrap;
}

.form-full__wrap--w-100 label {
    width: fit-content !important;
}

.form-full__wrap--w-100 {
    width: 100% !important;
}

.form-full__subtitle,
.form-full__title {
    text-transform: uppercase;
}

.table-wrapper {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #333;
}

.table-wrapper .table-row {
    display: table-row;
}

.table-wrapper .table-cell {
    display: table-cell;
    border: 1px solid #333;
    padding: 5px;
}

.table-header .table-cell {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.table-header .table-cell .table-cell__header-name-desc {
    line-height: 1;
    font-size: 14px;
    color: #0e0e0e;
    display: block;
    font-weight: 400;
}

.table-row .table-cell:first-child {
    text-align: center;
    font-weight: bold;
    width: 5%;
}

.table-row .table-cell {
    width: 25%;
    vertical-align: top;
}

.table-row .table-cell:last-child {
    width: 45%;
}

.table-cell--note textarea {
    width: 100%;
    border: none;
}

.table-cell__wrap-input {
    display: flex;
    height: 100%;
    min-height: 30px;
}

.table-cell--name input,
.table-cell--code input {
    flex: 1;
    width: 100%;
}

.table-cell--note textarea.auto-resize {
    resize: none;
    overflow: hidden;
    min-height: 30px;
    width: 100%;
    box-sizing: border-box;
}

.table-cell .nice-select .current {
    color: #0e0e0e;
    padding: 10px 15px 5px;
    margin-top: 5px;
}

.table-cell .nice-select:after {
    width: 10px;
    height: 10px;
}

.table-cell .nice-select {
    border: none;
}

.table-cell .nice-select.open .list,
.table-cell .nice-select .list {
    background: white;
    color: #169fc2;
}

.table-cell .nice-select .option:hover,
.table-cell .nice-select .option:focus {
    background: rgba(168, 227, 241, 0.25);
}

.table-cell .nice-select.open .list::-webkit-scrollbar {
    width: 5px;
}

.table-cell .nice-select.open .list::-webkit-scrollbar-track {
    background: rgba(168, 227, 241, 0.25);
}

.table-cell input:disabled,
.table-cell textarea:disabled {
    background: none !important;
}

.table-wrapper .table-cell input::placeholder,
.table-wrapper .table-cell textarea::placeholder {
    color: rgba(14, 14, 14, 0.6);
}

.table-row.table-header .table-cell,
.table-wrapper .table-row .table-cell:first-child {
    vertical-align: middle;
}

.table-wrapper .table-cell input,
.table-wrapper .table-cell textarea {
    padding: 15px 15px 5px;
}

@media (max-width: 768px) {
    .table-wrapper .table-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .table-wrapper {
        border: none;
    }

    .table-wrapper .table-cell {
        display: flex;
        width: 100% !important;
    }

    /*.table-wrapper .table-cell input,*/
    /*.table-wrapper .table-cell textarea {*/
    /*    padding: 15px 20px 15px 18px;*/
    /*}*/
    .table-wrapper .table-cell textarea {
        min-height: 54px;
    }

    .table-wrapper .table-row .table-cell:not(:first-child) {
        border-top: none;
    }

    .table-wrapper .table-row .table-cell:first-child {
        padding: 15px 20px 15px 18px;
        min-height: 54px;
    }

    .table-row.table-header {
        display: none;
    }
}

.table-cell__header-name {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.table-cell__mark {
    color: #169fc2 !important;
    font-size: 16px !important;
    width: fit-content;
    height: fit-content;
    line-height: 16px;
    position: absolute;
    top: 2px;
    right: -10px;
}

.table-row .table-cell .nice-select[disabled] + .table-cell.table-cell--note textarea::placeholder {
    color: #0c4128;
}

.table-row.disabled {
    opacity: 0.5;
}

.table-btn {
    padding: 12px 26px;
    background-color: var(--primary-color);
    font-weight: 600;
    color: var(--white);
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    min-width: 200px;
}

@media (max-width: 768px) {
    .table-btn {
        min-width: 100%;
    }
}

.checkbox__label--slim {
    font-size: 14px;
    font-weight: 400;
}

div.table-btn {
    max-width: 200px;
    text-align: center;
    cursor: pointer;
}

.table-cell--not-valid {
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.8);
    outline: 1px solid rgba(220, 53, 69, 0.8);
}

#btn-check.disabled {
    opacity: 0.6;
}


.text-content {
    width: 100%;
}

.text-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
    padding: 0;
    color: var(--heading-color);
    font-family: var(--inter);
    text-transform: none;
}

.text-content h2,
.text-content .h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.text-content h3,
.text-content .h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.text-content h4,
.text-content .h4 {
    font-size: 18px;
    font-weight: 600;
}

.text-content h5,
.text-content .h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.text-content h6,
.text-content .h6 {
    font-size: 14px;
    font-weight: 600;
}

.text-content p {
    margin-bottom: 16px;
    margin-top: 16px;
}

.text-content a {
    color: #007F9F;
    transition: all 0.3s ease-in-out;
}

.text-content a:hover {
    color: #17a0c2;
}

.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin-bottom: 16px;
}

.text-content .table {
    margin-bottom: 16px;
}

.text-content ol,
.text-content ul {
    padding-left: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.text-content .table > :not(caption) > * > * {
    background: none !important;
    box-shadow: none !important;
}

.text-content .table td {
    vertical-align: middle;
    border: 1px solid var(--border) !important;
}

.text-content .table > tbody tr th {
    box-shadow: none !important;
    vertical-align: middle;
    border: 1px solid var(--border) !important;
    background: var(--sub-bg) !important;
}

.text-content ul li {
    list-style-type: disc;
}

.text-content ol li {
    list-style: auto;
}

.table > :not(caption) > * > * {
    text-align: center;
}

@media (max-width: 768px) {
    .text-content .table {
        max-width: 100%;
        font-size: 10px;
    }

    .table > :not(caption) > * > * {
        padding: 4px;
    }
}

.checkbox__input:checked + .checkbox__icon .tick,
.wpcf7-form-control-wrap.checkbox-checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}

.form-full__item-checkbox {
    position: relative;
}

.form-full__item-checkbox.mw-100 .wpcf7-form-control-wrap,
.form-full__item-checkbox.mw-100 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance,
.form-full__item-checkbox.mw-100 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    position: absolute;
    width: 1.375em !important;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
    display: block;
}

.form-full__item-checkbox.mw-100 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.checkbox__icon.not-valid rect {
    stroke: rgba(220, 53, 69, 0.8);
}

.checkbox__icon.not-valid {
    box-shadow: 0 0 2px rgba(220, 53, 69, 0.8);
    border-radius: 4px;
    overflow: hidden;
}

/*select*/

.select2-container--default .select2-selection--multiple {
    border: none;
}

.select2 .selection {
    width: 100%;
}

.select2-selection__rendered {
    min-width: 340px;
}

.select2-container--open .select2-dropdown--below {
    min-width: 340px;
}

.select2-container--open .select2-dropdown--above {
    min-width: 340px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-results > .select2-results__options {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(22, 159, 194, 0.2) !important;
    transition: all 0.3s ease-in-out;
    color: #169fc2 !important;
}

.select2-container--default .select2-results__option--highlighted {
    transition: all 0.3s ease-in-out;
}

.select2-results__option[aria-selected] {
    color: #169fc2 !important;
}

.select2-results__option {
    color: #169fc2 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4 !important;
    border: 1px solid #169fc2 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(22, 159, 194, 0.2) !important;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid rgba(22, 159, 194, 0.2) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: white !important;
    transition: all 0.3s ease-in-out;
    color: #000 !important;
    font-weight: 400;
    opacity: 1;
}

.select2-results__option:not(:last-child) {
    margin-bottom: 2px;
}

.table-cell.table-cell--code {
    vertical-align: middle;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-width: 150px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    transition: all 0.3s ease-in-out;
    color: #169fc2 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: rgba(22, 159, 194, 0.6) !important;
}

.select2-container--default .select2-results__option {
    transition: all 0.3s ease-in-out;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    width: 100% !important;
    display: block;
    min-width: 340px !important;
    height: auto;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    min-width: 340px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: transparent !important;
}

.btn-all-price {
    visibility: visible;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
}

@media (max-width: 992px) {
    .btn-all-price {
        padding: 10px;
        margin-left: 0;
        margin-top: 20px;
    }
}

.btn-all-price img {
    transition: all 0.3s ease-in-out;
}

.btn-all-price:hover img {
    filter: brightness(0) invert(1) sepia(1) saturate(0) hue-rotate(0deg);
}


.form-full__item-checkbox--row {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
}

.form-full__item-checkbox--row .checkbox__label {
    white-space: nowrap;
}

.form-full__column-checkbox {
    flex: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.form-full__column-checkbox .form-full__item-checkbox {
    min-height: 39px;
    flex-direction: row;
}

.form-full__column-checkbox--large {
    flex: auto;
}

.form-full__label {
    line-height: 1.3;
}

@media (min-width: 768px) {
    .form-full__item-checkbox--row {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .form-full__column-checkbox--large .form-full__item-checkbox--row {
        flex-direction: column;
    }

    .form-full__row-checkbox {
        gap: 10px !important;
        flex-direction: column !important;
    }
}

.blog-content h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.error-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
}

.error-btn {
    padding: 15px 20px;
    font-weight: 600;
    color: var(--primary-color) !important;
    transition: var(--transition);
    border: 2px solid var(--primary-color) !important;
    border-radius: 6px;
    position: relative;
    text-transform: none;
    visibility: visible !important;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.error-btn:hover {
    background: var(--primary-color) !important;
    color: white !important;
}

.certificate-image {
    position: absolute;
    right: -24px;
    left: auto;
    bottom: 10%;
    top: auto;
    box-shadow: 0 4px 15px 0 #04516433;
    z-index: 1000;
}

.certificate-image:nth-child(2) {
    bottom: 28%;
}

.certificate-image:nth-child(3) {
    bottom: 46%;
}

.certificate-image:nth-child(4) {
    bottom: 64%;
}

.certificate-image:nth-child(5) {
    bottom: 82%;
}

@media screen and (max-width: 767px) {
    .certificate-image {
        right: 5%;
        bottom: auto;
        top: -20px;
    }

    .certificate-image:nth-child(2) {
        bottom: auto;
        right: 24%;
    }

    .certificate-image:nth-child(3) {
        bottom: auto;
        right: 43%;
    }

    .certificate-image:nth-child(4) {
        bottom: auto;
        right: 62%;
    }

    .certificate-image:nth-child(5) {
        bottom: auto;
        right: 81%;
    }
}

.header-wrapper .main-menu li:last-child a {
    text-decoration: none !important;
}

.header-wrapper .main-menu > li:last-child a {
    text-decoration: underline !important;
}

.description-scroll {
    max-height: 385px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.description-scroll::-webkit-scrollbar {
    width: 6px;
}

.description-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.description-scroll::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 4px;
}

.section-header .description-scroll > *:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .description-scroll {
        margin-bottom: 50px;
    }
}

.table-cell__wrap-input .select2-container {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 420px) {
    .main-menu-wrap .bor-right--small a span {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .main-menu-wrap .bor-right--small {
        border-right: 1px solid var(--border);
        padding-right: 12px;
    }

    .main-menu-wrap .bor-right--small a span {
        color: white;
        font-size: 14px;
    }

    .main-menu-wrap .bor-right--small i,
    .main-menu-wrap .link-info i {
        font-size: 18px;
    }

    .main-menu-wrap .language-options a {
        color: var(--primary-color) !important;
    }

    .main-menu-wrap .language-options li span {
        color: var(--primary-color) !important;
        opacity: 0.6;
    }

    .main-menu-wrap .language-options li {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-menu-wrap .language-options.active {
        display: flex;
        flex-direction: column;
    }

    .main-menu-wrap .fa-chevron-down {
        display: block !important;
    }

    .main-menu-wrap .language-dropdown {
        margin-left: auto;
    }

    .main-menu-wrap .link-info {
        margin-right: 10px !important;
    }
}

@media screen and (min-width: 1200px) {
    header .logo-menu, header .logo {
        margin-top: -12px;
        height: 50px;
        display: flex !important;
        overflow: visible;
        align-items: center;
        max-width: fit-content;
    }

    .header-wrapper {
        padding-top: 5px;
    }
}

@media screen and (min-width: 1400px) {
    .header-wrapper .logo-menu img {
        height: 60px;
    }

    header .logo-menu, header .logo {
        height: 60px;
        margin-top: -15px;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper .logo-menu img {
        height: 40px;
    }

    header .logo-menu, header .logo {
        height: 40px;
        margin-top: 0;
    }

    .header-wrapper .main-menu li a {
        padding: 10px 5px!important;
    }
}

@media screen and (max-width: 767px) {
    .header-wrapper .side-btn.btn-one {
        height: 40px;
    }
}

@media screen and (min-width: 768px) {
    .main-menu-wrap .menu-social-wrap {
        display: none;
    }
}

.header-wrapper .main-menu li a {
    padding: 40px 0 30px;
}

.main-menu span {
    padding: 40px 0 30px;
}

body
 #bingc-passive
 div.bingc-passive-overlay
 div.bingc-passive-content
 div.bingc-statistics {
 display: none !important;
}

body 
 #bingc-passive 
 div.bingc-passive-overlay 
 div.bingc-passive-content 
 div.bingc-passive-get-phone-form 
 form.bingc-passive-get-phone-form 
 a.bingc-passive-phone-form-button {
  background: #159ec2 !important;
}

body
 #bingc-phone-button 
 svg.bingc-phone-button-circle 
 circle.bingc-phone-button-circle-inside {
    fill: #159ec2 !important;
}

body 
 #bingc-phone-button:hover 
 svg.bingc-phone-button-circle 
 circle.bingc-phone-button-circle-inside {
    fill: #159ec2 !important;
}

body 
 #bingc-phone-button 
 div.bingc-phone-button-tooltip {
    background: #159ec2 !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover {
    background: #0f8baa !important;
}

body 
 #bingc-phone-button 
 div.bingc-phone-button-tooltip 
 svg.bingc-phone-button-arrow polyline {
    fill: #159ec2 !important;
}

#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection #bingc-passive-date-selection-select-hour
body #bingc-passive div.bingc-passive-overlay {
    background: #e5e5e5 !important;
} 

#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection #bingc-passive-date-selection-select-hour,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection #bingc-passive-date-selection-select-minutes,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection #bingc-passive-date-selection-select-day:hover {
    background: #159ec2  !important;
}

#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour #bingc-passive-date-selection-select-hour-list-of-hours-container ul.bingc-passive-date-selection-select-hour-list-of-hours li,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes #bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day #bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li {
    color: #159ec2  !important;
}

#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour #bingc-passive-date-selection-select-hour-list-of-hours-container ul.bingc-passive-date-selection-select-hour-list-of-hours li:hover,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes #bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li:hover,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day #bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li:hover {
    background: #159ec2  !important;
    color: #fff !important;
}
@media screen and (max-width: 991px) {
    #bingc-phone-button-icon-text br {
        display: block; 
    }
}
