@import url(poppins.css);
@import url(fontawesome.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #313131;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
::-webkit-scrollbar-track {
    background-color: #2c2752;
    border-left: 1px solid #2c2752;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #2c2752;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::selection {
    color: #fff;
    background-color: #2c2752;
    filter: invert(1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.2em;
    color: #000;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    user-select: none;
}
.img-fluid {
    width: 100%;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: none;
    outline: 0;
}
a:focus {
    text-decoration: none;
    outline: 0;
}
html,
body {
    width: 100%;
    overflow-x: clip;
}
.container {
    max-width: 1300px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}
.section-padding {
    padding: 50px 0;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0;
}
.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > * {
    padding-right: 0;
    padding-left: 0;
}
.btn-default {
    position: relative;
    display: inline-block;
    background: #2c2752;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: #fff;
    border: none;
    padding: 17px 50px 17px 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    user-select: none;
}
.btn-default:hover {
    color: #fff;
}
.btn-default::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-primary.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    z-index: 1;
    filter: brightness(0) invert(1);
    user-select: none;
}
.btn-default:hover::before {
    transform: translateY(-50%) rotate(45deg);
    filter: brightness(0) invert(1);
}
.btn-default::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 102%;
    height: 100%;
    background-color: #bf2223;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: skewY(9.3deg) scaleY(0);
}
.btn-default:hover::after {
    transform: skewY(0deg) scaleY(2);
}
.btn-default.btn-highlighted:hover {
    color: #049343;
}
.btn-default.btn-highlighted:hover::before {
    filter: none;
}
.btn-default.btn-highlighted::after {
    background-color: #fff;
}
.btn-default.btn-border {
    background: #fff0;
    color: #fff;
    border: 1px solid #fff;
    padding: 16px 50px 16px 20px;
}
.btn-default.btn-border:hover {
    color: #000;
}
.btn-default.btn-border::before {
    background-image: url(../images/arrow-white.svg);
}
.btn-default.btn-border:hover:before {
    filter: brightness(0) invert(0);
}
.btn-default.btn-border::after {
    background: #fff;
}
.readmore-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #049343;
    padding-right: 26px;
}
.readmore-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/arrow-primary.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}
.readmore-btn:hover::before {
    transform: rotate(45deg);
}
.cb-cursor:before {
    background: #049343;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-container,
.loading {
    height: 170px;
    width: 170px;
    position: relative;
    border-radius: 100%;
}
.loading-container {
    margin: 40px auto;
}
.loading {
    border: 2px solid #fff0;
    border-color: #fff0 #2c2752 #fff0 #2c2752;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}
.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}
#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100px;
    transform: translate(-50%, -50%);
}
@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-section {
    background-color: #eff3f6;
}
.section-row {
    margin-bottom: 50px;
}
.section-row .section-title {
    margin-bottom: 0;
}
.section-row .section-title.section-title-center {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.section-btn {
    text-align: right;
}
.section-content-btn .section-btn {
    margin-top: 30px;
    text-align: left;
}
.section-title-content p {
    margin-bottom: 20px;
}
.section-title-content p:last-child {
    margin-bottom: 0;
}
.section-title {
    margin-bottom: 40px;
    text-align: center;
}
.section-title-center h2,
.section-title-center p {
    text-align: center !important;
}
.section-title h3 {
    position: relative;
    display: inline-block;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 26px;
    margin-bottom: 20px;
    border: 2px solid #2c2752;
    background: #2c2752;
    backdrop-filter: blur(3px);
    letter-spacing: 0.4px;
    line-height: 30px;
}
.section-title h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.7px;
    margin-bottom: 0;
    cursor: none;
}
.section-title h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    cursor: none;
    color: #2c2752;
    text-shadow: 0 0 3px rgb(0 0 0 / 0.2);
    position: relative;
    display: inline-block;
}
.section-title-left {
    text-align: left !important;
}
.section-title.text-white h2 {
    color: #fff;
}
.section-title p {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: justify;
}
.section-title p span.f-500 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}
.bg-section .section-title h3::before {
    background: #049343;
}
.hero-content h1,
.hero-content h3 {
    color: #fff;
}
.hero-content h3 {
    margin-bottom: 0;
    margin-top: 30px;
}
.dark-section .section-title h3::before {
    background: #fff;
}
.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}
.help-block.with-errors ul li {
    color: #e65757;
    font-weight: 500;
    font-size: 14px;
}
.topbar {
    padding: 10px 0 50px 0;
    background: #eff3f6;
}
.topbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.topbar ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fa.fa-phone {
    transform: rotate(90deg);
}
.topbar ul li i {
    font-size: 16px;
    color: #5e5e5e;
}
.topbar ul li a {
    color: #242424;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.topbar ul li a:hover {
    color: #bf2223;
}
.topbar-phone {
    display: flex;
    align-items: center;
    gap: 5px;
}
.topbar-phone a {
    position: relative;
}
.topbar-phone a:before {
    content: "/";
    margin: 0 3px;
    color: #313131;
    padding-right: 2px;
    cursor: auto;
}
.topbar ul li a:hover:before {
    color: #313131;
}
.topbar-phone a:first-child:before {
    display: none;
}
header.main-header {
    position: relative;
    width: 100%;
    z-index: 100;
}
header.main-header .header-sticky {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: 100;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 100px;
}
header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
}
header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    background: #049343;
    border-bottom: 1px solid #ffffff1a;
    padding: 0 15px;
}
.navbar {
    padding: 20px 5px;
    align-items: center;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 0.15);
    overflow: hidden;
}
.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 0%, 70% 100%, 0% 100%, 0% 0%);
}
.navbar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 77.5%;
    height: 100%;
    z-index: -1;
    background: #bf2223;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%, 12% 0%);
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    max-width: 265px;
    user-select: none;
}
.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
}
.main-menu .nav-menu-wrapper > ul {
    align-items: center;
    display: inline-flex;
    justify-content: end;
    width: 100%;
    gap: 40px;
}
.main-menu ul li {
    position: relative;
}
.main-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 0px !important;
    color: rgb(255 255 255 / 0.8);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.main-menu ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    transform: translate(-50%) translateY(20px) rotate(-45deg);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    border-radius: 0.09rem;
}
.main-menu ul li a:hover:before,
.main-menu ul li.active a:before {
    opacity: 1;
    transform: translate(-50%) translateY(3px) rotate(-45deg);
    visibility: visible;
}
.main-menu ul li.submenu > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}
.main-menu ul li a:hover,
.main-menu ul li.active a,
.main-menu ul li a:focus {
    color: #fff;
}
.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 235px;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #2c2752;
    transition: all 0.3s ease-in-out;
    text-align: left;
}
.main-menu ul li.submenu:first-child ul {
    width: 235px;
}
.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}
.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    padding: 5px 0;
}
.main-menu ul li.submenu ul li.submenu > a:after {
    content: "\f105";
    float: right;
}
.main-menu ul ul li {
    margin: 0;
    padding: 0;
}
.main-menu ul ul li a {
    color: #049343;
    padding: 8px 20px !important;
    transition: all 0.3s ease-in-out;
}
.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: #049343;
    background-color: #fff0;
    padding: 8px 20px 8px 23px !important;
}
.main-menu ul li.highlighted-menu {
    display: none;
}
.responsive-menu,
.navbar-toggle {
    display: none;
}
.responsive-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.slicknav_btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 6px;
}
.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 26px;
    background-color: #f1f1f1;
    margin: 5px auto !important;
    transition: all 0.2s ease-in-out;
}
.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}
.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
}
.slicknav_menu {
    padding: 0;
}
.slicknav_menu ul ul {
    margin: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 20px;
    color: rgb(255 255 255 / 0.8);
    line-height: normal;
    margin: 5px 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
    background: transparent !important;
}
.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav li.active a {
    color: #fff;
}
.slicknav_menu ul ul li a {
    padding: 7px 20px 7px 30px;
}
.slicknav_arrow {
    font-size: 0 !important;
}
.slicknav_arrow:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: #049343;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.slicknav_open > a .slicknav_arrow:after {
    transform: translateY(-50%) rotate(-180deg);
    color: #45566a;
}
.hero {
    position: relative;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 190px;
}
.hero::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, #fff0 0%, rgb(23 44 69 / 0.8) 60.83%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.hero.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero.hero-slider-layout {
    background: none;
    padding: 0;
}
.hero.hero-slider-layout .hero-slide {
    position: relative;
    height: calc(100vh - 88px);
    align-content: center;
}
.hero.hero-slider-layout .hero-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 0.25);
}
.hero.hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.hero.hero-slider-layout .hero-slide .hero-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero.hero-slider-layout .hero-pagination {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 2;
}
.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff1a;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}
.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
    background-color: #2c2752;
}
.hero .container {
    position: relative;
    z-index: 2;
}
.hero-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
}
.hero-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    border-top: 1px solid #ffffff1a;
    margin-top: 40px;
    padding-top: 40px;
}
.hero-experience-box {
    width: 24%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-experience-box h2 {
    width: 80px;
    font-size: 46px;
    color: #fff;
}
.hero-experience-box p {
    color: #fff;
    margin: 0;
}
.satisfy-client-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.satisfy-client-images {
    display: inline-flex;
    align-items: center;
}
.satisfy-client-image {
    position: relative;
    display: inline-block;
    margin-left: -18px;
    z-index: 1;
}
.satisfy-client-image:first-child {
    margin: 0;
}
.satisfy-client-image figure {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.satisfy-client-image img {
    width: 100%;
    border-radius: 50%;
}
.satisfy-client-image.add-more {
    width: 50px;
    height: 50px;
    background-color: #2c2752;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.satisfy-client-image.add-more p {
    font-size: 14px;
    font-weight: 600;
    color: #049343;
    margin: 0;
}
.satisfy-client-content p {
    color: #fff;
    margin: 0;
}
.satisfy-client-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.hero-video-circle {
    text-align: right;
}
.hero-video-circle a {
    display: inline-block;
    border-radius: 50%;
    cursor: none;
}
.hero-video-circle img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}
@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.hero-video-circle a:hover img {
    animation-play-state: paused;
}
.our-scrolling-ticker {
    position: relative;
    background-color: #bf2223;
    padding: 12px 0;
    z-index: 1;
}
.scrolling-ticker-box {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}
.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: 35px;
    min-width: 100%;
    animation: scroll 40s linear infinite;
}
.scrolling-content span {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1.5px;
    font-style: italic;
}
.scrolling-content span img {
    width: 100%;
    max-width: 30px;
    margin-right: 35px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
.about-us .section-row .section-title {
    margin-right: 15px;
}
.customer-rating-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}
.customer-rating-content {
    border-right: 1px solid #0493431a;
    margin-right: 40px;
    padding-right: 40px;
}
.customer-rating-star {
    margin-bottom: 15px;
}
.customer-rating-star i {
    color: #2c2752;
    font-size: 16px;
}
.customer-rating-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.customer-rating-content p {
    margin: 0;
}
.customer-rating-images {
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(23 44 69 / 0.1);
    border-radius: 100px;
    padding: 10px;
}
.customer-rating-images .satisfy-client-image {
    margin-left: -10px;
}
.customer-rating-images .satisfy-client-image:first-child {
    margin-left: 0;
}
.customer-rating-images .satisfy-client-image.add-more,
.customer-rating-images .satisfy-client-image figure {
    width: 40px;
    height: 40px;
}
.about-image-content-box-1 {
    position: relative;
    width: calc(25% - 20px);
}
.about-image {
    position: relative;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.about-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #fff0 39.29%, #049343 100%);
    width: 100%;
    height: 100%;
}
.about-image figure {
    display: block;
    height: 100%;
}
.about-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.741;
    object-fit: cover;
}
.about-image-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
}
.video-play-button a {
    position: relative;
    background: #2c2752;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: none;
}
.video-play-button a:after,
.video-play-button a:before {
    content: "";
    position: absolute;
    top: -34%;
    left: -34%;
    width: 160%;
    height: 160%;
    border: 50px solid #fff;
    opacity: 50%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}
