@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.navbar li,
.navbar>ul>li,
.page-sidebar {
    position: relative
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

#hero h2,
#hero p {
    text-shadow: 0 1px 0 #000;
    font-size: 20px
}

.social-links a:hover,
a,
a:hover {
    text-decoration: none
}

.social-links a,
ul.social-network li a {
    width: 36px;
    height: 36px;
    display: inline-block
}

.counts .count-box p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans, serif
}

#header .logo,
.faq .faq-list a {
    font-family: Open Sans, serif
}

#footer .footer-bottom a:hover,
#header .logo a,
a {
    color: #2e3e4e
}

#footer .footer-bottom a,
#footer a:active,
#footer a:hover,
#topbar .contact-info a:hover,
#topbar .social-links a:hover,
.faq .faq-list a.collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.services .icon-box:hover .icon i,
.sidebar-list .list-group .active,
.sidebar-list .list-group a:hover,
a:hover {
    color: #0cbaa4
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .8rem
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: 4px solid #0cbaa4;
    border-top-color: #dfeae8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: 1s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0cbaa4;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    transition: .4s
}

#hero .carousel-item::before,
.navbar-mobile {
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    overflow: hidden
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover,
.btn-theme:hover {
    background: #2e3e4e;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

.datepicker-dropdown {
    padding: 20px !important
}

#topbar {
    height: 40px;
    transition: .5s;
    z-index: 998;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    text-wrap: nowrap
}

#hero,
#hero .carousel-item {
    height: calc(100vh - 250px);
    width: 100%;
    overflow: hidden
}

#topbar.topbar-scrolled {
    top: -40px;
    background: #fff
}

#topbar .contact-info a {
    line-height: 1;
    transition: .3s
}

.header-scrolled .header-dropdown .btn,
.header-scrolled .navbar a,
body {
    color: #444
}

#topbar .contact-info i {
    color: #0cbaa4;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0
}

#topbar .contact-info i:first-child {
    margin-left: 0
}

#topbar .social-links a {
    color: #2e3e4e;
    display: inline-block;
    line-height: 1px;
    transition: .3s
}

#topbar .social-links a:first-child {
    border-left: 0
}

#header {
    transition: .5s;
    z-index: 997;
    padding: 15px 0 0;
    top: 40px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.header-bg,
.services .icon-box:hover .icon,
.staff {
    background: #fff
}

.breadcrumbs,
.section-bg,
pre {
    background-color: #edf3f2
}

#header.header-scrolled {
    top: 0;
    background: #fff
}

#footer,
#hero .carousel-item {
    background-size: cover;
    background-repeat: no-repeat
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700
}

#header .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50px;
    margin-top: -10px;
    margin-bottom: 10px
}

.more-btn {
    text-align: center;
    margin-top: 10px
}

.header-no-bg {
    box-shadow: none !important
}

.header-scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important
}

.navbar {
    padding: 0
}

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

.navbar>ul>li {
    white-space: nowrap;
    padding: 8px 0 23px 25px
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #2e3e4e;
    white-space: nowrap;
    transition: .3s;
    padding: 5px 0
}

.navbar a .drop-arrow {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .dropdown ul a .drop-arrow {
    position: absolute;
    right: 15px;
    top: 15px
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: 100%;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: .3s
}

.navbar .dropdown:hover>ul,
.navbar-mobile .dropdown ul {
    opacity: 1;
    visibility: visible
}

.gallery .gallery-item img,
.why-us .content .more-btn {
    transition: .4s ease-in-out
}

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

.navbar .dropdown ul a {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    text-transform: none;
    color: #082744;
    border: none;
    display: block
}

.header-dropdown i,
.navbar .dropdown ul a .fa {
    margin-right: 5px
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden
}

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

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #2e3e4e;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
    margin-top: -15px
}

#footer .copyright,
.mobile-nav-toggle.bi-x {
    color: #000
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block;
        right: -140px;
        position: absolute;
    }
    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    top: 0;
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 65px;
    right: 35px;
    font-size: 25px;
    border: 1px solid #f0f0f0;
    padding: 2px;
    background: #fff;
    border-radius: 4px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile>ul>li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 2.5rem;
    font-size: 15px;
    color: #2e3e4e;
    border: none
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 30px;
    padding: 10px 0;
    background: #fff
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
#hero h2,
.slider-details,
.why-us .content h3,
.why-us .content p {
    margin-bottom: 30px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

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

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

.header-scrolled .navbar-mobile ul {
    top: 64px
}

.header-scrolled .navbar-mobile .mobile-nav-toggle {
    top: 25px
}

#hero {
    padding: 0;
    background: #000
}

#hero .carousel-item {
    background-position: top right
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

#hero .carousel-content {
    text-align: left
}

#hero p {
    width: 80%;
    animation-delay: .4s;
    color: #fff
}

.faq .faq-list a.collapsed .icon-show,
.share,
.slider-link {
    display: inline-block
}

.fixed-top-margin {
    margin-top: 120px
}

@media (max-width:992px) {
    .fixed-top-margin {
        margin-top: 100px
    }
    #hero,
    #hero .carousel-item {
        height: 60vh
    }
    #hero .carousel-content.container {
        padding: 0 50px
    }
    #hero .carousel-content {
        text-align: center
    }
    #hero p {
        width: 100%;
        padding: 0 20px
    }
}

#hero h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900
}

#hero .slider-link {
    -webkit-box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
    opacity: 0
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: .5s
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
    width: 10%;
    visibility: hidden
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto
}

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer
}

@media (max-height:500px) {
    #hero,
    #hero .carousel-item {
        height: 120vh
    }
}

@media (min-width:1024px) {
    #hero p {
        width: 60%
    }
    #hero .carousel-control-next,
    #hero .carousel-control-prev {
        width: 5%
    }
}

.carousel-item-clear::before {
    display: none !important
}

#hero .carousel:hover .carousel-control-next,
#hero .carousel:hover .carousel-control-prev {
    visibility: visible
}

section {
    padding: 60px 0
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2e3e4e
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #0cbaa4;
    bottom: 2px;
    left: calc(50% - 60px)
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #0cbaa4;
    bottom: 0;
    left: calc(50% - 20px)
}

.section-title p {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 20px 0;
    min-height: 40px
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }
}

.breadcrumbs ol,
.counts .count-box p {
    padding: 0;
    margin: 0
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

.why-us .content {
    padding: 30px;
    background: #0cbaa4;
    border-radius: 4px;
    color: #fff
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    padding: 6px 30px 8px;
    color: #fff;
    border-radius: 50px
}

.why-us .content .more-btn:hover {
    color: #0cbaa4;
    background: #fff
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 40px 30px;
    width: 100%
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #0cbaa4;
    margin-bottom: 30px
}

.why-us .icon-boxes .icon-box h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484
}

.counts {
    background: #edf3f2;
    padding: 70px 0 60px
}

.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff
}

#footer .footer-newsletter form button:hover,
.btn-theme,
.counts .count-box i,
.services .icon-box,
.staff .member .social a:hover {
    background: #0cbaa4
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744
}

.services .icon-box {
    text-align: center;
    border: 1px solid #0cbaa4;
    padding: 50px 20px;
    transition: .3s ease-in-out;
    border-radius: 15px
}

.services .icon-box .icon {
    margin: 0 auto 20px;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 5px;
    transition: .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2
}

.services .icon-box .icon i {
    color: #0cbaa4;
    font-size: 28px;
    transition: .3s ease-in-out
}

