@font-face {
    font-family: 'Infinite Stroke';
    src: url('../fonts/InfiniteStroke.woff2') format('woff2'),
        url('../fonts/InfiniteStroke.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Bebas-Regular';
    src: url('../fonts/Bebas-Regular.eot');
    src: local('☺'), url('../fonts/Bebas-Regular.woff') format('woff'), url('../fonts/Bebas-Regular.ttf') format('truetype'), url('../fonts/Bebas-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Winona */
.more {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    padding: 0px 30px;
    background-color: #94d96b;
    display: inline-block;
    color: #000;
    border-radius: 30px;
    text-decoration: none;
}

.more::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    text-align: center;
}

.more>span {
    display: block;
}

.button--winona.button--inverted {
    color: #7986cb;
}

.button--winona.button--inverted:after {
    color: #fff;
}

.more::after,
.more>span {
    padding: 1em 2em;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.more:hover {
    background-color: #000;
}

.button--winona.button--inverted:hover {
    border-color: #21333C;
    background-color: #21333C;
}

.more:hover::after {
    opacity: 1;
    transform: translate(0%, 0%);
}

.more:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.site-header {
    position: absolute;
    clear: both;
    content: "";
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 15px;
    left: 0;
    z-index: 999;
    background-color: transparent;
}


.site-header .toppest-bar {
    padding: 5px 0;
    background-color: #191919;
    display: inline-block;
    width: 100%;
    position: relative;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: right;
}

.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i,
.site-header .toppest-bar .top-info2 .email i {
    color: #ffc000;
    margin: 0;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 0;
}

.site-header .toppest-bar .top-info2 .contact-num a,
.site-header .toppest-bar .top-info2 .contact-num2 a,
.site-header .toppest-bar .top-info2 .email a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-left: 5px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: left;
}

.site-header .top-social a i {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

.site-header .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
    border-left: 1px solid #2a7d2e;
    margin-left: 30px;
}

.site-header .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2a7d2e;
    transform: rotate(-40deg);
}

.site-header .top-contact .content {
    margin-left: 10px;
}

.site-header .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #2a7d2e;
    font-weight: 500;
    line-height: 1;
}

.site-header .top-contact .content a {
    color: #2a7d2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 10px 20px;
    background-color: #fff !important;
    margin-top: 0px;
    border-radius: 50px;
}

.site-header .navbar-light .navbar-nav .active.nav-link {
    color: #2a7d2e;
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active.nav-link:hover {
    color: #2a7d2e;
}

.site-header .navbar-light .navbar-nav .active.nav-link i {
    color: #1f3e28;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #2a7d2e;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #2a7d2e;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active.nav-link:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #2a7d2e;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #2a7d2e;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 180px;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more {
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #C00000;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
}

.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus,
.site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7eb842;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}



