/* ---------------------------------------- */
/* 01. Theme default
/*---------------------------------------- */
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: var(--clr-theme-1);
    line-height: 28px;
}

section {
    background: var(--clr-common-white);
    position: relative;
    z-index: 2;
}

a {
    text-decoration: none;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

a,
.btn,
button,
p,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
    border: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.bd-custom-container {
    max-width: 1730px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.img,
img {
    max-width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", sans-serif;
    color: var(--clr-theme-1);
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1 {
    font-size: 120px;
}

h2 {
    font-size: 65px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: var(--clr-theme-1);
    margin-bottom: 26px;
    line-height: 28px;
}

i {
    line-height: 1;
    display: inline-block;
}

label {
    color: var(--clr-body-text);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.display-inline {
    display: inline-block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input,
select,
textarea {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.custom-pad-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.custom-mar-15 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.radius-50 {
    border-radius: 50px;
}

.w-full {
    width: 100%;
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--clr-theme-2);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

*::-moz-selection {
    background: var(--clr-common-black);
    color: var(--clr-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--clr-common-black);
    color: var(--clr-common-white);
    text-shadow: none;
}

::selection {
    background: var(--clr-common-black);
    color: var(--clr-common-white);
    text-shadow: none;
}

/* --- Input Placeholder
----------------------------------------- */
*::-moz-placeholder {
    color: var(--clr-common-placeholder);
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: var(--clr-common-placeholder);
    font-size: 16px;
    opacity: 1;
}

/* --
    - Common Classes
----------------------------------------- */
.clear {
    clear: both;
}

.translate-y--10 {
    transform: translateY(-10px);
}

/* --
    - Background color
----------------------------------------- */
.theme-bg {
    background-color: var(--clr-theme-1);
}

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

.heading-bg {
    background-color: var(--clr-body-heading);
}

/* --
    - color
----------------------------------------- */
.white-color {
    color: var(--clr-common-white);
}

/* --
    - Margin & Padding
----------------------------------------- */
/* -- Margin Top -- */
.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;
}

/* -- Margin Left -- */
.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;
}

/* -- Margin Right -- */
.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;
}

/* -- Padding Top -- */
.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;
}

/* -- Padding Bottom -- */
.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;
}

/* -- Padding Left -- */
.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;
}

/* -- Padding Right -- */
.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;
}

:root {
    /* *
  @color declaration */
    --clr-common-white: #ffffff;
    --clr-common-black: #222222;
    --clr-common-border: #c7c7c7;
    --clr-common-placeholder: #aaa;
    --clr-body-heading: #161616;
    --clr-body-heading2: #232323;
    --clr-body-text: #6A6A6A;
    --clr-body-text2: #878787;
    --clr-body-text3: #787878;
    --clr-theme-1: #1f4941;
    --clr-theme-2: #ffaf00;
    --clr-theme-3: #7c7c7c;
    --clr-bg-1: #1f4941;
    --clr-bg-2: #ffaf00;
    --clr-bg-3: #fffcf6;
    --clr-bg-4: #f2f2f2;
    --clr-bg-gray: #F6F7F8;
    --clr-bg-gray2: #EFEFEF;
    --clr-border-1: #474747;
    --clr-border-2: #757575;
    --clr-border-3: #303030;
    --clr-border-4: #E5E5E5;
    --clr-border-5: #D4D4D4;
    --clr-border-6: #DFDFDF;
}

.bd-section-title {
    font-size: 60px;
    line-height: 1.16;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-section-title {
        font-size: 54px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-section-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-section-title {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .bd-section-title {
        font-size: 36px;
    }
}

.bd-section-title-wrapper p {
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 575px) {
    .bd-section-title-wrapper p br {
        display: none;
    }
}

.theme-btn {
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    height: 60px;
    line-height: 60px;
    color: var(--clr-common-white);
    background-color: var(--clr-theme-1);
    padding: 0px 38px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.theme-btn.h-55 {
    height: 55px;
    line-height: 55px;
}

.theme-btn-black {
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    color: var(--clr-common-white);
    background-color: var(--clr-body-heading);
    padding: 0px 38px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.theme-btn-border {
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    color: var(--clr-theme-1);
    border: 1px solid var(--clr-theme-1);
    background-color: transparent;
    text-align: center;
    padding: 0px 38px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.theme-btn-border:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-1);
}

@media (max-width: 575px) {
    .theme-btn,
    .theme-btn-border,
    .theme-btn-black {
        height: 50px;
        line-height: 50px;
        padding: 0px 30px;
    }
}

.theme-btn.theme-btn-rounded,
.theme-btn-border.theme-btn-rounded,
.theme-btn-black.theme-btn-rounded {
    border-radius: 30px;
}

.theme-btn:before,
.theme-btn-border:before,
.theme-btn-black:before {
    background-color: var(--clr-common-white);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    opacity: 0;
}

.theme-btn:hover,
.theme-btn-border:hover,
.theme-btn-black:hover {
    color: var(--clr-common-white);
}

.theme-btn:hover:before,
.theme-btn-border:hover:before,
.theme-btn-black:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.theme-btn:focus,
.theme-btn-border:focus,
.theme-btn-black:focus {
    color: var(--clr-common-white);
}

@media (max-width: 575px) {
    .progress-wrap {
        right: 30px;
    }
}

.z-index {
    z-index: 3;
    position: relative;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    width: inherit;
}

.swiper-container-horizontal.common-dots {
    position: relative;
}

.swiper-container-horizontal.common-dots .slide-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #c6c9cb;
    display: inline-block;
    outline: none;
    cursor: pointer;
    background: none;
    font-size: 0px;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--clr-theme-1);
}

.nav-search {
    position: relative;
    display: inline-block;
    color: inherit;
}

.nav-search:hover {
    color: var(--clr-common-white);
}

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

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

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

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

.search-field-holder button {
    height: 45px;
    line-height: 45px;
    background: var(--clr-common-white);
    color: #333;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 50px;
    display: inline-block;
    margin-top: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

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

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 15px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

.search-wrap .main-search-input::-moz-placeholder {
    text-transform: uppercase;
}

.search-wrap .main-search-input::placeholder {
    text-transform: uppercase;
}

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

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

input.main-search-input::-webkit-input-placeholder {
    color: var(--clr-common-white);
    font-size: 25px;
}

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

input.main-search-input:-moz-placeholder {
    color: rgb(197, 178, 178);
    opacity: 1;
    font-size: 25px;
}

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

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

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

input.main-search-input:-ms-input-placeholder {
    color: var(--clr-common-white);
    font-size: 25px;
}

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

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

.mobile-links li > a {
    padding: 15px 0 15px 15px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    color: #7f7f7f;
    display: block;
}

.mobile-links li > a:hover {
    color: #b79d82;
}

/* --
    - Common Classes
----------------------------------------- */
.fix {
    overflow: hidden;
}

.x-clip {
    overflow-x: clip;
}

.y-clip {
    overflow-y: clip;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index--1 {
    z-index: -1;
}

.z-index--2 {
    z-index: -2;
}

.z-index--3 {
    z-index: -3;
}

.z-index--4 {
    z-index: -4;
}

.z-index--5 {
    z-index: -5;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

/* --
    - Background color
----------------------------------------- */
.grey-bg {
    background: var(--clr-bg-grey);
}

.pink-bg {
    background: var(--clr-common-black);
}

.white-bg {
    background: var(--clr-common-white);
}

.black-bg {
    background: var(--clr-common-black);
}

.footer-bg {
    background: var(--clr-common-black);
}

/* --- color
----------------------------------------- */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: var(--clr-common-white) !important;
}

.white-color {
    color: var(--clr-common-white);
}

.theme-color {
    color: var(--clr-common-black) !important;
}

.black-color {
    color: var(--clr-common-black);
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575px) {
    .progress-wrap {
        inset-inline-end: 15px;
        bottom: 15px;
    }
}

.centered-title {
    text-align: center;
}

.centered-title .bd-section-subtitle {
    justify-content: center;
}

.bd-section-title {
    font-size: 65px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .bd-section-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-section-title {
        font-size: 54px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-section-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-section-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-section-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .bd-section-title {
        font-size: 40px;
    }
}

@media (max-width:450px) {
    .bd-section-title {
        font-size: 34px;
    }
}

.bd-section-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-theme-2);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: -3px;
}

.bd-section-subtitle span {
    color: var(--clr-common-white);
}

.bd-section-subtitle i:not(:last-child) {
    transform: rotateY(180deg);
}

.bd-section-subtitle.no-gap {
    column-gap: 0;
}

.bd-section-subtitle.st-b {
    font-style: italic;
    column-gap: 7px;
}

.bd-section-subtitle.st-b span {
    color: var(--clr-theme-1);
}

.title-text-white.bd-section-subtitle.st-b span {
    color: var(--clr-common-white);
}

.title-text-white.bd-section-title {
    color: var(--clr-common-white);
}

.white-text {
    color: var(--clr-common-white);
}

.border-left {
    position: relative;
}

.border-left:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #eaebee;
    inset-inline-start: 0;
    top: 0;
}

:root {
    /* *
  @color declaration */
    --clr-common-white: #ffffff;
    --clr-common-black: #222222;
    --clr-common-border: #c7c7c7;
    --clr-common-placeholder: #aaa;
    --clr-body-heading: #161616;
    --clr-body-heading2: #232323;
    --clr-body-text: #6A6A6A;
    --clr-body-text2: #878787;
    --clr-body-text3: #787878;
    --clr-theme-1: #1f4941;
    --clr-theme-2: #ffaf00;
    --clr-theme-3: #7c7c7c;
    --clr-bg-1: #1f4941;
    --clr-bg-2: #ffaf00;
    --clr-bg-3: #fffcf6;
    --clr-bg-4: #f2f2f2;
    --clr-bg-gray: #F6F7F8;
    --clr-bg-gray2: #EFEFEF;
    --clr-border-1: #474747;
    --clr-border-2: #757575;
    --clr-border-3: #303030;
    --clr-border-4: #E5E5E5;
    --clr-border-5: #D4D4D4;
    --clr-border-6: #DFDFDF;
}

.bg-white {
    background-color: var(--clr-common-white) !important;
}

.bg-gray {
    background-color: var(--clr-bg-4);
}

.section-main-title {
    font-size: 38px;
    line-height: 1.26;
    font-weight: 600;
    color: var(--clr-theme-1);
    margin-top: -8px;
}

@media (max-width: 575px) {
    .section-main-title {
        font-size: 32px;
    }
}

@media (max-width:450px) {
    .section-main-title {
        font-size: 28px;
    }
}

.hr1 {
    border-bottom: 1px solid #dcdcdc;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-inline-end: var(--bs-gutter-x, 15px);
    padding-inline-start: var(--bs-gutter-x, 15px);
    margin-inline-end: auto;
    margin-inline-start: auto;
}

.row {
    --bs-gutter-x: 30px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

@media (min-width: 1200px) {
    .container-small {
        max-width: 1200px;
    }
}

.circle-dot-pagination {
    display: flex;
    gap: 4px;
}

.circle-dot-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
    position: relative;
    background: none;
}

.circle-dot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--clr-theme-2);
}

.circle-dot-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--clr-theme-2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stroke-text {
    font-size: 100px;
    font-weight: 700;
    font-family: "Teko", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2F2F2F;
    line-height: 1;
    display: inline-block;
}

.area-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
}

.filter-search-input {
    position: relative;
}

.filter-search-input input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--clr-bg-1);
    background: var(--clr-common-white);
    border-radius: 0;
    padding: 0 20px;
    padding-inline-end: 50px;
    outline: none;
}

.filter-search-input button {
    position: absolute;
    inset-inline-end: 20px;
    top: 12px;
    color: #919191;
}

/* ----------------------------------------
   Flaction customize
----------------------------------------- */
i[class^=flaticon-] {
    line-height: 1;
    top: 2px;
    position: relative;
}

[dir=rtl] [type=tel],
[dir=rtl] [type=url],
[dir=rtl] [type=email],
[dir=rtl] [type=number] {
    direction: rtl;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px));
}

.parallax-bg {
    background-attachment: fixed;
}

.panel {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    left: 0;
    background: white;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: panel 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.panel-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    left: 0;
    background: white;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: panelTop 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.panel-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    left: 0;
    background: white;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: panelBottom 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.bd-section-title-wrapper-2 .bd-section-subtitle-2 {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1F4941;
    margin-bottom: 18px;
}

.bd-section-title-wrapper-2 .bd-section-subtitle-2 span {
    color: #FFAF00;
}

.bd-section-title-wrapper-2 .bd-section-subtitle-2.white-text {
    color: var(--clr-common-white);
}

.bd-section-title-wrapper-2 .bd-section-title-2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1E4942;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-section-title-wrapper-2 .bd-section-title-2 {
        font-size: 35px;
        line-height: 40px;
    }
}

.bd-section-title-wrapper-2 .bd-section-title-2.white-text {
    color: var(--clr-common-white);
}

/* ----------------------------------------
	02. buttons css
---------------------------------------- */
.fill-btn {
    font-size: 16px;
    color: var(--clr-common-white);
    font-weight: 600;
    background: var(--clr-theme-1);
    border: 1px solid var(--clr-theme-1);
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 0px;
    padding: 0 50px;
    position: relative;
    overflow: hidden;
    line-height: 1;
    white-space: nowrap;
}

.fill-btn:hover {
    color: var(--clr-theme-1);
    background: var(--clr-common-white);
}

.fill-btn:focus {
    color: var(--clr-theme-1);
    background: var(--clr-common-white);
    border: 1px solid var(--clr-theme-1);
}

.fill-btn.fill-btn-two {
    background: transparent;
    color: var(--clr-theme-1);
    border-radius: 6px;
    padding: 15px 30px;
    text-transform: capitalize;
    line-height: 24px;
    gap: 10px;
}

.fill-btn.fill-btn-two:hover {
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}

.border-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-theme-1);
    border: 1px solid var(--clr-theme-1);
    padding: 0 40px;
    height: 60px;
    border-radius: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    line-height: 1;
}

.border-btn:hover {
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}

.circle-btn {
    height: 60px;
    width: 60px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: var(--clr-theme-2);
    border: 1px solid var(--clr-common-border);
    border-radius: 50%;
    font-size: 30px;
    font-weight: 400;
    position: relative;
}

.text-btn {
    color: var(--clr-theme-3);
}

.text-btn:hover {
    color: var(--clr-theme-2);
}

.arrow-text-btn {
    color: var(--clr-theme-1);
    display: inline-flex;
    align-items: center;
    gap: 13px;
    line-height: 1;
}

.arrow-text-btn:hover {
    color: var(--clr-theme-2);
}

.arrow-text-btn:hover span:before {
    transform: scaleX(1);
    background: var(--clr-theme-2);
}

.arrow-text-btn i {
    font-size: 20px;
}

.arrow-text-btn span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.arrow-text-btn span:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 1px;
    content: "";
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    background: var(--clr-theme-1);
    z-index: -1;
}

.arm-play-btn {
    color: var(--clr-theme-2);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-inline-start: 30px;
    height: 68px;
    line-height: 68px;
    z-index: 2;
}

.arm-play-btn:hover {
    color: var(--clr-common-white);
}

.arm-play-btn:hover:before {
    width: calc(100% + 30px);
    opacity: 1;
}

.arm-play-btn::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: var(--clr-theme-2);
    top: 50%;
    inset-inline-start: 0;
    opacity: 0.15;
    border-radius: 60px;
    z-index: -1;
    transform: translateY(-50%);
}

.arm-play-btn i {
    font-size: 30px;
    margin-inline-start: 13px;
    vertical-align: middle;
}

/* link btn */
.link-btn {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: var(--clr-common-black);
    text-transform: uppercase;
    padding-inline-end: 15px;
}

.link-btn i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.link-btn i:first-child {
    inset-inline-start: -100%;
    visibility: hidden;
    opacity: 0;
}

.link-btn i:last-child {
    inset-inline-end: 0;
}

.link-btn:hover {
    color: var(--clr-common-black);
}

.link-btn:hover i:first-child {
    inset-inline-start: 0;
    visibility: visible;
    opacity: 1;
}

.link-btn:hover i:last-child {
    inset-inline-end: -100%;
    visibility: hidden;
    opacity: 0;
}

.link-btn-2 {
    position: relative;
    font-size: 14px;
    color: var(--clr-common-black);
    font-weight: 500;
    padding-inline-end: 22px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.link-btn-2 i {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    font-size: 12px;
}

.link-btn-2 i:first-child {
    inset-inline-end: 10%;
    visibility: hidden;
    opacity: 0;
}

.link-btn-2 i:last-child {
    inset-inline-end: 0;
}

.link-btn-2:hover {
    color: var(--clr-common-black);
}

.link-btn-2:hover i:first-child {
    inset-inline-end: 0;
    visibility: visible;
    opacity: 1;
}

.link-btn-2:hover i:last-child {
    inset-inline-end: -10%;
    visibility: hidden;
    opacity: 0;
}

.link-btn-2.pink {
    color: var(--clr-common-black);
}

.link-btn-2.pink:hover {
    color: var(--clr-common-black);
}

.play-btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
    background-color: var(--clr-common-white);
    display: inline-flex;
    border-radius: 50%;
    color: var(--clr-theme-2) !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: pulse 2s infinite;
    border: none !important;
}

.play-btn:hover {
    background-color: var(--clr-theme-2);
    color: var(--clr-theme-1) !important;
}

/* pulse btn */
.pulse-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 84px;
    text-align: center;
    background-color: var(--clr-common-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--clr-common-black);
    animation: pulse 2s infinite;
}

.pulse-btn:hover {
    background-color: var(--clr-common-black);
    color: var(--clr-common-white);
}

