:root {
    /* --font-default: "Poppins", sans-serif;
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Poppins", sans-serif; */
    scroll-behavior: smooth;
    --color-bg: #025add;
    --hero-overlay-color: transparent;
    --menu-color: #ffffff;
    --theme-color: #025add;
    --border-color: #e2e2e2;
    --theme-color-dark: #f8f8f8;
    --text-color: #272829;
    --hero-text-color: #ffffff;
    --text-white-color: #ffffff;
    --text-grey-color: #3a3a3a;
    --text-theme-color: #025add;
    --light-color: #ffffff;
    --color-default: #3a3a3a;
    --color-primary: #000080;
    --color-secondary: #0c6de0;
    --color-start: #3a3a3a;
    --color-end: #3a3a3a;
    --hero-card-bg: rgb(228 227 223 / 17%);
    --box-shadow-color: rgb(82 90 101 / 10%);
}

:root.dark {
    --menu-color-bg: #565656;
    --color-bg: #000000;
    --hero-overlay-color: #000000;
    --menu-color: #ffffff;
    --theme-color: #000000;
    --border-color: #14929a;
    --theme-color-dark: #2c2c2c;
    --text-color: #ffffff;
    --hero-text-color: #ffffff;
    --text-white-color: #ffffff;
    --text-grey-color: #565656;
    --text-theme-color: #14929a;
    --light-color: #000000;
    --color-default: #000000;
    --color-primary: #000000;
    --color-secondary: #000000;
    --color-start: #000000;
    --color-end: #000000;
    --hero-card-bg: rgb(0 0 0 / 83%);
    --box-shadow-color: rgb(20 146 154 / 49%);
}

/* font family update */

@font-face {
    font-family: "johnston_itcregular";
    src: url("../fonts/johnston_itc_light-webfont.woff2") format("woff2"),
        url("../fonts/johnston_itc_light-webfont.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "johnston_itcregular";
    src: url("../fonts/johnston_itc_medium-webfont.woff2") format("woff2"),
        url("../fonts/johnston_itc_medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "johnston_itcregular";
    src: url("../fonts/johnston_itc_bold-webfont.woff2") format("woff2"),
        url("../fonts/johnston_itc_bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "johnston_itcregular";
}

body {
    color: var(--text-color);
    transition: 0.5s background ease;
    font-size: 16px;
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Roboto", sans-serif; */
    font-weight: 100;
    font-family: "johnston_itcregular" !important;
    /* line-height: 1.6; */
    line-height: 1.4;

    touch-action: pan-x;
    overscroll-behavior: none;
    scroll-behavior: auto;
}

body.dark {
    --menu-color-bg: #ffffff;
    --color-bg: #000000;
    --hero-overlay-color: #000000;
    --menu-color: #ffffff;
    --border-color: #025add;
    --theme-color-dark: #151515;
    --text-color: #ffffff;
    --text-white-color: #ffffff;
    --text-grey-color: #565656;
    --text-theme-color: #025add;
    --light-color: #000000;
    --color-default: #000000;
    --color-secondary: #0c6de0;
    --color-start: #000000;
    --color-end: #000000;
    --hero-card-bg: rgb(0 0 0 / 83%);
    --box-shadow-color: rgb(12 109 224 / 69%);
}

#darkmode-button {
    border-radius: 50%;
    border: none;
    outline: none;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    display: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Montserrat", serif; */
    /* font-family: "Roboto", sans-serif; */
    font-weight: 500;
}

.toggle-container {
    position: relative;
}
.padding-top-0 {
    padding-top: 0px !important;
}

.theme-btn {
    width: 6em;
    height: 6em;
    padding: 0.5em;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.theme-btn img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.theme-btn.light {
    display: none;
}

.dark .theme-btn.dark {
    display: none;
}

.dark .theme-btn.light {
    display: block;
}

.hide-on-mobile {
    display: block;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    overflow: hidden;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-left-right-auto {
    padding: 0px 150px;
}
.page-padding {
    padding: 30px 0px;
}
.section-padding {
    padding: 30px 0px;
    overflow: hidden;
}
.section {
    overflow: hidden;
    background: var(--light-color);
}

.section-grey {
    padding: 90px 0;
    overflow: hidden;
    background: var(--theme-color-dark);
}

.sections-bg {
    background-color: var(--theme-color-dark);
}

.section-header {
    text-align: start;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 20px;
    font-weight: 100;
    position: relative;
    color: transparent;
    width: fit-content;
    text-transform: uppercase;
    background: linear-gradient(to left, #cae5e2 50%, #010082 40%, #6cae4d 90%);
    background-clip: text;
    font-size: clamp(1.5rem, 3vw, 30px);
    background-position-x: 100%;
    background-size: 200% 100%;
}
.section-header h2::after {
    position: absolute;
    content: "";
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #010180;
    left: 0;
}
#faq .section-header h2 span {
    text-transform: lowercase;
}

.ha1,
.ha2,
.ha3,
.ha4,
.ha5,
.ha6 {
    font-weight: 100;
    position: relative;
    color: transparent;
    width: fit-content;
    text-transform: uppercase;
    background: linear-gradient(to left, #cae5e2 50%, #010082 40%, #6cae4d 90%);
    background-clip: text;
    font-size: clamp(1.5rem, 3vw, 30px);
    background-position-x: 100%;
    background-size: 200% 100%;
}

.ha1::after,
.ha2::after,
.ha3::after,
.ha4::after,
.ha5::after,
.ha6::after {
    position: absolute;
    content: "";
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #010180;
    left: 0;
}
.testimonial-section-header h2 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: transparent;
    width: fit-content;
    text-transform: uppercase;
    background: linear-gradient(to left, #cae5e2 50%, #ffffff 40%, #ffffff 90%);
    background-clip: text;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 30px);
    background-position-x: 100%;
    background-size: 200% 100%;
}

.section-header p {
    margin-bottom: 0;
    color: #b8651d;
}

img {
    transition: 0.3s;
}

img:hover {
    transform: scale(1.1);
}

.fill-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    border: 0;
    transition: 0.3s;
    color: var(--text-white-color);
    background: linear-gradient(
        45deg,
        var(--color-primary),
        var(--color-secondary)
    );
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.fill-btn:hover {
    background: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-primary)
    );
    color: var(--text-white-color);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/* .breadcrumbs .page-header {
  padding: 120px 0 60px 0;
  min-height: 30vh;
  background: url("../images/main/page-title.webp") center bottom;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
} */
.breadcrumbs .page-header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(360deg, var(--light-color), var(--light-color)); */
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
    opacity: 0.6;
}
.breadcrumbs .page-header {
    height: 21vh;
    margin-top: 70px;
    position: relative;
}
.breadcrumbs .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.breadcrumbs .page-header img:hover {
    transform: scale(1);
}
.breadcrumbs .page-header .page-header-content {
    position: absolute;
    width: 100%;
    margin: auto;
    height: 21vh;
}
.breadcrumbs .page-header .page-header-content .text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumbs .page-header .page-header-content .justify-content-center {
    height: 100%;
}

.breadcrumbs .page-header h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    margin: 0px;
}

.breadcrumbs .page-header p {
    color: var(--menu-color);
}

.breadcrumbs nav {
    /* background-color: #6cae4c; */
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
    display: none;
    /* padding: 10px 0; */
}

.breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--color-default);
}

.breadcrumbs nav ol a {
    color: var(--text-white-color);
    transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
    text-decoration: underline;
}

.breadcrumbs nav ol li + li {
    padding-left: 10px;
}
.breadcrumbs nav ol li {
    font-size: 15px;
}

.breadcrumbs nav ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--color-secondary);
    content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 98;
    background: var(--color-primary);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: rgb(16 16 16 / 80%);
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all 0.6s ease-out;
}

/* #preloader:before {
    content: "";
    position: fixed;
    top: calc(48% - 3px);
    left: calc(48% - 3px);
    border: 2px solid #fff;
    border-color: var(--light-color) transparent var(--light-color) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1.5s linear infinite;
    animation: animate-preloader 1.5s linear infinite;
} */

#preloader .image {
    width: 25%;
    height: fit-content;
    border-radius: 50%;
    position: relative;
}
#preloader .image img {
    object-fit: contain;
    padding: 12px;
    width: 100%;
    height: 100%;
}
#preloader .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    border: 4px dashed #000;
    animation: animate-preloader 3s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    .hide-on-mobile {
        display: none !important;
    }
}

@media (min-width: 1680px) {
    .hero {
        max-height: 750px;
    }
}
@media (max-width: 1680px) {
    .hero {
        max-height: 700px;
    }
}
@media (max-width: 768px) {
    #preloader .image {
        width: 70%;
        height: fit-content;
        border-radius: 50%;
        position: relative;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
    background: #00796b;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

.topbar .contact-info i {
    font-style: normal;
    color: #fff;
    line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

@media (max-width: 575px) {
    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}

.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

.topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

.topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

.topbar .social-links a:hover {
    color: #fff;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 90px;
}

.header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    background-color: #fff;
    box-shadow: 1px 1px 7px #e5e5e5;
}

.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.header.stikcy-menu {
    background: var(--light-color);
}
.header.stikcy-menu .logo h1 {
    color: var(--color-primary);
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    letter-spacing: 0.8px;
    color: var(--color-primary);
    font-family: var(--font-primary);
}

.header .logo h1 span {
    color: var(--color-primary);
}

.sticked-header-offset {
    margin-top: 0;
}

section {
    background: var(--light-color);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        /* padding: 10px 0 10px 28px; */
        padding: 0;
        margin: 0px 14px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: var(--font-secondary);
        font-size: 18px;
        font-weight: 100;
        color: #000;
        white-space: nowrap;
        transition: 0.3s ease-in-out;
        position: relative;
        /* padding: 5px 10px; */
    }

    /*    
    .navbar a:before, .navbar a:after {
        content: '';
        position: absolute;
        width: 11px;
        height: 11px;
        border: 2px solid #010180;
        transition: 0.3s;
        opacity: 0;
      }
      .navbar a:before {
        border-width: 2px 2px 0 0;
        top: 0;
        right: 0;
      }
      .navbar a:after {
        border-width: 0 0 2px 2px;
        bottom: 0;
        left: 0;
      }
      .navbar a:hover:before {
        top: -6px;
        right: -6px;
        opacity: 1;
      }
      .navbar a:hover:after {
        bottom: -6px;
        left: -6px;
        opacity: 1;
      }
      .navbar a:hover {
        color: #fff;
        transition: 0.3s;
      } */

    .stikcy-menu .navbar a {
        color: var(--text-color);
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover:before,
    .navbar li:hover > a:before,
    .navbar .active:before {
        visibility: visible;
        /* width: 100%; */
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #000;
        /* background: rgba(108, 176, 75, 1) */
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: var(--light-color);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 0px;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 100;
        color: var(--text-color);
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: #000000;
    }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {
    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

.navbar ul li .contact_btn {
    border: 1px solid #6cae4c;
    padding: 10px 15px;
    border-radius: 30px;
    transition: 0.4s ease-in-out;
}
.navbar ul li .contact_btn:hover {
    background-color: #afe992;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 260px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: #fff;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 16px;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #000;
    }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff;
    }

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: rgba(0, 131, 116, 0.8);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        background-color: #f0f0f0;
    }

    .navbar .dropdown > .dropdown-active,
    .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        color: var(--color-primary);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .mobile-nav-hide {
        color: #000;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgb(0 0 0 / 80%);
        z-index: 9996;
    }
}

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/

.left {
    text-align: right;
}
.right {
    text-align: left;
}
.list-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.list-wrap p {
    color: var(--text-color);
}
.list-wrap:nth-child(3),
.list-wrap:nth-child(6) {
    margin-bottom: 0;
}

.list-wrap .description h4 {
    color: #000;
    font-size: 18px;
}

.icon {
    width: 150px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
}
.icon svg {
    width: 100%;
}
.list-center-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
}
.center-icon {
    width: 100%;
    text-align: center;
}
.center-icon img {
    width: 100%;
    border-radius: 20px;
    opacity: 0.9;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: var(--font-secondary);
}

.about .call-us {
    left: 10%;
    right: 10%;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}

.about .call-us h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.about .call-us p {
    font-size: 28px;
    color: var(--color-primary);
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 0 0 10px 30px;
    position: relative;
}

.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: var(--color-primary);
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(
        var(--color-primary) 50%,
        rgba(0, 131, 116, 0.4) 52%
    );
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 131, 116, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.about .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

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

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.img-frame {
    position: relative;
    background: #f6f6f6;
    background-size: contain;
    padding: 9%;
}
.bar {
    background-color: #f1f1f1;
    padding: 1px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    color: var(--light-color);
}

.bar::before {
    content: attr(data-skill);
    background-color: var(--color-primary);
    display: inline-block;
    padding: 5px 0 5px 10px;
    border-radius: inherit;
    animation: load 2s 0s;
    -webkit-animation: load 2s 0s;
    -moz-animation: load 2s 0s;
    -o-animation: load 2s 0s;
}

.bar.front::before {
    background-color: var(--color-primary);
}

.bar.back::before {
    background-color: var(--color-primary);
}

.bar.learning::before {
    width: calc(20% - 10px);
}

.bar.basic::before {
    width: calc(40% - 10px);
}

.bar.intermediate::before {
    width: calc(60% - 10px);
}

.bar.advanced::before {
    width: calc(80% - 10px);
}

.bar.expert::before {
    width: calc(100% - 10px);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/

.clients .swiper {
    padding: 10px 0;
}

.clients .swiper-slide img {
    transition: 0.3s;
    filter: grayscale(0);
    opacity: 1;
    border-radius: 8px;
}

.clients .swiper-slide img:hover {
    transform: scale(1.1);
    filter: grayscale(0);
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
}

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

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
    width: 100%;
    height: 100%;

    background-size: cover;
    padding: 150px 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
}

.call-to-action h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.call-to-action p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.call-to-action .play-btn {
    width: 94px;
    height: 94px;
    margin-bottom: 20px;
    background: radial-gradient(
        var(--color-primary) 50%,
        rgba(0, 131, 116, 0.4) 52%
    );
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.call-to-action .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 131, 116, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.call-to-action:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 0;
    opacity: 0.5;
}

.call-to-action .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.call-to-action .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

.call-to-action .cta-btn {
    border: none;
    padding: 14px 43px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
    color: #000;
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
}

.call-to-action .cta-btn:hover {
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

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

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
    padding-left: 10px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 10px;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}
.testimonials .testimonial-item .info-box {
    min-width: 276px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 15px;
}

.testimonials .testimonial-item h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px 0;
    color: #000;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    height: 100%;
}

.testimonials .testimonial-item .stars {
    margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: var(--color-primary);
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials .testimonial-item .post-category {
    font-size: 14px;
    color: #8d8a8a;
    margin-bottom: 10px;
}
.testimonials .testimonial-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-style: inherit;
    font-weight: 100;
    text-align: justify;
    color: #272829;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgb(134 134 134 / 20%);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}
.bg-gradiant {
    background: linear-gradient(
        180deg,
        rgba(107, 172, 77, 1) 0%,
        rgba(37, 59, 110, 1) 100%
    );
}
#bannerTitle {
    font-size: clamp(1.5rem, 3vw, 50px);
    line-height: 1;
    text-shadow: 8px 10px 6px rgb(6 6 6 / 69%);
}
#bannerTitle .banner-text {
    color: #fff;
    position: relative;
}
#bannerTitle .first-letter {
    font-size: 45px;
    color: rgba(108, 176, 75, 1);
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
        flex-direction: column;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
    #bannerTitle {
        font-size: clamp(1.8rem, 3vw, 38px);
    }
    #bannerTitle .first-letter {
        font-size: 45px;
    }
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.team .team_box {
    padding: 15px;
    box-shadow: 1px 1px 7px #c9c9c9;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
}
.team .member .overlay_content {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
    transform: translateY(79%);
    transition: transform, 0.4s ease-in-out;
    padding: 0px 15px;
}
.team .member:hover .overlay_content {
    transform: translateY(0%);
}

.team .member img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.team .member .overlay_color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s ease-in-out;
    background-color: rgba(23, 62, 118, 0.4);
}
.team .member:hover .overlay_color {
    opacity: 1;
}
.team .member img:hover {
    transform: scale(1);
}

.team .member .member-content {
    padding: 0 20px 30px 20px;
}

.team .member h4 {
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #000 !important;
    font-weight: 500;
}

.team .member span {
    /* font-style: italic; */
    display: block;
    font-size: 16px;
    color: var(--text-color);
}

.team .member p {
    padding-top: 10px;
    /* font-style: italic; */
    color: #272829;
}
.team .team-description  {
    color: #000;
    text-align: justify;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; */
    font-weight: 100;
    /* -webkit-box-orient: vertical; */
}
.team_explore {
    cursor: pointer;
}

.team .member .social {
    margin-top: 15px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    color: var(--color-primary);
    transition: 0.3s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e8e8e8;
}

.team .member .social a:hover {
    color: var(--color-primary);
    border-color: #000080;
}

.team .member .social i {
    font-size: 14px;
    margin: 0 2px;
    transition: 0.3s;
    color: #000080 !important;
}
.team .member .social a:hover i {
    color: #000080 !important;
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.faq .content h4 {
    font-size: 20px;
    margin-top: 5px;
}

.faq .content p {
    font-size: 15px;
    color: #6c757d;
}

.faq .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px;
    background: var(--theme-color-dark);
    border: 1px solid var(--border-color);
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0px;
}

.faq .accordion-collapse {
    border: 0;
    background: var(--theme-color-dark);
    border-radius: 0 8px 8px 0;
}

.accordion-flush .accordion-item:first-child {
    border: 1px solid var(--border-color);
}

.faq .accordion-button {
    background: var(--theme-color-dark);
    padding: 10px 35px 10px 10px;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-primary);
    text-align: left;
    box-shadow: none;
    border-radius: 8px !important;
    font-weight: 100;
}

.faq .accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: var(--color-primary);
}

.faq .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    box-shadow: none;
}