.video-play-button a:after {
    animation-delay: 0.3s;
}
@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.video-play-button a i {
    font-size: 22px;
    color: #049343;
}
.about-video-title {
    margin-top: 30px;
}
.about-video-title h3 {
    font-size: 20px;
    color: #fff;
}
.about-counter-box {
    width: calc(34% - 20px);
    background: #049343;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}
.about-counter-title {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.about-counter-title h2 {
    width: 95px;
    font-size: 46px;
    color: #fff;
}
.about-counter-title h3 {
    font-size: 18px;
    color: #fff;
}
.about-counter-content ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}
.about-counter-content ul li {
    color: #fff;
    margin-bottom: 10px;
}
.about-counter-content ul li:last-child {
    margin-bottom: 0;
}
.about-counter-content p {
    color: #fff;
    margin-bottom: 20px;
}
.about-counter-content .readmore-btn {
    color: #fff;
}
.about-counter-content .readmore-btn::before {
    background-image: url(../images/arrow-white.svg);
}
.about-image-content-box-2 {
    position: relative;
}
.about-image-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.about-image-content ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #ffffff3a;
    background: #ffffff3a;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 7px 20px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.about-image-content ul li:hover {
    background: #2c2752;
    color: #fff;
}
.service-item {
    position: relative;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
}
.service-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.service-item.active::before,
.service-item:hover::before {
    transform: translate(100%, -100%);
}
.service-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.5);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    transform: translate(100%, -100%);
}
.service-item.active::after,
.service-item:hover::after {
    transform: translate(0, 0);
}
.service-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.service-item.active .service-image,
.service-item:hover .service-image {
    opacity: 1;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    text-align: center;
}
.service-body-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.service-body .icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2c2752;
    box-shadow: 0 0 10px 3px rgb(255 255 255 / 0.08);
    transition: all 0.3s ease-in-out;
}
.service-item.active .service-body .icon-box {
    background: #bf2223;
}
.service-body .icon-box i {
    color: #fff;
    font-size: 20px;
}
.service-body .icon-box img {
    width: 100%;
    max-width: 24px;
}
.service-readmore-btn {
    position: absolute;
    top: 5px;
    right: 0;
    transform: translate(-100%, 100%) rotate(90deg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.service-item.active .service-readmore-btn,
.service-item:hover .service-readmore-btn {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
    visibility: visible;
}
.service-readmore-btn a {
    background: #049343;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.service-readmore-btn a img {
    max-width: 20px;
    transition: all 0.4s ease-in-out;
}
.service-readmore-btn a:hover img {
    transform: rotate(45deg);
}
.service-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    color: #000;
}
.service-content h3 a {
    color: inherit;
}
.service-content p {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}
.service-item.active .service-content h3,
.service-item:hover .service-content h3,
.service-item.active .service-content p,
.service-item:hover .service-content p {
    color: #fff;
}
.section-footer-text {
    margin-top: 30px;
    text-align: center;
}
.section-footer-text p {
    margin: 0;
}
.section-footer-text p span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1em;
    color: #fff;
    background: #049343;
    border-radius: 4px;
    padding: 4px 12px;
    margin-right: 10px;
}
.section-footer-text p a {
    font-weight: 600;
    color: #049343;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.section-footer-text p a:hover {
    color: #fff;
}
.why-choose-us {
    background-image: url(../images/section-bg-shape-2.png);
    background-repeat: no-repeat;
    background-position: left -60px bottom 100px;
    background-size: auto;
    padding: 100px 0;
}
.why-choose-image-box {
    position: sticky;
    top: 0;
    margin-right: 15px;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
    border-radius: 0;
    background: #fff;
}
.why-choose-image-box-sub {
    margin-right: 0;
    margin-left: 15px;
}
.why-choose-image figure {
    display: block;
}
.why-choose-image figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}
.why-choose-image-box .satisfy-client-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    background: #ffffff1a;
    border: 1px solid #ffffff1a;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 10px;
    padding: 25px;
}
.why-choose-image-box .satisfy-client-box .satisfy-client-content {
    margin-top: 20px;
}
.why-choose-image-box .satisfy-client-box .satisfy-client-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #049343;
}
.why-choose-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}
.why-choose-item-box {
    width: calc(60% - 20px);
}
.why-choose-item {
    border-bottom: 1px solid #0493431a;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.why-choose-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.why-choose-item-header {
    width: 50%;
    display: flex;
    align-items: center;
}
.why-choose-item-header .icon-box {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2c2752;
    border-radius: 50%;
    margin-right: 15px;
}
.why-choose-item-header .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #049343;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.why-choose-item:hover .why-choose-item-header .icon-box::before {
    transform: scale(1);
}
.why-choose-item-header .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.why-choose-item:hover .why-choose-item-header .icon-box img {
    filter: brightness(0) invert(1);
}
.why-choose-item-title {
    width: calc(100% - 65px);
}
.why-choose-item-title h3 {
    font-size: 18px;
    line-height: 1.3em;
}
.why-choose-item-content {
    width: calc(50% - 15px);
    border-left: 1px solid #0493431a;
    padding-left: 15px;
    margin-left: 15px;
}
.why-choose-item-content p {
    margin-bottom: 0;
}
.why-choose-body-image {
    width: calc(40% - 20px);
}
.why-choose-btn {
    margin-top: 60px;
}
.why-choose-body-image figure {
    display: block;
    border-radius: 20px;
}
.why-choose-body-image img {
    width: 100%;
    aspect-ratio: 1 / 1.01;
    object-fit: cover;
    border-radius: 20px;
}
.what-we-contant,
.what-we-contant .section-title p {
    text-align: center !important;
}
.what-we-counter-box {
    max-width: 300px;
    margin-top: 60px;
}
.what-we-counter-box h2 {
    font-size: 80px;
    line-height: 1em;
    font-weight: 600;
    color: #049343;
    background: #2c2752;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px #fff0;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.what-we-counter-box h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.what-we-counter-box p {
    color: #fff;
    margin: 0;
}
.what-we-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff3a;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.what-we-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.what-we-item .icon-box {
    position: sticky;
    top: 0;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    margin-right: 20px;
    box-shadow: 0 0 10px 3px rgb(255 255 255 / 0.05);
}
.what-we-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #049343;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    z-index: -1;
    border-radius: 100px;
}
.what-we-item:hover .icon-box::before {
    transform: scale(1.05);
}
.what-we-item .icon-box i {
    font-size: 22px;
    color: #049343;
}
.what-we-item:hover .icon-box i {
    color: #fff;
}
.what-we-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.what-we-content {
    width: calc(100% - 70px);
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 0 10px 3px rgb(255 255 255 / 0.05);
}
.what-we-content h3 {
    font-size: 20px;
    color: #2c2752;
    margin-bottom: 10px;
}
.what-we-content p {
    margin: 0;
    text-align: justify;
}
.case-study-item {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
}
.case-study-image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.case-study-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    background: #bf2223;
    opacity: 40%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.case-study-item:hover .case-study-image::before {
    transform: scale(1);
}
.case-study-image figure {
    display: block;
}
.case-study-image figure img {
    width: 100%;
    aspect-ratio: 1 / 0.77;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.case-study-item:hover .case-study-image figure img {
    transform: scale(1.1);
}
.case-study-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.case-study-item:hover .case-study-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
.case-study-btn a {
    background: #2c2752;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.case-study-btn a:hover {
    background: #fff;
}
.case-study-btn a img {
    width: 100%;
    max-width: 24px;
    transition: 0.4s ease-in-out;
}
.case-study-btn a:hover img {
    transform: rotate(45deg);
}
.case-study-content h2 {
    font-size: 20px;
    line-height: 1.4em;
    color: #000;
}
.case-study-content h2 a {
    color: inherit;
}
.intro-video {
    position: relative;
    overflow: hidden;
}
.intro-video .container-fluid {
    padding: 0;
}
.intro-video-box {
    position: relative;
    text-align: center;
    align-content: center;
    height: 800px;
}
.intro-video-box {
    position: relative;
}
.intro-video-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.intro-video-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #049343;
    opacity: 60%;
    width: 100%;
    height: 100%;
}
.intro-video-image figure {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
}
.intro-video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-play-border-button {
    position: relative;
    z-index: 1;
}
.video-play-border-button a {
    position: relative;
    background: #fff0;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    transition: all 0.4s ease-in-out;
}
.video-play-border-button a:hover {
    font-size: 20px;
    letter-spacing: 0.05em;
}
.how-it-work {
    background-image: url(../images/section-bg-shape-4.png);
    background-repeat: no-repeat;
    background-position: left -30px bottom 100px;
    background-size: auto;
    padding: 100px 0;
}
.how-work-image-box {
    position: relative;
    margin-right: 15px;
}
.how-work-image figure {
    display: block;
    border-radius: 20px;
}
.how-work-image figure img {
    width: 100%;
    aspect-ratio: 1 / 1.257;
    object-fit: cover;
    border-radius: 20px;
}
.how-work-image-box .satisfy-client-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: block;
    width: 290px;
    background: #ffffff1a;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 25px;
    z-index: 1;
}
.how-work-image-box .satisfy-client-box .satisfy-client-content {
    margin-top: 40px;
}
.how-work-image-box .satisfy-client-box .satisfy-client-content h3 {
    font-size: 20px;
    color: #049343;
    margin-bottom: 10px;
}
.how-work-image-box .satisfy-client-box .satisfy-client-content p {
    color: #049343;
}
.work-steps-item {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    border-bottom: 1px solid #0493431a;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.work-steps-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.work-step-no {
    display: inline-block;
    background: #2c2752;
    border-radius: 6px;
    padding: 7px 16px;
    margin-right: 25px;
    transition: all 0.4s ease-in-out;
}
.work-steps-item:hover .work-step-no {
    background: #049343;
}
.work-step-no h3 {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}
.work-steps-item:hover .work-step-no h3 {
    color: #fff;
}
.work-step-content {
    width: calc(100% - 125px);
}
.work-step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.work-step-content p {
    margin: 0;
}
.our-pricing {
    background-image: url(../images/section-bg-shape-5.png);
    background-repeat: no-repeat;
    background-position: bottom -20px left -20px;
    background-size: auto;
    padding: 100px 0;
}
.our-pricing-content {
    position: sticky;
    top: 50px;
    margin-right: 20px;
}
.our-pricing-btn .btn-default {
    background: #fff;
}
.pricing-item {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 40px;
}
.pricing-item:last-child {
    margin-bottom: 0;
}
.pricing-header {
    border-bottom: 1px solid #0493431a;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.pricing-header h3 {
    font-size: 20px;
}
.pricing-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.pricing-content {
    width: calc(55% - 15px);
}
.pricing-list {
    width: calc(45% - 15px);
}
.pricing-price {
    margin-bottom: 40px;
}
.pricing-price h2 {
    font-size: 34px;
    margin-bottom: 20px;
}
.pricing-price h2 sub {
    font-size: 20px;
    text-transform: capitalize;
    bottom: 0;
}
.pricing-price p {
    margin-bottom: 0;
}
.pricing-list ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}
.pricing-list ul li {
    margin-bottom: 20px;
    line-height: 1.5em;
}
.pricing-list ul li:last-child {
    margin-bottom: 0;
}
.pricing-list ul li::marker {
    color: #049343;
}
.faqs-content {
    text-align: center;
}
.faqs-content p {
    text-align: center;
}
.faq-accordion .accordion-item {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #1f1f1f;
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
    padding: 18px 25px;
}
.faq-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 12px;
    color: #bf2223;
}
.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    right: 25px;
    top: 23px;
    transform: rotate(45deg);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #1f1f1f;
    transition: all 0.4s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed):after,