.pulse-btn i {
    padding-inline-start: 2px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.arm-btn {
    font-size: 16px;
    color: var(--clr-theme-1);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    white-space: nowrap;
}

.arm-btn:hover {
    color: var(--clr-theme-2);
}

.arm-btn:hover .circle-btn {
    border-color: var(--clr-theme-2);
    background: var(--clr-theme-2);
    color: var(--clr-common-white);
}

.arm-btn:hover .circle-btn i {
    animation: iconltr 0.5s forwards;
}

.arm-btn.arm-btn-white {
    color: var(--clr-common-white);
}

.arm-btn.arm-btn-white .circle-btn {
    color: var(--clr-common-white);
}

.arm-btn.arm-btn-white:hover {
    color: var(--clr-theme-2);
}

/* ----------------------------------------
	03. animation css
---------------------------------------- */
@keyframes iconltr {
    49% {
        transform: translateX(30%);
    }

    50% {
        opacity: 0;
        transform: translateX(-30%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes iconrtl {
    49% {
        transform: translateX(-30%);
    }

    50% {
        opacity: 0;
        transform: translateX(30%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes icontltbl {
    49% {
        transform: translateX(30%) translateY(30%);
    }

    50% {
        opacity: 0;
        transform: translateX(-30%) translateY(-30%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes textup {
    49% {
        transform: translateY(-10px);
    }

    50% {
        opacity: 0;
        transform: translateY(10px);
    }

    51% {
        opacity: 1;
    }
}

/* line animation css - start
================================================== */
.line_wrap {
    top: 0px;
    inset-inline-start: calc(50% - 875px);
    bottom: 0px;
    width: 120px;
    z-index: 1;
    display: block;
    position: absolute;
    border-left: 1px solid #E8E8E8;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .line_wrap {
        inset-inline-start: calc(50% - 710px);
        width: 100px;
    }
}

.line_wrap:before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    animation: scroll1 15s linear infinite;
    background-image: var(--clr-theme-2);
}

.line_wrap .line_item {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid #E8E8E8;
}

.line_wrap .line_item:before {
    width: 1px;
    right: -1px;
    content: "";
    height: 100px;
    position: absolute;
}

.line_wrap .line_item:nth-child(odd):before {
    animation: scroll2 15s linear infinite;
    background-image: linear-gradient(0deg, transparent, #000000);
}

.line_wrap .line_item:nth-child(even):before {
    animation: scroll1 15s ease-out infinite;
    background-image: linear-gradient(0deg, #000000, transparent);
}

.line_wrap.line_white {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.line_wrap.line_white:before {
    background-image: linear-gradient(0deg, #ffffff, transparent);
}

.line_wrap.line_white .line_item {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.line_wrap.line_white .line_item:nth-child(odd):before {
    background-image: linear-gradient(0deg, transparent, #ffffff);
}

.line_wrap.line_white .line_item:nth-child(even):before {
    background-image: linear-gradient(0deg, #ffffff, transparent);
}

@keyframes scroll1 {
    0% {
        top: 0px;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 100%;
        opacity: 1;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0px;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 100%;
        opacity: 1;
    }
}

/* line animation css - end
================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .body-line {
        display: none;
    }
}

.body-line:before {
    display: none;
}

.body-line.line_wrap .line_item::before {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-line {
        display: none;
    }
}

.banner-line.line_wrap {
    z-index: 2;
    border-left: 1px solid #2D2D2D;
    overflow-Y: clip;
}

.banner-line.line_wrap::before,
.banner-line.line_wrap::after {
    width: auto;
    left: 1px;
    content: "\f101";
    font-family: flaticon_armado_-_militery_service_themeset !important;
    height: 10px;
    background: transparent;
    background-image: none;
    background-image: none;
    position: absolute;
    animation: scroll1 15s linear infinite;
    color: var(--clr-theme-2);
    transform: rotate(90deg);
}

.banner-line.line_wrap::after {
    animation-delay: 8s;
    top: -10px;
}

.banner-line.line_wrap .line_item {
    border-right: 1px solid #2D2D2D;
}

.banner-line.line_wrap .line_item::before,
.banner-line.line_wrap .line_item::after {
    width: auto;
    right: 1px;
    content: "\f101";
    font-family: flaticon_armado_-_militery_service_themeset !important;
    height: 10px;
    background: transparent;
    background-image: none;
    position: absolute;
    animation: scroll2 15s linear infinite;
    color: var(--clr-theme-2);
    transform: rotate(-90deg);
}

.banner-line.line_wrap .line_item::after {
    animation-delay: 8s;
    bottom: -10px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.border-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.border-animation::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    box-sizing: border-box;
    height: 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: all 0.5s ease;
}

.border-animation::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    box-sizing: border-box;
    height: 0;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all 0.5s ease;
}

.single-feature:hover .border-animation::after,
.single-feature:hover .border-animation::before {
    border-color: var(--clr-theme-2);
    width: 100%;
    height: 100%;
}

@-webkit-keyframes translateX {
    0% {
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@-moz-keyframes translateX {
    0% {
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@-ms-keyframes translateX {
    0% {
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes translateX {
    0% {
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@-webkit-keyframes translateY {
    0% {
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-moz-keyframes translateY {
    0% {
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-ms-keyframes translateY {
    0% {
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@keyframes translateY {
    0% {
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-webkit-keyframes fill-width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes fill-width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes fill-width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes fill-width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.play-svg {
    width: 160px;
}

.play-svg:hover .st3 {
    stroke-dashoffset: 0;
}

.play-svg .st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.play-svg .st1 {
    clip-path: url(armado-core.css@ver=1695584624.css);
}

.play-svg .st2 {
    fill: #FFAF00;
}

.play-svg .st3 {
    fill: none;
    stroke: #FFAF00;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    transition: 0.5s;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1500;
    }

    to {
        stroke-dashoffset: 0;
    }
}

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

    100% {
        width: 0;
    }
}

@keyframes panelTop {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@keyframes panelBottom {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.title-anim-part-1,
.title-anim-part-2 {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .title-anim-part-1,
    .title-anim-part-2 {
        height: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .title-anim-part-1,
    .title-anim-part-2 {
        height: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-anim-part-1,
    .title-anim-part-2 {
        height: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .title-anim-part-1,
    .title-anim-part-2 {
        height: 52px;
    }
}

@media (max-width:450px) {
    .title-anim-part-1,
    .title-anim-part-2 {
        height: 40px;
    }
}

.title-anim-part-1 > span {
    position: absolute;
}

@media (min-width: 576px) {
    .title-anim-part-1 > span {
        transform: translateY(100%);
    }
}

.title-anim-part-2 > span {
    position: absolute;
}

@media (min-width: 576px) {
    .title-anim-part-2 > span {
        transform: translateY(-100%);
    }
}

@media (min-width: 576px) {
    .swiper-slide-active .title-anim-part-1 > span {
        animation: 0.7s titleAnim 0.5s ease forwards;
    }
}

@media (min-width: 576px) {
    .swiper-slide-active .title-anim-part-2 > span {
        animation: 0.7s titleAnim 0.7s ease forwards;
    }
}

@keyframes titleAnim {
    100% {
        transform: translateY(0%);
    }
}

/* ----------------------------------------
	04. header css
---------------------------------------- */
.sticky {
    position: fixed;
    top: 0;
    background: var(--clr-common-white);
    z-index: 800;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    transition: 0.4s;
    box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    border: none;
}

.main-menu {
    display: inline-block;
}

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

.main-menu ul li {
    display: inline-block;
    margin: 0px 21px;
    position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-menu ul li {
        margin: 0px 18px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin: 0px 13px;
    }
}

.main-menu ul li a {
    font-size: 16px;
    color: var(--clr-theme-1);
    text-transform: uppercase;
    display: inline-block;
    padding: 45px 0;
    line-height: 20px;
    font-weight: 600;
}

.main-menu ul li .sub-menu {
    background: var(--clr-common-white) none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
    border-top: 4px solid var(--clr-theme-1);
    padding: 15px 0;
    -webkit-transform: scaleY(0) translateZ(100px);
    -ms-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    transform-origin: top center;
}

.main-menu ul li .sub-menu .sub-menu {
    inset-inline-start: 100%;
    top: 0%;
}

.main-menu ul li .sub-menu li {
    display: flex;
    margin: 0px;
    padding: 8px 15px 8px 25px;
    justify-content: space-between;
}

.main-menu ul li .sub-menu li a {
    padding: 0px;
    display: block;
    color: var(--clr-theme-1);
    position: relative;
    font-weight: 500;
    width: 100%;
    font-size: 15px;
}

.main-menu ul li .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    background: var(--clr-common-white);
    top: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.main-menu ul li .sub-menu li:hover > a {
    color: var(--clr-theme-2);
    padding-inline-start: 10px;
}

.main-menu ul li .sub-menu li:hover > a:before {
    opacity: 1;
    background: var(--clr-theme-2);
}

.main-menu ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1) translateZ(0px);
    -ms-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.main-menu ul li:hover > .sub-menu li:hover > .sub-menu {
    top: 0;
}

.main-menu ul li:hover.menu-item-has-children::after {
    color: var(--clr-theme-1);
}

.main-menu ul li.menu-item-has-children {
    position: relative;
}

.main-menu ul li.menu-item-has-children:after {
    content: "\f067";
    font-size: 12px;
    color: var(--clr-theme-1);
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

/* bar-icon style start */
.bar-icon {
    width: 20px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.bar-icon span {
    width: 100%;
    height: 2px;
    background: #000;
    display: inline-block;
}

.bar-icon span:nth-child(2) {
    margin-inline-start: 9px;
    transition: 0.3s;
}

.bar-icon:hover span:nth-child(2) {
    margin-inline-start: 0;
}

/* bar-icon style end */
/* mean menu */
div.mean-container .mean-bar {
    background: transparent;
    box-sizing: border-box;
}

div.mean-container .mean-bar * {
    box-sizing: border-box;
}

div.mean-container .mean-nav {
    background: none;
    margin-bottom: 40px;
    overflow: hidden;
}

div.mean-container .mean-nav > ul {
    display: block !important;
}

div.mean-container .mean-nav ul li a {
    width: 100%;
    color: var(--clr-common-white);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 16px;
    text-transform: none;
    opacity: 1;
    padding-left: 0 !important;
    padding: 10px 0px;
}

div.mean-container .mean-nav ul li a:hover {
    color: var(--clr-theme-2);
    background-color: transparent;
}

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

div.mean-container .mean-nav ul li a.mean-expand {
    height: 26px;
    width: 26px;
    border: none;
    background: var(--clr-theme-2);
    padding: 10px 5% !important;
    top: 12px;
    color: var(--clr-theme-1);
    line-height: 8px;
    padding-left: 7px !important;
    margin-top: 0;
    padding-right: 10px !important;
}

div.mean-container .mean-nav ul li li a {
    padding: 10px 0% !important;
}

div.mean-container .mean-nav ul li li li a {
    padding: 10px 0% !important;
    width: 100%;
}

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

.mean-container .mean-nav ul li ul li {
    padding-left: 15px;
}

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

.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay.overlay-open {
    opacity: 0.4;
    visibility: visible;
}

.offcanvas-overlay-white {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--clr-common-white);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay-white.overlay-open {
    opacity: 0;
    visibility: visible;
}

.side-info-close {
    background: none;
    border: 0;
    color: var(--clr-common-white);
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin-bottom: 0;
    margin-top: 5px;
}

.side-info {
    background: var(--clr-theme-1);
    height: 100%;
    position: fixed;
    z-index: 99999;
    inset-inline-end: -100%;
    top: 0;
    width: 365px;
    padding: 45px 35px 45px 35px;
    transition: 0.6s;
    overflow-y: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .side-info {
        width: 300px;
        padding: 25px 20px;
    }
}

.side-info.info-open {
    inset-inline-end: 0;
}

.side-info-army {
    background: var(--clr-common-black);
}

.header-main1 {
    background: #1e4942;
    overflow-x: clip;
    position: absolute !important;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 800;
}

.header-main1.sticky {
    position: fixed;
}

.header1-logo {
    width: 207px;
}

.header1-logo img {
    width: 100%;
}

.header1-logo .standard-logo {
    line-height: 80px;
}

.admin-bar .header-main1 {
    margin-top: 32px;
}

.main-menu1.main-menu ul li a {
    color: var(--clr-common-white);
}

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

.header-main-right {
    display: flex;
    align-items: center;
}

.meta-items-header1 {
    background: var(--clr-theme-2);
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
    margin-inline-start: 38px;
    position: relative;
    min-height: 112px;
    padding: 25px 30px;
    padding-inline-end: 0;
}

[dir=rtl] .meta-items-header1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
}

.meta-items-header1::before {
    position: absolute;
    content: "";
    width: 3000px;
    height: 100%;
    background: var(--clr-theme-2);
    top: 0;
    inset-inline-start: 100%;
}

.header-main2 {
    border-bottom: 1px solid #2d2d2d;
    position: absolute !important;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    background: transparent;
    z-index: 800;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-main2 {
        padding: 13px 0;
    }
}

.header-main2.sticky {
    background: var(--clr-common-black);
    position: fixed;
}

.main-menu2 {
    margin-inline-end: 90px;
}

.main-menu2.main-menu ul li a {
    color: var(--clr-common-white);
}

.main-menu2.main-menu ul li .sub-menu {
    border-color: var(--clr-common-black);
}

.main-menu2.main-menu ul li .sub-menu li:hover > a {
    color: var(--clr-theme-2);
}

.main-menu2.main-menu ul li .sub-menu li a {
    color: var(--clr-common-black);
}

.header-main3 {
    position: absolute !important;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    background: transparent;
    z-index: 800;
}

.header-main3.sticky {
    position: fixed;
    background: var(--clr-theme-1);
}

.header-main3.sticky .header3-main-content-wrapper {
    padding: 30px 0;
}

.header-main3.sticky .meta-item.header-meta-item .meta-title {
    color: var(--clr-common-white);
}

.header-main3.sticky .meta-item.header-meta-item .meta-item-content p {
    color: var(--clr-common-white);
}

.header-main3.sticky .header3-logo {
    width: 170px;
}

.header-main3.sticky .menu-icon .icon-line {
    background: var(--clr-common-white);
}

.header-main3.sticky .menu-icon {
    color: var(--clr-common-white);
}

.header3-main-content-wrapper {
    padding: 45px 0;
}

.header3-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header3-logo {
        transform: translate(0%, -50%);
        width: 190px;
        left: 0;
    }
}

.header3-logo img {
    width: 100%;
}

.meta-items-header3 .header-meta-item.meta-item .meta-item-icon {
    color: var(--clr-theme-2);
    background: #FFF7E5;
}

.meta-items-header3 .header-meta-item.meta-item .meta-title span {
    color: var(--clr-theme-2);
}

.menu-bar-header-3 {
    margin-inline-end: 105px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-bar-header-3 {
        margin-inline-end: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .menu-bar-header-3 {
        margin-inline-end: 0px;
    }
}

.sticky .header-main3 {
    background: var(--clr-bg-3);
}

.offset-content-wrapper {
    padding: 70px 70px;
    padding-inline-end: 150px;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0%);
    transform-origin: top;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .offset-content-wrapper {
        padding: 40px 40px;
        padding-inline-end: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .offset-content-wrapper {
        padding: 20px 20px;
        padding-inline-end: 20px;
    }
}

.offset-content-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--clr-common-white);
    z-index: -1;
}

.offset-content-wrapper-army:before {
    background: var(--clr-common-black);
    opacity: 0.95;
}

.offset-content-wrapper-security:before {
    background: var(--clr-theme-1);
    opacity: 0.95;
}

.offset-content-wrapper.offset-show {
    opacity: 1;
    visibility: visible;
    transform: scaleY(100%);
    top: 0;
}

.offset-menu {
    background: var(--clr-common-white);
    padding: 47px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    width: 39%;
    min-width: 500px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .offset-menu {
        min-width: 420px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .offset-menu {
        min-width: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .offset-menu {
        width: 100%;
        min-width: auto;
    }
}

.offset-menu-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-theme-1);
    opacity: 0.95;
    z-index: -1;
}

.offset-menu-content {
    display: flex;
    gap: 10px;
    height: 100%;
}

.offset-menu-social {
    padding: 0 10%;
}

.offset-menu-social.social-links ul li a {
    width: 40px;
    height: 40px;
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
    font-size: 20px;
}

.offset-info {
    max-width: 48%;
    min-width: 400px;
    background: var(--clr-common-white);
    padding: 50px 50px;
    height: 100%;
    overflow-y: scroll;
    text-align: left;
}

.offset-info .offset-logo {
    width: 211px;
}

.offset-info .offset-info-widget {
    border-bottom: 1px solid var(--clr-common-border);
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.offset-info .offset-info-heading {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.offset-info .offset-menu-social {
    padding: 0 0%;
}

.offset-info .offset-menu-social.social-links ul li a {
    background: var(--clr-common-black);
}

.offset-info .offset-menu-social.social-links ul li a:hover {
    color: var(--clr-theme-2);
}

.offset-info .arm-single-contact p {
    color: var(--clr-theme-3);
}

.mobile-menu-media-all.mean-container .mean-nav {
    margin-top: 0;
}

.mobile-menu-media-all.mean-container .mean-nav ul li {
    margin-bottom: 15px;
}

.mobile-menu-media-all.mean-container .mean-nav ul li a {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 18px 10%;
    color: var(--clr-theme-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mobile-menu-media-all.mean-container .mean-nav ul li a {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .mobile-menu-media-all.mean-container .mean-nav ul li a {
        font-size: 18px;
        padding: 11px 10%;
    }
}

.mobile-menu-media-all.mean-container .mean-nav ul li a i {
    display: block;
}

.mobile-menu-media-all.mean-container .mean-nav ul li ul li {
    margin-bottom: 0px;
}

.mobile-menu-media-all.mean-container .mean-nav ul li ul li:first-child a {
    padding-top: 15px;
}

.mobile-menu-media-all.mean-container .mean-nav ul li ul li:last-child a {
    padding-bottom: 15px;
}

.mobile-menu-media-all.mean-container .mean-nav ul li ul li a {
    font-size: 18px;
    color: var(--clr-theme-3);
    padding: 7px 10%;
    background: #FFF7E5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-menu-media-all.mean-container .mean-nav ul li ul li a {
        font-size: 16px;
    }
}

.mobile-menu-media-all.mean-container .mean-nav ul li ul li a:hover {
    color: var(--clr-theme-2);
}

.mobile-menu-media-all.mean-container .mean-nav ul li a.mean-expand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 50px;
    background: var(--clr-common-white);
    top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .mobile-menu-media-all.mean-container .mean-nav ul li a.mean-expand {
        height: 50px;
    }
}

.mobile-menu-media-all.mean-container .mean-nav ul li a.mean-expand::before {
    display: none;
}

.mobile-menu-media-all .mean-clicked i::before {
    content: "\f068";
}

.offset-thumb {
    position: relative;
    flex-grow: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .offset-thumb {
        display: none;
    }
}

.offset-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: relative;
}

.offset-thumb .stroke-text {
    position: absolute;
    inset-inline-start: 12%;
    -webkit-text-stroke-color: var(--clr-common-white);
    opacity: 0.4;
    font-size: 22vh;
    text-transform: uppercase;
    letter-spacing: 6vh;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: 50% 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offset-thumb .stroke-text {
        inset-inline-start: 23%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .offset-thumb .stroke-text {
        inset-inline-start: 22%;
    }
}

.offset-content-close {
    position: absolute;
    inset-inline-end: 60px;
    font-size: 40px;
    color: var(--clr-common-white);
    font-weight: 300;
    z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .offset-content-close {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .offset-content-close {
        font-size: 22px;
        inset-inline-end: 25px;
        height: 40px;
        width: 40px;
        background: var(--clr-theme-1);
        top: 24px;
    }
}

.menu-icon {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .menu-icon {
        color: var(--clr-common-white) !important;
    }
}

.menu-icon .icon-lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-icon .icon-line {
    width: 38px;
    height: 2px;
    background: var(--clr-theme-1);
    display: inline-flex;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .menu-icon .icon-line {
        background-color: var(--clr-common-white) !important;
    }
}

.menu-icon .icon-text {
    font-size: 14px;
    font-weight: 600;
}

.offset-logo {
    width: 160px;
}

.offset-logo img {
    width: 100%;
}

.offset-support .header-meta-item.meta-item .meta-item-icon {
    color: var(--clr-theme-2);
    background: #FFF7E5;
}

.offset-support .header-meta-item.meta-item .meta-title {
    color: var(--clr-common-white);
}

.offset-support .header-meta-item.meta-item .meta-title span {
    color: var(--clr-theme-2);
}

.offset-support .header-meta-item.meta-item .meta-item-content p {
    color: var(--clr-common-white);
}

.offset-support .header-meta-item.meta-item .meta-item-content p a:hover {
    color: var(--clr-theme-2);
}

.offset-social .social-links {
    margin-top: 40px;
}

.offset-social .social-links ul li a {
    color: var(--clr-theme-1) !important;
    background: var(--clr-common-white);
}

/* ---------------------------------------- */
/* 02. Header
/*---------------------------------------- */
.bd-header-area {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 9;
}

.admin-bar .bd-header-area.bd-header-area-seven,
.admin-bar .bd-header-area-four.header-sticky {
    margin-top: 0px;
}

.admin-bar .bd-header-area,
.admin-bar .bd-header-area.bd-header-area-four.bd-header-area-six.header-sticky,
.admin-bar .bd-header-area.bd-header-area-four.header-sticky.sticky-menu {
    margin-top: 32px;
}

.bd-header-area.header-sticky.sticky-menu,
.bd-header-area-seven.header-sticky.sticky-menu,
.bd-header-area-three.header-sticky.sticky-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: var(--clr-body-heading);
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-header-area-three.header-sticky.sticky-menu {
    background: var(--clr-common-white);
}

.bd-header-area-seven {
    position: static;
}

.bd-header-area-seven.header-sticky.sticky-menu {
    background: var(--clr-common-white);
}

.bd-header-border {
    border-bottom: 1px solid var(--clr-border-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .bd-header-spacing {
        padding: 20px 0px;
    }
}

.bd-main-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    position: relative;

    /* submenu start */
    /* submenu end */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-main-menu ul li {
        margin-right: 25px;
    }
}

.bd-main-menu ul li:last-child {
    margin-right: 0px;
}

.bd-main-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-common-white);
    display: block;
    padding: 38px 0px;
    transition: all linear 0.3s;
    position: relative;
}

.bd-main-menu ul li a:hover,
.bd-main-menu ul li a.active {
    color: var(--clr-theme-1);
}

.bd-main-menu ul li.menu-item-has-children > a:after {
    content: "\f078";
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: var(--clr-common-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-main-menu ul li.menu-item-has-children > a:hover:after,
.bd-main-menu ul li.menu-item-has-children > a.active:after {
    color: var(--clr-theme-1);
}

.bd-main-menu ul li .sub-menu {
    background: var(--clr-common-white) none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 119%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 9;
    border-top: 4px solid var(--clr-theme-1);
    text-align: left;
    padding: 15px 0;
}

.bd-main-menu ul li .sub-menu li {
    display: block;
    margin: 0px;
    padding: 8px 25px 8px 25px;
}

.bd-main-menu ul li .sub-menu li a {
    padding: 0px;
    display: inline-block;
    color: #212237;
    position: relative;
}

.bd-main-menu ul li .sub-menu li a:after {
    display: none;
}

.bd-main-menu ul li .sub-menu li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: var(--clr-theme-1);
}

.bd-main-menu ul li .sub-menu li:hover > a {
    color: var(--clr-theme-1);
}

.bd-main-menu ul li .sub-menu li:hover > a:before {
    width: 100%;
    left: 0;
    right: auto;
}

.bd-main-menu ul li:hover a,
.bd-main-menu ul li:hover a:after {
    color: var(--clr-theme-1);
}

.bd-main-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.bd-header-right {
    display: flex;
    justify-content: end;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-right {
        margin-left: -40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-header-right {
        margin-right: -25px;
    }
}

.bd-header-icon {
    margin-right: 30px;
}

@media (max-width:450px) {
    .bd-header-icon {
        margin-right: 0px;
    }
}

.bd-header-icon span {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    color: var(--clr-common-white);
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--clr-border-2);
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-header-social {
    margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .bd-header-social {
        display: none;
    }
}

.bd-header-social a {
    font-size: 16px;
    color: var(--clr-common-white);
    display: inline-block;
    margin-right: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-social a {
        margin-right: 15px;
    }
}

.bd-header-social a:hover {
    color: var(--clr-theme-1);
}

.bd-header-social a:last-child {
    margin-right: 0px;
}

.bd-header-btn {
    display: inline-flex;
}

@media (max-width:450px) {
    .bd-header-btn {
        display: none;
    }
}

.bd-main-menu-border {
    margin-left: -40px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-main-menu-border {
        margin-left: -5px;
    }
}

.bd-main-menu-border:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -58px;
    height: 100%;
    width: 1px;
    background-color: var(--clr-border-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .bd-main-menu-border:before {
        left: -30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .bd-main-menu-border:before {
        display: none;
    }
}

.bd-mobile-menu.mean-container {
    clear: both;
    overflow: hidden;
}

.contact-infos {
    margin-top: 30px;
}

.contact-infos h4 {
    font-size: 27px;
    color: var(--clr-common-white);
    margin-bottom: 20px;
}

.contact-infos ul li {
    font-size: 15px;
    color: var(--clr-common-white);
    margin-bottom: 15px;
    list-style: none;
}

.contact-infos ul li:last-child {
    margin-bottom: 0px;
}

.contact-infos ul li i {
    color: var(--clr-theme-1);
    vertical-align: middle;
    width: 25px;
    display: inline-block;
}

.sidebar__menu--social {
    margin-top: 25px;
}

.sidebar__menu--social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    background: #393f53;
    color: var(--clr-common-white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.sidebar__menu--social a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background: var(--clr-theme-1);
    z-index: -1;
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar__menu--social a:hover:before {
    width: 100%;
}

.sidebar__menu--social a:hover i {
    transform: rotate(360deg);
}

.sidebar__menu--social a:last-child {
    margin-right: 0px;
}

.bd-main-menu-border-two::before {
    display: none;
}

.bd-main-menu-three ul li a,
.bd-main-menu-breadcrumb ul li a {
    color: var(--clr-body-heading);
}

.bd-main-menu-three ul li.menu-item-has-children > a::after,
.bd-main-menu-breadcrumb ul li.menu-item-has-children > a::after {
    color: var(--clr-body-heading);
}

.bd-main-menu-three ul li.menu-item-has-children:hover > a::after,
.bd-main-menu-breadcrumb ul li.menu-item-has-children:hover > a::after {
    color: var(--clr-theme-1);
}

.d-header-icon-three {
    margin-right: 0px;
}

.d-header-icon-three span {
    background: var(--clr-body-heading);
    border-color: var(--clr-body-heading);
    height: 60px;
    width: 60px;
    line-height: 57px;
    font-size: 24px;
}

.side-menu-icon-two.side-menu-icon i {
    color: var(--clr-body-heading);
}

.bd-header-area-four.header-sticky.sticky-menu,
.bd-header-area-breadcrumb.header-sticky.sticky-menu,
.bd-main-menu-border-five.header-sticky.sticky-menu {
    background: var(--clr-common-white);
}

.bd-header-area-four {
    position: relative;
}

.bd-header-area-four .bd-header-border {
    border-bottom: none;
}

.bd-main-menu-border-four.bd-main-menu-border::before {
    background: var(--clr-bg-gray2);
}

.bd-main-menu-border-four ul li a,
.bd-main-menu-border-five ul li a {
    color: var(--clr-body-heading);
}

.bd-main-menu-border-four ul li.menu-item-has-children a:after,
.bd-main-menu-border-five ul li.menu-item-has-children a:after {
    color: var(--clr-body-heading);
}

.bd-main-menu-border-four ul li.menu-item-has-children:hover a:after,
.bd-main-menu-border-five ul li.menu-item-has-children:hover a:after {
    color: var(--clr-theme-1);
}

.bd-header-right-four .bd-header-social a {
    color: var(--clr-body-heading);
}

.bd-header-right-four .bd-header-social a:hover {
    color: var(--clr-theme-1);
}

.side-menu-icon-four i {
    color: var(--clr-body-heading);
}

.bd-main-menu-border-five {
    margin-left: -50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .bd-main-menu-border-five {
        margin-left: -30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-main-menu-border-five {
        margin-left: -20px;
    }
}

.bd-header-input-search {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .bd-header-input-search {
        display: none;
    }
}

.bd-header-input-search input {
    height: 55px;
    width: 295px;
    border: 1px solid var(--clr-bg-gray2);
    border-radius: 5px;
    outline: none;
    background: none;
    padding-left: 20px;
    padding-right: 55px;
    display: block;
    font-size: 14px;
    color: var(--clr-body-text);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-input-search input {
        width: 240px;
    }
}

.bd-header-input-search input::-moz-placeholder {
    font-size: 14px;
    opacity: 1;
    color: var(--clr-body-text);
}

.bd-header-input-search input::placeholder {
    font-size: 14px;
    opacity: 1;
    color: var(--clr-body-text);
}

.bd-header-input-search button {
    position: absolute;
    height: 55px;
    width: 50px;
    line-height: 55px;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: var(--clr-body-heading);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: none;
    border: none;
    outline: none;
}

.bd-header-input-search button:hover {
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-input-search-six input {
        width: 240px;
    }
}

.bd-header-area-six {
    position: absolute;
    border-bottom: 1px solid var(--clr-bg-gray2);
}

.bd-header-contacts {
    display: flex;
    padding-left: 25px;
    border-left: 1px solid var(--clr-bg-gray2);
    margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .bd-header-contacts {
        display: none;
    }
}

.bd-header-contacts-icon {
    margin-right: 15px;
}

.bd-header-contacts-icon i {
    font-size: 30px;
    display: inline-block;
    color: var(--clr-theme-1);
    line-height: 1;
}

.bd-header-contacts-text {
    text-align: left;
}

.bd-header-contacts-text span {
    font-size: 16px;
    display: block;
}

.bd-header-contacts-text a {
    font-size: 20px;
    font-weight: 700;
    color: var(--clr-body-heading);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-header-contacts-text a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-header-input-search-six {
        margin-right: 0px;
    }
}

.bd-header-input-search-six input {
    border-radius: 30px;
}

.bd-header-input-search-six button {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.bd-header-right-breadcrumb .nav-search {
    color: var(--clr-body-heading);
}

.header-sidebar h5 {
    font-size: 22px;
    color: var(--clr-body-heading);
    font-weight: 600;
}

.header-sidebar-infos ul {
    text-align: center;
}

.header-sidebar-infos ul li {
    list-style: none;
    margin-bottom: 10px;
}

.header-sidebar-infos ul li a,
.header-sidebar-infos ul li span {
    font-size: 16px;
    color: var(--clr-body-text);
}

.sidebar__menu--social-two a {
    background: none;
    border: 1px solid var(--clr-body-text);
    color: var(--clr-body-text);
}

.sidebar__menu--social-two a:hover {
    background: var(--clr-theme-1);
    border-color: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.custom-mar-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.custom-pad-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.side-info1 {
    background: #fff;
    width: 400px;
    height: 100%;
    position: fixed;
    z-index: 99999;
    right: -400px;
    top: 0;
    padding: 30px;
    transition: 0.6s;
    overflow-y: scroll;
}

.side-info1.info-open1 {
    right: 0;
}

.side-info-close1 {
    background: none;
    border: 0;
    color: #000;
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
}

.offcanvas-overlay1 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay1.overlay-open1 {
    opacity: 0.5;
    visibility: visible;
}

.header-sidebar-instagram-item img {
    width: 100%;
}

.bd-main-menu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.bd-main-menu ul li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.bd-header-logo {
    line-height: 80px;
}

.bd-header-logo img {
    max-width: 130px;
}

.bd-main-menu .current_page_item.active > a {
    color: var(--clr-theme-1);
}

.bd-main-menu .current_page_item.active > a::after {
    color: var(--clr-theme-1);
}

.bd-main-menu ul li.menu-last .sub-menu {
    left: auto;
    right: 0;
}

.bd-main-menu ul li.menu-last .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
}

.armado-pro-widget-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 6px;
    font-weight: 600;
}

.armado-pro-widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #EF0454;
}

label {
    color: #444;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.conatct-post-form input,
.post-comment-form input,
.comment-respond input {
    border: 2px solid #f3f4f8;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    background-color: #f3f4f8;
}

.conatct-post-form textarea,
.post-comment-form textarea,
.comment-respond textarea {
    border: 2px solid #f3f4f8;
    height: 175px;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
    font-size: 14px;
    resize: none;
    border-radius: 5px;
    background-color: #f3f4f8;
}

.comment-respond p.comment-form-comment textarea {
    margin-bottom: 10px;
}

.side-info-content {
    overflow: hidden;
}

.armado-page-content table td {
    border: 0;
}

.armado-page-content table th {
    border: 0;
}

.armado-page-content table a {
    color: rgb(17, 17, 17);
    font-weight: 600;
}

.armado-page-content table tbody td {
    text-align: center;
}

.home2-logo img {
    width: 190px;
}

.elementor-section.elementor-top-section.elementor-element.header-padding::before {
    position: absolute;
    content: "";
    width: 72%;
    height: 80px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    background: #ffaf00;
    left: 0;
    bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-section.elementor-top-section.elementor-element.header-padding::before {
        height: 65px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .elementor-section.elementor-top-section.elementor-element.header-padding::before {
        display: none;
    }
}

.elementor-section.elementor-top-section.elementor-element.header-padding::after {
    position: absolute;
    content: "";
    width: 29%;
    height: 80px;
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
    background: #fff;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-section.elementor-top-section.elementor-element.header-padding::after {
        height: 65px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .elementor-section.elementor-top-section.elementor-element.header-padding::after {
        display: none;
    }
}

.header-style-04 .bdevs-generic-el .generic-main-menu nav ul li .sub-menu {
    top: 100%;
}

@media only screen and (min-width: 1367px) and (max-width: 1590px) {
    .header-padding.elementor-section.elementor-element.elementor-element-129b477 {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* ----------------------------------------
	05. hero css
---------------------------------------- */
.banner-bg1 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}

.banner-bg1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.arm-hero-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 40px;
}

.arm-hero-shape {
    position: absolute;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .arm-hero-shape {
        display: none;
    }
}

.arm-hero-shape.arm-shape-a-1 {
    top: 28%;
    inset-inline-start: 63.5%;
    -webkit-animation: rotate 8s linear infinite;
    -moz-animation: rotate 8s linear infinite;
    -ms-animation: rotate 8s linear infinite;
    -o-animation: rotate 8s linear infinite;
    animation: rotate 8s linear infinite;
}

.arm-hero-shape.arm-shape-a-2 {
    top: 60%;
    inset-inline-start: 70%;
    -webkit-animation: rotate 8s linear infinite;
    -moz-animation: rotate 8s linear infinite;
    -ms-animation: rotate 8s linear infinite;
    -o-animation: rotate 8s linear infinite;
    animation: rotate 8s linear infinite;
}

.arm-hero-shape.arm-shape-a-2 img {
    width: 36px;
}

.arm-hero-shape.arm-shape-a-4 {
    bottom: 127px;
    inset-inline-start: 49%;
}

.arm-hero-shape.arm-shape-c-1 {
    bottom: 130px;
    inset-inline-start: 72%;
    opacity: 0.8;
    width: 137px;
}

.armado-shape {
    position: absolute;
    inset-inline-end: 100px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg) translateX(50%);
    z-index: -1;
    transform-origin: 100% 50%;
}

[dir=rtl] .armado-shape {
    transform: translateY(-50%) rotate(90deg) translateX(-50%);
    transform-origin: 0% 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .armado-shape {
        inset-inline-end: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .armado-shape {
        display: none;
    }
}

.armado-shape .stroke-text {
    font-size: 288px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .armado-shape .stroke-text {
        font-size: 230px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .armado-shape .stroke-text {
        font-size: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .armado-shape .stroke-text {
        font-size: 170px;
    }
}

/* ----------------------------------------
	06. banner css
---------------------------------------- */
.banner-800 {
    min-height: 800px;
}

.banner-900 {
    min-height: 900px;
    position: relative;
}

.banner-970 {
    min-height: 970px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-970 {
        min-height: 850px;
    }
}

.banner-1080 {
    min-height: 1080px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-1080 {
        min-height: 900px;
    }
}

.single-banner {
    z-index: 5;
    position: relative;
    width: 100%;
}

.banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    background-color: var(--clr-common-white);
    transform: scale(1);
    -webkit-transition: all 8s linear 0s;
    -moz-transition: all 8s linear 0s;
    -o-transition: all 8s linear 0s;
    transition: all 8s linear 0s;
}

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

.banner-title {
    font-size: 120px;
    text-transform: uppercase;
    color: var(--clr-common-white);
    line-height: 1;
    letter-spacing: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-title {
        font-size: 52px;
    }
}

@media (max-width:450px) {
    .banner-title {
        font-size: 40px;
    }
}

.banner-title .marked-text {
    color: var(--clr-theme-2);
}

@media (max-width: 575px) {
    .banner-title br {
        display: none;
    }
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 20px 40px;
    flex-wrap: wrap;
}

.banner-content1 .banner-meta-text span {
    color: var(--clr-common-white);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
    .banner-content1 .banner-meta-text span {
        font-size: 20px;
    }
}

.banner-content1 .banner-meta-text {
    opacity: 0;
    transform: translateY(-80px);
    transition: all 1000ms ease;
}

@media (max-width: 575px) {
    .banner-content1 .banner-title {
        opacity: 0;
        transform: translateX(80px);
        transition: all 1000ms ease;
    }
}

.banner-content1 .banner-btn {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1000ms ease;
}

.swiper-slide-active .banner-content1 .banner-meta-text {
    transform: translateY(0);
    transition-delay: 1500ms;
    opacity: 1;
}

@media (max-width: 575px) {
    .swiper-slide-active .banner-content1 .banner-title {
        opacity: 1;
        transform: translateX(0px);
        transition-delay: 1000ms;
    }
}

.swiper-slide-active .banner-content1 .banner-btn {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1700ms;
}

.slider1-pagination.slider-pagination {
    position: absolute;
    inset-inline-end: 13%;
    top: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .slider1-pagination.slider-pagination {
        display: none;
    }
}

.slider-pagination {
    position: absolute;
    inset-inline-end: 13%;
    top: 50%;
    display: inline-flex;
    flex-direction: column;
    inset-inline-start: auto;
    width: inherit;
    z-index: 10;
    transform: translateY(-50%);
    justify-content: center;
    gap: 27px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .slider-pagination {
        display: none;
    }
}

.slider-pagination:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 128px;
    background: var(--clr-common-white);
    top: -20px;
    inset-inline-start: 9px;
    transform: translateY(-100%);
}

.slider-pagination:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: var(--clr-theme-2);
    border-radius: 50%;
    bottom: -45px;
    inset-inline-start: 8px;
}

.slider-pagination .swiper-pagination-bullet {
    width: 0;
    height: 0;
    opacity: 1;
}

.slider-pagination .swiper-pagination-bullet button {
    font-size: 14px;
    font-weight: 600;
    color: var(--clr-common-white);
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active button {
    color: var(--clr-theme-2);
    transform: scale(1.3);
}

.single-banner-2 {
    overflow-x: clip;
    background: var(--clr-common-white);
}

.banner-bg2 {
    background: var(--clr-bg-3);
}

.banner-content2 {
    text-align: center;
    position: relative;
    padding-top: 230px;
}

.banner-content2 .banner-meta-text {
    font-size: 30px;
    font-weight: 700;
    color: var(--clr-common-white);
    line-height: 24px;
    margin-bottom: 44px;
    text-transform: uppercase;
    letter-spacing: 0.21em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-content2 .banner-meta-text {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content2 .banner-meta-text {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-content2 .banner-meta-text {
        font-size: 22px;
    }
}

@media (max-width:450px) {
    .banner-content2 .banner-meta-text {
        font-size: 20px;
    }
}

.banner-content2 .banner-title {
    font-size: 214px;
    font-weight: 700;
    color: var(--clr-theme-2);
    line-height: 0.82;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-content2 .banner-title {
        font-size: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-content2 .banner-title {
        font-size: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content2 .banner-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-content2 .banner-title {
        font-size: 80px;
    }
}

@media (max-width:450px) {
    .banner-content2 .banner-title {
        font-size: 50px;
    }
}

.banner-protec-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
}

.banner-protec-shape-main {
    width: 450px;
    height: 848px;
    display: inline-block;
    background: var(--clr-theme-1);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: auto;
    border-radius: 0 0 450px 450px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-protec-shape-main {
        width: 400px;
        height: 790px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-protec-shape-main {
        width: 370px;
        height: 770px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-protec-shape-main {
        width: 800px;
        left: 50%;
        transform: translateX(-50%);
        height: 900px;
        border-radius: 0;
    }
}

.banner-protec-shape-main-overlay {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    inset-inline-start: 0;
    opacity: 0.2;
    border-radius: 0 0 500px 500px !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-protec-shape-main-overlay {
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
    }
}

.banner-protec-img-1 {
    width: 91%;
    height: 78% !important;
    position: absolute;
    inset-inline-start: calc(100% + 43px);
    bottom: -77px;
    border-radius: 500px !important;
}

.banner-protec-img-2 {
    width: 74%;
    height: 534px !important;
    inset-inline-start: calc(100% + 496px);
    bottom: -164px;
    position: absolute;
    border-radius: 500px !important;
}

.banner-protec-img-3 {
    position: absolute;
    width: 92%;
    bottom: 27px;
    margin: 0 auto;
    inset-inline-start: 0;
    inset-inline-end: 0;
    border-radius: 0 0 500px 500px !important;
    z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-protec-img-3 {
        width: 56%;
    }
}

.banner-protec-shape-1 {
    width: 268px;
    position: absolute;
    inset-inline-start: -13%;
    top: 67%;
    animation: translateY 10s linear infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-protec-shape-1 {
        width: 168px;
        top: 93%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-protec-shape-1 {
        width: 138px;
        top: 93%;
    }
}

.banner-protec-shape-2 {
    width: 82px;
    position: absolute;
    top: 51%;
    inset-inline-start: 104%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-protec-shape-2 {
        display: none;
    }
}

.banner-protec-shape-3 {
    width: 68px;
    position: absolute;
    inset-inline-start: 92%;
    top: 192%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-protec-shape-3 {
        inset-inline-start: 67%;
        top: 143%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-protec-shape-3 {
        inset-inline-start: 68%;
        top: 166%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-protec-shape-3 {
        inset-inline-start: 69%;
        top: 161%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-protec-shape-3 {
        display: none;
    }
}

.banner-protec-video-btn {
    position: absolute;
    inset-inline-start: 0%;
    top: 140%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-protec-video-btn {
        display: none;
    }
}

.banner-protec-video-btn .play-btn {
    width: 134px;
    height: 134px;
    background-color: #FFECBF;
    color: var(--clr-theme-2);
    font-size: 36px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    line-height: 134px;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-protec-video-btn .play-btn {
        width: 90px;
        height: 90px;
        font-size: 26px;
        line-height: 95px;
    }
}

.banner-protec-video-btn .play-btn:hover {
    color: var(--clr-common-white) !important;
    background-color: var(--clr-theme-2);
}

.banner-protec-video-btn .play-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--clr-theme-1);
    opacity: 0.3;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
}

.banner-protec-video-btn .play-btn-text {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 190px;
    margin: -95px -95px;
    max-width: inherit;
    -webkit-animation: rotate 20s linear infinite;
    -moz-animation: rotate 20s linear infinite;
    -ms-animation: rotate 20s linear infinite;
    -o-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-protec-video-btn .play-btn-text {
        margin: -65px -65px;
        width: 130px;
    }
}

.banner-bg3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: linear-gradient(104.12deg, rgba(0, 0, 0, 0.03) 0.68%, #000000 100%);
}

.banner-3-shape-a-1 {
    width: 102px;
    position: absolute;
    top: 14%;
    inset-inline-start: calc(50% - 850px);
    animation: rotate 10s linear infinite;
}

.banner-3-shape-a-2 {
    width: 74px;
    position: absolute;
    top: 81%;
    inset-inline-start: calc(50% + 770px);
    animation: rotate 10s linear infinite;
}

.banner-3-shape-a-3 {
    width: 35px;
    position: absolute;
    inset-inline-start: 71.5%;
    top: 9%;
    display: none;
}

.banner-3-shape-a-4 {
    position: absolute;
    width: 90px;
    opacity: 0.3;
    top: 79%;
    inset-inline-start: calc(50% - 770px);
}

.banner-content3 {
    padding-top: 110px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-content3 .banner-title {
        font-size: 45px;
    }
}

@media (max-width:450px) {
    .banner-content3 .banner-title {
        font-size: 36px;
    }
}

.banner-content3 .banner-meta-text {
    font-size: 80px;
    font-weight: 700;
    color: var(--clr-common-white);
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    display: inline-flex;
    line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-content3 .banner-meta-text {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-content3 .banner-meta-text {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content3 .banner-meta-text {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-content3 .banner-meta-text {
        font-size: 45px;
    }
}

@media (max-width:450px) {
    .banner-content3 .banner-meta-text {
        font-size: 36px;
    }
}

.banner-content3 .fill-btn {
    background: var(--clr-common-white);
    border-color: var(--clr-common-white);
    border-radius: 50px;
    color: var(--clr-theme-1);
    padding: 0 30px;
}

.banner-content3 .fill-btn:hover,
.banner-content3 .fill-btn:focus {
    background: var(--clr-theme-2);
    color: var(--clr-theme-1);
    border-color: var(--clr-theme-2);
}

.banner-content3 .border-btn {
    background: transparent;
    border-color: var(--clr-common-white);
    border-radius: 50px;
    color: var(--clr-common-white);
    padding: 0 30px;
}

.banner-content3 .border-btn:hover,
.banner-content3 .border-btn:focus {
    background: var(--clr-theme-2);
    color: var(--clr-theme-1);
    border-color: var(--clr-theme-2);
}

.banner-content3 p {
    font-size: 22px;
    font-weight: 500;
    color: var(--clr-common-white);
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media (max-width:450px) {
    .banner-content3 p {
        font-size: 18px;
    }
}

.banner-content3 p {
    opacity: 0;
    transform: translateY(-80px);
    transition: all 1000ms ease;
}

.banner-content3 .banner-title {
    opacity: 0;
    transform: translateX(80px);
    transition: all 1000ms ease;
}

.banner-content3 .banner-meta-text {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1000ms ease;
}

.banner-content3 .banner-btn {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1000ms ease;
}

.swiper-slide-active .banner-content3 p {
    transform: translateY(0);
    transition-delay: 1000ms;
    opacity: 1;
}

.swiper-slide-active .banner-content3 .banner-title {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 1000ms;
}

.swiper-slide-active .banner-content3 .banner-meta-text {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 1000ms;
}

.swiper-slide-active .banner-content3 .banner-btn {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1000ms;
}

.single-banner-3 .armado-shape {
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transform-origin: 100% 50%;
    inset-inline-end: auto;
}

.single-banner-3 .armado-shape .stroke-text {
    -webkit-text-stroke-color: var(--clr-common-white);
    opacity: 0.15;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-banner-3 .armado-shape .stroke-text {
        font-size: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner-3 .armado-shape .stroke-text {
        font-size: 150px;
    }
}

.single-banner-3 .video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
}

.single-banner-3 .video-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: linear-gradient(104.12deg, rgba(0, 0, 0, 0.03) 0.68%, #000000 100%);
}

.single-banner-3 .video-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bannner-3-social.social-links {
    position: absolute;
    padding: 5px 5px;
    background: var(--clr-common-white);
    border-radius: 60px;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 75px;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bannner-3-social.social-links {
        display: none;
    }
}

.bannner-3-social.social-links ul {
    flex-direction: column;
    gap: 10px;
}

.bannner-3-social.social-links ul li a {
    width: 30px;
    height: 30px;
    background: var(--clr-common-white);
    border-radius: 50%;
}

.slider-3-pagination.slider-pagination {
    position: absolute;
    inset-inline-end: 90px;
    top: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .slider-3-pagination.slider-pagination {
        display: none;
    }
}

.banner-1000 {
    min-height: 990px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-1000 {
        min-height: 800px;
    }
}

.single-banner-4 {
    position: relative;
    z-index: 1;
}

.single-banner-4:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.banner-content4 p {
    line-height: 24px;
    letter-spacing: 0.15em;
}

.banner-content4 .banner-title {
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.banner-content4 .fill-btn {
    background: transparent;
    color: var(--clr-common-white);
    border-radius: 6px;
    padding: 15px 30px;
    text-transform: capitalize;
    line-height: 24px;
    gap: 10px;
    border: 1px solid var(--clr-common-white);
}

.slider-4-pagination {
    inset-inline-end: 0;
}

.slider-4-pagination::before {
    border: 1px solid var(--clr-common-white);
    transform: rotate(-60deg) translateY(-50%);
    width: 100%;
    height: 15px;
    background: transparent;
    top: 38px;
    left: -2px;
}

.slider-4-pagination::after {
    content: none;
}

.slider-4-pagination .swiper-pagination-bullet {
    width: 0;
    opacity: 1;
    height: 15px;
    transform: rotate(90deg);
}

.slider-4-pagination .swiper-pagination-bullet button {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-common-white);
    line-height: 24px;
}

.slider-4-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active button {
    color: var(--clr-common-white);
}

.banner-970 {
    min-height: 970px;
}

.banner-bg5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 78.99%);
}

.banner-content5 {
    padding-top: 300px;
}

.banner-content5 .play-btn {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
    color: #fff !important;
    margin-bottom: 70px;
    background-color: transparent !important;
}

.banner-content5 .banner-meta-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.75em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content5 .banner-meta-text {
        letter-spacing: 0.32em;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-content5 .banner-meta-text {
        letter-spacing: 0;
        margin-bottom: 15px;
    }
}

.banner-content5 .banner-title {
    font-weight: 400;
    font-size: 100px;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFFFFF;
}

.banner-content5 .banner-title span {
    color: var(--clr-theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-content5 .banner-title {
        font-size: 65px;
        line-height: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content5 .banner-title {
        font-size: 55px;
        line-height: 60px;
        letter-spacing: 0;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-content5 .banner-title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0;
    }
}

/* ----------------------------------------
	07. activity css
---------------------------------------- */
.activity-content {
    border: 1px solid #d3d3d3;
    padding: 30px 30px 25px;
    position: relative;
    z-index: 2;
    text-align: center;
    background: var(--clr-common-white);
}

.activity-content:hover {
    border-color: transparent;
}

.activity-content:hover .activity-bg {
    opacity: 1;
}

.activity-content:hover .activity-content-icon {
    color: var(--clr-common-white);
}

.activity-content:hover .activity-title h3 {
    color: var(--clr-common-white);
}

.activity-content-icon {
    font-size: 80px;
}

.activity-content .activity-title h3 {
    margin-top: 22px;
    margin-bottom: 0;
}

div.activity-bg {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

div.activity-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.activity-bg .activity-shape-1 {
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
    width: 35px;
    opacity: 0.5;
}

div.activity-bg .activity-shape-2 {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 20px;
    inset-inline-end: 20px;
    width: 35px;
    opacity: 0.5;
}

div.activity-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-common-black);
    opacity: 0.6;
    z-index: 1;
}

.activity-thumb-main {
    background-attachment: fixed;
    background-size: cover;
}

.activity-thumb-main img {
    width: 100%;
    opacity: 0;
}

.activity-area-shape-1 {
    position: absolute;
    inset-inline-start: 107%;
    top: -120px;
    animation: translateY 10s linear infinite alternate;
}

.activity-area-shape-2 {
    position: absolute;
    bottom: 70px;
    inset-inline-start: -10%;
    animation: translateY 10s linear infinite alternate;
}

.activity-thumb-wrapper {
    position: relative;
}

.activity-thumb-shape-1 {
    position: absolute;
    inset-inline-end: calc(100% + 30px);
    top: 0;
    width: 218px;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .activity-thumb-shape-1 {
        display: none;
    }
}

.activity-thumb-shape-2 {
    position: absolute;
    top: 60px;
    inset-inline-start: 60px;
    width: 56%;
}

.activity-thumb-shape-2 svg {
    width: 100%;
    height: auto;
}

.activity-content-wrapper {
    padding-inline-start: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .activity-content-wrapper {
        padding-inline-start: 0;
    }
}

.activity-feature-box {
    background: var(--clr-common-white);
    box-shadow: 0px 4px 60px 10px rgba(31, 73, 65, 0.08);
    padding: 30px 40px 30px 45px;
    position: relative;
    display: flex;
    gap: 100px;
    align-items: center;
    margin: 40px 0;
}

@media (max-width:450px) {
    .activity-feature-box {
        padding: 30px 20px 30px 25px;
    }
}

.activity-feature-box:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--clr-theme-2);
    inset-inline-start: 0;
    top: 0;
}

.activity-feature-icon {
    width: 160px;
    min-width: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .activity-feature-icon {
        display: none;
    }
}

.activity-feature-icon img {
    width: 100%;
}

.activity-feature-list {
    position: relative;
}

.activity-feature-list:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--clr-common-border);
    inset-inline-start: -48px;
    top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .activity-feature-list:before {
        display: none;
    }
}

.activity-feature-list .list-icon {
    width: 36px;
    height: 36px;
    background: #FFF9EA;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--clr-theme-2);
    min-width: 36px;
}

.activity-feature-list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.activity-feature-list ul li {
    display: flex;
    gap: 15px;
}

.activity-inner {
    position: relative;
}

.activity-inner-shape-1 {
    position: absolute;
    width: 268px;
    inset-inline-start: 93%;
    top: 69%;
    animation: translateY 10s linear infinite alternate;
}

.activity-content-2 .activity-content-icon {
    color: var(--clr-theme-2);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.activity-content-2 .activity-title h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--clr-theme-1);
}

.activity-content-2 .activity-title h3:hover a {
    color: var(--clr-theme-2);
}

.activity-content-2:hover {
    border-color: #d3d3d3;
}

.activity-content-2:hover .activity-content-icon {
    color: var(--clr-theme-2);
    transform: translate3d(0, -15px, 0);
}

.activity-content-2:hover .activity-title h3 {
    color: var(--clr-theme-1);
}

/* ----------------------------------------
	08. about css
---------------------------------------- */
.about-content-wrapper {
    margin-inline-start: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-content-wrapper {
        margin-inline-start: 0;
    }
}

.about-info {
    display: flex;
    gap: 20px 25px;
    margin-bottom: 20px;
}

.about-info:hover .about-info-icon {
    background: var(--clr-theme-2);
    color: var(--clr-common-white);
}

.about-info-icon {
    width: 74px;
    height: 74px;
    min-width: 74px;
    font-size: 36px;
    color: var(--clr-theme-2);
    background: #fff9ea;
    padding: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.about-info-text {
    margin-top: 5px;
    display: inline-block;
}

.about-info-text span {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 3%;
    font-family: teko;
}

.about-info-text p {
    font-weight: 600;
    margin-bottom: 0;
}

.border-box {
    border-top: 1px solid var(--clr-bg-4);
    border-bottom: 1px solid var(--clr-bg-4);
    padding-bottom: 12px;
    padding-top: 30px;
    margin: 40px 0;
}

.about-content .about-sp {
    font-weight: 600;
}

.title-bg {
    position: absolute;
    top: -8px;
    inset-inline-start: 0;
    z-index: -2;
}

.about-shape {
    position: absolute;
}

.about-shape.about-img {
    inset-inline-start: 0;
    bottom: 0;
    z-index: -1;
    transform: rotate(-10deg);
    width: 100%;
    transform-origin: bottom left;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

[dir=rtl] .about-shape.about-img {
    transform: rotate(10deg);
    transform-origin: bottom right;
}

.about-shape.shape-1 {
    top: 0px;
    inset-inline-end: 75px;
    width: 53px;
    animation: rotate 10s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-shape.shape-1 {
        display: none;
    }
}

.about-shape.shape-2 {
    bottom: -50px;
    inset-inline-start: 25%;
    z-index: -1;
    width: 68px;
    animation: rotate 10s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-shape.shape-2 {
        bottom: -52px;
        inset-inline-start: 67%;
    }
}

.about-shape.shape-3 {
    inset-inline-end: -325px;
    top: 69px;
}

.about-thumb img {
    max-width: 100%;
}

.about-thumb-1-area {
    max-width: 690px;
}

.about-thumb-1-wrapper {
    padding-bottom: 9.4%;
    padding-top: 9.4%;
}

.about-thumb-1-wrapper:hover .about-shape.about-img {
    transform: rotate(-16deg);
}

[dir=rtl] .about-thumb-1-wrapper:hover .about-shape.about-img {
    transform: rotate(16deg);
}

.about-shape-1 {
    position: absolute;
    inset-inline-start: 107%;
    bottom: 84px;
    animation: rotate 8s linear infinite alternate;
}

@media screen and (min-width: 1200px) {
    .about-tab-wrapper {
        padding-top: 65px;
    }
}

.about-tab-nav .nav-tabs {
    border-bottom: 0;
    display: flex;
    column-gap: 40px;
}

.about-tab-nav .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    padding: 0;
    border: 0;
    position: relative;
    color: var(--clr-theme-1);
}

.about-tab-nav .nav-tabs .nav-link:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: var(--clr-common-border);
    inset-inline-end: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.about-tab-nav .nav-tabs .nav-link.active,
.about-tab-nav .nav-tabs .nav-link:hover {
    color: var(--clr-theme-2);
}

.about-protection-area {
    overflow-x: clip;
}

.about-protection-content-wrapper {
    padding-inline-start: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-protection-content-wrapper {
        padding-inline-start: 0;
    }
}

.about-protection-thumb-wrapper {
    position: relative;
    padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-protection-thumb-wrapper {
        padding-bottom: 65px;
    }
}

.about-protection-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-protection-thumb-bg {
    position: absolute;
    width: 74%;
    height: calc(100% - 130px);
    bottom: 0;
    inset-inline-start: 44%;
    z-index: -1;
    background: var(--clr-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-protection-thumb-bg {
        height: calc(100% - 65px);
    }
}

.about-protection-thumb-bg img {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apt-shape-1 {
    position: absolute;
    width: 73px;
    inset-inline-end: 107%;
    top: 66%;
    animation: rotate 10s linear infinite;
}

.apt-shape-2 {
    position: absolute;
    width: 145px;
    inset-inline-start: 105%;
    top: 29%;
    animation: translateY 10s linear infinite alternate;
}

.apt-shape-3 {
    position: absolute;
    font-size: 214px;
    text-transform: uppercase;
    top: 0;
    inset-inline-start: 0;
    -webkit-text-stroke-color: var(--clr-theme-2);
    transform: translateY(-42%);
}

.apt-shape-3::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    -webkit-text-fill-color: var(--clr-theme-2);
    overflow: hidden;
    width: 0%;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    white-space: nowrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .apt-shape-3 {
        font-size: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .apt-shape-3 {
        font-size: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .apt-shape-3 {
        font-size: 100px;
    }
}

@media (max-width:450px) {
    .apt-shape-3 {
        font-size: 70px;
    }
}

.apt-shape-3:hover:after {
    width: 100%;
}

.about-thumb-3-area {
    max-width: 690px;
}

.about-thumb-3 {
    padding-top: 128%;
}

.about-thumb-3-1 {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 68%;
}

.about-thumb-3-2 {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    width: 77%;
    z-index: 1;
}

.about-thumb-3-3 {
    position: absolute;
    width: 17%;
    inset-inline-end: 25px;
    top: 25px;
    border-radius: 50%;
}

.about-area-3-bg {
    background: var(--clr-common-black);
}

.about-3-shape-1 {
    position: absolute;
    width: 170px;
    opacity: 0.25;
    inset-inline-end: 100%;
    bottom: 7%;
}

.about-3-shape-2 {
    position: absolute;
    width: 338px;
    bottom: 65px;
    inset-inline-end: -50px;
    transform: rotate(-17deg);
    opacity: 0.2;
}

[dir=rtl] .about-3-shape-2 {
    transform: rotate(17deg) rotateY(180deg);
}

.about-content-wrapper-3 {
    padding-inline-start: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-content-wrapper-3 {
        padding-inline-start: 0;
    }
}

.about-content-wrapper-3 .bd-section-subtitle.st-b span {
    color: var(--clr-common-white);
}

.about-content-wrapper-3 .bd-section-title {
    color: var(--clr-common-white);
}

.about-content-wrapper-3 p {
    color: var(--clr-common-white);
}

.about-content-wrapper-3 .about-sp {
    font-weight: 600;
    margin-bottom: 30px;
}

.about-content-wrapper-3 .border-btn {
    border-color: var(--clr-common-white);
    background: transparent;
    color: var(--clr-common-white);
    border-radius: 60px;
}

.about-content-wrapper-3 .border-btn:hover,
.about-content-wrapper-3 .border-btn:focus {
    background: var(--clr-common-white);
    border-color: var(--clr-common-white);
    color: var(--clr-theme-1);
}

.about-contact-box {
    background: var(--clr-common-white);
    border-radius: 100px;
    display: inline-flex;
    gap: 90px;
    padding: 20px 35px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-contact-box {
        gap: 50px;
    }
}

@media (max-width:450px) {
    .about-contact-box {
        padding: 20px 25px;
    }
}

.about-contact-box .contact-box-icon {
    width: 63px;
    position: relative;
}

@media (max-width:450px) {
    .about-contact-box .contact-box-icon {
        display: none;
    }
}

.about-contact-box .contact-box-icon:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--clr-common-border);
    inset-inline-end: -45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-contact-box .contact-box-icon:after {
        inset-inline-end: -25px;
    }
}

.contact-box-icon img {
    width: 100%;
}

.about-btn-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .about-btn-area .fill-btn-two {
        margin-right: 30px;
    }
}

.about-btn-area .meta-item.header-meta-item {
    margin-left: 40px;
}

.about-btn-area .meta-item.header-meta-item .meta-item-icon {
    color: var(--clr-theme-1);
    background: #FFF7E5;
}

@media (max-width: 575px) {
    .about-btn-area .meta-item.header-meta-item {
        margin-left: 0;
        margin-top: 15px;
    }
}

.about-btn-area .meta-item.header-meta-item .meta-item-content p {
    color: var(--clr-theme-1);
}

.about-btn-area .meta-item.header-meta-item:hover .meta-item-icon {
    background: var(--clr-theme-1);
}

.about-btn-area .meta-item.header-meta-item:hover .meta-item-content p a {
    color: var(--clr-theme-2);
}

.about-left-area {
    position: relative;
    height: 100%;
}

.about-left-area .about__experience-content {
    position: absolute;
    bottom: 115px;
    left: -45px;
    transform: rotate(-90deg);
}

.about-left-area .about__experience-content .about-expreience-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--clr-theme-1);
    margin-bottom: 0;
}

.about-left-area .about__experience-content .about-expreience-title span {
    color: var(--clr-theme-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-left-area .about__experience-content {
        position: inherit;
        bottom: 0;
        left: 0;
        transform: rotate(0deg);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-left-area .about__experience-content {
        margin-bottom: 30px;
    }
}

.about-left-area .about-video-btn {
    position: absolute;
    bottom: 130px;
    right: 160px;
    z-index: 9;
}

.about-bg-image-area {
    position: absolute;
    right: 435px;
    bottom: 200px;
    z-index: -1;
}

.about-bg-image-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #FFFFFF 6.94%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px), (min-width: 1600px) {
    .work-area-4 {
        padding-bottom: 250px;
    }
}

.about-area-5 {
    background-color: #FFFCF5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-area-5 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.about-area-5 .why-choose-info .why-choose-info-text span {
    font-size: 14px;
}

.about-area-5 .why-choose-content-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-area-5 .why-choose-content-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-area-5 .why-choose-content-wrapper {
        padding: 0;
    }
}

.about-area-5 .about-thumb-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 49.5%;
    height: 100%;
}

.about-area-5 .about-thumb-5 img {
    width: 100%;
    height: auto;
}

.about-area-5 .about-thumb-5 .apt-shape-3 {
    position: absolute;
    font-size: 157px;
    text-transform: uppercase;
    top: 34%;
    inset-inline-start: 50%;
    -webkit-text-stroke-color: var(--clr-theme-2);
    transform: translate(-50%, -65%) rotate(-90deg);
    width: 100%;
    z-index: 6;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-area-5 .about-thumb-5 .apt-shape-3 {
        font-size: 100px;
        top: 30%;
    }
}

.security-skill-thumb {
    text-align: right;
}

.security-skill-thumb .skill-thumb-5-1 {
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .security-skill-thumb .skill-thumb-5-1 img {
        width: 85%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .security-skill-thumb .skill-thumb-5-1 img {
        width: 85%;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .security-skill-thumb .skill-thumb-5-1 img {
        width: 100%;
    }
}

.security-skill-thumb .skill-thumb-5-2 {
    position: absolute;
    top: -85px;
    left: 25px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .security-skill-thumb .skill-thumb-5-2 {
        display: none;
    }
}

.team-skill--content.security-skills-content {
    padding: 0;
    margin: 0;
    background: transparent;
}

.team-skill--content.security-skills-content .bd-skill--title__wrapper .bd-skill--title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #1F4941;
    width: 100%;
    display: block;
}

.team-skill--content.security-skills-content .bd-skill--title__wrapper span {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    text-transform: capitalize;
    color: #7C7C7C;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    right: 0;
}

/* ----------------------------------------
	09. services css
---------------------------------------- */
.service-default.service-single .service-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.34;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.service-default.service-single .service-title a:hover {
    color: var(--clr-common-white);
}

.service-default.service-single .arrow-text-btn:hover {
    color: var(--clr-common-white);
}

.service-default.service-single .arrow-text-btn:hover span:before {
    background: var(--clr-common-white);
}

.service-single:hover .service-info {
    background: var(--clr-theme-2);
}

.service-single:hover .service-post-shape {
    opacity: 1;
    visibility: visible;
}

.service-info {
    background-color: var(--clr-bg-3);
    padding: 30px 30px 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.service-post-shape {
    position: absolute;
    inset-inline-end: 13px;
    bottom: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service-slide-wrapper .service-info {
    background-color: var(--clr-common-white);
}

.service-slide-wrapper .service-content:hover .service-info {
    background: var(--clr-common-white);
}

.service-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.34;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.service-title a:hover {
    color: var(--clr-theme-2);
}

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

.service-style {
    position: relative;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.overlay-img {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.service-shape-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
}

.service-shape-wrapper .service-shape {
    position: absolute;
}

.service-shape-wrapper .service-shape.shape-1 {
    inset-inline-start: 70%;
    bottom: -15px;
    z-index: -1;
}

.service-slide-wrapper {
    position: relative;
}

.service-slide-wrapper .service-pagination {
    position: absolute;
    bottom: 75px;
    inset-inline-end: calc(100% + 100px);
    inset-inline-start: auto;
    width: inherit;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-slide-wrapper .service-pagination {
        position: static;
        margin-bottom: 50px;
    }
}

.service-slider.swiper-container {
    margin-inline-end: calc(-100% - 30px);
}

.service-btn .popup-video {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.service-btn .popup-video:hover {
    transform: translateY(-10px);
}

.service-pagination.circle-dot-pagination .swiper-pagination-bullet::before {
    background: var(--clr-common-white);
}

.service-pagination.circle-dot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--clr-common-white);
}

.details-section-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.details-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-main-img.service {
    height: 450px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.details-topic {
    margin-bottom: 65px;
}

.sidebar-widget-services {
    background: var(--clr-common-white);
    box-shadow: 0px 4px 92px 16px rgba(30, 73, 66, 0.1);
}

.sidebar-widget-services-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    padding: 35px 40px;
    background: var(--clr-theme-2) !important;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .sidebar-widget-services-title {
        padding: 35px 30px;
    }
}

.sidebar-widget-services-list .service-title {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 1.34;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .sidebar-widget-services-list .service-title {
        font-size: 22px;
    }
}

.sidebar-widget-services-list {
    padding: 40px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .sidebar-widget-services-list {
        padding: 40px 30px;
    }
}

.sidebar-widget-services-list ul li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sidebar-widget-services-list ul li {
    padding-inline-start: 55px;
    position: relative;
    counter-increment: service-item;
    list-style: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .sidebar-widget-services-list ul li {
        padding-inline-start: 45px;
    }
}

.sidebar-widget-services-list ul li:before {
    position: absolute;
    content: counter(service-item, decimal-leading-zero);
    inset-inline-start: 0;
    top: 0;
    font-size: 26px;
    font-weight: 600;
    color: #d8d8d8;
    font-family: "Teko", sans-serif;
}

.service-cta-widget {
    position: relative;
    padding: 65px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .service-cta-widget {
        padding: 65px 30px;
    }
}

.service-cta-widget h4 {
    font-size: 26px;
    font-weight: 600;
    color: var(--clr-common-white);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.service-cta-widget p {
    color: var(--clr-common-white);
}

.service-cta-widget .meta-item.emergency-call .meta-item-icon {
    background: var(--clr-common-white);
}

.service-cta-widget .meta-item.emergency-call .meta-title {
    color: var(--clr-common-white);
}

.service-cta-widget .meta-item.emergency-call .meta-item-content p {
    color: var(--clr-common-white);
}

.sidebar-cta-bg {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-shadow: 0px 4px 92px 16px rgba(30, 73, 66, 0.1);
}

.sidebar-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-cta-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-theme-1);
    opacity: 0.75;
}

.cta-widget-btn {
    padding: 19px 20px;
    background: var(--clr-theme-2);
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
    margin-top: 40px;
}

.cta-widget-btn .arrow-text-btn:hover {
    color: var(--clr-common-white);
}

.cta-widget-btn .arrow-text-btn:hover span:before {
    background: var(--clr-common-white);
}

.download-btn {
    width: 100%;
    border: 1px solid var(--clr-theme-1);
    height: 60px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.download-btn:hover,
.download-btn:focus {
    border-color: var(--clr-theme-1);
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.download-btn:hover .arrow-text-btn,
.download-btn:focus .arrow-text-btn {
    color: var(--clr-common-white);
}

.download-btn:hover .arrow-text-btn span:before,
.download-btn:focus .arrow-text-btn span:before {
    background: var(--clr-common-white);
}

.download-btn > i {
    width: 110px;
    text-align: left;
    font-size: 30px;
}

[dir=rtl] .download-btn > i {
    text-align: right;
}

.service-slider-area-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 230px);
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
    overflow: hidden;
}

.service-slider-area-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-common-black);
    opacity: 0.75;
    z-index: 1;
}

.service-slider-area-bg img {
    width: 100%;
    height: 120% !important;
    object-fit: cover;
}

.service-slider-text-box {
    background: #FFF7E5;
    padding: 40px 40px;
    position: relative;
    z-index: 2;
    height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-slider-text-box {
        margin-inline-start: -50px;
    }
}

.hover-c.service-box {
    position: relative;
}

.hover-c.service-box:hover .service-content {
    opacity: 1;
    visibility: visible;
}

.hover-c .service-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.hover-c .service-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid var(--clr-theme-2);
    top: 0;
    inset-inline-start: 0;
}

.hover-c .service-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: linear-gradient(180deg, rgba(31, 73, 65, 0) -4.85%, #1F4941 95.15%);
}

.hover-c .service-title {
    position: absolute;
    bottom: 60px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
    color: var(--clr-common-white);
    z-index: 1;
}

.hover-c .service-icon {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 1;
}

.hover-c .service-icon .circle-btn {
    font-size: 60px;
    border: none;
    color: var(--clr-common-white);
}

.hover-c .service-icon .circle-btn:hover {
    color: var(--clr-theme-2);
}

.hover-c .service-icon .circle-btn:hover i {
    animation: icontltbl 0.5s forwards;
}

.service-slider-box-btn {
    padding-top: 40px;
    border-top: 1px solid #D3D3D3;
    margin-top: auto;
    display: flex;
    gap: 20px;
}

@media (max-width:450px) {
    .service-slider-box-btn {
        flex-direction: column-reverse;
    }
}

.service2-slider.swiper-container {
    margin-inline-start: calc(-100% - 30px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service2-slider.swiper-container {
        margin-inline-end: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service2-slider.swiper-container {
        margin-inline-start: 0;
    }
}

.service2-slider-nav {
    display: flex;
    gap: 10px;
    margin-inline-end: auto;
}

.service2-slider-nav .circle-btn {
    width: 46px;
    height: 46px;
    border-color: #FFECBF;
    background: #FFECBF;
    color: var(--clr-theme-1);
    font-weight: 300;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.service2-slider-nav .circle-btn:hover {
    border-color: var(--clr-theme-2);
    background: var(--clr-theme-2);
}

.service-slider-shape-1 {
    width: 150px;
    position: absolute;
    bottom: 0%;
    inset-inline-end: 105%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-slider-shape-1 {
        width: 100px;
    }
}

.service-area-shape-1 {
    position: absolute;
    width: 312px;
    opacity: 0.25;
    inset-inline-end: 92%;
    top: 52%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-area-shape-1 {
        display: none;
    }
}

.services-3-wrapper {
    padding-top: 30px;
}

.services-3-wrapper .single-service {
    padding: 112px 0;
    position: relative;
    border-bottom: 1px solid var(--clr-common-border);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-3-wrapper .single-service {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-3-wrapper .single-service {
        padding: 70px 0;
    }
}

@media (max-width:450px) {
    .services-3-wrapper .single-service {
        padding: 45px 0;
    }
}

.services-3-wrapper .single-service:first-child {
    border-top: 1px solid var(--clr-common-border);
}

.services-3-wrapper .single-service:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.services-3-wrapper .single-service.active .service-title {
    padding-inline-start: 70px;
    -webkit-text-fill-color: var(--clr-theme-2);
    -webkit-text-stroke-color: var(--clr-theme-2);
    color: var(--clr-theme-2);
    transform: scale(1.2);
    transform-origin: left;
}

[dir=rtl] .services-3-wrapper .single-service.active .service-title {
    transform-origin: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-3-wrapper .single-service.active .service-title {
        padding-inline-start: 20px;
    }
}

@media (max-width: 575px), (max-width:450px) {
    .services-3-wrapper .single-service.active .service-title {
        transform: scale(1);
    }
}

.services-3-wrapper .single-service.active .service-img {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.services-3-wrapper .service-title {
    font-size: 65px;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
    z-index: 1;
    display: inline-flex;
    gap: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .services-3-wrapper .service-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .services-3-wrapper .service-title {
        font-size: 54px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-3-wrapper .service-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-3-wrapper .service-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-3-wrapper .service-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .services-3-wrapper .service-title {
        font-size: 40px;
    }
}

@media (max-width:450px) {
    .services-3-wrapper .service-title {
        font-size: 34px;
    }
}

.services-3-wrapper .service-title span {
    font-weight: 300;
    color: #D3D3D3;
    letter-spacing: 1px;
    -webkit-text-fill-color: #D3D3D3;
    -webkit-text-stroke-color: #D3D3D3;
}

.services-3-wrapper .service-img {
    position: absolute;
    inset-inline-end: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 48%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-3-wrapper .service-img {
        width: 60%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-3-wrapper .service-img {
        width: 70%;
        inset-inline-end: 0;
    }
}

@media (max-width:450px) {
    .services-3-wrapper .service-img {
        display: none;
    }
}

.services-3-wrapper .service-img:hover .service-img-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.services-3-wrapper .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-img-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%) rotate(-90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-img-btn {
        display: none;
    }
}

.service-img-btn .circle-btn {
    width: 84px;
    height: 84px;
    border-color: var(--clr-theme-1);
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    font-size: 40px;
}

.service-img-btn .circle-btn:hover i {
    animation: icontltbl 0.5s forwards;
}

.widget_text.sidebar-widget-services.mb-40.widget_custom_html {
    background: transparent;
}

.service-content-4 .service-stroke-number {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 85px;
    height: 85px;
    display: flex;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}

.service-content-4 .service-stroke-number h4 {
    font-weight: 600;
    font-size: 45px;
    color: transparent;
    stroke: 1px var(--clr-theme-1);
    font-family: "Teko", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--clr-theme-1);
    line-height: 1;
    transition: 0.3s linear;
}

.service-content-4 .service-four-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: white;
    padding: 15px 20px;
    border-radius: 6px;
    transition: 0.3s linear;
}

.service-content-4 .service-four-title h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1F4941;
    margin-bottom: 0;
}

.service-content-4 .service-four-title h3 .service-icon {
    float: right;
}

.service-thumb-4 img {
    width: 100%;
    height: 100% !important;
}

.service-thumb-4:hover .service-stroke-number h4 {
    color: var(--clr-theme-1);
    -webkit-text-fill-color: var(--clr-theme-1);
}

.service-thumb-4:hover .service-four-title {
    background: var(--clr-theme-2);
}

.service-thumb-4:hover .service-four-title h3 {
    color: var(--clr-common-white);
}

.service-wrapper-4 .service-item-nav .service-item-two-nav {
    display: flex;
    align-items: center;
    top: -110px;
    left: 0;
    position: absolute;
    width: 100%;
    justify-content: space-between;
}

.service-wrapper-4 .service-item-nav .service-item-two-nav .service-item-nav-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #1F4941;
    border-radius: 50%;
    font-size: 20px;
    color: #1F4941;
    display: block;
    text-align: center;
    line-height: 45px;
}

.service-item-4 {
    background: #FFFCF5;
}

.service-area-5 .bd-section-title-wrapper-2 p {
    padding-right: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-area-5 .bd-section-title-wrapper-2 p {
        padding: 0;
    }
}

.service-area-5 .service-5-btn {
    text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-area-5 .service-5-btn {
        text-align: start;
        margin-top: 20px;
    }
}

.service-box-5 {
    position: relative;
    background: #D9D9D9;
    overflow: hidden;
    min-height: 450px;
    z-index: 1;
}

.service-box-5 .service-thumb-5 {
    width: 330px;
    height: 330px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    right: -70px;
    top: -60px;
    transition: 0.3s linear;
    z-index: -1;
}

.service-box-5 .service-thumb-5 img {
    width: 100% !important;
    height: 100% !important;
}

.service-box-5 .service-content-5 .service-four-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border: 1px solid #1F4941;
    padding: 10px 22px;
    padding-right: 60px;
}

.service-box-5 .service-content-5 .service-four-title h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1F4941;
}

.service-box-5 .service-content-5 .service-four-title h3 .service-icon {
    float: right;
    border-left: 1px solid #1F4941;
    position: absolute;
    right: 0;
    height: 101%;
    top: 50%;
    transform: translateY(-50%);
    padding: 11px 15px 0;
}

.service-box-5 .service-content-5 .service-four-title h3 .service-icon i {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.service-box-5:hover .service-thumb-5 {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
}

.service-box-5:hover .service-content-5 .service-four-title {
    background-color: var(--clr-theme-1);
    border: none;
}

.service-box-5:hover .service-content-5 .service-four-title h3 {
    color: var(--clr-common-white);
}

.service-box-5:hover .service-content-5 .service-four-title h3 .service-icon {
    background-color: var(--clr-theme-2);
    color: var(--clr-theme-1);
}

.service-5-pagination {
    display: block;
    text-align: center;
    margin-top: 65px;
}

/* ----------------------------------------
	10. facility css
---------------------------------------- */
.facility-thumb > img {
    width: 100%;
}

.facility-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.facility-info .info-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    padding: 0;
    color: var(--clr-theme-2);
    background: #fff9ea;
}

.facility-info .info-text p {
    font-weight: 600;
    margin-bottom: 0;
}

.facility-info-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .facility-info-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.facility-info-list.st-bg .facility-info .info-icon {
    background: var(--clr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .facility-info-list.st-bg .facility-info .info-icon {
        background: #fff9ea;
    }
}

.facility-shape-1 {
    position: absolute;
    width: 100%;
    height: calc(100% - 130px);
    background: #FFF9EB;
    bottom: 0;
    inset-inline-start: -250px;
    z-index: -1;
}

.facility-shape-2 {
    position: absolute;
    bottom: 40px;
    inset-inline-start: -80px;
    font-size: 215px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    color: var(--clr-common-black);
    opacity: 0.15;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: rotate(-90deg);
    transform-origin: bottom left;
}

[dir=rtl] .facility-shape-2 {
    transform: rotate(90deg);
    transform-origin: bottom right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .facility-shape-2 {
        font-size: 145px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .facility-shape-2 {
        font-size: 190px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .facility-shape-2 {
        font-size: 130px;
        inset-inline-start: -60px;
    }
}

.facility-shape-2:hover {
    -webkit-text-fill-color: var(--clr-theme-2);
    color: var(--clr-theme-2);
    opacity: 0.7;
}

.facility-shape-3 {
    position: absolute;
    top: 90%;
    inset-inline-start: 77%;
    width: 55px;
    z-index: -1;
    animation: translateX 10s linear infinite alternate;
}

.facility-shape-4 {
    position: absolute;
    top: -10px;
    inset-inline-start: -150px;
    width: 53px;
    animation: rotate 10s linear infinite;
}

.facility-shape-5 {
    position: absolute;
    width: 268px;
    inset-inline-start: 95%;
    bottom: 185px;
    opacity: 0.2;
    -moz-animation: translateY 3s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: translateY 3s ease-in-out 1s forwards infinite alternate;
    animation: translateY 3s ease-in-out 1s forwards infinite alternate;
}

.facility-shape-6 {
    position: absolute;
    width: 187%;
    height: calc(100% - 130px);
    background: #F5F5F5;
    bottom: 0;
    inset-inline-start: 75%;
    z-index: -1;
}

@media screen and (min-width: 1200px) {
    .facility-thumb-wrapper {
        padding-bottom: 130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .facility-thumb-wrapper {
        margin-inline-end: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .facility-thumb-wrapper {
        padding-bottom: 65px;
    }
}

.facility-content {
    margin-inline-start: 40px;
}

@media only screen and (min-width: 1400px) {
    .facility-content {
        margin-bottom: 155px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .facility-content {
        margin-inline-start: -30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .facility-content {
        margin-inline-start: 0;
    }
}

.arm-counter-item-wrapper {
    display: flex;
    gap: 5px 55px;
    flex-wrap: wrap;
}

.arm-counter-item-wrapper .arm-counter-title {
    font-weight: 600;
    margin-bottom: 0;
}

.arm-counter-item-wrapper .counter_item {
    text-align: center;
}

@media (max-width: 575px) {
    .arm-counter-item-wrapper .counter_item {
        min-width: 140px;
    }
}

.arm-counter-item-wrapper .counter_item .counter_canvas {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.arm-counter-item-wrapper .counter_item .counter_canvas canvas {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arm-counter-item-wrapper .counter_item .counter_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: var(--clr-theme-1);
    font-weight: 700;
    width: 62px;
    height: 62px;
    background: #FFECBF;
    border-radius: 50%;
    line-height: 62px;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.why-choose-content .border-box {
    border-color: #D3D3D3;
}

.why-choose-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.why-choose-info .why-choose-info-icon {
    font-size: 20px;
    margin-right: 12px;
    color: var(--clr-theme-2);
}

.why-choose-info .why-choose-info-text span {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--clr-theme-1);
}

.work-area-overlay-img {
    position: relative;
    z-index: 1;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.work-area-overlay-img:before {
    background: #1A1A1A;
    opacity: 0.6;
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.work-content .work-content-icon {
    width: 85px;
    height: 85px;
    line-height: 95px;
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 40px;
}

.work-content .work-number-text {
    margin-bottom: 25px;
    position: relative;
    background: #FFAF00;
    border-radius: 12px;
    width: 75px;
    height: 25px;
    display: block;
    text-align: center;
}

.work-content .work-number-text span {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #1F4941;
    position: relative;
    top: -2px;
}

.work-content .work-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 575px) {
    .case-study-view.text-end.bd-section-title-wrapper-2 {
        text-align: left !important;
    }
}

.work-area-4 .col-xl-3.col-lg-4.col-sm-6.wow.fadeInUp:last-child .work-content.b.mb-30 {
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .work-area-4 .col-xl-3.col-lg-4.col-sm-6.wow.fadeInUp:last-child .work-content.b.mb-30 {
        margin-left: 0px;
    }
}

.work-area-4 .col-xl-3.col-lg-4.col-sm-6.wow.fadeInUp:nth-child(3) .work-content.b.mb-30 {
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .work-area-4 .col-xl-3.col-lg-4.col-sm-6.wow.fadeInUp:nth-child(3) .work-content.b.mb-30 {
        margin-left: 0px;
    }
}

.work-area-4 .col-xl-3.col-lg-4.col-sm-6.wow.fadeInUp:nth-child(2) .work-content.b.mb-30 {
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .work-area-4 .col-xl-3.col-lg-4.col-sm-6.wow.fadeInUp:nth-child(2) .work-content.b.mb-30 {
        margin-left: 0px;
    }
}

/* ----------------------------------------
	11. donation css
---------------------------------------- */
.donation-overlay-img {
    z-index: -1;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.donation-overlay-img:after {
    background: linear-gradient(98.21deg, var(--clr-common-black) 0.23%, rgba(34, 34, 34, 0.818402) 45.35%, rgba(34, 34, 34, 0.624675) 55.26%, rgba(34, 34, 34, 0) 100%);
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
}

[dir=rtl] .donation-overlay-img:after {
    background: linear-gradient(-98.21deg, var(--clr-common-black) 0.23%, rgba(34, 34, 34, 0.818402) 45.35%, rgba(34, 34, 34, 0.624675) 55.26%, rgba(34, 34, 34, 0) 100%);
}

.dontaion-content-wrapper .bd-section-title {
    color: var(--clr-common-white);
}

.dontaion-content-wrapper p {
    color: var(--clr-common-white);
}

.donation-content .donation-2 {
    font-weight: 600;
}

.donation-btn .arm-btn {
    color: var(--clr-common-white);
}

.donation-btn .arm-btn:hover {
    color: var(--clr-theme-2);
}

.donation-btn .circle-btn {
    font-size: 22px;
    color: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.donation-style {
    position: relative;
    z-index: 3;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.donation-shape {
    position: absolute;
}

.donation-shape.shape-1 {
    width: 68px;
    inset-inline-start: 107%;
    bottom: -34px;
    animation: translateY 10s linear infinite alternate;
}

.donation-shape.shape-2 {
    inset-inline-start: 84%;
    top: -60px;
    width: 36px;
    -webkit-animation: rotate 8s linear infinite;
    -moz-animation: rotate 8s linear infinite;
    -ms-animation: rotate 8s linear infinite;
    -o-animation: rotate 8s linear infinite;
    animation: rotate 8s linear infinite;
}

.donation-thumb-with-bg.donation-thumb-wrapper {
    padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .donation-thumb-with-bg.donation-thumb-wrapper {
        padding-top: 70px;
    }
}

.donation-thumb-with-bg .donation-thumb {
    position: relative;
    z-index: 2;
    max-width: 670px;
}

.donation-thumb-with-bg .donation-thumb-main {
    width: 100%;
}

.donation-thumb-with-bg .donation-thumb-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    inset-inline-end: 70px;
    width: 900px;
    height: 86%;
    object-fit: cover;
}

.donation-thumb-with-bg .donation-thumb-shape-1 {
    position: absolute;
    width: 102px;
    top: 28%;
    inset-inline-start: -51px;
}

.donation-fund {
    margin-top: 40px;
    margin-bottom: 40px;
}

.donation-fund .bd-skill--title {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}

.donation-fund .fund-total {
    font-size: 26px;
    font-weight: 600;
    color: #979797;
    font-family: "Teko", sans-serif;
}

.donation-fund .fund-raised {
    font-size: 26px;
    font-weight: 600;
    color: var(--clr-theme-1);
    font-family: "Teko", sans-serif;
}

.donation-fund .progress {
    background: #ffecbf;
    border-radius: 0;
    height: 5px;
}

.donation-fund .progress-bar {
    background-color: var(--clr-theme-2);
}

[dir=rtl] .donation-fund .progress-bar {
    animation-name: slideInRight;
}

.donation-form-area {
    background: #efefef;
    position: relative;
    z-index: 2;
    overflow-x: clip;
}

.donation-area-shape-1 {
    position: absolute;
    inset-inline-start: -255px;
    bottom: -70px;
    z-index: -1;
}

.donation-area-shape-2 {
    position: absolute;
    opacity: 0.25;
    z-index: -1;
    top: -60px;
    inset-inline-start: calc(100% + 90px);
    width: 288px;
}

.donation-icon-price {
    display: flex;
}

.donation-icon-price .donation-price {
    font-size: 26px;
    font-weight: 600;
    width: 140px;
    height: 90px;
    background: var(--clr-common-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.donation-icon-price .donation-icon {
    font-size: 54px;
    color: var(--clr-theme-1);
    width: 100px;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--clr-theme-2);
}

.donation-price-wrapper {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .donation-price-wrapper {
        margin-top: 0;
    }
}

.donation-price-select {
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.donation-form {
    background: var(--clr-common-white);
    padding: 65px 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .donation-form {
        padding: 65px 40px;
    }
}

@media (max-width:450px) {
    .donation-form {
        padding: 40px 20px;
    }
}

.donation-form .single-input-field input {
    border-radius: 0;
    padding-inline-end: 50px;
    color: var(--clr-theme-1);
}

@media (max-width:450px) {
    .donation-form .single-input-field input {
        padding-inline-end: 20px;
    }
}

.donation-form .field-donation-price.single-input-field input {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    padding-inline-start: 220px;
}

@media (max-width:450px) {
    .donation-form .field-donation-price.single-input-field input {
        padding-inline-start: 160px;
    }
}

.donation-form .field-donation-price.single-input-field::before {
    display: none;
}

.donation-form .field-donation-price .field-tag {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #d9d9d9;
    position: absolute;
    height: calc(100% - 2px);
    top: 1px;
    inset-inline-start: 1px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
}

.donation-form .donation-form-btn {
    margin-top: 20px;
}

.donation-form .fill-btn {
    width: 100%;
    height: 55px;
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
    color: var(--clr-theme-1);
}

.donation-form .fill-btn:hover,
.donation-form .fill-btn:focus {
    background: var(--clr-theme-1);
    border-color: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.single-price-select {
    display: block;
    position: relative;
    padding-inline-start: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-price-select input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 25px;
    width: 25px;
    background-color: var(--clr-common-white);
    border-radius: 50%;
}

.single-price-select:hover input ~ .checkmark {
    background-color: var(--clr-common-white);
}

.single-price-select input:checked ~ .checkmark {
    background-color: var(--clr-common-white);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.single-price-select input:checked ~ .checkmark:after {
    display: block;
}

.single-price-select input:hover ~ .checkmark:after {
    display: block;
}

.single-price-select .checkmark:after {
    top: 6px;
    inset-inline-start: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--clr-theme-2);
}

/* ----------------------------------------
	12. cta css
---------------------------------------- */
.cta-box {
    background: #ffaf00;
    box-shadow: 0px 4px 61px rgba(255, 175, 0, 0.3);
    z-index: 2;
    padding-top: 65px;
    padding-bottom: 50px;
}

.cta-thumb {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cta-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-num h3 {
    font-size: 45px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.cta-num h3:hover:before {
    transform: scaleX(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-num h3 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta-num h3 {
        font-size: 34px;
    }
}

@media (max-width:450px) {
    .cta-num h3 {
        font-size: 28px;
    }
}

.cta-num h3:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 2px;
    content: "";
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    background: var(--clr-theme-1);
}

.cta-color span {
    color: var(--clr-theme-1);
}

.cta-color i {
    color: var(--clr-theme-1);
}

.cta-shape-1 {
    position: absolute;
    z-index: -1;
    width: 130px;
    inset-inline-start: 40px;
    top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-shape-1 {
        width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta-shape-1 {
        display: none;
    }
}

.cta-shape-2 {
    position: absolute;
    z-index: -1;
    width: 130px;
    inset-inline-end: 40px;
    bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-shape-2 {
        width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta-shape-2 {
        display: none;
    }
}

.cta-content {
    padding: 0 20px;
}

.cta-area .line_wrap {
    top: -60px;
    height: 130%;
}

/* ----------------------------------------
	13. news css
---------------------------------------- */
.single-news:hover .latest-news-thumb img {
    transform: scale(1.03);
}

.news-btn {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .news-btn {
        justify-content: flex-start;
    }
}

.latest-news-thumb {
    overflow: hidden;
}

.latest-news-thumb img {
    width: 100%;
}

.news-box {
    display: flex;
    gap: 0px 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .news-box {
        flex-direction: column;
    }
}

.news-box-date {
    width: 94px;
    height: 94px;
    background: #fff9ea;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
}

.news-box-date .news-box-inner {
    text-align: center;
    padding-top: 10px;
}

.news-box-date .news-box-inner h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    color: var(--clr-theme-1);
}

.news-box-date .news-box-inner span {
    font-size: 14px;
    line-height: 16px;
    color: var(--clr-theme-3);
    font-weight: 700;
    text-transform: uppercase;
}

.news-box-content {
    padding-top: 19px;
}

.news-box-content h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.42;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-box-content h4 a:hover {
    color: var(--clr-theme-2);
}

@media (max-width:450px) {
    .news-box-content h4 a br {
        display: none;
    }
}

/* ----------------------------------------
	14. contact-form css
---------------------------------------- */
.contact-form-style {
    position: relative;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-content .bd-section-title {
    color: var(--clr-common-white);
}

.contact-content p {
    color: var(--clr-common-white);
    max-width: 700px;
    margin-bottom: 0;
}

.contact-form-wrapper-1 {
    background: var(--clr-common-black);
    padding: 130px 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-form-wrapper-1 {
        padding: 130px 40px;
    }
}

@media (max-width:450px) {
    .contact-form-wrapper-1 {
        padding: 130px 30px;
    }
}

.contact-form-wrapper-1 .single-input-field input {
    border-color: #323232;
    background: #121212;
    color: var(--clr-common-white);
}

.contact-form-wrapper-1 .single-input-field textarea {
    border-color: #323232;
    background: #121212;
    color: var(--clr-common-white);
}

.contact-form-wrapper-1 .border-btn {
    width: 100%;
    border-radius: 6px;
    border-color: var(--clr-common-white);
    color: var(--clr-common-white);
}

.contact-form-wrapper-1 .border-btn:hover {
    border-color: var(--clr-theme-2);
    background: var(--clr-theme-2);
}

.contact-form-area-shape-1 {
    position: absolute;
    inset-inline-end: calc(100% + 10px);
    bottom: 70px;
    width: 130px;
    animation: translateY 10s linear infinite alternate;
}

.contact-form-area-shape-2 {
    position: absolute;
    inset-inline-start: 105%;
    bottom: 540px;
    width: 68px;
    animation: translateY 10s linear infinite alternate;
}

.appointment-form-wrapper {
    position: relative;
}

.appointment-form {
    padding: 65px 63px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .appointment-form {
        padding: 65px 40px;
    }
}

@media (max-width:450px) {
    .appointment-form {
        padding: 65px 20px;
    }
}

.appointment-form .single-input-field input {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid #323232;
    border-radius: 0;
    color: var(--clr-common-white);
}

.appointment-form .single-input-field textarea {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid #323232;
    border-radius: 0;
    color: var(--clr-common-white);
}

.appointment-btn .border-btn {
    height: 55px;
    width: 100%;
    color: var(--clr-common-white);
    border-color: var(--clr-common-white);
}

.appointment-btn .border-btn:hover {
    border-color: var(--clr-theme-2);
    background: var(--clr-theme-2);
}

.appointment-form-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    overflow: hidden;
    z-index: -1;
}

.appointment-form-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-common-black);
    opacity: 0.9;
}

.appointment-form-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appointment-section-title-wrapper .bd-section-subtitle.st-b span {
    color: var(--clr-common-white);
}

.appointment-section-title-wrapper .bd-section-title {
    color: var(--clr-common-white);
}

.question-inner-shape-1 {
    position: absolute;
    width: 574px;
    inset-inline-end: -350px;
    bottom: 74px;
    opacity: 0.25;
    z-index: -1;
}

.question-inner-shape-2 {
    position: absolute;
    width: 346px;
    inset-inline-end: -180px;
    bottom: 130px;
    opacity: 0.25;
    z-index: -1;
}

.contact-form-area-four {
    margin-top: -191px;
    background: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact-form-area-four {
        margin: 0;
        padding-top: 150px;
    }
}

.contact-form-area-four .contact-form-four-wrapper {
    flex-wrap: wrap;
}

.contact-form-four-inner {
    padding: 65px 35px 45px 5px;
    position: relative;
    z-index: 1;
}

.contact-form-four-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFAF00;
    opacity: 0.9;
    z-index: -1;
}

.contact-form-four-inner .single-input-field {
    margin-left: 30px;
}

.contact-form-four-inner .single-input-field input {
    background: #121212;
    border: 1px solid #2C2C2C;
    border-radius: 4px;
    color: #747474;
}

.contact-form-four-inner .contact-four-btn {
    margin-left: 30px;
    text-align: right;
}

.contact-form-four-inner .contact-four-btn .border-btn {
    height: 55px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1F4941;
    border: none;
}

/* ----------------------------------------
	15. brand css
---------------------------------------- */
.arm-brand {
    text-align: center;
}

.arm-brand:hover img {
    opacity: 1;
}

.arm-brand img {
    opacity: 0.35;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0 auto;
}

.arm-brand-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.brand-area-5 {
    margin-top: -115px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand-area-5 {
        margin: 0;
        padding-top: 150px;
    }
}

.brand-wrraper-5 {
    background: linear-gradient(89.81deg, rgba(255, 255, 255, 0.2) 0.13%, rgba(255, 255, 255, 0.2) 99.85%);
    box-shadow: 0px 4px 120px rgba(31, 73, 65, 0.1);
    padding-top: 55px;
    padding-bottom: 45px;
    position: relative;
}

.brand-wrraper-5::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 2px;
    height: 48%;
    background: #FFF;
    z-index: 9;
}

.brand-wrraper-5 .bd-section-title-wrapper-2 {
    margin-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand-wrraper-5 .bd-section-title-wrapper-2 .bd-section-subtitle-2 {
        color: var(--clr-theme-1) !important;
    }
}

.brand-wrraper-5 .arm-brand {
    position: relative;
}

.brand-wrraper-5 .arm-brand::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 40px;
    border: 1px solid #D9D9D9;
}

.brand-wrraper-5 .arm-brand img {
    opacity: 1;
}

/* ----------------------------------------
	16. subscribe css
---------------------------------------- */
.subscribe-wrapper {
    background: var(--clr-common-white);
    padding: 50px 65px 50px;
    padding-inline-start: 230px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-wrapper {
        padding: 230px 50px 50px 50px;
    }
}

@media (max-width:450px) {
    .subscribe-wrapper {
        padding: 230px 20px 50px 20px;
    }
}

.subscribe-icon {
    position: absolute;
    width: 165px;
    height: 100%;
    background: var(--clr-theme-2);
    inset-inline-start: 0;
    top: 0;
    font-size: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-icon {
        height: 165px;
        width: 100%;
    }
}

.subscribe-text {
    max-width: 400px;
}

.subscribe-text .subscribe-title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--clr-theme-1);
}

.subscribe-form {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-form {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}

.subscribe-form .single-input-field {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-form .single-input-field {
        width: 100%;
    }
}

.subscribe-form .single-input-field input {
    width: 600px;
    background: transparent;
    border-radius: 0px;
    color: var(--clr-theme-1);
    padding-inline-end: 190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .subscribe-form .single-input-field input {
        width: 460px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-form .single-input-field input {
        width: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form .single-input-field input {
        width: 390px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-form .single-input-field input {
        width: 100%;
        padding-inline-end: 20px;
    }
}

.subscribe-form .subs-btn {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-form .subs-btn {
        position: static;
    }
}

.subscribe-form .subs-btn .fill-btn {
    height: 55px;
    text-transform: uppercase;
    padding: 0 20px;
}

.subscribe-form .subs-btn .fill-btn:hover {
    color: var(--clr-theme-1);
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.subscribe-shape-wrapper {
    position: relative;
}

.subscribe-area {
    overflow: hidden;
}

.subscribe-area-shape-1 {
    position: absolute;
    inset-inline-start: 101%;
    width: 170px;
    top: 0;
    opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-area-shape-1 {
        display: none;
    }
}

@media (max-width: 1900px) {
    .subscribe-area-shape-1 {
        left: 0;
    }
}

/* ----------------------------------------
	17. page-title css
---------------------------------------- */
.page-title-area {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 2;
    padding: 235px 0 125px;
}

.page-title-wrapper p {
    font-weight: 700;
    color: var(--clr-common-white);
    text-transform: uppercase;
    margin-bottom: 3px;
}

.page-title {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--clr-common-white);
    margin-bottom: 6px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .page-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
        font-size: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-title {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size: 40px;
        text-align: start;
    }
}

.breadcrumb-menu li {
    position: relative;
}

.breadcrumb-menu li span {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-theme-2);
    text-transform: uppercase;
}

.breadcrumb-menu li:first-child span {
    color: var(--clr-common-white);
}

.breadcrumb-menu li:not(:last-child):after {
    display: inline-block;
    color: var(--clr-common-white);
    content: "\f105";
    position: absolute;
    inset-inline-end: -18px;
    top: -1px;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
}

[dir=rtl] .breadcrumb-menu li:not(:last-child):after {
    transform: rotateY(180deg);
}

.breadcrumb-menu .trail-items {
    display: flex;
    justify-content: center;
    gap: 5px 8px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .breadcrumb-menu .trail-items {
        justify-content: flex-start;
    }
}

.page-title-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
}

.page-title-shape .shape-cube {
    position: absolute;
    inset-inline-end: 70px;
    bottom: 34px;
    opacity: 0.25;
    width: 126px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .page-title-shape .shape-cube {
        width: 70px;
    }
}

@media (max-width: 575px) {
    .page-title-shape .shape-cube {
        width: 50px;
    }
}

/* ---------------------------------------- */
/* 16. Page title
/*---------------------------------------- */
.pt-220 {
    padding-top: 220px;
}

.bd-page-title-bg {
    position: relative;
    background-color: var(--clr-bg-gray);
}

.bd-page-title-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #EFEFEF;
}

.bd-page-title .breadcrumb-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-page-title .breadcrumb-title {
        font-size: 76px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-page-title .breadcrumb-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-page-title .breadcrumb-title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .bd-page-title .breadcrumb-title {
        font-size: 48px;
    }

    .bd-page-title .breadcrumb-title br {
        display: none;
    }
}

.bd-page-title .breadcrumb-trail a {
    font-size: 18px;
}

.bd-page-title .breadcrumb-trail a span {
    color: var(--clr-body-heading);
}

.bd-page-title .breadcrumb-trail span {
    font-size: 18px;
    color: var(--clr-theme-1);
}

.bd-page-title .breadcrumb-trail span.dvdr {
    margin: 0px 5px;
}

.bd-page-title .breadcrumb-trail span.dvdr i {
    color: var(--clr-body-heading);
    font-size: 14px;
}

@media (max-width: 575px) {
    .single-post .bd-page-title .breadcrumb-title {
        font-size: 42px !important;
    }
}

.home_front_page .breadcrumb-menu {
    display: none;
}

/* ----------------------------------------
	18. fact css
---------------------------------------- */
.fact-area-bg {
    background: var(--clr-theme-2);
    padding-top: 95px;
    padding-bottom: 60px;
}

.fact-number {
    font-size: 130px;
    font-weight: 700;
    color: transparent;
    stroke: 1px var(--clr-theme-1);
    font-family: "Teko", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--clr-theme-1);
    line-height: 1;
    position: relative;
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .fact-number {
        font-size: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .fact-number {
        font-size: 90px;
    }
}

.fact-number .plus {
    font-size: 70px;
}

.fact-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-style: italic;
    display: block;
}

.fact-content {
    text-align: center;
}

.fact-single {
    margin-bottom: 45px;
}

.fact-style-2 {
    padding-top: 115px;
}

.style-2 .fact-number:before {
    position: absolute;
    content: url("../img/shape/scratched-shape.png");
    opacity: 0.25;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .style-2 .fact-number:before {
        top: 60%;
    }
}

.style-2 .fact-number .plus {
    font-size: inherit;
}

.style-2:hover .fact-number:before {
    opacity: 1;
}

.speacial_key.short-title {
    position: relative;
    right: 0px;
    left: auto;
    margin-left: -25px;
}

.plus.short-title {
    margin-left: -25px;
}

.bd-text__scroll-area {
    z-index: 1;
}

.bd-text__scroll-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.35;
}

.bd-text-scroll-line__heading {
    font-weight: 500;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .bd-text-scroll-line__heading {
        font-size: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-text-scroll-line__heading {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-text-scroll-line__heading {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-text-scroll-line__heading {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-text-scroll-line__heading {
        font-size: 60px;
    }
}

.bd-text-scroll-line__heading span {
    color: #FFAF00;
}

.bd-text-scroll-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.text__scroll .swiper-slide {
    width: auto;
}

/* ----------------------------------------
	19. video css
---------------------------------------- */
.video-area {
    padding-top: 145px;
    padding-bottom: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-content {
    text-align: center;
}

.video-thumb {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .video-thumb {
        height: 250px;
    }
}

.video-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.video-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--clr-common-black);
    opacity: 0.5;
    top: 0;
    inset-inline-start: 0;
}

.video-thumb-wrapper {
    position: relative;
}

.video-thumb-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-thumb-btn .play-btn {
    width: 80px;
    height: 80px;
    font-size: 20px;
    display: inline-flex;
}

.video-pagination {
    justify-content: center;
    margin-top: 40px;
}

.faq-video-thumb::before {
    display: none;
}

.faq-video-thumb img {
    max-height: 550px;
}

/* ----------------------------------------
	20. team css
---------------------------------------- */
.team-special .team-thumb-bg {
    min-width: 290px;
    height: 580px;
    background: var(--clr-common-black);
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width:450px) {
    .team-special .team-thumb-bg {
        height: 500px;
    }
}

.team-special .team-thumb-bg svg {
    position: absolute;
    top: 35px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: auto;
    max-width: 100%;
}

.team-special.team-card {
    width: 100%;
    min-width: 290px;
    position: relative;
}

.team-special.team-card:hover .team-thumb-bg {
    background: var(--clr-theme-2);
}

.team-special.team-card:hover .team-thumb-bg svg * {
    stroke: var(--clr-common-white);
}

.team-special.team-card:hover .team-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.team-special.team-card .team-content {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 50px auto;
    padding: 25px 16px 27px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team-special .team-thumb {
    position: relative;
}

.team-special .team-thumb a {
    position: static;
}

.team-special .team-thumb a img {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.team-special .team-content {
    background: var(--clr-common-white);
    width: calc(100% - 100px);
    text-align: center;
}

@media (max-width:450px) {
    .team-special .team-content {
        width: calc(100% - 40px);
    }
}

.team-special .team-content .member-name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 7px;
}

.team-special .team-content .member-name a:hover {
    color: var(--clr-theme-2);
}

.team-special .team-content .member-designation {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-theme-3);
    display: block;
    line-height: 1;
    margin-bottom: 25px;
}

.team-special .team-social {
    position: relative;
    z-index: 2;
}

.team-special .team-social ul {
    display: inline-flex;
    column-gap: 15px;
    justify-content: center;
    padding: 0 10px;
    background: var(--clr-common-white);
}

.team-special .team-social ul li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: var(--clr-common-black);
    display: inline-block;
    color: var(--clr-common-white);
    font-size: 14px;
}

.team-special .team-social ul li a:hover {
    background: var(--clr-theme-2);
}

.team-special .team-social::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--clr-bg-4);
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-default:hover .team-content {
    background: var(--clr-theme-2);
}

.team-default:hover .team-content .member-name {
    color: var(--clr-common-white);
}

.team-default:hover .team-content .member-designation {
    color: var(--clr-common-white);
}

.team-default.team-card {
    width: 100%;
    min-width: 290px;
    position: relative;
}

.team-default.team-card:hover .team-thumb img {
    transform: scale(1.03);
}

.team-default .team-content {
    background: var(--clr-bg-3);
    padding: 30px 30px;
    transition: 0.5s;
}

.team-default .team-content .member-name {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: all 0.3s ease-out 0s;
}

.team-default .team-content .member-name a:hover {
    color: var(--clr-theme-1);
}

.team-default .team-content .member-designation {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-theme-3);
    display: block;
    line-height: 1;
    margin-bottom: 25px;
    transition: all 0.3s ease-out 0s;
}

.team-default .team-social ul {
    display: flex;
    column-gap: 15px;
    justify-content: flex-start;
}

.team-default .team-social ul li a {
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.team-default .team-social ul li a:hover {
    background: var(--clr-common-white);
    color: var(--clr-theme-1);
}

.team-pagination {
    margin-inline-end: -8px;
    margin-inline-start: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-pagination {
        margin-inline-start: auto;
    }
}

.team-pagination.circle-dot-pagination .swiper-pagination-bullet::before {
    background: var(--clr-theme-2);
}

.team-pagination.circle-dot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--clr-theme-2);
}

.team-video-area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    inset-inline-start: 0;
}

.team-video-area-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team-video-area-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-theme-1);
    opacity: 0.8;
}

.team-video-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

@media (max-width:450px) {
    .team-video-content {
        flex-direction: column;
    }
}

.team-video-content .bd-section-title {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e7e7e7;
}

@media (max-width:450px) {
    .team-video-content .bd-section-title {
        text-align: center;
    }
}

.team-video-content .fill-btn {
    background: var(--clr-theme-2);
    border-radius: 0;
    color: var(--clr-theme-1);
    height: 54px;
    padding: 0 100px;
}

.team-video-content .fill-btn:hover {
    background: var(--clr-common-white);
}

.team-skill--content {
    background: var(--clr-common-white);
    padding: 40px 35px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.team-skill--content .bd-skill--title__wrapper {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.team-skill--content .bd-skill--title__wrapper span {
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--clr-theme-2);
    font-family: "Teko", sans-serif;
    line-height: 1;
    transform: translateX(-50%);
}

[dir=rtl] .team-skill--content .bd-skill--title__wrapper span {
    transform: translateX(50%);
}

.team-skill--content .bd-skill--title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.team-skill--content .progress {
    background: #ffecbf;
    border-radius: 0;
    height: 7px;
}

.team-skill--content .progress-bar {
    background-color: var(--clr-theme-2);
}

[dir=rtl] .team-skill--content .progress-bar {
    animation-name: slideInRight;
}

.member-details-wrapper .team-thumb {
    height: 100%;
}

.member-details-wrapper .details-section-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px;
}

.member-details-wrapper .team-content {
    padding: 40px 60px;
    background: var(--clr-bg-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .member-details-wrapper .team-content {
        padding: 40px 40px;
    }
}

@media (max-width:450px) {
    .member-details-wrapper .team-content {
        padding: 40px 20px;
    }
}

.member-details-wrapper .member-name {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.member-details-wrapper .member-designation {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-theme-3);
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1;
}

.member-details-wrapper .team-social ul {
    display: flex;
    column-gap: 15px;
    justify-content: flex-start;
}

.member-details-wrapper .team-social ul li a {
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: var(--clr-theme-3);
    background: var(--clr-common-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.member-details-wrapper .team-social ul li a:hover {
    color: var(--clr-common-white);
    background: var(--clr-theme-2);
}

.member-qualification-area {
    background: var(--clr-theme-1);
}

.member-tab-wrapper {
    background: var(--clr-common-white);
    padding: 65px 65px 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .member-tab-wrapper {
        padding: 65px 40px 25px;
    }
}

@media (max-width:450px) {
    .member-tab-wrapper {
        padding: 65px 20px 25px;
    }
}

.member-tab-nav .nav-tabs {
    border-bottom: 1px solid var(--clr-common-border);
    display: flex;
    gap: 15px 65px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .member-tab-nav .nav-tabs {
        gap: 15px 50px;
    }
}

.member-tab-nav .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1;
    font-size: 26px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    color: var(--clr-theme-1);
}

.member-tab-nav .nav-tabs .nav-link.active,
.member-tab-nav .nav-tabs .nav-link:hover {
    color: var(--clr-theme-2);
}

.member-education-details .details-topic {
    margin-bottom: 35px;
}

.member-education-details .details-section-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px;
}

.member-education-details p {
    margin-bottom: 22px;
}

.team-overlay {
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.team-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: #000;
    opacity: 0.75;
}

.team-3 .team-thumb-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    border: 10px solid var(--clr-theme-2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.team-3.team-card {
    width: 100%;
    min-width: 290px;
    position: relative;
}

.team-3.team-card:hover .team-thumb-bg {
    opacity: 1;
    visibility: visible;
}

.team-3.team-card:hover .team-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.team-3.team-card .team-content {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 50px auto;
    padding: 25px 16px 27px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width:450px) {
    .team-3.team-card .team-content {
        margin: 20px auto;
    }
}

.team-3 .team-thumb {
    position: relative;
}

.team-3 .team-content {
    background: var(--clr-common-white);
    width: calc(100% - 100px);
    text-align: center;
}

@media (max-width:450px) {
    .team-3 .team-content {
        width: calc(100% - 40px);
    }
}

.team-3 .team-content .member-name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 7px;
}

.team-3 .team-content .member-name a:hover {
    color: var(--clr-theme-2);
}

.team-3 .team-content .member-designation {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-theme-3);
    display: block;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: 4px;
}

.team-3 .team-social {
    position: relative;
    z-index: 2;
}

.team-3 .team-social ul {
    display: inline-flex;
    column-gap: 15px;
    justify-content: center;
    padding: 0 10px;
    background: var(--clr-common-white);
}

.team-3 .team-social ul li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: var(--clr-common-black);
    display: inline-block;
    color: var(--clr-common-white);
    font-size: 14px;
}

.team-3 .team-social ul li a:hover {
    background: var(--clr-theme-2);
}

.team-3 .team-social::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--clr-bg-4);
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.bd-section-title-wrapper-team-3 .bd-section-subtitle.st-b span {
    color: var(--clr-common-white);
}

.bd-section-title-wrapper-team-3 .bd-section-title {
    color: var(--clr-common-white);
}

.team-3-pagination {
    justify-content: center;
    margin-top: 65px;
}

.team-skill--content .bd-skill--title__wrapper span {
    top: -10px;
}

.team-thumb img {
    height: 100% !important;
}

.team-member-tab .nav-tabs {
    border: none;
}

.team-member-tab .nav-item {
    display: flex;
    width: 100%;
    position: relative;
}

.team-member-tab .nav-item .nav-link {
    line-height: 100px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    -webkit-text-stroke-color: #1F4941;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: none;
    outline: none;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: start;
    font-family: "Teko";
    font-style: normal;
    font-weight: 500;
}

.team-member-tab .nav-item .nav-link .team-tab-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-40deg) scale(0);
    transform-origin: left center;
    right: 0;
    font-size: 50px;
    transition: 0.3s linear;
}

.team-member-tab .nav-item .nav-link.active {
    -webkit-text-stroke-color: transparent;
    color: #1F4941;
    -webkit-text-fill-color: #1F4941;
}

.team-member-tab .nav-item .nav-link.active .team-tab-icon {
    transform: translateY(-50%) rotate(-40deg) scale(1);
}

.tab-content {
    position: relative;
    width: 100%;
}

.tab-content .tab-pane .team-thumb-5 img {
    width: 100%;
    height: 100% !important;
}

.tab-content .tab-pane .member-designation {
    position: absolute;
    top: 90px;
    right: -5px;
    background-color: var(--clr-theme-2);
    display: inline-block;
    padding: 35px 35px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1F4941;
    transform: rotate(-90deg);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
    .tab-content .tab-pane .member-designation {
        right: -60px;
    }
}

.tab-content .tab-pane .team-social {
    position: absolute;
    bottom: -100%;
    left: 65px;
    padding: 25px 30px;
    background: #1F4941;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}

.tab-content .tab-pane .team-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content .tab-pane .team-social ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content .tab-pane .team-social ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    color: var(--clr-theme-1);
    background: var(--clr-common-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 7px 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
    .tab-content .tab-pane .team-social {
        left: 35px;
    }
}

.team-tab-area .team-member {
    overflow: hidden;
}

.team-tab-area .team-member:hover .tab-content .tab-pane .team-social {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
    .team-member-tab .nav-item .stroke-text {
        font-size: 30px;
        line-height: 1;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
    .team-member-tab .nav-item .team-tab-icon {
        font-size: 30px !important;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
    .team-member-tab .nav-item .nav-link {
        margin-bottom: 20px;
    }
}

/* ----------------------------------------
	21. testimonial css
---------------------------------------- */
.testimonial-icon {
    color: var(--clr-theme-1);
    font-size: 64px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-icon {
        font-size: 50px;
    }
}

.testimonial-author-meta {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width:450px) {
    .testimonial-author-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonial-author-meta > span {
    position: relative;
}

.testimonial-author-meta > span:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #d3d3d3;
    inset-inline-end: -16px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width:450px) {
    .testimonial-author-meta > span:not(:last-child):after {
        display: none;
    }
}

.testimonial-author-meta .author-name {
    font-size: 20px;
    font-weight: 500;
    color: var(--clr-theme-2);
    margin-bottom: 0;
    font-family: "Teko", sans-serif;
}

.testimonial-author-meta .author-designation {
    font-size: 15px;
    font-weight: 500;
    color: var(--clr-theme-3);
}

.slider-box {
    background: #fff9eb;
    padding: 50px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slider-box:hover {
    box-shadow: 0px 4px 50px 10px rgba(31, 73, 65, 0.1);
    background: var(--clr-common-white);
}

.slider-box:hover .testimonial-icon {
    color: var(--clr-theme-2);
}

.slider-box:hover .author-name {
    color: var(--clr-theme-1);
}

.slider-box > .row > div {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .slider-box > .row > div:not(:last-child) {
        margin-bottom: 30px;
    }
}

.slider-box > .row > div:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #d3d3d3;
    top: 0;
    inset-inline-end: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .slider-box > .row > div:not(:last-child)::after {
        bottom: -15px;
        top: auto;
        right: auto;
        left: 50%;
        width: calc(100% - 100px);
        height: 1px;
        margin: 0 auto;
        transform: translateX(-50%);
    }
}

.testimonial-slider {
    margin: -50px !important;
    padding: 50px !important;
}

.testimonial-slider .swiper-slide {
    opacity: 0;
}

.testimonial-slider .swiper-slide-active,
.testimonial-slider .swiper-slide-next {
    opacity: 1;
}

.single-testimonial {
    padding: 5px 35px 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-testimonial {
        padding: 5px 20px 10px;
    }
}

.single-testimonial .author-text {
    margin-bottom: 45px;
}

.single-testimonial .author-text p {
    font-size: 20px;
    font-weight: 400;
    color: var(--clr-theme-3);
}

.circle-border-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    font-size: 20px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.circle-border-btn:hover {
    color: var(--clr-common-white);
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.circle-border-btn i {
    font-weight: 400;
}

[dir=rtl] .circle-border-btn i {
    transform: rotateY(180deg);
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 65px;
}

.testimonial-area {
    position: relative;
    z-index: 3;
}

.testimonial-area-bg-1 {
    background: #FFF9EB;
}

.testimonial-area-shape-1 {
    position: absolute;
    width: 665px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(-58%, -64%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-shape-1 {
        width: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-shape-1 {
        width: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-area-shape-1 {
        display: none;
    }
}

.testimonial-area-shape-2 {
    position: absolute;
    width: 145px;
    inset-inline-start: 105%;
    bottom: -35px;
    z-index: -1;
    animation: translateY 10s linear infinite alternate;
}

.testimonial-slider-2 .slider-box {
    background: var(--clr-common-white);
    box-shadow: none;
}

.testimonial-slider-2 .slider-box:hover .testimonial-icon {
    color: var(--clr-theme-1);
}

.testimonial-slider-2 .slider-box:hover .author-name {
    color: var(--clr-theme-2);
}

.testimonial-slider-side-thumb {
    width: 100%;
    height: 100%;
}

.testimonial-slider-side-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.testimonial-pagination {
    justify-content: center;
    margin-top: 35px;
}

.vertical-testimonial-area {
    margin-bottom: 130px;
}

.vertical-testimonial-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 130px;
    background: var(--clr-common-white);
    z-index: -1;
    left: 0;
    bottom: -130px;
}

.testimonial-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}

.testimonial-bg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.testimonial-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-common-black);
    opacity: 0.85;
}

.testimonial-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}

.testimonial-shape-1 {
    position: absolute;
    width: 184px;
    inset-inline-start: 60px;
    top: 60px;
    opacity: 0.25;
}

.testimonial-shape-2 {
    position: absolute;
    width: 184px;
    bottom: 80px;
    inset-inline-end: 134px;
    opacity: 0.25;
}

.test-vertical-wrapper {
    background: var(--clr-common-white);
    padding: 40px 63px 83px 118px;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: -195px;
    padding-inline-start: 118px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .test-vertical-wrapper {
        padding-inline-start: 83px;
    }
}

@media (max-width:450px) {
    .test-vertical-wrapper {
        padding: 40px 20px 56px 20px;
    }
}

.test-vertical-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
}

.test-rec-shape-1 {
    position: absolute;
    content: "";
    width: 32px;
    height: 34px;
    background: var(--clr-theme-2);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: 20px;
    inset-inline-start: 20px;
}

[dir=rtl] .test-rec-shape-1 {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.test-rec-shape-2 {
    position: absolute;
    content: "";
    width: 32px;
    height: 34px;
    background: var(--clr-theme-2);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 20px;
    inset-inline-end: 20px;
}

[dir=rtl] .test-rec-shape-2 {
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.vertical-testimonial-slider .slick-list {
    padding: 0px 0px !important;
    margin-top: -35px;
    margin-bottom: -35px;
}

.vertical-testimonial-slider .slick-list .slick-current {
    position: relative;
}

.vertical-testimonial-slider .slick-list .slick-current:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--clr-common-border);
    top: -34px;
}

.vertical-testimonial-slider .slick-list .slick-current:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--clr-common-border);
    bottom: -35px;
}

.vertical-testimonial-slider .slick-list .slick-current.test-vertical .testimonial-icon {
    color: var(--clr-theme-1);
}

.vertical-testimonial-slider .slick-list .slick-current.test-vertical .author-text p {
    color: var(--clr-theme-1);
}

.vertical-testimonial-slider .slick-list .slick-current.test-vertical .author-name {
    color: var(--clr-theme-2);
}

.test-vertical.single-testimonial {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 35px;
}

.test-vertical .testimonial-icon {
    color: var(--clr-theme-3);
    font-size: 64px;
    margin-bottom: 18px;
}

.test-vertical .author-text {
    margin-bottom: 30px;
}

.test-vertical .author-text p {
    font-size: 20px;
    font-weight: 400;
    color: var(--clr-theme-3);
}

.test-vertical .author-name {
    font-size: 20px;
    font-weight: 500;
    color: var(--clr-theme-1);
    margin-bottom: 0;
    font-family: "Teko", sans-serif;
}

.test-vertical .author-designation {
    font-size: 15px;
    font-weight: 500;
    color: var(--clr-theme-3);
}

.test-vertical .testimonial-author-meta {
    display: flex;
    gap: 10px 30px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.test-vertical .testimonial-author-meta > span {
    position: relative;
}

.test-vertical .testimonial-author-meta > span:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #d3d3d3;
    inset-inline-end: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-square-btn {
    width: 110px;
    height: 84px;
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    font-size: 50px;
}

.nav-square-btn:hover {
    background: var(--clr-theme-2);
    color: var(--clr-common-black);
}

.vertical-testimonial-navigation {
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .vertical-testimonial-navigation {
        display: none;
    }
}

[dir=rtl] .vertical-testimonial-navigation {
    transform: translate(50%, -50%);
}

.vertical-testimonial-navigation:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #276257;
    top: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
}

.testimonial-thumb {
    width: 280px;
}

.testimonial-thumb .slick-list {
    padding: 20px 0 !important;
    margin-left: -25px;
    margin-right: -25px;
}

.testimonial-thumb .slick-list .slick-slide {
    margin-right: 25px;
    margin-left: 25px;
}

.testimonial-thumb .slick-list .slick-slide.slick-current img {
    transform: scale(1.6);
}

.testimonial-thumb .author-image img {
    width: 60px;
}

.testi-counter-area .fact-number {
    stroke: 1px var(--clr-common-white);
    -webkit-text-stroke-color: var(--clr-common-white);
    font-size: 70px;
    text-align: start;
    line-height: 1.2;
}

.testi-counter-area .fact-number::before {
    content: none;
}

.testi-counter-area .fact-title {
    color: var(--clr-common-white);
    text-align: start;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.testi-counter-area .speacial_key.short-title {
    margin-left: -13px;
}

.testi-counter-area .plus.short-title {
    margin-left: -13px;
}

.test-four-vertical-wrapper.test-vertical-wrapper {
    margin-bottom: 0;
    padding: 0;
    border: none;
    box-shadow: 0px 4px 140px 49px rgba(31, 73, 65, 0.1);
    padding-inline-start: 0;
}

.test-four-vertical-wrapper .vertical-testimonial-slider .slick-list .slick-current::before {
    content: none;
}

.test-four-vertical-wrapper .slick-vertical .slick-slide {
    border: none;
}

.test-four-vertical-wrapper .vertical-testimonial-slider .slick-list .slick-current::after {
    content: none;
}

.test-four-vertical-wrapper .test-vertical.single-testimonial {
    padding: 40px 63px 83px 118px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .test-four-vertical-wrapper .test-vertical.single-testimonial {
        padding: 40px 61px 80px 45px;
    }
}

.test-four-vertical-wrapper .testimonial-author-meta {
    position: relative;
}

.test-four-vertical-wrapper .testimonial-author-meta .testimonial-icon {
    font-size: 30px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
}

.test-four-vertical-wrapper .author-image {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .test-four-vertical-wrapper {
        margin-top: 40px;
    }
}

.testimonial-area-four .single-testimonial.test-vertical.slick-slide.slick-current.slick-active.slick-center {
    background: #fff;
    box-shadow: 0px 4px 140px 49px rgba(31, 73, 65, 0.1);
}

/* ----------------------------------------
	22. gallery css
---------------------------------------- */
.gallery-thumb {
    position: relative;
}

.gallery-thumb img {
    width: 100%;
}

.gallery-overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--clr-theme-1);
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.gallery-thumb-action {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.gallery-thumb-action .action-plus-btn {
    font-size: 42px;
    color: var(--clr-common-white);
    font-weight: 300;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumb-action .action-plus-btn i {
    font-weight: 300;
}

.gallery-thumb-wrapper {
    position: relative;
}

.gallery-thumb-wrapper:hover .gallery-thumb-action {
    opacity: 1;
    visibility: visible;
}

.gallery-thumb-wrapper:hover .gallery-overlay {
    opacity: 0.7;
    visibility: visible;
}

.gallery-wrapper > div:nth-child(2) {
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-wrapper > div:nth-child(2) {
        margin-top: 0;
    }
}

.gallery-tab-nav .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    column-gap: 54px;
    row-gap: 18px;
}

.gallery-tab-nav .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
    color: var(--clr-theme-1);
}

.gallery-tab-nav .nav-tabs .nav-link.active {
    color: var(--clr-theme-2);
}

/* ----------------------------------------
	23. feature css
---------------------------------------- */
.st-a.single-feature {
    border: 1px solid var(--clr-common-border);
    padding: 40px 40px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .st-a.single-feature {
        padding: 30px 25px 5px;
    }
}

.st-a.single-feature:hover {
    border-color: var(--clr-theme-2);
}

.st-a .feature-thumb img {
    width: 100%;
}

.st-a .feature-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 22px;
}

.st-a .feature-content {
    padding: 35px 0 20px;
}

.st-a .feature-content p {
    margin-bottom: 0;
}

.st-b:hover .feature-icon i {
    transform: rotateY(180deg);
}

.st-b.single-feature {
    border: 1px solid #FFF7E5;
    background: #FFF7E5;
    padding: 40px 20px 30px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    text-align: center;
}

.st-b.single-feature:hover {
    background: var(--clr-theme-1);
    border-color: var(--clr-theme-1);
}

.st-b.single-feature:hover .feature-icon {
    border-color: var(--clr-theme-2);
    color: var(--clr-theme-1);
}

.st-b.single-feature:hover .feature-title {
    color: var(--clr-common-white);
}

.st-b .feature-icon {
    width: 112px;
    height: 112px;
    border: 1px solid var(--clr-theme-2);
    border-radius: 50%;
    background: var(--clr-theme-2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 65px;
    color: var(--clr-theme-1);
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .st-b .feature-icon {
        width: 90px;
        height: 90px;
        font-size: 50px;
    }
}

.st-b .feature-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .st-b .feature-title {
        font-size: 24px;
    }
}

.st-c.single-feature {
    border: 1px solid var(--clr-bg-4);
    background: var(--clr-bg-4);
    padding: 40px 20px 30px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    text-align: center;
    position: relative;
}

.st-c.single-feature:hover {
    background: var(--clr-common-white);
    border-color: var(--clr-common-white);
    box-shadow: 0px 4px 55px 12px rgba(30, 73, 66, 0.1);
}

.st-c.single-feature:hover .feature-icon {
    border-color: var(--clr-theme-2);
    color: var(--clr-common-white);
    background: var(--clr-theme-2);
}

.st-c.single-feature:hover .feature-title {
    color: var(--clr-theme-1);
}

.st-c.single-feature .border-animation {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    top: 9px;
    inset-inline-start: 9px;
}

.st-c .feature-icon {
    width: 112px;
    height: 112px;
    border: 1px solid var(--clr-theme-1);
    border-radius: 50%;
    background: var(--clr-theme-1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 65px;
    color: var(--clr-common-white);
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .st-c .feature-icon {
        width: 100px;
        height: 100px;
        font-size: 55px;
    }
}

.st-c .feature-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* ----------------------------------------
	24. enquiry css
---------------------------------------- */
.service-enquiry-area {
    background: var(--clr-theme-1);
}

.service-enquiry-content .bd-section-title {
    color: var(--clr-common-white);
}

.service-enquiry-content p {
    color: var(--clr-common-white);
}

.service-enquiry-form-wrapper {
    position: relative;
    margin-inline-start: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-enquiry-form-wrapper {
        margin-inline-start: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-enquiry-form-wrapper {
        margin-inline-start: 0;
    }
}

.enquiry-form-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.enquiry-form-shape .slice-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 138%;
    max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .enquiry-form-shape .slice-circle {
        width: 124%;
    }
}

.service-enquiry-form {
    padding: 130px 65px;
    background: var(--clr-common-white);
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-enquiry-form {
        padding: 65px 40px;
    }
}

@media (max-width:450px) {
    .service-enquiry-form {
        padding: 65px 30px;
    }
}

.service-enquiry-form .field-message {
    margin-bottom: 30px;
}

.single-input-field {
    margin-bottom: 20px;
    position: relative;
}

.single-input-field input {
    border-radius: 6px;
    height: 55px;
    width: 100%;
    padding: 0px 20px;
    padding-inline-start: 47px;
    background: var(--clr-common-white);
    color: #535353;
    border: 1px solid var(--clr-common-border);
    outline: 0;
}

.single-input-field input:focus {
    border-color: var(--clr-theme-2);
}

.single-input-field:before {
    position: absolute;
    content: "\f11b";
    font-family: flaticon_armado_-_militery_service_themeset !important;
    color: var(--clr-common-placeholder);
    font-size: 20px;
    font-weight: 300;
    top: 14px;
    inset-inline-start: 16px;
}

.single-input-field textarea {
    border-radius: 6px;
    min-height: 100px;
    width: 100%;
    padding: 15px 15px;
    background: var(--clr-common-white);
    color: #535353;
    border: 1px solid var(--clr-common-border);
    resize: none;
    outline: 0;
}

.single-input-field textarea:focus {
    border-color: var(--clr-theme-2);
}

.single-input-field.field-phone:before {
    content: "\f138";
}

.single-input-field.field-email:before {
    content: "\f146";
}

.single-input-field.field-subject:before {
    content: "\f13d";
}

.single-input-field.field-message:before {
    display: none;
}

.enquiry-btn .border-btn {
    height: 64px;
    width: 100%;
    border-radius: 6px;
}

/* ----------------------------------------
	25. accordion css
---------------------------------------- */
.accordion-item {
    background: #e9e9e9;
    padding: 20px 40px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0 !important;
}

@media (max-width:450px) {
    .accordion-item {
        padding: 20px 20px;
    }
}

.accordion-button {
    font-size: 24px;
    font-weight: 400;
    color: var(--clr-theme-1);
    border: 0;
    padding: 0;
    text-align: start;
    background: #e9e9e9;
}

.accordion-body {
    background: var(--clr-common-white);
    padding: 30px 40px;
    padding-inline-end: 44px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.accordion-collapse {
    border: 0;
}

.accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: none;
    color: var(--clr-theme-2);
    box-shadow: none;
    pointer-events: none;
}

.accordion-button::after {
    width: auto;
    height: auto;
    content: "\f126";
    font-family: flaticon_armado_-_militery_service_themeset !important;
    color: var(--clr-theme-1);
    font-size: 20px;
    transform: rotate(90deg);
    background-image: none;
}

@media (max-width:450px) {
    .accordion-button::after {
        font-size: 16px;
    }
}

.accordion-button:not(.collapsed)::after {
    color: var(--clr-theme-2);
    transform: rotate(270deg);
    background-image: none;
}

/* ----------------------------------------
	26. pricing css
---------------------------------------- */
.price-card-default.price-card {
    background: #f0f0f0;
    padding: 40px 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.price-card-default.price-card:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: var(--clr-theme-1);
    z-index: -1;
}

.price-card-default.price-card:hover {
    background: transparent;
}

.price-card-default.price-card:hover:before {
    height: 100%;
}

.price-card-default.price-card:hover .price-card-icon {
    color: var(--clr-theme-1);
}

.price-card-default.price-card:hover .pricing-title {
    color: var(--clr-common-white);
    border-color: #446962;
}

.price-card-default.price-card:hover p {
    color: var(--clr-common-white);
}

.price-card-default.price-card:hover .fill-btn {
    opacity: 1;
}

.price-card-default .price-card-icon {
    width: 144px;
    height: 144px;
    display: inline-flex;
    background: var(--clr-common-white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 75px;
    color: var(--clr-theme-2);
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .price-card-default .price-card-icon {
        width: 120px;
        height: 120px;
        font-size: 65px;
    }
}

.price-card-default .pricing-title {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.price-card-default .price-tag {
    font-size: 24px;
    font-weight: 700;
    height: 65px;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    font-family: "Teko", sans-serif;
}

.price-card-default .pricing-btn {
    margin-top: 55px;
    position: relative;
}

.price-card-default .fill-btn {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
    position: absolute;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
}

.price-card-default .fill-btn:hover {
    background: var(--clr-common-white);
    border-color: var(--clr-common-white);
    color: var(--clr-theme-1);
}

[dir=rtl] .price-card-default .fill-btn i {
    transform: rotateY(180deg);
}

.pricing-pagination {
    justify-content: center;
    margin-top: 65px;
}

.product-area-four {
    background: #F8F8F8;
}

.product-item .product-thumb {
    background: #fff;
    margin-bottom: 25px;
    padding: 30px;
}

.product-content .product-name {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1F4941;
    display: block;
    margin-bottom: 7px;
    transition: 0.3s linear;
}

.product-content .product-name:hover {
    color: #FFAF00;
}

.product-content .product-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFAF00;
}

/* ----------------------------------------
	27. faq css
---------------------------------------- */
.faq-tab-nav .nav-tabs {
    border: 0;
    display: flex;
    gap: 15px 55px;
    justify-content: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-tab-nav .nav-tabs {
        gap: 15px 35px;
    }
}

.faq-tab-nav .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-theme-1);
}

.faq-tab-nav .nav-tabs .nav-link.active {
    color: var(--clr-theme-2);
}

.arm-faq.arm-faq-2column .accordion {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.arm-faq.arm-faq-2column .accordion > div {
    width: calc((100% - 30px) / 2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .arm-faq.arm-faq-2column .accordion > div {
        width: calc((100% - 0px) / 1);
    }
}

.category-question-wrapper .accordion-item {
    background: var(--clr-theme-1);
}

.category-question-wrapper .accordion-button {
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
    box-shadow: none;
}

.category-question-wrapper .accordion-button::after {
    color: var(--clr-common-white);
}

.category-question-wrapper .accordion-button:not(.collapsed) {
    color: var(--clr-theme-2);
    pointer-events: none;
}

.category-question-wrapper .accordion-button:not(.collapsed)::after {
    color: var(--clr-theme-2);
}

.about-question-wrapper .accordion-item {
    background: var(--clr-theme-1);
    border-radius: 0;
}

.about-question-wrapper .accordion-button {
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
    box-shadow: none;
}

.about-question-wrapper .accordion-button::after {
    color: var(--clr-common-white);
}

.about-question-wrapper .accordion-button:not(.collapsed) {
    color: var(--clr-theme-2);
    pointer-events: none;
}

.about-question-wrapper .accordion-button:not(.collapsed)::after {
    color: var(--clr-theme-2);
}

.question-thumb-meta {
    text-align: center;
    position: relative;
    padding: 28px 0;
}

.question-thumb-meta .meta-title {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.question-thumb-meta .meta-number {
    font-size: 65px;
    font-weight: 400;
    color: var(--clr-theme-2);
    font-family: "Teko", sans-serif;
    line-height: 1;
}

.question-thumb-meta:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--clr-common-border);
    inset-inline-start: 0;
    bottom: 0;
}

.question-thumb-meta-box {
    background: var(--clr-common-white);
    padding: 24px 24px;
    box-shadow: 0px 4px 140px 49px rgba(31, 73, 65, 0.1);
    margin-top: -114px;
    margin-inline-start: 30px;
}

@media (max-width: 575px) {
    .question-thumb-meta-box {
        margin-inline-start: 20px;
        margin-inline-end: 20px;
    }
}

.question-thumb-meta-box::before,
.question-thumb-meta-box:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: var(--clr-theme-2);
}

.question-thumb-meta-box::before {
    top: 10px;
    inset-inline-start: 10px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.question-thumb-meta-box::after {
    inset-inline-end: 10px;
    bottom: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.question-thumb-meta-box .question-thumb-meta:last-child:after {
    display: none;
}

.question-thumb-wrapper img {
    width: 100%;
}

/* ----------------------------------------
	28. error css
---------------------------------------- */
.error-content-wrapper {
    text-align: center;
}

.error-img img {
    max-width: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-img img {
        max-width: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .error-img img {
        max-width: 100%;
    }
}

.error-btn {
    margin-top: 115px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .error-btn {
        margin-top: 65px;
    }
}

.error-btn .border-btn {
    width: 290px;
    text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .error-btn .border-btn {
        width: inherit;
    }
}

/* ----------------------------------------
	29. contact css
---------------------------------------- */
.contact-form-shape-1 {
    position: absolute;
    width: 35px;
    inset-inline-end: 110%;
    top: -51px;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -ms-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

.contact-form-area-content {
    max-width: 650px;
}

.social-links.form-content-social {
    margin-top: 40px;
}

.social-links.form-content-social ul {
    display: flex;
    gap: 16px;
}

.social-links.form-content-social ul li a {
    width: 36px;
    height: 36px;
    background: #d8d8d8;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: var(--clr-theme-1);
}

.social-links.form-content-social ul li a:hover {
    background: var(--clr-theme-2);
}

@media (max-width:450px) {
    .social-links.form-content-social ul {
        gap: 10px;
    }
}

.contact-form .single-input-field {
    margin-bottom: 30px;
}

.contact-form .single-input-field input {
    border-color: #535353;
    border-radius: 0;
    background: transparent;
    color: var(--clr-common-white);
}

.contact-form .single-input-field input:focus {
    border-color: var(--clr-theme-2);
}

.contact-form .single-input-field textarea {
    border-color: #535353;
    border-radius: 0;
    background: transparent;
    min-height: 140px;
    color: var(--clr-common-white);
}

.contact-form .single-input-field textarea:focus {
    border-color: var(--clr-theme-2);
}

.contact-form .contact-form-btn {
    margin-top: 10px;
}

.contact-form .border-btn {
    padding: 0 40px;
    border-color: var(--clr-common-white);
    color: var(--clr-common-white);
}

.contact-form .border-btn:hover {
    background: var(--clr-common-white);
    color: var(--clr-theme-1);
    border-color: var(--clr-common-white);
}

.contact-cta {
    background: #fff9ea;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.meta-item-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--clr-theme-2);
    background: var(--clr-theme-1);
    border-radius: 50%;
}

.meta-item-content p {
    font-size: 36px;
    font-weight: 600;
    color: var(--clr-theme-1);
    font-family: "Teko", sans-serif;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .meta-item-content p {
        font-size: 28px;
    }
}

.meta-item-content p a:hover {
    color: var(--clr-theme-2);
}

.meta-item .meta-title {
    font-size: 14px;
    font-weight: 400;
    color: var(--clr-theme-1);
}

.meta-item.header-meta-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.meta-item.header-meta-item:hover .meta-item-icon {
    background: var(--clr-common-white);
    color: var(--clr-theme-2);
}

.meta-item.header-meta-item .meta-item-icon {
    width: 50px;
    height: 50px;
    background: var(--clr-theme-1);
    color: var(--clr-theme-2);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    min-width: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.meta-item.header-meta-item .meta-title {
    font-size: 14px;
    font-weight: 400;
    color: var(--clr-theme-1);
}

.meta-item.header-meta-item .meta-item-content p {
    font-size: 24px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    margin-bottom: 0;
}

.meta-item.header-meta-item .meta-item-content p a:hover {
    color: var(--clr-common-white);
}

.meta-item.service-cta-meta .meta-item-icon {
    background: var(--clr-common-white);
}

.meta-item.service-cta-meta .meta-title {
    color: var(--clr-common-white);
}

.meta-item.service-cta-meta .meta-item-content p {
    font-size: 36px;
    font-weight: 600;
    color: var(--clr-theme-1);
    font-family: "Teko", sans-serif;
    margin-bottom: 0;
    font-size: 24px;
    color: var(--clr-common-white);
}

.meta-items-contact-form {
    display: flex;
    gap: 25px 40px;
    flex-wrap: wrap;
}

.meta-items-contact-form .meta-item-content p {
    font-size: 24px;
}

.contact-form {
    padding: 65px 65px;
    background: #1E4942;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact-form {
        padding: 40px 40px;
    }
}

@media (max-width:450px) {
    .contact-form {
        padding: 40px 20px;
    }
}

.contact-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.single-input-field::before {
    z-index: 1;
}

.single-input-field textarea {
    height: 100px;
}

/* ----------------------------------------
	30. blog css
---------------------------------------- */
.blog-single:hover .blog-thumb a::after,
.blog-single:hover .latest-news-thumb a::after,
.blog-single:hover .footer-blog-thumb a::after,
.blog-single:hover .service-thumb a::after,
.blog-single:hover .feature-thumb a::after,
.single-blog:hover .blog-thumb a::after,
.single-blog:hover .latest-news-thumb a::after,
.single-blog:hover .footer-blog-thumb a::after,
.single-blog:hover .service-thumb a::after,
.single-blog:hover .feature-thumb a::after,
.sidebar-blog:hover .blog-thumb a::after,
.sidebar-blog:hover .latest-news-thumb a::after,
.sidebar-blog:hover .footer-blog-thumb a::after,
.sidebar-blog:hover .service-thumb a::after,
.sidebar-blog:hover .feature-thumb a::after,
.single-news:hover .blog-thumb a::after,
.single-news:hover .latest-news-thumb a::after,
.single-news:hover .footer-blog-thumb a::after,
.single-news:hover .service-thumb a::after,
.single-news:hover .feature-thumb a::after,
.service-single:hover .blog-thumb a::after,
.service-single:hover .latest-news-thumb a::after,
.service-single:hover .footer-blog-thumb a::after,
.service-single:hover .service-thumb a::after,
.service-single:hover .feature-thumb a::after,
.single-feature:hover .blog-thumb a::after,
.single-feature:hover .latest-news-thumb a::after,
.single-feature:hover .footer-blog-thumb a::after,
.single-feature:hover .service-thumb a::after,
.single-feature:hover .feature-thumb a::after,
.team-default:hover .blog-thumb a::after,
.team-default:hover .latest-news-thumb a::after,
.team-default:hover .footer-blog-thumb a::after,
.team-default:hover .service-thumb a::after,
.team-default:hover .feature-thumb a::after,
.service-content:hover .blog-thumb a::after,
.service-content:hover .latest-news-thumb a::after,
.service-content:hover .footer-blog-thumb a::after,
.service-content:hover .service-thumb a::after,
.service-content:hover .feature-thumb a::after {
    animation: shine 800ms;
}

.blog-single:hover .blog-thumb img,
.blog-single:hover .latest-news-thumb img,
.blog-single:hover .footer-blog-thumb img,
.blog-single:hover .service-thumb img,
.blog-single:hover .feature-thumb img,
.single-blog:hover .blog-thumb img,
.single-blog:hover .latest-news-thumb img,
.single-blog:hover .footer-blog-thumb img,
.single-blog:hover .service-thumb img,
.single-blog:hover .feature-thumb img,
.sidebar-blog:hover .blog-thumb img,
.sidebar-blog:hover .latest-news-thumb img,
.sidebar-blog:hover .footer-blog-thumb img,
.sidebar-blog:hover .service-thumb img,
.sidebar-blog:hover .feature-thumb img,
.single-news:hover .blog-thumb img,
.single-news:hover .latest-news-thumb img,
.single-news:hover .footer-blog-thumb img,
.single-news:hover .service-thumb img,
.single-news:hover .feature-thumb img,
.service-single:hover .blog-thumb img,
.service-single:hover .latest-news-thumb img,
.service-single:hover .footer-blog-thumb img,
.service-single:hover .service-thumb img,
.service-single:hover .feature-thumb img,
.single-feature:hover .blog-thumb img,
.single-feature:hover .latest-news-thumb img,
.single-feature:hover .footer-blog-thumb img,
.single-feature:hover .service-thumb img,
.single-feature:hover .feature-thumb img,
.team-default:hover .blog-thumb img,
.team-default:hover .latest-news-thumb img,
.team-default:hover .footer-blog-thumb img,
.team-default:hover .service-thumb img,
.team-default:hover .feature-thumb img,
.service-content:hover .blog-thumb img,
.service-content:hover .latest-news-thumb img,
.service-content:hover .footer-blog-thumb img,
.service-content:hover .service-thumb img,
.service-content:hover .feature-thumb img {
    transform: scale(1.03);
}

.blog-thumb,
.footer-blog-thumb,
.service-thumb,
.feature-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb > a,
.footer-blog-thumb > a,
.service-thumb > a,
.feature-thumb > a {
    position: relative;
    height: 100%;
    display: block;
}

.blog-thumb > a::after,
.footer-blog-thumb > a::after,
.service-thumb > a::after,
.feature-thumb > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.blog-thumb img,
.footer-blog-thumb img,
.service-thumb img,
.feature-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.blog-pagination {
    position: absolute;
    inset-inline-end: 0;
    top: -90px;
}

.blog-main-single .blog-thumb {
    display: block;
}

.blog-main-single .blog-tag {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-theme-2);
    height: 32px;
    display: inline-flex;
    padding: 0 17px;
    background: var(--clr-common-white);
    align-items: center;
}

.blog-main-single .blog-tag:hover {
    color: var(--clr-theme-1);
    background: var(--clr-theme-2);
}

.blog-main-single .blog-tags {
    position: absolute;
    top: 40px;
    inset-inline-start: 40px;
    z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-main-single .blog-tags {
        top: 20px;
        inset-inline-start: 20px;
    }
}

.blog-main-single .blog-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.46;
}

@media (max-width:450px) {
    .blog-main-single .blog-title {
        font-size: 24px;
    }
}

.blog-main-single .blog-title a:hover {
    color: var(--clr-theme-2);
}

.blog-main-single .blog-meta-wrapper {
    border-top: 1px solid var(--clr-common-border);
    border-bottom: 1px solid var(--clr-common-border);
    display: flex;
    justify-content: space-between;
    gap: 20px 30px;
    padding: 15px 0;
    margin-top: 18px;
}

@media (max-width: 575px) {
    .blog-main-single .blog-meta-wrapper {
        flex-direction: column;
    }
}

.blog-main-single .meta-list {
    display: flex;
    gap: 15px 35px;
    flex-wrap: wrap;
}

.blog-main-single .meta-item {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

.blog-main-single .meta-item a {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

.blog-main-single .meta-item a:hover {
    color: var(--clr-theme-2);
}

.blog-main-single .blog-share {
    display: flex;
    gap: 0 20px;
}

.blog-main-single .blog-share .share-icon {
    color: var(--clr-theme-3);
}

.blog-main-single .blog-social.social-links ul {
    display: flex;
    gap: 0 13px;
}

.blog-main-single .blog-social.social-links ul li a {
    width: 26px;
    height: 26px;
    border: 1px solid #e8e8e8;
    color: var(--clr-theme-3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-common-white);
}

.blog-main-single .blog-social.social-links ul li a:hover {
    color: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.blog-main-single .blog-content {
    padding: 30px 0 10px;
}

.blog-main-single-2:hover .blog-thumb img {
    transform: scale(1.07);
}

.blog-main-single-2 .blog-thumb {
    position: relative;
    min-height: 275px;
    height: 275px;
}

.blog-main-single-2 .blog-tag {
    font-size: 12px;
    font-weight: 500;
    color: var(--clr-theme-1);
    height: 28px;
    display: inline-flex;
    gap: 5px;
    padding: 0 12px;
    background: var(--clr-bg-4);
    align-items: center;
    border-radius: 28px;
}

.blog-main-single-2 .blog-tag:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.blog-main-single-2 .blog-tag::before {
    content: "\f02b";
    font-family: "Font Awesome 5 Pro";
}

.blog-main-single-2 .blog-tags {
    position: static;
    top: 30px;
    inset-inline-start: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-main-single-2 .blog-tags {
        top: 20px;
        inset-inline-start: 20px;
    }
}

.blog-main-single-2 .blog-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.34;
    margin-bottom: 0;
    color: var(--clr-theme-1);
}

@media (max-width:450px) {
    .blog-main-single-2 .blog-title {
        font-size: 24px;
    }
}

.blog-main-single-2 .blog-title:hover a {
    color: var(--clr-theme-2);
}

.blog-main-single-2 .blog-meta-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px 30px;
    padding: 0px 0;
    margin-top: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.blog-main-single-2 .meta-list {
    display: flex;
    gap: 15px 35px;
    flex-wrap: wrap;
}

.blog-main-single-2 .meta-item {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    color: var(--clr-theme-3);
}

.blog-main-single-2 .meta-item a {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

.blog-main-single-2 .meta-item a:hover {
    color: var(--clr-theme-2);
}

.blog-main-single-2 .blog-content {
    padding: 25px 0 0px;
}

.blog-isotope > div:nth-child(2) {
    margin-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-isotope > div:nth-child(2) {
        margin-top: 0;
    }
}

.blog-isotope > div:nth-child(2) .blog-thumb {
    min-height: 500px;
    height: 500px;
}

.blog-isotope > div:nth-child(3) {
    margin-top: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-isotope > div:nth-child(3) {
        margin-top: 0;
    }
}

.blog-isotope > div:nth-child(6) .blog-thumb {
    min-height: 500px;
    height: 500px;
}

.blog-isotope-pagination.basic-pagination ul {
    justify-content: center;
}

.blog-details-single:hover .blog-thumb a {
    pointer-events: none;
}

.blog-details-single:hover .blog-thumb a::after {
    display: none;
}

.blog-details-single:hover .blog-thumb a img {
    transform: scale(1);
}

.blog-details-single .blog-thumb {
    position: relative;
}

.blog-details-single .blog-thumb img {
    width: 100%;
}

.blog-details-single .blog-tag {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-theme-2);
    height: 32px;
    display: inline-flex;
    padding: 0 17px;
    background: var(--clr-common-white);
    align-items: center;
}

.blog-details-single .blog-tags {
    position: absolute;
    top: 40px;
    inset-inline-start: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-details-single .blog-tags {
        top: 20px;
        inset-inline-start: 20px;
    }
}

.blog-details-single .blog-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.46;
}

@media (max-width:450px) {
    .blog-details-single .blog-title {
        font-size: 24px;
    }
}

.blog-details-single .blog-title a {
    pointer-events: none;
}

.blog-details-single .blog-meta-wrapper {
    border-top: 1px solid var(--clr-common-border);
    border-bottom: 1px solid var(--clr-common-border);
    display: flex;
    justify-content: space-between;
    gap: 20px 30px;
    padding: 15px 0;
    margin-top: 18px;
    margin-bottom: 22px;
}

@media (max-width: 575px) {
    .blog-details-single .blog-meta-wrapper {
        flex-direction: column;
    }
}

.blog-details-single .meta-list {
    display: flex;
    gap: 15px 35px;
    flex-wrap: wrap;
}

.blog-details-single .meta-item {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

.blog-details-single .meta-item a {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

.blog-details-single .blog-share {
    display: flex;
    gap: 0 20px;
}

.blog-details-single .blog-share .share-icon {
    color: var(--clr-theme-3);
}

.blog-details-single .blog-social.social-links ul {
    display: flex;
    gap: 0 13px;
}

.blog-details-single .blog-social.social-links ul li a {
    width: 26px;
    height: 26px;
    border: 1px solid #e8e8e8;
    color: var(--clr-theme-3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-common-white);
}

.blog-details-single .blog-social.social-links ul li a:hover {
    color: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.blog-details-single .meta-tags-wrapper {
    display: flex;
    gap: 15px;
}

.blog-details-single .meta-tags-wrapper .tags-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--clr-theme-1);
}

.blog-details-single .meta-tags-wrapper .blog-tag {
    font-size: 14px;
    font-weight: 400;
    color: var(--clr-theme-3);
    height: 32px;
    display: inline-flex;
    padding: 0 10px;
    background: var(--clr-common-white);
    align-items: center;
    border: 1px solid var(--clr-common-border);
}

.blog-details-single .meta-tags-wrapper .blog-tag:hover {
    color: var(--clr-theme-1);
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.blog-details-single .blog-content {
    padding: 30px 0 10px;
}

.blog-details-single .details-topic {
    margin-bottom: 40px;
}

.blog-details-single .blog-sub-image {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.blog-details-single .blog-sub-image > div {
    border-radius: 0px;
    width: calc((100% - 20px) / 2);
}

.blog-details-single .blog-sub-image > div img {
    width: 100%;
}

.blockquote-wrapper {
    background: #fffbf1;
    padding: 32px 34px 32px 34px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin: 30px 0;
}

.blockquote-wrapper:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-theme-2);
}

.blockquote-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

@media (max-width:450px) {
    .blockquote-content {
        flex-direction: column;
    }
}

.blockquote-content .blockquote-icon {
    font-size: 30px;
    color: var(--clr-theme-1);
    padding-top: 5px;
}

.blockquote-content p {
    font-size: 20px;
    line-height: 1.7;
    color: var(--clr-theme-1);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blockquote-content p {
        font-size: 18px;
    }
}

.sidebar-widget-wrapper {
    position: sticky;
    top: 0;
}

.blog-sidebar-widget {
    background: var(--clr-common-white);
    padding: 30px 30px;
    box-shadow: 0px 4px 92px 16px rgba(30, 73, 66, 0.1);
}

.sidebar-widget-title {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase;
}

.sidebar-widget-title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    background: var(--clr-theme-2);
    inset-inline-start: -30px;
    top: 2px;
}

.sidebar-search {
    position: relative;
}

.sidebar-search input {
    width: 100%;
    height: 55px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 0;
    padding: 0 23px;
    padding-inline-end: 60px;
    outline: 0;
}

.sidebar-search input::placeholder {
    color: #a1a1a1;
}

.sidebar-search input:focus {
    border-color: var(--clr-theme-2);
}

.sidebar-search button {
    position: absolute;
    inset-inline-end: 16px;
    top: 13px;
    color: var(--clr-theme-3);
    line-height: 1;
    width: 30px;
    height: 30px;
}

.sidebar-category.category-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-category.category-list ul li a {
    color: var(--clr-theme-1);
    padding-inline-start: 18px;
    position: relative;
}

.sidebar-category.category-list ul li a:hover {
    color: var(--clr-theme-2);
    padding-inline-start: 23px;
}

.sidebar-category.category-list ul li a:hover:before {
    background: var(--clr-theme-2);
}

.sidebar-category.category-list ul li a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--clr-common-border);
    border-radius: 50%;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.sidebar-blog-list {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .sidebar-blog-list .sidebar-blog {
        flex-direction: column;
    }
}

.sidebar-blog {
    display: flex;
    gap: 10px 20px;
}

.sidebar-blog:hover .blog-thumb img {
    transform: scale(1.03);
}

.sidebar-blog .blog-thumb {
    width: 90px;
    height: 90px;
    min-width: 90px;
}

.sidebar-blog .blog-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.46;
    margin-bottom: 12px;
}

.sidebar-blog .blog-title a:hover {
    color: var(--clr-theme-2);
}

.sidebar-blog .meta-list {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.sidebar-blog .meta-item {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
    font-size: 14px;
}

.sidebar-blog .meta-item a {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

.sidebar-blog .meta-item a:hover {
    color: var(--clr-theme-2);
}

.sidebar-blog-tags {
    display: flex;
    gap: 10px 10px;
    flex-wrap: wrap;
}

.sidebar-blog-tags .blog-tag {
    font-size: 14px;
    font-weight: 400;
    color: var(--clr-theme-3);
    height: 32px;
    display: inline-flex;
    padding: 0 10px;
    background: var(--clr-common-white);
    align-items: center;
    border: 1px solid var(--clr-common-border);
}

.sidebar-blog-tags .blog-tag:hover {
    color: var(--clr-theme-1);
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.basic-pagination ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.basic-pagination ul li a,
.basic-pagination ul li span {
    background: var(--clr-common-white);
    color: var(--clr-theme-1);
    font-size: 20px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 50%;
    border: 1px solid var(--clr-common-border);
}

.basic-pagination ul li a:hover,
.basic-pagination ul li span.current {
    background: var(--clr-theme-2);
    color: var(--clr-theme-1);
    border-color: var(--clr-theme-2);
}

.blog-nav-items {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

@media (max-width:450px) {
    .blog-nav-items {
        flex-direction: column;
    }
}

.blog-nav-items .blog-next {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width:450px) {
    .blog-nav-items .blog-next {
        align-items: flex-start;
        margin-top: 30px;
    }
}

.blog-nav-items .blog-single {
    display: flex;
    gap: 10px 20px;
    max-width: 390px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-nav-items .blog-single {
        flex-direction: column;
    }
}

.blog-nav-items .blog-single .blog-thumb {
    width: 90px;
    height: 90px;
    min-width: 90px;
}

.blog-nav-items .blog-single .blog-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.46;
    margin-bottom: 12px;
}

.blog-nav-items .blog-single .meta-list {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .blog-nav-items .blog-single .meta-list {
        flex-direction: column;
    }
}

.blog-nav-items .blog-single .meta-item {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

.blog-nav-items .blog-single .meta-item a {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

.blog-nav-items .blog-status {
    font-size: 18px;
    font-weight: 600;
    color: var(--clr-theme-3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.blog-nav-items .blog-status i {
    font-weight: 500;
    font-size: 20px;
}

[dir=rtl] .blog-nav-items .blog-status i {
    transform: rotateY(180deg);
}

.about-author {
    background: var(--clr-bg-4);
    padding: 43px 40px;
    display: flex;
    gap: 30px 20px;
}

@media (max-width: 575px) {
    .about-author {
        flex-direction: column;
    }
}

.about-author .social-links.author-social ul {
    display: flex;
    gap: 13px;
}

.about-author .social-links.author-social ul li a {
    width: 26px;
    height: 26px;
    background: var(--clr-common-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-theme-3);
}

.about-author .social-links.author-social ul li a:hover {
    background: var(--clr-common-white);
    color: var(--clr-theme-2);
}

.about-author .author-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-author .author-designation {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-theme-3);
}

.about-author .author-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.about-author .author-meta-social {
    border-bottom: 1px solid var(--clr-common-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px 15px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.blog-comment-form .single-input-field {
    margin-bottom: 30px;
}

.blog-comment-form .single-input-field input {
    border-radius: 0;
    padding: 0 22px;
}

.blog-comment-form .single-input-field input::placeholder {
    font-size: 14px;
    color: var(--clr-common-placeholder);
}

.blog-comment-form .single-input-field::before {
    display: none;
}

.blog-comment-form .single-input-field textarea {
    border-radius: 0;
    padding: 12px 22px;
    height: 220px;
}

.blog-comment-form .single-input-field textarea::placeholder {
    font-size: 14px;
    color: var(--clr-common-placeholder);
}

.blog-comment-form .fill-btn {
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
    color: var(--clr-theme-1);
    padding: 0 35px;
}

.blog-comment-form .fill-btn:hover {
    background: var(--clr-theme-1);
    border-color: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.blog-comment-form .comment-agree p {
    font-size: 14px;
    font-weight: 400;
    color: var(--clr-theme-3);
}

.blog-comment-form .comment-agree p input {
    margin-inline-end: 10px;
}

.blog-area-overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-common-black);
    z-index: -1;
}

.blog-group {
    background: var(--clr-common-white);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 115px;
}

.blog-group .blog-content {
    padding: 0;
}

.blog-group .blog-btn {
    margin-top: 17px;
    line-height: 1;
}

.blog-group .single-blog {
    position: relative;
}

.blog-group .single-blog:not(:first-child)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--clr-common-border);
    top: -58px;
}

.blog-group .meta-text {
    color: var(--clr-theme-3);
}

.blog-group .blog-meta-wrapper {
    margin-bottom: 22px;
}

.blog-group-thumb {
    width: 100%;
    height: 100%;
}

.blog-group-thumb img {
    width: 100%;
    height: 532px !important;
    object-fit: cover;
}

.blog-slider-2 {
    height: 100%;
}

.blog-2-pagination {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5px;
    z-index: 2;
}

.blog-2-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    border-radius: 4px;
    background: var(--clr-common-white);
    opacity: 1;
}

.blog-2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--clr-theme-2);
}

/* ---------------------------------------- */
/* 07. Blog
/*---------------------------------------- */
.bd-blog {
    overflow: hidden;
    box-shadow: 0px 30px 40px 15px rgba(0, 6, 69, 0.08);
}

.bd-blog .bd-blog-img {
    overflow: hidden;
}

.bd-blog-meta ul li {
    display: inline-block;
    list-style: none;
    margin-right: 35px;
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-body-text);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px), (max-width: 575px) {
    .bd-blog-meta ul li {
        margin-right: 10px;
    }
}

.bd-blog-meta ul li:last-child {
    margin-right: 0px;
}

.bd-blog-meta ul li span {
    margin-right: 5px;
    font-size: 18px;
    transform: translateY(2px);
    color: var(--clr-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .bd-blog-meta ul li span {
        margin-right: 5px;
    }
}

.bd-blog-meta ul li a:hover {
    color: var(--clr-theme-1);
}

.bd-blog-text {
    padding: 25px 30px 30px 30px;
}

.bd-blog-text2 {
    padding: 25px 30px 30px 30px;
    background-color: var(--clr-common-white);
}

.bd-blog-title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-blog-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .bd-blog-title {
        font-size: 26px;
    }
}

.bd-blog-title:hover > a {
    color: var(--clr-theme-1);
}

.bd-blog-title2 {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-blog-title2 {
        font-size: 18px;
    }
}

.bd-blog-title2:hover > a {
    color: var(--clr-theme-1);
}

.bd-blog-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bd-blog-author-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bd-blog-author-info img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid var(--clr-common-white);
    margin-right: 8px;
}

.bd-blog-author-info-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-body-text);
    line-height: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.bd-blog-author-link a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-blog-author-link a:hover {
    color: var(--clr-theme-1);
}

.bd-blog-author-link a:hover i {
    padding-left: 3px;
    display: inline-block;
}

.basic-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

.basic-pagination ul li a,
.basic-pagination ul li span {
    position: relative;
    overflow: hidden;
    background: var(--clr-bg-gray);
    color: var(--clr-body-heading);
    font-size: 20px;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li span.current {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    border-color: var(--clr-theme-1);
}

.sidebar__widget-px form {
    position: relative;
}

.sidebar__widget-px form input {
    width: 100%;
    height: 55px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 0;
    padding: 0 23px;
    padding-inline-end: 60px;
    outline: 0;
}

.sidebar__widget-px form input::placeholder {
    color: #a1a1a1;
    font-size: 16px;
    opacity: 1;
}

.sidebar__widget-px form input:focus {
    border-color: var(--clr-theme-2);
}

.sidebar__widget-px form button {
    position: absolute;
    inset-inline-end: 16px;
    top: 28px;
    color: var(--clr-theme-3);
    line-height: 1;
    width: 30px;
    height: 30px;
}

.blog-search-content .sidebar-search-form input input {
    background: var(--clr-bg-gray);
    color: var(--clr-body-text);
}

.blog-search-content .sidebar-search-form input input ::placeholder {
    color: var(--clr-body-text);
}

.sidebar--widget__post {
    display: flex;
}

.sidebar--widget__post .post__img {
    height: 90px;
    width: 80px;
    border-radius: 10px;
    background-size: cover;
    background-position: left;
    margin-right: 15px;
}

.sidebar--widget__post .sidebar__post--text {
    overflow: hidden;
}

.sidebar__post--title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.sidebar__post--title:hover {
    color: var(--clr-theme-1);
}

.sidebar__widget--title {
    font-size: 20px;
    position: relative;
    padding-bottom: 6px;
    font-weight: 600;
}

.sidebar__widget--title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--clr-theme-1);
}

.widget ul li {
    margin-bottom: 15px;
    list-style: none;
}

.widget ul li:last-child {
    margin-bottom: 0px;
}

.widget ul li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: var(--clr-body-text);
}

.widget ul li a:before {
    position: absolute;
    content: "\f054";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: var(--clr-theme-1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.widget ul li a:hover {
    color: var(--clr-theme-1);
}

.widget ul li a:hover:before {
    left: 7px;
}

.sidebar--widget__tag a {
    display: inline-block;
    height: 34px;
    line-height: 30px;
    text-align: center;
    padding: 0 19px;
    font-size: 14px;
    border: 2px solid var(--clr-bg-gray2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 10px;
    color: var(--clr-body-text);
}

.sidebar--widget__tag a:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    border-color: var(--clr-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .ablog__sidebar--wrapper {
        margin-right: 0px;
    }
}

.ablog__text4 blockquote {
    padding: 40px;
    color: var(--clr-body-text);
    position: relative;
    background: var(--clr-bg-gray);
    font-style: normal;
    clear: both;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
    border: 1px solid var(--clr-bg-gray2);
    margin-bottom: 30px;
    padding-bottom: 25px;
}

@media (max-width: 575px) {
    .ablog__text4 blockquote {
        padding: 25px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ablog__text4 blockquote {
        padding: 40px;
        padding-bottom: 25px;
    }
}

.ablog__text4 blockquote:before {
    content: "\f10e";
    position: static;
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    color: var(--clr-theme-1);
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
}

.ablog__text4 blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: var(--clr-body-heading);
    font-style: inherit;
}

.ablog__text4 blockquote cite:before {
    content: "";
    display: inline-block;
    background: var(--clr-theme-1);
    height: 2px;
    width: 40px;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

.blog__deatails--tag span {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--clr-body-heading);
}

@media (max-width: 575px) {
    .blog__deatails--tag span {
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

.blog__deatails--tag a {
    display: inline-block;
    height: 34px;
    line-height: 30px;
    text-align: center;
    padding: 0 19px;
    font-size: 14px;
    border: 2px solid var(--clr-bg-gray2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 8px;
}

@media (max-width: 575px) {
    .blog__deatails--tag a {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__deatails--tag a {
        margin-bottom: 0px;
    }
}

.blog__deatails--tag a:hover {
    border-color: var(--clr-theme-1);
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}

.blog__details--subtitle {
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog__author {
    padding: 30px 40px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
    -moz-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
    box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .blog__author {
        padding-bottom: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__author {
        padding-bottom: 30px;
        padding-bottom: 20px;
    }
}

@media (max-width:450px) {
    .blog__author {
        text-align: center;
        padding: 30px 30px;
    }
}

@media (max-width: 575px) {
    .blog__author-img {
        margin-bottom: 15px;
    }
}

@media (max-width:450px) {
    .blog__author-img {
        margin-right: 0px;
    }
}

.blog__author-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.blog__author-content span {
    display: inline-block;
    margin-bottom: 5px;
}

.blog__author-content p {
    margin-bottom: 0px;
}

.post-comment-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.latest-comments ul {
    list-style: none;
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.comments-avatar {
    float: left;
    margin-right: 20px;
}

.comments-avatar img {
    border-radius: 50%;
}

.comments-text {
    overflow: hidden;
    border-bottom: 1px solid var(--clr-bg-gray2);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comments-text p {
    margin-bottom: 20px;
}

.comment-reply {
    font-weight: 500;
    font-size: 14px;
    color: var(--clr-body-heading);
}

.comment-reply:hover {
    color: var(--clr-theme-1);
}

.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.avatar-name span {
    font-size: 14px;
    font-weight: 500;
}

.ablog-4 {
    overflow: hidden;
    box-shadow: 0px 30px 40px 15px rgba(0, 6, 69, 0.08);
}

.ablog__text4 {
    padding: 32px 40px 40px 40px;
    border-top: 0px;
}

@media (max-width:450px) {
    .ablog__text4 {
        padding: 32px 20px 30px 20px;
    }
}

.latest-comments li.children {
    margin-left: 105px;
}

@media (max-width: 575px) {
    .latest-comments li.children {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-comments li.children {
        margin-left: 70px;
    }
}

.post-comment-form h4 {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 600;
}

.post-comment-form > span {
    display: inline-block;
    margin-bottom: 45px;
}

.bd-blog-details-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.16;
}

@media (max-width: 575px) {
    .bd-blog-details-title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .blog__details--wrapper.mr-50 {
        margin-right: 0px;
    }
}

.postbox__audio iframe {
    width: 100%;
}

.swiper-blog-button.slide-next {
    left: auto;
    right: 10px;
}

.swiper-blog-button.slide-prev {
    left: 10px;
    right: auto;
}

.swiper-blog-button:hover {
    background: var(--clr-theme-1);
    color: #fff;
}

.swiper-blog-button {
    position: absolute;
    top: 50%;
    color: var(--clr-theme-1);
    content: "";
    z-index: 999;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 60px;
    transform: translateY(-50%);
    transition: 0.3s;
    cursor: pointer;
}

.widget-post-title a:hover {
    color: var(--clr-theme-1);
}

.tagcloud a {
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
    font-size: 12px !important;
    font-weight: 500;
    color: #6A6A6A;
    background: #ffffff;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 0;
    border: 1px solid #e3e6e7;
}

.tagcloud a:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    border-color: var(--clr-theme-1);
}

.wp-block-search .wp-block-search__label {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--clr-theme-1);
    font-family: "Teko", sans-serif;
}

.wp-block-search .wp-block-search__label:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    background: var(--clr-theme-2);
    inset-inline-start: -30px;
    top: 2px;
}

.widget_block .wp-block-group__inner-container h2 {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase;
}

.widget_block .wp-block-group__inner-container h2:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    background: var(--clr-theme-2);
    inset-inline-start: -30px;
    top: 2px;
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    height: 55px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 0;
    padding: 0 23px;
    padding-inline-end: 60px;
    outline: 0;
}

.wp-block-search .wp-block-search__button {
    background: var(--clr-theme-1) !important;
}

.blog-main-single-4 .blog-thumb a::after {
    content: none;
}

.blog-main-single-4 .blog-meta-wrapper {
    margin-bottom: 10px;
}

.blog-main-single-4 .blog-content {
    padding: 30px 0 0;
}

.blog-main-single-4 .blog-tags {
    position: absolute;
}

.blog-main-single-4 .blog-tags .blog-tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--clr-theme-1);
    background: var(--clr-theme-2);
}

.blog-main-single-4 .blog-tags .blog-tag::before {
    content: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-main-single-4 .blog-tags {
        position: static;
    }
}

.blog-main-single-4 .meta-list {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    border: 1px solid #D9D9D9;
    padding: 2px 20px;
    border-radius: 30px;
}

.blog-main-single-4 .meta-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #7C7C7C;
}

.blog-main-single-4 .blog-title {
    font-weight: 500;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1F4941;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog.blog-main-single-4.blog-main-single-5.mb-30 .blog-tags {
        position: absolute;
    }
}

.blog-main-single-5 {
    position: relative;
}

.blog-main-single-5 .blog-thumb {
    position: relative;
    overflow: inherit;
}

.blog-main-single-5 .blog-thumb img {
    height: 480px !important;
    object-fit: cover;
}

.blog-main-single-5 .meta-list {
    position: absolute;
    top: 30px;
    left: 30px;
    border-color: #fff;
}

.blog-main-single-5 .meta-list .meta-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.blog-main-single-5 .blog-5-content {
    position: absolute;
    bottom: 55px;
    left: 30px;
    right: 25px;
    background: #fff;
    padding: 20px 30px;
}

.blog-main-single-5 .blog-meta-wrapper {
    position: absolute;
    bottom: 12px;
    margin-bottom: 0;
    left: 30px;
    width: 100%;
}

.blog-main-single-5 .blog-meta-wrapper .blog-tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--clr-theme-1);
    background: var(--clr-theme-2);
    display: inline-block;
    padding: 0 12px;
    border-radius: 30px;
}

.blog-main-single-5:hover .blog-thumb img {
    transform: scale(1);
}

.blog-main-single-5:hover .blog-5-content .blog-title {
    color: var(--clr-theme-2);
}

/* ----------------------------------------
	31. operations-gallery css
---------------------------------------- */
.operations-area {
    overflow-x: clip;
}

.operation-title .bd-section-subtitle span {
    color: var(--clr-theme-1);
}

.operation-gallery-thumb {
    overflow: hidden;
}

.operation-gallery-thumb a {
    position: relative;
    display: block;
}

.operation-gallery-thumb a img {
    width: 100%;
}

.operation-gallery-thumb a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-theme-1);
    opacity: 0;
}

.operation-gallery-thumb a .plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--clr-common-white);
    font-size: 36px;
    opacity: 0;
}

.operation-gallery-thumb a:hover:before {
    opacity: 0.8;
}

.operation-gallery-thumb a:hover .plus-icon {
    opacity: 1;
}

.operation-gallery-slider {
    overflow: visible;
}

.operation-gallery-slider .swiper-wrapper {
    align-items: center;
}

.operation-gallery-slider .swiper-wrapper .swiper-slide:nth-child(2n) .operation-gallery-thumb {
    width: 100%;
}

.operation-gallery-slider .swiper-wrapper .swiper-slide:nth-child(2n) .operation-gallery-thumb a {
    width: 100%;
}

.operation-gallery-slider .swiper-wrapper .swiper-slide:nth-child(2n) .operation-gallery-thumb a img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .operation-gallery-slider .swiper-wrapper .swiper-slide:nth-child(2n) .operation-gallery-thumb a img {
        height: 280px;
    }
}

/* ----------------------------------------
	32. settings css
---------------------------------------- */
.bd-theme-settings-area {
    position: fixed;
    top: 50%;
    inset-inline-start: 0;
    width: 240px;
    background-color: var(--clr-common-white);
    border: 1px solid #eaeaef;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    z-index: 991;
    direction: ltr;
    border-bottom-right-radius: 4px;
}

.bd-theme-settings-area.settings-opened {
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

.bd-theme-settings-area.settings-opened .bd-theme-settings-gear {
    opacity: 0;
}

.bd-theme-settings-area.settings-opened .bd-theme-settings-close {
    opacity: 1;
}

.bd-theme-settings-open {
    position: absolute;
    top: -1px;
    inset-inline-start: 100%;
}

.bd-theme-settings-open button {
    background-color: var(--clr-common-white);
    border: 1px solid #eaeaef;
    border-inset-inline-start: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: var(--clr-common-black);
    position: relative;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bd-theme-settings-gear {
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bd-theme-settings-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.bd-theme-header-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.bd-theme-wrapper {
    padding: 20px 30px 30px;
}

.bd-theme-toggle {
    text-align: center;
}

.bd-theme-toggle-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px;
}

.bd-theme-toggle-light,
.bd-theme-toggle-dark {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.bd-theme-toggle input {
    display: none;
}

.bd-theme-toggle:hover {
    cursor: pointer;
}

.bd-theme-toggle label {
    color: var(--clr-common-black);
    font-size: 14px;
    font-weight: 500;
}

.bd-theme-toggle label:hover {
    cursor: pointer;
}

.bd-theme-toggle #bd-theme-toggler {
    display: none;
}

.bd-theme-toggle #bd-theme-toggler:checked + i {
    inset-inline-end: calc(50% - 4px);
}

.bd-theme-toggle-slide {
    position: absolute;
    top: 50%;
    inset-inline-end: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--clr-common-black);
    background-color: var(--clr-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.bd-theme-dir {
    text-align: center;
}

.bd-theme-dir-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px;
}

.bd-theme-dir-ltr,
.bd-theme-dir-rtl {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.bd-theme-dir input {
    display: none;
}

.bd-theme-dir:hover {
    cursor: pointer;
}

.bd-theme-dir label {
    color: var(--clr-common-black);
    font-size: 14px;
    font-weight: 500;
}

.bd-theme-dir label:hover {
    cursor: pointer;
}

.bd-theme-dir #bd-dir-toggler {
    display: none;
}

.bd-theme-dir #bd-dir-toggler:checked + i {
    inset-inline-end: calc(50% - 4px);
}

.bd-theme-dir-slide {
    position: absolute;
    top: 50%;
    inset-inline-end: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--clr-common-black);
    background-color: var(--clr-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.bd-theme-color-item.active button::before {
    opacity: 1;
    visibility: visible;
}

.bd-theme-color-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.bd-theme-color-btn::before {
    position: absolute;
    content: "\f00c";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    color: var(--clr-common-white);
    font-size: 16px;
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#ffaf00"] {
    background-color: #ffaf00;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#92942e"] {
    background-color: #92942e;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#8098ff"] {
    background-color: #8098ff;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#f46100"] {
    background-color: #f46100;
}

.bd-theme-color-input {
    margin-top: 15px;
}

.bd-theme-color-input h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bd-theme-color-input label {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--clr-bg-1);
}

.bd-theme-color-input label:hover {
    cursor: pointer;
}

.bd-theme-color-input input {
    display: none;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

/* ----------------------------------------
    33. cursor css
---------------------------------------- */
body {
    cursor: inherit;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--clr-theme-2);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
    mix-blend-mode: difference;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.cursor-outer.cursor-big {
    opacity: 0;
}

.mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

[dir=rtl] .mouseCursor {
    left: 0;
    right: auto;
}

.mouseCursor.cursor-big {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--clr-theme-2);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    mix-blend-mode: difference;
}

.cursor-inner span {
    color: #fff;
    line-height: 80px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--clr-theme-2);
    opacity: 0.3;
}

.case-study-four-item {
    position: relative;
}

.case-study-four-item .case-study-thumb {
    position: relative;
}

.case-study-four-item .case-study-thumb img {
    width: 100%;
    height: 100% !important;
}

.case-study-four-item .case-study-four-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.case-study-four-item .case-study-four-content .case-study-title {
    background: #1F4941;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 18px 70px 18px 20px;
    margin-bottom: 5px;
    position: relative;
    transform: rotateX(90deg);
    transition: 0.3s linear;
}

.case-study-four-item .case-study-four-content span {
    background: #153932;
    padding: 18px 22px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    transform: rotateX(-90deg);
    transition: 0.3s linear;
}

.case-study-four-item:hover .case-study-four-content .case-study-title {
    transform: rotateX(0deg);
}

.case-study-four-item:hover .case-study-four-content span {
    transform: rotateX(0deg);
}

.case-study-view .bd-section-subtitle-2 {
    font-style: normal;
    margin-bottom: 0;
}

.case-study-view .bd-section-subtitle-2 span {
    margin-right: 3px;
}

.white-bg .case-study-four-item .case-study-four-content .case-study-title {
    background: #fff;
    color: var(--clr-theme-1);
}

.white-bg .case-study-four-item .case-study-four-content span {
    background: #fff;
    color: var(--clr-theme-2);
}

/* ----------------------------------------
	33. footer css
---------------------------------------- */
@media (min-width: 1440px) and (min-height: 905px) {
    .footer-sticky {
        position: sticky !important;
        bottom: 0;
        z-index: 0;
    }
}

.footer-shape-wrapper {
    position: relative;
}

.footer-shape {
    position: absolute;
}

.footer-shape.shape-1 {
    inset-inline-start: -205px;
    top: 217px;
}

.arm-footer-widget p {
    margin-bottom: 0;
    color: #E8E8E8;
}

.footer-widget-logo img {
    width: 178px;
}

.footer-widget-social {
    margin-top: 34px;
    display: flex;
    gap: 15px;
}

.footer-widget-social a {
    background: var(--clr-common-white);
    height: 26px;
    width: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    color: var(--clr-theme-1);
    border: none;
    font-size: 14px;
}

.footer-widget-social :hover {
    background: var(--clr-theme-2);
}

.footer-widget-title h3 {
    font-size: 26px;
    line-height: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
    font-weight: 400;
    color: var(--clr-common-white);
}

.footer-widget-title :after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #353535;
    content: "";
    inset-inline-start: 0;
    bottom: 0;
}

.arm-single-contact {
    display: flex;
    gap: 15px;
    color: var(--clr-common-black);
    margin-bottom: 20px;
}

.arm-single-contact p {
    color: #E8E8E8;
    margin-bottom: 0;
}

.arm-single-contact p a:hover {
    color: var(--clr-theme-2);
}

.footer-contact-icon {
    color: var(--clr-theme-2);
    width: 25px;
    font-size: 20px;
}

.blog-footer.blog-single {
    display: flex;
    gap: 25px;
}

.blog-footer.blog-single:hover .footer-blog-thumb img {
    transform: scale(1.03);
}

.blog-footer .footer-blog-thumb {
    overflow: hidden;
    width: 90px;
    height: 90px;
    min-width: 90px;
}

.blog-footer .footer-blog-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--clr-common-white);
    text-transform: uppercase;
}

.blog-footer .footer-blog-title h5 a:hover {
    color: var(--clr-theme-2);
}

.arm-footer-blog-meta-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
    .arm-footer-blog-meta-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.arm-footer-blog-meta {
    display: flex;
    gap: 10px;
}

.footer-blog-meta-text a:hover span {
    color: var(--clr-theme-2);
}

.footer-blog-meta-text span {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-theme-3);
}

.footer-blog-icon i {
    color: var(--clr-theme-3);
    font-size: 20px;
}

.arm-footer-border {
    border-bottom: 1px solid #353535;
    padding-bottom: 40px;
}

.footer1-bg {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-area1-bg {
    background: transparent;
}

.footer1-overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-common-black);
    opacity: 0.9;
    z-index: -1;
}

.footer1-logo {
    width: 178px;
    margin-bottom: 26px;
}

.footer-logo img {
    width: 100%;
}

.footer1-widget p {
    color: var(--clr-common-white);
}

.footer1-widget .footer-links ul li {
    margin-bottom: 12px;
}

.footer1-widget .footer-links ul li a {
    color: var(--clr-common-white);
    position: relative;
}

.footer1-widget .footer-links ul li a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    background: var(--clr-common-white);
    top: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.footer1-widget .footer-links ul li a:hover {
    color: var(--clr-theme-2);
    padding-inline-start: 10px;
}

.footer1-widget .footer-links ul li a:hover::before {
    opacity: 1;
    background: var(--clr-theme-2);
}

.footer1-widget .footer-links.dot ul li a::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--clr-common-wh);
}

.footer1-widget .footer-widget-title ::after {
    display: none;
}

.newsletter-input-wrapper {
    position: relative;
}

.newsletter-input-wrapper input {
    width: 100%;
    height: 55px;
    border: 1px solid var(--clr-theme-3);
    padding: 0 20px;
    padding-inline-end: 110px;
    background: transparent;
    outline: none;
    color: var(--clr-common-white);
    border-radius: 2px;
}

.newsletter-input-wrapper input::placeholder {
    color: var(--clr-theme-3);
}

.newsletter-input-wrapper input:focus {
    border-color: var(--clr-theme-2);
}

.newsletter-input-wrapper button {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    height: 55px;
    border-radius: 0;
    background: var(--clr-theme-2);
    color: var(--clr-theme-1);
    font-size: 28px;
    width: 90px;
    padding: 0 15px;
    border: none;
    border-radius: 2px;
}

.footer-widget-title {
    margin-bottom: 30px;
}

.footer-widget-title h4 {
    font-size: 26px;
    color: var(--clr-common-white);
    font-weight: 400;
    position: relative;
}

.location-map-footer {
    height: 260px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .location-map-footer {
        height: 360px;
    }
}

.location-map-footer iframe {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.footer1-widget2 {
    padding-inline-start: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer1-widget2 {
        padding-inline-start: 0;
    }
}

.contact-meta {
    display: flex;
    align-items: center;
    column-gap: 15px;
    background: var(--clr-common-white);
    padding: 15px 15px;
    border-radius: 2px;
}

.contact-meta .meta-item-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 175, 0, 0.15);
    border-radius: 50%;
    color: var(--clr-theme-2);
    font-size: 18px;
}

.contact-meta .meta-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    color: var(--clr-theme-3);
    display: none;
}

.contact-meta .meta-item-content p {
    font-size: 24px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-meta .meta-item-content p {
        font-size: 28px;
    }
}

.contact-meta .meta-item-content p:hover a {
    color: var(--clr-theme-2);
}

.contact-meta-wrapper {
    border-bottom: 1px solid #555;
    padding-bottom: 35px;
    padding-top: 130px;
}

.social-links ul {
    display: flex;
}

.social-links ul li {
    margin: 0;
    list-style: none;
}

.social-links ul li a {
    width: 26px;
    height: 26px;
    background: #d8d8d8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--clr-theme-1);
}

.social-links ul li a:hover {
    background: var(--clr-theme-2);
}

.follow-us.social-links ul {
    gap: 30px;
}

.follow-us.social-links ul li {
    position: relative;
}

.follow-us.social-links ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    background: var(--clr-common-border);
    inset-inline-end: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.follow-us.social-links ul li a {
    width: auto;
    height: auto;
    background: none;
    font-size: 20px;
}

.follow-us.social-links ul li a:hover {
    color: var(--clr-theme-2);
}

.footer3-bg {
    background: var(--clr-bg-1);
}

.footer3-overlay {
    position: absolute;
    content: "";
    width: calc(50% - 250px);
    height: 100%;
    background: #000;
    inset-inline-start: 0;
    top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer3-overlay {
        width: calc(50% - 205px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer3-overlay {
        width: 100%;
    }
}

.footer3-bg-img {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.footer-area3-bg {
    background: transparent;
}

.footer3-widget p {
    color: var(--clr-common-white);
}

.footer3-widget .footer-links ul li {
    margin-bottom: 12px;
}

.footer3-widget .footer-links ul li a {
    color: var(--clr-common-white);
    position: relative;
}

.footer3-widget .footer-links ul li a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    background: var(--clr-common-white);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.footer3-widget .footer-links ul li a:hover {
    color: var(--clr-theme-2);
    padding-left: 10px;
}

.footer3-widget .footer-links ul li a:hover:before {
    opacity: 1;
    background: var(--clr-theme-2);
}

.footer3-widget .contact-meta-list ul li {
    margin-bottom: 12px;
}

.footer3-widget .contact-meta-list ul li a {
    color: var(--clr-common-white);
}

.footer3-widget .contact-meta-list ul li a:hover {
    color: var(--clr-theme-2);
}

.footer3-widget .sidebar-blog .blog-title {
    color: var(--clr-common-white);
}

.footer3-widget .sidebar-blog .meta-item {
    color: var(--clr-common-white);
}

.footer3-widget .footer-widget-title ::after {
    display: none;
}

.footer3-widget .social-links {
    margin-top: 40px;
}

.footer3-widget .social-links ul li a {
    color: var(--clr-theme-1) !important;
    background: var(--clr-common-white);
}

.footer3-widget .social-links ul li a:hover {
    color: var(--clr-theme-2) !important;
}

.footer3-shape-1 {
    position: absolute;
    inset-inline-start: 101%;
    top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer3-shape-1 {
        display: none;
    }
}

@media (max-width: 1900px) {
    .footer3-shape-1 {
        left: 0;
    }
}

.footer3-shape-2 {
    position: absolute;
    width: 128px;
    inset-inline-start: -15%;
    top: 208%;
    opacity: 0.25;
    z-index: 2;
}

.single-meta .meta-icon {
    color: var(--clr-theme-2);
    width: 18px;
}

.single-meta {
    display: flex;
    gap: 15px;
}

.footer3-widget3 {
    margin-inline-end: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer3-widget3 {
        margin-inline-end: -45px;
    }
}

.blog-list-footer-3.sidebar-blog-list .sidebar-blog {
    flex-direction: row;
}

.footer3-widget4 {
    padding-inline-start: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer3-widget4 {
        padding-inline-start: 0;
    }
}

.footer3-subscribe-wrapper.subscribe-wrapper {
    background: var(--clr-common-white);
    padding: 40px 65px;
    padding-inline-start: 355px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer3-subscribe-wrapper.subscribe-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-subscribe-wrapper.subscribe-wrapper {
        padding: 285px 65px 65px 65px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer3-subscribe-wrapper.subscribe-wrapper {
        padding: 285px 40px 65px 40px;
    }
}

@media (max-width:450px) {
    .footer3-subscribe-wrapper.subscribe-wrapper {
        padding: 285px 20px 65px 20px;
    }
}

.footer3-subscribe-wrapper .subscribe-icon {
    width: 290px;
    background: var(--clr-bg-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer3-subscribe-wrapper .subscribe-icon {
        width: 100%;
        height: 220px;
    }
}

.footer3-subscribe-wrapper .subscribe-icon img {
    width: 178px;
}

.footer3-subscribe-wrapper .subscribe-text .subscribe-title {
    color: var(--clr-theme-1);
}

.footer3-subscribe-wrapper .subscribe-form {
    position: relative;
}

.footer3-subscribe-wrapper .subscribe-form .single-input-field input {
    width: 540px;
    padding-inline-end: 195px;
    border-radius: 0;
    color: var(--clr-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-subscribe-wrapper .subscribe-form .single-input-field input {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer3-subscribe-wrapper .subscribe-form .single-input-field input {
        width: 100%;
        padding-inline-end: 20px;
    }
}

.footer3-subscribe-wrapper .subs-btn {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer3-subscribe-wrapper .subs-btn {
        position: static;
    }
}

.footer3-subscribe-wrapper .fill-btn {
    height: 55px;
    text-transform: uppercase;
    width: 175px;
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.copyright-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-common-white);
    text-transform: uppercase;
}

.copyright-text a:hover {
    color: var(--clr-theme-2);
}

.copyright-1-inner {
    padding-top: 55px;
    padding-bottom: 55px;
    border-top: 1px solid #555;
}

.copyright-2-text {
    color: var(--clr-theme-3);
}

.copyright-3-inner {
    padding-top: 55px;
    padding-bottom: 55px;
    border-top: 1px solid #979797;
}

.copyright-3-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-common-white);
    text-transform: uppercase;
}

.copyright-3-text a:hover {
    color: var(--clr-theme-2);
}

.noise-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    overflow: hidden;
    z-index: -1;
}

.noise {
    position: absolute;
    top: -500px;
    right: -500px;
    bottom: -500px;
    left: -500px;
    background: transparent url(../img/bg/noise.png) 0 0;
    background-size: 320px 320px;
    opacity: 0.3;
    -webkit-animation: noise 1s steps(8, end) infinite both;
    animation: noise 1s steps(8, end) infinite both;
}

@-webkit-keyframes noise {
    0% {
        transform: translateX(0px, 0px);
    }

    10% {
        transform: translate(-100px, 100px);
    }

    20% {
        transform: translate(150px, -100px);
    }

    30% {
        transform: translate(-100px, 100px);
    }

    40% {
        transform: translate(100px, -150px);
    }

    50% {
        transform: translate(-100px, 200px);
    }

    60% {
        transform: translate(-200px, -100px);
    }

    70% {
        transform: translateY(50px, 100px);
    }

    80% {
        transform: translate(100px, -150px);
    }

    90% {
        transform: translate(0px, 200px);
    }

    100% {
        transform: translate(-100px, 100px);
    }
}

@keyframes noise {
    0% {
        transform: translateX(0px, 0px);
    }

    10% {
        transform: translate(-100px, 100px);
    }

    20% {
        transform: translate(150px, -100px);
    }

    30% {
        transform: translate(-100px, 100px);
    }

    40% {
        transform: translate(100px, -150px);
    }

    50% {
        transform: translate(-100px, 200px);
    }

    60% {
        transform: translate(-200px, -100px);
    }

    70% {
        transform: translateY(50px, 100px);
    }

    80% {
        transform: translate(100px, -150px);
    }

    90% {
        transform: translate(0px, 200px);
    }

    100% {
        transform: translate(-100px, 100px);
    }
}

/* ---------------------------------------- */
/* 19. Footer
/*---------------------------------------- */
.bd-footer-info-logo a:before {
    display: none;
}

.bd-footer-info-item h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-common-white);
    margin-bottom: 5px;
}

.bd-footer-info-item a,
.bd-footer-info-item span {
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-body-text2);
    display: inline-block;
}

.bd-footer-widget ul li {
    list-style: none;
    margin-bottom: 10px;
}

.bd-footer-widget ul li:last-child {
    margin-bottom: 0px;
}

.bd-footer-widget ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-body-text2);
    display: inline-block;
}

.bd-footer-widget a {
    position: relative;
}

.bd-footer-widget a:hover {
    color: var(--clr-common-white);
}

.bd-footer-widget-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--clr-common-white);
}

.bd-footer-newsletter form input {
    height: 60px;
    width: 100%;
    background: var(--clr-body-heading2);
    border-radius: 4px;
    padding: 0px 40px 0px 20px;
    color: var(--clr-body-text2);
    font-size: 15px;
    border: 0px;
    outline: none;
}

.bd-footer-newsletter form .bd-footer-newsletter-field i {
    position: absolute;
    top: 23px;
    font-size: 15px;
    color: var(--clr-body-text2);
    right: 20px;
}

.bd-footer-newsletter form button {
    width: 100%;
    justify-content: center;
}

.bd-footer-newsletter form button:hover {
    color: var(--clr-common-white);
}

.bd-copyright-area {
    border-top: 1px solid var(--clr-border-3);
}

.bd-copyright {
    padding-top: 20px;
    padding-bottom: 17px;
}

.bd-copyright a {
    font-weight: 600;
    color: var(--clr-common-white);
}

.bd-copyright p {
    color: var(--clr-body-text2);
}

.footer-col-2 {
    padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2 {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .footer-col-2 {
        padding-left: 0px;
    }
}

.footer-col-3 {
    padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .footer-col-3 {
        padding-left: 0px;
    }
}

.bd-footer-copyright-two span {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    color: var(--clr-body-text2);
}

.bd-footer-copyright-two span a {
    font-weight: 600;
    color: var(--clr-common-white);
}

.bd-footer-widget-two .bd-footer-info {
    text-align: right;
}

.bd-footer-widget-two .bd-footer-info-item {
    display: inline-block;
    text-align: left;
}

.bd-footer-widget-two .bd-footer-info-item:first-child {
    margin-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-footer-widget-two .bd-footer-info-item:first-child {
        margin-right: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-footer-logo-two.text-center {
        text-align: end !important;
    }
}

@media (max-width: 575px) {
    .bd-footer-widget-two {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .bd-footer-widget-two .bd-footer-info {
        text-align: center !important;
    }
}

@media (max-width:450px) {
    .bd-footer-widget-two .bd-footer-info {
        text-align: center !important;
    }

    .bd-footer-widget-two .bd-footer-info .bd-footer-info-item {
        margin-right: 0px;
        text-align: center;
    }
}

.bd-footer-logo-two a:before {
    display: none;
}

.bd-footer-widget-four {
    position: relative;
    padding-top: 100px;
    padding-bottom: 85px;
    overflow: hidden;
}

.bd-footer-widget-four-bg {
    position: absolute;
    bottom: -795px;
    left: 0px;
    height: 1130px;
    width: 100%;
    background: var(--clr-bg-gray);
    border-radius: 50%;
}

@media (max-width: 575px) {
    .bd-footer-widget-four-bg {
        border-radius: 0px;
    }
}

@media (max-width:450px) {
    .bd-footer-widget-four-bg {
        bottom: -770px;
    }
}

.bd-footer-widget-four-social ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 7px;
}

.bd-footer-widget-four-social ul li a {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid var(--clr-border-5);
    font-size: 14px;
    color: var(--clr-body-heading);
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.bd-footer-widget-four-social ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    transform: scale(0);
    background: var(--clr-theme-1);
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 50%;
}

.bd-footer-widget-four-social ul li a::before {
    display: none;
}

.bd-footer-widget-four-social ul li a:hover {
    border-color: var(--clr-theme-1);
}

.bd-footer-widget-four-social ul li a:hover:after {
    transform: scale(1);
}

@media (max-width:450px) {
    .bd-footer-widget-four-copyright {
        padding: 0px 10px;
    }
}

.bd-footer-widget-four-copyright span {
    font-size: 16px;
    color: var(--clr-body-text3);
    display: inline-block;
}

.bd-footer-widget-four-copyright span a {
    font-weight: 600;
    color: var(--clr-body-heading);
}

.bd-footer-widget-four-copyright span a:hover {
    color: var(--clr-theme-1);
}

.bd-footer-widget-four-copyright span a::before {
    display: none;
}

.bd-footer-widget-four-privacy ul li {
    list-style: none;
    display: inline-block;
}

.bd-footer-widget-four-privacy ul li a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: var(--clr-body-heading);
    padding: 0px 25px;
    border-right: 1px solid var(--clr-border-5);
    line-height: 1;
}

@media (max-width:450px) {
    .bd-footer-widget-four-privacy ul li a {
        padding: 0px 10px;
    }
}

.bd-footer-widget-four-privacy ul li a::before {
    display: none;
}

.bd-footer-widget-four-privacy ul li a:hover {
    color: var(--clr-theme-1);
}

.bd-footer-widget-four-privacy ul li:last-child a {
    border-right: 0px;
}

.bd-footer-widget-title-six {
    color: var(--clr-body-heading);
}

.bd-footer-info-item-six h6 {
    color: var(--clr-body-heading);
}

.bd-footer-info-item-six a,
.bd-footer-info-item-six span {
    color: var(--clr-body-text);
}

.bd-footer-widget-six a:hover {
    color: var(--clr-theme-1);
}

.bd-footer-widget-six a:hover::before {
    background: var(--clr-body-heading);
}

.bd-footer-widget-six p {
    font-size: 16px;
    color: var(--clr-body-text);
    line-height: 28px;
}

.bd-copyright-area-six {
    padding-top: 17px;
    border-top: 1px solid var(--clr-border-6);
    padding-bottom: 5px;
}

.bd-copyright-six p {
    font-size: 16px;
    color: var(--clr-body-text);
    display: inline-block;
    margin-bottom: 0px;
}

.bd-copyright-six p a {
    font-weight: 600;
    color: var(--clr-body-text);
}

.bd-copyright-six p a:hover {
    color: var(--clr-theme-1);
}

.bd-copyright-six ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    margin-right: 18px;
    border-right: 1px solid var(--clr-border-6);
}

.bd-copyright-six ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}

.bd-copyright-six ul li a {
    font-size: 16px;
    color: var(--clr-body-heading);
    line-height: 1;
}

.bd-copyright-six ul li a:hover {
    color: var(--clr-theme-1);
}

.footer-col-4-2 {
    padding-left: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-4-2 {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .footer-col-4-2 {
        padding-left: 0px;
    }
}

.footer-col-4-4 {
    padding-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .footer-col-4-4 {
        padding-left: 0px;
    }
}

.bd-footer-widget-six-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--clr-border-6);
    font-size: 16px;
    color: var(--clr-body-heading);
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.bd-footer-widget-six-social a:last-child {
    margin-right: 0px;
}

.bd-footer-widget-six-social a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    transform: scale(0);
    background: var(--clr-theme-1);
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 50%;
}