.faq .accordion-button:after {
    position: absolute;
    right: 10px;
    top: 12px;
    background: url(../images/icons/down-arrow.svg);
}

.faq .accordion-body {
    padding: 5px 40px 10px;
    border: 0;
    border-radius: 0 0 8px 8px;
    background: var(--theme-color-dark);
    box-shadow: none;
    color: var(--text-color);
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
    background-color: var(--light-color);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 7px #d7d7d7;
}
.recent-posts .testimonial-item article {
    background-color: var(--light-color);
    padding: 0px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}

.recent-posts .post-img {
    /* max-height: 240px; */
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    border-radius: 8px;
}

.recent-posts .post-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.recent-posts .post-category {
    font-size: 14px;
    color: #8d8a8a;
    margin-bottom: 10px;
}

.recent-posts .title {
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

.recent-posts .title a {
    color: #000;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
}

.recent-posts .title a:hover {
    color: var(--text-color);
}

.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-posts .post-author {
    margin-bottom: 5px;
    color: var(--text-color);
}

.recent-posts .post-date {
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: calc(100% - 10rem);
        max-width: 100%;
    }
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #03b103;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    /* background: url(../images/main/banner.webp) center center; */
    background-size: cover;
    padding: 60px 0 0 0;
    height: 700px;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}
.hero::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    margin-top: 0;
    background: linear-gradient(
        360deg,
        var(--hero-overlay-color),
        var(--hero-overlay-color)
    );
}
.hero .circle {
    color: var(--color-primary);
}
@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}

.dark-bg {
    padding: 50px 30px;
    border-radius: 8px;
}
.social {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    gap: 10px;
}

.social a {
    color: var(--text-color);
    transition: 0.3s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.social i {
    font-size: 14px;
    margin: 0 2px;
    color: var(--color-primary);
}
.mr-20 {
    margin-right: 20px !important;
}

.hero h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: var(--hero-text-color);
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 500;
}
.hero span {
    color: var(--color-primary);
    font-weight: 500;
}

.hero p {
    color: var(--hero-text-color);
    font-weight: 400;
    margin-bottom: 30px;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50px;
    transition: 0.3s;
    color: var(--text-white-color);
    background: linear-gradient(
        45deg,
        var(--color-primary),
        var(--color-secondary)
    );
}

.btn-get-started:hover {
    background: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-primary)
    );
    color: var(--text-white-color);
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #fff;
}

.hero .btn-watch-video i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero .btn-watch-video:hover i {
    color: #fff;
}
.hero .position-relative {
    height: 100%;
}
.banner_content {
    position: absolute;
    left: 0;
    bottom: 50px;
}
.banner_content .banner_inner_content {
    width: 100%;
}
.banner_content .banner_inner_content h2 {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .hero {
        background: url(../images/main/banner.webp) center center;
    }
    .hero h2 {
        font-size: 40px;
    }
    .call-to-action {
        background: url(../images/main/corporate_section.webp) no-repeat center
            center;
        background-size: cover;
        padding: 150px 60px;
        border-radius: 0px;
        overflow: hidden;
    }
    .padding-left-right-auto {
        padding: 0px 15px;
    }
    body {
        touch-action: initial;
        overscroll-behavior: initial;
    }
}

@media (max-width: 767px) {
    .text-left.caption {
        text-align: start;
    }
    .caption .justify-content-start {
        justify-content: center !important;
    }
    .caption .social {
        justify-content: center;
    }
    .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }
    .icon-boxes .card-two {
        margin-top: var(--bs-gutter-y);
        margin-bottom: 0px;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
}
@media (min-width: 768px) {
    .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }
    .icon-boxes .card-two {
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

.icon-box {
    padding: 20px 30px;
    position: relative;
    /* overflow: hidden; */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    /* text-align: center; */
    color: var(--text-color);
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}
.icon-box span {
    position: absolute;
    top: -30px;
    left: 0;
    background: linear-gradient(135deg, rgb(0 0 128) 0%, rgb(155 155 225) 100%);
    width: 60px;
    border-radius: 50%;
    height: 60px;
    right: 0px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
.icon-box .icon {
    width: fit-content;
}
.icon-box .icon img {
    width: 65px;
}

.icon-box .title {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500;
    color: #000080;
}
.icon-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.icon-box .title a {
    color: var(--color-primary);
    transition: 0.3s;
}

.icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: var(--color-primary);
}

.icon-box:hover {
    transform: scale(1.04);
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
    margin-top: 30px;
    color: #555555;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
    border-radius: 10px;
}

.blog .blog-pagination li a {
    color: var(--color-default);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: var(--color-primary);
    color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: var(--color-white);
}

.blog-sidbar {
    background-color: var(--light-color);
    padding: 0px 20px;
    border-radius: 8px;
}
.blog-sidbar h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.blog-sidbar ul li a:hover {
    color: rgb(74 74 74);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.blog .posts-list .post-category {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

.blog .posts-list .title {
    font-size: 22px;

    padding: 0;
    margin: 0 0 20px 0;
}

.blog .posts-list .title a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .posts-list .title a:hover {
    color: var(--color-primary);
}

.blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog .posts-list .post-author-list {
    font-weight: 500;
    margin-bottom: 5px;
}

.blog .posts-list .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 10px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
    font-size: 28px;

    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-default);
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d;
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li + li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: var(--color-primary);
}

.blog .blog-details .meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
    color: #555555;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgba(34, 34, 34, 0.8);
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li + li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-default);
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(34, 34, 34, 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: rgba(108, 117, 125, 0.8);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single-page ul {
    list-style: none;
}
.detail_pagination {
    display: flex;
    justify-content: center;
}

.detail-pagination .pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}

.detail-pagination .pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 25%;
}

.detail-pagination .page-number {
    cursor: pointer;
    background-color: white;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}
.detail-pagination .page-letter {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #c5c5c5;
}
.detail-pagination .active {
    font-size: 1.3em;
    height: 10px;
    width: 10px;
    background-color: #0057b3;
    color: white;
}

.detail-pagination button {
    width: 120px;
    padding: 8px 16px;
    background-color: #ffffff00;
    /* color: #0057b3; */
    border: none;
    cursor: pointer;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: transparent;
    background: linear-gradient(to left, #cae5e2 50%, #010082 40%, #6cae4d 90%);
    background-size: 200%;
    background-clip: text;
}

.detail-pagination button:hover {
    color: #0056b3;
}

.detail-pagination button:disabled {
    background-color: #ffffff00;
    color: #ccc;
    cursor: not-allowed;
}

.detail-pagination #prevPage {
    margin-right: 20px;
}

.detail-pagination #nextPage {
    margin-left: 20px;
}

.detail-pagination .arrow {
    font-size: 1.2em;
}

.detail-pagination .nav-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}
.single-page ul li {
    position: relative;
    color: var(--text-color);
    margin-bottom: 5px;
    border-radius: 8px;
}
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.search-form {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 30px;
    border: 0;
}
.search-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: none;
    color: #393838;
    outline: none;
}
.search-form button {
    position: absolute;
    right: 0;
    padding: 16px 20px;
    border: none;
    top: 0px;
    color: var(--text-white-color);
    background: linear-gradient(
        45deg,
        var(--color-primary),
        var(--color-secondary)
    );
    outline: none;
}
.search-form button:hover {
    cursor: pointer;
    background: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-primary)
    );
    color: var(--text-white-color);
}
.search-form button i {
    color: #fff;
}

.blog .sidebar .sidebar-title {
    font-size: 20px;

    padding: 0;
    margin: 0;
    color: var(--color-default);
}

.blog .sidebar .sidebar-item + .sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 5px 10px;
    position: relative;
    border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 50px;
    width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type="text"]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 25px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(34, 34, 34, 0.4);
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #555555;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0 6px 8px 0;
    border: 1px solid #d5d5d5;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(85, 85, 85, 0.8);
    font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

.blog .comments .comments-count {
    font-weight: bold;
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .comments .comment .comment-img {
    margin-right: 14px;
}

.blog .comments .comment .comment-img img {
    width: 60px;
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
    color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .comments .reply-form p {
    font-size: 14px;
}

.blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
    border-radius: 50px;
    padding: 14px 40px;
    border: 0;
    background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(248, 90, 64, 0.8);
}

.comment_form {
    max-width: 50%;
    border: 1px solid #6cae4c;
    padding: 40px;
    border-radius: 20px;
}

.contact-section h3 {
    text-align: center;
    font-size: 22px;
    width: fit-content;
    margin: auto;
    padding-bottom: 30px;
    text-transform: uppercase;
    background: linear-gradient(to left, #cae5e2 50%, #010082 40%, #6cae4d 90%);
    background-clip: text;
    background-position-x: 0%;
    background-size: 200% 100%;
    color: transparent;
    position: relative;
}
.contact-section h3::after {
    position: absolute;
    content: "";
    width: 110%;
    height: 2px;
    background: #000080;
    bottom: 28px;
    left: -5%;
}
.comment_form .submit_btn {
    text-align: center;
}
.comment_form .checkbox .form-group {
    display: flex;
    align-items: start;
}
.comment_form .checkbox input {
    margin-right: 10px;
    margin-top: 5px;
}
.comment_form .checkbox input,
.comment_form .checkbox label {
    cursor: pointer;
    width: fit-content;
}
#contact .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
#contact form label {
    display: flex;
    align-items: center;
}
#contact form label sup {
    color: red;
    font-size: 12px;
}
.comment-header-title h2 {
    font-size: 22px;
}

.all_comment_section .comment-box {
    /* border-bottom: 1px solid #cfcfcf; */
    padding: 0;
    /* box-shadow: 1px 1px 7px #dddddd; */
    margin-bottom: 20px;
    /* padding: 20px; */
}
.all_comment_section .comment-box:last-child {
    border: none;
    margin-bottom: 0px;
}

.all_comment_section .comment-box .top {
    display: flex;
    width: 100%;
    align-items: start;
}
.all_comment_section .comment-box .top img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px rgb(209 209 209);
    margin-right: 15px;
}
.all_comment_section .comment-box .top p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
}
.all_comment_section .comment-box .bottom {
    margin-bottom: 0px;
}
.all_comment_section .comment-box .bottom .name {
    font-weight: 500;
    font-size: 14px;
}
.all_comment_section .comment-box .bottom .description {
    font-weight: 100;
    padding: 4px 0px;
    font-size: 14px;
}
.all_comment_section .comment-box .bottom .date {
    font-weight: 500;
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
    color: #6cae4c;
}
.comment-header-title {
    padding-bottom: 30px;
}
/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/

.stats-counter .stats-item .purecounter {
    padding-right: 0;
}

.stats-counter .stats-item i {
    font-size: 90px;
    line-height: 0;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.stats-counter .stats-item span {
    font-size: 24px;
    display: block;
    color: var(--color-primary);
    line-height: 34px;
    text-align: center;
}

.stats-counter .stats-item p {
    margin: 0;
    font-family: var(--font-primary);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
    padding: 0 0 40px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.portfolio .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    color: var(--text-white-color);
    line-height: 1;
    transition: all 0.3s ease-in-out;
    padding: 15px 25px;
    border-radius: 30px;
    margin-bottom: 20px;
    background: linear-gradient(
        45deg,
        var(--color-primary),
        var(--color-secondary)
    );
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
    color: var(--text-white-color);
    background: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-primary)
    );
}

.portfolio .portfolio-flters li:first-child {
    margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
    }
}

.portfolio .portfolio-wrap {
    box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio .portfolio-wrap img {
    transition: transform, 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    width: 100%;
}

.portfolio .portfolio-wrap .portfolio-info {
    padding: 25px 20px;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: var(--color-secondary);
    border-radius: 0 8px 0 0;
}

.portfolio .portfolio-wrap .portfolio-info:hover {
    background: #1c042e;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
    color: var(--light-color);
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
    color: var(--color-primary);
}
.portfolio .portfolio-wrap .project-btn a {
    color: var(--light-color);
}
.portfolio .portfolio-wrap .portfolio-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-details {
    margin-bottom: 20px;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.card {
    position: relative;
    height: auto;
    background: var(--light-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 auto;
    padding: 40px 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0;
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

.card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.card .title img {
    width: 120px;
}

.col-sm-3:nth-child(1) .card,
.col-sm-3:nth-child(1) .card .title .fa {
    /* background: linear-gradient(-45deg, var(--color-primary), #ec9f00); */
}

.col-sm-3:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {
    /* background: linear-gradient(-45deg, var(--color-primary), #ec9f00); */
}

.col-sm-3:nth-child(3) .card,
.col-sm-3:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, var(--color-primary), #ec9f00);
}

.col-sm-3:nth-child(3) .card a {
    color: var(--light-color);
    border: 2px solid var(--light-color);
}

.card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
    -webkit-transform: skewY(-5deg) scale(1.5);
    -moz-transform: skewY(-5deg) scale(1.5);
    -ms-transform: skewY(-5deg) scale(1.5);
    -o-transform: skewY(-5deg) scale(1.5);
}

.title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: var(--text-color);
    font-size: 28px;
    z-index: 2;
}

.price {
    position: relative;
    z-index: 2;
    color: var(--text-color);
}

.price h4 {
    margin: 0;
    padding: 20px 0;
    color: var(--text-color);
    font-size: 60px;
}

.option {
    position: relative;
    z-index: 2;
}

.option ul {
    margin: 0;
    padding: 0;
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: var(--text-color);
    font-size: 16px;
}

.card a {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    padding: 15px 25px;
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
    color: var(--text-white-color);
    z-index: 2;
    margin: 20px auto 0;
    background: linear-gradient(
        45deg,
        var(--color-primary),
        var(--color-secondary)
    );
}

.card a:hover {
    text-decoration: none;
    background: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-primary)
    );
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.blog .posts-list .post-category {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

.blog .posts-list .title {
    font-size: 22px;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .posts-list .title a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .posts-list .title a:hover {
    color: var(--color-primary);
}

.blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog .posts-list .post-author-list {
    margin-bottom: 5px;
}

.blog .posts-list .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 10px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
    font-size: 28px;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-default);
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d;
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li + li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: var(--color-primary);
}

.blog .blog-details .meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
    color: #555555;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgba(34, 34, 34, 0.8);
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li + li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-default);
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(34, 34, 34, 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: rgba(108, 117, 125, 0.8);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: var(--color-default);
}

.blog .sidebar .sidebar-item + .sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 5px 10px;
    position: relative;
    border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 50px;
    width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type="text"]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 25px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(34, 34, 34, 0.4);
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #555555;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0 6px 8px 0;
    border: 1px solid #d5d5d5;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(85, 85, 85, 0.8);
    font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

.blog .comments .comments-count {
    font-weight: bold;
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .comments .comment .comment-img {
    margin-right: 14px;
}

.blog .comments .comment .comment-img img {
    width: 60px;
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
    color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .comments .reply-form p {
    font-size: 14px;
}

.blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
    border-radius: 50px;
    padding: 14px 40px;
    border: 0;
    background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(248, 90, 64, 0.8);
}

/**************************************
  Contact
 **************************************/
.contact-section .contact-form-3 form .form-control {
    font-size: 13px;
    width: 100%;
    padding: 10px 20px;
    height: 38px;
    color: #000;
    border: none;
    border-radius: 3px;
    transition: all 0.4s;
    background: rgb(248 249 249);
    border-bottom: 2px solid #bfbfbf !important;
}
.contact-section .contact-form-3 form label {
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}
.contact-section .section-header {
    padding-bottom: 0px;
}

.contact-section .contact-form-3 form input:focus,
.contact-section .contact-form-3 form textarea:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-information-box-3 {
    padding: 25px 20px;
    border-radius: 8px;
    /* margin-bottom: 50px; */
}
.contact-information-box-3 .map {
    height: 45vh;
}

.contact-page {
    margin-top: 40px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-page .left_section {
    width: 35%;
    background-color: #c9eab8;
    padding: 15px;
    border-radius: 0px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.contact-page .right_section {
    width: 62%;
    padding: 30px 30px 0px;
    border: 2px solid #c7c7c7;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.contact-page .right_section #contact .container {
    width: 100%;
}

.contact-information-box-3 .single-contact-info-box {
    position: relative;
    z-index: 1;
    /* padding: 10px 10px; */
    display: block;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
}
.contact-information-box-3 .single-contact-info-box p {
    display: flex;
}
.contact-information-box-3 .single-contact-info-box p span {
    display: flex;
    margin-right: 5px;
    color: #6cae4c;
}

.contact-information-box-3 .contact-info {
    position: relative;
    z-index: 1;
}

.contact-information-box-3 .contact-info h6 {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 7px;
    text-transform: capitalize;
    font-weight: 500;
}

.contact-information-box-3 .contact-info p a {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
    color: #f44336;
    opacity: 0.2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
    font-size: 100px;
}

.contact-section .contact-form .form-group {
    margin-bottom: 20px;
}
.career_form_section {
    max-width: 70%;
    margin: auto;
    padding: 35px;
    box-shadow: 1px 1px 7px #cbcbcb;
    border-radius: 7px;
}
.career_form_section .section {
    padding: 0px;
}
.career_form_section .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: auto;
    padding: 0px !important;
}

.contact-section .contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial;
}

.contact-section .form-message {
    margin: 0;
}
.contact-form button[type="submit"] {
    border: none;
    padding: 14px 43px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
    color: #000;
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
}
.contact-form button[type="submit"]:hover {
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}

.contact-section .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.contact-section .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
}
.with-errors {
    color: #dc3545;
}

.messages {
    margin-top: 30px;
}

.alert-success {
    margin-left: 15px;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
canvas {
    display: block;
    vertical-align: bottom;
}

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-section {
    /* background: url(../images/main/banner.webp) center left; */
    background-size: cover;
    padding: 30px 0 15px;
    /* margin-top: 30px; */
    border-radius: 0px;
    position: relative;
    background-attachment: fixed;
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(190, 225, 173, 1) 100%
    );
}
.footer-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: #000000; */
    z-index: 0;
    opacity: 0.8;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.copyright-text {
    margin-top: 8px;
}