.main-slider {
    position: relative;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    position: absolute;
    clear: both;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.marquee-content {
    display: inline-block;
    animation: scroll-left 20s linear infinite;
}

.marquee-content img {
    display: inline-block;
}

.marquee.part2 .marquee-content img {
    margin: 0 20px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*!sc*/
.flex-slider {
    width: 100%;
    position: relative;
    background-color: transparent;
}

.flex-slider .slides {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.flex-slider .slides>li {
    float: left;
    margin-right: -100%;
    width: 100%;
    overflow: hidden;
    height: 45vw;
    position: relative;
}

.flex-slider .slides>li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.flex-slider .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.flex-slider .flex-direction-nav .flex-prev,
.flex-slider .flex-direction-nav .flex-next {
    background-color: rgb(143 140 140 / 70%);
    padding: 10px;
    text-decoration: none;
    position: absolute;
    height: 45px;
    top: 45%;
    bottom: 0;
    margin: 0 auto;
    z-index: 8;
    text-align: center;
    color: #fff;
    width: 45px;
}

.flex-slider .flex-direction-nav .flex-prev {
    left: 20px
}

.flex-slider .flex-direction-nav .flex-next {
    right: 20px
}

.slide-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*.flex-active-slide .slide-image {*/
/*    animation: zoomout 30s;*/
/*}*/

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@media (max-width:768px) {
    .flex-slider .slides>li {
        height: 70vw
    }
}

.flex-slider .banner-cont {
    position: absolute;
    clear: both;
    content: "";
    top: 55%;
    left: 8%;
    transform: translate(0%, -50%);
    color: #fff;
    width: 45%;
    z-index: 9;
    padding: 20px;
    border-radius: 5px;
}

.flex-slider .banner-cont h4 {
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
}

.flex-slider .banner-cont h4 span {
    color: #C00000;
}

.flex-slider .banner-cont h2 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}

.flex-slider .banner-cont h2 span {
    color: #85b0ff;
}

.flex-slider .banner-cont p {
    color: #fff;
    font-size: 13px;
}

.flex-slider .banner-cont p a {
    color: #C80B1F;
    text-decoration: none;
    font-weight: 700;
    font-size: 35px;
}
.flex-slider .banner-cont .banner-btn .more{
    color: #fff;
}



.combined-wraper2 {
    background: url(../images/aboutBg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 60px 0;
    position: relative;
}

.combined-wraper2 .heading {
    position: relative;
}

.combined-wraper2 .heading h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #185D94;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}



.about-wrap {
    background: url(../assets/images/aboutImg3.png) no-repeat;
    background-position: top left;
    background-size: 45% 100%;
    margin: 60px 0;
    position: relative;
}

.about-wrap .about-cont {
    padding-left: 0%;
}

.about-wrap .about-cont .heading {
    position: relative;
}

.about-wrap .about-cont h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.about-wrap .about-cont h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 8%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.about-wrap .about-cont h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #0B3D2C;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}

.about-wrap .about-cont h2 span {
    color: #00ACE3;
}

.about-wrap .about-cont .special {
    color: #ed2327;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: initial;
    font-weight: 600;
}

.about-wrap .about-cont p {
    margin-bottom: 10px;
    line-height: 24px;
    color: #7a7a7a;
    font-size: 15px;
}

.about-wrap .about-list {
    border-top: 1px solid #E6E6E6;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
    border-radius: 20px;
    padding: 30px 30px 25px 30px;
    border-left: 6px solid #2a7d2e;
    margin: 40px 0;
}

.about-wrap .about-list .list {
    color: #0b3d2c;
    text-decoration: none;
    display: inline-block;
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.about-wrap .about-list .list i {
    color: #94d96b;
    padding-right: 5px;
}

.about-wrap .about-box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 10% 90%;
    margin-bottom: 30px;
}

.about-wrap .about-box .image img {
    width: 80px;
    transition: 0.4s;
}

.about-wrap .about-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-left: 0;
}

.about-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #858585;
    font-weight: 400;
}

.about-wrap .about-box .content {
    padding-left: 15px;
}

.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 110px;
    border-bottom-left-radius: 110px;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
    border: 15px solid #fff;
}

.about-wrap .about-img .about-img2 {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0%;
    left: -20%;
    z-index: 9;
    height: 200px;
    width: 350px;
}

.about-wrap .more {
    color: #fff;
}

.about-wrap .about-cont .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.about-wrap .about-cont .banner-btn .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
    margin-left: 30px;
}

.about-wrap .about-cont .banner-btn .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2a7d2e;
    transform: rotate(-40deg);
}

.about-wrap .about-cont .banner-btn .top-contact .content {
    margin-left: 10px;
}

.about-wrap .about-cont .banner-btn .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #2a7d2e;
    font-weight: 500;
    line-height: 1;
}

.about-wrap .about-cont .banner-btn .top-contact .content a {
    color: #2a7d2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
}



.service-wrap {
    position: relative;
    padding: 80px 0;
    background: url('../images/serviceBg.png') no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
}

.service-wrap .heading {
    position: relative;
    text-align: left;
}

.service-wrap .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.service-wrap .heading h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 20%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.service-wrap .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #0B3D2C;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}

.service-wrap .about-box {
    display: block;
    margin-top: 30px;
    transition: 0.4s;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #edfbe6;
    overflow: hidden;
    min-height: 340px;
}

.service-wrap .about-box::before,
.service-wrap .about-box::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #cde4ce;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-wrap .about-box::after {
    height: 100%;
    background: #edfbe6;
    z-index: -2;
}

.service-wrap .about-box:hover::before {
    height: 100%;
}