.services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    transition: .3s ease-out;
    transform: translateZ(-1px);
    z-index: -1
}

.services .icon-box h2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff
}

.services .icon-box p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 0
}

.services .icon-box:hover {
    background: #2e3e4e;
    border-color: #2e3e4e
}

.services .icon-box:hover .icon::before {
    background: rgba(0, 0, 0, .2)
}

#footer a,
.services .icon-box:hover h4,
.services .icon-box:hover p,
.whatsapp_float:active,
.whatsapp_float:hover,
.whatsapp_float:visited {
    color: #fff
}

.active>.page-link,
.extra-images-count .text-primary,
.page-link.active,
.social-links a {
    color: #fff !important
}

.services .icon-box img,
article .photo-panel {
    margin-bottom: 20px
}

.staff .member {
    position: relative;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
    padding: 30px;
    border-radius: 10px
}

.staff .member .pic {
    overflow: hidden;
    width: 120px;
    min-width: 120px;
    border-radius: 50%
}

.staff .member .pic img {
    transition: .3s ease-in-out;
    width: 120px;
    height: 120px
}

.gallery .gallery-item:hover img,
.staff .member:hover img {
    transform: scale(1.1)
}

.staff .member .member-info {
    padding-left: 30px
}

.staff .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #2e3e4e
}

.faq .faq-list a,
.staff .member span {
    display: block;
    font-weight: 500;
    position: relative
}

.staff .member span {
    font-size: 15px;
    padding-bottom: 10px
}

.staff .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2c8dd;
    bottom: 0;
    left: 0
}

.staff .member p {
    margin: 10px 0 0
}

.staff .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.staff .member .social a {
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a0bcd5
}

.staff .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px
}

.staff .member .social a+a {
    margin-left: 8px
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.staff .member .member-info .custom-field-title {
    display: none
}

.staff .member .member-info .custom-field-value {
    padding: 0 !important;
    border: 0 !important;
    opacity: .7;
    margin-bottom: 0 !important
}

.faq .faq-list {
    padding: 0 100px
}

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

.faq .faq-list li+li {
    margin-top: 15px
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}

#footer .footer-bottom,
.bottom-article,
.contact .info i {
    background: #edf3f2
}

.faq .faq-list a {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
    outline: 0;
    cursor: pointer
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list a.collapsed {
    color: #343a40
}

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.testimonials .testimonial-wrap {
    padding-left: 50px
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0 2px 12px rgba(44, 73, 100, .08);
    position: relative;
    background: #fff;
    border-radius: 15px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: auto;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111
}

.testimonials .testimonial-item h4 {
    color: #999;
    margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #dfeae8;
    font-size: 26px
}

.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
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0cbaa4
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0cbaa4
}

@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }
    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden
    }
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }
    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }
    #topbar .controls {
        margin: 0 auto
    }
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.contact .info,
.contact .php-email-form {
    width: 100%;
    background: #fff
}

#header-search-box,
.btn.disabled,
.btn:disabled,
.social-links a,
fieldset:disabled .btn {
    background: #2e3e4e
}

.contact .info i {
    font-size: 20px;
    color: #0cbaa4;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    /*color: #2e3e4e;*/
    color: #414247;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    /*color: #2e3e4e;*/
    color: #7a7a7a;
    font-size: 14px;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #0cbaa4;
    color: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: 1s linear infinite animate-loading
}

.btn-theme {
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

#footer .footer-bottom,
.section-border-top {
    border-top: 1px solid #edf3f2
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

#footer {
    color: #fff;
    background-position: center center;
    background-color: #171D22 !important;
    position: relative;
    z-index: 995
}

#footer .footer-top {
    padding: 80px 0 30px;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1);
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    line-height: 24px;
    margin-bottom: 0;
    font-family: Open Sans, serif;
    color: #fff
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: .5
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #0cbaa4
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #fff
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    margin: 0
}

#footer .footer-newsletter form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #2e3e4e;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #000
}

.social-links {
    display: flex
}

.social-links a {
    font-size: 18px;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    transition: .3s
}

.social-links a:hover {
    box-shadow: inset rgba(0, 0, 0, .4) 0 0 30px
}

.social-links .social-facebook {
    background: #1877f2
}

.social-links .social-x,
ul.social-network li .twitter {
    background: #000
}

.social-links .social-linkedin,
ul.social-network li .linkedin {
    background: #0077b5
}

.social-links .social-youtube {
    background: red
}

.social-links .social-instagram {
    background: #8134af
}

.social-links .social-pinterest {
    background: #bd081c
}

.social-links .social-threads {
    background: #dd2a7b
}

.social-links .social-snapchat {
    background: #cecc06
}

#topbar .social-links a {
    width: 28px;
    height: 28px;
    padding: 7px;
    font-size: 14px
}

.footer-title,
.form-control,
.select2-container,
article .row {
    margin-bottom: 15px
}

.footer-title h4 {
    font-size: 22px
}

.footer-title h4::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    bottom: 1px;
    left: 0
}

.header-dropdown img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 5px
}

.datetimepicker table,
.thumbnail img,
footer,
iframe {
    width: 100%
}

.header-dropdown .btn {
    border: none;
    padding: 0;
    margin-left: 15px
}

img {
    max-width: 100%
}

#google-map {
    position: relative;
    height: 350px;
    border-radius: 15px
}

#contact-google-map {
    position: relative;
    height: 350px
}

.sub-title {
    font-size: 24px;
    margin-bottom: 20px
}

.owl-stage-outer .item {
    margin: 0 10px
}

.text-justify,
.topic-page article .article-body {
    text-align: justify
}

.thumbnail img {
    text-align: center;
    padding: 10px;
    border-radius: 15px
}

.post-main-photo {
    border-radius: 15px;
    margin-bottom: 10px
}

.bottom-article {
    overflow: hidden;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 15px;
    border: 1px solid #dfeae8
}

.bottom-article .title {
    font-size: 20px
}

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

ul.social-network li {
    display: inline;
    margin: 0 2px
}

.share-title {
    font-size: 24px
}

.share-title i {
    line-height: 32px;
    margin: 0 4px
}

ul.social-network li a {
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 10px 0 0;
    line-height: 10px;
    font-size: 18px
}

ul.social-network li .facebook {
    background: #3b5998
}

ul.social-network li .google {
    background: #dc4e41
}

ul.social-network li .pintrest {
    background: #cb2027
}

ul.social-network li .youtube {
    background: #db4437
}

ul.social-network li .instagram {
    background: #b07109
}

ul.social-network li .tumblr {
    background: #36465d
}

ul.social-network li .flickr {
    background: #ff0084
}

ul.social-network li .whatsapp {
    background: #00a859
}

.datetimepicker {
    min-width: 270px;
    padding: 7px
}

.line-frame {
    text-align: center;
    border: 1px solid #edf3f2;
    padding: 20px;
    transition: .3s ease-in-out;
    border-radius: 15px
}

.select2-container .select2-selection--single {
    height: 38px !important
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #dfeae8 !important;
    border-radius: .375rem !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #edf3f2 !important;
    margin: 2px !important
}

.badge-primary,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0cbaa4;
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px !important;
    height: 36px !important
}

.select2-container--default .select2-results__option--selected {
    background-color: #dfeae8
}

.select2-dropdown {
    border: 1px solid #dfeae8 !important
}

.form-control-label {
    margin-bottom: 5px
}

.card {
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #dfeae8;
    display: block
}

.sidebar-card {
    border-radius: .375rem
}

