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

    Theme Name: Armado - Military Service HTML Template
    Author: Bdevs
    Support: https://www.devsnews.com/support/
    Description: Armado - Military Service HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. common css
	02. buttons css
	03. animation css
	04. header css
	05. hero css
	06. banner css
	07. activity css
	08. about css
	09. services css
	10. facility css
	11. donation css
	12. cta css
	13. news css
	14. contact-form css
	15. brand css
	16. subscribe css
	17. page-title css
	18. fact css
	19. video css
	20. team css
	21. testimonial css
	22. gallery css
	23. feature css
	24. enquiry css
	25. accordion css
	26. pricing css
	27. faq css
	28. error css
	29. contact css
	30. blog css
	31. operations-gallery css
	32. settings css
	33. cursor css
	34. footer css

**********************************************/
/*----------------------------------------
    01. common css
----------------------------------------*/

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

body {
    font-size: 16px;
    font-weight: normal;
    color: var(--clr-theme-1);
    line-height: 28px;
    background: #fff;
}

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,
span,
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: #03adcc;
        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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    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;
}

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

li {
    list-style: none;
}

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

::-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
-----------------------------------------*/
.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-theme-1: #1f4941;
    --clr-theme-2: #03ADCC;
    --clr-theme-3: #7c7c7c;
    --clr-bg-1: #1f4941;
    --clr-bg-2: #03ADCC;
    --clr-bg-3: #fffcf6;
    --clr-bg-4: #f2f2f2;
}

.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;
    -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);
}

/*----------------------------------------
	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);
    }

.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;
    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;
}

.load-more-btn {
    display: inline-flex;
    justify-content: center;
}

.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%);
        -moz-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;
}

    .link-btn-2 i {
        position: absolute;
        top: 45%;
        -webkit-transform: translateY(-50%);
        -moz-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);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: pulse 2s infinite;
}

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

/* 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: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);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        -webkit-transform: translateY(40px);
        -moz-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(#SVGID_2_);
    }

    .play-svg .st2 {
        fill: #03ADCC;
    }

    .play-svg .st3 {
        fill: none;
        stroke: #03ADCC;
        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 10px;
    }
}

.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);
    -moz-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: 5px 15px 5px 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);
    -moz-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 var(--clr-common-border);
        font-size: 16px;
        text-transform: none;
        opacity: 1;
        padding-left: 0;
    }

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

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

        div.mean-container .mean-nav ul li a.mean-expand {
            height: 26px;
            border: none;
            background: var(--clr-theme-2);
            padding: 10px 5%;
            top: 10px;
            color: var(--clr-theme-1);
        }

            div.mean-container .mean-nav ul li a.mean-expand::before {
                position: absolute;
                content: "+";
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            div.mean-container .mean-nav ul li a.mean-expand.mean-clicked::before {
                content: "-";
            }

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

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

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

.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;
}

.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;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 800;
}

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

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

.header1-logo {
    width: 207px;
}

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

.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 {
    position: absolute;
    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: 20px;
}

    .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;
    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);
        }

        .header-main3.sticky .meta-items-header3 .meta-item.header-meta-item:hover .meta-item-icon {
            background: 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%;
}

@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;
}

    .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%;
    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);
    }
}

.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: var(--clr-common-white);
    }
}

.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);
    }

/*----------------------------------------
	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.7) 0%, rgba(0, 0, 0, 0.2) 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: 48px;
    text-transform: uppercase;
    color: var(--clr-common-white);
    line-height: 1;
    letter-spacing: 3px;
    max-width: 565px;
    line-height: 1.2;
}

@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: 21px;
    }
}

.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: 1;
        transform: translateX(0px);
        transition: all 1000ms ease;
    }
}

.banner-content1 .banner-btn {
    opacity: 1;
    transform: translateY(0px);
    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%;
    top: 0;
    inset-inline-start: 0;
    opacity: 0.2;
    border-radius: 0 0 500px 500px;
}

@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%;
    position: absolute;
    inset-inline-start: calc(100% + 43px);
    bottom: -77px;
    border-radius: 500px;
}

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

.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;
    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;
}

@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;
    }
}

.banner-protec-video-btn .play-btn:hover {
    color: var(--clr-common-white);
    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;
}

.banner-protec-video-btn .play-btn-text {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 190px;
    margin: -95px -95px;
    -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;
    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;
    }
}

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

.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;
}

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

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

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

    .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;
}

/*----------------------------------------
	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%;
    }

    .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;
        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%;
}

/*----------------------------------------
	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 {
    transition: none;
}

    .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;
        }

[dir=rtl] .service-shape-wrapper .service-shape.shape-1 {
    transform: rotateY(190deg);
}

.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);
    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;
}

@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;
}

.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 {
        transition: none;
    }

        .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%;
        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;
    }

/*----------------------------------------
	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;
    -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);
        -moz-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%);
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

/*----------------------------------------
	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: 2;
}

.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;
        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;
    }

    .donation-fund .fund-raised {
        font-size: 26px;
        font-weight: 600;
        color: var(--clr-theme-1);
    }

    .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: #03ADCC;
    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;
}

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

.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, .contact-form-wrapper-1 .border-btn:focus {
        border-color: var(--clr-theme-2);
        background: var(--clr-theme-2);
        color: var(--clr-theme-1);
    }

.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, .appointment-btn .border-btn:focus {
        border-color: var(--clr-theme-2);
        background: var(--clr-theme-2);
        color: var(--clr-theme-1);
    }

.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;
}

/*----------------------------------------
	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;
    /* align-items: center; */
    justify-content: space-evenly;
}