.bd-footer-widget-six-social a::before {
    display: none;
}

.bd-footer-widget-six-social a:hover {
    border-color: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.bd-footer-widget-six-social a:hover:after {
    transform: scale(1);
}

.bd-copyright-area-seven {
    padding-top: 32px;
    padding-bottom: 20px;
}

.bd-error-area {
    padding-top: 350px;
    padding-bottom: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-error-area {
        padding-top: 300px;
    }
}

@media (max-width: 575px) {
    .bd-error-area {
        padding-top: 300px;
        padding-bottom: 200px;
    }
}

.bd-error h1 {
    font-size: 150px;
    font-weight: 700;
    color: var(--clr-theme-1);
    line-height: 1;
}

@media (max-width:450px) {
    .bd-error h1 {
        font-size: 120px;
    }
}

.bd-error h1 span {
    color: var(--clr-body-heading);
}

.bd-error h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--clr-body-heading);
}

.bd-error p {
    font-size: 16px;
    line-height: 26px;
    color: var(--clr-body-text);
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    .bd-error p br {
        display: none;
    }
}

div.bd-footer-widget-six-social a:hover {
    color: #fff !important;
}

.subscribe-form .subs-btn p,
.single-input-field.field-email p {
    margin-bottom: 0;
}

.armado-footer-social-df div div div div span:not(:first-child, :last-child) a {
    position: relative;
}