.service-wrap .about-box a {
    position: relative;
    z-index: 9;
    text-decoration: none;
    cursor: unset;
}

.service-wrap .about-box .image {
    width: 100%;
    margin-bottom: 15px;
}

.service-wrap .about-box .image svg {
    width: 80px;
    height: 80px;
}

.service-wrap .about-box .content h4 {
    font-size: 25px;
    font-weight: 500;
    color: #0B3D2C;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}

.service-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #646464;
    font-weight: 300;
}


.case-wrap {
    position: relative;
    padding: 300px 0 40px 0;
    margin-top: -235px;
}

.case-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/banner.jpg') no-repeat;
    background-size: 100% 78%;
    background-position: top left;
    transition: #0b3d2c var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
    z-index: 0;
}
.case-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 78%;
    background-color: rgba(11, 61, 44, 0.7);
}
.case-wrap .shape svg{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.case-wrap .shape svg {
    -webkit-transform: scaleY(-1);
    -khtml-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    height: 150px;
        fill: #FFFFFF !important;
}

.case-wrap .heading {
    position: relative;
    text-align: center;
    z-index: 9;
}

.case-wrap .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.case-wrap .heading h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 20%;
    height: 30px;
    background-size: 100%;
    background-color: #0b3d2c;
    border-radius: 50%;
    padding: 5px;
}

.case-wrap .heading h2 {
    font-weight: 500;
    font-size: 50px;
    padding: 5px 0;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.case-wrap .heading p{
    color: #fff;
}
#service-slider .owl-stage-outer {
    padding: 40px 0 0 0;
}

.case-wrap .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 40px;
    overflow: hidden;
}

.case-wrap .service-box::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00ACE3;
background: linear-gradient(180deg, rgba(0, 172, 227, 0) 0%, rgba(11, 61, 44, 1) 100%);
    z-index: 0;
    transition: 0.4s;
}
.case-wrap .service-box:hover::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00ACE3;
background: linear-gradient(180deg, rgba(0, 172, 227, 0) 0%, rgba(42, 125, 46, 1) 100%);
    z-index: 0;
    transition: 0.4s;
}

.case-wrap .service-box .image {
    padding: 0px;
    overflow: hidden;
    transition: 0.4s;
}
.case-wrap .service-box:hover .image{
    transform: scale(1.1);
}
.case-wrap .service-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 0;
}

.case-wrap .service-box .service-cont {
    position: absolute;
    clear: both;
    content: "";
    bottom: 20px;
    left: 0;
    color: #fff;
    text-align: left;
    width: 100%;
    z-index: 9;
    padding-left: 20px;
    padding-right: 20px;
}

.case-wrap .service-box a {
    text-decoration: none;
    position: absolute;
    clear: both;
    content: "";
    top: 10%;
    right: 10%;
    border-radius: 50%;
    opacity: 0;
    z-index: 9;
    color: #fff;
    transition: 0.4s;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    transform: rotate(-45deg);
}
.case-wrap .service-box:hover a{
   opacity: 1;
}

.case-wrap .service-box .service-cont img {
    width: 50px;
    display: block;
    margin: 0 auto;
}

.case-wrap .service-box .service-cont p {
    font-size: 22px;
    padding: 0px 0;
    color: #fff;
    margin-bottom: 0;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 500;
}

.case-wrap .service-box .service-cont h4 {
        font-size: 17px;
    font-weight: 500;
    background: #94d96b;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #0b3d2c;
    position: relative;
}

.case-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.case-wrap .service-cont .more {
    background: #00B1F3;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.4s;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    padding: 8px 30px;
}

.case-wrap .service-cont .more:hover {
    background-color: #000;
    color: #fff;
}

/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #000;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #000;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


.combined-wraper2 {
    padding: 20px 0 60px 0;
}
.combined-wraper2 .heading {
    position: relative;
    text-align: left;
}