.single-cta i {
    color: #c00113;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.line {
    margin: 5px;
}

.cta-text h4 {
    color: #c00113;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}
.footer-content .list {
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 20px;
}
.footer-logo a {
    width: fit-content;
}

.footer-logo img {
    max-width: 130px;
}
.footer-widget ul li,
.footer-widget ul li a {
    font-size: 18px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 18px;
    color: #272829;
    line-height: 24px;
    font-weight: 100;
}
.footer-text p:nth-child(1) {
    display: flex;
}
.footer-text p:nth-child(1) span {
    padding-left: 5px;
}

.footer-social-icon span {
    color: #000080;
    display: block;
    font-size: 20px;
    margin-bottom: 0px;
    color: #03b103;
}

.footer-social-icon a {
    color: transparent;
    font-size: 25px;
    margin-right: 7px;
    background: linear-gradient(to left, #cae5e2 50%, #010082 40%, #6cae4d 90%);
    background-clip: text;
    background-size: 200% 100%;
}
.footer-social-icon a img {
    width: 30px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

.facebook-bg {
    background: var(--color-primary);
}

.twitter-bg {
    background: var(--color-primary);
}

.google-bg {
    background: var(--color-primary);
}

.footer-widget-heading h3 {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    color: #000;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #000080;
}

.footer-widget ul li a {
    color: #272829;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    font-weight: 100;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #222222;
    outline: none;
}

.subscribe-form button {
    position: absolute;
    right: -3px;
    background: transparent;
    border: 0;
    top: -8px;
}

.subscribe-form button i {
    color: var(--color-primary);
    font-size: 3rem;
    transform: rotate(-6deg);
}

.copyright-area {
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.copyright-text p a {
    color: #000080;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: var(--color-primary);
}

.footer-menu li a {
    font-size: 14px;
    color: #b9b9b9;
}

.footer-menu li a:hover {
    color: #000000;
}

/* Custom CSS Start */
.about_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.home_about h2 span img {
    width: 72px;
    height: 28px;
    object-fit: contain;
    margin-bottom: 5px;
}
.about_section .content {
    text-align: justify;
}
.about_section .left_section h2 {
    font-weight: 500;
}
.home_about h2 {
    font-size: 1.85rem;
}
.about_section .left_section {
    width: 55%;
    display: flex;
    align-items: start;
    padding: 0px 130px 0px 100px;
    flex-direction: column;
}
.about_section_page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.about_section_page .about_section_title {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about_section_page .about_section_title h3 {
    display: flex;
    color: #000080;
    align-items: center;
}
.about_section_page .about_section_title h3 span img {
    width: 72px;
    height: 28px;
    object-fit: contain;
    margin-bottom: 5px;
    margin-left: 10px;
}
.about_section_page .about_section_title p {
    color: #6cae4d;
}
.about_section_page .about_section_content {
    width: 80%;
    text-align: justify;
}

/* vision and mission section start */
.value_mission_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    padding: 35px 0px 35px;
}
.value_mission_section .circle_column .box {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: relative;
    box-shadow: 1px 1px 7px #c5c5c5;
}
.value_mission_section .mid_coloum .logo_image {
    width: 250px;
    display: flex;
    justify-content: center;
    position: relative;
}
.value_mission_section .mid_coloum .logo_image img {
    width: 80px;
}
.value_mission_section .circle_column .box .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 120px 30px 30px;
}
.value_mission_section .circle_column .box img {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -25px;
    background: #6cae4c;
    border-radius: 50%;
    padding: 12px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.value_mission_section .left_coloum .box img {
    bottom: auto;
    top: -30px;
}
.value_mission_section .circle_column .box .half_circle {
    position: relative;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #6cae4c;
    border-right-color: #5d523200;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(45deg);
    transition: 0.3s ease-in-out;
}
.value_mission_section .circle_column .box .half_circle:hover {
    animation: vision 3s ease-in-out infinite;
}

@keyframes vision {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

.value_mission_section .circle_column .box .half_circle::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #6cae4c;
    top: 84.5%;
    left: 13%;
    border-radius: 50%;
}
.value_mission_section .circle_column .box .half_circle::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #6cae4c;
    top: 13%;
    right: 12%;
    border-radius: 50%;
}
.value_mission_section .right_coloum .box .half_circle {
    top: -100%;
    transform: rotate(225deg);
    border: 4px solid #000080;
    border-right-color: #5d523200;
    border-bottom-color: transparent;
}

.value_mission_section .right_coloum .box .half_circle:hover {
    animation: mission 3s ease-in-out infinite;
}

@keyframes mission {
    0% {
        transform: rotate(225deg);
    }
    100% {
        transform: rotate(585deg);
    }
}
.value_mission_section .right_coloum .box .half_circle::before {
    background: #000080;
}
.value_mission_section .right_coloum .box .half_circle::after {
    background: #000080;
}
.value_mission_section .right_coloum .box img {
    background: #000080;
}
.value_mission_section .mid_coloum .logo_image {
    width: 181px;
    height: 181px;
    position: relative;
    margin: 60px 8px 0px 10px;
}
.value_mission_section .mid_coloum .logo_image img {
    object-fit: contain;
    position: absolute;
    bottom: 75px;
    width: 130px;
}
.value_mission_section .mid_coloum .logo_image span {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 4px solid #000000;
    border-right-color: #5d523200;
    border-top-color: transparent;
    transform: rotate(-45deg);
    top: -25px;
}

.value_mission_section .mid_coloum .logo_image::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: transparent;
    top: 29%;
    left: -4.5%;
    border-radius: 2px;
    border: 3px solid #000000;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(70deg);
}
.value_mission_section .mid_coloum .logo_image::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: transparent;
    top: 29%;
    right: -4.5%;
    border-radius: 2px;
    border: 3px solid #000000;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(110deg);
}
/* .value_mission_section .left_coloum .box .half_circle span{
    position: relative;
    top: -3%;
    left: -3%;
    width: 106%;
    height: 106%;
    border: 4px solid #6cae4c;
    border-right-color: #5d523200;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(45deg);
    
} */
/* vision and mission section end */
.home-about .left_section {
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    text-align: center;
}
.home-about .left_section #content {
    text-align: center;
}
.about_section .left_section h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.about_section .left_section h5 {
    font-size: 15px;
    font-weight: 500;
}
.about_section .left_section a {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    /* letter-spacing: 1px; */
    display: inline-block;
    margin-top: 20px;
    padding: 15px 40px;
    border-radius: 7px;
    transition: 0.4s ease-in-out;
    color: #000;
    background: linear-gradient(135deg, #6cae4d 16%, #010082 100%);
}
.about_section .left_section a:hover {
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}
.about_section .right_section {
    width: 45%;
}
.about_section .right_section .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    /* box-shadow: 1px 1px 7px #4b4b4b; */
}
.about_section .right_section .image img:hover {
    transform: scale(1);
}
.about_section .content img {
    float: right;
    width: 100%;
    max-width: 50%;
    padding-left: 120px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.about_section .content img:hover {
    transform: scale(1);
}
.expertise_name {
    position: absolute;
    bottom: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    transform: translateY(102%);
    transition: transform, 0.4s ease-in-out;
}
.expertise_name p {
    margin: 0;
    padding: 10px 0px;
    color: #fff;
}
.portfolio .portfolio-wrap:hover .expertise_name {
    transform: translateY(0%);
}

/* OUR EXPERTISE SECTION START */
.our_expertise_section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* padding: 80px 0px; */
    margin: auto;
    height: 100vh;
}
.our_expertise_box:nth-child(odd) .our_expertise_section {
    display: flex;
    flex-direction: row-reverse;
}
/* .our_expertise_box:nth-child(odd) {
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
} */
.our_expertise_box {
    background: #fff;
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}
/* .our_expertise_box:nth-child(1) .our_expertise_section {
    padding-top: 10px;
} */
.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.padding-bottom-80 {
    padding-bottom: 80px !important;
}
.padding-bottom-60 {
    padding-bottom: 60px !important;
}
.padding-top-0 {
    padding-top: 0px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.our_expertise_para h2 {
    padding-bottom: 0px;
    margin: 0px;
}
.our_expertise_box:nth-child(even) .our_expertise_section {
    display: flex;
    flex-direction: row;
}
.our_expertise_box:nth-child(odd) .our_expertise_section .left_section {
    text-align: start;
    padding-left: 50px;
}
.our_expertise_box:nth-child(even) .our_expertise_section .left_section {
    text-align: start;
    padding-right: 50px;
}
.our_expertise_section .left_section {
    width: 50%;
    display: flex;
    align-items: center;
}
.our_expertise_section .left_section .content h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.our_expertise_section .left_section .content p {
    padding: 15px 0px;
    overflow: hidden;
    height: 129px;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    color: #000;
}
.our_expertise_section .left_section .content .read_more {
    margin-top: 15px;
    color: #000;
    border: none;
    padding: 8px 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    transition: 0.4s ease-in-out;
    color: #000;
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}
.our_expertise_section .left_section .content .read_more:hover {
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
}
.our_expertise_section .right_section {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_expertise_section .right_section .image {
    width: 100%;
    height: 100%;
    position: relative;
}
.our_expertise_section .right_section .image img {
    position: inherit;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our_expertise_section .right_section .image img:hover {
    transform: scale(1);
}
.our_expertise_section .right_section .image::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50px;
    width: 200px;
    height: 15px;
    background-color: #000080;
}
.our_expertise_section .right_section .image::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 50px;
    width: 200px;
    height: 15px;
    background-color: #6cae4c;
}
.our_expertise_section .right_section .image img {
    width: 100%;
}

/* new css start */
.expertise_section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 100vh;
    text-align: center;
    color: white;
    background: #003049;
}

.expertise_section span {
    text-decoration: underline;
}

.expertise_section {
    margin-top: -1px;
}

/* MAIN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.our_expertise_container {
    display: grid;
    background: #f7f7f7;
    scroll-margin-top: 120px !important;
}

.our_expertise_box {
    grid-area: 1/1;
    padding: 25px 0px !important;
}

.our_expertise_box figure {
    margin: 0;
    position: relative;
    height: 100vh;
}

.our_expertise_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f1faee;
}

.our_expertise_box figcaption {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.15);
}

.our_expertise_box .heading {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    font-size: clamp(2.5rem, 2vh, 5rem);
    line-height: 1;
    font-weight: bold;
    color: #d62828;
    background: #fcbf49;
}

/* new css end */
/* OUR EXPERTISE SECTION END */

/* Services We Offer Section Start */

.services-container-alt1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
}

.services-container-alt1 ul li::before {
    content: "";
    background-image: url("../images/main/service_arrow.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
}

.service-card-alt1 {
    padding: 0px 20px;
    width: 33.33%;
    height: auto;
    margin-bottom: 62px;
}
.service-card-alt1 .content {
    /* padding: 0px 20px; */
    /* background: linear-gradient(135deg, #ff7e5f, #feb47b); */
    /* background: linear-gradient(135deg, #6cae4c, #6dbb48, #000080); */
    background: rgb(219, 246, 206);
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 30px;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    /* overflow: hidden; */
    /* transform: translateX(200%); */
    /* animation: slideIn 1s forwards; */
}

.services-container-alt1 .icon-container-alt1 {
    margin-bottom: 15px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(108, 176, 75, 1);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -43px;
    border: 5px solid #fff;
}
.services-container-alt1 .content:hover .icon-container-alt1 img {
    transform: scale(1.3);
}

.services-container-alt1 .icon-container-alt1 img {
    width: 60px;
    height: 60px;
    padding: 11px;
    filter: invert(1) brightness(3);
    transition: transform, 500ms ease-in-out;
}

.services-container-alt1 h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
    padding-top: 50px;
}

.services-container-alt1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-container-alt1 ul li {
    margin-bottom: 5px;
    padding-left: 24px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #212529;
    transition: 0.3s ease-in-out;
    width: fit-content;
}
.services-container-alt1 ul li:hover {
    margin-left: 12px;
    color: #000;
}

/* .services-container-alt1 ul li::before {
  content: "➤";
  color: #000080;
  position: absolute;
  left: 0;
  top: 0;
} */
.services-container-alt1 ul li img {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 12px;
    height: auto;
}

/* Services Section New CSS Start */
.services_circle_section .left_section {
    display: flex;
    justify-content: center;
    padding-right: 20px;
}

.services_circle_section .circle-container {
    position: relative;
    width: 25em;
    height: 25em;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* margin-bottom: 113px; */
    border: solid 2px #000080;
}

.services_circle_section .circle-container > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.8em;
}

.services_circle_section .circle-container li .content {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px #9f9f9f;
}
.services_circle_section .circle-container li .content .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    transform: rotate(0deg);
    padding: 10px;
    border: 3px dashed #1717c7;
    border-radius: 50%;
    transition: transform 2s, filter 1.9s ease-in-out;
}
.services_circle_section .circle-container li .content:hover .circle {
    transform: rotate(180deg);
}
.services_circle_section .circle-container li .content .image {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: rgba(108, 176, 75, 1);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.services_circle_section .circle-container .active .content .image {
    background: #000080;
}
.services_circle_section .circle-container li .content .image img {
    width: 100%;
    height: 100%;
    transform: scale(1) !important;
    padding: 15px;
    filter: invert(1) brightness(3);
}

.services_circle_section .circle-container > *:nth-of-type(1) {
    -moz-transform: rotate(0deg) translate(12.2em) rotate(-0deg);
    -ms-transform: rotate(0deg) translate(12.2em) rotate(-0deg);
    -webkit-transform: rotate(0deg) translate(12.2em) rotate(-0deg);
    transform: rotate(0deg) translate(12.2em) rotate(-0deg);
}

.services_circle_section .circle-container > *:nth-of-type(2) {
    -moz-transform: rotate(60deg) translate(12.2em) rotate(-60deg);
    -ms-transform: rotate(60deg) translate(12.2em) rotate(-60deg);
    -webkit-transform: rotate(60deg) translate(12.2em) rotate(-60deg);
    transform: rotate(60deg) translate(12.2em) rotate(-60deg);
}

.services_circle_section .circle-container > *:nth-of-type(3) {
    -moz-transform: rotate(120deg) translate(12.2em) rotate(-120deg);
    -ms-transform: rotate(120deg) translate(12.2em) rotate(-120deg);
    -webkit-transform: rotate(120deg) translate(12.2em) rotate(-120deg);
    transform: rotate(120deg) translate(12.2em) rotate(-120deg);
}

.services_circle_section .circle-container > *:nth-of-type(4) {
    -moz-transform: rotate(180deg) translate(12.2em) rotate(-180deg);
    -ms-transform: rotate(180deg) translate(12.2em) rotate(-180deg);
    -webkit-transform: rotate(180deg) translate(12.2em) rotate(-180deg);
    transform: rotate(180deg) translate(12.2em) rotate(-180deg);
}

.services_circle_section .circle-container > *:nth-of-type(5) {
    -moz-transform: rotate(240deg) translate(12.2em) rotate(-240deg);
    -ms-transform: rotate(240deg) translate(12.2em) rotate(-240deg);
    -webkit-transform: rotate(240deg) translate(12.2em) rotate(-240deg);
    transform: rotate(240deg) translate(12.2em) rotate(-240deg);
}

.services_circle_section .circle-container > *:nth-of-type(6) {
    -moz-transform: rotate(300deg) translate(12.2em) rotate(-300deg);
    -ms-transform: rotate(300deg) translate(12.2em) rotate(-300deg);
    -webkit-transform: rotate(300deg) translate(12.2em) rotate(-300deg);
    transform: rotate(300deg) translate(12.2em) rotate(-300deg);
}

/* .circle-container>*:nth-of-type(7) {
        -moz-transform: rotate(270deg) translate(12.2em) rotate(-270deg);
        -ms-transform: rotate(270deg) translate(12.2em) rotate(-270deg);
        -webkit-transform: rotate(270deg) translate(12.2em) rotate(-270deg);
        transform: rotate(270deg) translate(12.2em) rotate(-270deg);
    }

    .circle-container>*:nth-of-type(8) {
        -moz-transform: rotate(315deg) translate(12.2em) rotate(-315deg);
        -ms-transform: rotate(315deg) translate(12.2em) rotate(-315deg);
        -webkit-transform: rotate(315deg) translate(12.2em) rotate(-315deg);
        transform: rotate(315deg) translate(12.2em) rotate(-315deg);
    } */

.services_circle_section .circle-container a {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #000080;
    background: rgba(108, 176, 75, 1);
    height: 70px;
    width: 70px;
    font-size: 250%;
    border: 2px solid #fff;
    position: relative;
    box-shadow: 1px 1px 7px #b3b3b3;
}

.services_circle_section .circle-container a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 13px;
    filter: invert(1) brightness(3);
    transition: 0.4s ease-in-out;
    position: relative;
}

.services_circle_section .circle-container a img:hover {
    transform: rotate(360deg);
}

.services_circle_section .circle-container i {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
}
/* .services_circle_section .circle-container a::before{
    border: 2px dashed #fff;
    background: #000080;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.services_circle_section .circle-container .active a {
    border: 2px dashed #fff;
    background: #000080;
    /* width: 100%;
    height: 100%; */
}

.services_circle_section .circle-container:before {
    content: "Our Services";
    position: absolute;
    z-index: 100;
    top: 50%;
    text-align: center;
    width: 70%;
    font-size: 27px;
    margin: 0 auto;
    left: 10px;
    right: 0;
    line-height: 1;
    display: block;
    margin-top: -10px;
    color: #000000;
    font-weight: 500;
}

.services_circle_section .services-container li {
    display: none;
}

