/*============================================

   Theme Name: Apexa - Business Consulting HTML Template
   Author : alithemes
   Support: doanmanhhieu@gmail.com
   Description: Apexa - Business Consulting HTML Template
   Version: 1.0

==============================================*/

/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. About
    07. Services
    08. Choose
    09. Project
    10. Pricing
    11. Request
    12. Consulting
    13. Testimonial
    14. Features
    15. Marquee
    16. Fact
    17. Team
    18. Call-back
    19. Blog
    20. Contact
    21. Brand
    22. 404 Error
    23. Footer

==============================================*/

/*============================================
/*  01. Theme Default CSS
==============================================*/

@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
    --tg-body-font-family: 'Sarabun', sans-serif;
    --tg-heading-font-family: 'Sarabun', sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 16px;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-body-color: #666666;
    --tg-heading-color: #000038;
    --tg-theme-primary: #001B90;
    --tg-theme-primary-two: #d70006;
    --tg-theme-secondary: #29ABE2;
    --tg-color-dark-blue: #0E104B;
    --tg-color-dark-blue-two: #001B31;
    --tg-color-dark-blue-three: #0F2C44;
    --tg-color-yellow-light: #FFB930;
    --tg-color-yellow-light-2: #DED9CE;
    --tg-color-white-default: #ffffff;
    --tg-color-sky-blue: #7EA7C8;
    --tg-color-sky-blue-two: #7E93A4;
    --tg-color-gray-1: #DCDCEC;
    --tg-color-gray-2: #C3C3EC;
    --tg-color-gray-3: #EDF6FA;
    --tg-color-gray-4: #F3F8F9;
    --tg-color-gray-5: #DDE3FF;
    --tg-color-gray-6: #96A1B8;
    --tg-color-gray-7: #4C4C5B;
    --tg-color-gray-8: #a6a6a6;
    --tg-color-gray-9: #fceff0;
    --tg-color-gray-10: #F6F6F6;
    --tg-color-gray-11: #F8F8F8;
    --tg-color-gray-12: #F9F9F9;
    --tg-color-gray-13: #696969;
    --tg-color-dark: #1C1A4A;
    --tg-color-black-1: #06042E;
    --tg-color-black-2: #151515;
    --tg-color-black-3: #00002F;
    --tg-color-black-4: #2d2d2d;
    --tg-color-black-5: #000;
    --tg-border-1: #5A5A8E;
    --tg-border-2: #DCE5E9;
    --tg-border-3: #B2BFC5;
    --tg-border-4: #E8ECED;
    --tg-border-5: #C3C3E1;
    --tg-border-6: #E0E0E0;
    --tg-border-7: #E2E2E2;
    --tg-border-8: #DBDBDB;
    --tg-border-9: #FF755E;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/

body {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    line-height: var(--tg-body-line-height);
}

img,
.img {
    max-width: 100%;
    -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,
button {
    color: var(--tg-theme-primary);
    outline: none;
    text-decoration: none;
    -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,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

a:hover,
button:hover {
    color: var(--tg-theme-primary);
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    margin-top: 0px;
    font-weight: var(--tg-fw-bold);
    line-height: var(--tg-heading-line-height);
    text-transform: unset;
}

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

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none;
}

p {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--tg-color-gray-1);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--tg-heading-color);
    cursor: pointer;
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-fw-regular);
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

::selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

body.theme-blue {
    --tg-body-color: #4C4C5B;
}

body.theme-red {
    --tg-theme-primary: #d70006;
}

body.theme-red {
    --tg-theme-secondary: #151515;
}

body.theme-red {
    --tg-heading-color: #151515;
}

body.theme-orange {
    --tg-theme-primary: #F94627;
}

body.theme-orange {
    --tg-theme-secondary: #003865;
}

body.theme-orange {
    --tg-heading-color: #002848;
}

/*=============================
    - Input Placeholder
===============================*/

input,
textarea {
    color: var(--tg-body-color);
}

*::-moz-placeholder {
    color: var(--tg-body-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--tg-body-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

/*=============================
    - Common Classes
===============================*/

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/

.container {
    padding-left: 15px;
    padding-right: 15px;
}

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

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gx-0 {
    --bs-gutter-x: 0;
}

.gutter-24 {
    --bs-gutter-x: 24px;
}

.gutter-20 {
    --bs-gutter-x: 20px;
}

.gutter-60 {
    --bs-gutter-x: 60px;
}

@media (max-width: 1800px) {
    .gutter-60 {
        --bs-gutter-x: 40px;
    }
}

@media (max-width: 1500px) {
    .gutter-60 {
        --bs-gutter-x: 30px;
    }
}

@media (max-width: 1199.98px) {
    .gutter-60 {
        --bs-gutter-x: 20px;
    }
}

.container {
    max-width: 1250px;
}

@media (max-width: 1500px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

.custom-container {
    max-width: 1810px;
}

@media (max-width: 1800px) {
    .custom-container {
        max-width: 1580px;
    }
}

@media (max-width: 1500px) {
    .custom-container {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .custom-container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }
}

.custom-container-two {
    max-width: 1640px;
}

@media (max-width: 1800px) {
    .custom-container-two {
        max-width: 1580px;
    }
}

@media (max-width: 1500px) {
    .custom-container-two {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .custom-container-two {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .custom-container-two {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .custom-container-two {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container-two {
        max-width: 540px;
    }
}

.custom-container-three {
    max-width: 1520px;
}

@media (max-width: 1800px) {
    .custom-container-three {
        max-width: 1520px;
    }
}

@media (max-width: 1500px) {
    .custom-container-three {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .custom-container-three {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .custom-container-three {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .custom-container-three {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container-three {
        max-width: 540px;
    }
}

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

/*=============================
	1. Button style
===============================*/

.tg-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: var(--tg-color-white-default);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 28px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -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;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
    gap: 10px;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}

.btn svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.btn svg path {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.btn svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}

.btn svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: 0.5;
    transition-delay: 0s, 0s;
}

.btn:focus,
.btn:hover,
.btn:focus-visible {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
}

.btn:focus svg path:nth-of-type(1),
.btn:hover svg path:nth-of-type(1),
.btn:focus-visible svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}

.btn:focus svg path:nth-of-type(2),
.btn:hover svg path:nth-of-type(2),
.btn:focus-visible svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}

.btn-two {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    border: 1px solid var(--tg-border-5);
    padding: 16px 27px;
}

.btn-two:focus,
.btn-two:focus-visible,
.btn-two:hover {
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.btn-three {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

.btn-three:hover {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default);
}

.btn.red-btn {
    background: var(--tg-theme-primary);
}

.btn.red-btn:hover {
    background: var(--tg-color-black-2);
}

.border-btn {
    border: 1px solid var(--tg-border-5);
    background: transparent;
    color: var(--tg-color-white-default);
    padding: 16px 27px;
}

.border-btn:hover {
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}

.border-btn-two {
    border: 1px solid var(--tg-border-8);
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    padding: 16px 27px;
}

.border-btn-two:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.white-btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

.white-btn:focus-visible,
.white-btn:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

/*=============================
    00. Keyframe Animation
===============================*/

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

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

.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.rightToLeft {
    -webkit-animation-name: rightToLeft;
    animation-name: rightToLeft;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}

.ribbonRotate {
    -webkit-animation-name: ribbonRotate;
    animation-name: ribbonRotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes ribbonRotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotateme-two {
    -webkit-animation-name: rotateme-two;
    animation-name: rotateme-two;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme-two {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotateme-two {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

/*=============================
    00. Preloader
===============================*/

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

.tg-preloader-block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
}

.tg-spinner-eff {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: taRotation 12.8s steps(1) 0s infinite;
    animation: taRotation 12.8s steps(1) 0s infinite;
}

.tg-spinner-eff .tg-bar {
    position: absolute;
    background-color: var(--tg-theme-primary);
}

.tg-spinner-eff .tg-bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    -webkit-animation: bar-top 3.2s linear 0s infinite;
    animation: bar-top 3.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    -webkit-animation: bar-right 3.2s linear 0s infinite;
    animation: bar-right 3.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-animation: bar-bottom 3.2s linear 0s infinite;
    animation: bar-bottom 3.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    -webkit-animation: bar-left 3.2s linear 0s infinite;
    animation: bar-left 3.2s linear 0s infinite;
}

@keyframes taRotation {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }
    12.5% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }
    12.5% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}

@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }
    25% {
        transform: scale(0, 1);
    }
    37.5% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(0, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }
    37.5% {
        transform: scale(1, 0);
    }
    50% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}

/*=============================
    - Background color
===============================*/

.grey-bg {
    background: var(--tg-color-gray-10);
    position: relative;
    z-index: 1;
}

.white-bg {
    background: var(--tg-color-white-default);
}

.black-bg {
    background: var(--tg-color-black-1);
}

/*=============================
	04. OffCanvas
===============================*/

.offCanvas__info {
    background: var(--tg-color-white-default) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.offCanvas__info.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offCanvas__info::-webkit-scrollbar {
    width: 0px;
}

.offCanvas__close-icon {
    margin-top: -16px;
    text-align: right;
}

.offCanvas__close-icon button {
    background: transparent;
    border: 0 none;
    color: var(--tg-theme-primary);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.offCanvas__close-icon-two button {
    color: var(--tg-theme-primary);
}

.offCanvas__close-icon-two button:hover {
    color: var(--tg-color-black-2);
}

.offCanvas__logo img {
    max-height: 45px;
}

.offCanvas__side-info {
    border-top: 1px solid var(--tg-theme-primary);
    padding-top: 25px;
}

.offCanvas__side-info .contact-list h4 {
    color: var(--tg-heading-color);
    font-weight: 700;
    font-size: 18px;
}

.offCanvas__side-info .contact-list p {
    color: var(--tg-body-color);
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}

.offCanvas__side-info-two {
    border-color: var(--tg-theme-primary);
}

.offCanvas__social-icon a {
    color: var(--tg-theme-primary);
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.offCanvas__social-icon a:hover {
    color: var(--tg-theme-secondary);
}

.offCanvas__social-icon-two a {
    color: var(--tg-theme-primary);
}

.offCanvas__social-icon-two a:hover {
    color: var(--tg-color-black-2);
}

.offCanvas__overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    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;
}

.offCanvas__overly.active {
    opacity: 0.7;
    visibility: visible;
}

/*=============================
	04. Search
===============================*/

.search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--tg-color-white-default);
    backdrop-filter: blur(10px);
    z-index: 99;
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0.5s;
}

.search__popup.search-opened {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s;
    z-index: 99999999;
}

.search__popup.search-opened .search__input {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: 0.5s;
}

.search__input {
    position: relative;
    height: 80px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -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;
    transition-delay: 0.5s;
    opacity: 0;
}

.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--tg-theme-secondary);
    transition-delay: 0.3s;
    -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;
}

.search__input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--tg-heading-color);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}

.search__input input::placeholder {
    font-size: 24px;
}

.search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--tg-theme-secondary);
    border: none;
    padding: 0 0;
    background: transparent;
}

.search__input-two::after {
    background: var(--tg-theme-primary);
}

.search__input-two button {
    color: var(--tg-theme-primary);
}

.search__close {
    position: absolute;
    top: 10%;
    right: 2%;
    z-index: 2;
}

.search-close-btn {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--tg-theme-secondary);
    cursor: pointer;
    background: transparent;
}

.search-close-btn-two {
    color: var(--tg-theme-primary);
}

.search-popup-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -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;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    background: #000d25;
}

.search-popup-overlay.search-popup-overlay-open {
    opacity: 0.55;
    visibility: visible;
    transition-delay: 0s;
}

.search-input-field~.search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tg-theme-primary);
    transition: all 0.5s;
}

.search-input-field:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.5s;
}

/*=========================
04. Breadcrumb
===========================*/

.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    padding: 105px 0 105px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    .breadcrumb__bg {
        padding: 90px 0 90px;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb__bg {
        padding: 85px 0 90px;
    }
}

.breadcrumb__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, #000 100%);
    z-index: -1;
    opacity: 0.2;
}

.breadcrumb__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: luminosity;
    z-index: -1;
}

.breadcrumb__content .title {
    margin-bottom: 15px;
    font-size: 48px;
    color: var(--tg-color-white-default);
}

@media (max-width: 1500px) {
    .breadcrumb__content .title {
        font-size: 45px;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb__content .title {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__content .title {
        font-size: 38px;
    }
}

.breadcrumb__content .breadcrumb {
    margin-bottom: 0;
    gap: 10px;
}

.breadcrumb__content .breadcrumb span {
    font-size: 16px;
    color: var(--tg-theme-primary);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.breadcrumb__content .breadcrumb span a {
    color: var(--tg-color-gray-8);
}

.breadcrumb__content .breadcrumb span a:hover {
    color: var(--tg-theme-primary);
}

.breadcrumb__content .breadcrumb span i {
    color: var(--tg-color-gray-8);
    font-weight: 700;
    line-height: 0;
}

/*=============================
    00. Scroll Top
===============================*/

.scroll__top {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    color: var(--tg-color-white-default);
    text-align: center;
    cursor: pointer;
    background: var(--tg-theme-primary);
    transition: 1s ease;
    border: none;
}

@media (max-width: 1199.98px) {
    .scroll__top {
        right: 25px;
        bottom: 25px;
    }
}

@media (max-width: 991.98px) {
    .scroll__top {
        right: 30px;
    }
}

@media (max-width: 767.98px) {
    .scroll__top {
        right: 15px;
        width: 30px;
        height: 30px;
    }
}

.scroll__top.open {
    bottom: 30px;
}

@media (max-width: 767.98px) {
    .scroll__top.open {
        bottom: 15px;
    }
}

.scroll__top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll__top:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.scroll__top-two {
    background: var(--tg-theme-primary);
}

.scroll__top-two:hover {
    background: var(--tg-color-black-2);
}

/*=============================
	00. Section Title
===============================*/

.section__title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--tg-theme-primary);
    margin-bottom: 8px;
}

.section__title .title {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .section__title .title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .section__title .title {
        font-size: 32px;
    }
}

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

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

.section__title p {
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .section__title p br {
        display: none;
    }
}

.section__title.white-title .sub-title {
    color: var(--tg-color-white-default);
}

.section__title.white-title .title {
    color: var(--tg-color-white-default);
}

.section__title-two .sub-title {
    color: var(--tg-theme-primary);
}

.section__title-two .title {
    color: var(--tg-color-black-2);
}

.section__content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
}

.section__content.white-content p {
    color: var(--tg-color-white-default);
}

/*=============================
	03. Mobile Menu
===============================*/

.tgmobile__search {
    padding: 0 20px 25px 25px;
}

.tgmobile__search form {
    position: relative;
}

.tgmobile__search input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 45px 10px 20px;
    font-size: 15px;
    height: 45px;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: var(--tg-heading-color);
}

.tgmobile__search input::placeholder {
    font-size: 15px;
    color: var(--tg-color-gray-6);
}

.tgmobile__search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: transparent;
    color: var(--tg-heading-color);
}

.tgmobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
}

.tgmobile__menu .navbar-collapse {
    display: block !important;
}

.tgmobile__menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.tgmobile__menu .nav-logo img {
    width: 150px;
}

.tgmobile__menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.tgmobile__menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation li.active>a {
    color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--tg-heading-color);
    background: var(--tg-color-gray-3);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 12px;
    height: 2px;
    background-color: var(--tg-color-dark);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 2px;
    height: 12px;
    background-color: var(--tg-color-dark);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background-color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
    background-color: var(--tg-color-white-default);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
    display: none;
}

.tgmobile__menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-heading-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.tgmobile__menu .navigation li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    background: var(--tg-theme-primary);
    pointer-events: none;
}

.tgmobile__menu .navigation li ul li>a {
    margin-left: 20px;
}

.tgmobile__menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.tgmobile__menu .navigation li>ul {
    display: none;
}

.tgmobile__menu .navigation li>ul>li>ul {
    display: none;
}

.tgmobile__menu .navigation ul {
    padding: 0;
    margin: 0;
}

.tgmobile__menu .navigation ul li a {
    display: block;
}

.tgmobile__menu .navigation ul li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li.active>a::before {
    height: 100%;
}

.tgmobile__menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 14px;
    color: var(--tg-theme-primary);
    cursor: pointer;
    padding: 8px;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tgmobile__menu .close-btn i[class^=flaticon-]:before {
    font-weight: var(--tg-fw-bold) !important;
}

.tgmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .social-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tgmobile__menu .social-links ul li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.tgmobile__menu .social-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-body-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.tgmobile__menu .social-links ul li a:hover {
    border-color: var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.tgmobile__menu .tgmenu__action {
    padding: 0 0;
    margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul {
    margin: 0 0;
    padding: 30px 20px 0;
    justify-content: center;
    gap: 0 15px;
}

.tgmobile__menu .tgmenu__action>ul li {
    margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul .header-btn {
    display: block;
}

.tgmobile__menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-color-white-default);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}

.tgmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-color-white-default);
    margin-right: 30px;
    top: 15px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .tgmobile__menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-visible .tgmobile__menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*=============================
    16. Fact
===============================*/

.counter__area-two {
    background: var(--tg-theme-secondary);
}

.counter__bg {
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__wrap-two {
        display: block;
    }
}

.counter__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .counter__item {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__item {
        margin-bottom: 0;
    }
}

.counter__item:last-child {
    margin-bottom: 0;
}

.counter__item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}

.counter__item-three {
    margin-bottom: 30px;
}

.counter__item-three:last-child {
    margin-bottom: 0;
}

.counter__item-four {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.counter__item-wrap {
    background: var(--tg-theme-primary);
    position: relative;
    padding: 100px 0 70px 70px;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .counter__item-wrap {
        padding: 100px 0 70px 30px;
    }
}

@media (max-width: 767.98px) {
    .counter__item-wrap {
        padding: 80px 0 50px 0;
    }
}

.counter__item-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1;
}

.counter__icon {
    font-size: 70px;
    line-height: 0;
    color: #29ABE2;
}

@media (max-width: 1199.98px) {
    .counter__icon {
        font-size: 55px;
    }
}

.counter__icon-two {
    font-size: 80px;
    line-height: 0;
    color: var(--tg-color-white-default);
}

@media (max-width: 1199.98px) {
    .counter__icon-two {
        font-size: 55px;
    }
}

.counter__icon-three {
    color: var(--tg-theme-primary);
}

.counter__icon-four {
    color: var(--tg-color-white-default);
}

.counter__content .count {
    margin-bottom: 5px;
    font-size: 36px;
    color: var(--tg-color-white-default);
    line-height: 1;
}

