@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root {
    --bs-primary: #28a44a;
    --bs-secondary: #eccc7c;
    /* --bs-secondary: #18bc40; */
    /* --bs-secondary: #187c68; */
    --bs-light: #ecf2f6;
    --bs-dark: #122505;
}

body {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--bs-gray-700);
    background-color: var(--bs-white);
}

*:not(i) {
    font-family: 'Rubik', sans-serif !important;
}

.custom-menu>li {
    border-bottom: 1px solid rgb(229, 232, 236);
}

.custom-menu>li>ul>li {
    border-top: 1px solid rgb(229, 232, 236);
}

.custom-menu>li>ul {
    padding-left: 16px;
}

.custom-menu .toggler {
    position: absolute;
    right: 0;
    top: -1px;
    border: 1px solid #e5e8ec;
    background-color: transparent;
    height: 36px;
    width: 38px;
    color: var(--bs-gray-600);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #044072;
    line-height: 1.3;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.scrollTop {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    font-size: 16px;
    box-shadow: rgb(95 138 236 / 10%) 0px 0px 15px 30px;
}

.scrollTop:hover {
    transform: translateY(-5px);
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.c-scrollbar-light::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-28 {
    font-size: 1.8rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-1 {
    line-height: 1.1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-1-3 {
    line-height: 1.3 !important;
}

.lh-1-4 {
    line-height: 1.4 !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.lh-1-6 {
    line-height: 1.6 !important;
}

.lh-1-7 {
    line-height: 1.7 !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}

.lh-1-9 {
    line-height: 1.9 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.shadow-xs {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.shadow-sm {
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%) !important;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.shadow-md {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
}

.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

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

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

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

a {
    text-decoration: none;
    color: inherit;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    transition: all 0.3s ease 0s;
}

.btn {
    font-size: 14px;
    padding: 5px 16px;
    border-radius: 4px;
}

a:hover {
    text-decoration: none;
    color: var(--bs-light-primary);
}

:focus,
a:focus,
button:focus,
.page-link:focus,
.custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

.ps-5px,
.px-5px,
.p-5px {
    padding-left: 5px;
}

.ps-10px,
.px-10px,
.p-10px {
    padding-left: 10px;
}

.ps-15px,
.px-15px,
.p-15px {
    padding-left: 15px;
}

.ps-20px,
.px-20px,
.p-20px {
    padding-left: 20px;
}

.ps-25px,
.px-25px,
.p-25px {
    padding-left: 25px;
}

.ps-30px,
.px-30px,
.p-30px {
    padding-left: 30px;
}

.pe-5px,
.px-5px,
.p-5px {
    padding-right: 5px;
}

.pe-10px,
.px-10px,
.p-10px {
    padding-right: 10px;
}

.pe-15px,
.px-15px,
.p-15px {
    padding-right: 15px;
}

.pe-20px,
.px-20px,
.p-20px {
    padding-right: 20px;
}

.pe-25px,
.px-25px,
.p-25px {
    padding-right: 25px;
}

.pe-30px,
.px-30px,
.p-30px {
    padding-right: 30px;
}

.pt-5px,
.py-5px,
.p-5px {
    padding-top: 5px;
}

.pt-10px,
.py-10px,
.p-10px {
    padding-top: 10px;
}

.pt-15px,
.py-15px,
.p-15px {
    padding-top: 15px;
}

.pt-20px,
.py-20px,
.p-20px {
    padding-top: 20px;
}

.pt-25px,
.py-25px,
.p-25px {
    padding-top: 25px;
}

.pt-30px,
.py-30px,
.p-30px {
    padding-top: 30px;
}

.pb-5px,
.py-5px,
.p-5px {
    padding-bottom: 5px;
}

.pb-10px,
.py-10px,
.p-10px {
    padding-bottom: 10px;
}

.pb-15px,
.py-15px,
.p-15px {
    padding-bottom: 15px;
}

.pb-20px,
.py-20px,
.p-20px {
    padding-bottom: 20px;
}

.pb-25px,
.py-25px,
.p-25px {
    padding-bottom: 25px;
}

.pb-30px,
.py-30px,
.p-30px {
    padding-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-truncate-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c-pointer {
    cursor: pointer !important;
}

.form-control {
    padding: 0.5rem 1rem;
    font-size: 14px;
    border: 1px solid #e5e8ec;
    color: rgb(137, 139, 146);
}

.rounded-10px {
    border-radius: 10px;
}

.rounded-8px {
    border-radius: 8px;
}

.rounded-6px {
    border-radius: 6px;
}

.transition-3 {
    transition: all 0.3s ease-in-out 0s;
}

.transition-4 {
    transition: all 0.4s ease-in-out 0s;
}

.transition-5 {
    transition: all 0.5s ease-in-out 0s;
}

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

.absolute-full {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.absolute-top-right {
    position: absolute !important;
    top: 0px;
    right: 0px;
}

.absolute-top-left {
    position: absolute !important;
    top: 0px;
    left: 0px;
}

.absolute-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.absolute-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.absolute-top-center {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.absolute-right-center {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.border-light {
    border-color: #e9e9e9 !important;
}

.border-secondary {
    border-color: var(--bs-secondary) !important;
}

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

.form-control:focus {
    box-shadow: none;
    border-color: #e5e8ec;
}

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

.text-secondary {
    color: var(--bs-secondary) !important;
}

.nav-link {
    padding: .35rem 0.7rem 0.3rem;
    font-weight: 500;
    font-size: 15px;
}

.nav-link.active,
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-primary);
}

.img-fit {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.w-fit {
    width: fit-content !important;
}

.carousel .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

.carousel.dots-static .slick-dots {
    position: static;
    transform: none;
    margin-top: 25px;
}

.carousel.dots-static .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

.carousel.dots-inside-bottom .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel .slick-dots button {
    height: 20px;
    width: 20px;
    padding: 0px;
    color: transparent;
    border: 0px;
    background: #dae5ed;
    border-radius: 30px;
    margin: 0px 8px;
}

.carousel .slick-dots .slick-active button {
    background: var(--bs-primary);
}

.carousel .slick-arrow {
    position: absolute;
    padding: 0px;
    top: 50%;
    height: 60px;
    width: 60px;
    transform: translateY(-50%);
    font-size: 22px;
    background-size: 16px !important;
    z-index: 99;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--bs-white);
    color: var(--bs-white);
    left: 40px;
}

.carousel .slick-arrow:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.carousel .slick-arrow.slick-prev i {
    padding-right: 3px;
}

.carousel .slick-arrow.slick-next i {
    padding-left: 3px;
}

.carousel .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}

.half-outside-arrow .slick-next {
    right: -10px;
}

.half-outside-arrow .slick-prev {
    left: -10px;
}

.ratio-1-4 {
    aspect-ratio: 1 / 0.4;
}

.ratio-1-5 {
    aspect-ratio: 1 / 0.5;
}

.ratio-1-55 {
    aspect-ratio: 1 / 0.55;
}

.ratio-1-65 {
    aspect-ratio: 1 / 0.65;
}

.ratio-1-7 {
    aspect-ratio: 1 / 0.7;
}

.ratio-1-8 {
    aspect-ratio: 1 / 0.8;
}

.ratio-square {
    aspect-ratio: 1 / 1;
}

.ratio-1-11 {
    aspect-ratio: 1 / 1.1;
}

.dropdown-toggle::after {
    content: '\f078';
    border: none;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    margin-left: 5px;
    transform: translateY(2px);
    font-weight: 600;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.sticky {
    animation: 300ms ease-in-out 0s 1 normal none running fadeInDown;
    left: 0px;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    background-color: var(--bs-white) !important;
}

/* ==================
Additional Css End
==================*/
.header .main-menu {
    display: flex;
    justify-content: flex-end;
}

.header .main-menu ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .main-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #292b2c;
    text-transform: uppercase;
    padding: 30px 24px;
}

.header .main-menu ul li a.active,
.header .main-menu ul li:hover a {
    background-color: #f3f3f3;
    color: var(--bs-primary);
}

.slider-section .slider-wrapper .main-slider {
    max-height: 600px;
    min-height: 220px;
    aspect-ratio: 1/0.5;
    width: 100%;
}

.slider-section .slider-wrapper .main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0s ease-in-out;
}

.slider-section .slider-wrapper .main-slider .slide-content {
    position: absolute;
    inset: 0;
    z-index: 99;
    text-align: center;
    display: grid;
    place-items: center;
    background-color: rgb(18 37 5 / 40%);
    padding: 20px;
}

.slider-section .slider-wrapper .main-slider .slide-content .content-wrapper {
    color: var(--bs-white);
    width: 100%;
    max-width: 750px;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    background-color: rgb(33 37 41 / 15%);
}

.slider-section .slider-wrapper .main-slider .slide-content .content-wrapper h2 {
  font-size: 52px;
}

.slider-section .slider-wrapper .main-slider .slide-content .content-wrapper .scroll-down {
    padding-top: 20px;
}

.slider-section .slider-wrapper .main-slider .slide-content .content-wrapper .scroll-down a {
  text-align: center;
  color: #fff;
  font-size: 28px;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  display: inline-block;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);    
}


@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

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

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

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


.slider-section .slider-wrapper .main-slider .swiper-slide-active .swiper-zoom-container img {
    transform: scale(2);
    transition: all 10s ease-in-out;
}

.slider-section .slider-wrapper .main-slider .swiper-slide-active .slide-content h2 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 0.3s;
}

.slider-section .slider-wrapper .main-slider .swiper-slide-active .slide-content p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 0.6s;
}

.slider-section .slider-wrapper .main-slider .swiper-pagination-vertical.swiper-pagination-bullets,
.slider-section .slider-wrapper .main-slider .swiper-vertical>.swiper-pagination-bullets {
    right: 20px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.slider-section .slider-wrapper .main-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 15px 0;
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
}

.lds-grid-wrapper {
    position: fixed;
    inset: 0;
    background-color: var(--bs-white);
    z-index: 9999;
    display: grid;
    place-items: center;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.title-box .dots {
    position: relative;
    width: 40px;
    margin-bottom: 10px;
}

.title-box.style-two .dots {
    width: auto;
    margin-bottom: 10px;
}

.title-box.style-two .dots img {
    position: relative;
    margin-top: -7px;
    left: -5px;
}

.title-box.centered .dots {
    margin: -7px auto 10px;
}

.title-box.style-two.centered .dots img {
    left: 0;
}

.title-box.centered {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 50px;
}

.title-box {
    position: relative;
    margin-bottom: 100px;
}

.title-box h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: none;
    line-height: 1.1em;
    margin: 0 0;
    font-size: 46px;
}

.title-box .dots span {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    border-bottom: 5px solid var(--bs-primary);
}

.title-box .dots span:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 5px;
    height: 5px;
    border-bottom: 5px solid var(--bs-primary);
}

.title-box .dots span:after {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    width: 3px;
    height: 5px;
    border-bottom: 5px solid var(--bs-primary);
}



.about-img-box {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    min-height: 500px;
    z-index: 1;
}

.about-img-box .big-title {
    position: absolute;
    top: -10px;
    right: -110px;
    transform: rotate(90deg) translateX(90%);
    transform-origin: right;
    color: #ffffff;
    font-size: 155px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    line-height: 130px;
}

.about-img-box .img-box1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 340px;
    width: 100%;
    z-index: 1;
}

.about-img-box .img-box1:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: -10px;
    right: -10px;
    border: 1px solid var(--bs-primary);
    z-index: -1;
}


.about-img-box .img-box2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 350px;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
    z-index: 1;
}