.armado-footer-social-df div div div div span:not(:first-child, :last-child) a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30%;
    background: var(--clr-common-border);
    inset-inline-end: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.armado-footer-social div div span a,
.armado-footer-social-df div div div div span a {
    display: inline-flex;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact-meta .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        align-items: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-form .single-input-field input {
        width: 100%;
    }
}

.elementor-section.elementor-top-section.armado-footer-area.home2-footer-area.elementor-section-boxed.elementor-section-height-default::before {
    position: absolute;
    content: "";
    width: calc(50% - 275px);
    height: 100%;
    background: #000;
    inset-inline-start: 0;
    top: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .elementor-section.elementor-top-section.armado-footer-area.home2-footer-area.elementor-section-boxed.elementor-section-height-default::before {
        background: transparent;
    }
}

.heading-bg.footer-bg-css {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* .........<! 1. Theme default css !>......... */
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

img {
    height: auto;
}

code {
    color: #1f4941;
}

button {
    transition: 0.3s;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

img {
    transition: 0.3s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

button {
    cursor: pointer;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

input:focus::placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus::placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

ul {
    margin: 0px;
    padding: 0px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #444;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #aaa;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #aaa;
    font-size: 16px;
    opacity: 1;
}

.separator {
    border-top: 1px solid #f2f2f2;
}

/* .........<! End Theme Defaults Style !>......... */
/* * css issues * */
.post-text a:hover {
    color: #ededed;
}

.post-text p > a:hover {
    color: #696969;
}

.post-text img {
    max-width: 100%;
    margin: 25px 0;
}

.post-text blockquote p {
    margin-bottom: 10px !important;
    line-height: 1.5;
    font-size: 18px;
    color: #070337;
    font-weight: 400;
}

.post-text > h6 {
    margin-bottom: 20px;
}

.postbox__video img,
article.postbox .postbox__thumb img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    height: auto;
    width: inherit;
}

.blog__details-wrapper ul li a:hover {
    color: #1f4941;
}

.navigation-border {
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}

.theme-navigation span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.theme-navigation span a {
    color: #666;
}

.theme-navigation span a:hover {
    color: #1f4941;
}

.theme-navigation h4 {
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}

.theme-navigation h4 a {
    color: #004876;
}

.theme-navigation h4 a:hover {
    color: #1f4941;
}

.b-0 {
    border: 0;
}

.sidebar-search-form {
    position: relative;
}

.sidebar-search-form input {
    width: 100%;
    height: 60px;
    line-height: 56px;
    font-size: 14px;
    padding: 0 25px;
    background: #f3f4f8;
    border: 2px solid #f3f4f8;
    outline: none;
    border-radius: 4px;
}

.sidebar-search-form input ::placeholder {
    color: #57556a;
}

.sidebar-search-form button {
    font-size: 16px;
    color: #011224;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: none;
}

.sidebar-search-form input:focus {
    border-color: #1f4941;
}

.sidebar-search-form input:focus::placeholder {
    opacity: 0;
}

.sidebar-search-form input:focus::-moz-placeholder {
    opacity: 0;
}

.footer-widget .sidebar-search-form input {
    background: #fff;
}

.about-me img {
    margin-bottom: 25px;
    border-radius: 50%;
}

.about-me h4 {
    font-size: 18px;
    letter-spacing: 1px;
}

.widget-social-icon a {
    display: inline-block;
    margin: 0 8px;
    color: #1f4941;
}

.widget-social-icon a:hover {
    color: #1f4941;
}

.blog-sidebar-widget .recent-posts > li {
    overflow: hidden;
}

.blog-sidebar-widget .recent-posts > li:not(:last-child) {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-posts-image {
    float: left;
}

.widget-posts-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 0;
}

.recent-posts .widget-post-list:not(:last-child) {
    margin-bottom: 30px;
}

.widget-posts-body {
    overflow: hidden;
    padding-top: 8px;
}

.widget-posts-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.widget-posts-title a {
    color: #001d23;
}

.widget-posts-title a:hover {
    color: #1f4941;
}

.widget-posts-meta {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    color: #28484f;
    margin-bottom: 7px;
}

.widget-post-list .widget-posts-meta {
    margin: 0;
}

ul.cat li {
    border-top: 1px solid #eaedff;
    padding: 15px 0;
    overflow: hidden;
}

ul.cat li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.cat li:last-child {
    padding-bottom: 0;
}

ul.cat li a {
    display: block;
    color: #647589;
}

ul.cat li a:hover {
    color: #1f4941;
}

#Instafeed {
    margin: 0 -5px;
    overflow: hidden;
}

#Instafeed li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

#Instafeed li img {
    width: 100%;
}

.bg-none {
    background: none;
}

.blog-post-tag a:last-child {
    margin-right: 0;
}

.theme-author.author {
    background: #fff;
}

@media (max-width: 575px) {
    .theme-author.author {
        padding: 0 30px 44px 30px;
    }
}

.author-img {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
}

.author-img img {
    margin-top: -60px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.author-text {
    overflow: hidden;
}

.author-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.author-text p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
}

.author-icon {
    margin-top: 10px;
    margin-bottom: 15px;
}

.author-icon a {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    transition: 0.3s;
}

.author-icon a:hover {
    color: #1f4941;
}

.blog__author-img img {
    width: 100px;
    border-radius: 10px;
}

.blog__author-content p {
    margin: 0;
    line-height: 24px;
    font-size: 15px;
}

/* author */
.author-wrapper {
    background: #f7f7fd;
    padding: 37px 71px 35px 40px;
    overflow: hidden;
    border-left: 5px solid #1876df;
}

.author-text > h4 {
    text-transform: capitalize;
}

.author-text > p {
    margin-bottom: 0;
}

.author-icon a:hover {
    color: #1f4941;
}

.blog-coment-title h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.post-comments-title h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

ul .comment-respond {
    margin-bottom: 40px;
    margin-top: 40px;
}

.post-comments-title h2 small {
    font-size: 16px;
    font-weight: 500;
    color: #1f4941;
}

.comment-reply-link {
    font-weight: 600;
    font-size: 14px;
    color: #222222;
}

.comment-reply-link i {
    padding-left: 4px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    transform: translateY(1px);
    padding-right: 4px;
}

/* comment-reply */
.logged-in-as {
    line-height: 1;
}

/* 25. Pagination */
div.basic-pagination ul {
    padding-left: 0;
}

/* next prev post */
.blog-details-border {
    margin-top: 40px;
    background: #fff;
}

.page-area .post-comments-form {
    margin-bottom: 0;
    clear: both;
    padding-top: 0;
}

.armado-page-content ol,
.armado-page-content ul {
    padding-left: 22px;
}

/* blog pagination */
/* blog-post-tag */
.blog__details__tag {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    padding-top: 30px;
}

/* *
*
* Sidebar widget css
* */
/* *
* tags */
.blog-area .blog-sidebar-widget ul {
    padding: 0;
    margin: 0;
}

.blog-area .blog-sidebar-widget ul li ul {
    padding-left: 15px;
    padding-top: 15px;
}

.rssSummary {
    line-height: 27px;
    margin: 10px 0;
    font-size: 16px;
}

.blog-sidebar-widget ul {
    margin: 0;
}

.blog-sidebar-widget ul li a.rsswidget {
    line-height: 1.3;
}

.blog-sidebar-widget .footer-post h5 a {
    font-size: 16px;
    line-height: 1.3;
}

.blog-sidebar-widget ul li:first-child {
    padding-top: 0;
}

.widget_recent_entries ul li a {
    line-height: 26px;
}

/* *
* image widget */
.widget_media_image img {
    width: 100%;
}

/* *
* widget custom style for wp
* */
.blog-sidebar-widget li:last-child {
    border: 0;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar-widget li a {
    font-weight: 500;
    padding-left: 0;
}

.blog-sidebar-widget li a:hover {
    color: #1f4941;
}

.blog-sidebar-widget.widget_rss li span {
    display: block;
}

.blog-sidebar-widget.widget_rss li span {
    display: block;
    list-style: none;
    margin-right: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #6A6A6A;
    transition: all 0.3s ease-out 0s;
}

li .blog-footer-meta span {
    float: none !important;
    font-size: 13px !important;
}

.widget_recent_comments li span,
.widget_recent_comments li span a {
    float: none;
    font-weight: 500;
    color: #fff;
}

.footer__widget.widget_recent_comments li span,
.footer__widget.widget_recent_comments li span a {
    float: none;
    font-weight: 600;
    color: #fff;
}

.sidebar__widget.widget_recent_comments li span,
.sidebar__widget.widget_recent_comments li span a {
    font-weight: 500;
    color: #070337;
    text-transform: capitalize;
    padding-left: 0;
}

.sidebar__widget.widget_recent_comments li span a:after {
    display: none;
}

.sidebar__widget.widget_recent_comments li span,
.sidebar__widget.widget_recent_comments li a:hover {
    color: #1f4941;
}

.sidebar__widget.widget_recent_comments li a {
    padding-left: 0;
}

.sidebar__widget.widget_recent_comments li a:after {
    display: none;
    padding-left: 0;
}

.sidebar__widget ul li a:hover {
    color: #1f4941;
}

.footer__widget .widget_rss ul li a.rsswidget {
    font-weight: 500;
    color: #57556a;
}

.sidebar__widget.widget_rss ul li a.rsswidget {
    font-weight: 500;
    color: #070337;
    padding-left: 0;
}

.blog-sidebar-widget li span.post-date {
    float: none;
    margin-top: 7px;
    display: block;
    font-size: 13px;
}

.textwidget img {
    max-width: 100%;
}

/* calendar widget */
.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.widget_calendar {
    float: none;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: #878787;
}

.footer-widget #wp-calendar caption {
    color: #aabcd8;
}

.footer-widget .wp-calendar-nav a {
    color: #aabcd8;
}

.footer-widget ul ul {
    padding-left: 15px;
    padding-top: 20px;
}

.footer-widget.widget_recent_comments ul li a::before,
.footer-widget.widget_recent_entries ul li a::before,
.footer-widget.widget_rss ul li a::before {
    display: none;
}

.footer-widget .rsswidget {
    color: #fff;
}

.footer__widget.widget_rss .rssSummary {
    color: #a1a2ab;
}

.footer-widget #wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
}