@media (max-width: 767.98px) {
    .counter__content .count {
        font-size: 32px;
    }
}

.counter__content>p {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--tg-color-white-default);
}

.counter__content-two .count {
    color: var(--tg-color-gray-9);
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 800;
    line-height: 0.8;
}

@media (max-width: 1500px) {
    .counter__content-two .count {
        font-size: 50px;
    }
}

@media (max-width: 1199.98px) {
    .counter__content-two .count {
        font-size: 40px;
    }
}

.counter__content-two>p {
    color: var(--tg-color-gray-9);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.counter__content-three .count {
    color: var(--tg-color-black-2);
}

.counter__content-three p {
    color: var(--tg-body-color);
}

/*=============================
	02. Header
===============================*/

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

.tg-header__top {
    background: var(--tg-heading-color);
    padding: 10px 25px;
}

@media (max-width: 767.98px) {
    .tg-header__top {
        display: none;
    }
}

.tg-header__top-two {
    background: transparent;
    border-bottom: 1px solid var(--tg-border-7);
}

.tg-header__top-three {
    background: var(--tg-color-black-2);
    padding: 11px 0;
}

.tg-header__top-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 35px;
}

@media (max-width: 1199.98px) {
    .tg-header__top-info {
        justify-content: center;
        margin-bottom: 8px;
    }
}

@media (max-width: 991.98px) {
    .tg-header__top-info {
        margin-bottom: 0;
    }
}

.tg-header__top-info li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tg-color-gray-1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 1.4;
}

.tg-header__top-info li::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: var(--tg-border-1);
}

.tg-header__top-info li:last-child::before {
    display: none;
}

.tg-header__top-info li i {
    color: var(--tg-theme-secondary);
    font-size: 18px;
    line-height: 0;
}

.tg-header__top-info li a {
    color: var(--tg-color-gray-1);
}

.tg-header__top-info li a:hover {
    color: var(--tg-color-white-default);
}

.tg-header__top-info-two li {
    color: var(--tg-color-gray-7);
}

.tg-header__top-info-two li::before {
    background: var(--tg-border-7);
}

.tg-header__top-info-two li a {
    color: var(--tg-color-gray-7);
}

.tg-header__top-info-two li a:hover {
    color: var(--tg-theme-primary);
}

.tg-header__top-info-two li i {
    color: var(--tg-theme-primary);
}

.tg-header__top-info-three li {
    color: var(--tg-color-gray-8);
}

.tg-header__top-info-three li::before {
    background: var(--tg-body-color);
}

.tg-header__top-info-three li a {
    color: var(--tg-color-gray-8);
}

.tg-header__top-info-three li a:hover {
    color: var(--tg-color-white-default);
}

.tg-header__top-info-three li i {
    color: var(--tg-color-white-default);
}

.tg-header__top-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

@media (max-width: 1199.98px) {
    .tg-header__top-right {
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .tg-header__top-right {
        display: none;
    }
}

.tg-header__top-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 40px;
}

.tg-header__top-menu li {
    position: relative;
    line-height: 1.4;
}

.tg-header__top-menu li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: var(--tg-border-1);
}

.tg-header__top-menu li a {
    font-size: 14px;
    color: var(--tg-color-gray-1);
    font-weight: 500;
    text-transform: capitalize;
}

.tg-header__top-menu li a:hover {
    color: var(--tg-color-white-default);
}

.tg-header__top-menu-two li::before {
    background: var(--tg-border-7);
}

.tg-header__top-menu-two li a {
    color: var(--tg-color-gray-7);
}

.tg-header__top-menu-two li a:hover {
    color: var(--tg-theme-primary);
}

.tg-header__top-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
}

.tg-header__top-social>span {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray-1);
}

.tg-header__top-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}

.tg-header__top-social .list-wrap li a {
    font-size: 15px;
    color: var(--tg-border-2);
}

.tg-header__top-social .list-wrap li a i {
    font-size: 15px;
    -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;
}

.tg-header__top-social .list-wrap li a:hover {
    color: var(--tg-theme-secondary);
}

.tg-header__top-social-two span {
    color: var(--tg-color-gray-7);
}

.tg-header__top-social-two .list-wrap li a {
    color: var(--tg-color-gray-7);
}

.tg-header__top-social-two .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.tg-header__top-social-three span {
    color: var(--tg-color-gray-8);
}

.tg-header__top-social-three .list-wrap li a {
    color: var(--tg-color-white-default);
}

.tg-header__top-social-three .list-wrap li a:hover {
    color: var(--tg-color-gray-8);
}

.tg-header__inner-wrap {
    display: flex;
    align-items: center;
}

.tg-header__logo-wrap {
    width: 12.5%;
    flex: 0 0 auto;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .tg-header__logo-wrap {
        display: none;
    }
}

.tg-header__right-side {
    flex-grow: 1;
    border-left: 1px solid var(--tg-color-gray-5);
}

.tg-header__area {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
}

.tg-header__area-two {
    padding: 0 25px;
}

@media (max-width: 767.98px) {
    .tg-header__area-two {
        padding: 0 0;
    }
}

@media (max-width: 1199.98px) {
    .tg-header__area-two .tgmenu__wrap {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .tg-header__area-two .tgmenu__wrap {
        padding: 20px 30px;
    }
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li:hover>a,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li.active>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li:hover>a::after,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li.active>a::after {
    color: var(--tg-theme-primary);
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li>.sub-menu li:hover>a,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li>.sub-menu li.active>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-three {
    background: transparent;
    box-shadow: none;
}

.tg-header__area-three .tgmenu__wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199.98px) {
    .tg-header__area-three .tgmenu__wrap {
        padding: 17px 0;
    }
}

.tg-header__area-three .tgmenu__navbar-wrap>ul {
    margin: 0 0 0 70px;
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-white-default);
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li>a::after {
    color: var(--tg-color-white-default);
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li.active>a,
.tg-header__area-three .tgmenu__navbar-wrap>ul>li:hover>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li.active>a::after,
.tg-header__area-three .tgmenu__navbar-wrap>ul>li:hover>a::after {
    color: var(--tg-theme-primary);
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-three.sticky-menu .logo {
    display: none;
}

.tg-header__area-three.sticky-menu .logo.d-none {
    display: flex !important;
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-black-2);
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li>a::after {
    color: var(--tg-color-black-2);
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li>a:hover {
    color: var(--tg-theme-primary);
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li>a:hover::after {
    color: var(--tg-theme-primary);
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li.active>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li.active>a::after {
    color: var(--tg-theme-primary);
}

.tg-header__area-three.sticky-menu .header-contact-two .icon {
    border: 2px solid var(--tg-border-7);
    color: var(--tg-color-black-2);
}

.tg-header__area-three.sticky-menu .header-contact-two .content span {
    color: var(--tg-color-gray-8);
}

.tg-header__area-three.sticky-menu .header-contact-two .content a {
    color: var(--tg-color-black-2);
}

.tg-header__area-three.sticky-menu .header-contact-two .content a:hover {
    color: var(--tg-theme-primary);
}

.tg-header__area-three.sticky-menu .header-btn .btn {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default);
}

.tg-header__area-three.sticky-menu .mobile-nav-toggler-two {
    color: var(--tg-theme-primary);
}

.tg-header__area-four {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #1E5683;
}

.tg-header__area-four .logo a {
    background: var(--tg-color-white-default);
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 37px;
}

@media (max-width: 1199.98px) {
    .tg-header__area-four .logo a {
        padding: 17px 37px;
    }
}

@media (max-width: 767.98px) {
    .tg-header__area-four .logo a {
        padding: 17px 24px;
    }
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-white-default);
    padding: 42px 14px;
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li>a::after {
    color: var(--tg-color-white-default);
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li>a:hover {
    color: var(--tg-theme-primary);
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li>a:hover::after {
    color: var(--tg-theme-primary);
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li:hover>a,
.tg-header__area-four .tgmenu__navbar-wrap>ul>li.active>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li:hover>a::after,
.tg-header__area-four .tgmenu__navbar-wrap>ul>li.active>a::after {
    color: var(--tg-theme-primary);
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a {
    color: var(--tg-theme-primary);
}

@media (max-width: 1199.98px) {
    .tg-header__area-four .tgmenu__wrap {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .tg-header__area-four .tgmenu__wrap {
        padding: 0;
    }
}

.tg-header__area-four.sticky-menu {
    border: none;
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-black-2);
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li>a::after {
    color: var(--tg-color-black-2);
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li>a:hover {
    color: var(--tg-theme-primary);
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li>a:hover::after {
    color: var(--tg-theme-primary);
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li.active>a {
    color: var(--tg-theme-primary);
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li.active>a::after {
    color: var(--tg-theme-primary);
}

.tg-header__area-four.sticky-menu .header-contact-two .icon {
    border: 2px solid var(--tg-border-7);
    color: var(--tg-theme-secondary);
}

.tg-header__area-four.sticky-menu .header-contact-two .content span {
    color: var(--tg-color-gray-8);
}

.tg-header__area-four.sticky-menu .header-contact-two .content a {
    color: var(--tg-color-black-2);
}

.tg-header__area-four.sticky-menu .header-contact-two .content a:hover {
    color: var(--tg-theme-primary);
}

.tg-header__area-four.sticky-menu .mobile-nav-toggler-two {
    color: var(--tg-theme-primary);
}

.tg-header__area .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-color-gray-2);
    display: none;
    font-size: 30px;
    line-height: 0;
    color: var(--tg-theme-primary);
    -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: 1199.98px) {
    .tg-header__area .mobile-nav-toggler {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
    }
}

.tg-header__area .mobile-nav-toggler-two {
    color: var(--tg-color-white-default);
}

.tg-header__area .mobile-nav-toggler-two:hover {
    color: var(--tg-theme-primary);
}

.tgmenu__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 1199.98px) {
    .tgmenu__wrap {
        padding-right: 25px;
    }
}

@media (max-width: 767.98px) {
    .tgmenu__wrap {
        justify-content: space-between;
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tgmenu__wrap {
        padding: 20px 30px;
    }
}

.tgmenu__wrap .logo {
    max-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.tgmenu__wrap .logo img {
    max-height: 40px;
}

.tgmenu__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 991.98px) {
    .tgmenu__nav {
        justify-content: space-between;
    }
}

.tgmenu__nav-left-side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tgmenu__nav-left-side .logo {
    margin-left: 25px;
}

@media (max-width: 767.98px) {
    .tgmenu__nav-left-side .logo {
        margin: 0;
    }
}

.tgmenu__navbar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
}

.tgmenu__navbar-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 auto;
}

.tgmenu__navbar-wrap ul>li {
    list-style: none;
    display: block;
    position: relative;
}

@media (max-width: 1199.98px) {
    .tgmenu__navbar-wrap ul>li {
        margin-right: 15px;
    }
}

.tgmenu__navbar-wrap ul>li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--tg-heading-color);
    padding: 32px 14px;
    display: flex;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
}

.tgmenu__navbar-wrap ul>li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: var(--tg-color-white-default);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 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;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.tgmenu__navbar-wrap ul>li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.tgmenu__navbar-wrap ul>li .sub-menu>li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.tgmenu__navbar-wrap ul>li .sub-menu>li a {
    padding: 8px 15px 8px 25px;
    line-height: 1.4;
    display: block;
    color: var(--tg-heading-color);
    text-transform: capitalize;
}

.tgmenu__navbar-wrap ul>li .sub-menu>li:hover>a,
.tgmenu__navbar-wrap ul>li .sub-menu>li.active>a {
    color: var(--tg-theme-secondary);
}

.tgmenu__navbar-wrap ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tgmenu__navbar-wrap>ul>li.active a,
.tgmenu__navbar-wrap>ul>li:hover a {
    color: var(--tg-theme-secondary);
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
    display: none;
}

.tgmenu__main-menu li.menu-item-has-children>a::after {
    content: "\f126";
    font-weight: 700;
    font-family: flaticon;
    color: #686677;
    margin-left: 5px;
    -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;
    line-height: 1;
    transform: translateY(2px);
    font-size: 14px;
}

.tgmenu__main-menu li.menu-item-has-children>a:hover {
    color: var(--tg-theme-secondary);
}

.tgmenu__main-menu li.menu-item-has-children:hover>a::after {
    color: var(--tg-theme-secondary);
}

.tgmenu__main-menu li.menu-item-has-children.active>a::after {
    color: var(--tg-theme-secondary);
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children>a::after {
    content: "\f126";
    font-weight: 700;
    font-family: flaticon;
    color: #686677;
    margin-left: 5px;
    -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;
    line-height: 1;
    transform: translateY(2px);
    font-size: 14px;
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children.active a::after,
.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children:hover a::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--tg-theme-primary);
}

.tgmenu__action {
    margin-right: 25px;
}

@media (max-width: 1199.98px) {
    .tgmenu__action {
        margin-right: 25px;
        margin-left: auto;
    }
}

.tgmenu__action ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.tgmenu__action ul li {
    position: relative;
    margin-left: 30px;
}

@media (max-width: 1199.98px) {
    .tgmenu__action ul li {
        margin-left: 20px;
    }
}

.tgmenu__action ul li a {
    color: var(--tg-theme-secondary);
    font-size: 14px;
}

.tgmenu__action ul li:first-child {
    margin-left: 0;
}

.tgmenu__action ul .header-search {
    line-height: 0;
    margin-right: 15px;
}

.tgmenu__action ul .header-search a {
    font-size: 24px;
    line-height: 0;
    color: var(--tg-body-color);
    position: relative;
}

.tgmenu__action ul .header-search a::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: var(--tg-border-3);
}

.tgmenu__action ul .header-search a:hover {
    color: var(--tg-theme-secondary);
}

.tgmenu__action ul .header-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tgmenu__action ul .header-contact .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    color: var(--tg-theme-primary);
    line-height: 0;
    font-size: 20px;
}

.tgmenu__action ul .header-contact .content span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-body-color);
    margin-bottom: 8px;
}

.tgmenu__action ul .header-contact .content a {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-heading-color);
}

.tgmenu__action ul .header-contact .content a:hover {
    color: var(--tg-theme-secondary);
}

.tgmenu__action ul .header-contact-two .icon {
    width: 38px;
    height: 38px;
    background: transparent;
    border: 2px solid var(--tg-color-white-default);
    color: var(--tg-color-white-default);
    font-size: 16px;
}

.tgmenu__action ul .header-contact-two .content span {
    color: var(--tg-color-white-default);
}

.tgmenu__action ul .header-contact-two .content a {
    color: var(--tg-color-white-default);
}

.tgmenu__action ul .header-contact-two .content a:hover {
    color: var(--tg-color-white-default);
}

.tgmenu__action ul .header-btn {
    margin-left: 25px;
}

@media (max-width: 1199.98px) {
    .tgmenu__action ul .header-btn {
        display: none;
    }
}

.tgmenu__action ul .header-btn .btn {
    color: var(--tg-color-white-default);
    font-size: 15px;
    gap: 10px;
    padding: 15px 23px;
    background: var(--tg-theme-secondary);
    text-transform: uppercase;
}

.tgmenu__action ul .header-btn .btn i {
    line-height: 0;
    font-size: 18px;
    transform: translateY(1px);
}

.tgmenu__action ul .header-btn .btn::after {
    display: none;
}

.tgmenu__action ul .header-btn .btn:hover {
    background: var(--tg-theme-primary);
}

.tgmenu__action-two {
    margin-right: 0;
}

.tgmenu__action-two>.list-wrap {
    height: 100%;
    align-items: normal;
}

@media (max-width: 1199.98px) {
    .tgmenu__action-two>.list-wrap {
        margin-left: 40px;
    }
}

.tgmenu__action-two>.list-wrap li {
    margin-left: 0;
}

.tgmenu__action-two>.list-wrap li.header-search {
    margin-right: 20px;
}

@media (max-width: 1199.98px) {
    .tgmenu__action-two>.list-wrap li.header-search {
        min-height: 80px;
    }
}

.tgmenu__action-two>.list-wrap li.header-search a {
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-border-7);
    border-top: none;
    border-bottom: none;
    color: var(--tg-color-black-2);
}

.tgmenu__action-two>.list-wrap li.header-search a::before {
    display: none;
}

.tgmenu__action-two>.list-wrap li.header-search a:hover {
    color: var(--tg-theme-primary);
}

.tgmenu__action-two>.list-wrap li.header-btn {
    height: 100%;
    display: flex;
    align-items: center;
}

.tgmenu__action-two>.list-wrap li.header-btn .btn {
    background: var(--tg-theme-primary);
}

.tgmenu__action-two>.list-wrap li.header-btn .btn:hover {
    background: var(--tg-color-black-2);
}

.tgmenu__action-two>.list-wrap li:last-child {
    margin-left: 25px;
}

.tgmenu__action-three {
    margin-right: 0;
}

@media (max-width: 1199.98px) {
    .tgmenu__action-three {
        margin-right: 25px;
    }
}

.tgmenu__action-three>ul li.header-btn {
    height: 100%;
    display: flex;
    align-items: center;
}

.tgmenu__action-three>ul li.header-btn .btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    font-size: 14px;
    padding: 15px 23px 16px;
}

.tgmenu__action-three>ul li.header-btn .btn svg {
    width: 12px;
    height: auto;
    transform: translateY(0.5px);
}

.tgmenu__action-three>ul li.header-btn .btn:hover {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default);
}

.tgmenu__action-four {
    margin-right: 0;
}

@media (max-width: 1199.98px) {
    .tgmenu__action-four {
        margin-right: 25px;
    }
}

.tgmenu__action-four>ul li.header-btn .btn {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.tgmenu__action-four>ul li.header-btn .btn:hover {
    background: var(--tg-theme-secondary);
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 99;
    background: var(--tg-color-white-default);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    opacity: 0;
}

.sticky-menu.sticky-menu__show {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    opacity: 1;
}

#header-fixed-height.active-height {
    display: block;
    height: 90px;
}

.offcanvas-toggle {
    border-right: 1px solid var(--tg-border-2);
    width: 80px;
}

@media (max-width: 767.98px) {
    .offcanvas-toggle {
        display: none;
    }
}

.offcanvas-toggle a {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--tg-body-color);
}

.offcanvas-toggle a:hover {
    color: var(--tg-theme-secondary);
}

.offcanvas-toggle-two {
    height: 100%;
    border-right: none;
    border-left: 1px solid var(--tg-border-2);
    width: auto;
    padding-left: 25px;
}

@media (max-width: 1199.98px) {
    .offcanvas-toggle-two {
        display: none;
    }
}