.about-img-box .img-box2::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(40 164 74 / 50%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-img-box .img-box2:hover::after {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.about-img-box .img-box2::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0px;
    right: 0;
    border: 1px solid var(--bs-primary);
    z-index: -1;
}

.about-img-box .img-box2 .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-img-box .img-box2 .inner img {
    width: 100%;
    -webkit-transition: all 3500ms ease;
    -moz-transition: all 3500ms ease;
    -ms-transition: all 3500ms ease;
    -o-transition: all 3500ms ease;
    transition: all 3500ms ease;
}

.about-img-box .img-box2:hover .inner img {
    transform: scale(1.2) rotate(2deg);
    transition-delay: .2s;
}

.about-img-box .icon-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    text-align: center;
}

/*** 
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


.wt-separator-outer {
    overflow: hidden;
    margin-bottom: 10px;
}

/*Separator defualt*/
.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.wt-separator .separator-left,
.wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}

.wt-separator .separator-left {
    left: -80px;
}

.wt-separator .separator-right {
    right: -80px;
}

/*Separator liner*/
.wt-separator.style-liner {
    width: 20px;
    height: 4px;
}

/*Separator square*/
.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: var(--bs-secondary);
}

.wt-separator.style-square .separator-left,
.wt-separator.style-square .separator-right {
    height: 3px;
    background-color: var(--bs-secondary);
}