.sidebar-card h4 {
    font-size: 1.25rem
}

.badge {
    font-family: Open Sans, serif
}

.sidebar-list .list-group .badge {
    float: right;
    border-radius: 4px
}

.sidebar-list .list-group .list-group,
.topic-custom-fields {
    margin-top: 10px
}

.sidebar-list .list-group .list-group .list-group-item {
    border: none;
    padding-right: 0
}

.embed-responsive-item,
.video-iframe {
    height: 500px
}

.post-card:hover .badge {
    opacity: 1 !important
}

.badge-inline,
.post-card h5 {
    font-size: 1rem
}

.post-card h3 {
    font-size: 1.4rem
}

.h-200px {
    height: 200px
}

.green-audio-player {
    width: 100%;
    min-width: 250px;
    background: #edf3f2;
    box-shadow: none
}

.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
    background-color: #0d6efd
}

.green-audio-player .volume .volume__button.open path {
    fill: #0d6efd
}

.green-audio-player .volume .volume__controls {
    background-color: #6c757d
}

.whatsapp_float {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 44px;
    z-index: 100;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, .6);
    font-family: Open Sans, serif !important;
    line-height: 40px
}

.whatsapp-icon {
    margin-top: 16px
}

article ul li {
    list-style-type: disc
}

article ol li {
    list-style-type: auto
}

@media screen and (max-width:767px) {
    .staff .member {
        display: block !important
    }
    .staff .member .member-info {
        padding: 0;
        text-align: center
    }
    .staff .member .pic {
        margin: 0 auto 20px
    }
    .staff .member span::after {
        left: calc(50% - 25px)
    }
    .whatsapp-icon {
        margin-top: 10px
    }
    .whatsapp_float {
        bottom: 20px;
        right: 10px
    }
}

.img-circle {
    border-radius: 50% !important
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative
}

footer {
    margin-top: auto;
    bottom: 0
}

.extra-images-count {
    position: absolute;
    right: 18px;
    bottom: 15px;
    font-size: 24px;
    opacity: .8
}

.widget-title {
    padding: 10px 15px;
    background: #edf3f2;
    border-radius: .375rem;
    margin-bottom: 10px
}

.categories-widget .categories-title {
    cursor: pointer
}

.form-control,
.list-group-item {
    border-color: #dfeae8
}

.form-control:focus {
    border-color: #cfdbd8;
    box-shadow: 0 0 0 .25rem rgba(12, 186, 164, .11)
}

.active>.page-link,
.bg-primary,
.page-link.active {
    background-color: #0cbaa4 !important;
    border-color: #0cbaa4 !important
}

.bg-secondary,
.btn-secondary {
    background-color: #2e3e4e !important;
    border-color: #2e3e4e !important
}

.page-link,
.text-primary {
    color: #0cbaa4 !important
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}

#footer .footer-newsletter form input[type=email]:focus,
.header-form-search .form-control:focus {
    box-shadow: none
}

.header-search-btn {
    width: 90px;
    height: 26px;
    border-radius: 50px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 5px
}

.header-search-btn span {
    margin: 6px 0 4px;
    font-size: 13px
}

#header-search-box {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
    transform: translate(0, 100%) scale(0, 0);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1000
}

#header-search-box.open {
    transform: scale(1, 1);
    opacity: .97
}

#header-search-box input[type=search] {
    position: absolute;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    top: calc(50% - 40px);
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 60px
}

#header-search-box input[type=search]::placeholder {
    color: #dfeae8;
    opacity: 1
}

#header-search-box input[type=search]::-ms-input-placeholder {
    color: #dfeae8
}

#header-search-box .btn {
    margin-left: -100px;
    border-radius: 50px;
    padding: 10px 50px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    margin-top: 80px;
    height: 64px;
    font-size: 30px
}

#header-search-box .close {
    background: #dfeae8;
    border: none;
    opacity: 1;
    padding: 10px 17px;
    font-size: 28px;
    position: fixed;
    top: 15px;
    right: 15px;
    color: #2e3e4e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 15px
}

.maintenance-mode {
    background: #fcfcff
}

.testimonials {
    border-top: 1px solid #eee
}

.cookies-accept-box {
    background-color: #130f40de;
    padding: 20px;
    border-radius: 10px
}

.cookies-accept {
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
    padding: 15px;
    z-index: 999999
}

.cookies-accept button {
    -webkit-box-shadow: 0 0 2px 0 #fff;
    -moz-box-shadow: 0 0 2px 0 #fff;
    box-shadow: 0 0 2px 0 #fff
}

.fixed-area-menu {
    overflow: hidden;
    overflow-y: scroll;
    width: 270px;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 250px;
    height: calc(100% - 280px) !important;
    max-height: calc(100% - 280px) !important;
    padding-right: 10px
}

.fixed-area-menu h5 {
    font-weight: 800
}

.fixed-area-menu::-webkit-scrollbar {
    width: 5px
}

.fixed-area-menu::-webkit-scrollbar-track {
    background: #f1f1f1
}

.fixed-area-menu::-webkit-scrollbar-thumb {
    background: #ced6db;
    border-radius: 6px
}

.fixed-area-menu::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0
}

@media (min-width:576px) {
    .fixed-area-menu {
        width: 100% !important
    }
}

@media (min-width:768px) {
    .fixed-area-menu {
        width: 28% !important
    }
}

@media (min-width:992px) {
    .fixed-area-menu {
        width: 23% !important
    }
}

@media (min-width:1000px) {
    .fixed-area-menu {
        width: 20% !important
    }
}

@media (min-width:1300px) {
    .fixed-area-menu {
        width: 19% !important
    }
}

@media (min-width:1600px) {
    .fixed-area-menu {
        width: 17% !important
    }
}

@media (max-width:768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px
    }
    #hero h2 {
        font-size: 28px
    }
    .navbar-mobile-bg {
        background: #fff
    }
    .breadcrumbs .d-flex {
        display: block !important
    }
    .breadcrumbs ol {
        display: block
    }
    .breadcrumbs ol li {
        display: inline-block
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 1rem
    }
    #topbar .social-links {
        padding-top: 0 !important;
        max-width: 125px;
        overflow: hidden
    }
    .categories-widget .categories-title i {
        font-size: 24px
    }
    .categories-widget .categories-list {
        display: none
    }
    .fixed-area-menu {
        position: relative !important;
        width: auto !important;
        top: 0 !important;
        overflow: auto !important;
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0
    }
}

.fixed-min-top {
    top: 120px;
    height: calc(100% - 150px) !important;
    max-height: calc(100% - 150px) !important
}

pre {
    padding: 10px;
    border-radius: 5px
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .3
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: .3
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: .3
}

.btn-outline-theme {
    border-radius: .375rem;
    border: 1px solid #dfeae8;
    color: #0cbaa4
}

.btn-outline-theme:active,
.btn-outline-theme:hover {
    background: #0cbaa4;
    border: 1px solid #0cbaa4
}

.appearance-toggle {
    margin: 0 5px;
    text-align: center
}

.appearance-toggle .checkbox {
    opacity: 0;
    position: absolute
}

.appearance-toggle small {
    font-size: 13px;
    font-weight: lighter
}