.combined-wraper2 .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.combined-wraper2 .heading h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 10%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.combined-wraper2 .heading h2 {
    font-weight: 500;
    font-size: 50px;
    padding: 5px 0;
    color: #0B3D2C;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.combined-wraper2 .accordion{
        position: relative;
    margin-right: 0px;
}
.combined-wraper2 .accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
}
.combined-wraper2 .accordion .accordion-item h2{
    font-size: initial;
        line-height: initial;
        color: #fff;
        margin-bottom: initial;
        font-weight: initial;
}
.combined-wraper2 .accordion .accordion-button {
    font-size: 22px;
    font-weight: 500;
    background-color: transparent;
        color: #0B3D2C;
    border: none;
    display: block;
        font-family: "Tenor Sans", sans-serif;
}
.combined-wraper2 .accordion .accordion-body p {
        font-size: 15px;
    margin-bottom: 0;
    color: #646464;
    font-weight: 300;
}
.combined-wraper2 .left-side .info,
.inner-contact-wrap1 .info{
    display: grid;
    grid-template-columns: 43% 53%;
    align-items: center;
    margin: 30px 0;
    grid-gap: 30px;
    max-width: 100%;
}
.inner-contact-wrap1 .info.part2{
    display: block;
    grid-template-columns: initial;
}
.combined-wraper2 .left-side .info .box,
.inner-contact-wrap1 .info .box{
    background-color: #6D2773;
    border-radius: 20px;
    padding: 15px;
    color: #fff;
}
.combined-wraper2 .left-side .info .box i,
.inner-contact-wrap1 .info .box i{
    padding-right: 7px;
}
.combined-wraper2 .left-side .info .box p,
.inner-contact-wrap1 .info .box p{
    font-size: 15px;
        font-weight: 500;
        color: #fff;
}
.combined-wraper2 .left-side .info .box a,
.inner-contact-wrap1 .info .box a{
        font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.combined-wraper2 .left-side .image{
    margin-top: 30px;
}
.combined-wraper2 .left-side .image img{
    width: 100%;
}
.combined-wraper2 .right-side{
    padding: 0;
    color: #fff;
    margin-left: 50px;
}
.combined-wraper2 .right-side h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 500;
}
.combined-wraper2 .right-side .accordion-button::after{
    display: none;
}
.combined-wraper2 .right-side .accordion .fa {
    margin-right: 0.5rem;
    float: right;
    color: #000;
    margin-top: 0;
    background-color: #94d96b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
}


.contact-wrap {
    position: relative;
    background: url(../images/contactBg.webp) no-repeat;
    background-size: 60%;
    background-position: top right;
}
.contact-wrap .image img{
    width: 100%;
}
.contact-wrap .contact-cont .heading{
    position: relative;
    text-align: left;
}
.contact-wrap .contact-cont .heading h2 {
    font-weight: 500;
    font-size: 30px;
    padding: 5px 0;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.contact-wrap .contact-cont {
    position: relative;
    margin-bottom: 0px;
    padding: 0 200px 0 100px;
}
  .contact-wrap .submit-btn {
    text-align: center;
  }
  .contact-wrap .submit-btn .submit {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #0b3d2c;
    padding: 12px 0px;
    font-size: 18px;
    background-color: #94d96b;
    transition: 0.4s;
    border-radius: 30px;
    margin-top: 10px;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
}
.contact-wrap .form-group{
    margin-bottom: 20px;
}
.contact-wrap .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: none;
    border-top: none;
    border-radius: 30px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
}




.contact-wrap textarea {
    height: 150px !important;
    border-radius: 5px;
    padding-top: 12px !important;
}
  .contact-wrap .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
  }
  .contact-wrap .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  }
  .contact-wrap .form-control::placeholder {
  color: #000;
  }