.wt-separator.style-square.has-bg {
    border-color: #fff;
}

.scrollTop::before,
.scrollTop::after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 var(--bs-primary);
    box-shadow: 0 0 0 0 var(--bs-primary);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.scrollTop::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

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

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

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

.product-box {
    box-shadow: 0px 10px 60px 0px rgb(0 32 110 / 7%);
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 32 110 / 7%);
    background-color: var(--bs-white);
    position: relative;
}

.product-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    right: 0;
    display: inline-block;
    background-color: var(--bs-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;
}

.product-box:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.product-box .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-box .inner-box .image-box .image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.product-box .inner-box:hover .image-box .image::after {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.product-box .inner-box .image-box .image img {
    width: 100%;
    aspect-ratio: 1/1;
    /* object-fit: contain; */
}

.product-box .inner-box .image-box .title {
    padding: 14px 20px;
    text-align: center;
}

.product-box .inner-box .image-box .title h4 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-primary {
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 32 110 / 7%);
    box-shadow: 0px 10px 60px 0px rgb(0 32 110 / 7%);
}

.bg-primary .title-box .dots span,
.bg-primary .title-box .dots span::before,
.bg-primary .title-box .dots span::after {
    border-color: var(--bs-white);
    height: 3px;
    border-bottom-width: 4px;
}