.offcanvas-toggle-two a {
    padding: 0;
    color: var(--tg-color-black-2) !important;
}

.offcanvas-toggle-two a:hover {
    color: var(--tg-theme-primary) !important;
}

/*=============================
	02. banner
===============================*/

.banner__bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 60px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    min-height: 625px;
}

@media (max-width: 1500px) {
    .banner__bg {
        min-height: 560px;
        padding: 40px 0 0;
    }
}

@media (max-width: 1199.98px) {
    .banner__bg {
        min-height: 500px;
    }
}

.banner__bg-two {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    min-height: 740px;
    padding: 220px 0 100px;
}

@media (max-width: 1199.98px) {
    .banner__bg-two {
        min-height: 560px;
        padding: 140px 0 100px;
    }
}

@media (max-width: 991.98px) {
    .banner__bg-two {
        min-height: 550px;
        padding: 145px 0 120px;
    }
}

.banner__content {
    padding: 100px 0 160px;
}

@media (max-width: 1199.98px) {
    .banner__content {
        padding: 60px 0 100px;
    }
}

@media (max-width: 991.98px) {
    .banner__content {
        padding: 40px 0 50px;
        text-align: center;
    }
}

.banner__content .sub-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    display: block;
    margin-bottom: 5px;
}

.banner__content .title {
    font-size: 60px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1.1;
}

@media (max-width: 1500px) {
    .banner__content .title {
        font-size: 56px;
    }
}

@media (max-width: 1199.98px) {
    .banner__content .title {
        font-size: 48px;
    }
}

@media (max-width: 991.98px) {
    .banner__content .title {
        font-size: 52px;
    }
}

@media (max-width: 767.98px) {
    .banner__content .title {
        font-size: 42px;
    }
}

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

.banner__content p {
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: capitalize;
    width: 85%;
}

@media (max-width: 1199.98px) {
    .banner__content p {
        width: 100%;
    }
}

.banner__content-two {
    margin-top: 40px;
}

@media (max-width: 991.98px) {
    .banner__content-two {
        margin-top: 0;
        text-align: center;
        margin-bottom: 50px;
    }
}

.banner__content-two .title {
    color: var(--tg-color-white-default);
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1500px) {
    .banner__content-two .title {
        font-size: 55px;
    }
}

@media (max-width: 1199.98px) {
    .banner__content-two .title {
        font-size: 38px;
    }
}

@media (max-width: 991.98px) {
    .banner__content-two .title {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .banner__content-two .title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-two .title {
        font-size: 42px;
    }
}

.banner__content-two .title img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--tg-color-white-default);
    width: 180px;
    height: 55px;
    object-fit: cover;
    transform: translateY(-6px);
}

.banner__content-two p {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #C8DCEC;
    line-height: 1.55;
}

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

@media (max-width: 1199.98px) {
    .banner__img {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .banner__img {
        text-align: center;
    }
}

@media (max-width: 1500px) {
    .banner__img img {
        max-width: 550px;
    }
}

@media (max-width: 1199.98px) {
    .banner__img img {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .banner__img img {
        max-width: 500px;
    }
}

@media (max-width: 767.98px) {
    .banner__img img {
        max-width: 100%;
    }
}

.banner__img-two {
    position: relative;
}

.banner__img-two .main-img {
    max-width: unset;
}

@media (max-width: 1500px) {
    .banner__img-two .main-img {
        max-width: 670px;
    }
}

@media (max-width: 1199.98px) {
    .banner__img-two .main-img {
        max-width: 550px;
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .banner__img-two .main-img {
        max-width: 100%;
        margin-top: 0;
    }
}

.banner__img-two .shape img {
    position: absolute;
    z-index: -1;
}

.banner__img-two .shape img:nth-child(1) {
    left: 12%;
    top: 9%;
    max-width: 188px;
}

@media (max-width: 1500px) {
    .banner__img-two .shape img:nth-child(1) {
        left: 10%;
        top: 7%;
        max-width: 170px;
    }
}

@media (max-width: 1199.98px) {
    .banner__img-two .shape img:nth-child(1) {
        left: 4%;
        top: 18%;
        max-width: 159px;
    }
}

@media (max-width: 767.98px) {
    .banner__img-two .shape img:nth-child(1) {
        top: -3%;
        max-width: 115px;
    }
}

.banner__img-two .shape img:nth-child(2) {
    left: 51%;
    top: -24%;
    max-width: 75px;
}

@media (max-width: 767.98px) {
    .banner__img-two .shape img:nth-child(2) {
        top: -30%;
        max-width: 48px;
    }
}

.banner__img-two .shape img:nth-child(3) {
    right: -26%;
    top: -8px;
    max-width: 258px;
}

@media (max-width: 1500px) {
    .banner__img-two .shape img:nth-child(3) {
        right: -12%;
        top: 4px;
        max-width: 210px;
    }
}

@media (max-width: 767.98px) {
    .banner__img-two .shape img:nth-child(3) {
        right: -5%;
        top: 4px;
        max-width: 120px;
    }
}

.banner__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.banner__shape-wrap img:nth-child(1) {
    left: -270px;
    top: 6%;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    max-width: 506px;
}

@media (max-width: 1800px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 450px;
    }
}

@media (max-width: 1500px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 400px;
        left: -220px;
        top: 15%;
    }
}

@media (max-width: 1199.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 300px;
        top: 20%;
    }
}

@media (max-width: 991.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 350px;
        top: 31%;
    }
}

@media (max-width: 767.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 300px;
    }
}

.banner__shape-wrap img:nth-child(2) {
    top: 0;
    right: 5%;
    max-width: 459px;
}

@media (max-width: 1800px) {
    .banner__shape-wrap img:nth-child(2) {
        right: 3%;
        max-width: 420px;
    }
}

@media (max-width: 1500px) {
    .banner__shape-wrap img:nth-child(2) {
        right: 2%;
        max-width: 380px;
    }
}

@media (max-width: 1199.98px) {
    .banner__shape-wrap img:nth-child(2) {
        max-width: 260px;
    }
}

@media (max-width: 991.98px) {
    .banner__shape-wrap img:nth-child(2) {
        display: none;
    }
}

.banner__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}

.banner__shape-wrap-two img:nth-child(1) {
    right: 14%;
    bottom: -5px;
}

@media (max-width: 1199.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 350px;
    }
}

@media (max-width: 991.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 220px;
    }
}

@media (max-width: 767.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 140px;
        right: 26%;
    }
}

.banner__shape-wrap-two img:nth-child(2) {
    right: 0;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 300px;
    }
}

@media (max-width: 991.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 220px;
    }
}

@media (max-width: 767.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 150px;
    }
}

/*=============================
	02. Slider
===============================*/

.slider__single {
    position: relative;
    z-index: 1;
    padding: 370px 0 240px;
    margin-top: -80px;
}

@media (max-width: 1500px) {
    .slider__single {
        padding: 330px 0 240px;
    }
}

@media (max-width: 767.98px) {
    .slider__single {
        padding: 240px 0 200px;
    }
}

.slider__single .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1500px) {
    .slider__single .shape {
        max-width: 270px;
    }
}

@media (max-width: 767.98px) {
    .slider__single .shape {
        max-width: 220px;
    }
}

.slider__single-two {
    padding: 190px 0 200px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    .slider__single-two {
        padding: 130px 0 160px;
    }
}

@media (max-width: 767.98px) {
    .slider__single-two {
        padding: 120px 0 160px;
    }
}

.slider__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: all 30s cubic-bezier(0, 0, 0.2, 1);
}

.slider__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-heading-color);
    mix-blend-mode: luminosity;
    opacity: 0.2;
}

.slider__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 56, 0) 73.44%);
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

.slider__bg-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: all 30s cubic-bezier(0, 0, 0.2, 1);
}

.slider__bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: luminosity;
}

.slider__bg-two::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.37) 16.85%, rgba(0, 0, 0, 0) 59.51%);
}

@media (max-width: 991.98px) {
    .slider__content {
        text-align: center;
    }
}

.slider__content .title {
    margin-bottom: 15px;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tg-color-white-default);
}

@media (max-width: 1199.98px) {
    .slider__content .title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .slider__content .title {
        font-size: 42px;
    }
}

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

.slider__content p {
    margin-bottom: 25px;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    text-transform: capitalize;
    width: 90%;
}

@media (max-width: 1199.98px) {
    .slider__content p {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .slider__content-two {
        text-align: center;
    }
}

.slider__content-two .sub-title {
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.slider__content-two .title {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--tg-color-white-default);
    line-height: 1.1;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .slider__content-two .title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .slider__content-two .title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content-two .title {
        font-size: 45px;
    }
}

.slider__content-two p {
    margin-bottom: 25px;
    color: var(--tg-color-white-default);
    font-weight: 500;
    text-transform: capitalize;
    width: 90%;
}

@media (max-width: 1199.98px) {
    .slider__content-two p {
        width: 100%;
    }
}

.slider__btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .slider__btn-wrap {
        justify-content: center;
    }
}

.swiper-slide-active .slider__bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.swiper-slide-active .slider__bg-two {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.slider__single.swiper-slide-active .slider__content .title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single.swiper-slide-active .slider__content p {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single.swiper-slide-active .slider__content .btn {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single-two.swiper-slide-active .slider__content-two .sub-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single-two.swiper-slide-active .slider__content-two .title {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single-two.swiper-slide-active .slider__content-two p {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single-two.swiper-slide-active .slider__content-two .slider__btn-wrap {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

/*=============================
    16. About
===============================*/

.about__area {
    position: relative;
}

@media (max-width: 767.98px) {
    .about__area {
        padding: 100px 0;
    }
}

.about__area-four {
    position: relative;
    z-index: 1;
}

.about__area-five {
    position: relative;
    z-index: 1;
}

.about__img {
    position: relative;
    margin-right: 40px;
}

@media (max-width: 1199.98px) {
    .about__img {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .about__img {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img {
        max-width: 345px;
        margin: 0 auto 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img {
        max-width: 400px;
        margin: 0 auto 50px;
    }
}

.about__img img:nth-child(2) {
    position: absolute;
    width: 175px;
    height: 163px;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .about__img img:nth-child(2) {
        width: 142px;
        height: 132px;
    }
}

@media (max-width: 767.98px) {
    .about__img img:nth-child(2) {
        width: 110px;
        height: 103px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -o-border-radius: 22px;
        -ms-border-radius: 22px;
        border-radius: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img img:nth-child(2) {
        width: 126px;
        height: 118px;
    }
}

.about__img img:nth-child(3) {
    position: absolute;
    width: 244px;
    height: 285px;
    right: 0;
    top: 0;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -o-border-radius: 38px;
    -ms-border-radius: 38px;
    border-radius: 38px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .about__img img:nth-child(3) {
        width: 197px;
        height: 230px;
    }
}

@media (max-width: 767.98px) {
    .about__img img:nth-child(3) {
        width: 151px;
        height: 175px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -o-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img img:nth-child(3) {
        width: 175px;
        height: 204px;
    }
}

.about__img-two {
    position: relative;
    padding: 43px 0 120px;
    margin-right: 20px;
}

@media (max-width: 1199.98px) {
    .about__img-two {
        margin-right: 0;
        padding-right: 70px;
    }
}

@media (max-width: 991.98px) {
    .about__img-two {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-two {
        padding: 40px 0 20px;
    }
}

.about__img-two::before {
    content: "";
    position: absolute;
    right: 65px;
    top: 0;
    width: 315px;
    height: 100%;
    border: 10px solid #FFD1D3;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about__img-two::before {
        right: 35px;
        width: 280px;
    }
}

.about__img-two img:nth-child(1) {
    border-radius: 8px;
}

.about__img-two img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 8px solid var(--tg-color-white-default);
    border-radius: 8px;
}

@media (max-width: 1199.98px) {
    .about__img-two img:nth-child(2) {
        max-width: 350px;
    }
}

@media (max-width: 767.98px) {
    .about__img-two img:nth-child(2) {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-two img:nth-child(2) {
        display: block;
    }
}

.about__img-three {
    position: relative;
    padding: 26px 60px 28px 0;
}

@media (max-width: 991.98px) {
    .about__img-three {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-three {
        padding: 26px 0 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-three {
        padding: 26px 70px 28px 0;
    }
}

.about__img-three::before {
    content: "";
    position: absolute;
    left: 23%;
    top: 0;
    width: 66%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 14px solid #F4E5E6;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about__img-three::before {
        left: 26%;
    }
}

.about__img-three img:nth-child(1) {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 6px solid var(--tg-color-white-default);
}

@media (max-width: 767.98px) {
    .about__img-three img:nth-child(1) {
        width: 100%;
    }
}

.about__img-three img:nth-child(2) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 0px 23px 34px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0;
    top: 10%;
    width: 213px;
    height: 213px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .about__img-three img:nth-child(2) {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 767.98px) {
    .about__img-three img:nth-child(2) {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-three img:nth-child(2) {
        display: block;
    }
}

.about__img-three img:nth-child(3) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 0px 23px 34px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 30px;
    bottom: 11%;
    width: 267px;
    height: 213px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .about__img-three img:nth-child(3) {
        width: 220px;
        height: 170px;
    }
}

@media (max-width: 767.98px) {
    .about__img-three img:nth-child(3) {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-three img:nth-child(3) {
        display: block;
    }
}

.about__img-four {
    position: relative;
    padding: 90px 0 55px;
    margin-right: 30px;
}

@media (max-width: 1199.98px) {
    .about__img-four {
        margin-right: 0;
        padding: 50px 0 40px;
    }
}

@media (max-width: 991.98px) {
    .about__img-four {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-four {
        padding: 0;
    }
}

.about__img-four img:nth-child(1) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .about__img-four img:nth-child(1) {
        width: 100%;
    }
}

.about__img-four img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
}

@media (max-width: 1199.98px) {
    .about__img-four img:nth-child(2) {
        max-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .about__img-four img:nth-child(2) {
        display: none;
    }
}

.about__img-four img:nth-child(3) {
    position: absolute;
    right: 25%;
    bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 9px 19px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199.98px) {
    .about__img-four img:nth-child(3) {
        right: 15%;
    }
}

@media (max-width: 767.98px) {
    .about__img-four img:nth-child(3) {
        display: none;
    }
}

.about__img-five {
    position: relative;
    margin-right: 25px;
    text-align: right;
}

@media (max-width: 1199.98px) {
    .about__img-five {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .about__img-five {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-five {
        text-align: center;
    }
}

.about__img-five img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.about__img-five img.shape {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: -22%;
    top: 30px;
    width: 130px;
    z-index: -1;
}

@media (max-width: 1800px) {
    .about__img-five img.shape {
        left: -17%;
    }
}

@media (max-width: 767.98px) {
    .about__img-five img.shape {
        display: none;
    }
}

.about__content p {
    margin-bottom: 20px;
    font-size: 19px;
    width: 95%;
    text-align: justify;
}

.about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about__content .shape img {
    position: absolute;
    right: 4%;
    bottom: 30%;
    z-index: -1;
    max-width: 236px;
}

@media (max-width: 1800px) {
    .about__content .shape img {
        max-width: 165px;
        right: 2%;
    }
}

@media (max-width: 1500px) {
    .about__content .shape img {
        max-width: 125px;
        bottom: 40%;
    }
}

@media (max-width: 991.98px) {
    .about__content .shape img {
        bottom: 25%;
    }
}

@media (max-width: 767.98px) {
    .about__content .shape img {
        bottom: 21%;
        width: 100px;
    }
}

.about__content-two>p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--tg-color-gray-7);
    line-height: 1.55;
}

.about__content-two .info-one {
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--tg-color-gray-7);
    text-transform: capitalize;
    line-height: 1.55;
}

.about__content-three {
    margin-left: 60px;
}

@media (max-width: 1199.98px) {
    .about__content-three {
        margin-left: 0;
    }
}

.about__content-three>p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px;
}

.about__content-four>p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.55;
}

.about__content-four .about__list-box-four {
    width: 100%;
    margin-bottom: 40px;
}

.about__content-five>p {
    margin-bottom: 20px;
    font-size: 18px;
}

.about__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px 10px;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .about__content-inner {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}

.about__content-inner-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 50px;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .about__content-inner-two {
        gap: 20px 30px;
    }
}

@media (max-width: 991.98px) {
    .about__content-inner-two {
        gap: 20px 50px;
    }
}

@media (max-width: 767.98px) {
    .about__content-inner-two {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__content-inner-two {
        flex-direction: row;
        align-items: center;
    }
}

.about__content-inner-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
    .about__content-inner-three {
        flex-wrap: wrap;
    }
}

.about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 35px;
}

.about__content-bottom-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 55px;
}

@media (max-width: 1199.98px) {
    .about__content-bottom-two {
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .about__content-bottom-two {
        gap: 20px 40px;
    }
}

.about__list-box-wrap {
    width: 49%;
    flex: 0 0 auto;
    position: relative;
    padding-right: 30px;
}

@media (max-width: 1199.98px) {
    .about__list-box-wrap {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .about__list-box-wrap {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .about__list-box-wrap {
        width: 100%;
        padding-right: 0;
    }
}

.about__list-box-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 240px;
    background: var(--tg-border-4);
}

@media (max-width: 1199.98px) {
    .about__list-box-wrap::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .about__list-box-wrap::before {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .about__list-box-wrap::before {
        display: none;
    }
}

.about__list-box .list-wrap {
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .about__list-box .list-wrap {
        margin-bottom: 20px;
    }
}

.about__list-box .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: var(--tg-heading-color);
    line-height: 1.6;
    margin-bottom: 10px;
}

.about__list-box .list-wrap li:last-child {
    margin-bottom: 0;
}

.about__list-box .list-wrap li i {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    transform: translateY(1px);
}

.about__list-box-two {
    flex-grow: 1;
}

.about__list-box-two .list-wrap {
    margin-bottom: 0;
}

.about__list-box-two .list-wrap li {
    margin-bottom: 18px;
    font-weight: 500;
}

.about__list-box-two .list-wrap li i {
    background: var(--tg-theme-primary);
}

.about__list-box-three .list-wrap li {
    margin-bottom: 10px;
}

.about__list-box-three .list-wrap li i {
    background: var(--tg-theme-primary);
}

.about__list-box-four {
    width: 68%;
}

@media (max-width: 1199.98px) {
    .about__list-box-four {
        width: 100%;
    }
}

.about__list-box-four .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 10px 0;
}

@media (max-width: 767.98px) {
    .about__list-box-four .list-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

.about__list-box-four .list-wrap li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .about__list-box-four .list-wrap li {
        width: 100%;
    }
}

.about__list-box-five .list-wrap {
    margin-bottom: 0;
}

.about__list-box-five .list-wrap li {
    font-weight: 500;
    color: var(--tg-color-black-2);
    margin-bottom: 15px;
}

.about__list-box-five .list-wrap li:last-child {
    margin-bottom: 0;
}

.about__list-box-five .list-wrap li i {
    background: var(--tg-theme-primary);
}

.about__list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 0;
    margin: 0 -15px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .about__list-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

.about__list-wrap-two {
    width: 50%;
    flex: 0 0 auto;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .about__list-wrap-two {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .about__list-wrap-two {
        width: 55%;
    }
}

@media (max-width: 767.98px) {
    .about__list-wrap-two {
        width: 100%;
    }
}

.about__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 15px;
}

@media (max-width: 1199.98px) {
    .about__list-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991.98px) {
    .about__list-item {
        flex-direction: row;
        align-items: center;
    }
}

.about__list-item .icon {
    width: 70px;
    height: 70px;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 40px;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -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__list-item .content .title {
    margin-bottom: 5px;
    font-size: 22px;
}

.about__list-item .content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
}

.about__list-item:hover .icon {
    transform: rotateY(180deg);
}

.about__list-item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.about__list-item-two:last-child {
    margin-bottom: 0;
}

.about__list-item-two .icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-9);
    flex: 0 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--tg-theme-primary);
    font-size: 40px;
    line-height: 0;
    transition: 0.3s ease-in-out;
}

.about__list-item-two .content .title {
    font-size: 22px;
    margin-bottom: 3px;
}

.about__list-item-two .content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
}

.about__list-item-two:hover .icon {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.about__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about__author img {
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    border: 3px solid var(--tg-color-white-default);
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}

.about__author .content .name {
    margin-bottom: 8px;
    font-size: 20px;
    text-transform: capitalize;
}

.about__author .content span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}

.about__author-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about__author-two>img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.about__author-two .content img {
    margin-bottom: 5px;
}

.about__author-two .content .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    gap: 5px;
}

.about__author-two .content .name span {
    font-size: 16px;
    color: var(--tg-body-color);
    font-weight: 400;
}

.about__review-wrap {
    flex-grow: 1;
}

.about__review-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.about__review-author img {
    width: 54px;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--tg-color-white-default);
    margin-left: -25px;
}

.about__review-author img:nth-child(1) {
    margin-left: 0;
    z-index: 4;
}

.about__review-author img:nth-child(2) {
    z-index: 3;
}

.about__review-author img:nth-child(3) {
    z-index: 2;
}

.about__review-box .review {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    color: var(--tg-color-yellow-light);
    margin-bottom: 8px;
}

.about__review-box span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.about__clients-box {
    background: var(--tg-theme-primary);
    border-radius: 8px;
    padding: 30px 35px 35px;
    max-width: 285px;
}

.about__clients-box>span {
    color: var(--tg-color-white-default);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    display: block;
    margin-bottom: 15px;
}

.about__clients-box .counter__icon {
    color: var(--tg-color-white-default);
    font-size: 57px;
}

.about__clients-box-two {
    text-align: left;
    position: absolute;
    left: 0;
    top: 23%;
}

@media (max-width: 1199.98px) {
    .about__clients-box-two {
        padding: 20px 20px 25px;
        max-width: 250px;
    }
}

@media (max-width: 767.98px) {
    .about__clients-box-two {
        display: none;
    }
}

.about__clients-box-two .counter__item {
    margin-bottom: 22px;
}

.about__clients-box-two .counter__item:last-child {
    margin-bottom: 0;
}

.about__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about__contact .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    line-height: 0;
}

.about__contact .content span {
    display: block;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 8px;
}

.about__contact .content a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: var(--tg-heading-color);
}