.services_circle_section .services-container li.active {
    display: block;
}
.fadeInService {
    -webkit-animation-name: fadeInService;
    animation-name: fadeInService;
}
.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadeInService {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.services_circle_section .service-item {
    background: rgba(255, 255, 255, 0.34);
    padding: 0;
    /* margin-top: 11.26%; */
    width: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    line-break: auto;
    margin: 0px 0px 0px;
}

.services_circle_section .service-item .header {
    background: #6cae4d;
    padding: 25px 20px;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    height: auto;
}

.services_circle_section .service-item .body {
    padding: 20px 20px;
    color: #272829;
}

.services_circle_section .service-item .body ul li {
    display: block;
    margin-bottom: 5px;
    padding-left: 24px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #212529;
    transition: 0.3s ease-in-out;
    width: fit-content;
}
.services_circle_section .service-item .body ul li:hover {
    margin-left: 12px;
    color: #000;
}

.services_circle_section .service-item .body ul li::before {
    content: "";
    background-image: url("../images/main/service_arrow.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
}

.services_circle_section .service-item .header .icon {
    float: left;
    display: table;
}

.services_circle_section .service-item .header .icon i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    position: relative;
    top: -7px;
    left: -10px;
    display: table-cell;
    color: #fff;
    font-size: 200%;
    vertical-align: bottom;
    text-align: center;
}

.services_circle_section .service-item .header h4 {
    margin: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}

.services_circle_section .service-item .footer {
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #6cae4d;
}

.services_circle_section .service-item .footer .callus_btn,
.services_circle_section .service-item .footer .read_more_btn {
    border: 1px solid #000080;
    padding: 7px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.services_circle_section .service-item .footer .callus_btn:hover,
.services_circle_section .service-item .footer .read_more_btn:hover {
    background: #000080;
    color: #fff;
}

.capsle-container {
    background-color: #f8fff4;
    width: 100%;
}

.service-capsule-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    height: 400px;
    padding: 0px 30px;
}

.service-capsule-section .left-capsule {
    width: 30%;
    height: 100%;

}

.service-capsule-section .right-capsule {
    width: 30%;
    height: 100%;
}

.service-capsule-section .middle-capsule {
    width: 40%;
    padding: 0px 10px 0px 10px;
}

.service-capsule-section .listing-data {
    height: 100%;
}

.service-capsule-section .listing-data ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
    margin: 0;
    padding: 15px 0px;
    position: relative;
}

.service-capsule-section .right-capsule .listing-data ul {
    align-items: start;
}

.service-capsule-section .listing-data ul li {
    display: flex;
    align-items: start;
}

.service-capsule-section .left-capsule .listing-data ul li:nth-child(1),
.service-capsule-section .left-capsule .listing-data ul li:nth-child(2),
.service-capsule-section .left-capsule .listing-data ul li:nth-child(3),
.service-capsule-section .left-capsule .listing-data ul li:nth-child(4) {
    flex-direction: row-reverse;
}


.service-capsule-section .left-capsule .listing-data ul li:nth-child(2),
.service-capsule-section .left-capsule .listing-data ul li:nth-child(3) {
    margin-right: 60px;
}

.service-capsule-section .right-capsule .listing-data ul li:nth-child(2),
.service-capsule-section .right-capsule .listing-data ul li:nth-child(3) {
    margin-left: 60px;
}

.service-capsule-section .listing-data ul li .image {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #6cae4d;
    border-radius: 50%;
    margin-right: 15px;
    transition: background, 0.3s ease-in-out;
}

.service-capsule-section .left-capsule .listing-data ul li:nth-child(1) .image,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(2) .image,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(3) .image,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(4) .image {
    margin-right: 0px;
    margin-left: 15px;
}

.service-capsule-section .left-capsule .listing-data ul li:nth-child(1) .title,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(2) .title,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(3) .title,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(4) .title {
    align-items: end;
}

.service-capsule-section .listing-data ul li:hover .image {
    background: #000080;
}

.service-capsule-section .listing-data ul li .image img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: invert(1) brightness(3);
}

.service-capsule-section .listing-data ul li .title {
    display: flex;
    flex-direction: column;
}

.service-capsule-section .listing-data ul li .title h4 {
    font-size: 18px;
    font-weight: 500;
}
.service-capsule-section .left-capsule .listing-data ul li .title{
    text-align: right;
}

.service-capsule-section .listing-data ul li .title a {
    color: #6cae4d;
    text-decoration: none;
    width: fit-content;
    transition: 0.3s ease-in-out;
}

.service-capsule-section .listing-data ul li:hover .title a {
    color: #000080;
}

.service-capsule-section .listing-data ul li .title a span {
    transform: rotate(-45deg);
    margin-left: 0px;
}

@media screen and (max-width: 992px) {
    .comment_form {
        max-width: 100%;
        padding: 30px 20px;
        margin: 0px 15px;
    }
    .services_circle_section .left_section {
        padding: 0px;
    }
    .contact-page .left_section {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 20px;
    }
    .contact-page .right_section {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
    }
}
@media screen and (max-width: 576px) {
    .services_circle_section .circle-container {
        margin-bottom: 80px;
        margin-left: -15px;
    }
}

/* Services Section New CSS End */

/* 404 Section Start */
.page_404 {
    background: #fff;
    /* margin-top: 70px; */
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    /* background-image: url("https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif"); */
    background-image: url(https://cdn.dribbble.com/users/722246/screenshots/3066818/404-page.gif);
    height: 400px;
    background-position: center;
    width: 80%;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: linear-gradient(
        180deg,
        rgba(107, 172, 77, 1) 0%,
        rgba(37, 59, 110, 1) 100%
    );
    margin: 20px 0;
    display: inline-block;
    border-radius: 5px;
}

.contant_box_404 {
    margin-top: -50px;
}
/* 404 Section End */
/* counter Section Start */

/* COUNTER SECTION START */
#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #e6e6e7;
  padding: 40px 0px; */
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    margin-top: -30px;
}

#counter .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    position: relative;
    margin-bottom: 120px;
    /* margin-top: 50px; */
}
#counter .content .overlay_content {
    position: absolute;
    bottom: -120px;
    width: 85%;
    border-radius: 5px;
    height: 100px;
    box-shadow: 1px 1px 7px #6cae4c;
    background-color: #6cae4c;
    color: #fff;
    transition: all 400ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
#counter .content .overlay_content p {
    padding: 20px;
    margin: 0px;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    position: relative;
}
#counter .content .overlay_content p::before {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    width: 15px;
    height: 14px;
    border-style: solid;
    border-color: #6cae4c transparent transparent #6cae4c;
    background-color: #6cae4c;
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
    border-width: 2px;
    left: 0;
}

#counter .item {
    background: #fff;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    opacity: 0;
    padding: 20px;
    transform: translateY(50px);
    animation: fadeIn 1s ease forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0px solid #000080;
    overflow: hidden;
    border-bottom-width: 10px;
}
#counter .item .counter_border {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border: 8px dotted #000080;
    border-radius: 50%;
    clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
    transition: all 500ms ease;
    -webkit-animation: hizmet-rot 2s infinite linear;
    -moz-animation: hizmet-rot 2s infinite linear;
    -o-animation: hizmet-rot 2s infinite linear;
    animation: hizmet-rot 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    border-block-style: unset;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}
#counter .item:hover .counter_border {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
    animation: rotateBorder 2s linear infinite;
}

/* Rotate animation */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#counter .item::before {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    bottom: 0;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
    transition: all 400ms ease-in-out;
    opacity: 0;
    z-index: -1;
}
#counter .item:hover::before {
    opacity: 1;
    transform: scale(11);
}

#counter .content:nth-child(1) .item {
    animation-delay: 0s;
}
#counter .content:nth-child(2) .item {
    animation-delay: 0.3s;
}
#counter .content:nth-child(3) .item {
    animation-delay: 0.8s;
}
#counter .content:nth-child(4) .item {
    animation-delay: 1.2s;
}

/* Initial fade-in animation */
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0); /* End at original position */
    }
}

#counter .item .count {
    color: #000080;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 35px;
    transform: scale(1); /* Scale effect */
    transition: transform 0.2s ease;
}

#counter .item h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 400ms ease-in-out;
}

/* Bounce animation */
@keyframes bounce {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.counter_section {
    /* background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/main/counter-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; */
    width: 100%;
    height: 100;
}
.counter_section .counter-title {
    width: 60%;
}
.counter_section .main .left_section h3 {
    font-size: 3rem;
    color: transparent;
    background: linear-gradient(to left, #cae5e2 50%, #010082 40%, #6cae4d 90%);
    background-size: 200%;
    background-clip: text;
}
.counter_section .main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
}
.counter_section .main .left_section {
    width: 50%;
    padding-right: 40px;
}
.counter_section .main .left_section p {
    font-size: 1.4rem;
    font-weight: 300;
    padding-top: 40px;
}
.counter_section .main #counter {
    width: 50%;
}
.counter_section .main #counter .content {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
}
.counter_section .main #counter .item {
    background: transparent;
    width: 230px;
    height: auto;
    border-radius: 0%;
    box-shadow: none;
    opacity: 0;
    padding: 20px;
    transform: translateY(50px);
    animation: fadeIn 1s ease forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: static;
    border: none;
    overflow: hidden;
    border-bottom-width: 10px;
}
#counter .content:nth-child(3),
#counter .content:nth-child(4) {
    margin-bottom: 0px;
}

#counter .content:nth-child(3) .item {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#counter .content:nth-child(4) .item {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.counter_section .main #counter .item::before {
    display: none;
}
.counter_section .main #counter .item .count {
    color: #6cae4d;
    margin-bottom: 5px;
    font-size: 4.5rem;
}
.counter_section .main #counter .item h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 400ms ease-in-out;
    /* color: #fff; */
}

/* COUNTER SECTION END */
/* counter Section End */
.footer-text p span a {
    color: #272829;
    transition: 0.3s ease-in-out;
}
.footer-text p span a:hover {
    color: #000080;
}
.footer-text p:nth-child(1) i {
    margin-top: 3px;
    font-size: 15px;
}
.footer-text p:nth-child(2) i {
    font-size: 12px;
}
.footer-text p:nth-child(3) i {
    font-size: 12px;
}

/* BLOG SECTION START */
.recent-posts article p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-style: inherit;
}
.blog_section {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.blog_section .left_section {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-right: 40px;
    padding-top: 20px;
}
.blog_section .left_section h3 {
    font-weight: 500;
    font-size: 1.5rem;
}
.blog_section .left_section p {
    padding: 20px 0px;
}

.blog_section .right_section {
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.blog_section .right_section .blog_slide .testimonial-item {
    box-sizing: content-box;
    padding: 0px;
    margin: 10px 10px;
}
.blog_section .right_section .blog_slide article {
    position: relative;
    overflow: hidden;
}
.blog_section .right_section .blog_slide article .post-img {
    position: relative;
    margin-bottom: 0px;
}
.blog_section .right_section .blog_slide article .post-img img {
    height: 420px;
}
.blog_section .right_section .blog_slide article .overlay_content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
    transform: scale(0);
    border-radius: 50%;
    padding: 20px;
    /* opacity: 0; */
    transition: 0.5s ease-in-out;
}
.blog_section .right_section .blog_slide article .overlay_content a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog_section .right_section .blog_slide article:hover .overlay_content {
    transform: scale(1);
    /* opacity: 1; */
    border-radius: 0%;
}
.blog_section .right_section .blog_slide article .overlay_content h2 {
    color: #000;
    font-weight: 100;
    font-size: 22px;
}

.blog_section .right_section .swiper-button-next,
.blog_section .right_section .swiper-button-prev {
    display: none;
}
.lear_more_button {
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.lear_more_button .arrow-icon {
    display: inline-block;
    vertical-align: middle;
    width: 76px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    position: relative;
    margin-left: 13px;
    margin-right: 11px;
}
.lear_more_button .arrow-icon::before {
    content: "";
    width: 11px;
    height: 2px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    right: 0;
    top: -3px;
    background-color: currentColor;
}
.lear_more_button .arrow-icon::after {
    content: "";
    position: absolute;
    right: -11px;
    top: -16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid;
    opacity: 1;
    transition: all 0.3s;
}
.lear_more_button:hover .arrow-icon::after {
    opacity: 0;
}

/* BLOG SECTION END */

/* ABOUT US SECTION SECTION START */
.about_section .left_section .content {
    display: inline;
    text-align: justify;
}

.about_section .left_section .read-more-btn {
    margin-top: 15px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 500;
}

.about_section .left_section .read-more-btn:hover {
    background-color: #0056b3;
}

.value_mission_section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.value_mission_section .left_section {
    width: 45%;
    padding-right: 45px;
}
.value_mission_section .right_section {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.value_mission_section .left_section .image img {
    width: 100%;
    border-radius: 7px;
}
.value_section {
    align-items: center;
}
.value_section .value_midle {
    padding-top: 0px !important;
}
/* .value_mission_section .right_section .items {
  display: flex;
  align-items: center;
} */
.value_mission_section .right_section .items .image {
    /* background-color: #000080; */
    width: 215px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 15px;
}
.mob_vision {
    display: none !important;
}
.value_mission_section .right_section .bottom .items .image {
    /* background-color: #6cae4c; */
    width: 215px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 15px;
}
.value_mission_section .right_section .top {
    margin-bottom: 40px;
}
.value_mission_section .right_section .top,
.value_mission_section .right_section .bottom {
    display: flex;
}
.value_mission_section .right_section .items {
    margin-left: 30px;
}
.value_mission_section .right_section .top .items .content {
    background: linear-gradient(135deg, rgb(181 181 205) 0%, rgb(85 85 207));
    display: flex;
    align-items: center;
    border-radius: 110px;
}
.value_mission_section .right_section .top .items .content h4 {
    padding: 15px 20px 5px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
}
.value_mission_section .right_section .top .items .content p,
.value_mission_section .right_section .bottom .items .content p {
    color: #000;
    text-align: justify;
}
.value_mission_section .right_section .bottom .items .content {
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
    display: flex;
    align-items: center;
    border-radius: 110px;
}
.value_mission_section .right_section .bottom .items .content h4 {
    padding: 15px 20px 5px;
    color: #000080;
    border-radius: 30px;
    font-size: 18px;
}

.value_mission_section .right_section .items .content p {
    padding: 5px 20px 0px 20px;
}
.value_mission_section .right_section .items .image img {
    padding: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map_container #chartdiv {
    height: 60vh;
    max-width: 60%;
    margin: auto;
    background-color: transparent;
}
.location_identy {
    display: flex;
    width: 345px;
    padding-top: 30px;
    justify-content: space-around;
}
.location_mark_content {
    display: flex;
    justify-content: center;
}
.resume {
    position: relative;
}

.resume span {
    position: absolute;
    font-size: 10px;
    bottom: -6px;
    right: 0;
    color: red;
}
.resume .vendor_file_mark {
    position: absolute;
    font-size: 12px;
    bottom: -20px;
}

#add_btn_contact,
#add_btn,
#submitbtn {
    background: linear-gradient(135deg, #6cae4d 16%, #010082 100%);
    border: transparent;
}

/* ABOUT US SECTION SECTION END */
#countryCode {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    appearance: none; /* Remove default arrow */
}
#countryCode .option-flag {
    display: inline-flex;
    align-items: center;
}
#countryCode .option-flag span {
    margin-right: 8px;
    position: initial;
    display: block; /* Space between flag and text */
}

#mapPopup {
    display: none;
    position: absolute;
    top: 0%;
    right: 0;
    background: white;
    border: 1px solid black;
    padding: 15px;
    z-index: 1;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    max-height: 50vh;
    min-height: auto;
    scrollbar-width: thin;
    overflow-y: scroll;
}

#chartdiv {
    width: 100%;
    height: 600px !important;
    max-width: 100% !important;
}
#mapPopup img{
    width: 100%;
}
#mapPopup .popup_title{
    padding-right: 25px;
}

#chartdiv #IN:hover {
    color: rgb(235, 152, 52);
    fill: rgb(235, 152, 52);
    background-color: rgb(235, 152, 52);
}



#closePopup {
    position: absolute;
    top: 5px;
    right: 0px;
    background: #f94859;
    color: white;
    border: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-weight: 800;
    font-size: 15px;
    padding: 0px;
    cursor: pointer;
}

.overlay_hide_text {
    position: absolute;
    bottom: 63px;
    left: 0;
    width: 100px;
    height: 40px;
    background-color: #fff;
    z-index: 9999;
}

/* CAPABILITIES SECTION CSS START */
.engineering_container {
    display: flex;
}

.engineering_container .left_sidebar {
    position: fixed;
    bottom: 140px;
    padding-top: 50px;
    width: 400px;
    padding-left: 5rem;
    z-index: 1;
}

.engineering_container .left_sidebar.done {
    position: absolute;
    bottom: 160px;
    top: auto;
    z-index: 1;
}

.engineering_container .left_sidebar .content {
    height: 300px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: transparent;
}

.engineering_container .left_sidebar .content ul li {
    margin: 15px 0px;
    transition: 0.3s ease-in-out;
}

.engineering_container .left_sidebar .content ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.engineering_container .left_sidebar .content ul li a:hover {
    text-decoration: underline;
}

.engineering_container .left_sidebar .content ul li.active,
.engineering_container .left_sidebar .content ul li.active a {
    color: orange;
    list-style: disc;
}

.engineering_container .right_content {
    padding-left: 20px;
    flex-grow: 1;
    padding-top: 45vh;
    overflow-y: auto;
    scrollbar-width: none;
    z-index: 0;
    display: flex;
    justify-content: end;
}

.engineering_container .right_content .content {
    background-color: #fff;
    width: 100%;
    margin-left: 450px;
}

.engineering_container .right_content .content .right-header {
    padding: 20px 50px;
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
}

.engineering_container {
    position: relative;
    top: 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.engineering_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        37deg,
        black 0%,
        #000000b0 30%,
        transparent 75%
    );
    background-attachment: fixed;
}

.engineering_container .right_content .content .inner-content {
    padding: 50px;
}

.engineering_container .right_content .content .inner-content img {
    transform: scale(1);
    width: 100%;
    object-fit: contain;
}