/*----------------------------------------
	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: 0.15;
}

/*----------------------------------------
	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-area::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: var(--clr-common-black);
        opacity: 0.7;
        top: 0;
        inset-inline-start: 0;
        z-index: -1;
    }

.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 ul {
    display: flex;
    justify-content: center;
    gap: 5px 24px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .breadcrumb-menu ul {
        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;
    }
}

/*----------------------------------------
	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);
    -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;
}

/*----------------------------------------
	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%;
    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: 23px;
    }

.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: none;
    }

        .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;
    }

.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);
            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;
    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;
}

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

.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;
    padding: 50px;
}

    .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%;
        object-fit: cover;
    }

.testimonial-pagination-2 {
    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%;
        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;
    box-shadow: 0px 4px 140px 49px rgba(31, 73, 65, 0.1);
    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;
}

.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;
    }

/*----------------------------------------
	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%;
    }

@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: var(--clr-theme-1);
    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;
    border: 0;
    padding: 0;
    text-align: start;
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}

.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;
}

.accordion-button::after {
    width: auto;
    height: auto;
    content: "\f126";
    font-family: flaticon_armado_-_militery_service_themeset !important;
    color: var(--clr-common-white);
    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);
}

.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;
}

/*----------------------------------------
	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);
    }
}

.accordion-2 .accordion-item {
    background: #e9e9e9;
    border-radius: 0;
}

.accordion-2 .accordion-button {
    color: var(--clr-theme-1);
    background: #e9e9e9;
    box-shadow: none;
}

    .accordion-2 .accordion-button::after {
        color: var(--clr-theme-1);
    }

    .accordion-2 .accordion-button:not(.collapsed) {
        color: var(--clr-theme-2);
    }

        .accordion-2 .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);
        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);
    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;
        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);
    margin-bottom: 0;
    font-size: 24px;
    color: var(--clr-common-white);
}

.meta-items-header3 .meta-item.header-meta-item:hover .meta-item-icon {
    background: var(--clr-theme-1);
}

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

.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: var(--clr-common-black);
}

@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;
    }
}

/*----------------------------------------
	30. blog css
----------------------------------------*/
.blog-single:hover .blog-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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .footer-blog-thumb img,
.service-content:hover .service-thumb img,
.service-content:hover .feature-thumb img {
    transform: scale(1.03);
}

.blog-thumb,
.latest-news-thumb,
.footer-blog-thumb,
.service-thumb,
.feature-thumb {
    position: relative;
    overflow: hidden;
}

    .blog-thumb > a,
    .latest-news-thumb > a,
    .footer-blog-thumb > a,
    .service-thumb > a,
    .feature-thumb > a {
        position: relative;
        height: 100%;
        display: block;
    }

        .blog-thumb > a::after,
        .latest-news-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,
    .latest-news-thumb img,
    .footer-blog-thumb img,
    .service-thumb img,
    .feature-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blog-pagination {
    position: absolute;
    inset-inline-end: 0;
    top: -90px;
}

.blog-main-single .blog-thumb {
    display: block;
}

    .blog-main-single .blog-thumb a:after {
        display: none;
    }

.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-thumb a::after {
        display: none;
    }

.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: 21px;
    font-weight: 600;
    
    line-height: 1.34;
    margin-bottom: 0;
}

@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: 16px;
        font-weight: 600;
              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: 100%;
        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);
        }

.blog-area-shape-1 {
    position: absolute;
    width: 250px;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
    transform: translate(-50%, -50%);
}

@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) {
    .blog-area-shape-1 {
        width: 200px;
    }
}

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

.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;
}

/*----------------------------------------
	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%);
    -moz-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%);
        -moz-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%);
    -moz-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%);
    -moz-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%);
    -moz-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%);
        -moz-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="#03ADCC"] {
        background-color: #03ADCC;
    }

    .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: none;
}

.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;
    }

/*----------------------------------------
	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 {
       
        display: inline-block;
      
        text-align: center;
       
        border: none;
        font-size: 14px;
    }

   

.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;
}

@media (min-width: 1400px) {
    .footer2-widget-1 {
        margin-right: 10px;
    }
}

.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-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;
        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;
    gap: 15px;
}

    .social-links ul li {
        margin: 0;
    }

        .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;
}

.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);
    }
}

/*# sourceMappingURL=style.css.map */