.footer-widget .sidebar-tad li a,
.footer-widget .tagcloud a {
    background: #fff;
    color: #004976;
}

.footer-widget .tagcloud a:hover {
    background: #1f4941;
    color: #fff;
}

#wp-calendar thead {
    font-size: 14px;
}

#wp-calendar thead th {
    padding: 5px;
    text-align: center;
    background: transparent;
    font-weight: 400;
    border: 1px solid #ddd;
    color: #878787;
}

.wp-calendar-nav-prev {
    color: var(--clr-body-text2);
}

#wp-calendar tbody {
    color: #666;
}

#wp-calendar tbody td {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 8px 0;
    transition: 0.3s;
}

.footer-widget #wp-calendar tbody td {
    background: #fff;
    border: 1px solid #ddd;
}

.footer__widget #wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    color: #a1a2ab;
}

.footer__widget #wp-calendar caption {
    color: #a1a2ab;
}

.footer__widget .wp-calendar-nav a {
    color: #a1a2ab;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
    background: #1f4941;
    color: #fff;
}

#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.latest-comments ul li ul.children {
    padding-left: 70px;
}

.latest-comments ul li ul.children {
    padding-top: 0;
}

.no-results.not-found {
    background: #fff;
    padding: 41px 100px;
    text-align: center;
    border: 2px solid #f4f3fb;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .no-results.not-found {
        padding: 30px;
    }
}