/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials{
    position: relative;
    padding: 80px 0;
        background-color: transparent;
    background-image: linear-gradient(0deg, #ECFBE6 0%, #FFFFFF 50%);
}
.testimonials::before{
    position: absolute;
    clear: both;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
        background-image: url('../images/testiBg.webp');
    --background-overlay: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials .heading {
    position: relative;
    text-align: center;
    z-index: 9;
    margin-bottom: 50px;
}

.testimonials .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.testimonials .heading h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 20%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.testimonials .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #0b3d2c;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.testimonials .heading p{
    color: #646464;
}
.testimonials .owl-stage-outer{
    padding: 20px 0;
}
.testimonials .testimonials-wrapper .testimonials-content {
    background-color: #fff;
    background-size: cover;
    padding: 40px;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    border-radius: 10px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p{
	color: #fff;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text{
    margin-bottom: 15px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
	color: #646464;
	font-family: "Tenor Sans", sans-serif;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #000;
}
@media screen and (min-width:991px){
	.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonials .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonials .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonials .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonials .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}
/* arrow */
#testi-slider .owl-nav .owl-prev {
    color: #0b3d2c;
    background-color: #94d96b;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#testi-slider .owl-nav .owl-next {
    color: #0b3d2c;
    background-color: #94d96b;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


.counter-wrap {
    position: relative;
    padding: 120px 0;
    height: auto;
    z-index: 9;
    background-image: url('../images/infoBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.counter-wrap .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    padding-left: 10px;
    position: relative;
}

.counter-wrap .heading h2 {
    font-weight: 500;
    font-size: 38px;
    padding: 0;
    color: #000;
    text-transform: initial;
    position: relative;
    margin-bottom: 50px;
    line-height: 55px;
}

.counter-wrap .heading h2 span {
    text-shadow: 0 0 20px rgb(255 176 3 / .9), 0 0 20px rgb(255 176 3 / .6), 0 0 20px rgb(255 176 3 / .6);
}

.counter-wrap .heading p {
    margin-bottom: 25px;
    line-height: 30px;
    color: #000;
    font-size: 20px;
}

.counter-wrap .counter-box {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    position: relative;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    min-height: auto;
}
.counter-wrap .counter-box .image{
    background-color: #94d96b;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.counter-wrap .counter-box #counter {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.counter-wrap .counter-box #counter li {
    font-weight: 500;
    color: #ffb003;
}

.counter-wrap .counter-box #counter span {
    font-weight: 500;
    font-size: 40px;
    color: #0b3d2c;
    font-family: "Tenor Sans", sans-serif;
}

.counter-wrap .counter-box #counter span.sign{
    font-size: 37px;
    position: relative;
    display: inline-block;
    top: 0;
    left: 0px;
}

.counter-wrap .counter-box p {
    line-height: inherit;
    color: #0b3d2c;
    font-size: 16px;
    margin-bottom: 0;
}


/*-----------------------------------
   Blog Styling
------------------------------------*/
.blog {
    position: relative;
    padding: 150px 0 60px 0;
}

.blog::after {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f0fcec;
    transform: translate(0,-50%);
}
.blog .shape svg {
    position: absolute;
    clear: both;
    content: "";
    top: 11%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.blog .shape svg {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    height: 150px;
        fill: #f0fcec !important;
}

.blog .heading {
    position: relative;
    text-align: left;
    z-index: 9;
    width: 60%;
}

.blog .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.blog .heading h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 20%;
    height: 30px;
    background-size: 100%;
    background-color: #f0fcec;
    border-radius: 50%;
    padding: 5px;
}

.blog .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #0b3d2c;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.blog .heading p{
    color: #74787c;
}
.blog .owl-stage-outer{
        padding: 20px 0;
}
.blog .blog-content{
        box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.blog .blog-content .content{
    padding: 30px;
    background-color: #fff;
}
.blog .blog-content .blog-img-wrapper{
	position: relative;
	overflow: hidden;
}

.blog .blog-content .blog-img-wrapper img{
	transition: all .5s ease-in-out;
	height: 293px;
	width: 100%;
	object-fit: cover;
}
.blog .blog-content .blog-img-wrapper img:hover{
	transform: scale(1.2);
}
.blog .blog-content .blog-meta svg{
	color: #2c4a28;
}
.blog .blog-content .blog-meta a{
	color: #74787c;
}
.blog .blog-content .blog-meta{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.blog .blog-content .blog-title h3 a{
	font-size: 25px;
    color: #0b3d2c;
    font-family: "Tenor Sans", sans-serif;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.blog .blog-content .blog-btn{
	position: relative;
}
.blog .blog-content .blog-btn a{
	    color: #0b3d2c;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

#blog-slider .owl-nav .owl-prev {
    color: #0b3d2c;
    background-color: transparent;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 5%;
    top: -15%;
    z-index: 9;
    margin: 0;
    border: 1px solid #0b3d2c;
}

#blog-slider .owl-nav .owl-next {
    color: #0b3d2c;
    background-color: transparent;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 0%;
    top: -15%;
    z-index: 9;
    margin: 0;
    border: 1px solid #0b3d2c;
}



.site-footer {
    position: relative;
    background-color: #0b3d2c;
    margin-top: 0;
}
.site-footer .footer-sec{
    position: relative;
    padding: 60px 0 20px 0;
}
.site-footer::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    transform: translate(0, 0%);
    background: url(../images/footerImg2.svg) no-repeat;
    width: 25%;
    height: 85%;
    background-size: 100% 100%;
    z-index: 0;
}
.site-footer .container{
    position: relative;
    z-index: 9;
}
.site-footer .logo {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}
.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .site-footer .footer-location li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .site-footer .footer-location li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #94d96b;
}
.site-footer .footer-social {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: end;
}
  .site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
  }
  .site-footer .footer-social li a{
    color: #fff;
  }
  .site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
  }
  .site-footer .footer-social i {
    color: #fff;
    padding-right: 10px;
    font-size: 20px;
}
.site-footer .footer-social a {
    color: #fff;
}
.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}
.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
    margin: 0;
    display: inline-block;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}