.engineering_container .right_content .content .inner-content h2 {
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 992px) {
    .engineering_container .left_sidebar {
        width: 355px;
        padding-left: 2rem;
    }
    .engineering_container .right_content .content {
        margin-left: 355px;
    }
    .counter_section .counter-title {
        width: 100%;
    }
    .counter_section .counter-title h3 {
        margin-top: 40px;
    }
    .counter_section .main .left_section,
    .counter_section .main #counter {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .engineering_container .left_sidebar {
        position: fixed;
        top: 0;
        bottom: auto;
        padding-top: 80px;
        width: 100%;
        padding-left: 2rem;
        z-index: 3;
        background: #000;
    }
   

    .engineering_container .left_sidebar .content {
        height: auto;
        padding: 20px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        background: transparent;
    }

    .engineering_container .left_sidebar.done {
        position: fixed;
        bottom: auto;
        top: 0;
        z-index: 3;
    }

    .engineering_container .right_content {
        padding-left: 0;
        flex-grow: 1;
        padding-top: 75vh;
    }

    .engineering_container .right_content .content {
        background-color: #fff;
        width: 100%;
        margin-left: 0;
    }
    .about_section_page .about_section_title {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
    .about_section_page .about_section_content {
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 576px) {
    .engineering_container .right_content .content .right-header {
        padding: 20px 15px;
        font-size: 26px;
    }

    .engineering_container .right_content .content .inner-content {
        padding: 50px 15px;
    }
    .engineering_container .left_sidebar .content ul li {
        margin: 10px 0px;
    }

    .engineering_container .left_sidebar .content ul li a {
        font-size: 13px;
    }
}

/* CAPABILITIES SECTION CSS END */

/* Single Details Page Start */
.single_detail_page img:hover {
    transform: scale(1);
}
.single_detail_page .left_detail h3,
.single_detail_page .left_detail h4 {
    font-size: 20px;
}
.single_detail_page .left_detail h3 strong,
.single_detail_page .left_detail h4 strong {
    font-weight: 600;
}
.single_detail_page .left_detail h5 {
    font-size: 18px;
}
.single_detail_page .left_detail h6 {
    font-size: 17px;
}
.single_detail_page .sidebar ul li {
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: background-color, 0.3s ease-in-out;
}
.single_detail_page .left_detail img {
    width: 40%;
    height: auto;
    padding-left: 40px;
    float: right;
    object-fit: cover;
    border-radius: 0px !important;
}
.single_detail_page .left_detail ul {
    list-style: disc;
    /* margin-bottom: 20px; */
    column-count: 2;
    column-gap: 20px;
    list-style-type: none;
    background: red;
    padding: 40px 40px 25px;
    margin-bottom: 15px;
    background-image: linear-gradient(
        to left top,
        #c7e8b7,
        #e2fbd6,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff,
        #e2fbd6,
        #c7e8b7
    );
    box-shadow: 1px 1px 7px #dddddd;
    border-radius: 15px;
}
.single_detail_page .left_detail ul li {
    break-inside: avoid;
    padding: 8px 10px 8px 25px;
    position: relative;
    padding-left: 40px;
    border: 1px solid #d3d3d3;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
}
.single_detail_page .left_detail ul li:before {
    content: "";
    background-image: url(../images/main/service_arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: 12px;
    width: 20px;
    height: 20px;
}
.single_detail_page .sidebar ul li:hover {
    border: 1px solid #6fb24f;
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}
.single_detail_page .sidebar ul li p {
    position: relative;
    padding-left: 25px;
}
.single_detail_page .sidebar ul li p::before {
    content: "";
    background-image: url(../images/main/service_arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -3px;
    top: 60%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.detail_main_image {
    height: 70vh;
    margin-bottom: 25px;
}
.single_detail_page .left_detail h2 {
    font-size: 22px;
    color: transparent;
    font-weight: 100;
}
.detail_main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single_detail_page .sidebar ul li a {
    transition: 0.3s ease-in-out;
}
.single_detail_page .sidebar ul li:hover a {
    padding-left: 10px;
}
.single_detail_page .sidebar ul li p {
    margin-bottom: 0px;
    color: #000022;
}
.single_detail_page .sidebar ul li:hover p {
    color: #000;
}
.single_detail_page .sidebar ul li a {
    display: flex;
    align-items: center;
    width: 100%;
}
.single_detail_page .sidebar ul li img {
    object-fit: cover;
    margin-right: 8px;
    height: 100%;
    width: 25px;
}
.single_detail_page .blog-description-section{
    padding-top: 15px;
}
.blog_detail_sidebar li img {
    width: 110px;
    height: 100% !important;
    margin-right: 10px;
}
.blog-description-section #toggle-btn {
    background: transparent;
    color: #000;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 30px;
    border-color: #6cae4d;
    font-weight: 100;
    border: 1px solid #6cae4d;
    transition: 0.3s ease-in-out;
}
.blog-description-section #toggle-btn:hover {
    background: #6cae4d;
    color: #000;
    border-color: #6cae4d;
}

.our_contact_detail {
    padding: 30px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}
.our_contact_detail .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}
.our_contact_detail .content p {
    margin-bottom: 0px;
    display: flex;
}
.our_contact_detail .content p span {
    color: #000080;
    font-size: 22px;
    margin-right: 15px;
}
.our_contact_detail .content p a {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
}
.our_contact_detail .content p a:hover {
    color: #000080;
}
.query_form {
    padding: 20px 30px 0px;
    margin-top: 60px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 7px #b7b7b7;
    position: relative;
}

.query_form .form-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.query_form .form-row input {
    height: 34px;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 14px;
    background: rgb(248 249 249);
    border-bottom: 2px solid #bfbfbf !important;
    border: transparent;
}
.query_form .form-row textarea {
    background: rgb(248 249 249);
    border-bottom: 2px solid #bfbfbf !important;
    border: transparent;
}
.query_form h4 {
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
}
.query_form .form-row label {
    padding-bottom: 5px;
}
.query_form button {
    width: fit-content;
    border: none;
    padding: 14px 43px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
    color: #000;
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
}
.query_form button:hover {
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}
/* Single Details Page End */

/* VENDOR REGISTRATION SECTION START */
.form_section form {
    margin: 35px 0px 30px 0px;
    box-shadow: 1px 1px 7px #b3b3b3;
    padding: 20px 15px;
    border-radius: 7px;
}
.form_section form h4 {
    font-size: 18px;
}
.form_section form sup {
    font-size: 20px;
    display: contents;
    color: red;
}
.form_section form .product label {
    font-size: 14px;
}
.form_section form .sub_product {
    width: 100%;
    padding: 0px 20px;
}
.form_section form .references_section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
form .references_section .box {
    width: 15%;
    padding: 0px 15px;
}
.form_section form .references_section .add_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: auto;
    color: #fff;
}
.form_section .form-check .form-check-input {
    float: inherit;
    margin-left: 0;
}
.form_section .form-check a {
    color: #2574c4;
    transition: 0.3s ease-in-out;
}
.form_section .form-check a:hover {
    color: #0854a0;
}
.form_section .checkbox_section span:nth-child(1) {
    margin-right: 15px;
}
.form_section form .add_btn {
    color: #fff;
}
.form_section form input {
    font-size: 14px;
}
.form_section form label {
    margin-bottom: 5px;
    font-weight: 500;
}
.form_section form input,
.form_section form select,
.form_section form textarea {
    background-color: rgb(248 249 249);
    border: transparent;
    background-clip: padding-box;
    border-bottom: 2px solid #ced4da;
}
.select2-container--default .select2-selection--multiple {
    background-color: rgb(248 249 249);
    border: transparent;
    background-clip: padding-box;
    border-bottom: 2px solid #ced4da;
}
.form_section form input[type="radio"] {
    border: 2px solid #ced4da;
}

.form_section form input[type="file"] {
    font-size: 16px;
}
.main_btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    width: fit-content;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    border: 0;
    color: var(--text-white-color);
    background: linear-gradient(
        45deg,
        var(--color-primary),
        var(--color-secondary)
    );
}
.main_btn:hover {
    color: var(--text-white-color);
    background: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-primary)
    );
}

.select2-container--default .select2-results > .select2-results__options li {
    width: 100%;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
}
.select2-container--default
    .select2-results
    > .select2-results__options
    li
    strong {
    width: 100%;
    border-bottom: 2px solid #dbdbdb;
}
.select2-container--default .select2-results > .select2-results__options li ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.select2-container--default
    .select2-results
    > .select2-results__options
    li
    ul
    li {
    width: 48%;
    margin: 5px;
}
.select2-results__option {
    margin: 5px 0px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    font-size: 12px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice
    span {
    font-size: 12px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0px 0px;
}
#references_container {
    padding: 0px;
}
.terms_condition_form {
    padding-left: 5px;
}
.submit_row {
    margin: 0px;
    padding-left: 10px;
}
/* VENDOR REGISTRATION SECTION END */

/* TEAM SECTION START */
.main_team_page .team_box:nth-child(odd) {
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
}

.main_team_page .team_box:last-child {
    margin-bottom: 0px;
}
.main_team_page .team_section_heading {
    padding-bottom: 0px;
}
.main_team_page .team_box {
    padding: 60px 0px;
}
.main_team_page .team_box:nth-child(odd) .team_detail_section {
    display: flex;
    flex-direction: row-reverse;
}
.main_team_page .team_box:nth-child(even) .team_detail_section .left_section {
    display: flex;
    justify-content: flex-start;
    align-items: start;
}
.main_team_page .team_box:nth-child(odd) .team_detail_section .left_section {
    display: flex;
    justify-content: flex-end;
    align-items: start;
}
.main_team_page .team_box:nth-child(even) .team_detail_section {
    display: flex;
    flex-direction: row;
}
.main_team_page .team_detail_section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.main_team_page .team_detail_section .left_section {
    width: 35%;
}
.main_team_page .team_detail_section .left_section .team_image {
    display: flex;
    /* justify-content: center; */
    max-width: 80%;
    /* margin: auto; */
}
.main_team_page .team_detail_section .left_section .team_image img {
    width: 100%;
    object-fit: contain;
}
.main_team_page .team_detail_section .right_section {
    width: 65%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.main_team_page .team_detail_section .right_section .read-more-content {
    text-align: justify;
}

.main_team_page .team_detail_section .right_section h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.main_team_page .team_detail_section .right_section h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}
.main_team_page .team_detail_section .right_section .social {
    margin-bottom: 0px;
}

.main_team_page .team_detail_section .right_section .read-more-btn {
    margin-top: 20px;
    border: none;
    width: fit-content;
    display: inline-block;
    padding: 14px 43px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
    color: #000;
    background: linear-gradient(
        135deg,
        rgba(219, 246, 206, 1) 0%,
        rgba(108, 176, 75, 1) 100%
    );
}

.main_team_page .team_detail_section .right_section .read-more-btn:hover {
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
}

.btn-km .read-more-btn {
    padding: 3px 0px !important;
    background: none !important;
    color: #fff !important;
}
.main_team_page .team_detail_section .right_section .social a {
    border: 1px solid transparent;
    width: 45px;
    height: 45px;
    margin-right: 6px;
    transition: background-color, 0.4s ease-in-out;
}
.main_team_page .team_detail_section .right_section .social a i {
    color: #2b2b2b;
    font-size: 18px;
    transition: background-color, 0.4s ease-in-out;
}
.main_team_page .team_detail_section .right_section .social a:hover {
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
    border: 1px solid #898989;
}
.main_team_page .team_detail_section .right_section .social a:hover i {
    transform: rotate(360deg);
}
/* TEAM SECTION END */

/* Career section Start */
.career_section .image_content img {
    max-width: 50%;
    float: right;
    padding-left: 90px;
    padding-bottom: 30px;
    width: 100%;
}
.career_section .image_content {
    text-align: justify;
}
.career_section .image_content img:hover {
    transform: scale(1);
}

.emp_benefite_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}
.emp_benefite_section .item {
    width: 20%;
    margin-bottom: 10px;
}
.emp_benefite_section .item .box_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.emp_benefite_section .item .box_content img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
    border-radius: 50%;
    padding: 20px;
    box-shadow: 1px -2px 7px #6fb54d;
    margin-bottom: 18px;
}
.emp_benefite_section .item .box_content p {
    font-size: 16px;
    font-weight: 500;
}
.career_form_heading {
    font-weight: 500;
    font-size: 19px;
}
/* Career section End */
#team0,
#team1,
#team2,
#team3,
#team4,
#team5,
#team6,
#team7,
#team8,
#team9,
#team10,
#team11,
#team12,
#team13,
#team14,
#team15,
#team16,
#team17,
#team18,
#team19,
#team20,
#team21,
#team22,
#team23,
#team24 {
    scroll-margin-top: 10rem;
}

/* CSR SECTION START */
.csr_section:nth-child(even) {
    background: linear-gradient(
        135deg,
        rgba(108, 176, 75, 1) 0%,
        rgba(219, 246, 206, 1) 100%
    );
}
.csr_section:nth-child(odd) {
    background-color: #fff;
}
.csr_section:nth-child(even) .about_section {
    display: flex;
    flex-direction: row-reverse;
}
.csr_section {
    padding: 50px 0px;
}
/* CSR SECTION END */

/* POLICY SECTION START */

.policy_section ul {
    list-style-type: disc;
    padding-left: 20px;
}
.policy_section ul li {
    padding-bottom: 10px;
}
.policy_section h3 {
    font-size: 20px;
}
.policy_section h4 {
    font-size: 18px;
}
/* POLICY SECTION END */

/* EVENT SECTION START */
.gallery-image {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
}

.gallery-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.gallery-image .img-box {
    height: 300px;
    color: white;
    background-color: white;
    margin-bottom: 25px;
}

.gallery-image .img-box .content {
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 1px 1px 7px #9d9d9d;
    border: 2px solid #fff;
}