.about__contact .content a:hover {
    color: var(--tg-theme-primary);
}

.about__shape img {
    position: absolute;
    z-index: -1;
    right: 4%;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .about__shape img {
        max-width: 200px;
    }
}

.about__shape-two img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 19%;
    max-width: 264px;
}

@media (max-width: 1800px) {
    .about__shape-two img {
        bottom: 8%;
        max-width: 200px;
    }
}

@media (max-width: 767.98px) {
    .about__shape-two img {
        bottom: 6%;
        max-width: 130px;
    }
}

.experience__box {
    background: var(--tg-theme-secondary);
    padding: 25px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

.experience__box .title {
    font-size: 70px;
    margin-bottom: 0;
    line-height: 0.8;
    color: var(--tg-color-white-default);
    font-weight: 800;
}

.experience__box span {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    line-height: 1.3;
    position: relative;
}

.experience__box span::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 46px;
    background: #56C9FA;
}

.section-py-120 {
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .section-py-120 {
        padding: 100px 0;
    }
}

.section-py-140 {
    padding: 140px 0;
}

@media (max-width: 767.98px) {
    .section-py-140 {
        padding: 100px 0;
    }
}

.section-py-130 {
    padding: 130px 0;
}

@media (max-width: 767.98px) {
    .section-py-130 {
        padding: 100px 0;
    }
}

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

@media (max-width: 767.98px) {
    .section-pt-120 {
        padding-top: 100px;
    }
}

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

@media (max-width: 767.98px) {
    .section-pt-130 {
        padding-top: 100px;
    }
}

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

@media (max-width: 767.98px) {
    .section-pb-100 {
        padding-bottom: 70px;
    }
}

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

@media (max-width: 767.98px) {
    .section-pb-130 {
        padding-bottom: 100px;
    }
}

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

@media (max-width: 767.98px) {
    .section-pb-120 {
        padding-bottom: 100px;
    }
}

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

@media (max-width: 767.98px) {
    .section-pb-90 {
        padding-bottom: 70px;
    }
}

/*=============================
	02. brand
===============================*/

.brand__area {
    padding: 0 0 120px;
}

@media (max-width: 767.98px) {
    .brand__area {
        padding: 0 0 100px;
    }
}

.brand__area-two {
    background: var(--tg-color-gray-10);
    padding: 57px 0;
}

.brand__item {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand__item img {
    filter: grayscale(1);
    cursor: pointer;
    opacity: 0.4;
}

.brand__item img:hover {
    opacity: 1;
    filter: grayscale(0);
}

.partner__item {
    padding: 50px 40px;
    border-right: 1px solid var(--tg-border-7);
    border-top: 1px solid var(--tg-border-7);
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .partner__item {
        height: 170px;
    }
}

@media (max-width: 991.98px) {
    .partner__item {
        padding: 30px 30px;
        height: 150px;
    }
}

@media (max-width: 767.98px) {
    .partner__item {
        padding: 30px 20px;
        height: 120px;
    }
}

.partner__item img {
    cursor: pointer;
}

.partner__item-wrap {
    border-bottom: 1px solid var(--tg-border-7);
    border-left: 1px solid var(--tg-border-7);
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991.98px) {
    .partner__item-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .partner__item-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*=============================
	02. Services
===============================*/

.services__area {
    background: var(--tg-color-gray-4);
    position: relative;
    padding: 120px 0 95px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .services__area {
        padding: 100px 0 75px;
    }
}

.services__area-three {
    background: var(--tg-theme-secondary);
    position: relative;
    z-index: 1;
}

.services__item {
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--tg-color-white-default);
}

@media (max-width: 767.98px) {
    .services__item {
        width: 330px;
        margin: 0 auto 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__item {
        width: auto;
    }
}

.services__item:hover .services__thumb::before {
    opacity: 0.8;
}

.services__item:hover .services__thumb .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.services__item-two {
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 50px;
    margin-bottom: 30px;
}

@media (max-width: 1500px) {
    .services__item-two {
        padding: 30px 25px;
    }
}

@media (max-width: 991.98px) {
    .services__item-two {
        padding: 30px 30px;
    }
}

.services__item-two:hover .services__icon-two {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    transform: rotateY(180deg);
}

.services__item-three {
    background: var(--tg-color-white-default);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 26px 26px 44px 26px;
}

.services__item-three:hover .services__thumb-three::before {
    opacity: 0.8;
}

.services__item-three:hover .services__thumb-three .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.services__item-three:hover .services__icon-three i {
    transform: rotateY(180deg);
}

.services__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
    .services__item-top {
        gap: 20px;
    }
}

.services__item-top .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1500px) {
    .services__item-top .title {
        font-size: 22px;
    }
}

.services__item-list {
    margin-bottom: 28px;
}

.services__item-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: var(--tg-heading-color);
    margin-bottom: 12px;
}

.services__item-list li:last-child {
    margin-bottom: 0;
}

.services__item-list li i {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-theme-primary);
    background: var(--tg-color-gray-9);
    line-height: 0;
    font-size: 14px;
}

.services__thumb {
    
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1199.98px) {
    .services__thumb {
        height: 255px;
    }
}

@media (max-width: 991.98px) {
    .services__thumb {
        height: 290px;
    }
}

@media (max-width: 767.98px) {
    .services__thumb {
        height: 285px;
        width: 330px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__thumb {
        height: 210px;
        width: 242px;
    }
}

.services__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-primary);
    opacity: 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;
}

.services__thumb img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.services__thumb .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
}

.services__thumb-two {
    height: 460px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .services__thumb-two {
        height: 400px;
    }
}

.services__thumb-two::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--tg-color-white-default);
    -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;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.services__thumb-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0px 26px 60px 0px rgba(0, 36, 65, 0.8);
    border: 5px solid var(--tg-color-white-default);
}

.services__thumb-two:hover::before {
    transform: rotate(-3.505deg);
}

.services__thumb-three {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.services__thumb-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: var(--red-title_1, #151515);
    pointer-events: none;
    opacity: 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;
}

.services__thumb-three img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.services__thumb-three .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px;
    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;
}

.services__thumb-three .btn:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
    border-color: var(--tg-color-white-default);
}

.services__thumb-wrap {
    position: relative;
    margin-bottom: 18px;
}

.services__icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    position: absolute;
    left: 22px;
    bottom: 0;
    font-size: 39px;
    line-height: 0;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .services__icon {
        left: 30px;
        bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .services__icon {
        left: 29px;
        bottom: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__icon {
        left: 20px;
        bottom: 0;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

.services__icon-two {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-color-gray-9);
    color: var(--tg-theme-primary);
    font-size: 52px;
    line-height: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -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 (max-width: 1199.98px) {
    .services__icon-two {
        width: 70px;
        height: 70px;
        font-size: 42px;
    }
}

.services__icon-three {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid var(--tg-color-white-default);
    font-size: 50px;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
}

.services__icon-three i {
    -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;
}

.services__content {
    padding: 0 24px 25px;
}

.services__content .title {
    margin-bottom: 15px;
    font-size: 22px;
}

.services__content p {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: justify;
}

.services__content-two>p {
    margin-bottom: 18px;
}

.services__content-three {
    position: relative;
    text-align: center;
    padding-top: 60px;
}

.services__content-three .title {
    margin-bottom: 10px;
    font-size: 24px;
}

.services__content-three p {
    margin-bottom: 0;
    line-height: 1.6;
    color: var(--tg-color-gray-7);
}

@media (max-width: 991.98px) {
    .services__nav-wrap {
        margin-bottom: 50px;
    }
}

.services__nav-wrap .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border: none;
    position: relative;
}

.services__nav-wrap .nav-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(27, 76, 115) 0%, rgba(27, 76, 115, 0) 100%);
}

.services__nav-wrap .nav-item {
    display: block;
}

.services__nav-wrap .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    border: none;
    gap: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.services__nav-wrap .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(27, 76, 115) 0%, rgba(27, 76, 115, 0) 100%);
}

.services__nav-wrap .nav-link .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .services__nav-wrap .nav-link .left-content {
        gap: 15px;
    }
}

.services__nav-wrap .nav-link .left-content i {
    font-size: 40px;
    line-height: 0;
    color: var(--tg-color-sky-blue);
    -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;
}

.services__nav-wrap .nav-link .left-content span {
    font-size: 26px;
    font-weight: 700;
    color: var(--tg-color-sky-blue);
    -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: 767.98px) {
    .services__nav-wrap .nav-link .left-content span {
        font-size: 22px;
    }
}

.services__nav-wrap .nav-link .arrow {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 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;
}

@media (max-width: 767.98px) {
    .services__nav-wrap .nav-link .arrow {
        width: 45px;
        height: 45px;
    }
}

.services__nav-wrap .nav-link.active {
    background: transparent;
}

.services__nav-wrap .nav-link.active .left-content i {
    color: var(--tg-theme-primary);
}

.services__nav-wrap .nav-link.active .left-content span {
    color: var(--tg-color-white-default);
}

.services__nav-wrap .nav-link.active .arrow {
    opacity: 1;
    visibility: visible;
}

.services__tab-img {
    margin-left: 100px;
}

@media (max-width: 1199.98px) {
    .services__tab-img {
        margin-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .services__tab-img {
        margin-left: 0;
    }
}

.services__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.services__shape-wrap img:nth-child(1) {
    right: -22px;
    top: -18px;
    max-width: 201px;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}

@media (max-width: 1800px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 170px;
    }
}

@media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 100px;
        right: -10px;
        top: -10px;
    }
}

.services__shape-wrap img:nth-child(2) {
    left: 65px;
    bottom: 25px;
    max-width: 192px;
}

@media (max-width: 1800px) {
    .services__shape-wrap img:nth-child(2) {
        left: 20px;
        max-width: 160px;
    }
}

@media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(2) {
        max-width: 140px;
        bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .services__shape-wrap img:nth-child(2) {
        max-width: 80px;
        bottom: 11px;
    }
}

.services__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}

.services__shape-wrap-two img:nth-child(1) {
    left: 4%;
    top: 15%;
    max-width: 145px;
}

@media (max-width: 1800px) {
    .services__shape-wrap-two img:nth-child(1) {
        left: 2%;
        top: 12%;
        max-width: 120px;
    }
}

@media (max-width: 1500px) {
    .services__shape-wrap-two img:nth-child(1) {
        left: 2%;
        top: 5%;
        max-width: 90px;
    }
}

@media (max-width: 767.98px) {
    .services__shape-wrap-two img:nth-child(1) {
        display: none;
    }
}

.services__shape-wrap-two img:nth-child(2) {
    right: 42px;
    bottom: 62px;
    max-width: 145px;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

@media (max-width: 1800px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 45px;
        max-width: 110px;
    }
}

@media (max-width: 1500px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 40px;
        max-width: 85px;
    }
}

@media (max-width: 767.98px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 20px;
        max-width: 75px;
    }
}

.services__shape-wrap-two img:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 140px;
}

.services__details-inner .col-70 {
    width: 70.4%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .services__details-inner .col-70 {
        width: 65%;
    }
}

@media (max-width: 991.98px) {
    .services__details-inner .col-70 {
        width: 100%;
    }
}

.services__details-inner .col-30 {
    width: 29.6%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .services__details-inner .col-30 {
        width: 35%;
    }
}

@media (max-width: 991.98px) {
    .services__details-inner .col-30 {
        width: 100%;
    }
}

.services__details-inner-img {
    position: relative;
}

@media (max-width: 767.98px) {
    .services__details-inner-img {
        margin-bottom: 30px;
    }
}

.services__details-inner-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.services__details-inner-img .play-btn {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.services__details-inner-img .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}

.services__details-thumb {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .services__details-thumb {
        margin-bottom: 30px;
    }
}

.services__details-thumb img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 1199.98px) {
    .services__details-thumb img {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .services__details-thumb img {
        height: 300px;
    }
}

.services__details-content .title {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .services__details-content .title {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    .services__details-content .title {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .services__details-content .title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__details-content .title {
        font-size: 34px;
    }
}

.services__details-content>p {
    margin-bottom: 0;
}

.services__details-content .title-two {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .services__details-content .title-two {
        font-size: 24px;
    }
}

.services__details-content-inner {
    margin-bottom: 35px;
    margin-top: 25px;
}

.services__details-content-inner p {
    margin-bottom: 0;
    width: 95%;
}

@media (max-width: 767.98px) {
    .services__details-content-inner .progress__wrap {
        margin-top: 25px;
    }
}

.services__details-content-inner-two {
    margin-top: 40px;
    margin-bottom: 25px;
}

.services__details-content-inner-two .col-44 {
    width: 43.5%;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .services__details-content-inner-two .col-44 {
        width: 100%;
    }
}

.services__details-content-inner-two .col-56 {
    width: 56.5%;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .services__details-content-inner-two .col-56 {
        width: 100%;
    }
}

.services__details-content-inner-two .title-two {
    margin-bottom: 10px;
}

.services__details-content-inner-two p {
    margin-bottom: 10px;
}

.services__details-benefit {
    margin-top: 30px;
}

.services__details-benefit p {
    margin-bottom: 20px;
}

.services__sidebar {
    margin-right: 20px;
}

@media (max-width: 1199.98px) {
    .services__sidebar {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .services__sidebar {
        margin-top: 100px;
    }
}

.services__widget {
    background: var(--tg-color-gray-9);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.services__widget:last-child {
    margin-bottom: 0;
}

.services__widget-two {
    background: transparent;
    position: relative;
    border: 1px solid #E5E7E8;
    text-align: center;
    padding: 40px 30px 50px;
}

.services__widget-three {
    background: var(--tg-theme-primary);
    padding: 25px 30px 35px;
}

.services__cat-list .list-wrap li {
    margin-bottom: 3px;
}

.services__cat-list .list-wrap li:last-child {
    margin-bottom: 0;
}

.services__cat-list .list-wrap li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: var(--tg-color-white-default);
    justify-content: space-between;
    gap: 10px;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-color-black-2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.services__cat-list .list-wrap li a>i {
    font-size: 24px;
    line-height: 0;
    color: var(--tg-theme-primary);
    -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;
}

.services__cat-list .list-wrap li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}

.services__cat-list .list-wrap li a span i {
    font-size: 30px;
    line-height: 0;
    color: var(--tg-color-gray-8);
    -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;
}

.services__cat-list .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.services__cat-list .list-wrap li a:hover i {
    color: var(--tg-color-white-default);
}

@media (max-width: 991.98px) {
    .mb-md-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .view-all-btn.text-end {
        text-align: left !important;
    }
}

@media (max-width: 767.98px) {
    .view-all-btn-two.text-end {
        text-align: left !important;
    }
}

.sidebar__logo {
    margin-bottom: 25px;
}

.sidebar__contact .title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}

.sidebar__contact .btn {
    background: var(--tg-color-black-2);
}

.sidebar__contact .btn:hover {
    background: var(--tg-theme-primary);
}

.sidebar__phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    gap: 6px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-theme-primary);
    margin-bottom: 40px;
}

.sidebar__phone i {
    line-height: 0;
}

.sidebar__phone:hover {
    color: var(--tg-color-black-2);
}

.sidebar__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 277px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.sidebar__widget-title {
    margin-bottom: 15px;
    color: var(--tg-color-white-default);
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}

.sidebar__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: var(--tg-color-white-default);
}