.site-footer h4 {
    font-size: 25px;
    color: #94d96b;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0a9";
    left: 0;
    top: 0px;
    color: #94d96b;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}
.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.site-footer .footer-location .footer-social i {
    color: #009FE3;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}
.site-footer .footer-location .footer-social i:hover{
    border: 2px solid #009FE3;
    color: #009FE3;
}
.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.site-footer .footer-blog .content {
    margin-left: 15px;
}
.site-footer .footer-info .num{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.site-footer .footer-info .online{
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}
.site-footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-footer .submit {
    background: #009FE3;
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 1;
}
.site-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}
.site-footer .copyright {
    border-top: 1px solid #94d767;
    padding-top: 25px;
    margin-top: -1px;
}
/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/inner-banner.webp);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}
.breadcrumb-wrapper::after{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00ACE3;
    background: linear-gradient(180deg, rgba(0, 172, 227, 0) 0%, rgba(42, 125, 46, 0.5) 100%);
    z-index: 0;
    transition: 0.4s;
}
.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.breadcrumb-wrapper .shell h1,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 50px;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
        font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}



/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
    background: none;
    background: url('../images/inner-about.webp') no-repeat;
    background-position: center;
    background-size: 100%;
}

.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}
.inner-about-wrap .about-cont h4{
    font-size: 16px;
}
.inner-about-wrap .about-cont h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #0B3D2C;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
    display: inline;
}
.inner-service-wrap .about-cont h2{
    font-size: 25px;
}
.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p{
    margin-bottom: 15px;
    line-height: 28px;
    color: #636F77;
    font-size: 16px;
    margin-top: 15px;
}

.inner-about-wrap .about-cont .about-img {
    position: relative;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}
.inner-about-wrap .about-cont.part2 .about-img {
    margin-right: 15px;
    float: left;
    margin-left: 0;
}
.inner-about-wrap .about-img img {
        width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 110px;
    border-bottom-left-radius: 110px;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
    border: 15px solid #fff;
}

.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}

.pxl-process-carousel.pxl-process-carousel1 .pxl-swiper-slide:hover .pxl-icon-bg svg path {
    fill-opacity: 1;
    fill: #0B3D2C;
    animation: clip-path-circle 1s linear forwards;
}
/*********************faq-page************************/



.inner-faq-wrap {

    margin: 10px 0 120px 0;

}

.inner-faq-wrap .heading {

    text-align: center;

    margin-bottom: 60px;

}

.inner-faq-wrap .heading h2 {

    font-size: 50px;

    color: #000;

    font-weight: 700;

    text-transform: uppercase;


}

.accordion .card {
    border: none;
    border: 1px solid #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000 !important;
    border-radius: 6px !important;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: #fff;
    border: none;
}

.accordion .card .card-header .mb-0 {
    padding: 0;
}

.accordion .card .card-header button {
    color: #36458d;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    border-radius: none;
}

.accordion .card .card-header button.collapsed {
    background-color: #185D94 !important;
    color: #fff !important;
}

.accordion .card .card-header button.btn-link {
    background-color: #449a1300;
}

.accordion .card .collapse.show {
    background-color: rgb(234 232 232 / 0%);
    margin-top: 0px;
    position: relative;
}