.faq-accordion .accordion-button:hover,
.faq-accordion .accordion-button:hover::after {
    color: #bf2223 !important;
}
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    transform: rotate(0deg);
}
.faq-accordion .accordion-item .accordion-body {
    padding: 25px;
    padding-top: 12px;
    position: relative;
    border-top: 1px solid #e1e1e1;
}
.faq-accordion .accordion-item .accordion-body i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 80px;
    opacity: 0.15;
    color: #bf2223;
}
.faq-accordion .accordion-item .accordion-body p {
    margin-bottom: 5px;
    text-align: justify;
}
.testimonial-slider .swiper-wrapper {
    cursor: none;
}
.testimonial-item {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
}
.author-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.author-image figure {
    display: block;
    width: 100%;
    height: 100%;
}
.author-image figure img {
    width: 100%;
    height: 302px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.testimonial-item:hover .author-image figure img {
    transform: scale(1.1);
}
.author-image .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.testimonial-content {
    background: #fff;
    align-content: center;
    padding: 20px;
    text-align: center;
}
.testimonial-quote {
    margin-bottom: 30px;
}
.testimonial-quote img {
    width: 100%;
    max-width: 32px;
}
.testimonial-info {
    border-top: 1px solid #0493431a;
    margin-top: 12px;
    padding-top: 12px;
}
.testimonial-info p {
    margin-bottom: 0;
    user-select: none;
}
.author-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    user-select: none;
    line-height: 30px;
}
.author-content p {
    margin-bottom: 0;
    user-select: none;
}
.testimonial-pagination {
    text-align: center;
    margin-top: 20px;
}
.testimonial-pagination .swiper-pagination-bullet {
    position: relative;
    height: 10px;
    width: 10px;
    background: #313131;
    border-radius: 100px;
    margin: 0 3px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 0.08);
}
.testimonial-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #bf2223;
}
.our-blog {
    position: relative;
    padding: 100px 0 70px;
    z-index: 1;
}
.post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.post-featured-image {
    margin-bottom: 20px;
}
.post-featured-image a {
    cursor: none;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.post-featured-image figure {
    display: block;
}
.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.71;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}
.post-item-content {
    margin-bottom: 20px;
}
.post-item-content h2 {
    font-size: 18px;
    line-height: 1.4em;
}
.post-item-content h2 a {
    display: inline-block;
    color: inherit;
}
.main-footer {
    padding: 50px 0 0;
    margin-bottom: 0;
    background-color: #1f1f1f;
    font-size: 15px;
}
.main-footer a:hover {
    color: #bf2223;
}
.about-footer {
    margin-right: 30px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 100%;
    max-width: 130px;
}
.about-footer-content {
    margin-bottom: 30px;
}
.about-footer-content p {
    color: #fff;
    margin-bottom: 0;
}
.footer-newsletter-box h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-newsletter-form .form-group {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-newsletter-form .form-group:last-child {
    margin-bottom: 0;
}
.footer-newsletter-form .form-group .form-control {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    background: #fff0;
    border: none;
    border-bottom: 1px solid #ffffff1a;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 8px 40px 18px 0;
}
.footer-newsletter-form .form-group .form-control::placeholder {
    color: #fff;
}
.footer-newsletter-form .form-group .newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #2c2752;
    border: none;
    border-radius: 4px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.footer-newsletter-form .form-group .newsletter-btn:hover {
    background: #fff;
}
.footer-newsletter-form .form-group .newsletter-btn img {
    width: 18px;
    transition: all 0.3s ease-in-out;
}
.footer-newsletter-form .form-group .newsletter-btn:hover img {
    transform: rotate(45deg);
}
.footer-newsletter-form .form-group input[type="checkbox" i] {
    width: 20px;
    height: 20px;
    box-shadow: none;
    margin-right: 10px;
}
.footer-newsletter-form .form-group .form-label {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.footer-newsletter-form .form-group .form-label a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.footer-newsletter-form .form-group .form-label a:hover {
    color: #2c2752;
}
.footer-links-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.footer-links h1,
.footer-links h3 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    color: #fff;
    margin-bottom: 15px;
}
.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.footer-contact ul li.custm-li-set {
    align-items: baseline;
}
.footer-contact ul li .icon-box {
    position: relative;
    height: 42px;
    width: 42px;
    min-width: 42px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 3px rgb(255 255 255 / 0.05);
}
.footer-contact ul li .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bf2223;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.footer-contact ul li:hover .icon-box::before {
    transform: scale(1.03);
}
.footer-contact ul li .icon-box i {
    position: relative;
    font-size: 18px;
    color: #bf2223;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.footer-contact ul li:hover .icon-box i {
    color: #fff;
}
.footer-contact ul li .btn-default {
    display: inline-block;
    padding: 14px 50px 14px 20px;
}
.footer-links ul li:last-child {
    margin-bottom: 0;
}
.footer-links ul li::marker {
    transition: all 0.3s ease-in-out;
}
.footer-links ul li:hover::marker {
    color: #fff;
}
.footer-links ul li a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-links ul li a img {
    transform: rotate(45deg);
}
.footer-links ul li a:hover {
    gap: 15px;
}
.footer-working-hour-box ul {
    list-style: none;
    padding: 0;
}
.footer-working-hour-box ul li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer-copyright {
    border-top: 1px solid #ffffff2a;
    margin-top: 20px;
    padding: 10px 0;
}
.footer-copyright-text-sub {
    text-align: right;
}
.footer-copyright-text p,
.footer-copyright-text a {
    color: #fff;
    margin-bottom: 0;
}
.page-header {
    position: relative;
    background: url(../images/page-header-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0;
    overflow: hidden;
}
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, rgb(23 44 69 / 0.8) 0%, rgb(23 44 69 / 0.8) 60.83%);
    height: 100%;
    width: 100%;
}
.page-header-box {
    position: relative;
    text-align: center;
    z-index: 2;
}
.page-header-box h1 {
    display: inline-block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
    cursor: none;
    margin-bottom: 15px;
}
.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}
.page-header-box ol li.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: capitalize;
    color: #fff;
}
.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}
.page-header-box ol li.breadcrumb-item a:hover {
    color: #bf2223;
}
.page-header-box ol li.breadcrumb-item.active {
    color: #fff;
    position: relative;
    padding: 0;
}
.page-header-box ol li.breadcrumb-item.active:before {
    content: "/";
    padding: 0 10px;
    font-size: 18px;
}
.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.our-approach {
    padding: 100px 0;
}
.approach-image {
    height: 100%;
    margin-right: 15px;
}
.approach-image figure {
    display: block;
    height: 100%;
    border-radius: 20px;
}
.approach-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.061;
    object-fit: cover;
    border-radius: 20px;
}
.approach-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.mission-vision-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}
.mission-vision-item {
    width: calc(50% - 15px);
}
.mission-vision-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #2c2752;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.mission-vision-item .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #049343;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.mission-vision-item:hover .icon-box:before {
    transform: scale(1);
}
.mission-vision-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.mission-vision-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.mission-vision-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.mission-vision-content p {
    margin: 0;
}
.our-core-value {
    background-image: url(../images/section-bg-shape-6.png);
    background-repeat: no-repeat;
    background-position: right -20px top 100px;
    background-size: auto;
    padding: 100px 0;
}
.value-image-box-1 {
    padding-right: 80px;
}
.value-image-box-1 figure {
    display: block;
    border-radius: 20px;
}
.value-image-box-1 img {
    width: 100%;
    aspect-ratio: 1/0.528;
    object-fit: cover;
    border-radius: 20px;
}
.value-image-box-2 {
    display: flex;
    align-items: end;
}
.about-experience-box {
    width: 220px;
    background-color: #049343;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 20px 0 0;
}
.about-experience-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #2c2752;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.about-experience-box .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.about-experience-box:hover .icon-box:before {
    transform: scale(1);
}
.about-experience-box .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
}
.experience-box-content h2 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 5px;
}
.experience-box-content p {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.value-img-2 {
    width: calc(100% - 240px);
    margin-top: -120px;
}
.value-img-2 figure {
    border: 10px solid #fff;
    border-radius: 20px;
}
.value-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 0.905;
    object-fit: cover;
}
.core-value-content {
    margin-left: 15px;
}
.our-experiment-item {
    border-bottom: 1px solid #0493431a;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.our-experiment-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.our-experiment-item h3 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 15px;
}
.our-experiment-item h3:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-weight: 900;
    font-size: 18px;
    color: #049343;
    top: 0;
    left: 0;
}
.our-experiment-item p {
    margin: 0;
}
.our-team {
    padding: 100px 0 70px;
}
.team-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.team-image {
    position: relative;
    margin-bottom: 20px;
}
.team-image a,
.team-image figure {
    display: block;
    cursor: none;
    border-radius: 20px;
    overflow: hidden;
}
.team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.356;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.team-item:hover .team-image img {
    transform: scale(1.07);
}
.team-social-icon {
    position: absolute;
    right: 40px;
    bottom: 0;
    left: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.team-item:hover .team-social-icon {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}
.team-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.team-social-icon ul li a {
    width: 36px;
    height: 36px;
    background: #049343;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.team-social-icon ul li a:hover {
    background: #2c2752;
    color: #049343;
}
.team-social-icon ul li a i {
    font-size: 18px;
    color: inherit;
}
.team-content {
    text-align: center;
}
.team-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.team-content h3 a {
    color: inherit;
}
.team-content p {
    text-transform: capitalize;
    margin: 0;
}
.page-service-single {
    padding: 100px 0;
}
.page-single-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 15px;
}
.page-category-list {
    border-radius: 20px;
    margin-bottom: 60px;
    overflow: hidden;
}
.page-category-list h3 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    background: #049343;
    padding: 25px 40px;
}
.page-category-list ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 30px 40px;
}
.page-category-list ul li {
    line-height: 1.5em;
    font-weight: 500;
    border-bottom: 1px solid #0493431a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page-category-list ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.page-category-list ul li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: #45566a;
    padding-right: 25px;
    transition: all 0.4s ease-in-out;
}
.page-category-list ul li:hover a {
    color: #049343;
}
.page-category-list ul li a::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    background: url(../images/arrow-primary.svg) no-repeat;
    background-size: cover;
    background-position: right center;
    width: 20px;
    height: 20px;
    transition: all 0.4s ease-in-out;
}
.page-category-list ul li a:hover::before {
    transform: rotate(45deg);
}
.sidebar-cta-box {
    position: relative;
    background: url(../images/sidebar-cta-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
}
.sidebar-cta-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #049343;
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.sidebar-cta-logo,
.sidebar-cta-content {
    position: relative;
    z-index: 1;
}
.sidebar-cta-logo {
    margin-bottom: 70px;
}
.sidebar-cta-logo img {
    width: 100%;
    max-width: 130px;
}
.sidebar-cta-content P {
    color: #fff;
    margin-bottom: 20px;
}
.page-single-image {
    margin-bottom: 40px;
}
.page-single-image figure {
    display: block;
    border-radius: 20px;
}
.page-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.581;
    object-fit: cover;
    border-radius: 20px;
}
.service-entry {
    margin-bottom: 60px;
}
.service-entry p {
    margin-bottom: 20px;
}
.service-entry p:last-child {
    margin-bottom: 0;
}
.service-entry h2 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.service-entry ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-entry ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}
.service-entry ul li:last-child {
    margin-bottom: 0;
}
.service-entry ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: #049343;
}
.service-discover-box,
.service-result-box,
.service-partnership-box {
    margin-top: 60px;
}
.service-discover-list {
    margin-top: 40px;
}
.service-discover-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.service-discover-list ul li {
    width: calc(50% - 15px);
    background: #fff;
    border: 1px solid #0493431a;
    border-radius: 20px;
    padding: 20px 15px 20px 45px;
    margin: 0;
}
.service-discover-list ul li::before {
    top: 20px;
    left: 20px;
}
.service-discover-image-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
.service-discover-image,
.service-discover-content {
    width: calc(50% - 15px);
}
.service-discover-image figure {
    display: block;
    border-radius: 20px;
}
.service-discover-image img {
    width: 100%;
    aspect-ratio: 1 / 0.68;
    object-fit: cover;
    border-radius: 20px;
}
.service-result-box ul {
    margin-top: 40px;
}
.service-result-list {
    background: #2c2752;
    border-radius: 20px;
    margin-top: 40px;
    padding: 40px;
}
.service-result-item {
    display: flex;
    border-bottom: 1px solid #0493431a;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.service-result-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.service-result-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background: #049343;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.service-result-item:hover .icon-box {
    background: #fff;
}
.service-result-item .icon-box img {
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
}
.service-result-item:hover .icon-box img {
    filter: brightness(0) invert(0);
}
.service-result-content {
    width: calc(100% - 80px);
}
.service-result-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.service-result-content p {
    margin-bottom: 0;
}
.service-partnership-content {
    margin-top: 40px;
}
.service-partnership-content .our-experiment-item {
    margin-bottom: 30px;
    padding: 0;
    border: none;
}
.service-partnership-image {
    margin-top: 40px;
}
.service-partnership-image figure {
    display: block;
    border-radius: 20px;
}
.service-partnership-image img {
    width: 100%;
    aspect-ratio: 1 / 0.395;
    object-fit: cover;
    border-radius: 20px;
}
.page-single-faqs .faq-accordion {
    margin: 0;
}
.page-blog {
    padding: 100px 0;
}
.page-blog .post-item {
    height: calc(100% - 40px);
    margin-bottom: 40px;
}
.page-pagination {
    margin-top: 30px;
    text-align: center;
}
.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}
.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #2c2752;
    color: #049343;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}