.sidebar__brochure p {
    margin-bottom: 20px;
    color: var(--tg-color-white-default);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
}

.sidebar__brochure a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #ecf6fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black-2);
    gap: 12px;
    margin-bottom: 10px;
}

.sidebar__brochure a svg {
    color: var(--tg-theme-primary);
    width: 18px;
}

.sidebar__brochure a:last-child {
    margin-bottom: 0;
}

/*=============================
    16. Features
===============================*/

.features__area {
    position: relative;
}

.features__area-two {
    background: var(--tg-color-gray-11);
    position: relative;
    z-index: 1;
}

.features__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 35px 30px 40px 42px;
    border: 1px solid #001b31;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    background: var(--tg-color-white-default);
    -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: 1199.98px) {
    .features__item {
        padding: 35px 20px 30px 20px;
        gap: 15px;
    }
}

.features__item::before {
    content: "";
    position: absolute;
    left: 36px;
    top: 0;
    width: 60px;
    height: 6px;
    background: var(--tg-theme-primary);
}

.features__item:hover {
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.1);
    border-color: var(--tg-theme-primary);
}

.features__item:hover .features__icon i {
    transform: rotateY(180deg);
}

.features__item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 80px;
    margin-left: 80px;
}

@media (max-width: 1199.98px) {
    .features__item-wrap {
        gap: 30px 30px;
        margin-left: 30px;
    }
}

@media (max-width: 991.98px) {
    .features__item-wrap {
        gap: 30px 40px;
        margin-left: 0;
        margin: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .features__item-wrap {
        gap: 30px 30px;
        flex-direction: column;
    }
}

.features__item-wrap-two {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.features__icon {
    font-size: 50px;
    color: var(--tg-theme-primary);
    line-height: 0;
}

@media (max-width: 1199.98px) {
    .features__icon {
        font-size: 45px;
    }
}

.features__icon i {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    display: block;
}

.features__icon-two {
    font-size: 54px;
    line-height: 0;
    color: var(--tg-theme-primary);
    margin-bottom: 20px;
}

.features__content .title {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: capitalize;
}

.features__content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.6;
}

.features__content .number {
    margin-bottom: 0;
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 36px;
    color: #ededed;
    line-height: 1;
    z-index: -1;
}

.features__content-two .title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
}

.features__content-two .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-border-6);
}

.features__content-two .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: var(--tg-theme-primary);
}

.features__content-two p {
    margin-bottom: 0;
    line-height: 1.5;
}

.features__content-wrap {
    background: var(--tg-theme-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 30px 55px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .features__content-wrap {
        padding: 35px 25px 40px 0;
    }
}

.features__content-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1;
}

@media (max-width: 991.98px) {
    .features__content-wrap::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.features__content-wrap .shape {
    position: absolute;
    z-index: -1;
    left: -88%;
    bottom: 0;
    max-width: 335px;
}

@media (max-width: 1800px) {
    .features__content-wrap .shape {
        left: -68%;
    }
}

@media (max-width: 1500px) {
    .features__content-wrap .shape {
        max-width: 300px;
        left: -50%;
    }
}

@media (max-width: 1199.98px) {
    .features__content-wrap .shape {
        max-width: 220px;
        left: -36%;
    }
}

@media (max-width: 991.98px) {
    .features__content-wrap .shape {
        left: -25%;
    }
}

.features__shape img {
    position: absolute;
    right: 0;
    top: -115px;
    z-index: -1;
    max-width: 244px;
}

@media (max-width: 1500px) {
    .features__shape img {
        top: auto;
        bottom: 20px;
        width: 180px;
    }
}

@media (max-width: 767.98px) {
    .features__shape img {
        bottom: 10px;
        width: 100px;
    }
}

/*=============================
	02. Choose
===============================*/

.choose__area-two {
    position: relative;
    z-index: 1;
}

.choose__area-two::before {
    content: "";
    position: absolute;
    width: 464px;
    height: 464px;
    right: 28px;
    top: -50px;
    border-radius: 50%;
    opacity: 0.7;
    background: linear-gradient(180deg, #FCAAAC 0%, #FFEFDD 100%);
    filter: blur(150px);
    z-index: -1;
}

.choose__area-two::after {
    content: "";
    position: absolute;
    width: 464px;
    height: 464px;
    left: -37px;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.7;
    background: linear-gradient(180deg, #FCAAAC 0%, #FFEFDD 100%);
    filter: blur(150px);
    z-index: -1;
}

.choose__bg {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-primary);
}

@media (max-width: 767.98px) {
    .choose__bg {
        padding: 100px 0;
    }
}

.choose__img {
    margin-left: -90px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .choose__img {
        margin-left: -40px;
    }
}

@media (max-width: 1199.98px) {
    .choose__img {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .choose__img {
        margin-bottom: 50px;
    }
}

.choose__img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    max-width: unset;
}

@media (max-width: 767.98px) {
    .choose__img img {
        max-width: 100%;
    }
}

.choose__img-two {
    position: relative;
}

@media (max-width: 991.98px) {
    .choose__img-two {
        margin-bottom: 50px;
    }
}

.choose__img-two .main-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .choose__img-two .main-img img {
        width: 100%;
    }
}

.choose__img-two .shape {
    background: var(--tg-color-white-default);
    padding: 38px 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: -25px;
    bottom: 16%;
}

@media (max-width: 767.98px) {
    .choose__img-two .shape {
        display: none;
    }
}

.choose__content {
    margin-left: 45px;
}

@media (max-width: 1199.98px) {
    .choose__content {
        margin-left: 0;
    }
}

.choose__content-two {
    margin-left: 65px;
}

@media (max-width: 1199.98px) {
    .choose__content-two {
        margin-left: 20px;
    }
}

@media (max-width: 991.98px) {
    .choose__content-two {
        margin-left: 0;
    }
}

.choose__content-two>p {
    margin-bottom: 25px;
}

.choose__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 50px;
    margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
    .choose__content-inner {
        gap: 20px 25px;
    }
}

@media (max-width: 767.98px) {
    .choose__content-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.choose__content-inner>p {
    margin-bottom: 0;
    width: 53%;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .choose__content-inner>p {
        width: 100%;
    }
}

.choose__content-inner .about__list-box .list-wrap {
    margin-bottom: 0;
}

.choose__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 50px;
}

@media (max-width: 1199.98px) {
    .choose__content-bottom {
        gap: 30px 30px;
    }
}

@media (max-width: 767.98px) {
    .choose__content-bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.choose__content-bottom .left-side {
    width: 54%;
    flex: 0 0 auto;
    position: relative;
}

@media (max-width: 767.98px) {
    .choose__content-bottom .left-side {
        width: 100%;
    }
}

.choose__content-bottom .left-side::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    background: #2139A3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 1199.98px) {
    .choose__content-bottom .left-side::before {
        right: -15px;
    }
}

@media (max-width: 767.98px) {
    .choose__content-bottom .left-side::before {
        display: none;
    }
}

.choose__content-bottom .left-side>p {
    color: var(--tg-color-gray-5);
    margin-bottom: 25px;
}

.choose__list-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.choose__list-item .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1.5px solid var(--tg-theme-primary);
    color: var(--tg-theme-primary);
    font-size: 50px;
    line-height: 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;
}

.choose__list-item .content .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.choose__list-item .content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5;
}

.choose__list-item:hover .icon {
    transform: rotateY(180deg);
}

.choose__shape img {
    position: absolute;
    z-index: -1;
    right: -18px;
    bottom: 17%;
    max-width: 248px;
}

@media (max-width: 1500px) {
    .choose__shape img {
        max-width: 180px;
    }
}

@media (max-width: 1199.98px) {
    .choose__shape img {
        bottom: 10%;
        max-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .choose__shape img {
        bottom: 2%;
        max-width: 120px;
    }
}

/*=============================
	02. Achieved
===============================*/

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

.achieved__content {
    padding: 140px 0;
    width: 85%;
}

@media (max-width: 1199.98px) {
    .achieved__content {
        width: 100%;
        padding: 120px 0;
    }
}

@media (max-width: 991.98px) {
    .achieved__content {
        padding: 50px 0 120px;
    }
}

@media (max-width: 767.98px) {
    .achieved__content {
        padding: 50px 0 100px;
    }
}

.achieved__content p {
    margin-bottom: 20px;
    font-size: 18px;
}

.achieved__shape img {
    position: absolute;
    right: 8%;
    bottom: 70px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .achieved__shape img {
        right: 0%;
        bottom: auto;
        top: 10%;
    }
}

.progress__item {
    margin-bottom: 20px;
}

.progress__item:last-child {
    margin-bottom: 0;
}

.progress__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.progress__item .progress {
    background-color: #E1E6E9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    height: 8px;
}

.progress__item .progress .progress-bar {
    background-color: var(--tg-theme-secondary);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.progress__item-two .progress .progress-bar {
    background-color: var(--tg-theme-primary);
}

.progress__item-two .progress__title {
    color: var(--tg-color-white-default);
}

.progress__item-two .progress-value {
    color: var(--tg-color-white-default);
}

.progress__item-two .progress-value .counter-number {
    color: var(--tg-color-white-default);
}

.progress__item-three .progress .progress-bar {
    background-color: var(--tg-theme-primary);
}

.progress__title {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
}

.progress-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 1px;
}

.progress-value .counter-number {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

/*=============================
	02. Marquee
===============================*/

.marquee__area {
    padding: 0 0 120px;
}

@media (max-width: 991.98px) {
    .marquee__area {
        padding: 0 0 100px;
    }
}

@media (max-width: 767.98px) {
    .marquee__area {
        padding: 0 0 80px;
    }
}

.marquee__item {
    margin-right: 20px;
    display: inline;
    line-height: 1;
}

.marquee__item a {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--tg-body-color);
}

@media (max-width: 1199.98px) {
    .marquee__item a {
        font-size: 42px;
    }
}

@media (max-width: 991.98px) {
    .marquee__item a {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .marquee__item a {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .marquee__item a {
        font-size: 34px;
    }
}

.marquee__item a:hover {
    color: var(--tg-theme-primary);
    -webkit-text-stroke: 1.5px var(--tg-theme-primary);
}

.marquee__item a svg {
    color: var(--tg-theme-secondary);
    margin-right: 10px;
    transform: translateY(-5px);
}

@media (max-width: 1199.98px) {
    .marquee__item a svg {
        width: 38px;
    }
}

@media (max-width: 991.98px) {
    .marquee__item a svg {
        width: 36px;
    }
}

@media (max-width: 767.98px) {
    .marquee__item a svg {
        width: 32px;
    }
}

.marquee__item-two a:hover {
    color: var(--tg-theme-primary);
    -webkit-text-stroke: 1.5px var(--tg-theme-primary);
}

.marquee__item-two a svg {
    color: var(--tg-theme-primary);
}

.marquee__item-three a {
    -webkit-text-stroke: 1.5px var(--tg-color-gray-13);
}

.marquee__item-three a:hover {
    color: var(--tg-color-white-default);
    -webkit-text-stroke: 1.5px var(--tg-color-white-default);
}

.marquee__item-three a svg {
    color: var(--tg-theme-primary);
}

.marquee__item-four a {
    -webkit-text-stroke: 1.5px var(--tg-color-gray-13);
}

.marquee__item-four a svg {
    color: var(--tg-theme-primary);
}

.marquee-wrap .marquee__group .m-item {
    margin-right: 25px;
    display: inline;
}

/*=============================
	02. Project
===============================*/

.project__bg {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    background-color: var(--tg-color-gray-4);
}

@media (max-width: 991.98px) {
    .project__bg {
        padding: 120px 0;
    }
}

@media (max-width: 767.98px) {
    .project__bg {
        padding: 100px 0;
    }
}

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

.project__item-wrap {
    margin: 0 -156px;
}

@media (max-width: 1199.98px) {
    .project__item-wrap {
        margin: 0 -250px;
    }
}

@media (max-width: 991.98px) {
    .project__item-wrap {
        margin: 0 -300px;
    }
}

@media (max-width: 767.98px) {
    .project__item-wrap {
        margin: 0 0;
        padding: 0 15px;
    }
}

.project__item-wrap .swiper-slide-active .project__thumb img {
    filter: grayscale(0);
    opacity: 1;
}

.project__item-wrap .swiper-slide-active .project__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.project__item-two {
    margin-bottom: 30px;
    position: relative;
}

.project__item-two:hover .project__thumb-two img {
    transform: scale(1.03) translateX(5px);
}

.project__item-two:hover .project__content-two {
    opacity: 1;
    visibility: visible;
}

.project__item-two:hover .project__content-two .title {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.project__item-two:hover .project__content-two span {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.project__item-three {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.project__item-three:hover .project__thumb-three::before {
    opacity: 0.8;
}

.project__item-three:hover .project__icon a {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.project__item-three:hover .project__content-three {
    opacity: 1;
    visibility: visible;
}

.project__item-three:hover .project__content-three span {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.project__item-three:hover .project__content-three .title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.project__thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    filter: grayscale(1);
    opacity: 0.8;
    width: 100%;
    height: 460px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .project__thumb img {
        height: 300px;
    }
}

.project__thumb-two {
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.project__thumb-two img {
    height: 460px;
    object-fit: cover;
    transform: scale(1.03);
    transition: 0.4s ease-in-out;
}

@media (max-width: 1199.98px) {
    .project__thumb-two img {
        height: 430px;
    }
}

.project__thumb-three {
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.project__thumb-three::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.project__thumb-three img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.project__content {
    position: absolute;
    left: 30px;
    bottom: 40px;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 20px 40px 25px 25px;
    min-width: 385px;
    justify-content: space-between;
    gap: 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199.98px) {
    .project__content {
        left: 20px;
        bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .project__content {
        flex-wrap: wrap;
        right: 20px;
        min-width: auto;
        padding: 20px 20px 25px 25px;
    }
}

.project__content .title {
    margin-bottom: 8px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    text-transform: capitalize;
}

.project__content span {
    display: block;
    color: var(--tg-color-white-default);
    line-height: 1;
    text-transform: capitalize;
}

.project__content .right-arrow a svg {
    width: 20px;
    height: 20px;
    color: var(--tg-color-white-default);
}

.project__content .right-arrow a svg path {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.project__content .right-arrow a svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}

.project__content .right-arrow a svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: 0.5;
    transition-delay: 0s, 0s;
}

.project__content:hover .right-arrow a svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}

.project__content:hover .right-arrow a svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}

.project__content-two {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 20px 40px 30px;
    opacity: 0;
    visibility: hidden;
}

.project__content-two .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 24px;
    font-weight: 600;
    background: var(--tg-theme-primary);
    border-radius: 4px 4px 4px 0px;
    padding: 10px 17px 12px;
}

.project__content-two .title a:hover {
    color: var(--tg-theme-secondary);
}

.project__content-two span {
    font-size: 16px;
    display: inline-block;
    border-radius: 0px 0px 4px 4px;
    background: var(--tg-color-white-default);
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 14px;
    color: var(--tg-heading-color);
}

.project__content-three {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.project__content-three span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #CFCFCF;
    line-height: 1;
    margin-bottom: 10px;
}

.project__content-three .title {
    color: var(--tg-color-white-default);
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.project__icon a {
    position: absolute;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    line-height: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    right: 30px;
    top: 30px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 60px;
}

.project__icon a:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
}

.project__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .project__nav {
        margin-top: 40px;
    }
}

.project__nav .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    background: #B9C3C5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    opacity: 1;
    padding: 0;
    margin: 0 !important;
    -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;
}

.project__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
    background: var(--tg-theme-primary);
}

.project__details-inner .col-70 {
    width: 70.4%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .project__details-inner .col-70 {
        width: 65%;
    }
}

@media (max-width: 991.98px) {
    .project__details-inner .col-70 {
        width: 100%;
    }
}

.project__details-inner .col-30 {
    width: 29.6%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .project__details-inner .col-30 {
        width: 35%;
    }
}

@media (max-width: 991.98px) {
    .project__details-inner .col-30 {
        width: 100%;
    }
}

.project__details-thumb {
    margin-bottom: 35px;
}

.project__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .project__details-thumb img {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .project__details-thumb img {
        height: 300px;
    }
}

.project__details-content>.title {
    margin-bottom: 20px;
    font-size: 40px;
}

@media (max-width: 1199.98px) {
    .project__details-content>.title {
        font-size: 32px;
    }
}

.project__details-content>p {
    margin-bottom: 0;
}

.project__details-content .title-two {
    font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .project__details-content .title-two {
        font-size: 25px;
    }
}

.project__details-challenge {
    margin-top: 30px;
    margin-bottom: 30px;
}

.project__details-challenge p {
    margin-bottom: 22px;
}

.project__details-services p {
    margin-bottom: 0;
}

.project__details-features {
    margin-top: 35px;
}

.project__details-features .features__item {
    padding: 35px 30px 30px 42px;
}

@media (max-width: 1199.98px) {
    .project__details-features .features__item {
        padding: 35px 25px 30px 25px;
    }
}

.project__info .list-wrap li {
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.project__info .list-wrap li span {
    display: block;
    line-height: 1;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    margin-bottom: 5px;
}

@media (max-width: 991.98px) {
    .project__sidebar {
        margin-top: 100px;
    }
}

.project__sidebar-social .title {
    display: block;
    line-height: 1;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    margin-bottom: 12px;
}

.project__sidebar-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
}

.project__sidebar-social .list-wrap li {
    line-height: 1;
}

.project__sidebar-social .list-wrap li a {
    color: var(--tg-color-white-default);
    font-size: 18px;
    display: block;
}

.project__sidebar-social .list-wrap li a:hover {
    transform: translateY(-3px);
}

.area__bg {
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-secondary);
    position: relative;
    z-index: 1;
}

.view-all-btn-two .border-btn {
    color: var(--tg-theme-primary);
}

.view-all-btn-two .border-btn:hover {
    color: var(--tg-color-white-default);
}

/*=============================
	02. Pricing
===============================*/

.pricing__box {
    background: var(--tg-color-white-default);
    padding: 60px 70px 70px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199.98px) {
    .pricing__box {
        padding: 40px 20px 40px;
    }
}

@media (max-width: 767.98px) {
    .pricing__box {
        padding: 40px 40px 40px;
    }
}

.pricing__top .title {
    font-size: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .pricing__top .title {
        margin-bottom: 20px;
    }
}

.pricing__price .price {
    margin-bottom: 40px;
    font-size: 70px;
    display: flex;
    justify-content: center;
    line-height: 0.8;
}

@media (max-width: 1199.98px) {
    .pricing__price .price {
        margin-bottom: 30px;
        font-size: 50px;
    }
}

.pricing__price .price span {
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-top: 5px;
}

.pricing__price .price strong {
    font-size: 20px;
    margin-top: auto;
}

.pricing__content p {
    margin-bottom: 20px;
    line-height: 1.5;
    color: var(--tg-color-gray-7);
}

.pricing__list {
    margin-bottom: 35px;
}

.pricing__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-gray-7);
    text-transform: capitalize;
    gap: 8px;
    margin-bottom: 10px;
}