.single-info-box {
    text-align: center;
}

.single-info-box .title-box {
    margin-bottom: 12px;
}

.single-info-box .info {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    color: var(--bs-white);
}

.single-info-box .map-wrapper iframe {
    width: 100%;
    aspect-ratio: 1/.6;
    max-height: 200px;
    min-height: 100%;
}

.single-info-box .info .info-list li {
    line-height: 1.4;
    margin-bottom: 14px;
    font-size: 15px;
}

.single-info-box .info .info-list li i {
    font-size: 18px;
    margin-right: 6px;
}

.single-info-box .contact-form .form-control {
    border-radius: 0;
    font-size: 13px;
}

.single-info-box .contact-form .submit-btn {
    background-color: var(--bs-white);
    border-radius: 0;
    padding: 8px 20px 7px;
    min-width: 140px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--bs-primary);
}

a.copy-right {
    font-weight: 600;
    background: linear-gradient(to right, #2391f5 83%, #f15b27 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.footer-section {
    background-color: var(--bs-dark);
    color: var(--bs-white);
    text-align: center;
    padding: 10px 0;
}


.fixed-social {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.fixed-social ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fixed-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    margin: 1px 0;
    border-radius: 0 5px 5px 0;
    border: 1px solid rgb(255 255 255 / 30%);
}

.fixed-social ul li a:hover {
    width: 42px;
    background-color: var(--bs-secondary);
}

.fixed-links {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.fixed-links ul {
    display: flex;
    flex-direction: column;
}

.fixed-links ul li a {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    display: inline-flex;
    height: 40px;
    align-items: center;
    width: 40px;
    position: relative;
    border-radius: 0 5px 5px 0;
    margin: 1px 0;
}

.fixed-links ul li:hover a {
    border-radius: 0;
}

.fixed-links ul li a i {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.fixed-links ul li a span {
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-out;
    transform-origin: left;
    display: inline-flex;
    padding-right: 10px;
    position: absolute;
    left: 40px;
    background-color: var(--bs-primary);
    height: 40px;
    align-items: center;
    border-radius: 0 5px 5px 0;
}

.fixed-links ul li:hover a span {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1);
}

.btn.menu-btn {
    padding: 9px 14px;
    border-radius: 2px;
}

.btn.menu-btn:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

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


.contactform span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative;
}

.contactform span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}

.contactform span.text-input input,
.contactform span.text-input textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #242424;
    width: 100%;
    font-size: 15px;
    padding: 9px 15px;
    padding-left: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    outline: 0;
}

.contactform span.text-input input:focus,
.contactform span.text-input textarea:focus {
    border-color: var(--bs-primary);
}

.contactform label {
    width: 100%;
    margin: 0;
}

.map-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}