.page-pagination ul li.active a,
.page-pagination ul li a:hover {
    background: #049343;
    color: #fff;
}
.page-single-post {
    padding: 100px 0;
}
.post-single-meta {
    margin-top: 5px;
}
.post-single-meta ol li {
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
}
.post-single-meta ol li:last-child {
    margin-right: 0;
}
.post-single-meta ol li i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}
.post-image {
    position: relative;
    margin-bottom: 30px;
}
.post-image figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.post-image img {
    width: 100%;
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
    border-radius: 20px;
}
.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.post-entry {
    border-bottom: 1px solid #0493431a;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.post-entry:after {
    content: "";
    display: block;
    clear: both;
}
.post-entry a {
    color: #2c2752;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 0.435em;
}
.post-entry h1 {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.post-entry h2 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.post-entry h3 {
    font-size: 40px;
}
.post-entry h4 {
    font-size: 30px;
}
.post-entry h5 {
    font-size: 24px;
}
.post-entry h6 {
    font-size: 20px;
}
.post-entry p {
    margin-bottom: 20px;
}
.post-entry p:last-child {
    margin-bottom: 0;
}
.post-entry p strong {
    color: #049343;
    font-size: 18px;
    font-weight: 600;
}
.post-entry ol {
    margin: 0 0 30px;
}
.post-entry ul {
    padding: 0;
    margin: 20px 0 20px;
    padding-left: 20px;
}
.post-entry ol li,
.post-entry ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    color: #45566a;
    margin-bottom: 15px;
}
.post-entry ul li:last-child {
    margin-bottom: 0;
}
.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
    margin-top: 20px;
    margin-bottom: 0;
}
.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
    margin-bottom: 0;
}
.post-entry blockquote {
    background: url(../images/icon-blockquote.svg), #2c2752;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 45px;
    border-radius: 20px;
    padding: 30px 30px 30px 90px;
    margin-bottom: 30px;
}
.post-entry blockquote p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: #049343;
}
.post-entry blockquote p:last-child {
    margin-bottom: 0;
}
.tag-links {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #049343;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1em;
    background: #2c2752;
    color: #049343;
    border-radius: 10px;
    padding: 12px 20px;
    transition: all 0.3s ease-in-out;
}
.post-tags .tag-links a:hover {
    background: #049343;
    color: #2c2752;
}
.post-social-sharing {
    text-align: right;
}
.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}
.post-social-sharing ul li:last-child {
    margin-right: 0;
}
.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #2c2752;
    color: #049343;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}