.appearance-toggle .checkbox-label {
    width: 90px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.appearance-toggle .fa-moon,
.appearance-toggle .fa-sun {
    color: #f1c40f
}

.appearance-toggle .checkbox-label .ball {
    background-color: #dfeae8;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 2px;
    border-radius: 50%;
    transition: transform .2s linear
}

.appearance-toggle .checkbox:checked+.checkbox-label .ball {
    transform: translateX(60px)
}

.dashboard_Link {
    display: inline-block;
    margin-left: 5px
}

.iti,
.select2 {
    width: 100% !important;
    margin-bottom: 15px !important
}

.select2-container--open {
    z-index: 9999
}

#header {
    top: 0px;
}

.fixed-top-margin {
    margin-top: 80px;
}

header .container {
    justify-content: space-between;
}


/*New custom css*/
.header-dashboard {
    margin: -31px 0px 0px 0px;
    padding: 20px 30px 20px 30px;
    background-color: #2C812C;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
}
.header-dashboard-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-dashboard-ul li a {
    color: #fff;
    margin: 0 5px;
}
#footer .footer-top h4 {color: #cdcdcd !important;}
#footer .footer-top p {color: #e9e9e9 !important;}
#footer .footer-bottom {background-color: #171d22 !important; border-top: unset !important;}
#footer .copyright, #footer .credits, #footer .copyright a, #footer .credits a, #footer .footer-menu a {color: #fff !important;}
#footer .footer-menu {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    list-style: none;
    margin: 0;
    color: #fff;
}
#footer .footer-menu li {
    position: relative;
}
#footer .footer-menu li:before {
    position: absolute;
    right: -8px;
    height: 100%;
    width: 1px;
    background: #929292;
    top: 0;
    content: '';
}
#footer .footer-menu li:last-child:before {
    display: none !important;
}
#hero, #hero .carousel-item {height: calc(100vh - 80px) !important;}
#hero .carousel-item::before {display: none !important;}

.aboutsec img {
	width: 100%;
	max-width: 100%;
	height: 354px;
	border-radius: 30px 30px 30px 30px;
	box-shadow: 9px 24px 37px -6px rgba(0, 0, 0, 0.44);
}
.aboutsec .container {
	width: 75%;
}
section.aboutsec a {
	color: #000;
	color: #000;
	font-weight: 700;
	border-bottom:2px solid #A0CE4E;
	padding-bottom: 5px;
}
section.aboutsec {
	padding: 60px 0px;
	background-color: #F2F2F2;
	background-image: url(../images/home-19.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}
.counter-wrapp {
	display: flex;

	justify-content: center;
}
.counter-single P {
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	word-spacing: 0px;
	color: #535D5E;
}
.counter-single {
	WIDTH: 25%;
	MARGIN: 0px 10px;
	text-align: center;
}
.counter-single h5{
	font-family: "Open Sans", Sans-serif;
	font-size: 30px;
	font-weight: 700;
}
.counter-single h5 {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}
.counter-wrapp {
	box-shadow: 0px 0px 31px 9px rgba(0, 0, 0, 0.09);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding:40px 50px;
	border-radius:20px;
	background: #fff;
}
section.counter .container {
	width: 75%;
}
.counter {
	padding: 40px 0px 70px;
	background-color: #F2F2F2;
}
.investment-wrapp {
	display: flex;
	align-items:center;
    overflow: hidden;
}
section svg {
    position: absolute;
    top: 60%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    overflow: visible;
}
path.underline-path {
    stroke-width: 4;
    fill: none;
    stroke: #5BA059;
    stroke-dasharray: 0 1500 !important;
    opacity: 1 !important;
    transition: stroke-dasharray 1s ease-in-out 1s !important;
}
.aos-animate path.underline-path {
    stroke-dasharray: 1000 1500 !important;
}
.investment-single {
	width: 50%;
}
.investment-single img {
	width:100%;
	height:100%;
}
.investment-single {
	width: 100%;
	max-width: 100%;
	height: 400px;
	border-radius: 0px 0px 0px 0px;
}
.investment-single.content {
	background:#002714; 
	color:#fff;
}
.investment-single.content {
	background: #002714;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 65px;
}
/*section.aboutsec a {
	color: #000;
	font-weight: 700;
	border-bottom: 2px solid #A0CE4E;
	padding-bottom: 5px;
}*/
.investment-single.content a {
	color: #fff;
	font-weight: 700;
	border-bottom: 2px solid #A0CE4E;
	padding-bottom: 5px;
	width:fit-content;
}
.investment-single.content h3 {
	margin-bottom: 30px;
	color: #fff;
	text-align: left;
}
.investment-single.content p {
	columns: 1;
	text-align: left;
	color: #C5C5C5;
	font-family: "Open Sans", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0px;
}
.portfolio-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.portfolio-single {
	width: 25%;
	margin: 0px 10px;
}
.portfolio-single {
	width: 25%;
	margin: 0px 10px;
	box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.31);
	padding: 15px 20px;
	border-radius: 20px;
	height: 180px;
	/* align-items: center; */
	justify-content: center;
	display: flex;
	transition: all 0.5s ease-in-out;
	flex-direction: column;
	background:#fff;
}
.portfolio-single:hover {
	background:#2c812c;
	color:#fff;
}
.portfolio-single:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) hue-rotate(180deg);
}
.portfolio-single:hover p {
	color:#fff;
}
.portfolio-wrapper p {
	color: #595959;
	font-size:18px;
	font-weight:500;
	margin-bottom:0px;
}

.portfolio-company h3 {
	margin-bottom: 50px;
}
.portfolio-company .btn {
	color: #000;
	font-weight: 700;
	border-bottom: 2px solid #A0CE4E;
	padding-bottom: 5px;
	width:fit-content;
	margin:0 auto;
	border-radius:0px;
	margin:0 auto;
	display:block;
	margin-top:20px;
}
.portfolio-company {
	padding: 70px 0px;
	background: url(../images/bg2.png);
}
.portfolio-company a {
	text-align: center;
	margin: 0 auto;
	display: block !important;
	display: block;
	width: fit-content;
	color: #000;
	color: #7B7F7A !important;
	margin-top: 20px;
}
.leadership-wrapp {
	display: flex;
}
.leadership-single {
	width: 30%;
	margin: 0px 10px;
}
.leadership-single img {
	width: 100%;
}
.leadership-single h5 {
	font-size: 18px;
	font-weight: 600;
}
.leadership-content {
	padding: 13px 0px 0px;
}
.leadership-content p {
	margin-bottom: 5px;
}
.leadership-wrapp .fa {
	font-size: 27px;
	margin-top: 10px;
}
.leadership{
	padding:60px 0px;
}
.elementor-4 .elementor-element.elementor-element-9d52e74 .elementor-headline-dynamic-wrapper path {
	stroke: #5BA059;
	stroke-width: 6px;
}
.portfolio-single img {
/*	filter: invert(57%) sepia(24%) saturate(803%) hue-rotate(70deg) brightness(93%) contrast(86%);*/
width: 20%;
margin-bottom: 10px;
}
.counter img{
/*	filter: invert(57%) sepia(24%) saturate(803%) hue-rotate(70deg) brightness(93%) contrast(86%);*/
width: 35%;
margin-bottom: 10px;
}
.business-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}