.pricing__list li:last-child {
    margin-bottom: 0;
}

.pricing__list li i {
    color: var(--tg-theme-primary);
    line-height: 0;
}

.pricing__btn .btn {
    background: var(--tg-theme-primary);
    border-radius: 30px;
    padding: 17px 38px;
    font-size: 18px;
}

.pricing__btn .btn:hover {
    background: var(--tg-color-black-2);
}

/*=============================
	02. Video
===============================*/

.video__area {
    position: relative;
    padding: 170px 0 255px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .video__area {
        padding: 140px 0 240px;
    }
}

@media (max-width: 991.98px) {
    .video__area {
        padding: 120px 0 220px;
    }
}

@media (max-width: 767.98px) {
    .video__area {
        padding: 100px 0 200px;
    }
}

.video__area-two {
    position: relative;
}

.video__area-three {
    position: relative;
    padding: 280px 0 150px;
    margin-top: -145px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .video__area-three {
        padding: 250px 0 110px;
    }
}

.video__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.video__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000038;
    opacity: 0.5;
    mix-blend-mode: luminosity;
}

.video__bg-two::before {
    background: #000;
    opacity: 0.7;
    mix-blend-mode: normal;
}

.video__bg-three::before {
    display: none;
}

@media (max-width: 991.98px) {
    .video__content {
        text-align: center;
    }
}

.video__content-two {
    background: var(--tg-color-white-default);
    padding: 70px 70px;
}

@media (max-width: 1199.98px) {
    .video__content-two {
        padding: 50px 45px;
    }
}

@media (max-width: 991.98px) {
    .video__content-two {
        padding: 50px 50px;
        margin-top: 40px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .video__content-two {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video__content-two {
        padding: 50px 40px;
    }
}

.video__content-two .title {
    margin-bottom: 25px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .video__content-two .title {
        font-size: 32px;
    }
}

.video__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .video__contact {
        justify-content: center;
    }
}

.video__contact .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-theme-primary);
    line-height: 0;
    color: var(--tg-color-white-default);
    font-size: 26px;
}

.video__contact .content {
    text-align: left;
}

.video__contact .content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: var(--tg-theme-secondary);
    margin-bottom: 8px;
}

.video__contact .content a {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: var(--tg-theme-secondary);
}

.video__contact .content a:hover {
    color: var(--tg-theme-primary);
}

.video__play-btn {
    margin-right: 155px;
}

@media (max-width: 991.98px) {
    .video__play-btn {
        margin-right: 0;
    }
}

.video__play-btn .play-btn {
    width: 84px;
    height: 84px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-color-white-default);
    line-height: 0;
    font-size: 25px;
    color: var(--tg-theme-secondary);
    margin-left: auto;
    position: relative;
}

@media (max-width: 991.98px) {
    .video__play-btn .play-btn {
        margin: 0 auto 50px;
    }
}

.video__play-btn .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}

.video__play-btn-two .play-btn {
    color: var(--tg-theme-primary);
}

.video__play-btn-three .play-btn {
    color: var(--tg-theme-primary);
}

/*=============================
	02. Request
===============================*/

.request__area {
    background: var(--tg-color-gray-4);
}

.request__area-two {
    position: relative;
}

.request__wrap {
    margin-top: -130px;
    position: relative;
    z-index: 2;
}

.request__wrap-two {
    background: var(--tg-color-white-default);
    padding: 50px 60px 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-left: 100px;
}

@media (max-width: 1199.98px) {
    .request__wrap-two {
        margin-left: 0;
        padding: 45px 50px 50px;
    }
}

@media (max-width: 767.98px) {
    .request__wrap-two {
        padding: 35px 30px 40px;
    }
}

.request__wrap-two .title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 800;
}

.request__nav .nav-tabs {
    border: none;
    display: inline-flex;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.request__nav .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    color: var(--tg-color-white-default);
    font-size: 20px;
    font-weight: 600;
    gap: 12px;
    background: var(--tg-heading-color);
    padding: 18px 61px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 991.98px) {
    .request__nav .nav-link {
        padding: 18px 35px;
    }
}

@media (max-width: 767.98px) {
    .request__nav .nav-link {
        padding: 15px 20px;
        font-size: 15px;
        gap: 8px;
    }
}

.request__nav .nav-link i {
    font-size: 30px;
    line-height: 0;
}

@media (max-width: 767.98px) {
    .request__nav .nav-link i {
        font-size: 20px;
    }
}

.request__nav .nav-link.active {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.request__nav-two .nav-link.active {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.request__form {
    -webkit-border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    -o-border-radius: 0px 10px 10px 10px;
    -ms-border-radius: 0px 10px 10px 10px;
    border-radius: 0px 10px 10px 10px;
    background: var(--tg-color-white-default);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 40px 45px;
}

@media (max-width: 1199.98px) {
    .request__form {
        padding: 30px 30px 45px;
    }
}

.request__form .title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: var(--tg-body-color);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.request__form .form-grp {
    margin-bottom: 20px;
    flex-grow: 1;
    width: 100%;
}

.request__form .form-grp textarea,
.request__form .form-grp input {
    width: 100%;
    border: 1px solid var(--tg-border-6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--tg-body-color);
    line-height: 1;
    padding: 15px 20px;
}

.request__form .form-grp textarea::placeholder,
.request__form .form-grp input::placeholder {
    color: #838383;
    font-size: 14px;
}

.request__form .form-grp textarea {
    min-height: 122px;
    max-height: 122px;
}

.request__form .form-grp.select-grp {
    position: relative;
}

.request__form .form-grp.select-grp select {
    background-color: transparent;
    border: 1px solid var(--tg-border-6);
    color: var(--tg-body-color);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    outline: none;
    padding: 13px 50px 13px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.4;
    height: 50px;
    cursor: pointer;
}

.request__form .form-grp.select-grp::after {
    content: "\f12f";
    position: absolute;
    bottom: 15px;
    font-family: "flaticon";
    font-weight: 400;
    right: 20px;
    font-size: 20px;
    color: var(--tg-body-color);
    line-height: 1;
}

.request__form .form-grp-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .request__form .form-grp-wrap {
        flex-wrap: wrap;
        gap: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .request__form .form-grp-wrap {
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.request__form .btn {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    padding: 19px 28px;
}

.request__form .btn::before {
    display: none;
}

.request__form .btn:hover {
    background: var(--tg-theme-secondary);
}

.request__form-two .btn {
    background: var(--tg-theme-secondary);
}

.request__form-two .btn:hover {
    background: var(--tg-theme-primary);
}

.request__form-three .form-grp {
    margin-bottom: 20px;
}

.request__form-three .form-grp.select-grp {
    position: relative;
}

.request__form-three .form-grp.select-grp select {
    background-color: #F5F5F5;
    border: none;
    color: var(--tg-body-color);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 4px;
    outline: none;
    padding: 13px 50px 13px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.4;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.request__form-three .form-grp.select-grp::after {
    content: "\f12f";
    position: absolute;
    bottom: 15px;
    font-family: "flaticon";
    font-weight: 400;
    right: 20px;
    font-size: 20px;
    color: var(--tg-body-color);
    line-height: 1;
}

.request__form-three .form-grp input {
    background-color: #F5F5F5;
    border: none;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 20px;
    color: var(--tg-body-color);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.request__form-three .form-grp input::placeholder {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--tg-body-color);
}

.request__form-three button {
    width: 100%;
    background: var(--tg-theme-secondary);
    justify-content: center;
}

.request__form-three button:hover {
    background: var(--tg-theme-primary);
}

.request__radio-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.request__radio-wrap .form-check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 1.2;
    gap: 6px;
    min-height: auto;
    padding: 0;
}

.request__radio-wrap .form-check-input {
    margin: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #BEBEBE;
}

.request__radio-wrap .form-check-input:checked {
    background-color: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}

.request__radio-wrap .form-check-input:checked~.form-check-label {
    color: var(--tg-body-color);
}

.request__radio-wrap .form-check-input:focus {
    box-shadow: none;
}

.request__radio-wrap .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #838383;
    user-select: none;
}

.request__radio-wrap-two .form-check-input:checked {
    background-color: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.request__shape img {
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 0;
    max-width: 217px;
}

@media (max-width: 1800px) {
    .request__shape img {
        left: 20px;
        max-width: 160px;
    }
}

.price_slider_amount {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.price_slider_amount span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-body-color);
}

.price_slider_amount input {
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-body-color);
    text-align: right;
    width: 140px;
}

.ui-widget-content {
    background: #ECECEC;
    border: none;
    height: 6px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.ui-widget-content .ui-slider-handle {
    border: none;
    width: 8px;
    height: 16px;
    background: #DD2C0E;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-left: -2px;
    color: #DD2C0E;
}

.ui-widget-content .ui-slider-handle:focus {
    outline: none;
}

.ui-widget-header {
    background: var(--tg-theme-primary);
}

/*=============================
	02. Testimonial
===============================*/

.testimonial__area {
    background: var(--tg-color-gray-4);
    padding: 90px 0 140px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .testimonial__area {
        padding: 90px 0 100px;
    }
}

.testimonial__area-two {
    position: relative;
}

.testimonial__area-two::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    width: 500px;
    height: 500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(252, 170, 172, 0.06) 0%, rgba(255, 239, 221, 0.5) 100%);
    filter: blur(150px);
}

.testimonial__area-four {
    position: relative;
    padding: 100px 0 140px;
    z-index: 1;
}

.testimonial__inner-wrap {
    background: var(--tg-color-white-default);
    padding: 80px 0;
    border: 1px solid #CECECE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .testimonial__inner-wrap {
        padding: 40px 10px;
    }
}

.testimonial__wrap {
    text-align: center;
}

.testimonial__icon {
    margin-bottom: 25px;
}

.testimonial__icon svg {
    color: var(--tg-theme-secondary);
}

.testimonial__icon-two svg {
    color: var(--tg-theme-primary);
}

.testimonial__nav .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    justify-content: center;
}

.testimonial__nav .swiper-wrapper button {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    width: 65px;
}

.testimonial__nav .swiper-wrapper button img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    filter: grayscale(1);
}

.testimonial__nav .swiper-wrapper .swiper-slide {
    width: auto !important;
}

.testimonial__nav .swiper-slide-thumb-active button img {
    filter: grayscale(0);
}

@media (max-width: 767.98px) {
    .testimonial__nav-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
}

.testimonial__nav-wrap button {
    border: none;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    color: var(--tg-heading-color);
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 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;
}

@media (max-width: 991.98px) {
    .testimonial__nav-wrap button {
        left: 7px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__nav-wrap button {
        transform: translateY(0);
        position: inherit;
    }
}

.testimonial__nav-wrap button:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
}

.testimonial__nav-wrap button.testimonial-button-next {
    right: 0;
    left: auto;
}

@media (max-width: 991.98px) {
    .testimonial__nav-wrap button.testimonial-button-next {
        right: 7px;
    }
}

.testimonial__nav-wrap-two button {
    border: 1px solid #D6D6D6;
    color: var(--tg-color-black-2);
}

.testimonial__nav-wrap-two button:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.testimonial__nav-wrap-three button {
    background: var(--tg-color-gray-8);
    color: var(--tg-color-white-default);
}

.testimonial__nav-wrap-three button:hover {
    background: var(--tg-theme-primary);
}

.testimonial-active {
    position: relative;
}

.testimonial__item .name {
    margin-bottom: 8px;
    font-size: 22px;
}

.testimonial__item span {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: var(--tg-body-color);
    margin-bottom: 15px;
}

.testimonial__rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

.testimonial__rating i {
    font-size: 18px;
    color: var(--tg-color-yellow-light);
}

.testimonial__rating i:last-child {
    color: var(--tg-color-yellow-light-2);
}

.testimonial__content p {
    font-size: 18px;
    font-style: italic;
    text-transform: capitalize;
    line-height: 1.6;
    width: 65%;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .testimonial__content p {
        width: 75%;
    }
}

@media (max-width: 767.98px) {
    .testimonial__content p {
        width: 100%;
    }
}

.testimonial__content-two p {
    width: 70%;
}

@media (max-width: 1199.98px) {
    .testimonial__content-two p {
        width: 80%;
    }
}

@media (max-width: 767.98px) {
    .testimonial__content-two p {
        width: 100%;
    }
}

.testimonial__shape img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: -190px;
}

/*=============================
	02. History
===============================*/

.history__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 180px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 30px;
}

@media (max-width: 1199.98px) {
    .history__item {
        gap: 30px 150px;
    }
}

@media (max-width: 991.98px) {
    .history__item {
        gap: 30px 130px;
    }
}

@media (max-width: 767.98px) {
    .history__item {
        gap: 30px 30px;
        flex-wrap: wrap;
        padding-top: 0;
    }
}

.history__item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #CFCFCF;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 767.98px) {
    .history__item::before {
        display: none;
    }
}

.history__item:hover::before {
    background: var(--tg-theme-primary);
    border-color: var(--tg-color-white-default);
}

.history__item:nth-child(even) {
    flex-direction: row-reverse;
}

.history__item:nth-child(even) .history__years-wrap .shape {
    transform: rotate(-180deg);
}

@media (max-width: 767.98px) {
    .history__item:nth-child(even) .history__years-wrap .shape {
        transform: rotate(0);
    }
}

@media (max-width: 767.98px) {
    .history__item:last-child {
        padding-bottom: 0;
    }
}

.history__item-wrap {
    position: relative;
}

.history__item-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #F0F0F0;
}

@media (max-width: 767.98px) {
    .history__item-wrap::before {
        display: none;
    }
}

.history__item-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #CFCFCF;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .history__item-wrap::after {
        display: none;
    }
}

.history__thumb {
    width: 520px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .history__thumb {
        width: 390px;
    }
}

@media (max-width: 991.98px) {
    .history__thumb {
        width: 280px;
    }
}

@media (max-width: 767.98px) {
    .history__thumb {
        width: 100%;
    }
}

.history__thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.history__content .title {
    margin-bottom: 12px;
    font-size: 30px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .history__content .title {
        font-size: 26px;
    }
}

.history__content p {
    margin-bottom: 0;
}

.history__years-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 82px;
    padding: 4px 16px;
}

@media (max-width: 767.98px) {
    .history__years-wrap {
        position: relative;
        transform: translateX(0);
        left: 0;
        top: 0;
        display: inline-block;
        margin-bottom: 20px;
    }
}

.history__years-wrap .shape {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.history__years-wrap .shape svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-primary);
    overflow: visible;
}

.history__years-wrap span {
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 700;
}

/*=============================
	02. Mission
===============================*/

.mission__inner-wrap {
    position: relative;
}

.mission__img {
    max-width: 728px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .mission__img {
        max-width: 600px;
    }
}

@media (max-width: 991.98px) {
    .mission__img {
        max-width: 100%;
        width: 100%;
    }
}

.mission__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.mission__content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tg-color-white-default);
    border: 1px solid #E9E9E9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    max-width: 612px;
    padding: 75px 90px 85px;
}

@media (max-width: 1199.98px) {
    .mission__content {
        max-width: 530px;
        padding: 50px 50px 50px;
    }
}

@media (max-width: 991.98px) {
    .mission__content {
        max-width: 100%;
        position: inherit;
        top: 0;
        transform: translate(0);
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .mission__content {
        padding: 30px 25px;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mission__content {
        padding: 40px 40px;
    }
}

.mission__content p {
    margin-bottom: 15px;
}

.mission__content .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*=============================
	02. Vision
===============================*/

.vision__inner-wrap {
    position: relative;
}

.vision__img {
    max-width: 728px;
}

@media (max-width: 1199.98px) {
    .vision__img {
        max-width: 600px;
    }
}

@media (max-width: 991.98px) {
    .vision__img {
        max-width: 100%;
        width: 100%;
    }
}

.vision__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.vision__content {
    max-width: 612px;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    padding: 75px 80px 110px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    .vision__content {
        max-width: 530px;
        padding: 50px 50px 70px;
    }
}

@media (max-width: 991.98px) {
    .vision__content {
        max-width: 100%;
        position: inherit;
        top: 0;
        transform: translate(0);
        margin-top: 50px;
        padding: 50px;
    }
}

@media (max-width: 767.98px) {
    .vision__content {
        padding: 30px 25px;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vision__content {
        padding: 40px 40px;
    }
}

.vision__content p {
    margin-bottom: 25px;
}

/*=============================
	02. Team
===============================*/

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

.team__area-two {
    background: var(--tg-color-gray-12);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team__bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 71%;
    background-size: cover;
    background-position: center;
}

.team__bg-two {
    background-color: var(--tg-theme-secondary);
}

.team__item {
    text-align: center;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #E7E7E7;
    padding: 45px 30px 55px;
    -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: 1199.98px) {
    .team__item {
        padding: 30px 20px 30px;
    }
}

.team__item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.team__item:hover .team__thumb img {
    mix-blend-mode: normal;
}

.team__item-two {
    background: var(--tg-color-white-default);
    height: 400px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    border: 1px solid #DCDCDC;
    -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;
    overflow: hidden;
    margin-bottom: 30px;
}

.team__item-two:hover {
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
}

.team__item-two:hover .team__thumb-two img {
    mix-blend-mode: normal;
}

.team__thumb {
    margin-bottom: 22px;
}

.team__thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    mix-blend-mode: luminosity;
}

.team__thumb-two img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: luminosity;
    max-height: 325px;
}

.team__content .title {
    position: relative;
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: capitalize;
    padding-top: 7px;
}

@media (max-width: 1199.98px) {
    .team__content .title {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .team__content .title {
        font-size: 22px;
    }
}

.team__content .title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background: var(--tg-theme-primary);
}

.team__content .title a:hover {
    color: var(--tg-theme-primary);
}

.team__content span {
    display: block;
    line-height: 1.4;
    color: var(--tg-color-gray-7);
    font-weight: 500;
    margin-bottom: 18px;
}

.team__content-two {
    position: absolute;
    left: 30px;
    top: 20px;
}

.team__content-two .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.team__content-two span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
}