.pageontent.blog-search-content p {
    margin-bottom: 20px;
}

.blog-search-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.error-404-title {
    line-height: 1;
    font-size: 140px;
    font-weight: 700;
    margin-bottom: 15px;
}

.error-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 600;
}

.error-text {
    margin-bottom: 30px;
}

.page-content.mb-40 {
    margin-bottom: 30px;
}

.page-header {
    background: #f5faff;
    margin-bottom: 30px;
    padding: 30px;
}

.page-header h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.no-results.not-found .page-header {
    background: none;
    margin-bottom: 30px;
    padding: 0;
}

.navigation.posts-navigation .nav-next {
    float: right;
}

.navigation.posts-navigation .nav-previous {
    float: left;
}

.navigation.posts-navigation .nav-links {
    overflow: hidden;
}

.navigation.posts-navigation {
    overflow: hidden;
    margin-bottom: 40px;
}

.navigation.posts-navigation .nav-links a {
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #1f4941;
    color: #1f4941;
}

.navigation.posts-navigation .nav-links a:hover {
    background: #1f4941;
    color: #fff;
}

/* page table */
.armado-page-content table {
    margin-bottom: 30px;
}

.armado-page-content table tbody td {
    text-align: center;
}

.armado-page-content table a {
    color: #1f4941;
}

