@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

:root {
    --bs-primary: #d4932b;
    --bs-secondary: #1a1c33;
    --bs-light: #f1f2f4;
    --bs-dark: #272d47;
    --bs-heading-color: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3F4254;
    background-color: var(--bs-light);
    font-family: 'Inter', sans-serif;
    /* font-family: "Noto Sans Bengali", sans-serif; */
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
    height: revert-layer;
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", sans-serif;
    font-weight: 500;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
    box-shadow: none;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.45rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
}

.btn-sm {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 13px;
}

.btn-xs {
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-check:checked+.btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:first-child:active,
:not(.btn-check)+.btn.btn-secondary:active,
.btn-secondary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.teko {
    font-family: "Teko", sans-serif;
    font-weight: 500;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-md {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.form-control:focus {
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border-color: #eee;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--bs-gray-500);
    font-size: 0.85rem
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slick-arrow {
    background-color: var(--bs-white);
    color: var(--bs-dark) !important;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E7EA;
}

.owl-carousel .owl-nav button.owl-next,
.slick-arrow.slick-next {
    left: auto;
    right: -0.6rem;
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: var(--bs-white) !important;
    color: var(--bs-primary) !important;
    border-color: #E1E7EA;
}

.owl-nav button svg,
.slick-arrow svg {
    height: 9px;
    width: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
}

.slick-dots li {
    display: inline-flex;
}

.slick-dots button {
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    background-color: var(--bs-gray-300);
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: rgb(255 255 255 / 90%);
}

.slick-dots button:hover {
    background-color: var(--bs-gray-500);
}

.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb-item.active {
    color: var(--bs-primary);
}

.pagination li>* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
    border: 1px solid var(--bs-primary);
    height: 2.5em;
    color: var(--bs-primary);
    margin: 0 2px;
    border-radius: 0.5rem;
}

.pagination li>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    display: none;
}

.preloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    position: fixed;
    inset: 0;
    z-index: 9999;
}

#content-wrapper {
    min-height: calc(100vh - 500px);
}

.truncate-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--lines, 2);
    line-clamp: var(--lines, 2);
    min-height: calc(20px * var(--lines, 2));
}


.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-arrow-btn {
    background-color: rgb(255 255 255 / 30%);
    border: 1px solid transparent;
    height: 66px;
    width: 32px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0 8px -2px rgba(0, 0, 0, .3);
    align-items: center;
    padding: 0 4px 0 0;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0;
    color: var(--bs-white);
    transition: all 0.3s ease-in-out;
}

.swiper-arrow-btn:hover {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.swiper-button-next {
    padding: 0 0 0 2px;
    right: 0;
    left: auto;
}

.swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 11px;
    height: 16px;
    object-fit: contain;
    transform-origin: center;
}

.swiper-pagination-bullet-active {
    background: var(--bs-white);
}

.scrollTop {
    position: fixed;
    right: 25px;
    bottom: 60px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    cursor: pointer;
}

/* =============== Header CSS =============== */
.main-header .shape {
    position: absolute;
    left: 85px;
    top: 0px;
    width: 104px;
    height: 281px;
    background-repeat: no-repeat;
    z-index: 99;
}

.header-top {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #3e4946;
    padding: 8px 0px;
    z-index: 999;
}