.gallery-image .caption {
    position: absolute;
    bottom: 5px;
    left: 20px;

    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-image .caption p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.gallery-image .transparent-box {
    height: 300px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.gallery-image .img-box:hover img {
    transform: scale(1.1);
}

.gallery-image .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery-image .img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1;
}

.gallery-image .img-box:hover {
    cursor: pointer;
}

.gallery-image .caption .opacity-low {
    opacity: 0.5;
    font-size: 13px;
    opacity: 1;
    font-weight: 500;
    width: fit-content;
    transition: 0.3s ease-in-out;
}
.gallery-image .caption .opacity-low:hover {
    color: #6cae4c;
}

.newsandmediainfo .gallery{
    height: 100%;
    padding-bottom: 25px;
}
.newsandmediainfo .newsmedia {
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 7px #dfdfdf;
    padding: 15px;
    border-radius: 7px;

}

.newsandmediainfo .newsmedia .image img {
    width: 310px;
    height: 200px;
    object-fit: cover;
    border-radius: 7px;
}

.newsandmediainfo .gallery_content {
    padding-left: 40px;
    align-items: start;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.newsandmediainfo img {
    transform: scale(1) !important;
}

.newsandmediainfo .gallery_content .right_content {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
}

.newsandmediainfo .gallery_content .left_content h3 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
}
.newsandmediainfo .gallery_content .left_content p{
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsandmediainfo .gallery_content .left_content .date, .newsandmediainfo .gallery_content .left_content .location{
    margin-bottom: 10px;
    font-size: 18px;
}
.newsandmediainfo .gallery_content .left_content span{
    font-weight: 500;
}

.newsandmediainfo .gallery_content .right_content a {
    border: 1px solid #6cae4c;
    padding: 10px 15px;
    border-radius: 30px;
    transition: 0.4s ease-in-out;
    color: #000;
    font-weight: 500;
}

.newsandmediainfo .gallery_content .right_content a:hover {
    background-color: #afe992;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    display: none;
}

.newsandmediainfo .filter-button{
    font-size: 18px;
    border: 1px solid rgb(149, 194, 128);
    border-radius: 5px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;

}
.newsandmediainfo .filter-button:hover{
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background:linear-gradient(135deg, #6cae4d 16%, #010082 100%);

}
.newsandmediainfo .filter-button.active{
    background: linear-gradient(135deg, #6cae4d 16%, #010082 100%);
    color: #fff;
}

.newsandmediainfo .carousel-control-next, .newsandmediainfo .carousel-control-prev {
    position: absolute;
    top: 45%;
    bottom: 45%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 25px;
    padding: 0;
    color: #ffcccc;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    text-align: center;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.newsandmediainfo .carousel-control-next{
    right: 5px;
}
.newsandmediainfo .carousel-control-prev{
    left: 5px;
}
.newsandmediainfo .carousel-control-next:hover, .newsandmediainfo .carousel-control-prev:hover{
    opacity: 1;
    background: #6cae4c;
}
.newsandmediainfo .carousel-control-next-icon, .newsandmediainfo .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* EVENT SECTION END */

/* SINGLE GALLERY DETAIL PAGE START */
.single_gallery_detail .lightboxpreview {
    transition: all 0.3s linear;
    padding-top: 60%;
    cursor: pointer;
    background-size: cover;
}

.single_gallery_detail .lightbox-content {
    max-height: 75vh;
    height: 75vh;
    width: 100%;
    max-width: 1000px;
}

.single_gallery_detail .lightbox-close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.single_gallery_detail .modal_inner_image {
    min-height: 400px;
    z-index: 1000;
}

.single_gallery_detail .modal-content {
    width: 100%;
}

.single_gallery_detail .modalscale {
    transform: scale(0);
    opacity: 0;
}

.single_gallery_detail .lightbox-container,
.single_gallery_detail .lightbox-btn,
.single_gallery_detail .lightbox-image-wrapper,
.single_gallery_detail .lightbox-enabled {
    transition: all 0.4s ease-in-out;
}

.single_gallery_detail .lightbox_img_wrap {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.single_gallery_detail .lightbox-enabled:hover {
    transform: scale(1.1);
}

.single_gallery_detail .lightbox-enabled {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    cursor: pointer;
}

.single_gallery_detail .lightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

.single_gallery_detail .lightbox-container.active {
    opacity: 1;
    pointer-events: all;
}

.single_gallery_detail .lightbox-image-wrapper {
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    max-height: 80vh;
    position: relative;
}

.single_gallery_detail .lightbox-container.active .lightbox-image-wrapper {
    transform: scale(1);
}

.single_gallery_detail .lightbox-btn,
.single_gallery_detail #close {
    color: white;
    z-index: 9999999;
    cursor: pointer;
    position: absolute;

    font-size: 50px;
}

.single_gallery_detail .lightbox-btn:focus {
    outline: none;
}

.single_gallery_detail .left {
    left: 50px;
}

.single_gallery_detail .right {
    right: 50px;
}

.single_gallery_detail #close {
    top: 50px;
    right: 50px;
}

.single_gallery_detail .lightbox-image {
    width: 100%;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    max-height: 80vh;
    object-fit: cover;
}

@keyframes slideleft {
    33% {
        transform: translateX(-300px);
        opacity: 0;
    }

    66% {
        transform: translateX(300px);
        opacity: 0;
    }
}

.single_gallery_detailv .slideleft {
    animation-name: slideleft;
    animation-duration: 0.5s;
    animation-timing-function: ease;
}

@keyframes slideright {
    33% {
        transform: translateX(300px);
        opacity: 0;
    }

    66% {
        transform: translateX(-300px);
        opacity: 0;
    }
}

.single_gallery_detail .slideright {
    animation-name: slideright;
    animation-duration: 0.5s;
    animation-timing-function: ease;
}
/* SINGLE GALLERY DETAIL PAGE END */

.hide_menu {
    display: none !important;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.contaact_detail {
    display: flex;
    width: 100%;
}
.contact_add_row {
    display: flex;
    align-items: center;
}
.contact_box {
    width: 100%;
    padding: 0px 10px;
}

/* CAREER OPPORTUNITY SECTION START */

.career_opportunity_section .content {
    padding: 20px;
    box-shadow: 1px 1px 7px #a4a4a4;
    border-radius: 5px;
    margin-bottom: 20px;
}
.career_opportunity_section .content h4 {
    color: #6cae4d;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}
.career_opportunity_section .content h5 {
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0px 10px;
}

.career_opportunity_section .content .job-description{
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
}

.career_opportunity_section .content h5 span {
    font-weight: 500;
    color: #666;
}
.career_opportunity_section .apply_view_btn {
    margin-top: 25px;
}
.career_opportunity_section .content button {
    color: #fff;
    padding: 5px 20px;
    background-color: #6cae4d;
    border: 1px solid transparent;
    margin-right: 8px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.career_opportunity_section .content button:hover {
    background-color: #fff;
    border: 1px solid #01017e;
    color: #01017e;
}

.modal_demo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    width: 100%;
    height: 100vh;
}

.modal_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.modal_content .content {
    width: 100%;
    max-width: 70%;
    height: 80%;
    background-color: #fff;
    overflow: auto;
    border-radius: 7px;
}

.job_topbar {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    padding-top: 20px;
}
.job_topbar h4{
    text-transform: capitalize;
}
.job_topbar h4.ha3::after{
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #b5b5b5;
    left: 0;
}

.job_topbar i {
    font-size: 22px;
    transition: color 0.3s ease-in-out;
}

.job_topbar i:hover {
    color: #6cae4d;
}

.job_topbar h4 {
    color: #6cae4d;
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    padding-right: 5px;
}

.material_content {
    padding: 20px;
}

.material_content strong {
    color: #000;
}

.material_content h4 {
    margin-bottom: 10px;
}

.material_content p,
.material_content ul {
    margin: 0px;
}

.material_content ul li {
    list-style-type: disclosure-closed;
    margin-left: 15px;
}

.job_bottom_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    border-top: 2px solid #6cae4d;
    cursor: pointer;
    text-decoration: none;
}

.job_bottom_bar a {
    background-color: #6cae4d;
    color: #fff;
    padding: 3px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    border: 2px solid #6cae4d;
}

.job_bottom_bar a:hover {
    background-color: #fff;
    border: 2px solid #6cae4d;
    color: #6cae4d;
}


.custom-job-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal-content {
    background: white;
    padding: 25px;
    border-radius: 8px;
    width: 60%;
    position: relative;
    height: 70vh;
    overflow-y: scroll;    
    scrollbar-width: thin;
}

.custom-close-modal {
    position: absolute;
    top: 12px;
    right: 18px;
    cursor: pointer;
    font-size: 24px;
}
#customModalJobTitle{
    font-size: 20px;
    padding-right: 40px;
}
#customModalJobLocation{
    color: #6cae4d;
    font-size: 18px;
    padding: 5px 0px 7px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 7px;
}
/* .description-with-apply{
    height: 52vh;
    overflow-y: scroll;    
    scrollbar-width: thin;
} */
#customModalJobDescription h4, #customModalJobDescription h3, #customModalJobDescription h5, #customModalJobDescription h2, #customModalJobDescription h1, #customModalJobDescription h6{
    font-weight: 100;
    font-size: 18px;
}
#customModalJobDescription ul {
    padding-left: 25px;
    margin-bottom: 1rem;
}
#customModalJobDescription ul li{
    list-style-type: disc;
}
.description-with-apply .apply_modal_btn{
    color: #fff;
    padding: 7px 20px;
    background-color: #6cae4d;
    border: 1px solid transparent;
    margin-right: 20px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}
.description-with-apply .apply_modal_btn:hover{
    background-color: #fff;
    border: 1px solid #01017e;
    color: #01017e;
}
/* APPLY MODAL SECTION START */
.apply_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    width: 100%;
    height: auto;
}

.apply_modal .apply_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.apply_modal .apply_content .content {
    width: 100%;
    max-width: 60%;
    height: auto;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 7px;
}

.apply_modal .apply_content form {
    padding: 20px 0px 0px 0px;
}

.apply_modal .apply_content form .col,
.apply_modal .apply_content form .col-sm-3,
.apply_modal .apply_content form .col-sm-9 {
    margin-bottom: 10px;
    padding: 0px;
}

.apply_modal .apply_content form input[type="submit"] {
    padding: 2px 20px;
    font-size: 16px;
    background-color: #6cae4d;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}
.apply_modal .apply_content form input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #6cae4d;
    color: #6cae4d;
}

/* APPLY MODAL SECTION END */

/* Cursor effect start */
.cursor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #edeef0;
    opacity: 0.6;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transform-origin: 65% 65%;
    z-index: 999999;
}

.link-grow {
    transform: scale(3);
    background-color: rgb(89 155 58);
    box-shadow: 0px 0px 2px 0.5px #888888;
    opacity: 0.2;
    transition: all 0.01s linear;
}

.link-grow1 {
    transform: scale(3);
    box-shadow: none;
    background-color: rgba(89 155 58, 0.5);
    box-shadow: 0px 0px 2px 0.5px #888888;
    opacity: 0.8;
    transition: all 0.01s linear;
}

.link-shadow {
    transform: scale(3);
    background-color: #edeef0;
    box-shadow: 0px 0px 3px 0.5px #888888;
    opacity: 0.2;
    transition: all 0.3s linear;
}
/* Cursor effect end */

.featuredPropBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: outside none none;
    padding: 0;
}

.featuredPropBox ul li {
    background-color: #eeeeee;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 250px;
    margin: 5px;
    width: 32%;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

.featuredPropBox ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 22, 0.4);
    transition: all 0.3s;
}
.featuredPropBox ul li .fplogo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 1;
    transition: all 0.3s;
    text-align: center;
}
.featuredPropBox ul li .fplogo h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 0px;
}

.featuredPropBox ul li .fplogo img {
    width: 100%;
}

.featuredPropBox ul li .fptext {
    display: none;
    font-size: 16px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 65%;
    z-index: 1;
}

.featuredPropBox ul li .fptext p {
    color: #fff;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.featuredPropBox ul li:hover {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
}

.featuredPropBox ul li:hover:after {
    background-color: rgba(22, 22, 22, 0.3);
}

.featuredPropBox ul li:hover .fplogo {
    display: none;
}

.featuredPropBox ul li:hover .fptext {
    display: block;
}

/* New CSS start */

#expertise_slider .slider {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 60px;
    /* margin: 10px; */
    /* overflow: hidden; */
}

#expertise_slider .slider__slides {
    width: 100%;
    /* padding-top: 66%; */
    /* height: 80vh;
    padding-bottom: 100px; */
}

#expertise_slider .slider__slide {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    transition: 1s;
    opacity: 0;
    visibility: hidden;
}

#expertise_slider .slider__slide.active {
    opacity: 1;
    display: flex;
    position: initial;
    visibility: visible;
}

#expertise_slider .expertise_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 20px 0px 15px 0px;
}

#expertise_slider .expertise_container .image {
    width: 100%;
    height: 100%;
    display: flex;

    justify-content: flex-end;
}

#expertise_slider .expertise_container .image img:hover {
    transform: scale(1);
}

#expertise_slider .expertise_container .listing_content {
    width: 100%;
    max-width: 500px;
    padding-bottom: 40px;
}

#expertise_slider .expertise_container .listing_content h3 {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

#expertise_slider .expertise_container .listing_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#expertise_slider .slider__slide img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    object-fit: contain;
    margin-right: 20%;
}

#expertise_slider .slider__nav-button {
    position: absolute;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

#expertise_slider .slider__nav-button:hover {
    opacity: 1;
    background-color: #000080;
}

#expertise_slider #nav-button--prev {
    bottom: 2px;
    right: 75px;
    /* transform: translateY(-50%); */
}

#expertise_slider #nav-button--next {
    bottom: 2px;
    right: 10px;
    /* transform: translateY(-50%); */
}

#expertise_slider #nav-button--prev::after,
#expertise_slider #nav-button--next::after {
    content: "";
    position: absolute;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 30%;
    z-index: 99;
    height: 30%;
}

#expertise_slider #nav-button--next::after {
    top: 50%;
    right: 50%;
    transform: translate(25%, -50%) rotate(-45deg);
}

#expertise_slider #nav-button--prev::after {
    top: 50%;
    right: 50%;
    transform: translate(75%, -50%) rotate(135deg);
}

#expertise_slider .slider__nav {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: none;
}

#expertise_slider .slider__navlink {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px #fff solid;
    background-color: #333;
    opacity: 1;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

#expertise_slider .slider__navlink.active {
    background-color: #fff;
    border: 1px #333 solid;
}

.expertise_header {
    display: flex;
    justify-content: space-between;
}
.expertise_content .testimonial-item {
    position: relative;
    padding: 0px;
    height: 400px;
}
.expertise_content .testimonial-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.expertise_content .testimonial-item .overlay_content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.expertise_content .testimonial-item .overlay_content a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.expertise_content .testimonial-item .overlay_content  a h4{
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    background: rgb(61 58 58 / 45%);
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 1);
    text-align: center;
    padding: 8px 10px;
    width: 100%;
    height: fit-content;
}
.expertise-slider .swiper-button-prev {
    top: auto;
    bottom: 5px;
    left: 35%;
    color: #fff;
    background: #6cae4d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expertise-slider .swiper-button-next {
    top: auto;
    bottom: 5px;
    right: 35%;
    color: #fff;
    background: #6cae4d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expertise-section .testimonials .swiper-pagination {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 992px) {
    #expertise_slider .slider__slide img {
        margin-right: 0%;
        margin-bottom: 40px;
    }
    .custom-modal-content{
        width: 85%;
    }
}

@media screen and (max-width: 640px) {
    #expertise_slider .slider__nav-button {
        height: 40px;
        width: 40px;
    }

    #expertise_slider .slider__navlink {
        height: 12px;
        width: 12px;
    }

    #expertise_slider .expertise_container {
        flex-wrap: wrap;
    }

    #expertise_slider .expertise_container .listing_content {
        padding-bottom: 0px;
    }
    .single_detail_page .left_detail img {
        height: 40vh;
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }
    .custom-modal-content{
        width: 95%;
        padding: 10px;
    }
    .career_opportunity_section .apply_view_btn {
        display: flex;
        justify-content: start;
    }
    .career_opportunity_section .content button{
        margin-right: 0px;
        margin-right: 8px;
        font-size: 14px;
        font-weight: 100;
        padding: 5px 8px;
    }
}

/* button css start */
.btn-km.fill-green {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    display: block;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease-in-out;
    padding: 2px 0px !important;
    background: transparent !important;
    border-radius: 100px !important;
    width: fit-content;
}

.btn-km.fill-green:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6cae4d 16%, #010082 100%);
    border-radius: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 100ms ease-in-out;
}

.btn-km.fill-green:hover {
    text-decoration: none;
    transition: all 100ms ease-in-out;
}

.btn-km.fill-green span.btn-text {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 10px 27px 10px 0px;
    display: block;
    position: relative;
    z-index: 9;
    transition: all 200ms ease-in-out;
}

.btn-km.fill-green:hover span.btn-text {
    color: #fff;
    padding: 10px 0px 10px 30px;
    transition: all 200ms ease-in-out;
}

.btn-km.fill-green span.btn-text:before {
    left: -75px;
    transform: scale(0);
}

.btn-km.fill-green:hover span.btn-text:before {
    left: -10px;
    transform: scale(1);
    transition: all 100ms ease-in-out;
}

.btn-km.fill-green span.btn-text:after {
    right: 0px;
    transform: scale(1);
}

.btn-km.fill-green:hover span.btn-text:after {
    right: -75px;
    transform: scale(0);
    transition: all 100ms ease-in-out;
}

.btn-km.fill-green span.btn-text:before,
.btn-km.fill-green span.btn-text:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url("../images/icons/btn-arrow.png") no-repeat center center;
    background-size: contain;
    position: relative;
    top: 3px;
    transition: all 100ms ease-in-out;
}

.btn-km.fill-green:hover:after {
    width: 300%;
    transition: all 100ms ease-in-out;
}

.btn-km.fill-green span.btn-text .b_txt {
    margin: 0px 10px;
}

/* button css end */
/* New CSS end */

/* floating form section start */
.floating-form {
    float: right;
    position: relative;
    bottom: 0;
    right: 10px;
    /* cursor: pointer; */
    z-index: 10;
}

.floating-form .ripple,
.brochor-download .ripple {
    float: right;
    height: 55px;
    width: 55px;
    display: block;
    position: fixed;
    /* bottom: 80px; */
    right: 10px;
    padding: 8px;
    z-index: 9;
    cursor: pointer;
    background: #86d561;
    border-radius: 32px;
    box-shadow: 0 0 10px rgba(134, 213, 97, 0.1);
    animation: ripple 1s linear infinite;
}

.newsletter-form .ripple {
    /* bottom: 250px; */
}
.brochor-download {
    position: fixed;
    z-index: 9;
}
.brochor-download .ripple {
    /* bottom: 165px; */
    display: block !important;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 hsla(96, 64%, 60%, 0.2),
            0 0 0 10px hsla(96, 64%, 60%, 0.2);
    }
    100% {
        box-shadow: 0 0 0 10px hsla(96, 64%, 60%, 0.2),
            0 0 0 20px hsla(96, 64%, 60%, 0);
    }
}

.floating-form .floating-from-detail {
    width: 350px;
    height: 80vh;
    position: fixed;
    bottom: 0;
    right: 10px;
    overflow: scroll;
    /* z-index: ; */
    scrollbar-width: none;
    border-radius: 8px;
    display: none;
}
.newsletter-form .floating-from-detail {
    height: auto;
    bottom: 160px;
}
.floating-form .floating-from-detail .query_form {
    margin-top: 0px;
    box-shadow: 1px 1px 7px #ededed;
    padding: 15px 25px;
    border: 1px solid #cfcfcf;
    /* display: none; */
}
.close-query-form {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.close-query-form span {
    height: 20px;
    width: 20px;
    /* background-color: rgb(240, 240, 240); */
    border-radius: 50%;
    padding: 3px 5px;
}
.floating-form
    .floating-from-detail
    .query_form
    .btn-km.fill-green
    span.btn-text {
    font-size: 12px;
}

.scroll-top1 {
    bottom: 30px;
}
.scroll-top2 {
    bottom: 115px;
}
.scroll-top3 {
    bottom: 200px;
}
.scroll-top1.active {
    /* visibility: visible;
    opacity: 1; */
    bottom: 80px;
}
.scroll-top2.active {
    /* visibility: visible;
    opacity: 1; */
    bottom: 165px;
}
.scroll-top3.active {
    /* visibility: visible;
    opacity: 1; */
    bottom: 250px;
}
/* floating form section end */

/* Hero section start */
/* .hero-video-section {
    width: 95%;
    position: relative;
    background-size: cover;
    padding: 60px 0 0 0;
    height: 93vh;
    margin: auto;
}
.hero-video-section video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: inherit;
    z-index: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
} */
/* Hero section End */

/* Client Project Section Start */
/* Tabs Navigation */
.project_location .tabs-container {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 83px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    left: 0;
    right: 0;
    background: #e7e7e7;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.project_location img {
    transform: none;
}
.project_location .client_project {
    position: relative;
    overflow: hidden;
    /* padding: calc(10px + 5%); */
    /* background-attachment: fixed;
    background-size: cover;
    background-position: center center; */
    /* min-height: 90vh; */
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    margin-top: 85px;
}

.project_location .tab-button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    background: transparent;
    white-space: nowrap;
    margin: 7px;
}