.team__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.team__social li {
    line-height: 1;
}

.team__social li a {
    font-size: 18px;
    color: var(--tg-color-gray-8);
    display: block;
}

.team__social li a:hover {
    color: var(--tg-theme-primary);
    transform: translateY(-3px);
}

.team__social-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.team__social-two::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -150px;
    width: 3px;
    height: 120px;
    background: var(--tg-theme-primary);
    border-radius: 3px;
}

.team__social-two li {
    line-height: 1;
}

.team__social-two li a {
    font-size: 18px;
    color: var(--tg-color-gray-8);
    transform: rotate(-90deg);
    display: inline-block;
}

.team__social-two li a:hover {
    color: var(--tg-theme-primary);
    transform: rotate(0);
}

.team__shape img {
    position: absolute;
    left: 80px;
    top: 0;
    z-index: -1;
    max-width: 217px;
}

@media (max-width: 991.98px) {
    .team__shape img {
        left: 40px;
        max-width: 180px;
    }
}

@media (max-width: 767.98px) {
    .team__shape img {
        left: 30px;
        max-width: 105px;
    }
}

.team__overlay-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}

.team__overlay-content .title {
    margin-bottom: 0;
    font-size: 600px;
    line-height: 0.7;
    text-transform: uppercase;
    color: #F0F0F0;
}

@media (max-width: 1500px) {
    .team__overlay-content .title {
        font-size: 520px;
    }
}

@media (max-width: 1199.98px) {
    .team__overlay-content .title {
        font-size: 360px;
    }
}

@media (max-width: 991.98px) {
    .team__overlay-content .title {
        font-size: 290px;
    }
}

@media (max-width: 767.98px) {
    .team__overlay-content .title {
        font-size: 220px;
    }
}

.team__details-inner .col-36 {
    width: 35.6%;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .team__details-inner .col-36 {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .team__details-inner .col-36 {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__details-inner .col-36 {
        width: 70%;
    }
}

.team__details-inner .col-64 {
    width: 64.4%;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .team__details-inner .col-64 {
        width: 100%;
    }
}

.team__details-thumb img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.team__details-info {
    border: 1px solid #e6e6e6;
    border-top: none;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 30px 30px 40px;
}

@media (max-width: 991.98px) {
    .team__details-info-wrap {
        margin-bottom: 50px;
    }
}

.team__details-info>.list-wrap>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.team__details-info>.list-wrap>li:last-child {
    margin-bottom: 0;
}

.team__details-info>.list-wrap>li .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: var(--tg-color-gray-9);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    transform: translateY(-4px);
    flex: 0 0 auto;
}

.team__details-info>.list-wrap>li .content a,
.team__details-info>.list-wrap>li .content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-color-black-2);
}

.team__details-info>.list-wrap>li .content a:hover {
    color: var(--tg-theme-primary);
}

.team__details-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.team__details-social li a {
    color: var(--tg-color-black-2);
    font-size: 18px;
}

.team__details-social li a:hover {
    color: var(--tg-theme-primary);
}

.team__details-content {
    margin-left: 20px;
    margin-right: 80px;
}

@media (max-width: 1199.98px) {
    .team__details-content {
        margin: 0;
    }
}

.team__details-content .title {
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .team__details-content .title {
        font-size: 32px;
    }
}

.team__details-content .title-two {
    margin-bottom: 10px;
    font-size: 24px;
}

.team__details-content>span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-theme-primary);
    line-height: 1;
    margin-bottom: 20px;
}

.team__details-content p {
    margin-bottom: 0;
}

.team__details-content .about__list-box-four {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
}

.team__details-skill {
    margin-bottom: 70px;
}

.team__details-skill p {
    margin-bottom: 25px;
}

.team__details-form-wrap {
    background: var(--tg-color-gray-11);
    padding: 30px 40px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .team__details-form-wrap {
        padding: 30px 30px 40px;
    }
}

.team__details-form-wrap .title-three {
    margin-bottom: 30px;
    line-height: 1;
    text-transform: capitalize;
    font-size: 24px;
}

.team__details-form .form-grp {
    margin-bottom: 20px;
}

.team__details-form .form-grp textarea,
.team__details-form .form-grp input {
    width: 100%;
    background: var(--tg-color-white-default);
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    color: var(--tg-heading-color);
    padding: 8px 15px 9px;
    height: 43px;
    display: block;
    -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__details-form .form-grp textarea::placeholder,
.team__details-form .form-grp input::placeholder {
    text-transform: capitalize;
    font-size: 15px;
    color: var(--tg-color-gray-8);
}

.team__details-form .form-grp textarea:focus,
.team__details-form .form-grp input:focus {
    border-color: var(--tg-theme-primary);
}

.team__details-form .form-grp textarea {
    min-height: 100px;
    max-height: 100px;
}

.section-py-140 {
    padding: 140px 0;
}

@media (max-width: 767.98px) {
    .section-py-140 {
        padding: 100px 0;
    }
}

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

@media (max-width: 767.98px) {
    .section-pt-140 {
        padding-top: 100px;
    }
}

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

@media (max-width: 767.98px) {
    .section-pb-140 {
        padding-bottom: 100px;
    }
}

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

@media (max-width: 767.98px) {
    .section-pb-110 {
        padding-bottom: 70px;
    }
}

/*=============================
	02. Accordion
===============================*/

.faq__wrap .accordion-item {
    background: var(--tg-color-gray-11);
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
}

.faq__wrap .accordion-item:last-child {
    margin-bottom: 0;
}

.faq__wrap .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq__wrap .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq__wrap .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-color-black-2);
    padding: 20px 50px 20px 25px;
    background: var(--tg-color-gray-11);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.faq__wrap .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq__wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--tg-theme-primary);
}

.faq__wrap .accordion-button:not(.collapsed)::before {
    content: "\f10a";
    color: var(--tg-theme-primary);
}

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

.faq__wrap .accordion-button::before {
    content: "\f109";
    width: auto;
    height: auto;
    background-image: none;
    font-family: "flaticon_tg_default";
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 23px;
    color: var(--tg-color-black-2);
    font-weight: 700;
    line-height: 1;
}

.faq__wrap .accordion-body {
    padding: 0 25px 20px;
}

.faq__wrap .accordion-body p {
    margin-bottom: 0;
}

/*=============================
	02. Work
===============================*/

.work__area-two {
    background: var(--tg-theme-primary);
    padding: 130px 0 200px;
    position: relative;
    z-index: 1;
}

.work__bg {
    background-size: cover;
    background-position: center;
    padding: 140px 0 110px;
    background-color: var(--tg-theme-primary);
}

@media (max-width: 991.98px) {
    .work__bg {
        padding: 120px 90px;
    }
}

@media (max-width: 767.98px) {
    .work__bg {
        padding: 100px 0 70px;
    }
}

.work__item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.work__item:hover .work__icon i {
    transform: rotateY(180deg);
}

.work__item-wrap .row [class*=col-]:last-child .work__shape {
    display: none;
}

.work__icon {
    width: 104px;
    height: 104px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 56px;
    line-height: 0;
}

.work__icon i {
    transform: rotateY(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;
}

.work__icon .number {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: 0;
}

.work__icon-two {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.work__icon-two .number {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}

.work__icon-three {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.work__content .title {
    margin-bottom: 10px;
    font-size: 22px;
    color: var(--tg-color-white-default);
}

.work__content p {
    margin-bottom: 0;
    color: #93A7FF;
    font-size: 17px;
    line-height: 1.5;
}

.work__content-two p {
    color: var(--tg-color-gray-9);
}

.work__content-three .title {
    color: var(--tg-heading-color);
}

.work__content-three p {
    color: var(--tg-body-color);
}

.work__shape {
    position: absolute;
    right: -60px;
    top: 32px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .work__shape {
        right: -52px;
    }
}

@media (max-width: 991.98px) {
    .work__shape {
        display: none;
    }
}

.work__shape svg {
    color: var(--tg-color-white-default);
}

@media (max-width: 1199.98px) {
    .work__shape svg {
        width: 75px;
    }
}

.work__shape-two svg {
    color: #FF6769;
}

.work__shape-three svg {
    color: var(--tg-color-gray-1);
}

/*=============================
    16. Faq
===============================*/

.faq__area-two {
    background: var(--tg-theme-primary);
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .faq__content {
        margin-bottom: 50px;
    }
}

.faq__wrap-two .accordion-item {
    margin-bottom: 8px;
    border: 1px solid #eee9e9;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background: var(--tg-color-white-default);
    border-radius: 10px;
    overflow: hidden;
}

.faq__wrap-two .accordion-item:last-child {
    margin-bottom: 0;
}

.faq__wrap-two .accordion-button {
    padding: 29px 90px 32px 42px;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    background: var(--tg-color-white-default);
    border: none;
    color: var(--tg-color-black-5);
}

@media (max-width: 991.98px) {
    .faq__wrap-two .accordion-button {
        padding: 29px 80px 32px 25px;
    }
}

@media (max-width: 767.98px) {
    .faq__wrap-two .accordion-button {
        font-size: 20px;
        padding: 29px 70px 32px 25px;
    }
}

.faq__wrap-two .accordion-button:focus {
    box-shadow: none;
}

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

.faq__wrap-two .accordion-button::before {
    content: "\f109";
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    background-image: none;
    font-family: "flaticon_tg_default";
    font-size: 18px;
    position: absolute;
    right: 28px;
    top: 19px;
    font-weight: 700;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .faq__wrap-two .accordion-button::before {
        right: 20px;
    }
}

@media (max-width: 767.98px) {
    .faq__wrap-two .accordion-button::before {
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__wrap-two .accordion-button::before {
        top: 24px;
    }
}

.faq__wrap-two .accordion-button:not(.collapsed) {
    color: var(--tg-theme-primary);
    box-shadow: none;
}

.faq__wrap-two .accordion-button:not(.collapsed)::before {
    content: "\f10a";
}

.faq__wrap-two .accordion-body {
    padding: 0px 42px 40px;
}

@media (max-width: 991.98px) {
    .faq__wrap-two .accordion-body {
        padding: 0px 25px 30px;
    }
}

.faq__wrap-two .accordion-body p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}

.faq__wrap-three .accordion-item {
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

.faq__wrap-three .accordion-item:last-child {
    margin-bottom: 0;
}

.faq__wrap-three .accordion-button {
    padding: 0 0 0 20px;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--tg-border-9);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .faq__wrap-three .accordion-button {
        font-size: 20px;
    }
}

.faq__wrap-three .accordion-button:focus {
    box-shadow: none;
}

.faq__wrap-three .accordion-button::after {
    content: "\f131";
    font-family: "flaticon";
    width: 55px;
    height: 100%;
    background-image: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    color: var(--tg-color-white-default);
    line-height: 0;
}

.faq__wrap-three .accordion-button::before {
    content: "";
    position: absolute;
    right: 55px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-9);
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.faq__wrap-three .accordion-button:not(.collapsed) {
    color: var(--tg-heading-color);
    box-shadow: none;
    background: var(--tg-color-white-default);
    border-color: var(--tg-color-white-default);
}

.faq__wrap-three .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
    color: var(--tg-theme-primary);
}

.faq__wrap-three .accordion-button:not(.collapsed)::before {
    background: #D6D6D6;
}

.faq__wrap-three .accordion-body {
    padding: 14px 18px 12px 20px;
}

.faq__wrap-three .accordion-body p {
    color: var(--tg-color-gray-9);
    margin-bottom: 0;
    font-weight: 500;
}

.faq__shape img {
    position: absolute;
    right: 40px;
    top: 85px;
    z-index: -1;
}

/*=============================
	02. Blog
===============================*/

.blog__post-area {
    padding: 140px 0 110px;
}

@media (max-width: 991.98px) {
    .blog__post-area {
        padding: 120px 0 90px;
    }
}

@media (max-width: 767.98px) {
    .blog__post-area {
        padding: 100px 0 70px;
    }
}

.blog__post-area-two {
    background: var(--tg-color-gray-12);
}

.blog__post-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #F5F5F5;
    background: blanchedalmond;
    margin-bottom: 30px;
}

.blog__post-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .blog__post-thumb img {
        height: 230px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__post-thumb img {
        height: 260px;
    }
}

.blog__post-thumb-two {
    position: relative;
}

.blog__post-thumb-two .post-tag {
    font-size: 14px;
    font-weight: 700;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 2;
    padding: 9px 19px 11px;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .blog__post-thumb-two .post-tag {
        left: 20px;
    }
}

.blog__post-thumb-two .post-tag:hover {
    background: var(--tg-theme-secondary);
}

.blog__post-content {
    padding: 20px 20px 20px;
}

@media (max-width: 1199.98px) {
    .blog__post-content {
        padding: 20px 20px 25px;
    }
}

@media (max-width: 991.98px) {
    .blog__post-content {
        padding: 20px 25px 25px;
    }
}

.blog__post-content .title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .blog__post-content .title {
        font-size: 22px;
    }
}

.blog__post-content p {
    margin-bottom: 25px;
    line-height: 1.6;
}

.blog__meta .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.blog__meta .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-theme-secondary);
    gap: 8px;
}

.blog__meta .list-wrap li i {
    font-size: 20px;
    line-height: 0;
}

.blog__meta .list-wrap li a {
    color: var(--tg-theme-secondary);
}

.blog__meta .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.blog__meta-two .list-wrap li i {
    color: var(--tg-theme-primary);
}

.blog-sidebar {
    margin-left: 25px;
}

@media (max-width: 1199.98px) {
    .blog-sidebar {
        margin-left: 0px;
    }
}

@media (max-width: 991.98px) {
    .blog-sidebar {
        margin-top: 80px;
    }
}

.blog-widget {
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #E5E7E8;
}

@media (max-width: 1199.98px) {
    .blog-widget {
        padding: 30px 25px;
    }
}

.blog-widget:last-child {
    margin-bottom: 0;
}

.blog-widget .shop-cat-list .list-wrap li {
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.blog-widget .shop-cat-list .list-wrap li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.blog-widget .shop-cat-list .list-wrap li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-theme-secondary);
    gap: 5px;
}

.blog-widget .shop-cat-list .list-wrap li a span {
    color: var(--tg-body-color);
    -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;
}

.blog-widget .shop-cat-list .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.blog-widget .shop-cat-list .list-wrap li a:hover span {
    color: var(--tg-theme-primary);
}

.blog-widget .tag-cloud {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-widget .tag-cloud a {
    font-size: 16px;
    color: var(--tg-theme-secondary);
    display: block;
    background: var(--tg-color-gray-10);
    padding: 10px 15px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.blog-widget .tag-cloud a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.blog__details-thumb {
    margin-bottom: 30px;
}

.blog__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .blog__details-thumb img {
        height: 360px;
    }
}

@media (max-width: 767.98px) {
    .blog__details-thumb img {
        height: 330px;
    }
}

.blog__details-content .title {
    margin-bottom: 15px;
    font-size: 36px;
}

@media (max-width: 1500px) {
    .blog__details-content .title {
        font-size: 32px;
    }
}

@media (max-width: 1199.98px) {
    .blog__details-content .title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog__details-content .title {
        font-size: 26px;
    }
}

.blog__details-content>p {
    margin-bottom: 10px;
}

.blog__details-content .inner-title {
    margin-bottom: 10px;
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .blog__details-content .inner-title {
        font-size: 24px;
    }
}

.blog__details-content-inner {
    margin: 30px 0 30px;
}

.blog__details-content-inner>p {
    margin-bottom: 20px;
}

.blog__details-inner-wrap {
    margin-bottom: 30px;
}

.blog__details-inner-img {
    height: 100%;
    position: relative;
}

@media (max-width: 767.98px) {
    .blog__details-inner-img {
        margin-bottom: 20px;
        height: auto;
    }
}

.blog__details-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.blog__details-inner-img .play-btn {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.blog__details-inner-img .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}

.blog__details-inner-content p {
    margin-bottom: 15px;
}

.blog__details-inner-content .about__list-box .list-wrap {
    margin-bottom: 0;
}

.blog__details-bottom {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
    margin: 40px 0 30px;
}

.blog__details-bottom .tg-post-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog__details-bottom .tg-post-tag .tag-title {
    margin-bottom: 0;
    font-size: 17px;
}

.blog__details-bottom .tg-post-tag .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog__details-bottom .tg-post-tag .list-wrap li a {
    color: var(--tg-body-color);
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.blog__details-bottom .tg-post-tag .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.blog__details-bottom .tg-post-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767.98px) {
    .blog__details-bottom .tg-post-social {
        margin-top: 15px;
    }
}

.blog__details-bottom .tg-post-social .social-title {
    margin-bottom: 0;
    font-size: 17px;
}

.blog__details-bottom .tg-post-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog__details-bottom .tg-post-social .list-wrap li a {
    font-size: 16px;
    color: var(--tg-body-color);
}

.blog__details-bottom .tg-post-social .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.blog__post-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 35px 30px;
    background: var(--tg-color-gray-10);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .blog__post-author {
        padding: 30px 25px;
    }
}

@media (max-width: 767.98px) {
    .blog__post-author {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.blog__post-author-thumb {
    width: 115px;
    flex: 0 0 auto;
}

.blog__post-author-thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog__post-author-content .designation {
    display: block;
    line-height: 1;
    color: var(--tg-heading-color);
    margin-bottom: 5px;
}

.blog__post-author-content .name {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

.blog__post-author-content p {
    margin-bottom: 0;
}

.widget_search {
    padding: 0;
    border: none;
}

.widget-title {
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
}

.widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: var(--tg-theme-primary);
}

.sidebar-search-form form {
    position: relative;
}

.sidebar-search-form input {
    background: transparent;
    width: 100%;
    border: none;
    padding: 15px 45px 15px 20px;
    color: var(--tg-heading-color);
    font-size: 16px;
    line-height: 1;
    border: 1px solid #E5E7E8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 60px;
}

.sidebar-search-form input::placeholder {
    color: var(--tg-body-color);
    font-size: 16px;
}

.sidebar-search-form button {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 22px;
    line-height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.rc-post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rc-post-item:last-child {
    margin-bottom: 0;
}

.rc-post-thumb {
    width: 100px;
    flex: 0 0 auto;
}

.rc-post-thumb img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.rc-post-content .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-body-color);
    margin-bottom: 12px;
}

.rc-post-content .date i {
    color: var(--tg-theme-primary);
    font-size: 16px;
}

.rc-post-content .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .rc-post-content .title {
        font-size: 18px;
    }
}