.main-header .inner-container {
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-top .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .info-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .info-list li {
    position: relative;
    display: inline-flex;
    margin-right: 50px;
    gap: 5px;
    align-items: center;
    font-weight: 400;
    color: var(--bs-white);
}

.header-top .info-list li:before {
    position: absolute;
    content: '';
    background: var(--bs-primary);
    width: 1px;
    height: 22px;
    top: 50%;
    right: -26px;
    transform: translateY(-50%);
}

.header-top .info-list li img {
    position: absolute;
    left: 0px;
    top: 7px;
}

.header-top .info-list li a {
    display: inline-block;
    color: var(--bs-white);
}

.header-top .info-list li a:hover {
    color: var(--bs-primary);
}

.header-top .material-symbols-outlined {
    color: var(--bs-primary);
    font-size: 22px;
}

.header-top .info-list li span {
    font-weight: 400;
}

.header-top .social-links {
    position: relative;
    display: flex;
    margin-left: -10px;
    align-items: center;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
}

.header-top .social-links li:last-child {
    margin: 0px !important;
}

.header-top .social-links li a {
    position: relative;
    display: inline-flex;
    font-size: 18px;
    color: var(--bs-primary);
    width: 34px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.header-top .social-links li a:hover {
    color: var(--bs-white);
}

.header-top .bg-shape {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1920px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.header-lower {
    position: relative;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, -o-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    z-index: 1021;
    width: 100%;
    box-shadow: 0 2px 10px rgb(34 34 34 / 10%);
}

.header-lower.normal {
    -webkit-transform: translateZ(0) translateY(-100%);
    -moz-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%);
}

.header-lower.sticky {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-box {
    position: relative;
    z-index: 999;
}

.main-header .menu-area {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .search-toggler {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.main-header .nav-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 1px solid #fbfbfb;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}


/** main-menu **/

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0px 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    padding: 26px 0px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>a:hover {
    color: var(--bs-primary);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 250px;
    margin-top: 15px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    background: var(--bs-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border-top: 2px solid var(--bs-primary);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>.megamenu li>a {
    display: inline-block;
}

.main-menu .navigation>li>ul>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>.megamenu li>a {
    padding-left: 0px;
}

.main-menu .navigation>li>.megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>a:before,
.main-menu .navigation>li>.megamenu li>a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    opacity: 0;
    transition: all 500ms ease;
    background-color: var(--bs-primary);
}

.main-menu .navigation>li>ul>li>a:before {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.main-menu .navigation>li>.megamenu li>a:before {
    left: 0px;
    top: 22px;
}

.main-menu .navigation>li>ul>li>a:hover:before,
.main-menu .navigation>li>.megamenu li>a:hover:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 35px;
    color: var(--bs-primary);
}

.main-menu .navigation>li>.megamenu li>a:hover {
    padding-left: 20px;
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    width: 250px;
    z-index: 100;
    display: none;
    border-radius: 0px;
    background: var(--bs-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border-top: 2px solid var(--bs-primary);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: #0a1d3c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    left: 18px;
    top: 18px;
    background: var(--bs-primary);
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 35px;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    background: var(--bs-primary);
    display: none;
}

.mobile-menu .nav-logo img {
    max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: var(--bs-white);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

.header-lower {
    background-color: var(--bs-white);
}


@media only screen and (min-width: 992px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul,
    .main-menu .navigation>li>.megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

/* =============== Header CSS =============== */

/* =============== Hero CSS =============== */
.hero-section {
    position: relative;
    z-index: 2;
}

.hero-wrapper {
    position: relative;
    z-index: 2;
}

.hero-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 220px;
    display: block;
    background: linear-gradient(rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
}

.hero-slide .swiper-pagination {
    bottom: 2rem;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 300px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content-wrapper {
    max-width: 700px;
    background-color: rgb(0 0 0 / 50%);
    padding: 2rem;
    margin: 0 auto;
}

.hero-section video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* =============== Hero CSS =============== */

/* =============== Service CSS =============== */

.service-section .service-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.631372549);
}

.service-title .section-overlay {
    background-color: transparent;
    /* background-image: linear-gradient(90deg, rgba(37, 37, 37, 0.7803921569) 70%, #ffffff 0%); */
}

.service-box {
    padding: 40px 30px;
    transition: all 0.3s ease-in-out;
    border-color: #F1F1F1 !important;
    background-color: var(--bs-white);
}

.service-icon {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border: 1px solid #F1F1F1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-section .service-body .service-box a.btn-primary {
    background-color: transparent;
    color: #252525;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    border-radius: 0;
    padding: 5px 15px;
}

.service-section .service-body .service-box a.btn-primary:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* =============== Service CSS =============== */

/* =============== Why Choose CSS =============== */
.heading-clip {
    font-size: 98px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.22;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #e4e4e4;
    stroke: #d7d7d7;
    color: transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.percentage-wrapper {
    height: 38px;
    width: 38px;
    top: -47px;
    right: -17px;
    font-size: 12px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    background-color: var(--bs-primary);
    border-radius: 50%;
}

.percentage-wrapper::after {
    content: " ";
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: var(--bs-primary);
    bottom: -10px;
    left: 50%;
    z-index: 1;
}

/* =============== Why Choose CSS =============== */



/* ========== Mobile Menu CSS ========== */
.nav-toggler {
    min-width: 30px;
    padding: 0 !important;
    height: 30px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 99;
    color: var(--bs-primary);
}

.close-icon {
    display: block;
    width: 16px;
    position: relative;
}

.close-icon:before,
.close-icon:after {
    background-color: var(--bs-gray);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 400px;
    background-color: var(--bs-white);
    z-index: 9999;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu.open-menu {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-gray-200);
    height: 60px;
    flex-shrink: 0;
}

.mobile-menu-body {
    flex-grow: 1;
    overflow: auto;
}

.mobile-menu-footer {
    background-color: var(--bs-gray-200);
    padding: 1rem 1.3rem;
    flex-shrink: 0;
}

.account-link {
    display: inline-flex;
    padding: 8px 0;
    color: var(--bs-black);
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.close-menu {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 60px;
    width: 50px;
}

.mlist-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.nav__cat-par {
    display: block;
    padding: 13px 0 13px 15px;
}

.mlist-item h6 {
    padding: 13px 0 13px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3f6f7;
    line-height: 1;
}

.nav__cats .mlist-item .nav__parent>span {
    margin-left: 12px;
}

.submenu_toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--bs-gray);
    width: 46px;
    display: grid;
    place-items: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.submenu_toggler::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.item-submenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: var(--bs-white);
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mlist-item.open>.item-submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-heading {
    color: var(--bs-gray-800);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.submenu_collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #ddd;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--bs-gray);
    font-size: 14px;
}

.submenu_collapse::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}

.menu-heading-list {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.link-list {
    flex: 0 0 auto;
    height: calc(100% - 50px);
    overflow: auto;
}

.mmenu-link,
.mmenu-link:hover,
.mmenu-link:focus {
    display: block;
    color: var(--bs-gray-800);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

.list-social {
    display: flex;
    align-items: center;
}

.list-social svg {
    height: 1.3rem;
}

.list-social__item {
    display: inline-flex;
}

.list-social__link {
    display: inline-flex;
    margin: 0 0.5rem;
}

/* ========== Mobile Menu CSS ========== */

/* ========== Review CSS ========== */
.review {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 50%, #252525 0%);
}

.review-box {
    text-align: center;
    background-color: #252525;
    border: 2px solid var(--bs-primary);
    color: var(--bs-white);
    padding: 3rem 1rem;
}

.review-icon {
    color: var(--bs-primary);
}

.client-logo {
    background-color: var(--bs-white);
    text-align: center;
    padding: 10px;
    border: 2px solid var(--bs-primary);
}

/* ========== Review CSS ========== */

/* ========== Team CSS ========== */
.team-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.631372549);
    bottom: -100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.teams-box .teams-info {
    bottom: -100%;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.social-link li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #a1a1a1;
    transition: all .3s ease-in-out;
    color: var(--bs-white);
}

@keyframes iconTranslateY {
    48% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    49% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        opacity: 1;
    }
}

.social-link>li>a:hover>i {
    -webkit-animation: iconTranslateY .4s forwards;
    animation: iconTranslateY .4s forwards;
}

.social-link li a:hover {
    background: #1DA1F2;
    color: #fff;
}

.social-link li:last-child a:hover {
    background: #E60023;
}

.social-link li:first-child a:hover {
    background: #1877F2;
}

.teams-box:hover .team-overlay,
.teams-box:hover .teams-info {
    bottom: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

/* ========== Team CSS ========== */

/* ========== Fact CSS ========== */

.stat {
    background-image: url(../images/others/apartment-with-pop-of-yellow-2021-08-26-15-43-11-utc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.video-inline {
    cursor: pointer;
    border: 8px solid #F1F1F140;
}

.play-icon i {
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 35px;
}

.stat-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.631372549);
}

.border-light {
    border-color: rgba(241, 241, 241, 0.2784313725) !important;
}


@media (min-width: 1200px) {
    .fact-title {
        font-size: 5rem;
    }
}

/* ========== Fact CSS ========== */

/* ========== Gallery CSS ========== */

.gallery-box {
    position: relative;
}

.gallery-box img {
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery-box>a:hover img {
    transform: scale(1.2);
}

.gallery-box a {
    margin: 5px;
    position: relative;
    overflow: hidden;
    display: block;
}

.gallery-box a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--bs-secondary);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
}

.gallery-box a:hover:before {
    opacity: 0.9;
}

.gallery-box>a:after {
    content: "\f424";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: var(--bs-white);
    opacity: 0;
    font-size: 30px;
    z-index: 2;
    -webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
}

.gallery-box:hover>a:after {
    opacity: 1;
}

.video-btn {
    width: 70px;
    height: 70px;
    display: inline-flex;
    color: var(--bs-white);
    z-index: 4;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 19px;
    border-radius: 50%;
}

.video-btn i {
    position: relative;
    display: inline-block;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    padding-left: 5px;
}

.video-btn::before {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    background-color: white;
    opacity: 0;
    animation: 2s ease-out 0s infinite normal none running animation-buc4cj;
    z-index: 2;
}

.video-btn::after {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    background-color: white;
    opacity: 0;
    animation: 2s ease-out 0.5s infinite normal none running animation-9gz38;
    z-index: -1;
}

@keyframes animation-buc4cj {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes animation-9gz38 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.38);
        opacity: 0;
    }
}

.video-box {
    background-color: var(--bs-white);
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
}

.video-box:hover .gallery-video-icon {
    visibility: visible;
    opacity: 1;
}

.video-title {
    padding: 15px;
}

/* ========== Gallery CSS ========== */


/* =============== News Letter CSS =============== */
.newsletter-section {
    padding-block: 2rem;
    background-color: #00715d;
    color: var(--bs-white);
}

.newsletter-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.newsletter-title {
    color: var(--bs-white);
    margin-bottom: 0.2rem;
}

.newsletter-text {
    margin-bottom: 0;
}

.newletter-form {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.newsletter-input {
    flex-grow: 1;
    max-width: 400px;
    padding: 12px 22px;
    border-radius: 10px;
    background-color: #fbf9f3;
    border-color: transparent !important;
}

.newsletter-btn {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 12px 22px 10px;
    background-color: #ffca24;
    color: var(--bs-dark);
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    font-family: sans-serif, "Bornomala";
    max-width: 400px;
    box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.11);
}

.newsletter-btn:active,
.newsletter-btn:hover {
    background-color: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

/* =============== News Letter CSS =============== */

/* =============== Footer CSS =============== */
.footer {
    background-color: #091b27;
    background-color: #00493c;
    color: var(--bs-white);
    background-image: url(../images/other/footer-shape.png);
    background-repeat: no-repeat;
    background-size: 170px;
}

.widgettitle {
    color: var(--bs-white);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.widgettitle::before {
    content: "";
    height: 2px;
    width: 50px;
    border-radius: 80px;
    position: absolute;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, var(--bs-white), rgb(184 151 128 / 0));
}

.footer-link {
    display: inline-block;
    padding: 5px 0;
}

.footer-link:hover {
    color: var(--bs-gray-400);
    text-decoration: none;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--bs-white);
    border-radius: 8px;
    margin: 0 3px;
    color: var(--bs-white);
    transition: all 0.3s ease-in-out;
}

.footer-social-link:hover {
    background-color: var(--bs-white);
    color: var(--bs-secondary);
}

.footer-bottom {
    font-size: 0.9rem;
    padding: 1rem 0;
    background-color: #004035;
    background-color: #003c32;
    color: var(--bs-white);
    border-top: 1px solid #006351;
}

.footer-bottom-list {
    display: flex;
    align-items: center;
    font-size: 0.83rem;
}

.footer-bottom-list .list-item {
    flex-shrink: 0;
    position: relative;
}

.footer-bottom-list .list-item:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 10px;
    display: inline-flex;
    background-color: var(--bs-white);
    margin-right: 0.5rem;
}

.footer-bottom-link {
    display: inline-block;
    padding: 0.5rem;
}

.contact-item {
    display: flex;
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50%;
    margin-right: 15px;
}

.contact-content {
    flex-grow: 1;
    padding-top: 3px;
}

.contact-title {
    margin-bottom: 3px;
    color: var(--bs-white);
    text-transform: uppercase;
}

.contact-text {
    font-size: 13px;
    margin-bottom: 0;
}

/* =============== Footer CSS =============== */

.bg-secondarylight {
    background-color: #F6F2EB;
}

input,
textarea,
select {
    background-color: #fff;
    border-width: 0px 0px 0px 0px;
    padding: 8px 15px;
    outline: none;
    color: #777777;
    width: 100%;
    font-size: 13px;
}

.bg-grey {
    background-color: #F1F1F1 !important;
}

.breadcrumb {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumb-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.631372549);
    background-color: var(--bs-primary) !important;
    opacity: .8;
}

/* =============== About Page CSS =============== */
.about-link {
    color: var(--bs-primary);
    border-radius: 3rem !important;
    padding: 0.45rem 1.5rem 0.5rem;
}

.nav-pills .about-link.active,
.nav-pills .show>.about-link {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.nav-pills .about-link:hover {
    color: var(--bs-primary);
}

.nav-pills .about-link.active:hover,
.nav-pills .show>.about-link:hover {
    color: var(--bs-white);
}

/* =============== About Page CSS =============== */


/* =============== Project CSS =============== */
.project-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 50px;
}

.project-card-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    color: var(--bs-white);
    border-radius: 10px;
    --mask: radial-gradient(60.08px at 50% 90px, #000 99%, #0000 101%) calc(50% - 37px) 0/119px 100%,
        radial-gradient(69.08px at 50% -59px, #0000 99%, #000 101%) 50% 28px/102px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background-color: rgb(91 57 3 / 80%);
    padding-top: 60px;
    padding-bottom: 25px;
    opacity: 1;
    transition: 0.3s ease-in-out;
    transform: translate(0px, 71px);
}

.project-card:hover .project-card-content {
    transform: none;
    background-color: var(--bs-primary);
}

.project-card-title {
    color: var(--bs-white);
}

.project-card-action {
    padding-top: 0.5rem;
}

.project-card-link {
    display: inline-flex;
    padding: 8px 22px;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 50px;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 7px 5px -2px;
}

.project-card-link i {
    font-size: 12px;
}

.project-details__info {
    background-color: var(--bs-white);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 0px 0px rgba(0, 113, 93, 0.004);
    border-radius: 20px;
    padding: 30px 40px 20px;
    border-top: 4px solid var(--bs-primary);
}

.project-details__info li span {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--bs-secondary);
}

.project-title {
    text-align: center;
    border-bottom: 2px solid var(--bs-primary);
    color: var(--bs-white);
    line-height: 1;
}

.project-title span {
    display: inline-block;
    background-color: var(--bs-primary);
    padding: 7px 25px 2px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

/* =============== Project CSS =============== */

/* =============== Contact Page CSS =============== */
@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #E2E2E2;
    }
}

.contact-section {
    background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(238, 248, 255) 100%);
}

.contact-section .contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-section .contact-item {
    display: flex;
    align-items: center;
}

.contact-section .contact-icon {
    color: var(--bs-white);
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 8px;
}

.contact-section .contact-text {
    flex-grow: 1;
    line-height: 1.4;
}

.contact-map {
    display: flex;
}

.contact-map iframe {
    height: 550px;
    width: 100%;
}

/* =============== Contact Page CSS =============== */