.armado-page-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.armado-page-content th,
.armado-page-content td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}

.armado-page-content table,
.armado-page-content th,
.armado-page-content td {
    border: 1px solid #d1d1d1;
}

.armado-page-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}

.armado-page-content ol li,
.armado-page-content ul li {
    margin-bottom: 7px;
}

.armado-page-content ol li ol,
.armado-page-content ul li ul {
    margin-top: 7px;
}

.blog__details-wrapper table {
    margin-bottom: 30px;
}

.blog__details-wrapper table tbody td {
    text-align: center;
}

.blog__details-wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.blog__details-wrapper th,
.blog__details-wrapper td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
    padding: 10px 15px;
}

.blog__details-wrapper table,
.blog__details-wrapper th,
.blog__details-wrapper td {
    border: 1px solid #d1d1d1;
}

.post-comments table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}

.blog__details-wrapper table {
    margin-bottom: 30px;
    width: 100%;
}

.blog__details-wrapper table tbody td {
    text-align: center;
}

.blog__details-wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.blog__details-wrapper th,
.blog__details-wrapper td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}

.blog__details-wrapper table,
.blog__details-wrapper th,
.blog__details-wrapper td {
    border: 1px solid #d1d1d1;
}

.blog__details-wrapper table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}

#wp-calendar tbody td#today {
    background: #1f4941;
    color: #fff;
}

#wp-calendar tbody td#today a {
    color: #fff;
}

.post-text .wp-caption.aligncenter {
    margin-top: 40px;
}

.post-text .alignright.size-thumbnail {
    overflow: hidden;
    clear: both;
}

/* unit test */
.post-comments .latest-comments > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.blog-area dl,
.blog-area ol,
.blog-area ul {
    margin-top: 0;
    margin-bottom: 25px;
}

.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
    padding-left: 25px;
}

.blog__details-wrapper ol li,
.blog__details-wrapper ul li {
    padding-top: 7px;
}

.blog-area ol ol ol,
.blog-area ol ul ul,
.blog-area ul ol ol,
.blog-area ul ul ul {
    margin-bottom: 0;
}

.blog-area ol ul,
.blog-area ul ol,
.blog-area ul ul,
.blog-area ol ul ol {
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

.wp-block-button .wp-block-button__link {
    color: #fff !important;
}

.postbox.sticky .post-text,
.postbox.sticky .post-text p {
    margin-bottom: 0;
}

.blog-content h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

#wp-calendar #next a,
#wp-calendar #prev a {
    font-size: 13px;
    font-weight: 600;
}

.blog-content table {
    margin-bottom: 30px;
}

.blog-content table tbody td {
    text-align: center;
}

.blog-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}

.blog-content th,
.blog-content td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}

.blog-content table,
.blog-content th,
.blog-content td {
    border: 1px solid #d1d1d1;
}

.blog-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}

.comments-text > p {
    margin-bottom: 15px;
}

.comments-text ul li,
.comments-text ol li {
    padding-top: 5px;
}

#wp-comment-cookies-consent {
    width: auto;
    display: inline-block;
    height: auto;
    margin-right: 20px;
}

.comment-form-cookies-consent label {
    display: inline-block;
}

.comment-form-cookies-consent {
    margin-left: 18px;
    display: none;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    border: 1px solid #ddd;
    padding: 15px;
}

dd + dt {
    margin-top: 20px;
}

.page-links {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    margin-top: 20px;
}

.page-links > span.page-links-title {
    border: 0;
    color: inherit;
}

.page-links a,
.page-links > span {
    border: 2px solid #ddd;
    display: inline-block;
    min-width: 35px;
    text-align: center;
    margin-left: 2px;
    height: 33px;
    line-height: 30px;
    margin-right: 3px;
    color: #444;
}

.page-links > span {
    border: 2px solid #096bd8;
    color: #096bd8;
}

.page-links a:hover {
    border: 2px solid #096bd8;
    color: #096bd8;
}

/* *
*
* removing visual composer default data */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

.comments-text > ul,
.comments-text > ol {
    margin-bottom: 20px;
}

#recentcomments li a {
    line-height: 1.5;
}

.blog-sidebar-widget.widget_recent_comments ul li a {
    display: unset;
    line-height: 27px;
}

.blog-sidebar-widget.widget_recent_comments ul li .comment-author-link a {
    color: #1f4941;
}

.tag-space {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.size-thumbnail {
    margin-bottom: 20px;
}

.no-results.not-found .page-header {
    padding-top: 0;
    padding-bottom: 0;
}

.search-form2 .form-control {
    height: 50px;
    border-radius: inherit;
}

.search-form2 {
    position: relative;
}

.archive-description {
    margin-top: 15px;
}

/* footer */
.footer-area-bottom {
    padding: 15px 0;
}

.copy-right p {
    color: #999;
    margin: 0;
}

.footer-widget select {
    width: 100%;
    border-radius: 0;
}

/* theme unit test css */
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;

    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;

    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.admin-bar .sticky-header {
    top: 32px;
}

/* --------------------------------------------------------------
# Alignments
-------------------------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

/* --------------------------------------------------------------
# Clearings
-------------------------------------------------------------- */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* --------------------------------------------------------------
# Widgets
-------------------------------------------------------------- */
.blog-sidebar-widget select {
    max-width: 100%;
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
}

/* --------------------------------------------------------------
# Content
-------------------------------------------------------------- */
/* --------------------------------------------------------------
## Posts and pages
-------------------------------------------------------------- */
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.sticky {
    display: block;
}

.postbox__item {
    border: 1px solid #f6f6f8;
    box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
}

.bd-blog.sticky {
    position: relative;
}

.bd-blog.sticky::before {
    position: absolute;
    content: "\f5a2";
    right: 30px;
    top: 30px;
    font-family: "Font Awesome 5 Pro";
    color: #1f4941;
    font-size: 35px;
}

@media (max-width: 575px) {
    .bd-blog.sticky::before {
        right: 20px;
        top: 60px;
    }
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* --------------------------------------------------------------
## Comments
-------------------------------------------------------------- */
.comment-content a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* --------------------------------------------------------------
# Infinite scroll
-------------------------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* --------------------------------------------------------------
# Media
-------------------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* --------------------------------------------------------------
## Captions
-------------------------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}

.wp-caption-text {
    text-align: center;
}

/* --------------------------------------------------------------
## Galleries
-------------------------------------------------------------- */
.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* *
* custom css
* */
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #fff4ef;
}

.wp-block-pullquote {
    border-top: 4px solid #1f4941 !important;
    border-bottom: 4px solid #1f4941 !important;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    margin-top: 10px;
    display: block;
}

.logged-in-as a {
    color: #222;
}

.logged-in-as a:hover {
    color: #1f4941;
}

/* new unit test */
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
    margin-left: 10px;
}

.wp-block-column:not(:last-child) {
    margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
    margin-right: 10px;
}

.post-text > .alignwide {
    margin-left: 0;
    margin-right: 0;
}

.post-text p.has-large-font-size {
    font-size: 24px !important;
    line-height: 1.2;
    margin-bottom: 10px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}

.wp-block-preformatted {
    margin: 30px 0;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
    background: #1f4941 !important;
}

.wp-block-archives select,
.wp-block-archives .postform {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.wp-block-categories .postform {
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
    float: none;
    margin-bottom: 15px;
}

.wp-block-archives .nice-select {
    float: none;
    margin-bottom: 15px;
    width: 200px;
    margin-bottom: 15px;
}

.wp-block-latest-comments {
    padding-left: 0 !important;
}

.wp-block-latest-posts.has-dates {
    padding-left: 0;
}

.wp-block-archives li a,
.wp-block-categories li a {
    color: #6a727f;
}

.wp-block-search__input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 15px;
}