.accordion .card .collapsing .card-body p {
    font-size: 14px;
}

.accordion .card .collapse .card-body p {
    font-size: 14px;
}

/*.accordion .card .card-header:hover{

    background-color: #c90a67;

}*/

.accordion .card .card-header:hover button {

    color: #36458d;

}

.bs-example {

    margin: 20px;

}

.accordion .fa {
    margin-right: 0.5rem;
    float: right;
    color: #7CB951;
}

.btn-link {

    font-weight: 600;

    color: #000;

    text-decoration: none;

}


/*****************contact-page*******************/




/******************modal*****************/

.modal-body .contact-form .btn-group,
.contact-form .btn-group-vertical {
    margin-top: 20px;
}

.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}

.modal-body textarea.form-control {
    height: 130px !important;
}

.modal-header {
    display: initial;
}


/*********************price-page************************/

.inner-price-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 80px 0;
}

.inner-price-wrap .nav-tabs {
    border-bottom: none;
    justify-content: center;
    padding-bottom: 60px;
}

.inner-price-wrap .nav-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.inner-price-wrap .nav-tabs .nav-link.active {
    border-bottom: 2px solid #e39e01;
    background-color: transparent;
}

.snip1404 {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin: 50px 10px;
}

.snip1404 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.snip1404 .plan {
    margin: 0 5px;
    width: 24.1%;
    position: relative;
    float: left;
    overflow: hidden;
    border: 3px solid #eaaa05;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background-color: #000;
}

.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1404 .plan:first-of-type {
    border-radius: 8px 0 0 8px;
}

.snip1404 .plan:last-of-type {
    border-radius: 0 8px 8px 0;
}

.snip1404 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1404 header {
    background-color: #eaaa05;
    color: #ffffff;
}

.snip1404 .plan-title {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    padding: 20px 20px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 18px;
}

.snip1404 .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}

.snip1404 .plan-cost {
    padding: 40px 20px 10px;
    text-align: right;
}

.snip1404 .plan-price {
    font-weight: 600;
    font-size: 3em;
}

.snip1404 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.snip1404 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
}

.snip1404 .plan-features li {
    padding: 8px 5%;
}

.snip1404 .plan-features i {
    margin-right: 8px;
    color: #fff;
}

.snip1404 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.snip1404 .plan-select a {
    background-color: #eaaa05;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

.snip1404 .plan-select a:hover {
    background-color: #eaaa05;
    opacity: 0.5;
}

.snip1404 .plan:hover {
    margin-top: -10px;
    border-color: #000;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}

.snip1404 .plan .plan-select {
    padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .snip1404 .plan {
        width: 50%;
    }

    .snip1404 .plan-title,
    .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1404 .plan-select,
    .snip1404 .featured .plan-select {
        padding: 20px;
    }

    .snip1404 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }
}


/********************carrer-page*****************/

.inner-career-wrap {
    padding: 80px 0;
}

.inner-career-wrap .inner-career-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    -moz-box-shadow: 0px 5px 12px 5px rgba(209, 209, 209, 0.6);
    box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.inner-career-wrap .inner-career-cont a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}



.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    padding: 10px 20px 25px 15px;
    min-height: 155px;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #0B3D2C;
    position: relative;
    margin: 15px 0;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    color: #fff;
}




/*==========================
Projects CSS
==========================*/
.projects {
	background: #fff;
}