.post-social-sharing ul li:hover a {
    background: #049343;
    color: #2c2752;
}
.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}
.page-case-study {
    padding: 100px 0 70px;
}
.page-case-study-single {
    padding: 100px 0;
}
.case-study-category-list ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #049343;
    font-weight: 500;
}
.case-study-category-list ul li span {
    width: 68%;
    color: #45566a;
    font-weight: 400;
}
.case-study-entry {
    margin-bottom: 60px;
}
.case-study-entry p {
    margin-bottom: 20px;
}
.case-study-entry p:last-child {
    margin-bottom: 0;
}
.case-study-entry h2 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.case-study-entry ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case-study-entry ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}
.case-study-entry ul li:last-child {
    margin-bottom: 0;
}
.case-study-entry ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: #049343;
}
.empowering-agriculture-box,
.field-trials-box,
.shaping-future-box {
    margin-top: 60px;
}
.empowering-box-list {
    margin-top: 40px;
}
.empowering-box {
    background: #2c2752;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 40px;
}
.empowering-box:last-child {
    margin-bottom: 0;
}
.empowering-item {
    display: flex;
    margin-bottom: 40px;
}
.empowering-item .icon-box {
    margin-right: 20px;
}
.empowering-item .icon-box img {
    width: 100%;
    max-width: 60px;
}
.empowering-item-content {
    width: calc(100% - 80px);
}
.empowering-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.field-trials-step-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-top: 40px;
}
.field-trials-step-item {
    width: calc(50% - 15px);
    display: flex;
}
.field-trials-step-no {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2c2752;
    border-radius: 50%;
    margin-right: 20px;
}
.field-trials-step-no::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #049343;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.field-trials-step-item:hover .field-trials-step-no::before {
    transform: scale(1);
}
.field-trials-step-no h3 {
    position: relative;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.field-trials-step-item:hover .field-trials-step-no h3 {
    color: #fff;
}
.field-trials-content {
    width: calc(100% - 80px);
}
.field-trials-content h3 {
    font-size: 20px;
    border-bottom: 1px solid #0493431a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.shaping-future-image-content {
    background: #fff;
    border: 1px solid #0493431a;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    margin-top: 40px;
}
.shaping-future-content,
.shaping-future-image {
    width: calc(50% - 15px);
}
.shaping-future-item {
    display: flex;
    margin-top: 30px;
}
.shaping-future-item h3 {
    width: calc(48% - 15px);
    font-size: 20px;
    border-right: 1px solid #0493431a;
    margin-right: 15px;
    padding-right: 15px;
}
.shaping-future-item p {
    width: 52%;
}
.shaping-future-image figure {
    display: block;
    border-radius: 20px;
}
.shaping-future-image img {
    width: 100%;
    aspect-ratio: 1 / 0.795;
    object-fit: cover;
    border-radius: 20px;
}
.page-team {
    padding: 100px 0 70px;
}
.page-team-single {
    padding: 100px 0;
}
.team-about-box,
.team-member-skill-box {
    margin-bottom: 60px;
}
.team-about-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
}
.team-single-image,
.team-about-content {
    width: calc(50% - 30px);
}
.team-single-image figure {
    display: block;
    height: 100%;
    border-radius: 20px;
}
.team-single-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.98;
    object-fit: cover;
    border-radius: 20px;
}
.team-about-content {
    background: #fff;
    border: 1px solid #0493431a;
    border-radius: 20px;
    padding: 40px;
}
.member-social-list {
    margin-bottom: 40px;
}
.member-social-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.member-social-list ul li a {
    width: 40px;
    height: 40px;
    color: #049343;
    border: 1px solid #049343;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.member-social-list ul li a:hover {
    background: #049343;
    color: #2c2752;
}
.member-social-list ul li a i {
    color: inherit;
    font-size: 20px;
}
.team-contact-item {
    display: flex;
    margin-bottom: 30px;
}
.team-contact-item:last-child {
    margin-bottom: 0;
}
.team-contact-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #2c2752;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.team-contact-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #049343;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.team-contact-item:hover .icon-box::before {
    transform: scale(1);
}
.team-contact-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.team-contact-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.team-contact-content {
    width: calc(100% - 85px);
}
.team-contact-content p {
    text-transform: capitalize;
    margin-bottom: 5px;
}
.team-contact-content h3 {
    font-size: 20px;
}
.team-member-skill-box,
.team-member-contact-box {
    background: #fff;
    border: 1px solid #0493431a;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 140px;
    border-radius: 20px;
    padding: 40px;
}
.team-skill-content {
    width: calc(45% - 70px);
}
.team-skill-content .section-title {
    margin-bottom: 0;
}
.team-skill-list {
    width: calc(55% - 70px);
}
.skills-progress-bar {
    margin-bottom: 30px;
}
.skills-progress-bar:last-child {
    margin-bottom: 0;
}
.skills-progress-bar .skill-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.skills-progress-bar .skill-data .skill-title,
.skills-progress-bar .skill-data .skill-no {
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.skills-progress-bar .skillbar .skill-progress {
    position: relative;
    width: 100%;
    height: 16px;
    background: #2c2752;
    border-radius: 100px;
    overflow: hidden;
}
.skills-progress-bar .skillbar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #049343;
    border-radius: 100px;
}
.team-member-contact-box {
    gap: 30px;
}
.team-member-contact-info {
    width: calc(42% - 15px);
}
.team-member-contact-info .section-title {
    position: sticky;
    margin-bottom: 0;
    top: 50px;
}
.team-member-contact-box .contact-us-form {
    width: calc(58% - 15px);
    border-radius: 20px;
}
.page-pricing {
    padding: 100px 0 70px;
}
.page-pricing .pricing-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.page-pricing .pricing-item .pricing-content,
.page-pricing .pricing-item .pricing-list {
    width: 100%;
}
.page-testimonials {
    padding: 100px 0 70px;
}
.page-testimonials .testimonial-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.page-gallery {
    padding: 100px 0 70px;
}
.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.page-gallery-box .photo-gallery a {
    cursor: none;
}
.page-gallery-box .photo-gallery figure {
    display: block;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
}
.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.829;
    object-fit: cover;
}
.page-video-gallery {
    padding: 100px 0 70px;
}
.video-gallery-image {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}
.video-gallery-image a {
    position: relative;
    display: block;
    cursor: none;
}
.video-gallery-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #049343;
    border-radius: 20px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.video-gallery-image:hover a::before {
    opacity: 40%;
    visibility: visible;
    transform: scale(1);
}
.video-gallery-image a::after {
    content: "\f04b";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background: #2c2752;
    color: #049343;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.video-gallery-image:hover a::after {
    opacity: 1;
    visibility: visible;
}
.video-gallery-image img {
    width: 100%;
    aspect-ratio: 1 / 0.829;
    object-fit: cover;
    border-radius: 20px;
}
.page-faqs {
    padding: 100px 0;
}
.page-faqs .page-faq-accordion {
    margin-bottom: 60px;
}
.page-faqs .page-faq-accordion:last-child {
    margin-bottom: 0;
}
.page-contact-us {
    padding: 100px 0 50px;
}
.contact-us-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background-color: #2c2752;
    border-radius: 20px;
    padding: 40px;
}
.contact-us-content {
    background-color: #eff3f6;
    padding: 40px;
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 0.005);
}
.contact-item-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-item-content ul li p.spe-p {
    font-weight: 500;
}
.contact-info-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0493431a;
    margin-bottom: 15px;
    padding-bottom: 15px;
    align-items: baseline;
}
.contact-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.contact-info-item .icon-box {
    position: relative;
    height: 50px;
    min-width: 50px;
    background-color: #2c2752;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.contact-info-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bf2223;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.contact-info-item:hover .icon-box::before {
    transform: scale(1);
}
.contact-info-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.contact-info-item .icon-box i {
    color: #fff;
    z-index: 1;
    font-size: 20px;
}
.contact-info-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.contact-item-content {
    /*width: calc(100% - 75px);*/
}
.contact-item-content p {
    text-transform: capitalize;
    margin-bottom: 5px;
}
.contact-item-content h3 {
    font-size: 20px;
}
.contact-item-content h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.contact-item-content a {
    color: #313131;
}
.contact-item-content a:hover {
    color: #bf2223;
}
.contact-item-content .btn-default,
.contact-item-content .btn-default:hover {
    color: #fff;
}
.contact-us-image {
    position: relative;
    width: calc(50% - 15px);
}
.contact-us-img {
    height: 100%;
}
.contact-us-img figure {
    height: 100%;
    display: block;
    border-radius: 20px;
}
.contact-us-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.24;
    object-fit: cover;
    border-radius: 20px;
}
.working-hours-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #ffffff1a;
    border: 1px solid #ffffff1a;
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 1;
}
.working-hours-header {
    margin-bottom: 30px;
}
.working-hours-header h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}
.working-hours-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.working-hours-body ul li {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 70px;
    margin-bottom: 20px;
}
.working-hours-body ul li:last-child {
    margin-bottom: 0;
}
.contact-form-map {
    padding: 50px 0 100px;
}
.contact-form-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}
.contact-us-form {
    background-color: #eff3f6;
    padding: 40px;
    height: 100%;
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 0.015);
}
.contact-form form .form-control {
    color: #313131;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 13px 20px;
    outline: none;
    box-shadow: none;
    min-height: 54px;
    max-height: 200px;
}
select.form-control {
    appearance: none;
    cursor: pointer;
}
.main-cus-select {
    position: relative;
}
.main-cus-select::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: 0;
    user-select: none;
    pointer-events: none;
}
.contact-form form .btn-default {
    padding: 17px 30px;
}
.contact-form form .btn-default::before {
    display: none;
}
.google-map,
.google-map iframe {
    min-height: 500px;
    max-height: 500px;
    width: 100%;
    height: 100%;
}
.hero-content {
    text-align: center;
}
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #bf2223;
    color: #fff;
    border: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(40px);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 0.15);
    z-index: 1000;
}
#scrollToTop::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(50%, -50%) rotate(-45deg);
}
#scrollToTop.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
@keyframes bounceIn {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }
    60% {
        transform: translateY(-10px);
        opacity: 1;
    }
    80% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}