.tab-button.active {
    background: linear-gradient(135deg, #6cae4d 16%, #010082 100%);
    color: #fff;
}

.project_location {
    position: relative;
}

/* Update Project Slider CSS Start */
#project_slider {
    margin: 0px;
}
#project_slider .project_swiper_wrapper {
    display: flex;
    width: 100%;
}
#project_slider .project_swiper_wrapper .project_left {
    width: 70%;
    padding-right: 30px;
}
#project_slider .project_swiper_wrapper .project_left .title{
    background: linear-gradient(
        135deg,
        rgb(159 207 136) 0%,
        rgba(219, 246, 206, 1) 100%
    );
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#project_slider .project_swiper_wrapper .project_left h3 {
    margin-bottom: 0px;
    padding: 15px;
    font-size: 22px;
    font-weight: 100;
    color: #000;
}
#project_slider .project_swiper_wrapper .project_right {
    width: 30%;
    background: linear-gradient(
        135deg,
        rgb(159 207 136) 0%,
        rgba(219, 246, 206, 1) 100%
    );
}
#project_slider .project_swiper_wrapper .project_left .image-box {
    height: auto;
}
#project_slider .project_swiper_wrapper .project_left .image-box img {
    border-radius: 0px;
    height: 70vh;
    margin-bottom: 30px;
}
#project_slider .project_swiper_wrapper .project_right .slider_section {
    padding: 20px;
    color: #000;
}
#project_slider
    .project_swiper_wrapper
    .project_right
    .slider_section
    .content {
    margin-bottom: 25px;
}
#project_slider
    .project_swiper_wrapper
    .project_right
    .slider_section
    .content h4{
    font-weight: 100;
}
#project_slider
    .project_swiper_wrapper
    .project_right
    .slider_section
    .content
    ul {
    list-style-type: disc;
    padding-left: 20px;
}
#project_slider
    .project_swiper_wrapper
    .project_right
    .slider_section
    .content
    ul
    li {
    list-style-type: disc;
}

.project_location .swiper-button-next {
    right: 7rem !important;
}
.project_location .swiper-button-prev {
    left: 7rem !important;
}
/* Update Project Slider CSS End */

/* Swiper Styling */
.project_location .swiper {
    width: 100%;
    margin: 0px auto 0px auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.project_location img {
    width: 100%;
}

.project_location .swiper-button-prev,
.project_location .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}
.project_location .swiper-button-next,
.project_location .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    content: "prev";
    background: #fff;
    border: 1px solid #000;
}
.project_location .swiper-button-prev:after,
.project_location .swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.project_location .swiper-button-next:after,
.project_location .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 12px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    width: 40px;
    height: 40px;
    object-fit: contain;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.project_location .client_project .top_section {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    height: 75vh;
    position: relative;
}
.project_location .client_project .top_section::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.project_location .client_project .top_section .container {
    padding: 40px 10% 0% 10%;
    height: 100%;
}

