#navbar {
  position: sticky;
}
a,
button {
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    background: none;
}

a:hover {
    color: #e16408;
    text-decoration: none;
}


/*  */


/*** Navbar ***/

.navbar {
    background: #fff;
    transition: 1s;
}

button:focus {
    box-shadow: none !important;
    outline: 1px solid #fff !important;
}

a:active {
    color: #E16408;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #E16408;
}

.navbar {
    border-bottom: 1px solid #d3d3d3;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #E16408;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid transparent !important;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.nav-item {
    padding-left: 20px;
}

.nav-item.active {
    border-bottom: 2px solid #E16408 !important;
}

.primary_button-top {
    color: #000;
    border-color: #d3d3d3;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px !important;
    width: 140px !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #E16408;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-button {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

a {
    text-decoration: none;
}

.brand-logo-image {
    max-width: 125px;
}
.title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    overflow: hidden;
}

.shape {
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
}

.hero-title {
    width: 100%;
}

.hero-section img.bg-pattern {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: 1;
}

.hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*** Heading ***/

.h1-tag {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
}

.h2-tag {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3-tag {
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h4-tag {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5-tag {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h6-tag {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

p {
    font-size: 18px;
    color: #676565;
}


/* Animated blobs */

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}


/* Gradient text */

.gradient-text {
    background: #E16408;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-tag {
    font-size: 18px;
    color: #676565;
}

.hero-icon {
    font-size: 18px;
}

.hero-wraping {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heroimage-holder {
    position: absolute;
    bottom: 55px;
    right: 65px;
    transform: rotate(-1deg);
}

.hero-sub-title {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}


/* Buttons */

.btn-gradient {
    background: linear-gradient(to right, #f7a325, #e16408);
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    color: black !important;
}

.btn-outline-green {
    border: 2px solid #e16408;
    color: #e16408;
    transition: all 0.3s ease;
    background: #fff;
    font-size: 18px;
}

.btn-outline-green:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #e16408;
}

/*.bg-opacity-25 {
  opacity: 0.25;
}*/
:root { --bg-alpha: 1; }

/* make bg-danger use our alpha */
.bg-danger {
  background-color: rgba(220, 53, 69, var(--bg-alpha)) !important;
}

/* set bg alpha to 0.25 (background only) */
.bg-opacity-25 {
  --bg-alpha: 0.25;
}
.feature-card {
    position: relative;
    border: 0;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


/* Top-right blob */

.feature-blob {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
    z-index: 0;
}

.feature-card:hover .feature-blob {
    transform: scale(1.5);
}


/* Icon container */

.icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.feature-badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
    display: inline-block;
}


/* Card title */

.feature-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #333;
    transition: color 0.3s ease-in-out;
}
.fourth-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #555;
  margin-bottom: 0.75rem;
  font-size: 17px !important;
}
/* List */

.feature-list {
    padding-left: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #555;
    margin-bottom: 0.75rem;
    font-size: 18px;
}

.feature-list li i {
    color: #22c55e;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.text-orange {
    color: #e16408;
}

section {
    padding: 3rem 5rem;
    overflow: hidden;
}


/* Gradient icon box */

.icon-gradient {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: linear-gradient(to bottom right, #a855f7, #ec4899);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.icon-gradient1 {
    background: #00BAA6;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.icon-gradient2 {
    background: #e16408;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.icon-gradient:hover,
.icon-gradient1:hover,
.icon-gradient2:hover {
    transform: scale(1.1);
}


/* Badge styling */

.main-title-tag {
    border: 1px solid #e16408
}

.badge-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.3rem 0.75rem;
    border-radius: 0.5rem;
    background-color: #f3e8ff;
    color: #6b21a8;
    border: 1px solid transparent;
    transition: background-color 0.3s ease-in-out;
}

.badge-custom:hover {
    background-color: #e9d5ff;
}


/* Gradient Blobs */

.blob-lg,
.blob-md,
.blob-sm {
    border-radius: 50%;
    position: absolute;
    filter: blur(50px);
}

.blob-lg {
    width: 24rem;
    height: 24rem;
}

.blob-md {
    width: 20rem;
    height: 20rem;
}

.blob-sm {
    width: 16rem;
    height: 16rem;
}

.gradient-green-blue {
    background: linear-gradient(to bottom right, rgba(134, 239, 172, 0.2), rgba(191, 219, 254, 0.2));
}

.gradient-purple-pink {
    background: linear-gradient(to bottom right, rgba(233, 213, 255, 0.2), rgba(251, 207, 232, 0.2));
}

.gradient-yellow-orange {
    background: linear-gradient(to bottom right, rgba(254, 240, 138, 0.2), rgba(254, 215, 170, 0.2));
}


/* Animated Pulse */

.animate-pulse {
    animation: pulseAnim 3s infinite;
}

@keyframes pulseAnim {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.delay-1s {
    animation-delay: 1s;
}

.delay-05s {
    animation-delay: 0.5s;
}


/* Bounce for Icons */

.animate-bounce {
    animation: bounceAnim 3s infinite;
}

@keyframes bounceAnim {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.card-resp-align {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


/*  */

.swiper-container {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.button-wrap {
    margin: 10px 0;
}


/* Style for slides */

.swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f6f9fc;
    flex-direction: column;
    font-size: 18px;
    color: #333;
    border-radius: 10px;
    /* padding: 20px; */
    height: 500px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
}

.parent-of-swiper {
    width: 100%;
    max-width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    color: #e16408;
    /* Change arrow color */
    /* Optional: semi-transparent background */
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    font-weight: 700;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev {
    left: 50px;
    /* Adjust based on your layout */
}

.swiper-button-next {
    right: 50px;
    /* Adjust based on your layout */
}


/* Optional: Hide arrows on small screens */

@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}

.single-product-features {
    background: #E4EAF2;
    padding: 6px;
    /* margin: 5px 5px 5px 0px; */
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #004E8D;
    /* margin: 50px; */
    margin-bottom: 10px;
}

.slider-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.direct-link-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
}

.product-content {
    color: #e16408;
}

.product-demo-button {
    padding: 4px 10px;
    background: #e16408;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
}

.product-button-wrapper {
    text-align: right;
    margin: 15px 15px;
    float: right;
}

.last .product-button-wrapper {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.slider-content p {
    width: 235px;
    text-align: left;
    margin-bottom: 0;
}

.slide-button.active>.tab-curve {
    display: block;
}

.why-icon {
    width: 40px;
    height: auto;
    margin-right: 5px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #e16408 !important;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    font-weight: 700;
}

.swiper-control {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

.swiper-slide .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    margin-top: 50px;
}


/*  */

.about-wrapper.style1 .about-thumb {
    position: relative;
    padding-bottom: 70px;
    height: 500px;
}

.about-wrapper.style1 .about-thumb .thumbShape2-1 {
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: 1;
}

.about-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-wrapper.style1 .about-thumb .bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    border-radius: 0 0 50px 50px;
}

@media (max-width: 767px) {
    .about-wrapper.style1 .about-thumb .bg {
        max-width: 100%
    }
}

.about-wrapper.style1 .about-thumb .thumbShape1 {
    position: absolute;
    bottom: 0;
    left: 14%;
    z-index: 1;
}

.about-wrapper.style1 .about-thumb .thumbShape2 {
    position: absolute;
    left: -50px;
    z-index: 1;
    /* top: 0; */
    bottom: -12px;
}

.about-wrapper.style1 .about-thumb .thumbShape3 {
    position: absolute;
    top: -10px;
    right: 20px;
    z-index: 1;
    border-radius: 10px;
}

.about-wrapper.style1 .about-thumb .thumbShape4 {
    position: absolute;
    top: 200px;
    left: 85px;
    z-index: 1;
    border-radius: 10px;
}

.about-wrapper.style1 .about-thumb .main-thumb {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: end
}

@media (max-width: 767px) {
    .about-wrapper.style1 .about-thumb .main-thumb img {
        max-width: 100%
    }
}

.about-wrapper.style1 .about-thumb .absolute-thumb {
    padding: 15px;
    background: var(--white);
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

@media (max-width: 1199px) {
    .about-wrapper.style1 .about-thumb .absolute-thumb {
        bottom: 59px;
        left: 236px
    }
}

@media (max-width: 991px) {
    .about-wrapper.style1 .about-thumb .absolute-thumb {
        bottom: 0;
        left: 0
    }
}

.about-wrapper.style1 .about-content .checklist {
    margin-bottom: 30px
}

.checklist li img {
    width: 30px;
    height: 30px;
}

.checklist.style1 li {
    color: 000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -.36px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.checklist.style1 li img {
    margin-right: 10px;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rounded {
    50% {
        transform: rotate(20deg)
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px)
    }
    50% {
        transform: translateY(-10px)
    }
    to {
        transform: translateY(-30px)
    }
}

.cir36 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
    to {
        transform: rotate(1turn)
    }
}

.about-section {
    height: 600px;
    position: relative;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes float-bob-x {
    0% {
        transform: translateX(30px)
    }
    50% {
        transform: translateX(10px)
    }
    to {
        transform: translateX(30px)
    }
}

@keyframes bounce-x {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(30px)
    }
    to {
        transform: translateX(0)
    }
}

.thumbShape1 img {
    display: flex;
    width: 100%;
    height: auto;
}

.thumbShape2 img {
    display: flex;
    width: 100%;
    height: auto;
}

.thumbShape3 img {
    display: flex;
    width: 100%;
    height: auto;
}

.about-container-wrapper {
    padding: 2rem 0rem;
}


/*  */

#progress {
    position: fixed;
    bottom: 70px;
    right: 20px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999999;
}

#progress-value {
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #001a2e;
}

.scroll-arrow {
    width: 30px;
}

.shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.shape3 {
    position: absolute;
    bottom: 57px;
    right: 400px;
    z-index: 1;
}

.section_title p {
    width: 100%;
    font-size: 20px;
    color: #fff;
}


/*  */

.faq .accordion-container {
    width: 100%;
    max-width: 1000px;
}

.faq .accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.faq .accordion-header {
    background-color: #fff;
    color: #000;
    padding: 15px;
    font-size: 20px;
    border: none;
    height: 75px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.faq-section .container {
    max-width: 1000px;
    overflow: hidden;
}

.faq .accordion-header:hover {
    background-color: #e16408;
    color: #fff;
}

.faq .accordion-header.active {
    background-color: #e16408;
    color: #fff;
}

.faq .accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    border-radius: 10px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.faq .accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 18px;
}

.faq-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.faq .icon {
    transition: transform 0.3s ease;
}

.faq .active .icon {
    transform: rotate(45deg);
}

.faq {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.faq-li li {
    font-size: 18px;
    color: #676565;
    padding: 5px 0;
}

.benefit-p {
    margin: 0 !important;
}

.image-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1280.98px) {
  .btn-gradient {
    font-size: 18px !important;
  }
  .btn-outline-green {
    font-size: 18px !important;
  }
}
@media (min-width: 1101px) and (max-width: 1300px) {
  .last .product-button-wrapper {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
/* responsive  */

@media (max-width: 575.98px) {
    .h1-tag {
        font-size: calc(1.375rem + 1.5vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h2-tag {
        font-size: calc(1.325rem + .9vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h3-tag {
        font-size: calc(1.3rem + .6vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h4-tag {
        font-size: calc(1.275rem + .3vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #e16408 #ffffff;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #e16408;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.section-block {
    max-width: 95%;
}

@media (min-width: 1300px) and (max-width: 1399.98px) {
    .flex .main-box-content-wrap,
    .flex .main-box-content-warpper2 {
        width: 100%;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .form-box {
        margin: 20px 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .brand-section h2,
    .why h2 {
        margin-bottom: 30px;
    }
}
/*  */

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: bold !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.others3-section-area .elements29 {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
}

.others3-section-area {
    position: relative;
    z-index: 1;
    background: #2a3259;
    padding: 1rem;
}

.others3-section-area .elements29 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.others3-section-area .others-heading h5 img {
    filter: brightness(0) invert(1);
}


/* media query */

@media screen and (max-width: 767px) {
    .hero-section {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 3rem 0;
        height: 1030px;
    }
    section {
        padding: 1rem 1rem;
    }
    .hero-sub-title {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }
    .btn-gradient {
        font-size: 16px;
    }
    .btn-outline-green {
        font-size: 16px;
    }
    .heroimage-holder {
        position: absolute;
        bottom: 145px;
        right: auto;
        transform: rotate(-1deg);
        padding: 20px;
    }
    .about-section {
        height: auto;
        position: relative;
        margin-top: -170px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape1 {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        top: auto;
    }
    .about-wrapper.style1 .about-thumb .thumbShape2 {
        position: absolute;
        z-index: 1;
        left: 0;
        /* top: 0; */
        bottom: 0px;
        top: auto;
        padding: 10px;
        border-radius: 15px;
    }
    .thumbShape1 img {
        width: 100%;
        height: auto;
    }
    .thumbShape2 img {
        display: flex;
        width: 150px;
        height: auto;
    }
    .about-wrapper.style1 .about-thumb {
        position: relative;
        padding-bottom: 70px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape3 {
        position: absolute;
        top: 22px;
        right: 2px;
        z-index: 1;
        border-radius: 10px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape4 {
        position: absolute;
        top: 85px;
        left: 15px;
        z-index: 1;
    }
    .thumbShape3 img {
        display: flex;
        width: 125px;
        height: auto;
    }
    .about-wrapper.style1 .about-thumb .bg {
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: 1;
        width: 100%;
        top: auto;
        height: auto;
        border-radius: 0 0 50px 50px;
    }
    ol,
    ul {
        padding-left: 1rem;
    }
    .about-wrapper.style1 .about-content .checklist {
        margin-bottom: 20px;
    }
    .swiper-container {
        margin-top: 20px;
    }
    .others3-section-area {
        position: relative;
        z-index: 1;
        background: #2a3259;
        padding: 2rem 0;
    }
    .faq-wrap {
        text-align: center;
        margin-bottom: 20px;
    }
    .faq .accordion-header {
        background-color: #fff;
        color: #000;
        padding: 15px;
        font-size: 20px;
        border: none;
        height: auto;
    }
}

@media screen and (max-width: 333.98px) {
    .about-wrapper.style1 .about-thumb {
        position: relative;
        padding-bottom: 70px;
        height: 300px !important;
    }
}

@media (min-width: 334.98px) and (max-width: 448.98px) {
    .about-wrapper.style1 .about-thumb {
        position: relative;
        padding-bottom: 70px;
        height: 350px !important;
    }
}

@media (min-width: 560.98px) and (max-width: 767.98px) {
    .heroimage-holder img {
        width: 500px;
    }
}

@media screen and (max-width: 600.98px) {
    .about-wrapper.style1 .about-thumb {
        position: relative;
        padding-bottom: 70px;
        height: 400px;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    section {
        padding: 1.5rem 1rem;
    }
    .hero-section {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 4rem 0 0;
        overflow: hidden;
        height: 900px;
        margin-top: 0 !important;
    }
    .hero-section h1 {
        font-size: 34px;
    }
    .hero-resp {
       display: flex;
       flex-direction: row;
       justify-content: center;
       align-items: center;
    }
    .btn-outline-green {
        font-size: 16px;
    }
    .btn-gradient {
        font-size: 16px;
    }
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }
    .about-section {
        height: auto;
        position: relative;
        margin-top: -120px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape1 {
        position: absolute;
        z-index: 1;
        bottom: 0;
        top: auto;
    }
    .about-wrapper.style1 .about-thumb .thumbShape2 {
        position: absolute;
        z-index: 1;
        left: 0;
        /* top: 0; */
        bottom: 0px;
        top: auto;
        padding: 10px;
        border-radius: 15px;
    }
    .thumbShape1 img {
        width: 100%;
        height: auto;
    }
    .thumbShape2 img {
        display: flex;
        width: 80%;
        height: auto;
    }
    .about-wrapper.style1 .about-thumb {
        position: relative;
        padding-bottom: 70px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape3 {
        position: absolute;
        top: 110px;
        right: 2px;
        z-index: 1;
        border-radius: 10px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape4 {
        position: absolute;
        top: 200px;
        left: 15px;
        z-index: 1;
    }
    .thumbShape3 img {
        display: flex;
        width: 80%;
        height: auto;
    }
    .about-wrapper.style1 .about-thumb .bg {
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: 1;
        width: 100%;
        top: auto;
        height: auto;
        border-radius: 0 0 50px 50px;
    }
    .about-container-wrapper {
        padding: 1rem 0rem 0;
    }
    .about-container-wrapper .container {
        max-width: 100%;
    }
    .others3-section-area {
        position: relative;
        z-index: 1;
        background: #2a3259;
        padding: 1.5rem 1rem;
    }
    .faq-wrap {
        text-align: center;
        margin-bottom: 50px;
    }
    .swiper-container {
        margin-top: 50px;
    }
    .heroimage-holder {
        position: static;
        bottom: 60px;
        right: 65px;
        transform: rotate(0deg);
    }
    .faq-section .container {
        max-width: 730px;
        overflow: hidden;
    }
}

@media (min-width:993px) and (max-width: 1023.98px) {
    section {
        padding: 1.5rem 1rem;
    }
    .hero-section {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 4rem 0 0;
        overflow: hidden;
        height: 770px;
    }
    .btn-outline-green {
        font-size: 16px;
    }
    .btn-gradient {
        font-size: 16px;
    }
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }
    .about-section {
        height: auto;
        position: relative;
        margin-top: -120px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape1 {
        position: absolute;
        z-index: 1;
        bottom: 0;
        top: auto;
    }
    .about-wrapper.style1 .about-thumb .thumbShape2 {
        position: absolute;
        z-index: 1;
        left: 0;
        /* top: 0; */
        bottom: 0px;
        top: auto;
        padding: 10px;
        border-radius: 15px;
    }
    .thumbShape1 img {
        width: 100%;
        height: auto;
    }
    .thumbShape2 img {
        display: flex;
        width: 100%;
        height: auto;
    }
    .about-wrapper.style1 .about-thumb {
        position: relative;
        padding-bottom: 70px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape3 {
        position: absolute;
        top: 22px;
        right: 2px;
        z-index: 1;
        border-radius: 10px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape4 {
        position: absolute;
        top: 200px;
        left: 15px;
        z-index: 1;
    }
    .thumbShape3 img {
        display: flex;
        width: 100%;
        height: auto;
    }
    .about-wrapper.style1 .about-thumb .bg {
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: 1;
        width: 100%;
        top: auto;
        height: auto;
        border-radius: 0 0 50px 50px;
    }
    .about-container-wrapper {
        padding: 1rem 0rem 0;
    }
    .others3-section-area {
        position: relative;
        z-index: 1;
        background: #2a3259;
        padding: 1.5rem 1rem;
    }
    .faq-wrap {
        text-align: center;
        margin-bottom: 30px;
    }
    .swiper-container {
        margin-top: 30px;
    }
    .heroimage-holder {
        position: static;
        bottom: 60px;
        right: 65px;
        transform: rotate(0deg);
    }
    .faq-section .container {
        max-width: 850px;
        overflow: hidden;
    }
    .about-container-wrapper .container {
        max-width: 100%;
    }
}

@media (min-width:1024px) and (max-width: 1130.98px) {
    .hero-section {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 7rem 0 0;
        overflow: hidden;
        height: 750px;
    }
    .heroimage-holder {
        position: absolute;
        bottom: 125px;
        right: 10px;
        transform: rotate(-1deg);
        width: 550px;
    }
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }
    .about-container-wrapper {
        padding: 2rem 0rem;
    }
    .about-container-wrapper .container {
        max-width: 100%;
    }
}

@media (min-width:1131px) and (max-width: 1200.98px) {
    .hero-section {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 5rem 0 0;
        overflow: hidden;
        height: 660px;
    }
    .heroimage-holder {
        position: absolute;
        bottom: 125px;
        right: 0px;
        transform: rotate(-1deg);
    }
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }
    .about-container-wrapper {
        padding: 2rem 0rem;
    }
    .about-container-wrapper .container {
        max-width: 100%;
    }
}

@media (min-width:1201px) and (max-width: 1399.98px) {
    .hero-section {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 6rem 0;
        overflow: hidden;
        height: 700px;
    }
    .heroimage-holder {
        position: absolute;
        bottom: 134px;
        right: 20px;
        transform: rotate(-1deg);
    }
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about-container-wrapper {
        padding: 2rem 0rem;
    }
    .about-section {
        margin-top: -120px;
    }
}

@media (min-width:1024px) and (max-width: 1280.98px) {
    section {
        padding: 2.5rem 2rem;
    }
    .btn-outline-green {
        font-size: 18px;
    }
    .btn-gradient {
        font-size: 18px;
    }
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about-section {
        height: auto;
        position: relative;
        margin-top: -120px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape1 {
        position: absolute;
        z-index: 1;
        bottom: 0;
        top: auto;
        left: 0;
    }
    .about-wrapper.style1 .about-thumb .thumbShape2 {
        position: absolute;
        z-index: 1;
        left: 0;
        /* top: 0; */
        bottom: 0px;
        top: auto;
        padding: 10px;
        border-radius: 15px;
    }
    .thumbShape1 img {
        width: 100%;
        height: auto;
    }
    .thumbShape2 img {
        display: flex;
        width: 100%;
        height: auto;
    }
    .about-wrapper.style1 .about-thumb {
        position: relative;
        padding-bottom: 70px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape3 {
        position: absolute;
        top: 22px;
        right: 20px;
        z-index: 1;
        border-radius: 10px;
    }
    .about-wrapper.style1 .about-thumb .thumbShape4 {
        position: absolute;
        top: 200px;
        left: 15px;
        z-index: 1;
    }
    .thumbShape3 img {
        display: flex;
        width: 100%;
        height: auto;
    }
    .about-wrapper.style1 .about-thumb .bg {
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: 1;
        width: 100%;
        top: auto;
        height: auto;
        border-radius: 0 0 50px 50px;
    }
    .others3-section-area {
        position: relative;
        z-index: 1;
        background: #2a3259;
        padding: 1.5rem 1rem;
    }
    .faq-wrap {
        text-align: center;
        margin-bottom: 50px;
    }
    .swiper-container {
        margin-top: 50px;
    }
    .faq-section .container {
        max-width: 900px;
        overflow: hidden;
    }
}