#scrollToTop.show {
    animation: bounceIn 0.6s ease;
}
#scrollToTop::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(50%, -50%) scale(0);
    background-color: #2c2752;
    z-index: -1;
    border-radius: 50%;
}
#scrollToTop:hover:after {
    transform: translate(50%, -50%) scale(1.02);
}
#whats-chat {
    position: fixed;
    right: 30px;
    bottom: 90px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 990 !important;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 0.15);
    user-select: none;
}
#whats-chat:hover,
#close-box:hover,
#send-btn:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
div#whats-chat svg {
    width: 25px;
    height: 25px;
}
#chat-box {
    position: fixed;
    right: -500px;
    bottom: 140px;
    width: 250px;
    height: 165px;
    transition: all 0.5s ease-in-out;
    z-index: 990 !important;
}
#chat-box:after {
    content: "";
    position: absolute;
    top: 64%;
    left: 90%;
    width: 0;
    height: 0;
    border-top: 25px solid #fff0;
    border-bottom: 25px solid #fff0;
    border-right: 25px solid #ece5dd;
    z-index: -2;
}
#chat-top {
    width: 100%;
    background: #34713d;
    color: #fff;
    text-align: center;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 7px 10px;
    font-size: 15px;
}
#send-btn svg path {
    fill: #34713d;
}
#chat-msg {
    background: #ece5dd;
    padding: 10px 0;
    box-shadow: 0 0 15px -10px #999;
}
#chat-msg p {
    padding: 5px;
    background: #fff;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 26px;
}
#chat-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}
.chat-in {
    width: 100%;
}
#chat-form input {
    border-radius: 0.25rem;
    border: none;
    outline: none;
    padding: 5px;
    line-height: 1.5;
    width: 100%;
    height: auto;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    color: #313131;
}
#send-btn {
    width: 20%;
    display: flex;
    justify-content: end;
}
#chat-top-right {
    float: right;
    padding: 0 4px 0 0;
}
.why-choose-content .section-title ul {
    padding-left: 13px;
    padding-top: 15px;
    margin: 0;
}
.why-choose-content .section-title ul li p {
    margin-top: 0;
}
.facilities-image img {
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
    margin-right: 15px;
}
.custum-ttl h3 {
    background: #eff3f6;
    backdrop-filter: blur(3px);
    letter-spacing: 0.4px;
    color: #bf2223 !important;
    padding: 5px 6px;
    font-size: 18px;
    border: none;
}
.about-main {
    position: relative;
}
.bg-shape-sub {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 84%;
}
.bg-shape .stop-color1,
.bg-shape .stop-color2 {
    stop-color: #dbdbdb;
}
.section-title-left h4 {
    font-size: 22px;
    line-height: 30px;
    color: #2c2752;
    font-weight: 500;
}
.ttl-cus {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 0;
}
.ttl-cus-left,
.ttl-cus-right {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background-color: #bf2223;
}
.ttl-cus h3 {
    margin: 0;
    background: #fff0;
    backdrop-filter: none;
    padding: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.4px;
    text-transform: none;
}
.country-cus {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.country-cus img {
    background-color: #fff;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.03);
}
.country-cus p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.timeline-main {
    position: relative;
}
.timeline-main::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    background: #2c2752;
    transform: translate(-50%, 0) translateX(-50%);
    border-radius: 0.25rem;
}
.timeline-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.timeline-main ul li {
    background: #fff;
    padding: 25px;
    max-width: 35%;
    margin-bottom: 30px;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.03);
    position: relative;
}
.timeline-main ul li:last-child {
    margin-bottom: 0;
}
.timeline-main ul li:nth-child(odd) {
    text-align: right;
    margin-left: 13%;
}
.timeline-main ul li:nth-child(even) {
    margin-left: auto;
    margin-right: 13%;
    text-align: left;
}
.timeline-main ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 21px;
    height: 21px;
    background: #fff;
    border: 3px solid #2c2752;
    border-radius: 50%;
    z-index: 1;
    transform: translate(0, -50%);
}
.timeline-main ul li:nth-child(odd)::before {
    right: -34px;
}
.timeline-main ul li:nth-child(even)::before {
    left: -37px;
}
.timeline-main ul li h4 {
    color: #2c2752;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}
.table-certificates {
    text-align: center;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
}
.table-certificates thead tr th {
    background-color: #2c2752 !important;
    color: #fff !important;
    font-weight: 500;
}
.table-certificates th,
.table-certificates td {
    vertical-align: middle;
}
.certificates-btn {
    padding: 4px 10px !important;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    background: #2c2752;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.certificates-btn:hover {
    background-color: #bf2223;
}
.certificates-btn:before {
    display: none;
}
.what-main {
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.what-main-sub {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
    height: 100%;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.what-main-sub::before,
.what-main-sub::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid #bf2223;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.what-main-sub::before {
    top: -4px;
    left: -4px;
    border-bottom: none;
    border-right: none;
}
.what-main-sub::after {
    bottom: -4px;
    right: -4px;
    border-top: none;
    border-left: none;
}
.what-main:hover .what-main-sub::before,
.what-main:hover .what-main-sub::after {
    width: 200px;
    height: 200px;
    opacity: 1;
}
.what-main-sub h3 {
    font-size: 18px;
    margin: 12px 0;
}
.what-main-sub i {
    width: 60px;
    height: 60px;
    background-color: #2c2752;
    color: #fff;
    line-height: 60px;
    font-size: 28px;
    position: relative;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
    animation: i-anim 3s infinite linear alternate;
    transition: all 0.5s ease-in-out;
}
.what-main:hover .what-main-sub i {
    background-color: #bf2223;
    transform: rotateY(180deg);
}
@keyframes i-anim {
    0% {
        border-radius: 50% 90% 60% 80%;
    }
    100% {
        border-radius: 80% 50% 90% 70%;
    }
}
.what-main-sub p {
    margin-top: 0;
    margin-bottom: 5px;
}
.cus-tl {
    font-size: 20px !important;
}
.our-mission {
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
    border-radius: 0;
    padding: 40px;
    background: #fff;
}
.bg-shape-span {
    position: relative;
    top: 120px;
}
.bg-shape-span span {
    position: absolute;
    font-size: 32px;
    opacity: 0.56;
    user-select: none;
    background: #049343;
    color: #eff3f6;
    padding: 15px;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
}
.bg-shape-span .phone {
    left: 50px;
    animation: icon-set 6s infinite linear alternate;
}
.bg-shape-span .email {
    right: 50px;
    animation: icon-set-1 8s infinite linear alternate;
}
@keyframes icon-set {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    50% {
        transform: translateY(-10px) rotate(5deg) scale(1.15);
    }
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}
@keyframes icon-set-1 {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    50% {
        transform: translateY(15px) rotate(-5deg) scale(1);
    }
    100% {
        transform: translateY(0) rotate(5deg) scale(1.2);
    }
}
.main-cus {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.main-cus label {
    user-select: none;
}
.main-cus label span {
    color: #bf2223;
}
.cutm-h5 {
    font-size: 20px;
    line-height: 32px;
    color: #2c2752;
}
.cutm-p {
    color: #000;
    font-size: 16px;
}
.event-main {
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
    border-radius: 0;
    padding: 30px;
    background: #fff;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.facilities-image-effect {
    position: relative;
}
.facilities-image-effect:before,
.facilities-image-effect:after {
    content: "";
    display: block;
    position: absolute;
    width: 35%;
    height: 35%;
    border: 4px solid;
}
.facilities-image-effect:before {
    top: -15px;
    left: -15px;
    border-color: #2c2752;
}
.facilities-image-effect:after {
    bottom: -15px;
    right: -15px;
    border-color: #bf2223;
    z-index: -1;
}
.ml-auto {
    margin-left: auto !important;
}
.section-title-right {
    text-align: right !important;
}
.section-title-center {
    text-align: center !important;
}
.event-main i {
    font-size: 22px;
    color: #fff;
    background: #bf2223;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
}
.cutm-h5-sub {
    font-size: 17px;
    color: #1f1f1f;
}
.certificates-btn-flex {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.contact-cus-section {
    background-image: url(../images/contact-sub-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.contact-cus-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.75);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contact-cus-section .container {
    position: relative;
    z-index: 2;
    color: #fff;
}
.contact-cus-section .container .custum-ttl h3,
.contact-cus-section .container .section-title-left h4 {
    color: #fff !important;
}
.contact-cus-section .container .ttl-cus-left,
.contact-cus-section .container .ttl-cus-right {
    background-color: #fff;
}

.video-cus {
  position: relative;
}

.video-cus::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 97%;
  height: 94%;
  border: 8px double #bf2223;
  z-index: -1;
}

.video-cus video{
	background-color: #fff;
	width: 100%;
  height: 380px;
  box-shadow: 0 0 12px 3px rgb(0 0 0 / 0.06);
  object-fit: cover;
}

.custm-email{
	display: flex;
	flex-direction: column;
}

.cus-h4 h4{
	font-size: 17px;
	/*color: #fff;*/
	margin-bottom: 6px !important;
}

.contact-item-content.cus-h4 h4{
	margin-bottom: 2px !important;
}

span.font-cust-small{
    text-transform: lowercase !important;
}

.table-certificates table tr td:nth-child(3),
.table-certificates table tr td:nth-child(4),
.table-certificates table tr td:nth-child(5){
    text-wrap: nowrap;
}