.wp-block-cover {
    margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button {
    margin-left: 0;
    background: #000;
    color: #fff;
    border: 0;
    padding: 12px 40px;
    margin-bottom: 14px;
}

.copyright__text p {
    margin: 0;
}

.armado-page-content figure.wp-caption.aligncenter {
    margin-top: 40px;
}

.armado-page-content .size-full.alignright {
    margin-bottom: 35px;
    margin-top: 20px;
    clear: both;
}

.admin-bar .sticky-menu {
    margin-top: 32px;
}

.armado-page-content .post-comments-form {
    margin-top: 50px;
}

.armado-page-content .post-comments {
    margin-top: 40px;
}

.postbox.sticky .postbox_text {
    border: 2px solid #1f4941;
}

.page-links > span {
    border: 2px solid #1f4941;
    color: #1f4941;
}

.post-text a:hover {
    color: #1f4941;
}

.post-text a {
    color: #1f4941;
}

.post-text a.tag-cloud-link {
    color: #666;
}

.post-text a.tag-cloud-link:hover {
    color: #fff;
    background: var(--clr-theme-2);
    border-color: var(--clr-theme-2);
}

.wp-block-tag-cloud a a {
    display: inline-block;
    height: 34px;
    line-height: 30px;
    text-align: center;
    padding: 0 19px;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 2px solid #e8e7ec;
    margin-right: 8px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    border-radius: 6px;
}

.wp-block-tag-cloud a a:hover {
    color: #ffffff;
    background: #1f4941;
    border-color: #1f4941;
}

.wp-block-calendar {
    margin-bottom: 30px;
}

.wp-block-calendar a {
    color: inherit;
    text-decoration: none;
    color: #878787;
}

.wp-block-latest-comments__comment-author {
    text-transform: capitalize;
}

.post-text .blocks-gallery-grid img {
    margin: 0;
}

.page-links a:hover {
    border: 2px solid #1f4941;
    color: #1f4941;
}

.post-password-form input[type=submit] {
    background-color: #1f4941;
}

.post-password-form input[type=password] {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 12px 20px;
    border: 1px solid #e4e4f2;
    width: 100%;
    border-radius: 0;
}

.post-password-form label {
    width: 100%;
    margin-bottom: 8px;
}

.post-password-form input[type=submit] {
    background-color: #1f4941;
    border: none;
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.postbox__text .blog-post-tag {
    padding-top: 40px;
}

.layout-wrapper .alignright.size-thumbnail {
    margin-bottom: 20px;
    clear: both;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}

.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item {
    width: calc((100% - 16px) / 2) !important;
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    margin: 0;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-cover-text {
    color: #fff !important;
}

.wp-block-cover-text a {
    color: #fff;
}

.wp-block-gallery .blocks-gallery-grid {
    padding-left: 0;
    margin-bottom: 0;
}

.blocks-gallery-caption {
    margin-bottom: 40px;
}

.wp-block-group.has-background {
    margin-bottom: 25px;
}

.is-style-outline .wp-block-button__link {
    border: 2px solid #222;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid #222;
    color: #222 !important;
}

.blog-sidebar-widget.mb-40.widget_media_image {
    padding: 0;
    border: 0;
}

.blog-sidebar-widget .nice-select,
.footer-widget .nice-select {
    float: none;
    border-radius: 0;
}

.blog-sidebar-widget .nice-select .option,
.footer-widget .nice-select .option {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.blog-sidebar-widget .nice-select::after,
.footer-widget .nice-select::after {
    right: 18px;
}

.blog-area .post-comments ol ol,
.blog-area .post-comments ol ul,
.blog-area .post-comments ul ol,
.blog-area .post-comments ul ul {
    margin-bottom: 20px;
}

.blog-area .post-comments ol ol ol,
.blog-area .post-comments ol ul ul,
.blog-area .post-comments ul ol ol,
.blog-area .post-comments ul ul ul {
    margin-bottom: 0px;
}

.comments-text > ul,
.comments-text > ol {
    margin-bottom: 20px;
}

.armado-page-content ol,
.armado-page-content ul {
    padding-left: 25px;
    margin-bottom: 25px;
}

.armado-page-content .elementor-widget-container .sidebar__widget ol,
.armado-page-content .elementor-widget-container .sidebar__widget ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.armado-page-content ol ol ol,
.armado-page-content ol ul ul,
.armado-page-content ul ol ol,
.armado-page-content ul ul ul {
    margin-bottom: 0px;
}

.armado-page-content ol ol,
.armado-page-content ol ul,
.armado-page-content ul ol,
.armado-page-content ul ul {
    margin-bottom: 0;
}

.blog-area ol ol,
.blog-area ol ul,
.blog-area ul ol,
.blog-area ul ul {
    margin-bottom: 0;
}

.latest-comments .children li {
    list-style: none;
    margin-top: 5px;
}

.footer-widget.widget_recent_comments li a {
    display: unset;
}

.footer-widget ul li a {
    font-size: 14px;
    color: #aabcd8;
    display: inline-block;
}

.footer-widget ul li a:hover {
    color: #1f4941;
}

.sidebar__widget-title.mb-50 {
    margin-bottom: 35px;
}

.postbox_text {
    border: 2px solid #ededed;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
    transition: 0.3s;
    padding-top: 40px;
}

.post-meta span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 20px;
    font-size: 15px;
    display: inline-block;
    color: #747ca2;
}

.post-meta span i {
    color: #1f4941;
    font-size: 14px;
    margin-right: 2px;
}

.post-meta a {
    font-weight: 500;
    color: #747ca2;
}

.post-meta a:hover {
    color: #1f4941;
}

.blog-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.widget-title-box {
    text-align: center;
}

.cm-btn {
    border: 0;
}

.cm-btn i {
    margin-right: 3px;
}

.blog-post-tag span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-post-tag a {
    border: 2px solid #f6f6f6;
    padding: 12px 25px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #00235a;
    margin-right: 5px;
    margin-top: 5px;
}

.blog-post-tag a:hover {
    background: #1f4941;
    color: #fff;
    border-color: #1f4941;
}

header ul,
footer ul {
    list-style: none;
}

.armado-page-content .post-entry > p {
    margin: 32px 0;
    margin-top: 0;
}

.home_front_page .page_title__bread-crumb {
    display: none;
}

blockquote {
    margin: 35px 0px !important;
    padding: 40px;
    color: #666;
    position: relative;
    background: #f3f4f8;
    font-style: normal;
    text-align: left;
    clear: both;
    font-weight: 400;
    box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
    border: 1px solid #f3f4f8;
}

blockquote::before {
    content: "\f10e";
    position: static;
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    color: #1f4941;
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
}

blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #070337;
    font-style: inherit;
    font-weight: 600;
}

blockquote cite::before {
    content: "";
    font-size: 28px;
    color: #ff5421;
    padding-bottom: 0px;
    display: inline-block;
    background: #1f4941;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

.comments-box blockquote {
    background: #fff;
}

/* custom */
.single-post .page__title-content h2 {
    font-size: 55px;
}

.post_gallery .owl-nav div button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.post_gallery .owl-nav div.owl-next button {
    left: auto;
    right: 35px;
}

.post_gallery .owl-nav div button:hover {
    background: #1f4941;
    color: #fff;
}

.sidebar-posts-bg-thumb {
    background-size: cover;
    background-position: center center;
    width: 90px;
    height: 90px;
    min-width: 90px;
}

.widget-post-title {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.rc-post .mb-20:last-child {
    margin: 0;
}

.rc-meta.widget-post-meta {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.blog-area .sidebar__widget ul {
    padding: 0;
    margin: 0;
}

.blog-area .recentcomments a::after {
    display: none;
}

.blog-area .sidebar__widget ul li {
    list-style: none;
    margin-bottom: 15px;
}

.blog-area .sidebar__widget ul ul {
    padding-left: 10px;
    padding-top: 14px;
}

.blog-area .sidebar__widget ul li a {
    padding-left: 20px;
    position: relative;
}

.blog-area .sidebar__widget ul li a:hover {
    color: #1f4941;
}

.blog-area .sidebar__widget ul li a:hover::after {
    left: 5px;
}

.blog__item.sticky {
    position: relative !important;
}

.blog__item.sticky::before {
    position: absolute;
    content: "\f5a2";
    right: 25px;
    top: 25px;
    font-family: "Font Awesome 5 Pro";
    color: #1f4941;
    font-size: 35px;
}

.blog__details-wrapper .blog-title {
    display: none;
}

.post-text.mb-20 {
    margin-bottom: 0;
}

.blog__details-wrapper .post-text.mb-20 p:last-child {
    margin-bottom: 0;
}

.services__widget.widget_bdevs_services_form_widget {
    padding-bottom: 25px;
}

.wpcf7-form-control.wpcf7-submit.f-btn.f-btn-3.w-100 {
    margin-bottom: 0;
}

.services__form p {
    margin: 0;
}

.widget_text.services__widget.widget_custom_html {
    padding: 0;
    background: none;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    margin-right: 15px;
    font-size: 13px;
}

.custom-footer-2 {
    padding-left: 30px;
}

.custom-footer-3 {
    padding-left: 30px;
}

.post-comment-form {
    clear: both;
}

.footer__widget ul ul {
    padding-left: 8px;
    padding-top: 4px;
}

.blog__details-wrapper .postbox__title {
    display: none;
}

.footer__widget .nice-select {
    float: none;
}

.footer__widget .nice-select .option {
    margin: 0 !important;
}

.bd-footer-widget .nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.blog-sidebar-widget .nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.nice-select::after {
    width: 5px;
}

.footer__widget.widget_text p {
    color: #a1a2ab;
}

.footer__widget cite {
    color: #a1a2ab;
}

.footer__widget.widget_search input:focus {
    border-color: transparent;
}

.single-post .bd-page-title .breadcrumb-title {
    font-size: 48px;
}

.single-post .breadcrumb-menu {
    display: none;
}

.post-input input,
.post-input textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 0;
    padding: 0 23px;
    padding-inline-end: 60px;
    outline: 0;
}

.post-input input::placeholder,
.post-input textarea::placeholder {
    color: #a1a1a1;
    font-size: 16px;
    opacity: 1;
}

.post-input input:focus,
.post-input textarea:focus {
    border-color: var(--clr-theme-2);
}

.post-input textarea {
    height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog__details-wrapper .post-input input,
.blog__details-wrapper .post-input textarea {
    margin-bottom: 20px;
}

.logged-in-as {
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog__details-wrapper .bd-blog-details-title {
    display: none;
}

.basic-pagination ul li span.page-numbers.dots {
    line-height: 35px;
}

.blog-area .bd-blog-meta ul {
    padding-left: 0;
}

.blocks-gallery-caption {
    margin-bottom: 40px;
}

.wp-block-pullquote {
    text-align: left;
}

.wp-block-quote {
    border: 0;
}

.wp-block-column .wp-block-quote {
    border-left: 0;
    padding-right: 30px;
}

.wp-block-image figcaption {
    color: #6d6e75;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 27px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    display: inline-block;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 20px 20px !important;
}

.wp-block-quote.has-text-align-right {
    border-right: 0;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    color: #fff !important;
    border-radius: 0;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown.wp-block-categories select {
    width: 250px;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button {
    margin-left: 0;
    background: #000;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
}

.post-text .wp-block-media-text__media img {
    margin: 0;
}

.blog-sidebar-widget .nice-select::after {
    margin-top: -3px;
}

.blog-sidebar-widget .nice-select.open .list,
.bd-footer-widget .nice-select.open .list {
    width: 100%;
    border-radius: 0;
}

.bd-footer-widget .nice-select {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    border-radius: 0;
}

.bd-footer-widget .nice-select::after {
    margin-top: -3px;
}

.bd-footer-widget ul ul {
    padding-left: 10px;
    padding-top: 10px;
}

.bd-footer-widget ul li {
    color: #878787;
    font-weight: 400;
}

.widget_rss ul li a.rsswidget {
    font-weight: 600;
}

.bd-footer-widget p {
    color: #878787;
    font-size: 16px;
    font-weight: 400;
}

.bd-footer-widget .tagcloud .tag-cloud-link {
    color: #878787;
}

.bd-footer-widget .tagcloud .tag-cloud-link:hover {
    border-color: transparent;
    color: #fff;
}

.page-template-default .post-input textarea {
    margin-bottom: 20px;
}

.bd-footer-info-logo img {
    width: 131px;
}

.bd-footer-logo-two img {
    width: 131px;
}

.header-sidebar-logo img {
    width: 131px;
}

.wp-block-tag-cloud a {
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
    font-size: 12px !important;
    font-weight: 500;
    color: #6A6A6A;
    background: #ffffff;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 0;
    border: 1px solid #e3e6e7;
}

.wp-block-tag-cloud a:hover {
    background: var(--clr-theme-2);
    color: var(--clr-common-white);
    border-color: var(--clr-theme-2);
}

@media (max-width: 767px) {
    div.latest-comments ul li ul.children {
        padding-left: 0;
    }

    .blog__wrapper.mr-35 {
        margin-right: 0;
    }

    .blog__details-wrapper.mr-35 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .blog__wrapper.mr-35 {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .admin-bar .sticky-menu {
        margin-top: 0px;
    }

    .admin-bar .bd-header-area.bd-header-area-four.header-sticky.sticky-menu {
        margin-top: 0;
    }

    .admin-bar .bd-header-area.bd-header-area-seven.header-sticky.sticky-menu {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .bd-header-logo {
        line-height: 50px;
    }
}

/* widget block */
.blog-sidebar-widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a:before,
.blog-sidebar-widget.widget_recent_comments ul li a:before,
.blog-sidebar-widget.widget_recent_entries ul li a:before,
.blog-sidebar-widget.widget_rss ul li a:before {
    display: none;
}

.blog-sidebar-widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a,
.blog-sidebar-widget.widget_block .wp-block-latest-comments li a,
.blog-sidebar-widget.widget_recent_comments ul li a,
.blog-sidebar-widget.widget_recent_entries ul li a,
.blog-sidebar-widget.widget_rss ul li a {
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.46;
    margin-bottom: 3px;
    font-family: "Teko", sans-serif;
}

.blog-sidebar-widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.blog-sidebar-widget.widget_block .wp-block-latest-comments li a:hover,
.blog-sidebar-widget.widget_recent_comments ul li a:hover,
.blog-sidebar-widget.widget_recent_entries ul li a:hover,
.blog-sidebar-widget.widget_rss ul li a:hover {
    color: var(--clr-theme-2);
    padding-left: 0;
}

.wp-block-archives-dropdown label {
    margin-bottom: 10px;
}

ul.wp-block-rss {
    list-style: disc;
}

.sidebar__widget .wp-block-social-links li a::after {
    display: none;
}

.sidebar__widget.widget_tag_cloud a {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #53545b;
    background: #f3f4f8;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 0;
}

.sidebar__widget.widget_tag_cloud a:hover {
    color: #ffffff;
    background: #1f4941;
}

.sidebar__widget.widget_block h2 {
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f0f5;
    margin-bottom: 35px;
}

.wp-block-latest-comments__comment a:hover {
    color: #1f4941;
}

.sidebar__widget .wp-block-search__label {
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f0f5;
    margin-bottom: 35px;
}

.sidebar__widget .wp-block-search .wp-block-search__input {
    width: 100%;
    margin: 0;
    background: #F3F4F8;
    border: 0;
}

.sidebar__widget .wp-block-search .wp-block-search__button {
    background: #1f4941;
}

/* footer block css */
.bd-footer-widget.widget_block h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.bd-footer-widget.widget_block h2::before {
    display: none;
}

.bd-footer-widget.widget_block.widget_tag_cloud a {
    color: #878787;
}

.bd-footer-widget.widget_block.widget_tag_cloud a:hover {
    border-color: transparent;
    color: #fff;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #878787;
}

.bd-footer-widget.widget_search .wp-block-search__label {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.bd-footer-widget.widget_search .wp-block-search__label::before {
    display: none;
}

.bd-footer-widget.widget_block .wp-block-latest-comments li a {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    display: inline-block;
    line-height: 1.5;
}

.bd-footer-widget.widget_block .wp-block-latest-comments li a.wp-block-latest-comments__comment-author {
    color: #fff;
}

.bd-footer-widget.widget_block .wp-block-latest-comments li a:hover {
    color: #fff;
}

/* ----------------------------------------
	19. custom css
---------------------------------------- */
.breadcrumb-menu {
    position: relative;
    z-index: 2;
}

.breadcrumb-menu ul span {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-common-white);
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.breadcrumb-menu ul span .current-item {
    color: var(--clr-theme-2);
}

.bd-blog-meta ul li {
    font-size: 14px;
    font-weight: 600;
    color: var(--clr-theme-1);
    text-transform: uppercase;
}

.bd-blog-meta ul li a:hover {
    color: var(--clr-theme-2);
}

.bd-blog-meta ul li a i {
    font-size: 14px;
}

.bd-blog-title:hover a {
    color: var(--clr-theme-2);
}

.bd-blog-img .play-btn {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    line-height: 80px;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-color: #fff;
    color: #1f4941;
}

.bd-blog-img .play-btn:hover {
    border-color: var(--clr-theme-2);
    color: #fff;
}

.single-post .page-title {
    font-size: 50px;
}

.blog-area .blog-sidebar-widget ul li ul {
    padding-left: 15px;
    padding-top: 12px;
}

.blog-sidebar-widget ul li {
    margin-bottom: 10px;
    list-style: none;
}

.blog-sidebar-widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar-widget ul li a {
    color: var(--clr-theme-1);
    padding-inline-start: 18px;
    position: relative;
}

.blog-sidebar-widget ul li a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--clr-common-border);
    border-radius: 50%;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.blog-sidebar-widget ul li a:hover {
    color: var(--clr-theme-2);
    padding-inline-start: 23px;
}

.blog-sidebar-widget ul li a:hover::before {
    background: var(--clr-theme-2);
}

.bd-sidebar__news-text h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.46;
    margin-bottom: 3px;
}

.bd-sidebar__news-text h5 a:hover {
    color: var(--clr-theme-2);
}

.bd-sidebar__news-text span {
    line-height: 1;
    font-size: 14px;
}

.bd-sidebar__news-text span i {
    margin-right: 6px;
}

.logged-in-as a:hover {
    color: var(--clr-theme-2);
}

.blog-sidebar-widget.widget_block h2 {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase;
}

.blog-sidebar-widget.widget_block h2::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    background: var(--clr-theme-2);
    inset-inline-start: -30px;
    top: 2px;
}

.bd-footer-widget h5 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase;
}

.bd-footer-widget.widget_block h2 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width:450px) {
    .rc-post .d-flex.mb-20 {
        display: inherit !important;
    }

    .rc-post .d-flex.mb-20 .sidebar-posts-bg-thumb {
        margin-bottom: 10px;
    }
}

.img_effect_white {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img_effect_white a img {
    transition: 0.5s;
    width: 100%;
}

.img_effect_white a::after,
.image-blog-height::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.img_effect_white a::after,
.image-blog-height::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.single_cause:hover a::after {
    animation: shine 800ms;
}

.single_cause {
    overflow: hidden;
    box-shadow: 0px 30px 40px 15px rgba(0, 6, 69, 0.08);
}

.single_cause:hover .single_cause_img_wrapper .img_effect_white a img {
    transform: scale(1.07);
}

.progress:is(.cause_progress) {
    background-color: transparent;
    height: 4px;
    border-radius: 0;
    overflow: visible;
    position: relative;
}

.progress:is(.cause_progress) .progress-bar {
    background-color: var(--clr-theme-1);
    position: relative;
    overflow: visible;
}

.progress:is(.cause_progress)::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--clr-theme-1);
    opacity: 0.2;
}

.progress:is(.cause_progress) .progress-bar span {
    position: absolute;
    font-size: 16px;
    background-color: var(--clr-theme-1);
    left: 0;
    font-size: 14px;
    color: var(--clr-common-white);
    top: 0;
    background-color: var(--clr-theme-1);
    width: 42px;
    height: 26px;
    line-height: 26px;
}

.single_cause_content {
    padding: 35px 37px;
    padding-top: 27px;
    background-color: var(--clr-common-white);
}

.single_cause .sub_title {
    font-size: 18px;
    color: var(--clr-theme-2);
}

.single_cause .title {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 500;
    transition: 0.3s;
}

.title {
    font-size: 60px;
}

.single_cause .title:hover {
    color: var(--clr-theme-2);
}

.single_meta {
    padding-right: 25px;
}

.single_meta .meta_text {
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 2;
}

.single_meta .meta_text i {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.single_meta .meta_text:is(.clr_theme1):hover i {
    color: var(--clr-theme-1);
}

.single_meta .meta_text:is(.clr_theme2):hover i {
    color: var(--clr-theme-2);
}

.single_meta .meta_text:is(.clr_theme3):hover i {
    color: var(--clr-theme-1);
}

.single_meta .meta_price {
    font-size: 18px;
    color: var(--clr-theme-1);
    font-weight: 700;
}

.single_meta .meta_price:is(.clr_theme1) {
    color: var(--clr-theme-1);
}

.single_meta .meta_price:is(.clr_theme2) {
    color: var(--clr-theme-2);
}

.single_meta .meta_price:is(.clr_theme3) {
    color: var(--clr-theme-1);
}

.single_details_content {
    box-shadow: 0px 30px 40px 15px rgba(0, 6, 69, 0.08);
    border-top: 0;
    padding: 80px;
    padding-top: 70px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_details_content {
        padding: 40px;
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_details_content {
        padding: 50px;
        padding-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_details_content {
        padding: 50px;
        padding-top: 40px;
    }
}

@media (max-width:450px) {
    .causes-sidebar-post.d-flex.mb-20 {
        display: inherit !important;
    }
}

@media (max-width:450px) {
    .rc-thumb.mr-20 {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.single_border {
    border-bottom: 1px solid #dce8eb;
}

.sub_title_details {
    font-size: 14px;
    color: var(--clr-theme-2);
    display: block;
    line-height: 2.2;
    margin-bottom: 8px;
    text-decoration: none;
}

.details_title {
    font-size: 36px;
    line-height: 1.28;
}

.single_details_content p {
    font-size: 16px;
    line-height: 1.75;
}

.progress:is(.feature_progress) {
    background-color: transparent;
    height: 10px;
    overflow: visible;
    position: relative;
}

.progress:is(.feature_progress) .progress-bar {
    background-color: var(--clr-theme-1);
    overflow: visible;
    border-radius: 0;
    position: relative;
    z-index: 1;
    opacity: 1;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.progress:is(.feature_progress)::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff0f1;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset {
    margin: 0 0 0em;
    border: 0px solid #ebebeb;
    padding: 0 !important;
    width: 100%;
}

.charitable-fieldset-field-wrapper > :last-child,
.charitable-fieldset > :last-child {
    margin-bottom: 0;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: 0px;
}

.charitable-donation-form .donation-amounts::after,
.charitable-donation-form .donation-amounts::before {
    content: " ";
    display: table;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount {
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #e3e9f4;
    width: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label {
    font-size: 14px !important;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1em;
    cursor: pointer;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type=radio] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label .amount {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    color: #222222;
    border: 1px solid #f0f0f0;
    display: block;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type=radio]:hover + .amount {
    background: var(--clr-theme-1);
    color: #fff;
    border-color: var(--clr-theme-1);
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .suggested-donation-amount label input[type=radio]:checked + .amount {
    background: var(--clr-theme-1);
    color: #fff;
    border-color: var(--clr-theme-1);
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields {
    width: 100%;
    margin-top: 30px;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields .charitable-form-header {
    padding: 0;
}

.charitable-donation-form .charitable-form-fields {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields {
    padding: 0;
    margin: 0 -10px;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 103%;
    display: block;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields .charitable-form-field {
    margin-right: 0;
    width: 33.33%;
    padding: 0 10px;
    float: left;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields .charitable-form-field {
        width: 100%;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .single_sidebar_wrapper.pl-15.mb-40 {
        padding-left: 0;
    }
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields label {
    font-size: 16px;
    font-weight: 600;
}

.charitable-donation-form .charitable-form-fields #charitable-donor-fields #charitable-user-fields input {
    width: 100%;
    height: 55px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 0;
    padding: 0 23px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-inline-end: 60px;
    outline: 0;
}

.charitable-form-field input,
.charitable-form-field select,
.charitable-form-field textarea {
    width: 100%;
}

.charitable-donation-form .charitable-submit-field .charitable-button {
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    height: 60px;
    line-height: 60px;
    color: var(--clr-common-white);
    background-color: var(--clr-theme-1);
    padding: 0px 38px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.charitable-donation-form .charitable-submit-field .charitable-button::before {
    background-color: var(--clr-common-white);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    opacity: 0;
}

.charitable-donation-form .charitable-submit-field .charitable-button:hover::before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.single_widget:is(.has_border) {
    background: var(--clr-common-white);
    padding: 30px 30px;
    box-shadow: 0px 4px 92px 16px rgba(30, 73, 66, 0.1);
}

.widget_title_text:is(.has_border) {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase;
}

.widget_title_text:is(.has_border)::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    background: var(--clr-theme-2);
    inset-inline-start: -30px;
    top: 2px;
}

.widget-post-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.46;
    margin-bottom: 3px;
}

.widget-post-title a:hover {
    color: var(--clr-theme-2);
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 10px;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label {
    padding: 0px;
    margin: 0;
    border-radius: 0px;
    color: #222222;
    display: block;
    position: relative;
    width: 100%;
    margin-right: 20px;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type=radio] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type=radio]:checked + .description {
    background: var(--clr-theme-1);
    color: #fff;
    border-color: var(--clr-theme-1);
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper label input[type=radio] + .description {
    padding: 12px 20px;
    margin: 0;
    border-radius: 5px;
    color: #222222;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    display: block;
    position: relative;
    font-weight: 600;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount {
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #e3e9f4;
    width: auto;
    margin-right: 0px;
    margin-bottom: 0;
    width: 100%;
}

.charitable-donation-form .charitable-form-fields .charitable-fieldset .donation-amounts .custom-donation-amount .custom-donation-input {
    width: 100%;
    height: 55px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 0;
    padding: 0 23px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-inline-end: 60px;
    outline: 0;
}

.causes-sidebar-post.d-flex.mb-20:last-child {
    margin-bottom: 0;
}

.single_widget ul li {
    margin-bottom: 10px;
    list-style: none;
}

.single_widget ul li:last-child {
    margin-bottom: 0;
}

.single_widget ul li a {
    color: var(--clr-theme-1);
    padding-inline-start: 18px;
    position: relative;
}

.single_widget ul li a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--clr-common-border);
    border-radius: 50%;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.single_widget ul li a:hover {
    color: var(--clr-theme-2);
    padding-inline-start: 23px;
}

.single_widget ul li a:hover::before {
    background: var(--clr-theme-2);
}

.page_pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page_pagination span {
    position: relative;
    overflow: hidden;
    background: var(--clr-bg-gray);
    color: var(--clr-body-heading);
    font-size: 16px;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 15px;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid var(--clr-common-border);
}

.page_pagination span span.current {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    border-color: var(--clr-theme-1);
}

.page_pagination a {
    position: relative;
    overflow: hidden;
    background: var(--clr-bg-gray);
    color: var(--clr-body-heading);
    font-size: 16px;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 15px;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid var(--clr-common-border);
}

.page_pagination a:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    border-color: var(--clr-theme-1);
}

.single-campaign .page-title {
    font-size: 50px;
}

.admin-bar .header-main2 {
    margin-top: 32px;
}

.admin-bar .header-main3 {
    margin-top: 32px;
}

.header-main2 .generic-main-menu ul li .sub-menu li a,
.header-main1 .generic-main-menu ul li .sub-menu li a {
    position: relative;
}

.header-main2 .generic-main-menu ul li .sub-menu li a::before,
.header-main1 .generic-main-menu ul li .sub-menu li a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    background: var(--clr-common-white);
    top: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.header-main2 .generic-main-menu ul li .sub-menu li:hover a,
.header-main1 .generic-main-menu ul li .sub-menu li:hover a {
    padding-inline-start: 10px;
    color: var(--clr-theme-2);
}

.header-main2 .generic-main-menu ul li .sub-menu li:hover a::before,
.header-main1 .generic-main-menu ul li .sub-menu li:hover a::before {
    opacity: 1;
    background: var(--clr-theme-2);
}

.footer-widget-contact ul li {
    list-style: none;
}

.armado-footer-blog .generic-el-single-blog-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.armado-footer-blog div.generic-blog-list-style-1.generic-blog-wrapper {
    background: transparent;
}

.armado-footer-blog .generic-blog-element-wrapper.generic-blog-align-center {
    align-items: start;
    gap: 10px 20px;
}

.armado-footer-blog .generic-blog-list-style-1 .generic-blog-thumb {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
}

.armado-footer-blog .generic-blog-list-style-1 .generic-blog-thumb img {
    height: 100%;
    object-fit: cover;
}

.header-main.header-main2 .side-menu-icon.d-xl-none .side-toggle {
    display: none;
}

.header-main.header-main2 .side-info {
    background: var(--clr-common-black);
}

.header-main.header-main2 .bdevs-generic-el .generic-el-side-info-search input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--clr-bg-1);
    background: var(--clr-common-white);
    border-radius: 0;
    padding: 0 20px;
    padding-inline-end: 50px;
    outline: none;
    color: var(--clr-common-black);
}

.header-main.header-main2 .bdevs-generic-el .generic-el-side-info-search form button {
    position: absolute;
    inset-inline-end: 20px;
    top: 24px;
    color: #919191;
}

.header-main.header-main2 .bdevs-generic-el .generic-el-side-info-contact-wrapper ul li a:hover {
    color: var(--clr-theme-2);
}

.meta-items-header3 .meta-item.header-meta-item .meta-item-content p a:hover {
    color: var(--clr-theme-2);
}

.meta-item-content.d-none.d-xl-inline-block {
    text-align: left;
}

.header2_toggle .menu-bar-header-3 {
    margin-inline-end: 0;
}

.header-main3 .mobile-menu-media-all.mean-container .mean-nav ul li a {
    padding: 18px 10% !important;
}

.header-main3 .mobile-menu-media-all.mean-container .mean-nav ul li ul li a {
    padding: 7px 10% !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header2_toggle .menu-bar-header-3 {
        display: flex;
        justify-content: end;
    }
}

.home3-menu .side-menu-icon .side-toggle {
    display: none;
}

.home3-right .menu-bar.d-xl-none {
    display: inline-block;
}

.home3-right .meta-items-header1 {
    display: inline-block;
}

.mt-remove .bdevs-generic-el .generic-el-side-info-search form button {
    right: 20px;
}

.mt-remove .bdevs-generic-el .generic-el-side-info-contact-wrapper ul li i {
    border-radius: 50%;
}

.mt-remove .generic-el-side-info-contact-text span {
    display: block;
}

.header-main2 .bdevs-generic-el .generic-el-side-info-contact-wrapper ul li i {
    border-radius: 50%;
}

.header-main2 .generic-el-side-info-contact-text span {
    display: block;
}

.facility-info-list ul li {
    list-style: none;
}

.bannner-3-social a {
    margin-right: 0px;
}

.operations-area .swiper-container {
    overflow: visible;
}

.blog-area-shape-1 {
    position: absolute;
    width: 250px;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.blog-area-shape-2 {
    position: absolute;
    width: 87px;
    inset-inline-start: 105%;
    bottom: -35px;
    opacity: 0.25;
    z-index: -1;
    animation: translateY 10s linear infinite alternate;
}

.team-social a {
    margin-right: 0px;
}

.breadcrumb-menu .dvdr {
    padding: 0 3px;
}

.breadcrumb-menu ul li {
    list-style: none;
}

.header-main3 .meta-item.header-meta-item:hover .meta-item-icon {
    background: var(--clr-theme-1);
}

.footer1-widget .armado-footer-blog .generic-blog-wrapper .generic-blog-content .generic-blog-meta.gen-bottom-meta {
    padding-top: 0px;
}

.header-main .bdevs-generic-el .generic-main-menu nav ul li .sub-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
    border-top: 4px solid var(--clr-theme-1);
    padding: 15px 20px !important;
    transform: scaleY(0) translateZ(100px) !important;
    transform-origin: top center;
    top: 110%;
}

.header-main .bdevs-generic-el .generic-main-menu nav ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px) !important;
    top: 110%;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-ea86e7c {
        width: 100% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-5747033 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-955 .elementor-element.elementor-element-5747033 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-3dadf55 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-955 .elementor-element.elementor-element-3dadf55 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-cd3dd64 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-955 .elementor-element.elementor-element-cd3dd64 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-cc25c46 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-955 .elementor-element.elementor-element-cc25c46 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-cd3dd64 > .elementor-element-populated {
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-5747033 > .elementor-element-populated {
        padding: 40px 65px 40px 40px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-ea86e7c > .elementor-element-populated {
        margin: 0px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-955 .elementor-element.elementor-element-ea86e7c > .elementor-element-populated {
        padding: 35px !important;
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-516 .elementor-element.elementor-element-a98c7fe {
        width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-a98c7fe {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-516 .elementor-element.elementor-element-59dfc37 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-59dfc37 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-516 .elementor-element.elementor-element-202430a {
        width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-202430a {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-516 .elementor-element.elementor-element-7f94109 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-7f94109 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .armado-footer-blog .generic-blog-element-wrapper.generic-blog-align-center {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-96e8bd9 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-a728fb8 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-fda781e {
        width: 100% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-a728fb8 > .elementor-element-populated {
        margin: 0px 0px 0px 0px !important;
        padding: 40px 30px 0px 40px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-fda781e > .elementor-element-populated {
        padding: 40px 65px 40px 40px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-516 .elementor-element.elementor-element-a728fb8 > .elementor-element-populated {
        padding: 30px 20px 30px 30px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-section.elementor-top-section.armado-footer-area.elementor-section-boxed.elementor-section-height-default::before {
        background: transparent;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .elementor-203 .elementor-element.elementor-element-bfd266b > .elementor-element-populated {
        margin: 0px 0px 30px 0px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-bfd266b > .elementor-element-populated {
        margin: 30px 0px 30px 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .elementor-203 .elementor-element.elementor-element-a3c7d37 > .elementor-element-populated {
        margin: 0px 0px 30px 0px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-a3c7d37 > .elementor-element-populated {
        margin: 0px 0px 30px 0px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-6fdfe3a > .elementor-element-populated {
        margin: 0px 0px 30px 0px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-bfd266b > .elementor-element-populated {
        margin: 0px 0px 30px 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .elementor-203 .elementor-element.elementor-element-0c5708f {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-0c5708f {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .elementor-203 .elementor-element.elementor-element-a0d0ac2 {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-a0d0ac2 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .elementor-203 .elementor-element.elementor-element-7534daa {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-7534daa {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .elementor-203 .elementor-element.elementor-element-e0b3d95 {
        width: 50% !important;
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-e0b3d95 {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-a0d0ac2 > .elementor-element-populated {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-e0b3d95 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-bfd266b > .elementor-element-populated {
        margin: 0 0px 30px 0 !important;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-6fdfe3a > .elementor-element-populated {
        margin: 0 0px 30px 0 !important;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-a3c7d37 > .elementor-element-populated {
        margin: 0 0px 30px 0 !important;
    }
}

@media (max-width: 575px) {
    .elementor-203 .elementor-element.elementor-element-a0d0ac2 > .elementor-element-populated {
        padding: 0 0 0 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-516 .elementor-element.elementor-element-59dfc37 > .elementor-element-populated {
        padding-left: 20px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .elementor-516 .elementor-element.elementor-element-7f94109 > .elementor-element-populated {
        padding: 0px 0px 0px 0px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home3-footer-contact .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: inherit !important;
    }
}

.blog-sidebar-widget .nice-select,
.footer-widget .nice-select {
    float: none;
    border-radius: 0;
}

.blog-sidebar-widget .nice-select.open .list,
.bd-footer-widget .nice-select.open .list {
    width: 100%;
}

.blog-sidebar-widget .nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.blog-sidebar-widget .nice-select::after {
    margin-top: -2px;
}

.mobile-menu-media-all.mean-container .mean-nav ul li ul li:first-child a {
    padding-top: 15px;
}

.mobile-menu-media-all.mean-container .mean-nav ul li ul li:last-child a {
    padding-bottom: 15px;
}

html,
body {
    height: 100%;
    margin: 0;
}

.blog-area {
    min-height: 100%;
}

.blog__details__tag.tagcloud span {
    margin-right: 5px;
}

.blog__details__tag.tagcloud a {
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
    font-size: 12px !important;
    font-weight: 500;
    color: #6A6A6A;
    background: #ffffff;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 0;
    border: 1px solid #e3e6e7;
}

.blog__details__tag.tagcloud a:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    border-color: var(--clr-theme-1);
}

.header-main3 .mean-container .mean-nav ul li ul li {
    padding-left: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px), (min-width: 1600px) {
    .home1-single-news:nth-child(even) .row.align-items-center .blog-first-col {
        order: 2;
    }
}

.bd-footer-widget-title {
    color: rgba(255, 255, 255, 0.9411764706);
}

.widget_recent_comments li span,
.widget_recent_comments li span a {
    color: var(--clr-body-text2);
}

.bd-footer-widget .tagcloud .tag-cloud-link {
    color: #878787;
    background: transparent;
    border-color: rgba(128, 128, 128, 0.7607843137);
}

.bd-footer-widget .tagcloud .tag-cloud-link:hover {
    background: var(--clr-theme-1);
    color: #fff;
}

/* ----------------------------------------
	08. about css
---------------------------------------- */
.woocommerce-ordering .nice-select::after {
    margin-top: -2px;
}

.product__result p {
    margin-bottom: 0;
}

.product-thumb:hover img {
    transform: scale(1.07);
}

.product-thumb {
    background: #EAEAEA;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.product-thumb img {
    width: 100%;
}

.product-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 0;
}

.product-wrapper > div {
    width: calc((100% - 90px) / 4);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-wrapper > div {
        width: calc((100% - 60px) / 3);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-wrapper > div {
        width: calc((100% - 30px) / 2);
    }
}

@media (max-width:450px) {
    .product-wrapper > div {
        width: calc((100% - 0px) / 1);
    }
}

.rating {
    display: flex;
    gap: 5px;
}

.rating a {
    font-size: 14px;
    color: #d2b116;
}

.product-name {
    font-size: 18px;
    text-transform: uppercase;
}

.product-name a:hover {
    color: var(--clr-theme-2);
}

.product-price .price-old {
    color: #cfcfcf;
    text-decoration: line-through;
}

.product-description {
    padding: 30px 0 18px 0;
}

.product-description .rating {
    margin-bottom: 5px;
}

.product-description .product-name {
    margin-bottom: 18px;
}

.product-description .product-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--clr-theme-2);
    display: flex;
    gap: 5px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-description .product-price {
        font-size: 18px;
    }
}

.product-item-action {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    display: flex;
    gap: 12px;
    justify-content: center;
    z-index: 1;
}

.product-item-action a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: var(--clr-common-white);
    color: var(--clr-theme-1);
    font-size: 20px;
    line-height: 50px;
    transition: 0.3s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
    transform: scaleX(0);
    text-align: center;
}

.product-item-action a:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.product-single:hover .product-item-action a {
    transform: scaleX(1);
}

.product-d-img-nav {
    width: 70px;
}

.product-d-img-nav .nav-link {
    padding: 0;
    background: var(--clr-theme-3);
    border: 2px solid var(--clr-theme-3);
    border-radius: 10px;
}

.product-d-img-nav .nav-link img {
    width: 100%;
}

.product-d-img-nav .nav-link:hover {
    border-color: var(--clr-theme-1);
}

.product-d-img-nav .nav-tabs {
    display: flex;
    gap: 20px;
    border-bottom: 0;
}

.product-d-img-nav .nav-link.active {
    border-color: var(--clr-theme-1);
    background: var(--clr-theme-3);
}

.product-d-img-tab-wrapper {
    display: flex;
    gap: 20px;
    margin-right: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-d-img-tab-wrapper {
        margin-right: 0;
    }
}

.product-d-img-tab {
    flex-grow: 1;
}

.product-d-img-tab .tab-pane {
    background: var(--clr-theme-3);
    border-radius: 10px;
}

.product-d-img-tab .tab-pane img {
    width: 100%;
}

.product-d-category {
    font-size: 14px;
    font-weight: 700;
    color: var(--clr-theme-1);
    text-transform: uppercase;
    background: #ffe400;
    display: inline-block;
    height: 20px;
    line-height: 22px;
    border-radius: 4px;
    padding: 0 10px;
}

.product-d-review {
    display: flex;
    gap: 5px;
}

.product-d-review .rating a {
    color: #ffbf14;
}

.product-d-review span {
    font-size: 14px;
}

.product-category-review {
    display: flex;
    gap: 10px;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

.product-side-info .product-name {
    font-size: 26px;
    margin-bottom: 10px;
}

.product-side-info .product-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--clr-theme-2);
    display: flex;
    gap: 5px;
    line-height: 1;
    align-items: end;
    margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-side-info .product-price {
        font-size: 18px;
    }
}

.product-side-info .product-price .price-old {
    font-size: 20px;
}

.product-side-info .price-now {
    font-size: 36px;
    color: var(--clr-theme-2);
}

.product-d-meta {
    display: flex;
    gap: 10px;
}

.product-d-meta span {
    font-size: 16px;
    text-transform: uppercase;
}

.product-d-meta span:first-child {
    color: var(--clr-theme-1);
    font-weight: 700;
}

.product-d-meta .social-links ul li a {
    color: #999999;
}

.product-d-meta .social-links ul li a:hover {
    color: var(--clr-theme-2);
}

.product-quantity-cart {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product-quantity-cart .border-btn {
    height: 60px;
    border-width: 2px;
    padding: 0 0;
    width: 60px;
    line-height: 56px;
    border-radius: 10px;
}

.product-quantity-form .cart-minus {
    height: 56px;
    width: 35px;
    border: none;
}

.product-quantity-form .cart-plus {
    height: 56px;
    width: 35px;
    border: none;
}

.product-quantity-form .cart-input {
    height: 56px;
    width: 24px;
    border: none;
    text-align: center;
    color: var(--clr-theme-1);
}

.product-details-tab-wrapper {
    display: flex;
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-details-tab-wrapper {
        flex-direction: column;
        gap: 0;
    }
}

.product-details-content {
    flex-grow: 1;
}

.product-details-nav .nav-tabs {
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-details-nav .nav-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.product-details-nav .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--clr-theme-1);
    border: 2px solid var(--clr-theme-1);
    border-radius: 10px;
    width: 260px;
    padding: 0 28px;
    height: 60px;
    line-height: 56px;
    font-weight: 700;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-details-nav .nav-link {
        width: auto;
    }
}

.product-details-nav .nav-link:hover {
    border-color: var(--clr-theme-1);
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}

.product-details-nav .nav-link.active {
    border-color: var(--clr-theme-1);
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}

.product__details-info ul li {
    display: flex;
    align-items: center;
    padding: 15px 30px;
}

@media (max-width: 575px) {
    .product__details-info ul li {
        padding: 15px 15px;
    }
}

.product__details-info ul li:nth-child(2n+1) {
    background: #f7f7f7;
}

.product__details-info ul li h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    width: 25%;
    text-transform: uppercase;
    min-width: 100px;
}

.product__details-info ul li span {
    font-size: 16px;
}

.course-review-item {
    display: flex;
    align-items: normal;
}

.course-review-list {
    margin-left: 20px;
}

.course-review-list span {
    color: var(--clr-common-heading);
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.course-review-list h5 {
    text-transform: uppercase;
}

.course-start-icon i {
    color: var(--clr-theme-1);
    font-size: 13px;
}

.course-start-icon {
    margin-bottom: 10px;
}

.comment-title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.comment-title p {
    color: #454545;
}

.comment-rating span {
    font-size: 15px;
    color: #454545;
    margin-right: 5px;
}

.comment-rating ul li {
    display: inline-block;
}

.comment-rating ul li a {
    font-size: 14px;
    color: var(--clr-theme-1);
}

.comment-rating ul {
    display: inline-block;
}

.comment-agree input {
    margin: 0;
    appearance: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid var(--clr-common-border);
    border-radius: 2px;
    outline: none;
}

.comment-agree label {
    margin-left: 5px;
    font-size: 15px;
    color: #454545;
}

.comment-agree input::placeholder {
    color: var(--clr-common-text);
    font-size: 14px;
    opacity: 1;
}

.comment-input input::placeholder {
    color: var(--clr-common-text);
    font-size: 14px;
    opacity: 1;
}

.comment-textarea {
    height: 170px;
    width: 100%;
    background: #f8f8f9;
    border: none;
    padding: 15px 20px;
    border-radius: 4px;
    resize: none;
    outline: 0;
}

.comment-textarea::placeholder {
    color: var(--clr-common-text);
    font-size: 14px;
    opacity: 1;
}

.product-available-sizes span {
    border: 1px solid var(--clr-common-border);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.product-slider-area-btn {
    margin-bottom: 60px;
    text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-slider-area-btn {
        text-align: left;
    }
}

.style-5.product-slider-area-btn .border-btn {
    border-color: #f0f0f0;
    border-width: 2px;
    height: 60px;
    line-height: 56px;
    color: var(--clr-theme-2);
}

.style-5.product-slider-area-btn .border-btn:hover {
    border-color: var(--clr-theme-2);
    background: var(--clr-theme-2);
    color: var(--clr-common-white);
}

.style-2.product-single {
    border-radius: 10px;
    overflow: hidden;
}

.style-2.product-single:hover .product-item-action {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}

.style-2 .product-description {
    padding: 33px 0 37px 0;
    background: var(--clr-common-white);
    text-align: center;
}

.style-2 .product-price {
    justify-content: center;
}

.style-2 .product-name {
    font-size: 20px;
    margin-bottom: 13px;
}

.style-2 .product-price {
    font-size: 18px;
    font-weight: 400;
}

.style-2 .product-item-action a {
    font-size: 18px;
    color: var(--clr-common-white);
    width: auto;
    height: auto;
    line-height: inherit;
    background: transparent;
    position: relative;
    transform: scaleX(1);
}

.style-2 .product-item-action a:hover {
    color: var(--clr-theme-2);
}

.style-2 .product-thumb {
    overflow: hidden;
}

.style-2 .product-item-action {
    display: inline-flex;
    background: var(--clr-theme-1);
    padding: 17px 23px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    gap: 40px;
    margin-right: -23%;
    margin-bottom: -60px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.style-2 .product-batches {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    gap: 10px;
}

.style-2 .batch-trending {
    width: 30px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
    background: var(--clr-theme-2);
    text-align: center;
    color: var(--clr-common-white);
    line-height: 45px;
    padding-top: 5px;
    border-radius: 0 0 15px 15px;
}

.style-2 .product-batch {
    width: 60px;
    height: 60px;
    background: var(--clr-common-white);
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    color: var(--clr-theme-1);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50%;
}

.style-2.featured-product-area {
    background: #f8f5f0;
    padding-top: 445px;
    margin-top: -325px;
    overflow: hidden;
}

.style-2 .featured-product-active {
    overflow: visible;
}

.style-2 .featured-product-active .swiper-slide {
    opacity: 0;
    visibility: hidden;
}

.style-2 .featured-product-active .swiper-slide-active,
.style-2 .featured-product-active .swiper-slide-active ~ .swiper-slide {
    opacity: 1;
    visibility: visible;
}

.featured-porduct-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .featured-porduct-nav {
        justify-content: flex-start;
    }
}

.featured-nav-button {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    color: var(--clr-theme-2);
    background: var(--clr-common-white);
    line-height: 60px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featured-nav-button:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.items-showing-text {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--clr-theme-1);
}

.items-showing-text span {
    color: var(--clr-theme-2);
}

.filter-buttons {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}

.filter-buttons .v-line {
    color: #dcdcdc;
}

.filter-category-btn .btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--clr-theme-1);
    border: 0;
    padding: 0;
}

.filter-category-btn .btn:focus {
    box-shadow: none;
}

.filter-category-btn .btn i {
    color: var(--clr-theme-2);
    margin-right: 10px;
}

.filter-category-btn .dropdown-menu {
    border-color: var(--clr-theme-1);
}

.filter-item-btn .btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--clr-theme-1);
    border: 0;
    padding: 0;
}

.filter-item-btn .btn:focus {
    box-shadow: none;
}

.filter-item-btn .btn i {
    color: var(--clr-theme-2);
    margin-left: 3px;
}

.filter-item-btn .dropdown-menu {
    border-color: var(--clr-theme-1);
}

.filter-tab-btn {
    margin-left: 5px;
}

.filter-tab-btn .nav-tabs .nav-link {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.filter-tab-btn .nav-tabs {
    border: 0;
    display: flex;
    gap: 16px;
}

.cart-area .table-content table {
    background: #ffffff;
    border-color: #edeef2;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.cart-area .table-content .product-quantity {
    float: none;
}

.cart-area .table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-area .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #edeef2;
}

.cart-area .table-content table td.product-name a:hover {
    color: var(--clr-common-heading);
}

.cart-area .table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.cart-area .table-content table th,
.cart-area .table-content table td {
    border-bottom: 1px solid #edeef2;
    border-right: 1px solid #edeef2;
}

.cart-area .table td,
.cart-area .table th {
    border-top: 1px solid #edeef2;
    white-space: nowrap;
}

.cart-area .table-content table td.product-subtotal {
    font-size: 16px;
}

.cart-area .table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.cart-area .coupon-all {
    margin-top: 50px;
}

.cart-area .coupon {
    float: left;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .cart-area .coupon {
        float: none;
    }
}

.cart-area #coupon_code {
    height: 50px;
    border: 1px solid #edeef2;
    padding: 0 15px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cart-area #coupon_code:focus {
    border-color: var(--clr-common-heading);
}

.cart-area .coupon2 {
    float: right;
}

@media (max-width: 767px) {
    .cart-area .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-area .cart-page-total {
    padding-top: 50px;
}

.cart-area .cart-page-total > h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-area .cart-page-total > ul {
    border: 1px solid #edeef2;
}

.cart-area .cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #575757;
    padding: 14px 30px;
    border-bottom: 1px solid #edeef2;
    font-weight: 400;
}

.cart-area .cart-page-total ul > li > span {
    float: right;
}

.cart-area .cart-page-total li:last-child {
    border-bottom: 0;
}

.cart-area td.product-thumbnail img {
    width: 125px;
}

.cart-area .product-quantity-form {
    margin: auto;
    width: 122px;
    height: 58px;
    border: 1px solid var(--clr-common-border);
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cart-area .product-quantity-form:hover {
    border-color: var(--clr-common-heading);
}

.cart-area .cart-plus,
.cart-area .cart-minus {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
}

.cart-area .cart-plus:hover,
.cart-area .cart-minus:hover {
    cursor: pointer;
    color: var(--clr-common-heading);
    background: transparent;
}

.cart-area .cart-plus {
    left: auto;
    right: 0;
}

.cart-area .cart-input {
    height: 58px;
    width: 32px;
    text-align: center;
    font-size: 14px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -3px;
    padding-bottom: 4px;
    background: transparent;
}

.cart-area .cart-input:focus {
    outline: none;
}

.cart-area .coupon .fill-btn {
    height: 50px;
    line-height: 48px;
}

.cart-area .coupon2 .fill-btn {
    height: 50px;
    line-height: 48px;
}

.product-quantity a {
    white-space: nowrap;
}

.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid var(--clr-common-heading);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
    content: "\f07b";
    left: 15px;
    top: 13px;
    position: absolute;
    color: #575757;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}

.coupon-accordion span {
    color: #575757;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: var(--clr-common-heading);
}

.coupon-content {
    border: 1px solid var(--clr-common-border);
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: var(--clr-common-heading);
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: var(--clr-common-heading);
    font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid var(--clr-common-border);
    height: 60px;
    line-height: 60px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
    border-color: var(--clr-common-heading);
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
    background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
    position: relative;
    top: 0px;
}

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #575757;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid var(--clr-common-border);
    margin-bottom: 15px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

p.checkout-coupon input[type=text]:focus {
    border-color: var(--clr-common-border);
}

.coupon-checkout-content {
    display: none;
}

.checkbox-form .ship-different-title {
    border-bottom: 1px solid var(--clr-common-border);
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.checkbox-form h3 {
    text-transform: uppercase;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select select {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--clr-common-border);
    padding: 0 10px;
    height: 50px;
}

.country-select label,
.checkout-form-list label {
    color: var(--clr-common-heading);
    display: block;
    margin: 0 0 0px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: var(--clr-common-heading);
}

.country-select .nice-select {
    border: 1px solid var(--clr-common-border);
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    width: 100%;
    color: #575757;
    margin-bottom: 20px;
    border-radius: 0;
}

.country-select .nice-select .list {
    width: 100%;
}

.checkout-form-list {
    margin-bottom: 30px;
}

.checkout-form-list label {
    color: var(--clr-common-heading);
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #ffffff;
    border: 1px solid var(--clr-common-border);
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
    border-color: var(--clr-common-border);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
    color: #575757;
    opacity: 1;
}

.checkout-form-list input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #575757;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title label {
    display: inline-block;
    margin-right: 10px;
}

.order-notes textarea {
    border: 1px solid var(--clr-common-border);
    height: 90px;
    padding: 15px;
    width: 100%;
    resize: none;
    padding-left: 20px;
    outline: none;
}

.order-notes textarea::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.order-notes textarea::placeholder {
    color: #575757;
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 2px solid var(--clr-common-border);
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid var(--clr-common-border);
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid var(--clr-common-border);
    border-right: medium none;
    color: #575757;
    font-size: 16px;
    padding: 15px 0;
    text-align: left;
}

@media (max-width: 767px) {
    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: var(--clr-common-heading);
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 0px;
}

.your-order-table table .shipping ul li label {
    color: #575757;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
    color: var(--clr-common-heading);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

.payment-method .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.payment-method .accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid var(--clr-common-border);
}

.payment-method .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-common-heading);
    padding: 23px 0;
    border: none;
}

.payment-method .accordion-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.payment-method .accordion-button::after {
    position: absolute;
    content: "\f067";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 400;
    margin-left: 0;
    background-image: none;
}

.payment-method .accordion-button:not(.collapsed) {
    color: var(--clr-common-heading);
    background-color: var(--clr-common-white);
    box-shadow: none;
}

.payment-method .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.payment-method .accordion-body {
    padding: 8px 0;
    padding-bottom: 40px;
}

.payment-method .accordion-collapse {
    border: none;
}

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
    user-select: none;
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid var(--clr-common-border);
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid var(--clr-common-border);
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid var(--clr-common-border);
}

.order-button-payment button {
    width: 100%;
}

.product-details-img {
    margin-right: 50px;
}

@media (max-width: 575px) {
    .product-details-img {
        margin-right: 0;
    }
}

.product-details-img img {
    width: 100%;
}

.product-side-info .product-name {
    font-size: 26px;
}

.product-side-info .product-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--clr-theme-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-side-info .product-price {
        font-size: 18px;
    }
}

.product-side-info p {
    margin-top: 30px;
    margin-bottom: 40px;
}

.product-quantity-cart {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product-quantity-form .cart-minus {
    height: 55px;
    width: 55px;
    border: none;
}

.product-quantity-form .cart-plus {
    height: 55px;
    width: 55px;
    border: none;
}

.product-quantity-form .cart-input {
    height: 55px;
    width: 55px;
    border: none;
    text-align: center;
}

.product-quantity-cart .product-quantity-form {
    border: 2px solid var(--clr-common-border);
    border-radius: 10px;
    padding: 0 7px;
}

.sidebar-action {
    background: var(--clr-common-white);
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 390px;
    padding: 30px 30px;
    transition: 0.6s;
    overflow-y: scroll;
}

@media (max-width: 575px) {
    .sidebar-action {
        width: 320px;
    }
}

.close-sidebar {
    background: var(--clr-theme-1);
    display: flex;
    align-items: center;
    gap: 10px;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    color: var(--clr-common-white);
    position: absolute;
    right: 30px;
    top: 30px;
}

.sidebar-cart {
    right: -100%;
}

.sidebar-cart.cart-open {
    right: 0;
}

.sidebar-wishlist {
    right: -100%;
}

.sidebar-wishlist.wishlist-open {
    right: 0;
}

.sidebar-filter {
    right: -100%;
}

.sidebar-filter.filter-open {
    right: 0;
}

.sidebar-filter .product-filters {
    padding: 0px;
}

.sidebar-filter .filter-widget-title {
    font-size: 18px;
}

.sidebar-action-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sidebar-list-item {
    display: flex;
    gap: 20px;
}

.sidebar-action-btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sidebar-action-btn a {
    width: 100%;
    flex-wrap: wrap;
    white-space: nowrap;
}

.sidebar-action-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-pricing span {
    font-size: 15px;
    font-weight: 500;
    color: var(--clr-common-heading);
    line-height: 1;
}

.sidebar-list-item {
    display: flex;
    gap: 20px;
    border-top: 1px solid var(--clr-common-border);
    padding-top: 20px;
    position: relative;
    padding-right: 20px;
}

.sidebar-list-item .product-image {
    min-width: 90px;
    height: 80px;
}

.sidebar-list-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-list-item .product-desc {
    padding: 0px 0 0px;
}

.sidebar-list-item .product-name {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--clr-theme-1);
    font-weight: 600;
}

.sidebar-list-item .remove-item {
    position: absolute;
    right: 0;
    top: 20px;
    color: var(--clr-common-heading);
}

.product-price-total {
    padding-top: 20px;
    border-top: 1px solid var(--clr-common-border);
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.product-price-total span {
    color: var(--clr-common-heading);
    font-weight: 500;
}

.sidebar-action-btn a {
    flex-grow: 1;
    height: 60px;
    line-height: 58px;
    border-radius: 10px;
}

.armado-shop-area .woocommerce-breadcrumb {
    display: none;
}

.product__result .woocommerce-ordering {
    display: none;
}

.woocommerce-ordering .nice-select {
    float: none;
    background: #F2F3F5;
    padding-right: 45px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.woocommerce-ordering .nice-select .list {
    left: auto;
    right: 0;
}

@media (max-width: 575px) {
    .woocommerce-ordering .nice-select .list {
        left: 0;
        right: auto;
        z-index: 99;
    }
}

.on-sale-wrap {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.details-on-sale-wrap {
    position: absolute;
    left: auto;
    right: 10px;
    top: 20px;
    z-index: 9;
}

.woocommerce span.onsale {
    display: inline-block;
    box-sizing: content-box;
    height: 30px;
    position: relative;
    content: "";
    cursor: pointer;
    margin: 0 13px 0 0;
    padding: 0px 10px 0px 10px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 29px;
    text-overflow: ellipsis;
    background-color: var(--clr-theme-2);
    color: #ffffff;
    font-size: 11px;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
    display: none;
}

.product-additional-tab {
    display: flex;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-additional-tab {
        display: inherit;
    }
}

.product-additional-tab .nav-tabs {
    flex-direction: column;
    border-bottom: 0;
    width: 275px;
    flex: 0 0 auto;
}

.bd-content-tab {
    margin-left: 40px;
    width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-content-tab {
        margin-left: 0px !important;
        margin-top: 30px;
    }
}

.bd-content-tab {
    margin-left: 40px;
    width: 100%;
}

.product-additional-tab .nav-tabs .nav-item {
    margin-bottom: 10px;
    list-style: none;
}

.product-additional-tab .nav-tabs .nav-item .nav-links {
    font-size: 16px;
    color: var(--clr-theme-1);
    font-weight: 600;
    text-align: left;
    padding: 15px 30px;
    width: 100%;
    border: 1px solid #ebebeb;
    display: block;
    text-transform: uppercase;
    border-radius: 6px;
}

.product-additional-tab .nav-tabs .nav-item.active .nav-links {
    background-color: var(--clr-theme-1);
    color: #fff;
}

.comment-form-comment textarea {
    padding-top: 20px;
    padding-bottom: 20px;
}

#review_form_wrapper .comment-form-comment label {
    margin-bottom: 8px;
}

.bd-content-tab h2 {
    font-size: 36px;
    margin-bottom: 5px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-content-tab h2 {
        font-size: 32px;
    }
}

.comment-form .fill-btn {
    border: 1px solid var(--clr-theme-1) !important;
}

.armado-page-content .shoppong-car-wrap .woocommerce-cart-form table thead {
    border-bottom: 1px solid #EDEEF5;
}

.armado-page-content .shoppong-car-wrap .woocommerce-cart-form table thead tr th {
    text-align: left;
    font-weight: 500;
    color: #404a3d;
}

.armado-page-content .shoppong-car-wrap .woocommerce-cart-form table tbody tr td {
    border-top: 1px solid #EDEEF5;
    text-align: left;
}

.armado-page-content .shoppong-car-wrap .woocommerce-cart-form table tbody tr td a {
    font-weight: 400;
    transition: 0.3s;
}

.woocommerce-cart-form table {
    width: 100%;
    border: none !important;
}

.update-cart.fill-btn,
.cart-btn.fill-btn,
.fill-btn.coupon-btn {
    height: 45px;
    line-height: 45px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images img {
    padding: 0;
    width: 100%;
    background: var(--clr-theme-3);
    border: 1px solid var(--clr-theme-3);
    border-radius: 10px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images img.flex-active {
    border-color: var(--clr-theme-1);
    background: var(--clr-theme-3);
}

.generic-el-mini-card {
    position: relative;
}

.mini-shopping-cart-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 1.25rem;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
    border: 1px solid #edeef5;
    border-radius: 10px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.mini-shopping-cart-box .mini_cart_item + .mini_cart_item {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px solid #EDEEF5;
}

.generic-el-mini-card:hover .mini-shopping-cart-box {
    opacity: 1;
    visibility: visible;
    top: 125%;
    z-index: 3;
}

@media (max-width: 575px) {
    .generic-el-mini-card:hover .mini-shopping-cart-box {
        top: 110%;
    }
}

.mini_cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.mini-cart-thumb {
    flex: 0 0 3.5rem;
    max-width: 3.5rem;
    padding: 0;
    margin-right: 0.625rem;
}

.min-cart-content {
    position: static;
    flex: 1;
    padding: 0;
    text-align: left;
}

.mini-cart-title {
    font-size: 16px;
    margin-bottom: 2px;
    color: var(--clr-theme-1);
    font-weight: 600;
    text-transform: capitalize;
}

.mini-cart-title:hover {
    color: var(--clr-theme-2) !important;
}

.mini-cart-title a {
    color: var(--clr-theme-1) !important;
}

.min-cart-price .quantity {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.min-cart-price .woocommerce-Price-amount.amount {
    color: #0B3D2C;
}

.remove.remove_from_cart_button {
    font-size: 20px;
}

#generic-el-cart-item {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 20px;
    height: 20px;
    background: var(--clr-theme-1);
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}

.generic-el-mini-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.product-description .product-price .price-now del {
    color: #cfcfcf;
    text-decoration: line-through;
}

#review_form_wrapper .form-submit input {
    background-color: var(--clr-theme-1);
    padding: 0 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: auto !important;
    border: 0;
    line-height: 1;
}

.button.wc-backward {
    font-size: 16px;
    color: var(--clr-common-white);
    font-weight: 700;
    background: var(--clr-theme-1);
    border: 1px solid var(--clr-theme-1);
    height: 60px;
    line-height: 58px;
    border-radius: 10px;
    padding: 0 38px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    white-space: nowrap;
}

.button.wc-backward:hover {
    color: var(--clr-theme-1);
    background: var(--clr-common-white);
}

.tp-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--clr-theme-2);
    display: block;
    margin-bottom: 10px;
    margin-top: -2px;
    line-height: 1;
}

.tp-section-title {
    font-size: 60px;
    line-height: 1.16;
    font-weight: 700;
    color: var(--clr-theme-2);
    text-transform: uppercase;
    letter-spacing: -1.3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .product-single-gallery-main {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .product-single-gallery-main {
        margin-bottom: 180px;
    }
}

.woosq-product .thumbnails img {
    min-height: 460px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .woosq-product .thumbnails img {
        min-height: 338px;
    }
}

.page-numbers i {
    font-family: "Font Awesome 5 Pro";
}

@media (max-width: 575px) {
    .cart.grouped_form.tp-single-cart-form {
        width: 100%;
        overflow-x: auto;
    }
}

@media (max-width: 575px) {
    .cart.grouped_form.tp-single-cart-form table {
        width: 500px;
    }
}

@media (max-width: 575px) {
    .product-type-grouped .summary.entry-summary.tp-single-content-info {
        margin-top: 130px;
    }
}

.gm-update-cart-btn {
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce-cart-form .actions .coupon {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .update-cart {
        width: 100%;
        margin-top: 11px;
        text-align: left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocommerce-cart-form .actions .coupon {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .woocommerce-cart-form .actions .coupon {
        width: 60%;
    }
}

@media (max-width: 575px), (max-width:450px) {
    .woocommerce-cart-form .actions .coupon {
        display: block;
    }
}

@media (max-width: 575px), (max-width:450px) {
    .woocommerce-cart-form .actions .coupon #coupon_code {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px), (max-width:450px) {
    .woocommerce-cart-form .coupon .fill-btn {
        width: 100%;
    }
}

.checkout-button.fill-btn.gm-proced-btn {
    color: #fff !important;
}

.checkout-button.fill-btn.gm-proced-btn:hover {
    color: #0b3d2c !important;
}

.tp-single-content-info .variations_form .variations {
    margin-bottom: 30px;
}

.tp-single-content-info .variations_form .variations tbody tr {
    margin-bottom: 10px;
    display: block;
}

.tp-single-content-info .variations_form .variations tbody tr .nice-select {
    margin-left: 10px;
}

.variations_form.tp-single-cart-form .variations {
    margin-bottom: 30px;
}

.variations_form .variations tr {
    margin-bottom: 10px;
    display: block;
}