.business-single {
	display: flex;
	flex-direction: column;
	width: 40%;
	background: #fff;
	padding: 32px;
	margin: 0px 10px 10px;
	border-radius: 20px;
	transition:all 0.5s ease-in-out;
}
.business-single img {
	width: 30%;
	margin-bottom: 10px;
}
.video-bg .container {
	background: #000000a3;
	padding: 60px 0px;
	/*position: absolute;
	top: 14%;
	left: 10%;*/
}
/*.video-bg video{
	height:600px;
*/}
.business-single {
	display: flex ;
	flex-direction: column;
	width: 31%;
	background: #fff;
	margin: 0px 15px 20px;
	padding: 28px;
	border-radius: 20px;
	transition:all 0.5s ease-in-out;
}
.business-single img {
/*	filter: invert(57%) sepia(24%) saturate(803%) hue-rotate(70deg) brightness(93%) contrast(86%);*/
width: 18%;
margin-bottom: 15px;
}
.video-bg h3 {
	color:#fff;
	margin-bottom:30px;
}
.business-single:hover {
	background:#5BA059;
	color:#fff;
}
.business-single:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) hue-rotate(180deg);
}
.business-single:hover p {
	color:#fff;
}
.elementor-4 .elementor-element.elementor-element-b0a6424 .ha-ihe-wrapper .ha-ihe-fig,
.elementor-4 .elementor-element.elementor-element-b0a6424 .ha-ihe-wrapper .ha-ihe-fig.ha-effect-sadie .ha-ihe-caption::before {
	background-color: #D6D6D600;
}
.ha-ihe-fig .ha-ihe-img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .8;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-img {
	opacity: .7;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}
.ha-ihe-fig .ha-ihe-caption {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 2em;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);

}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before, .ha-ihe-fig.ha-effect-roxy .ha-ihe-caption::before, .ha-ihe-fig.ha-effect-roxy .ha-ihe-desc {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}
.ha-ihe-fig .ha-ihe-desc {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
}
.ha-ihe-fig.ha-effect-bubba {
	border-radius: 50% 50% 50% 50%;
	overflow:hidden;
}
.img-flex {
	display: flex
	;
	flex-wrap: wrap;
}
.aboutsec p {
	color: #535D5E;
	font-family: "Open Sans", Sans-serif;
	font-size: 15px;
	font-weight: 500;
}
figure.ha-ihe-fig.ha-effect-bubba {
	width: 29%;
	margin: 0px 10px 10px;
	position:relative;
}
.ha-ihe-fig.ha-effect-bubba:hover {
	background-color: #4D5656;
}
.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-caption::after, .ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-caption::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::after, .ha-ihe-fig.ha-effect-bubba .ha-ihe-desc {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}
.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-desc, .ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-title, .ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.portfolio-imgs img{
	border-radius: 30px 30px 30px 30px;
	box-shadow: 9px 24px 37px -6px rgba(0, 0, 0, 0.5);
}
.Portfolio-companies {
	padding: 70px 0px;
	background: #fff;
}
.portfolio-imgs {
	padding-right: 35px;
}
figure.ha-ihe-fig.ha-effect-bubba.small-circle {
	width: 21%;
}
.video-bg {
	position:relative;
    overflow: hidden;
}
video.desktop-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -5;
}
.headings {
	font-size:32px;
	font-family: "Open Sans", serif;
	font-weight:600;
	text-align:center;
	color: #54595F;
	position:relative;
	margin-bottom: 40px;
    width: max-content;
}
.btns {
	padding: 0.7em calc(0.7em* 1.2);
	display: inline-block;
	border: 2px solid transparent;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
#uc_underline_animated_button_elementor16771 a .text {
	/*transform: translate3d(0, 0.7em, 0);*/
	display: block;
	transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
#uc_underline_animated_button_elementor16771 .line.-right {
	right: -2px;
	transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
	transform-origin: top;
}
#uc_underline_animated_button_elementor16771 .line.-right, #uc_underline_animated_button_elementor16771 .line.-left {
	width: 2px;
	bottom: -2px;
	top: -2px;
	transform: scale3d(1, 0, 1);
}
#uc_underline_animated_button_elementor16771 .line {
	position: absolute;
	background: #A0CE4E;
}
#uc_underline_animated_button_elementor16771 .line.-right, #uc_underline_animated_button_elementor16771 .line.-left {
	width: 2px;
	bottom: -2px;
	top: -2px;
	transform: scale3d(1, 0, 1);
}

/*! elementor-pro - v3.7.5 - 31-08-2022 */
.elementor-headline {
	/* font-size: 43px; */
	/* line-height: 1.2; */
	/* display: block; */
	margin-bottom: 30px;
}
.Portfolio-companies h3{
	position:relative;
}
/*.Portfolio-companies  svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible;
	}*/
	/*.Portfolio-companies path{
	stroke: #5BA059;
	stroke-width: 6px;
	fill: none;
	stroke-dasharray: 0 1500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}*/
.line {
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	animation: draw 2s linear forwards, reset 0s linear 5s forwards;
}
@keyframes draw {
	from {
		stroke-dashoffset: 300;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes reset {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: 300;
	}
}
.line {
	animation: draw 2s linear forwards, reset 0s linear 5s forwards;
	animation-iteration-count: infinite;
}
.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
	text-align: left
}
.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
	/* overflow:visible; */
	/* text-align:inherit; */
}
.elementor-headline--style-highlight .elementor-headline-dynamic-text {
	z-index: 1
}
.elementor-headline--style-highlight .elementor-headline-plain-text {
	z-index: 1;
	position: relative
}
#uc_underline_animated_button_elementor16771 .line.-top {
	top: -2px;
	transition: transform 0.08s linear 0.43s;
	transform-origin: left;
}
#uc_underline_animated_button_elementor16771 .line.-left {
	left: -2px;
	transition: transform 0.08s linear 0.51s;
	transform-origin: bottom;
}
#uc_underline_animated_button_elementor16771 .line.-top {
	top: -2px;
	transition: transform 0.08s linear 0.43s;
	transform-origin: left;
}
#uc_underline_animated_button_elementor16771 .line.-bottom {
	bottom: -2px;
	transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
	transform-origin: right;
}
#uc_underline_animated_button_elementor16771 a:hover .line.-right, #uc_underline_animated_button_elementor16771 a:active .line.-right {
	transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
	transform-origin: bottom;
}
#uc_underline_animated_button_elementor16771 a:hover .line, #uc_underline_animated_button_elementor16771 a:active .line {
	transform: scale3d(1, 1, 1);
}
#uc_underline_animated_button_elementor16771 a:hover .line.-top, #uc_underline_animated_button_elementor16771 a:active .line.-top {
	transition: transform 0.08s linear 0.4s;
	transform-origin: right;
}
#uc_underline_animated_button_elementor16771 a:hover .line.-left, #uc_underline_animated_button_elementor16771 a:active .line.-left {
	transition: transform 0.08s linear 0.48s;
	transform-origin: top;
}
#uc_underline_animated_button_elementor16771 a {
	padding: 0.7em calc(0.7em* 1.2);
	display: inline-block;
	border: 2px solid transparent;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
#uc_underline_animated_button_elementor16771 .line.-top, #uc_underline_animated_button_elementor16771 .line.-bottom {
	height: 2px;
	left: -2px;
	right: -2px;
	transform: scale3d(0, 1, 1);
}
#uc_underline_animated_button_elementor16771 a:after {
	position: absolute;
	content: '';
	bottom: -2px;
	left: calc(0.7em* 1.2);
	right: calc(0.7em* 1.2);
	height: 2px;
	background: #A0CE4E;
	transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
	transform-origin: left;
}
#uc_underline_animated_button_elementor14781 a:hover:after, #uc_underline_animated_button_elementor14781 a:active:after {
	transform: scale3d(0, 1, 1);
	right: -2px;
	left: -2px;
	transform-origin: right;
	transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}