blockquote {
    background: var(--tg-color-gray-12);
    margin: 40px 50px;
    padding: 35px 120px 35px 45px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    blockquote {
        margin: 40px 50px;
    }
}

@media (max-width: 1199.98px) {
    blockquote {
        margin: 40px 20px;
        padding: 35px 100px 35px 30px;
    }
}

@media (max-width: 767.98px) {
    blockquote {
        margin: 40px 0;
        padding: 30px 30px 30px 30px;
    }
}

blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--tg-theme-primary);
}

blockquote::after {
    content: "\f10e";
    position: absolute;
    right: 30px;
    top: 22px;
    line-height: 1;
    font-size: 62px;
    color: #e4e4e4;
    font-family: var(--tg-icon-font-family);
    font-weight: 700;
    z-index: -1;
}

@media (max-width: 767.98px) {
    blockquote::after {
        right: 17px;
        top: 17px;
        font-size: 40px;
    }
}

blockquote>p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
}

@media (max-width: 1199.98px) {
    blockquote>p {
        font-size: 18px;
    }
}

.comment-wrap-title .title {
    margin-bottom: 50px;
    font-size: 24px;
}

.comment-respond {
    background: var(--tg-color-gray-11);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 32px 40px 50px;
}

@media (max-width: 1199.98px) {
    .comment-respond {
        padding: 32px 25px 50px;
    }
}

.comment-reply-title {
    margin-bottom: 5px;
    font-size: 30px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .comment-reply-title {
        font-size: 26px;
    }
}

.comment-form .row {
    --bs-gutter-x: 20px;
}

.comment-form .row [class*=col-] {
    padding: 0 10px;
}

.comment-notes {
    margin-bottom: 15px;
}

.comment-field {
    margin-bottom: 15px;
}

.comment-field input,
.comment-field textarea {
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: var(--tg-color-white-default);
    border: 1px solid #e4e4e4;
    font-size: 16px;
    color: var(--tg-heading-color);
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}

.comment-field input::placeholder,
.comment-field textarea::placeholder {
    opacity: 0.8;
    font-size: 16px;
    color: var(--tg-color-gray-8);
}

.comment-field textarea {
    min-height: 130px;
    max-height: 130px;
}

.comment-field.checkbox-grp {
    display: flex;
    align-items: center;
    margin: 15px 0 32px;
}

.comment-field.checkbox-grp input {
    width: 22px;
    margin-right: 9px;
    height: 22px;
    cursor: pointer;
}

.comment-field.checkbox-grp label {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-body-color);
    user-select: none;
}

.latest-comments .list-wrap li {
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #E8E8E8;
}

.latest-comments .list-wrap li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.latest-comments .list-wrap li:last-child .comments-box {
    margin-left: 45px;
}

@media (max-width: 767.98px) {
    .latest-comments .list-wrap li:last-child .comments-box {
        margin-left: 0;
    }
}

.latest-comments .comments-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

@media (max-width: 767.98px) {
    .latest-comments .comments-box {
        gap: 20px;
        flex-wrap: wrap;
    }
}

.latest-comments .comments-avatar {
    flex: 0 0 auto;
    width: 115px;
}

.latest-comments .comments-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.latest-comments .comments-text .avatar-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.latest-comments .comments-text .avatar-name .name {
    font-size: 20px;
    margin-bottom: 0;
}

.latest-comments .comments-text .avatar-name .date {
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
}

.latest-comments .comments-text p {
    margin-bottom: 15px;
}

.latest-comments .comments-text .comment-reply .comment-reply-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #F7F7FB;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    line-height: 1;
    padding: 10px 18px;
}

.latest-comments .comments-text .comment-reply .comment-reply-link:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.pagination__wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.pagination__wrap ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #E5E7E8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-medium);
}

.pagination__wrap ul li a:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.pagination__wrap ul li.active a {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.shine__animate-link {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.shine__animate-link::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine__animate-item:hover .shine__animate-link::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}

/*=============================
	02. Newsletter
===============================*/

.newsletter__wrap {
    margin-top: -85px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.newsletter__content {
    background: var(--tg-theme-primary);
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 60px;
}

@media (max-width: 1199.98px) {
    .newsletter__content {
        padding: 30px 25px;
    }
}

@media (max-width: 991.98px) {
    .newsletter__content {
        padding: 30px 30px;
    }
}

.newsletter__content .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    font-weight: 800;
    font-size: 24px;
    text-transform: capitalize;
    gap: 6px;
    color: var(--tg-color-white-default);
}

.newsletter__content .title i {
    font-size: 30px;
    line-height: 0;
    transform: translateY(5px);
}

.newsletter__content .shape {
    position: absolute;
    right: 32px;
    bottom: 10%;
    z-index: -1;
    max-width: 161px;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
}

@media (max-width: 1199.98px) {
    .newsletter__content .shape {
        max-width: 120px;
    }
}

.newsletter__content-left {
    position: relative;
    background: var(--tg-color-gray-9);
    padding: 40px 60px 40px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 1;
    align-items: center;
    gap: 24px;
}

@media (max-width: 1199.98px) {
    .newsletter__content-left {
        padding: 30px 20px 30px 20px;
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .newsletter__content-left {
        padding: 30px 30px 30px 30px;
    }
}

@media (max-width: 767.98px) {
    .newsletter__content-left {
        flex-direction: column;
        text-align: center;
    }
}

.newsletter__content-left .title {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .newsletter__content-left .title {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .newsletter__content-left .title {
        font-size: 28px;
    }
}

.newsletter__content-left .shape {
    position: absolute;
    right: 16px;
    bottom: 0;
    z-index: -1;
    max-width: 91px;
}

.newsletter__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 767.98px) {
    .newsletter__form {
        flex-direction: column;
    }
}

.newsletter__form input {
    width: 100%;
    border: none;
    background: #a90005;
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 20px 12px;
    height: 50px;
}

.newsletter__form input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #ffa5a7;
}

.newsletter__form button {
    border: none;
    white-space: nowrap;
    padding: 17px 26px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background: #fef9fa;
    line-height: 1;
    border-radius: 5px;
    color: var(--tg-color-black-2);
}

@media (max-width: 767.98px) {
    .newsletter__form button {
        width: 100%;
    }
}

.newsletter__form button:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.experiences__wrap {
    background: var(--tg-theme-primary);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    padding: 13px 24px;
}

@media (max-width: 1199.98px) {
    .experiences__wrap {
        padding: 13px 18px;
    }
}

.experiences__wrap .count {
    font-weight: 800;
    font-size: 80px;
    color: var(--tg-color-white-default);
    text-shadow: 7px 6px 0 0 #a30005;
    line-height: 0.8;
    margin-bottom: 12px;
}

@media (max-width: 1199.98px) {
    .experiences__wrap .count {
        font-size: 65px;
    }
}

.experiences__wrap span {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
    color: var(--tg-color-white-default);
    font-weight: 700;
}

.experiences__wrap span strong {
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    display: block;
}

/*=============================
	02. Blog
===============================*/

.contact-map {
    width: 100%;
    height: 380px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
}

.contact-map-two {
    margin-bottom: 75px;
}

.contact-map-two iframe {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.contact__info-item {
    margin-bottom: 30px;
}

.contact__info-item .title {
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .contact__info-item .title {
        font-size: 24px;
    }
}

.contact__info-item .title a:hover {
    color: var(--tg-theme-primary);
}

.contact__info-item>p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.contact__info-item .info-two {
    line-height: 1.4;
    margin-bottom: 10px;
}

.contact__info-item>a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--tg-body-color);
}

.contact__info-item>a:hover {
    color: var(--tg-theme-primary);
}

.contact__form-wrap {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background: var(--tg-color-white-default);
    border: 1px solid #eee9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 40px 40px;
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .contact__form-wrap {
        padding: 30px 30px 30px;
    }
}

.contact__form-wrap .title {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: capitalize;
}

.contact__form .form-grp {
    margin-bottom: 15px;
}

.contact__form .form-grp textarea,
.contact__form .form-grp input {
    width: 100%;
    background: transparent;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 14px 20px 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-color-black-2);
    height: 50px;
    display: block;
}

.contact__form .form-grp textarea::placeholder,
.contact__form .form-grp input::placeholder {
    color: var(--tg-color-gray-8);
    text-transform: capitalize;
}

.contact__form .form-grp textarea {
    min-height: 135px;
    max-height: 135px;
}

.contact__form .btn {
    margin-top: 10px;
}

.ajax-response.error,
.ajax-response.success {
    margin: 20px 0 0 !important;
}

.ajax-response.error {
    color: red;
}

.ajax-response.success {
    color: green;
}

/*=============================
	02. Cta
===============================*/

.cta__area-two {
    background: var(--tg-color-gray-12);
}

.cta__wrap {
    background: var(--tg-theme-primary);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 50px 55px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .cta__wrap {
        padding: 40px 30px 40px;
    }
}

@media (max-width: 991.98px) {
    .cta__wrap {
        padding: 30px 30px 30px;
    }
}

.cta__wrap-two {
    background: var(--tg-theme-primary);
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 2;
}

.cta__wrap-three {
    background: var(--tg-color-white-default);
    border: 1px solid #E6E6E6;
    margin-top: -100px;
}

@media (max-width: 991.98px) {
    .cta__content {
        text-align: center;
        margin-bottom: 30px;
    }
}

.cta__content .title {
    color: var(--tg-color-white-default);
    margin-bottom: 0;
    font-size: 30px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .cta__content .title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .cta__content .title {
        font-size: 25px;
    }
}

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

.cta__content-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 50px 65px;
    gap: 30px;
}

@media (max-width: 1199.98px) {
    .cta__content-two {
        padding: 35px 25px;
    }
}

@media (max-width: 991.98px) {
    .cta__content-two {
        padding: 35px 35px;
    }
}

@media (max-width: 767.98px) {
    .cta__content-two {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
}

.cta__content-two .title {
    color: var(--tg-color-white-default);
    margin-bottom: 5px;
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .cta__content-two .title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__content-two .title {
        font-size: 30px;
    }
}

.cta__content-two p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-color-white-default);
}

.cta__content-three .title {
    color: var(--tg-heading-color);
}

.cta__content-three p {
    color: var(--tg-body-color);
}

@media (max-width: 991.98px) {
    .cta__btn {
        text-align: center !important;
    }
}

.cta__btn-two .btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

.cta__btn-two .btn:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-color-black-2);
}

.cta__btn-three .btn {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.cta__btn-three .btn:hover {
    background: var(--tg-theme-primary);
}

.cta__img {
    width: 387px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .cta__img {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    .cta__img {
        display: none;
    }
}

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

.cta__shape img {
    position: absolute;
    right: 25%;
    top: 23%;
    z-index: -1;
    max-width: 113px;
}

@media (max-width: 1199.98px) {
    .cta__shape img {
        right: 28%;
        top: 20%;
        max-width: 100px;
    }
}

@media (max-width: 991.98px) {
    .cta__shape img {
        display: none;
    }
}

/*=============================
	02. Footer
===============================*/

.footer__area {
    background: var(--tg-color-black-3);
    position: relative;
    z-index: 1;
}

.footer__area-two {
    background: var(--tg-color-black-2);
    position: relative;
    z-index: 1;
}

.footer__area-three {
    padding-top: 105px;
    margin-top: -105px;
}

.footer__area-four {
    background: var(--tg-color-dark-blue-two);
}

.footer__top {
    padding: 90px 0 40px;
}

.footer__top .row [class*=col-]:nth-child(1) .footer__widget {
    margin-right: 30px;
}

@media (max-width: 991.98px) {
    .footer__top .row [class*=col-]:nth-child(1) .footer__widget {
        margin-right: 0;
    }
}

.footer__top .row [class*=col-]:nth-child(2) .footer__widget {
    margin-left: 25px;
}

@media (max-width: 991.98px) {
    .footer__top .row [class*=col-]:nth-child(2) .footer__widget {
        margin-left: 0;
    }
}

.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 65px;
}

@media (max-width: 1199.98px) {
    .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
        margin-left: 0;
    }
}

.footer__widget {
    margin-bottom: 40px;
}

.footer__widget-title {
    margin-bottom: 15px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
}

.footer__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 29px;
    height: 4px;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.footer__widget-title-two::before {
    background: var(--tg-theme-primary);
}

.footer__logo {
    margin-bottom: 20px;
}

.footer__logo img {
    max-height: 50px;
}

.footer__content p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #96A1B8;
    text-transform: capitalize;
}

.footer__content-two p {
    color: var(--tg-color-gray-8);
}

.footer__content-three p {
    color: var(--tg-color-sky-blue-two);
}

.footer__newsletter .form-grp {
    position: relative;
    margin-bottom: 12px;
}

.footer__newsletter .form-grp input {
    width: 100%;
    border: none;
    background: #D9D9D9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 13px 140px 13px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-heading-color);
    height: 50px;
}

.footer__newsletter .form-grp input::placeholder {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #667594;
}

.footer__newsletter .form-grp button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 14px;
    font-weight: 700;
    padding: 17px 34px 19px;
    line-height: 1;
}

.footer__newsletter .form-grp button:hover {
    background: var(--tg-theme-secondary);
}

.footer__newsletter span {
    display: block;
    color: var(--tg-color-gray-6);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer__link .list-wrap li {
    margin-bottom: 10px;
}

.footer__link .list-wrap li:last-child {
    margin-bottom: 10;
}

.footer__link .list-wrap li a {
    color: var(--tg-color-gray-6);
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.footer__link .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.footer__link .list-wrap li a:hover {
    color: var(--tg-color-white-default);
}

.footer__link .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer__link-two .list-wrap li a {
    color: var(--tg-color-gray-8);
}

.footer__link-three .list-wrap li a {
    color: var(--tg-color-sky-blue-two);
}

.footer__info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
}

.footer__info-wrap .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer__info-wrap .list-wrap li a,
.footer__info-wrap .list-wrap li p {
    font-size: 17px;
    font-weight: 500;
    color: var(--tg-color-gray-6);
    margin-bottom: 0;
    line-height: 1.4;
}

.footer__info-wrap .list-wrap li a:hover {
    color: var(--tg-color-white-default);
}

.footer__info-wrap .list-wrap li i {
    flex: 0 0 auto;
    font-size: 22px;
    color: var(--tg-color-white-default);
    line-height: 0;
    transform: translateY(4px);
}

.footer__info-wrap-two .list-wrap li p,
.footer__info-wrap-two .list-wrap li a {
    color: var(--tg-color-gray-8);
}

.footer__info-wrap-three .list-wrap li p,
.footer__info-wrap-three .list-wrap li a {
    color: var(--tg-color-sky-blue-two);
}

.footer__bottom {
    border-top: 1px solid #1E1E3C;
    padding: 27px 0;
}

@media (max-width: 767.98px) {
    .footer__bottom {
        padding: 20px 0;
    }
}

@media (max-width: 767.98px) {
    .footer__bottom .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }
}

.footer__bottom .copyright-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #7F8696;
    font-weight: 500;
    text-transform: capitalize;
}

.footer__bottom .copyright-text p a {
    color: #7F8696;
}

.footer__bottom .copyright-text p a:hover {
    color: var(--tg-color-white-default);
}

.footer__social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .footer__social .list-wrap {
        justify-content: center;
    }
}

.footer__social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-dark);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
}

.footer__social .list-wrap li a:hover {
    background: var(--tg-theme-secondary);
}

.footer__social-two {
    margin-bottom: 35px;
}

.footer__social-two .list-wrap {
    justify-content: flex-start;
}

.footer__social-two .list-wrap li a {
    background: var(--tg-color-black-4);
}

.footer__social-two .list-wrap li a:hover {
    background: var(--tg-theme-primary);
}

.footer__social-three {
    margin-bottom: 35px;
}

.footer__social-three .list-wrap {
    justify-content: flex-start;
}

.footer__social-three .list-wrap li a {
    background: var(--tg-color-dark-blue-three);
}

.footer__social-three .list-wrap li a:hover {
    background: var(--tg-theme-primary);
}

.footer__shape img {
    position: absolute;
    z-index: -1;
}

.footer__shape img:nth-child(1) {
    left: 50px;
    top: 0;
    max-width: 226px;
}

@media (max-width: 1500px) {
    .footer__shape img:nth-child(1) {
        left: 18px;
        max-width: 160px;
    }
}

.footer__shape img:nth-child(2) {
    right: 0;
    bottom: 25%;
    max-width: 212px;
}

@media (max-width: 1500px) {
    .footer__shape img:nth-child(2) {
        bottom: 20%;
        max-width: 150px;
    }
}

@media (max-width: 1199.98px) {
    .footer__shape img:nth-child(2) {
        bottom: 8%;
        max-width: 100px;
    }
}

@media (max-width: 767.98px) {
    .footer__shape-two img:nth-child(1) {
        max-width: 90px;
    }
}

.footer__shape-two img:nth-child(2) {
    right: 60px;
    bottom: 0;
}

.footer__shape-three img:nth-child(1) {
    bottom: 0;
    top: auto;
    left: 75px;
    max-width: 152px;
}

.copyright-text-two p {
    margin-bottom: 0;
    color: var(--tg-color-gray-8);
    font-size: 14px;
    font-weight: 500;
}

.copyright-text-two p a {
    color: var(--tg-color-gray-8);
}

.copyright-text-two p a:hover {
    color: var(--tg-theme-primary);
}

.copyright-text-three p {
    color: var(--tg-color-sky-blue-two);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.copyright-text-three p a {
    color: var(--tg-color-sky-blue-two);
}

.copyright-text-three p a:hover {
    color: var(--tg-theme-primary);
}

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



.freight-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.freight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.freight-card .image-box {
  position: relative;
}

.freight-card .image-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.freight-card .icon-box {
  position: absolute;
  bottom: 55px;
  left: 30px;
  background: #00a7e1;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.freight-card .icon-box img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

.freight-card .content-box {
  padding: 70px 25px 30px 25px;
}

.freight-card h5 {
  font-weight: 700;
  color: #00124e;
  margin-bottom: 10px;
}

.freight-card p {
  color: #6c757d;
  font-size: 0.95rem;
  margin: 0;
}

@media (max-width: 991px) {
  .freight-card .image-box img {
    height: 200px;
  }
  .freight-card .content-box {
    padding: 65px 20px 25px 20px;
  }
}




.disabled-link {
  cursor: not-allowed; /* changes cursor */
  pointer-events: none; /* disables the link click */
  color: gray; /* optional, show it's disabled */
  text-decoration: none; /* optional, remove underline */
}