.project_location .client_project .top_section .container .image-box {
    height: 100%;
    width: 100%;
    position: relative;
    margin: auto;
}
.project_location .client_project .top_section .container .image-box img {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(154 189 136 / 60%);
    padding: 25px;
    border-radius: 0px;
    object-fit: cover;
}
.project_location .client_project .bottom_section {
    width: 100%;
    margin-bottom: 60px;
}
.project_location .client_project .bottom_section .container {
    padding: 0% 10% 0% 10%;
    height: 100%;
}
.project_location .client_project .bottom_section .container .slider_section {
    background: rgb(154 189 136 / 60%);
    padding: 30px 50px;
    margin: 0px 0px;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .title {
    position: relative;
    width: fit-content;
    color: #000;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .title::after {
    content: "";
    width: 75%;
    height: 2px;
    background: black;
    display: block;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product,
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product_category {
    display: flex;
    width: 100%;
    margin: 20px 0px;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product_category
    .left_content,
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product_category
    .right_content {
    width: 50%;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product
    h4 {
    color: #000;
    padding-right: 25px;
    margin: 0px;
    font-size: 22px;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product
    ul {
    display: flex;
    align-items: center;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product
    ul
    li {
    list-style-type: disc;
    margin: 0px 15px;
    color: #000;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product_category {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product_category
    h4 {
    color: #000;
    margin: 0px;
    font-size: 22px;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product_category
    ul {
    margin: 15px 0px 0px 20px;
}
.project_location
    .client_project
    .bottom_section
    .container
    .slider_section
    .product_category
    ul
    li {
    margin: 5px 0px;
    list-style-type: disc;
    color: #000;
}
/* Client Project Section End */

/* Banner Section Update */
.hero-overlay-content {
    position: absolute;
    /* width: fit-content; */
    color: #fff;
    top: 70px;
    left: 0;
    z-index: 1;
    /* backdrop-filter: blur(7px); */
    bottom: 50px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.cursor-pointer:hover {
    cursor: pointer;
}
/* Update client Css Section Start */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.client-section-slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    margin: auto;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.client-section-slider a {
    height: 100%;
}
.client-section-slider a img {
    height: 100%;
    object-fit: contain;
}

.client-section-slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    min-width: 200%;
    position: absolute;
}

.client-section-slider .slide-client {
    height: 80px;
    transition: 300ms all linear;
}

.client-section-slider:hover .slide-track {
    animation-play-state: paused;
}
/* Update client Css Section End */

/* Vendor Section Start */
.vendor-banner {
    background-image: url("../images/main/vendor.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
    position: relative;
}

.vendor-banner .form-section {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    bottom: 10vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.vendor-banner .form-section .content {
    backdrop-filter: blur(7px);
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    border-radius: 5px;
}

.vendor-banner .form-section .vendor-tagline{
    color: #ffffff;
    text-align: center;
    text-shadow: 8px 5px 6px rgb(6 6 6 / 69%);
}
.vendor-banner .form-section .vendor-heading h3 {
    padding: 10px 30px 10px;
    margin: 0px;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 36px;
    font-weight: 100;
    text-align: center;
    text-shadow: 8px 10px 6px rgb(6 6 6 / 69%);
}
.vendor-banner .form-section .vendor-heading h4 {
    color: #fff;
    text-align: center;
    font-weight: 100;
    text-shadow: 8px 10px 6px rgb(6 6 6 / 69%);
}

.vendor-banner .form-section form {
    display: flex;
}

.vendor-banner .form-section form {
    display: flex;
    padding: 20px 30px;
    margin-top: -1px;
    align-items: center;
}

.vendor-banner .form-section form input {
    width: 280px;
    padding: 12px;
    border-radius: 3px;
    border: none;
}

.vendor-banner .form-section form .vendor-btn button {
    background-color: transparent;
    border: none;
    margin-left: 20px;
}

.vendor-banner .form-section form .vendor-btn button a {
    background: linear-gradient(135deg, #6cae4d 16%, #010082 100%);

    padding: 10px 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
}

.vendor-banner .form-section form .vendor-btn button:nth-child(2) {
    margin-left: 13px;
}

.vendor-banner .form-section form .vendor-btn button:nth-child(2) a {
    background: #f94b4b;
    padding: 10px 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
}

.vendor-content-header,
.vendor-content-data {
    display: flex;
    background-color: #6cae4d;
    color: white;
    font-weight: bold;
    text-align: center;
}

.vendor-content-data {
    background-color: #f8f9fa;
    color: black;
    font-weight: normal;
}

.vendor-items {
    flex: 1;
    padding: 10px;
    border: 1px solid #dee2e6;
}

.mobile-vendor-data {
    display: none;
}

/* Vendor Section End */
.service-top-tagline{
    display: none;
    text-align: center;
    background: #fff;
    text-transform: capitalize;
}
.service-top-tagline h4{
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    font-size: 3rem;
    color: transparent;
    background: linear-gradient(to left, #cae5e2 50%, #010082 40%, #6cae4d 90%);
    background-size: 200%;
    background-clip: text;
    font-weight: 100;
}

/* Team modal Section Start */
.team-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.team-modal .team_modal_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.team-modal .team_modal_section .team_content {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    width: 600px;
    overflow: scroll;
    height: fit-content;
    max-height: 80%;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.team-modal .team_modal_section .team_content .team-box .top_content {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.team-modal .team_modal_section .team_content .close-team {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #d3d3d3;
    border: none;
    font-weight: 800;
    color: #000;
}

.animated-title {
    position: relative;
    color: transparent;
    width: fit-content;
    text-transform: uppercase;
    background: linear-gradient(to left, #cae5e2 50%, #010082 40%, #6cae4d 90%);
    background-clip: text;
    font-weight: 700;
    background-position-x: 0%;
    background-size: 200% 100%;
}

.team-modal .team_modal_section .team_content .team-box .top_content .left img {
    width: 175px;
    height: 100%;
    margin-right: 30px;
    object-fit: contain;
    transform: scale(1) !important;
}

#team-description {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-line-clamp: inherit;
    font-weight: 100;
    flex-direction: column;
}

#team-linkedin,
#team-email {
    width: 40px;
    height: 40px;
}

#team-linkedin i,
#team-email i {
    font-size: 20px;
}
.opportunity_form {
    padding: 0px 20px;
}
/* Team modal Section End */

/* Counter Section */
.newsandmediainfo .newsmedia .image img {
    width: 100%;
    height: 350px 20px;
}

.vendor_registration_form .section-header {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 1450px) {
    .map_container #chartdiv {
        max-width: 85%;
    }
    .project_location .container {
        max-width: 100%;
    }
    .hero {
        height: 600px;
        max-height: 600px;
    }
}
@media (max-width: 1400px) {
    .emp_benefite_section .item {
        width: 25%;
    }
}
@media (min-width: 1279px) and (max-width: 1380px) {
    form .references_section .box {
        width: 14%;
        padding: 0px 5px;
    }
}

@media (max-width: 1280px) {
    .our_expertise_section .left_section,
    .our_expertise_section .right_section {
        width: 50%;
    }
    .map_container #chartdiv {
        max-width: 90%;
    }
    .icon-box .title {
        font-weight: 600;
    }
    .hide_menu {
        display: block !important;
    }
    .navbar ul li .contact_btn {
        width: fit-content;
        margin-left: 20px;
        margin-top: 15px;
    }
    .project_location .swiper-button-next {
        right: 1rem !important;
    }
    .project_location .swiper-button-prev {
        left: 1rem !important;
    }
}
@media (max-width: 1200px) {
    .service-card-alt1 {
        padding: 0px 15px;
    }
    .team_detail_section .left_section .team_image {
        max-width: 100%;
    }
    .team_detail_section .right_section {
        padding-left: 35px;
    }
    .about_section .left_section {
        padding: 0px 130px 0px 15px;
    }
    .blog-sidbar {
        padding: 0px;
    }
}
@media (max-width: 1150px) {
    form .references_section .box {
        width: 33.33%;
        padding: 0px 5px;
    }
    form .references_section .remove_row_btn {
        padding: 0px 0px 15px 15px;
    }
    .form_section form .references_section .add_row {
        margin-left: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px){
    .service-capsule-section .left-capsule,
    .service-capsule-section .middle-capsule,
    .service-capsule-section .right-capsule {
        width: 100%;
    }

    .capsle-container {
        height: auto;
    }

    .service-capsule-section {
        padding: 0px 15px;
        height: auto;
        overflow: hidden;
    }

    .service-capsule-section .left-capsule,
    .service-capsule-section .right-capsule {
        height: fit-content;
    }

    .service-capsule-section .middle-capsule {
        height: auto;
    }

    .services-logo-slide .services-slide {
        height: 200px;
        width: 300px;
    }

    .service-capsule-section .listing-data ul {
        align-items: start;
        padding: 0px;
    }

    .service-capsule-section .left-capsule .listing-data ul li:nth-child(2),
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(3),
    .service-capsule-section .right-capsule .listing-data ul li:nth-child(2),
    .service-capsule-section .right-capsule .listing-data ul li:nth-child(3) {
        margin: 15px 0px;
    }

    .service-capsule-section .left-capsule .listing-data ul li:nth-child(1),
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(2),
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(3),
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(4) {
        flex-direction: row;
    }

    .service-capsule-section .left-capsule .listing-data ul li:nth-child(1) .image,
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(2) .image,
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(3) .image,
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(4) .image {
        margin-right: 15px;
        margin-left: 0px;
    }

    .service-capsule-section .left-capsule .listing-data ul li:nth-child(1) .title,
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(2) .title,
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(3) .title,
    .service-capsule-section .left-capsule .listing-data ul li:nth-child(4) .title {
        align-items: start;
    }

    .service-capsule-section .listing-data ul li {
        display: flex;
        align-items: start;
        margin: 10px 0px;
    }
    .service-capsule-section .left-capsule .listing-data ul li .title{
        text-align: start;
    }
}
@media (max-width: 992px) {
    .about_section .left_section {
        width: 100%;
        margin-bottom: 0px;
        padding: 0px;
    }
    .about_section .right_section {
        width: 100%;
        padding: 0px;
    }
    .expertise_name {
        transform: translateY(0%);
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    .service-card-alt1 {
        padding: 0px 10px;
        width: 50%;
    }
    #counter .content {
        width: 50%;
    }
    .footer-section .footer-content .footer-column {
        padding-top: 30px;
    }
    .footer-section .footer-content .padding-top-25 {
        padding-top: 25px;
    }
    .our_expertise_section .left_section {
        width: 100%;
        height: 35%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .our_expertise_section .right_section {
        width: 100%;
        height: 55%;
        padding: 0px;
    }
    /* .our_expertise_section .left_section {
        margin-bottom: 40px;
    } */
    .our_expertise_box:nth-child(odd) {
        background: #fff;
    }
    .our_expertise_box:nth-child(even) {
        background: linear-gradient(
            135deg,
            rgba(108, 176, 75, 1) 0%,
            rgba(219, 246, 206, 1) 100%
        );
    }
    #counter .content {
        margin-bottom: 160px;
    }
    .value_mission_section {
        flex-direction: column-reverse;
    }
    .value_mission_section .left_section {
        padding-right: 0px;
        width: 100%;
    }
    .value_mission_section .right_section {
        width: 100%;
        margin-bottom: 30px;
    }
    .value_mission_section .right_section .items {
        margin-left: 0px;
    }
    .value_mission_section .right_section .items:nth-child(2) {
        margin-left: 30px;
    }
    .value_mission_section .mid_coloum .logo_image {
        margin: 0px 30px 0px;
        width: 170px;
        height: 170px;
    }
    .value_mission_section .mid_coloum .logo_image img{
        width: 118px;
    }
    .value_mission_section .mid_coloum {
        margin-bottom: 30px;
    }
    .map_container #chartdiv {
        height: 45vh;
    }
    .our_expertise_box:nth-child(odd) .our_expertise_section .left_section {
        padding-left: 0px;
    }
    .our_expertise_box:nth-child(even) .our_expertise_section .left_section {
        padding-right: 0px;
    }
    .contact-information-box-3 {
        padding: 0px 0px;
    }
    .contact-form.contact-form-3 {
        padding: 0px;
    }
    .career_section .image_content img {
        max-width: 60%;
        padding-left: 10px;
    }
    .emp_benefite_section .item {
        width: 33.33%;
    }
    .career_form_section {
        max-width: 100%;
        padding: 20px 10px;
    }
    .detail_main_image {
        height: 60vh;
        margin-bottom: 20px;
    }
    .justify-center {
        justify-content: start;
    }
    .hero {
        height: 415px;
        min-height: 100%;
    }
    .hero-overlay-content {
        bottom: 20px;
    }
    .featuredPropBox ul li {
        width: 48%;
    }
    .our_expertise_box .our_expertise_section {
        display: flex;
        flex-direction: column-reverse !important;
    }

    /* project Location */

    .project_location .tabs-container {
        width: 100%;
        overflow-x: scroll;
        justify-content: space-evenly;
    }
    .project_location .client_project .top_section {
        height: 60vh;
    }
    .project_location .client_project .top_section .container {
        padding: 60px 10% 0% 10%;
    }
    .project_location .client_project .bottom_section .container {
        padding: 0% 0% 0% 0%;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product
        ul {
        flex-wrap: wrap;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product
        ul
        li {
        margin: 3px 15px;
    }

    #project_slider .project_swiper_wrapper {
        flex-direction: column;
    }
    #project_slider .project_swiper_wrapper .project_left {
        width: 100%;
        padding-right: 0;
    }
    #project_slider .project_swiper_wrapper .project_right {
        width: 100%;
        /* background: #24617d; */
    }
    #project_slider .project_swiper_wrapper .project_left .image-box img {
        height: 45vh;
        margin-bottom: 15px;
    }
    .project_location .swiper-button-next {
      top: 30%;
    }
    .project_location .swiper-button-prev {
        top: 30%;
    }
}
@media (max-width: 768px) {
    .call-to-action {
        padding: 90px 15px;
    }
    .service-top-tagline h4 {
        font-size: 1.5rem;
    }
    .mobile-left {
        text-align: left;
    }
    .mobile-left .list-wrap {
        flex-direction: row-reverse;
    }
    .breadcrumbs .page-header {
        margin-top: 40px;
    }
    .list-wrap .icon {
        width: 90px;
        text-align: start;
        height: 100px;
        border-radius: 50%;
    }
    .map_container #chartdiv {
        height: 30vh !important;
    }
    .about_section .content img {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-bottom: 30px;
        border-radius: 5px;
    }
    form .references_section .box {
        width: 50%;
    }
    .single_detail_page .left_detail ul {
        column-count: 1;
    }
    .team_detail_section .right_section,
    .team_detail_section .left_section {
        width: 100%;
        padding-left: 0px;
    }
    .main_team_page
        .team_box:nth-child(even)
        .team_detail_section
        .left_section,
    .main_team_page
        .team_box:nth-child(odd)
        .team_detail_section
        .left_section {
        justify-content: center;
    }
    .team_detail_section .left_section .team_image {
        margin-bottom: 30px;
    }
    .main_team_page .team_box {
        padding: 40px 0px 20px;
    }
    .career_section .image_content img {
        max-width: 100%;
        padding-left: 0px;
    }
    .emp_benefite_section .item {
        width: 50%;
    }
    .gallery-image .img-box {
        padding: 0px;
    }
    .main_team_page .team_detail_section .left_section {
        width: 100%;
        margin-bottom: 20px;
    }
    .main_team_page .team_detail_section .left_section .team_image {
        display: flex;
        justify-content: center;
        max-width: 70%;
        margin: inherit auto;
    }
    .main_team_page .team_detail_section .right_section {
        width: 100%;
    }
    .hero {
        height: 330px;
        bottom: 20px;
        min-height: 100%;
    }
    .hero-overlay-content {
        bottom: 20px;
    }
    .contaact_detail {
        flex-wrap: wrap;
    }
    .contact_box {
        width: 50%;
        padding: 0px 10px;
    }
    .contact_add_row {
        padding-left: 10px;
    }
    .header.sticked {
        height: 65px;
    }
    .header .logo img {
        max-height: 30px;
    }
    .expertise_page .expertise-section {
        height: 95vh !important;
    }
    .project_location .swiper {
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .project_location .tabs-container {
        top: 60px;
    }
    .project_location .client_project {
        margin-top: 80px;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product,
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product_category {
        flex-wrap: wrap;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product
        ul {
        margin-top: 10px;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section {
        padding: 30px 15px;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product_category {
        flex-wrap: wrap;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product_category
        .left_content {
        margin-bottom: 25px;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product_category
        ul {
        margin: 10px 0px 0px 20px;
    }
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product_category
        .left_content,
    .project_location
        .client_project
        .bottom_section
        .container
        .slider_section
        .product_category
        .right_content {
        width: 100%;
    }
    .project_location .client_project .top_section .container {
        padding: 20px 3% 0% 3%;
    }
    .project_location .client_project .top_section .container .image-box img {
        padding: 20px;
    }

    /* vendor */
    .vendor-banner .form-section .content {
        backdrop-filter: blur(3px);
        background: rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 15px;
        border-radius: 5px;
        margin: 0px 20px;
        width: 95%;
    }



    .vendor-banner .form-section .vendor-heading h3 {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
    }

    .vendor-banner .form-section form {
        align-items: center;
        flex-direction: column;
    }

    .vendor-banner .form-section form input {
        width: 325px;
        padding: 12px;
        border-radius: 3px;
        border: none;
    }

    .vendor-banner .form-section form .vendor-btn {
        margin-top: 30px;
    }

    .vendor-banner .form-section form .vendor-btn button {
        background-color: transparent;
        border: none;
    }
    .expertise-slider .swiper-pagination {
        margin-top: 30px;
    }
    .expertise-slider .swiper-button-prev {
        left: 0;
    }
    .expertise-slider .swiper-button-next {
        right: 0;
    }
    #project_slider .project_swiper_wrapper .project_left .image-box img {
        height: 40vh;
    }
    .project_location .swiper-button-next {
        right: 3rem !important;
    }
    .project_location .swiper-button-prev {
        left: 3rem !important;
    }
    .newsletter-form #newsletter_form_detail {
        bottom: 110px;
    }
    .floating-form .floating-from-detail {
        bottom: 15px;
        height: auto;
    }
    .counter_section .main .left_section h3 {
        font-size: 1.8rem;
    }
    .expertise_content .testimonial-item .overlay_content h4 a {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .btn-km.fill-green span.btn-text {
        white-space: nowrap;
    }
    .btn-km.fill-green span.btn-text .b_txt {
        font-size: 12px;
    }
    .service-card-alt1 {
        padding: 0px 0px;
        width: 100%;
    }
    .apply_modal .apply_content .content {
        max-width: 95% !important;
        padding: 0px 10px 20px 10px;
    }
    #counter .content {
        width: 100%;
    }
    #counter .content:last-child {
        margin-bottom: 125px;
    }
    .team .member {
        /* padding: 15px 0px; */
    }
    .call-to-action {
        padding: 90px 0px;
    }
    #counter .content .overlay_content {
        width: 100%;
    }
    .our_expertise_section {
        padding: 60px 0px;
    }
    .hero {
        height: 240px;
        min-height: 100%;
    }
    .hero h2 {
        color: #fff;
        font-size: 30px;
    }
    .banner_content {
        bottom: 0px;
    }
    .map_container #chartdiv {
        height: 23vh !important;
    }
    .value_mission_section .right_section .top .items .content,
    .value_mission_section .right_section .bottom .items .content {
        display: flex;
        flex-direction: column;
        align-items: start;
        border-radius: 5px;
        padding-bottom: 10px;
    }
    .value_mission_section .right_section .items .image,
    .value_mission_section .right_section .bottom .items .image {
        width: 105px;
    }
    .value_mission_section .right_section .items:nth-child(2) {
        margin-left: 0;
    }
    .value_mission_section .right_section .items .image,
    .value_mission_section .right_section .bottom .items .image {
        width: 100%;
        display: inline;
        margin: 0px;
        padding-bottom: 2px;
    }
    .value_mission_section .circle_column .box {
        width: 265px;
        height: 265px;
    }
    .mob_vision {
        display: block !important;
    }
    .desktop_vision {
        display: none !important;
    }
    .value_mission_section .right_section .top .items .content h4 {
        padding: 40px 20px 0px;
    }
    .value_mission_section .right_section .bottom .items .content h4 {
        padding: 40px 20px 0px;
    }

    .value_mission_section .right_section .items .image img {
        padding: 20px;
        width: 105px;
        height: 100%;
        object-fit: contain;
        float: left;
    }
    .breadcrumbs .page-header,
    .breadcrumbs .page-header:before {
        height: 15vh;
    }
    .breadcrumbs .page-header h2 {
        font-size: 22px;
    }
    .testimonials .testimonial-item {
        padding: 10px;
        margin: 0;
        flex-direction: column;
    }
    .expertise_content .testimonial-item {
        padding: 0px;
        margin-top: 35px;
    }
    .expertise_content .testimonial-item {
        height: 350px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .timeline .swiper-button-next,
    .timeline .swiper-button-prev {
        display: block;
        background: transparent;
    }
    .emp_benefite_section .item .box_content img {
        width: 120px;
        height: 120px;
    }
    .detail_main_image {
        height: 40vh;
    }
    .main_team_page .team_detail_section .left_section .team_image {
        max-width: 100%;
    }
    .contaact_detail {
        flex-wrap: wrap;
    }
    .contact_box {
        width: 100%;
        padding: 0px;
    }
    .contact_add_row {
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .contact-section .contact-form-3 form .form-control {
        font-size: 12px;
        width: 100%;
        padding: 0px 10px;
        height: 30px;
    }
    .contact-section .contact-form-3 form label {
        font-size: 13px;
    }
    .job_topbar {
        display: flex;
        justify-content: space-between;
        padding: 5px 0px;
        padding-top: 5px;
        align-items: center;
    }
    .career_modal {
        padding: 0px 10px;
    }
    .job_topbar h4 {
        font-size: 20px;
    }
    .apply_modal .apply_content form {
        padding: 10px 0px 0px 0px;
    }
    .apply_modal .apply_content form .col-md-6 {
        width: 50% !important;
    }
    .opportunity_form .single-page {
        padding: 0px;
    }
    .resume span {
        display: none !important;
    }
    .contact-form button[type="submit"] {
        border: none;
        padding: 7px 24px;
        cursor: pointer;
        font-size: 13px;
    }
    .featuredPropBox ul li {
        width: 100%;
    }
    .blog_section .left_section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 0px 10px;
    }
    .blog_section .right_section {
        width: 100%;
    }
    .team .member .overlay_content {
        transform: translateY(81%);
    }

    .team-modal .team_modal_section .team_content {
        width: calc(100% - 1rem);
    }

    .team-modal
        .team_modal_section
        .team_content
        .team-box
        .top_content
        .left
        img {
        width: 118px;
        height: 100%;
        margin-right: 25px;
    }
    .team-modal .team_modal_section .team_content .team-box .top_content {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .team-modal .team_modal_section .team_content .team-box .bottom {
        max-height: 46vh;
        overflow-y: scroll;
    }
    .center-icon {
        transform: none !important;
    }
    .floating-form .ripple,
    .brochor-download .ripple {
        width: 45px;
        height: 45px;
        right: 10px;
    }
    .scroll-top1 {
        bottom: 20px;
    }
    .scroll-top2 {
        bottom: 80px;
    }
    .scroll-top3 {
        bottom: 145px;
    }
    .scroll-top1.active {
        bottom: 75px;
    }
    .scroll-top2.active {
        bottom: 135px;
    }
    .scroll-top3.active {
        bottom: 195px;
    }
    .scroll-top.active {
        bottom: 17px;
    }
    .scroll-top {
        width: 45px;
        height: 45px;
        right: 10px;
    }
    .team-modal
        .team_modal_section
        .team_content
        .team-box
        .top_content
        .right
        .social {
        margin-top: 5px;
    }
    #team-linkedin,
    #team-email {
        width: auto;
        height: 40px;
    }
    .project_location .container .left-content {
        width: 100%;
        height: 100%;
    }
    .project_location .swiper-button-next,
    .project_location .swiper-button-prev {
        display: block;
    }
    .project_location .container {
        max-width: 100%;
    }
    .project_location .client_project .top_section {
        height: 40vh;
    }

    .project_location .swiper-button-prev {
        top: 17%;
        left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project_location .swiper-button-next {
        right: 5px;
        top: 17%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .expertise_page .expertise-section {
        height: 92vh !important;
    }

    /* Services section */
    .services_circle_section .circle-container {
        position: relative;
        width: 20em;
        height: 20em;
        margin-left: 0px;
        margin-bottom: 40px;
    }

    .services_circle_section .circle-container > *:nth-of-type(1) {
        -moz-transform: rotate(0deg) translate(9.5em) rotate(-0deg);
        -ms-transform: rotate(0deg) translate(9.5em) rotate(-0deg);
        -webkit-transform: rotate(0deg) translate(9.5em) rotate(-0deg);
        transform: rotate(0deg) translate(9.5em) rotate(-0deg);
    }

    .services_circle_section .circle-container > *:nth-of-type(2) {
        -moz-transform: rotate(60deg) translate(9.5em) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(9.5em) rotate(-60deg);
        -webkit-transform: rotate(60deg) translate(9.5em) rotate(-60deg);
        transform: rotate(60deg) translate(9.5em) rotate(-60deg);
    }

    .services_circle_section .circle-container > *:nth-of-type(3) {
        -moz-transform: rotate(120deg) translate(9.5em) rotate(-120deg);
        -ms-transform: rotate(120deg) translate(9.5em) rotate(-120deg);
        -webkit-transform: rotate(120deg) translate(9.5em) rotate(-120deg);
        transform: rotate(120deg) translate(9.5em) rotate(-120deg);
    }

    .services_circle_section .circle-container > *:nth-of-type(4) {
        -moz-transform: rotate(180deg) translate(9.5em) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(9.5em) rotate(-180deg);
        -webkit-transform: rotate(180deg) translate(9.5em) rotate(-180deg);
        transform: rotate(180deg) translate(9.5em) rotate(-180deg);
    }

    .services_circle_section .circle-container > *:nth-of-type(5) {
        -moz-transform: rotate(240deg) translate(9.5em) rotate(-240deg);
        -ms-transform: rotate(240deg) translate(9.5em) rotate(-240deg);
        -webkit-transform: rotate(240deg) translate(9.5em) rotate(-240deg);
        transform: rotate(240deg) translate(9.5em) rotate(-240deg);
    }

    .services_circle_section .circle-container > *:nth-of-type(6) {
        -moz-transform: rotate(300deg) translate(9.5em) rotate(-300deg);
        -ms-transform: rotate(300deg) translate(9.5em) rotate(-300deg);
        -webkit-transform: rotate(300deg) translate(9.5em) rotate(-300deg);
        transform: rotate(300deg) translate(9.5em) rotate(-300deg);
    }

    .client-section-slider .slide-client {
        width: 180px;
    }

    .counter_section .counter-title h3 {
        font-size: 2rem;
    }

    .counter_section .main .left_section {
        padding-right: 0px;
    }
    .counter_section .main .left_section p {
        font-size: 1.2rem;
        font-weight: 300;
        padding-top: 10px;
    }
    .counter_section .main #counter .content {
        margin-bottom: 0px;
        width: 50%;
    }
    .counter_section .main #counter .item .count {
        font-size: 2.5rem;
    }
    .counter_section .main #counter .item {
        height: 135px;
    }
    /* vendor css */
    .vendor-banner .form-section form input {
        width: 270px;
    }

    .vendor-banner .form-section .vendor-heading h3 {
        font-size: 30px;
        font-weight: 500;
        text-align: center;
    }

    .vendor-banner {
        height: 75vh;
    }

    .vendor-banner .form-section {
        top: auto;
    }

    /* mobile css */

    .info-table {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        width: 100%;
    }

    .info-labels,
    .info-values {
        display: grid;
        grid-template-rows: repeat(4, 1fr);
    }

    .info-labels div,
    .info-values div {
        padding: 10px;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
    }

    .info-labels {
        background-color: #6cae4d;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    .info-values {
        background: #fff;
        color: black;
    }

    .desktop-vendor-data {
        display: none;
    }
    #bannerTitle {
        font-size: clamp(1.1rem, 3vw, 30px);
    }
    #bannerTitle .first-letter {
        font-size: 22px;
    }
    .single_detail_page .left_detail ul {
        padding: 35px 15px 20px;
    }
    .hero-overlay-content {
        top: 40px;
        bottom: 10px;
    }
    .mob-pb-0 {
        padding-bottom: 0px;
    }
    .project_location .client_project .bottom_section {
        padding-bottom: 0px;
        margin-bottom: 40px;
    }
    .section-pad-head {
        padding-top: 0px;
    }
    .value_mission_section .circle_column .box .content {
        padding: 35px 30px 30px;
    }

    .page-padding {
        padding: 10px 0px;
    }
    .section-padding {
        padding: 10px 0px;
        overflow: hidden;
    }
    .mpt-40 {
        padding-top: 40px;
    }
    .page_404 {
        margin-top: 0px;
    }
    .four_zero_four_bg {
        height: 300px;
        background-position: center;
        width: 100%;
        margin: auto;
        background-size: contain;
        margin-bottom: 30px;
    }
    .floating-form .floating-from-detail .query_form {
        padding: 10px 15px 0px;
    }
    .floating-form .floating-from-detail .query_form form {
        margin-bottom: 0px;
    }
    .floating-form .floating-from-detail {
        width: 310px;
    }
    #project_slider .project_swiper_wrapper .project_left .image-box img {
        height: 30vh;
    }
    .project_location .swiper-button-next {
        right: 1rem !important;
    }
    .project_location .swiper-button-prev {
        left: 1rem !important;
    }
    .audited-box {
        margin: 0px;
        margin-bottom: 10px !important;
    }
    .audited-box .audit {
        padding: 0px;
    }
    #references_container {
        padding: 0px 5px;
        margin: 0px;
    }
    .form_section form .references_section .add_row {
        margin-left: 5px;
    }
    .terms_condition_form {
        padding-left: 0px;
    }
    .mpt-0 {
        padding-top: 0px;
    }
    .mpb-0 {
        padding-bottom: 0px;
    }

    /* mobile update css start */
    .home_about h2 {
        font-size: 1.5rem;
        margin: 0px;
    }
    .expertise-slider .swiper-button-prev {
        background-color: transparent;
        color: #000;
    }
    .expertise-slider .swiper-button-next {
        background-color: transparent;
        color: #000;
    }

    .expertise-slider .swiper-pagination {
        margin-top: 25px;
    }
    .section-header {
        padding-bottom: 20px;
    }

    .blog_section .left_section p {
        padding: 0px 0px 15px;
    }
    .about_section_page .about_section_title p {
        margin-bottom: 0px;
    }
    .value_mission_section {
        padding: 0px 0px 10px;
    }
    .submit_row {
        margin-top: 0px;
    }
    .submit_row #submitbtn {
        margin-top: 0px;
    }
    .team .team_box {
        margin-bottom: 0px;
    }
    #featured .list-wrap {
        display: flex;
        gap: 20px;
        margin-bottom: 6px;
    }
    .faq .accordion-button {
        font-size: 18px;
    }
    .faq .accordion-body {
        padding: 5px 15px 10px;
    }

    .vendor_registration_form .section-header {
        padding-top: 30px;
    }
    .form_section form {
        margin: 20px 0px 0px 0px;
        padding: 10px 10px 20px;
    }
    .vendor_registration_form .mb-3 {
        margin: 5px 0px;
        padding: 0px 10px;
    }
    #contact_container {
        padding: 5px 0px 0px;
        margin-top: 5px;
    }
    .recent-posts article {
        padding: 10px 10px 0px;
    }
    .newsandmediainfo .newsmedia .image img {
        width: 100%;
        height: 170px;
    }

    .newsandmediainfo .newsmedia .image img {
        width: 100%;
        height: 180px;
    }
    .contact-page {
        margin-top: 30px;
    }
    .single_detail_page .left_detail img {
        height: 30vh;
    }
    .opportunity_form {
        padding: 0px 15px;
    }
    .blog_section .blog-box {
        padding: 0px;
    }
    .blog_section .right_section .blog_slide .testimonial-item {
        margin: 10px 0px;
    }
    .all_comment_section .comment-box:last-child {
        margin-bottom: 10px;
    }
    .value_mission_section .circle_column .box .half_circle::before {
        right: 10%;
    }
    #project_slider .project_swiper_wrapper .project_left .title{
        padding: 10px;
        flex-direction: column;
    }
    #project_slider .project_swiper_wrapper .project_left .title h3{
        padding: 0px;
    }
    #project_slider .project_swiper_wrapper .project_left .title h3:nth-of-type(1){
        padding-bottom: 10px;
    }
    #project_slider .project_swiper_wrapper .project_right .slider_section{
        min-height: 65vh;
    }

    /* event Start */
    .newsandmediainfo .newsmedia{
        flex-direction: column;
    }
    .newsandmediainfo .gallery_content {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }
    .newsandmediainfo .newsmedia .image img{
        width: 100%;
        height: 170px;
        object-fit: cover ;
    }
    .newsandmediainfo .newsmedia .image .carousel{
        width: 100% !important;
    }
    .cursor{
        display: none;
    }
    .service-capsule-section .listing-data ul li .image img{
        width: 22px;
        height: 22px;
    }
    .service-capsule-section .listing-data ul li{
        margin: 12px 0px;
    }
    .service-capsule-section .listing-data ul li{
        margin: 5px 0px !important;
    }
    .service-capsule-section .listing-data ul li .title h4{
        margin-bottom: 4px;
        font-weight: 100;
    }
    /* event End */
    /* mobile update css end */
}