.elementor-headline svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: visible;
}
.elementor-headline svg path {
	stroke-width: 9;
	fill: none;
	opacity: 0;
	stroke-dasharray: 0 1500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.elementor-headline.e-animated svg path {
	-webkit-animation: elementor-headline-dash forwards;
	animation: elementor-headline-dash forwards;
	-webkit-animation-duration: var(--animation-duration,1.2s);
	animation-duration: var(--animation-duration,1.2s);
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
.elementor-headline.e-animated svg path:nth-of-type(2) {
	-webkit-animation-delay: calc(var(--animation-duration, 1.2s) / 2);
	animation-delay: calc(var(--animation-duration, 1.2s) / 2)
}
.elementor-headline.e-hide-highlight svg path {
	opacity: 1;
	stroke-dasharray: 1500 1500;
	-webkit-animation: hide-highlight .4s forwards;
	animation: hide-highlight .4s forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
@-webkit-keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500;
		opacity: 1
	}
	to {
		stroke-dasharray: 1500 1500;
		opacity: 1
	}
}
@keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500;
		opacity: 1
	}
	to {
		stroke-dasharray: 1500 1500;
		opacity: 1
	}
}
@-webkit-keyframes hide-highlight {
	0% {
		opacity: 1;
		stroke-dasharray: 1500 1500
	}
	to {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px)
	}
}
@keyframes hide-highlight {
	0% {
		opacity: 1;
		stroke-dasharray: 1500 1500
	}
	to {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px)
	}
}
.elementor-headline-text-wrapper {
	vertical-align: bottom
}
.elementor-headline-dynamic-wrapper {
	display: inline-block;
	position: relative
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
	position: relative
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}
.elementor-headline-dynamic-wrapper path {
	stroke: #5BA059;
	stroke-width: 6px;
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: elementor-headline-flip-in 1.2s;
	animation: elementor-headline-flip-in 1.2s
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: elementor-headline-flip-out 1.2s;
	animation: elementor-headline-flip-out 1.2s
}

@-webkit-keyframes elementor-headline-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(1turn);
		transform: rotateX(1turn);
		opacity: 1
	}
}

@keyframes elementor-headline-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(1turn);
		transform: rotateX(1turn);
		opacity: 1
	}
}

@-webkit-keyframes elementor-headline-flip-out {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

@keyframes elementor-headline-flip-out {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
	vertical-align: top;
	overflow: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #0d0d0d
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
	-webkit-animation: elementor-headline-pulse 1s infinite;
	animation: elementor-headline-pulse 1s infinite
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
	background-color: var(--typing-selected-bg-color,#0d0d0d)
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
	visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
	color: var(--typing-selected-color,var(--dynamic-text-color),#aebcb9)
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
	visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	position: absolute;
	visibility: hidden
}

@-webkit-keyframes elementor-headline-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}

	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}

@keyframes elementor-headline-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}

	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
	-webkit-transform: scaleX(1.0005);
	-ms-transform: scaleX(1.0005);
	transform: scaleX(1.0005);
	opacity: 0
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0
}

.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	opacity: 1
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-swirl-in .4s forwards;
	animation: elementor-headline-swirl-in .4s forwards
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-swirl-out .4s forwards;
	animation: elementor-headline-swirl-out .4s forwards
}

@-webkit-keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg)
	}
}

@keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg)
	}
}

@-webkit-keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg)
	}

	to {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg)
	}
}

@keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg)
	}

	to {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg)
	}
}

.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
	display: inline-block;
	padding: .2em 0
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
	overflow: hidden;
	vertical-align: top
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
	opacity: 0;
	top: .2em
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
	top: 0;
	opacity: 1;
	-webkit-animation: elementor-headline-slide-down-in .6s;
	animation: elementor-headline-slide-down-in .6s
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-slide-down-out .6s;
	animation: elementor-headline-slide-down-out .6s
}

@-webkit-keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
	display: inline-block;
	padding: .2em 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
	overflow: hidden;
	vertical-align: top
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #0d0d0d
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-animation: elementor-headline-drop-in-in .8s;
	animation: elementor-headline-drop-in-in .8s
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-drop-in-out .8s;
	animation: elementor-headline-drop-in-out .8s
}

@-webkit-keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

@keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-blinds-in .6s forwards;
	animation: elementor-headline-blinds-in .6s forwards
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-blinds-out .6s forwards;
	animation: elementor-headline-blinds-out .6s forwards
}

@-webkit-keyframes elementor-headline-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes elementor-headline-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@-webkit-keyframes elementor-headline-blinds-out {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}

	to {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}

@keyframes elementor-headline-blinds-out {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}

	to {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
	opacity: 1
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-wave-up .6s forwards;
	animation: elementor-headline-wave-up .6s forwards
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-wave-down .6s forwards;
	animation: elementor-headline-wave-down .6s forwards
}

@-webkit-keyframes elementor-headline-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes elementor-headline-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes elementor-headline-wave-down {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

@keyframes elementor-headline-wave-down {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-animation: elementor-headline-slide-in .6s;
	animation: elementor-headline-slide-in .6s
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-slide-out .6s;
	animation: elementor-headline-slide-out .6s
}

@-webkit-keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
	overflow: hidden
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
	white-space: nowrap
}

.elementor-msie .elementor-headline--style-highlight svg {
	top: auto;
	left: auto;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%)
}


#bottom-cta {
    background: #364451;
    color: #fff;
    padding: 15px 0;
}
#bottom-cta .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bottom-cta h2 {
	margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    padding: 10px 0;
}
#bottom-cta a {color: #fff !important;}