.projects .title-box h2{
    width: 100%;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.projects .projects-img-wrapper{
    position: relative;
}
.projects .projects-img-wrapper:before{
content: '';
position: absolute;
width: 100%;
height: 0;
background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover:before{
   height: 100%;
}
.projects .projects-img-wrapper .plus-sign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2a7d2e;
    padding: 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover .plus-sign{
    opacity: 1;
}
.projects .projects-img-wrapper .plus-sign svg{
    color: #fff;
}
.projects .projects-btn .primary-btn-1{
	background: #fff !important;
	color: #000;
	
}
.projects .projects-btn .primary-btn-1:hover{
	color: var(--text-white);
}
/*==========================
   Gallery Section CSS
==========================*/
@media screen and (min-width:991px){
	.projects{
/* 		height: 100vh; */
	}
	.projects-page{
		height: unset !important;
	}
}

.gallery .filter-button-group{
	list-style: none;
	padding-left: 0;
}
 .gallery .filter-button-group li {
    background: #fff;
     border: 2px solid #000;
     color: #000;
     padding: 8px 25px;
     cursor: pointer;
     font-weight: 600;
     font-size: 13px;
     text-transform: uppercase;
     transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     border-radius: 30px;
}
@media screen and (max-width:768px){
	.gallery .filter-button-group li {
        padding: 5px 10px;
        margin: 5px 2px !important;
    }
}

 .gallery .filter-button-group li.active,  .gallery .filter-button-group li:hover{
     background:#000;
     color: #fff;
    border: 2px solid #000;
 }
 
 
 /*-----------------------------------
      Contact Us Page Section
------------------------------------*/
.contact-page-section{
	background: #fff;
}
.contact-page-section .contact-section-content{
	padding: 7em 3em 3em 3em;
}
.contact-page-section .contact-section-content .section-sub-title{
	color:#0B3D2C;
	    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-content .section-title{
	color: #0B3D2C;
	line-height: 43px;
	    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-para{
	color: #0B3D2C;
	
}
.contact-page-section .contact-section-content-text{
	border-bottom: 1px solid #FFFFFF25;
}
.contact-page-section .contact-section-info .contact-section-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0b3d2c;
    border-radius: 4px;
}
.contact-page-section .contact-section-info .contact-section-icon svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.contact-page-section .contact-section-info .contact-section-details h3{
	color: #0B3D2C;
	     font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-info .contact-section-details a{
	color: #0B3D2C;
}
@media screen and (min-width:991px){
	.contact-page-section .contact-section-info .contact-section-details h3{
		font-size: 24px;
	}
}

.contact-page-section .contact-section-form-details h3{
	color: #0B3D2C;
	line-height: 43px;
	font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 30px;
	
}
.contact-page-section .contact-section-form-details p{
	color: #666;
}
@media screen and (min-width: 991px){
	.contact-page-section .contact-section-form-details h3{
		font-size: 45px;
	}
}
.contact-page-section .contact-section-form label{
	color: #000;
	font-weight: 500;
}
.contact-page-section .contact-section-form .form-control{
	background: #f0f0f0;
	border: none;
	height: 45.19px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form .form-control:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form textarea{
	background: #f0f0f0;
	border: none;
	height: 150px !important;
	border-radius: 4px;
}
.contact-page-section .contact-section-form textarea:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form .form-control::placeholder{
	color: #666;
}
.contact-page-section .contact-section-form .submit {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #0b3d2c;
    padding: 12px 0px;
    font-size: 18px;
    background-color: #94d96b;
    transition: 0.4s;
    border-radius: 30px;
    margin-top: 10px;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
}
.contact-page-section .contact-section-form .theme-btn:hover{
	background: #000 !important;
}
.contact-page-section .contact-section-form .primary-btn-1:hover{
		background: #000 !important;
}

@media screen and (min-width:991px){
	.contact-page-section .contact-section-form-wrapper{
	padding: 3em;
}
}

@media (max-width: 767.98px) { 
    
.contact-page-section .contact-section-content {
    padding: 3em 1em 1em 1em;
}
    
}

/* Addtional CSS */

@media screen and (min-width:991px){
	.contact-wrap .contact-wrap-left-img{
	height: 578px !important;
	object-fit: cover;
}
}

.slider-container {
  margin: 0 auto;
  margin-top: 5rem;
  position: relative;
  width: 100%;
/*   max-width: 1200px; */
  height: 450px;
  border-radius: 0.7rem;
  overflow: hidden;
}

.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}

/* After text */
.after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.slider-container, .before-image img, .after-image img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


/* additional css */

/* inner service contact button */
@media (max-width: 767px) {
  .contact-wrap textarea {
	  
    height: 80px !important;
	
   
     
  }
}

/* service banner btn on specif page only */
.service-banner-btn {
  display: none;
}

/* Show ONLY on specific pages */
.postid-47 .service-banner-btn,
.postid-50 .service-banner-btn,
.postid-46 .service-banner-btn,
.postid-90 .service-banner-btn{
  display: block;
}