#page-cover h2, #page-cover h1 {
    color: #5A5A5A;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    padding-left: 5rem;
}
#page-cover h2:before, #page-cover h1:before {
	content: '';
    width: 8px;
    height: 100%;
    top: 0px;
    background-color: transparent;
    background-image: linear-gradient(210deg, #00E052 0%, #007C09 100%);
    position: absolute;
    display: block;
    left: 0;
}
#header .container-fluid {width: 100%; padding: 0 8rem; justify-content: space-between;}
#hero .carousel-content {
	padding: 0 8rem;
    width: 55%;
    margin: 0 auto 0 0;
}
#hero h2 {
    font-weight: 800;
    text-shadow: unset;
    text-transform: uppercase;
    color: #535d5e;
}
#hero p {
	color: #000000;
    font-weight: 100;
    font-size: 16px;
    text-shadow: unset !important;
    width: 70%;
}
.investment-content {
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/home-19.png);
	background-color: #F2F2F2;
    overflow: hidden;
}
.last-sec, .db-enterprices {overflow: hidden;}
#inc-section1, #inc-section2 .row {
	width: 90%;
	margin: 0 auto;
}
#inc-section1, #inc-section2 .row {
	align-items: center;
}
#inc-section1 h2, #inc-section2 h2 {
	font-size: 32px;
    margin-bottom: 57px;
    font-weight: 600;
    color: #54595f;
}
#inc-section1 p {
	font-size: 15px;
    font-weight: 500;
    color: #535D5E;
}
#inc-section2 {padding: 5rem 0; background-image: url(../images/bg2.png);}
#inc-section2 .component-text {width: 92%;}
.inc-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
    justify-content: center;
}
.inc-icons-single {
    width: calc(50% - 4rem);
    border-radius: 20px;
    background-color: #fff;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 25px;
    box-shadow: 0px 7px 9px -3px rgba(0, 0, 0, 0.31);
    transition: all .5s ease;
}
.inc-icons img {
    width: 40%;
    margin-bottom: 1.5rem;
    transition: all .5s ease;
    filter: invert(51%) sepia(49%) saturate(424%) hue-rotate(70deg) brightness(99%) contrast(86%);
}
.inc-icons-single p {
	font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: #595959;
    transition: all .5s ease;
}
.inc-icons-single:hover {background-color: #5BA059;}
.inc-icons-single:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) hue-rotate(180deg);
}
.inc-icons-single:hover p {color: #fff;}
.btn-secondary.linkedin-color {
    background-color: #27557F !important;
    border-color: #27557F !important;
}
.leadership-content .custom-field-value {
    font-size: 14px;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #ff0000b5;*/
    background-image: url('/uploads/banners/17396068795535.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    left: 0;
    z-index: 0;
}
.elementor-5 .elementor-element.elementor-element-89f86be > .elementor-widget-container {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 8px 12px 20px -12px rgba(0, 0, 0, 0.5);
}
.elementor-5 .elementor-element.elementor-element-89f86be .ha-ia-gallery-wrap {
    height: 500px;
    border-radius: 20px 20px 20px 20px;
}
.founder img {
    width: 65%;
    max-width: 100%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -12px 15px 30px -2px rgba(0, 0, 0, 0.32);
    margin: 0 auto;
    display: block;
}
.founder-details h4{
    color: #4A4A4A;
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.founder-details {
    text-align: center;
    padding-top: 9px;
}
.founder-details h6 {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 3px;
}
.founder {
    background-color: #EDEDED;
    overflow: hidden;
}
.achievements-wrapper {
    display: flex;
    justify-content: center;
}
.achievements-single {
    width: 25%;
    margin: 0px 10px;
    border: 1px solid #A9A9A9;
    padding: 16px;
    border-radius: 10px;
    transition:all 0.3s  ease-in-out;
}
.achievements-single p{
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.achievements-single:hover{
   background:#8AE6B93D; 
   border:1px solid #8AE6B93D;
}
.construction-single:hover img {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    transition: all .5s ease;
}
.construction-single {
    position:relative;
    transition:all 0.8s ease-in-out;
    overflow: hidden;
    margin-bottom: 20px;
}
.title-construction  {
    position:absolute;
    bottom:-80px;
    height:0px;
    background:#4d5656;
    color:#fff;
    width: 93.9%;
    transition:all 0.3s ease-in-out;
}
.title-construction p {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.construction-single:hover .title-construction{
 height:80px;
 bottom:0px;
}
.construction-single img {
    width: 100%;
    height: 100%;
}
.checmicals-single {
    position: relative;
    margin-bottom: 20px;
    overflow:hidden;
}
.checmicals-single:hover img {
    transform:scale(1.1);
}
.checmicals-single img{
    transition: all 0.5s ease-in-out;
}

.info-construction {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 2em;
    width: 100%;
    height: 100%;
    color: #fff;
/*    text-transform: uppercase;*/
font-style: normal;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
padding: 3em;
}

.info-construction::before {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    border: 1px solid #fff;
    content: "";
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.info-construction:before {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}
.checmicals-single:hover .info-construction::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.checmicals-single:hover img{
    filter:brightness(0.6);
}
.checmicals-single p{
    margin: 0 auto;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity:0;
}
.checmicals-single:hover p{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.checmicals-single img {
    width: 100%;
}
.construction-Chemicals .img-wrapper {
    display: flex;
}

.construction-Chemicals {
    background: url(../images/wave-1.svg) #151515;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.08; */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: fixed;
}
.construction-Chemicals .img-wrapper .img-box {
    margin: 0 5px;
}
.construction-Chemicals h3{
    color:#fff;
}

.vision-wrapp {
  display: flex
  ;
}
.vision-mission h3{
  color: #4A4A4A;
  font-family: "Open Sans", Sans-serif;
  font-weight: 400;
}
.vision-mission h3 {
    color: #4A4A4A;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.vision-single {
    margin: 0px 20px;
    padding-top: 30px;
    transition:all 0.5s ease-in-out;
    padding: 20px 40px;
    border-radius: 20px 20px 20px 20px;
}
.vision-single:hover{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
}

.vision-mission h2 {
    margin-bottom: 25px;
}
.vision-mission {
    background: #EDEDED;
}
.about-us h6{
  font-size:19px;
}
.energy{
    position:relative;
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.energy:hover img{
    filter:brightness(0.6);
}
.energy .energy-content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 2em;
    width: 100%;
    height: 100%;
    color: #fff;
    font-style: normal;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.energy .energy-content::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .9;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.energy .energy-content::after {
    opacity: 0;
}

.energy:hover .energy-content::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.energy .energy-content{
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.energy:hover .energy-content{
    opacity:1;
}

.healthcare {
   padding: 90px 0px;
   color: #fff;
   background: url(../images/wave-1.svg) #151515;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   /* opacity: 0.08; */
   transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
   background-attachment: fixed;
}
.healthcare li, .db-content li{
    position: relative;
}
.healthcare li .fa, .db-content li .fa{
    position: absolute;
    left: -20px;
    top: 6px;
    color: #269E46;
}

.healthcare-slider.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    TOP: 45%;
}
.healthcare-slider.owl-theme .owl-nav [class*=owl-] {
    color: #269e46;
    font-size: 25px;
    margin: 5px;
    padding: 5px;
    background: #fff !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.healthcare-slider.owl-theme .owl-nav span{
    color:#8c8c8c;
}
.healthcare-slider .owl-prev {
    position: absolute;
    left: 30px;
}

.healthcare-slider .owl-next {
    position: absolute;
    right: 30px;
}
.healthcare ul, .db-content ul {
    /*margin-top: 50px;*/
    padding-left: 20px;
}
.healthcare-logo {
    padding-left: 30px;
    margin-top:50px;
}
.db-content {
    margin-top: 50px;
}
.headings-bg{
    padding: 20px 20px 20px 20px;
    background-color: #269E46;
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align:center;
}
.last-imgwrapp{
    display:flex;
}
.last-imgwrapp .img-div:nth-child(1){
    width: 54%;
}
.last-imgwrapp .img-div:nth-child(2){
    width: 45.6%;
}
.last-sec{
    padding:0px;
}
h3{
    font-size:32px;
    font-weight:600;
    color:#54595F;
}
.healthcare h3{
    color:#fff;
}
.db-enterprices{
    padding: 80px 0;
}
.aboutoverview-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-left: 0px;
  border-radius: 20px;
  box-shadow: 8px 12px 20px -12px rgba(0, 0, 0, 0.5);
}

.aboutoverview-img li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;

}

.aboutoverview-img li:hover {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background-color:#0000008f;

}

.aboutoverview-img li {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position:relative;
    transition: all 1s ease-in-out;
/*    margin:0px 5px;*/
}

.aboutoverview-img li:before{
    position:absolute;
    content: "";
    width:100%;
    height:100%;
    left:0px;
    background-color:#0000006b;
    opacity:0;
    z-index:1;

}
.aboutoverview-img li:nth-child(1)::before{
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.aboutoverview-img li:nth-child(2)::before{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.aboutoverview-img li:hover:before{
    opacity:1;
}
.aboutoverview-img li:nth-child(1) {
    background-image: url(../images/aboutr-overview1.webp);
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}

.aboutoverview-img li:nth-child(2) {
    background-image: url(../images/about-overview2.webp);
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.about-us .row {
    display: flex
    ;
    align-items: center;
}
.about-us h6 {
    padding-right: 20px;
}
.about-us p{
    padding-right: 20px;
}
.leadership-detail .nav-item img {
    width: 8vw;
    max-width: 100%;
    border-radius: 100px 100px 100px 100px;
}
.leadership-detail .nav-item .nav-link.active img {
    width: 10vw;
    
}
.leadership-detail .nav-tabs .nav-link.active {
    border: 0px;
    background: transparent;
}
.leadership-detail ul {
    border-bottom: 0px;
    width: 70%;
}
.leadership-detail ul li {
    display: flex;
    align-items: center;
}
.leadership-contentdetail {
    text-align: center;
}
.leadership-contentdetail img {
    border-radius: 15px;
    margin-bottom: 20px;
    height: 16em;
    width: 16em;
    object-fit: cover;
}
.leadership-detail {
    background: #002714;
    color: #fff;
    padding: 150px 0px;
}
.left-quote {
    color: #5BA059;
    font-size: 67px;
    position: relative;
    top: -50px;
    left: -115px;
}
.right-quote {
    color: #5BA059;
    font-size: 67px;
    position: relative;
    bottom: 25px;
    left: 45%;
}
.leadership-detail h5{
    color: #CDCDCD;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.leadership-detail .nav-link {
    border:0px;
    margin-bottom: 20px;

}
.leadership-detail .nav-link:hover {
    border:0px;
}
.leadership-detail .nav-link img {
    opacity: 0.5;
    cursor: pointer;
}
.leadership-detail .nav-link.active img {
    opacity:1;
    cursor: pointer;
}

.leadership-detail h3{
    color:#fff;
}
.leadership-tabs{
    padding-left:50px;
}
.leadership-detail{
   background: url(../images/wave-1.svg) #002714;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   / opacity: 0.08; /
   transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
   background-attachment: fixed;
}

.leadership-contentdetail p{
    margin: 0 auto 30px;
    width: 85%;
}
.counter.about-counter .container {
    width: 100% !important;
}
.counter.about-counter {
    padding: 70px 0px 70px;
    background-color: #F2F2F2;
}
.counter.pt-5 img {width: 25%;}
.flip-card {
    background-color: transparent;
    width: 21%;
    height: 250px;
    perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card h5 {
    margin-top: 20px;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 22px;
    / border-radius: 20px; /
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
}

.flip-card-front {
  background-color:#fff;
  color: black;
}

.flip-card-back {
    background-color: #002714;
    color: white;
    transform: rotateY(180deg);
    border-radius: 20px;
}
.flip-card-wrapp {
    display: flex;
    box-shadow: 0px 0px 31px 9px rgba(0, 0, 0, 0.09);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;
    background: #fff;
    border-radius: 25px;
}
.flip-card-inner:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) hue-rotate(180deg);
}
.flip-card h5 {
    font-weight: 800;
    margin-top: 20px;
    font-size: 30px;
    color: #535D5E;
    font-family: "Open Sans", Sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.flip-card p{
 color: #535D5E;
 font-family: "Open Sans", Sans-serif;
 font-size: 18px;
 font-weight: 500;
 line-height: 21px;
}

.flip-card-back p{
    color:#fff;
}

.flip-card-back h5{
    color:#fff;
}

.counter {
    padding: 60px 0px 90px;
    background-color: #F2F2F2;
}


.read-btn::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.read-btn span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.read-btn::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.read-btn span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}
.read-btn:hover::after{
    transition-delay: 0s;
}
.read-btn:hover span::after{
    transition-delay: 0.2s;
}
.read-btn:hover::before{
    transition-delay: 0.4s;
}
.read-btn:hover span::before{
    transition-delay: 0.6s;
}
.read-btn::before, .read-btn::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #A0CE4E;
}
.read-btn span::before, .read-btn span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #A0CE4E;
}
.read-btn:hover::before, .read-btn:hover::after{
    width: 100%;
}
.read-btn:hover span::before, .read-btn:hover span::after{
    height: 100%;
}
.read-btn {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    margin: 0 auto;
    background: transparent;
    display: block;
    margin-top: 40px;
    border-bottom: 2px solid #a0ce4e;
    transition:all 0.5s ease-in-out;
}
.read-btn:hover{
    border-bottom:0px;
}
.read-btn span {
    display: block;
    padding: 10px 15px;
}
.investment {
    padding: 0px;
}
section.construction iframe {margin-bottom: 2rem;}

.portfolio-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.single-logo {
    width: 23%;
    border: 1px solid #51515180;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 22px 0px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;

}
.img-port {
    display: flex;
    flex-wrap: wrap;
    gap:30px;

}
.portfolio-detail .img-flex {
    width: 47%;
    box-shadow: 0px 0px 12.3px 0px #00000040;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.portfolio-detail .img-flex img{
   border-radius: 10px; 
}
.img-port .img-flex:nth-child(2), .img-port .img-flex:nth-child(4){
    position: relative;
    top: 15px;
}
.port-info-logo h6{
    color:#378D34;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:600;
}
.port-info-logo ul {
    column-count: 2;
    column-gap: 0px;
    list-style-type: disc;
    padding-left: 20px;
    width: 85%;
}
.port-info-logo ul li {
    margin-bottom: 15px;
}
.port-info-logo {
    padding-left: 50px;
}
.portfolio-detail.alternate {
    background: #EDEDED;
}
.portfolio-detail.alternate .port-info-logo {
    padding-left: 0px;
    padding-right: 40px;
}
.port-info-logo img {
    margin-bottom: 20px;
}

.portfolio-detail{
    padding:70px 0px;
}
.csr-key{
    padding:70px 0px;
    background:#f1f1f1;
}
.key-wrapp {
    display: flex;
}
.key-single h4 {
    font-size: 20px;
    margin-top: 15px;
    font-weight:600;
}

.key-single{
    padding:0px 10px;
    text-align:center;
}
.key-single img {
    width: auto !important;
    text-align: center;
    margin: 0 auto;
}
.key-wrapp .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}

.key-wrapp .owl-prev{
    position:absolute;
    left:-5%;
}
.key-wrapp .owl-next{
    position:absolute;
    right:-5%;
}
.key-wrapp.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 21px;
    margin: 5px;
    padding: 4px 12px;
    background: #535d5e;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: c;
}

.csr-info h3{
    text-align:left !important;
}
.csr-content{
    padding-left:30px;
}
.csr-info img {
    box-shadow: 0px 0px 38.1px 0px #00000026;
    border-radius: 10px;
}
.container.csr-container {
    padding-top: 140px;
}
.csr-info {
    padding: 70px 0px;
}
.container.csr-container .csr-content {
    padding-left: 0px;
    padding-right: 40px;
}

.proposition-wrapp {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.proposition-single {
    width: 30%;
    box-shadow: 0px 0px 38.1px 0px #00000026;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: left;
}
.proposition-single h4 {
    margin-top: 10px;
}
.looking-ahead {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002714;
    color: #fff;
    padding: 0px;
}
.looking-wrapp {
    width: 50%;
}
.looking-ahead .looking-wrapp:nth-child(2) {
    padding-left: 50px;
    padding-right: 50px;
}
.looking-ahead h3{
    text-align:left;
    color:#fff !important;
}


.csr.aos-init.aos-animate img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.portfolio-banner{
    width: 100%;
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/portfolio-banner.webp');
    background-color: #EDFBFF;
}
.csr-banner{
    width: 100%;
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/csr-banner.webp');