@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;
}

a:visited {
    color: #fff;
}

/* Winona */
.more {
    overflow: hidden;
    position: relative;
    padding: 10px 30px;
    background-color: #0078D7;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-family: "Tenor Sans", sans-serif;
}

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

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

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

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


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

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: right;
}
.site-header .toppest-bar .top-info2.part1{
    float: left;
}
.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: #0078D7;
    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: rgba(0, 0, 0, 0.6) !important;
    margin-top: 0px;
    border-radius: 50px;
    border: 1px solid #fff;
}

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

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #7AC943;
}

.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: #7AC943;
    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: #7AC943;
    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: #7AC943;
    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: #fff;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Tenor Sans", sans-serif;
}

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

.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: 200px;
}

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

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

.cntr {
    display: table;
    width: 100%;
    height: 100%;
}

.cntr .cntr-innr {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.search {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 25px;
    box-sizing: border-box;
    margin-right: 30px;
    padding: 0px 9px 0px 9px;
    border: 3px solid #FFFFFF;
    border-radius: 25px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.search:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    right: -7px;
    top: 14px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search.active

/*,
.search:hover (demo had icon expand on hover, would rather just have it expand on click) */
    {
    width: 200px;
    margin-right: 0px;
}

.search.active:after

/*,
.search:hover:after (demo had icon expand on hover, would rather just have it expand on click) */
    {
    height: 0px;
}

.search input {
    width: 100%;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    outline: none;
}

.site-header .add {
    background-color: #eaaa05;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 5px;
    margin-left: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}



.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: 50vw;
    position: relative;
}

.flex-slider .slides>li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 6.08);
background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%);
}

.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: 48%;
    left: 4%;
    transform: translate(0%, -50%);
    color: #fff;
    width: 45%;
    z-index: 9;
    padding: 20px;
    border-radius: 5px;
}
.flex-slider .content {
    background-color: #fff;
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 4%;
    transform: translate(0%, 0%);
    width: 45%;
    z-index: 9;
    padding: 30px 20px 20px 80px;
}
.flex-slider .content::before{
    position: absolute;
    clear: both;
    content: "";
    top: 0%;
    left: 0;
    background: url(../images/leaf1.png) no-repeat;
    width: 11%;
    height: 200px;
    background-size: 100%;
}
.flex-slider .banner-cont h4 {
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-family: "Tenor Sans", sans-serif;
}

.flex-slider .banner-cont h4 span {
    color: #C00000;
}
.flex-slider .content p{
	font-size: 14px;
}

.flex-slider .banner-cont h2 {
    font-size: 45px;
    color: #7AC943;
    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-btn {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

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

.flex-slider .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);
}

.flex-slider .banner-btn .top-contact .call {
    margin-left: 10px;
}

.flex-slider .banner-btn .top-contact .call p {
    font-size: 15px;
    margin-bottom: 0;
    color: #7AC943;
    font-weight: 500;
    line-height: 1;
}
.flex-slider .banner-btn .top-contact .call a {
    color: #222222;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}



.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(../images/aboutImg3.png) no-repeat;
    background-position: top left;
    background-size: 45% 100%;
    margin: 60px 0 80px 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: #7AC943;
    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: 24%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.about-wrap .about-cont h2 {
    font-weight: 500;
    font-size: 30px;
    padding: 5px 0;
    color: #7AC943;
    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: 15px;
    line-height: 24px;
    color: #222222;
    font-size: 14px;
}

.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 10px 25px 20px;
    border-left: 6px solid #7AC943;
    margin: 40px 0;
}

.about-wrap .about-list .list {
    color: #0b3d2c;
    text-decoration: none;
    display: inline-block;
    font-family: "Tenor Sans", sans-serif;
    font-size: 14px;
    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: 600px;
    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: 10px solid #fff;
}
.about-wrap .about-img .image2 {
    position: absolute;
    clear: both;
    content: "";
    bottom: 50px;
    right: -60px;
    width: 60%;
}
.about-wrap .about-img .image2 img{
    height: 100%;
}
.about-wrap .about-img .info {
    background-color: #0078D7;
    position: absolute;
    clear: both;
    content: "";
    bottom: -30px;
    right: -60px;
    padding: 20px;
    color: #000;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 25%;
    text-align: center;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
}
.about-wrap .about-img .info span {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
}
.about-wrap .about-img .info p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
}

.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: #0078D7;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #D3E9FA;
    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: 14px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

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



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

.service-wrap .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #7AC943;
    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%;
    border-radius: 50%;
    padding: 5px;
    background-color: #eff8ec;
}

.service-wrap .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #7AC943;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.service-wrap .heading p{
    color: #fff;
}
#service-slider .owl-stage-outer{
    padding: 0px 0 0 0;
}
.service-wrap .service-box {
    position: relative;
    transition: 0.4s;
    margin: 10px;
    overflow: hidden;
    background-color: transparent;
}
.service-wrap .service-box .image{
    padding: 0px;
    overflow: hidden;
}

.service-wrap .service-box .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.service-wrap .service-box .service-cont {
    position: relative;
    padding: 0px 10px 20px 20px;
    color: #fff;
    height: 235px;
    text-align: left;
    min-height: auto;
    width: 90%;
    margin-top: -95px;
    background-color: #fff;
    border-radius: 10px;
    float: right;
}
.service-wrap .service-box .service-cont .icon {
    width: 22%;
    background-color: #0078d7;
    padding: 11px;
    border-radius: 50%;
    margin-bottom: 0;
    float: right;
    margin-top: -32px;
}
.service-wrap .service-box .service-cont p {
    font-size: 14px;
    padding: 10px 0;
    color: #000;
    margin-bottom: 0;
}

.service-wrap .service-box .service-cont h4 {
    font-weight: 600;
    padding: 0;
    margin: 40px 0 0px 0;
    text-transform: capitalize;
    position: relative;
    font-size: 22px;
    color: #0078D7;
    font-family: "Tenor Sans", sans-serif;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/

.service-wrap .service-cont .more {
    color: #fff;
}

.service-wrap .service-cont .more:hover {
    background-color: #000;
    color: #fff;
}
/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #0078D7;
    background-color: transparent;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: 46%;
    bottom: -10%;
    z-index: 9;
    margin: 0;
    border: 1px solid #0078D7;
}

#service-slider .owl-nav .owl-next {
    color: #0078D7;
    background-color: transparent;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 46%;
    bottom: -10%;
    z-index: 999;
    margin: 0;
    border: 1px solid #0078D7;
}


.choose-wrap{
    position: relative;
    padding-top: 60px;
}
.choose-wrap .heading {
    position: relative;
    margin-bottom: 20px;
}

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

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

.choose-wrap .heading h2{
    font-weight: 500;
    font-size: 35px;
    padding: 5px 0;
    color: #7AC943;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.choose-wrap ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin-top: 80px;
    margin-bottom: 50px;
}
.choose-wrap ul li{
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.choose-wrap ul li:nth-child(1) {
    left: -80px;
    top: -15px;
}
.choose-wrap ul li:nth-child(2) {
    left: 40px;
}
.choose-wrap ul li:nth-child(3) {
    left: 15px;
    margin-top: 30px;
}
.choose-wrap .about-box {
    display: grid;
    align-items: center;
    justify-content: normal;
    transition: 0.4s;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    grid-template-columns: 20% 80%;
}
.choose-wrap .about-box .image {
    margin-right: 22px;
    background-color: #D9EEFF;
    border-radius: 50%;
    width: 70px;
    height: 72px;
    line-height: 100px;
    padding: 15px;
    outline: 1px dashed #0078d7;
    outline-offset: 10px;
    position: relative;
    text-align: center;
}
.choose-wrap .about-box .image img {
    width: 100%;
    transition: 0.4s;
    padding-top: 7px;
}
.choose-wrap .about-box .content h4 {
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0078D7;
}
.choose-wrap .about-box .content p {
    position: relative;
    font-size: 14px;
}
.choose-wrap .left-img {
    position: absolute;
    clear: both;
    content: "";
    bottom: -10%;
    left: -8%;
    width: 49%;
    border-radius: 50%;
    overflow: hidden;
}
.choose-wrap ul::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: -60px;
    left: -75%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #0078D7;
}


  /*==========================
Projects CSS
==========================*/
.projects {
	background: transparent;
    position: relative;
    padding: 80px 0 40px 0;
    background-color: #F5F7FA;
}
.projects .heading {
    position: relative;
    text-align: center;
    z-index: 9;
}

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

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

.projects .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #7AC943;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.projects .heading p{
    color: #646464;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projects .projects-img-wrapper {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}
.projects .projects-img-wrapper:before{
content: '';
position: absolute;
width: 100%;
height: 0;
background: linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7));
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: #000;
}


.process-wrap{
    position: relative;
    margin: 60px 0 0 0;
}
.process-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0px;
    right: 0;
    width: 42%;
    height: 328px;
    background: url(../images/leaf2.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.process-wrap .heading {
    position: relative;
}
.process-wrap .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #7AC943;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}
.process-wrap .heading h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 17%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}
.process-wrap .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #7AC943;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.process-wrap .about-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-top: 200px;
    position: relative;
    margin-bottom: 40px;
}
.process-wrap .about-list ul::before {
    position: absolute;
    clear: both;
    content: "";
    top: -270px;
    left: 100px;
    width: 83%;
    height: 400px;
    background: url(../images/line.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.process-wrap .about-list ul li{
    float: left;
    width: 25%;
    position: relative;
}
.process-wrap .about-list ul li:nth-child(2){
    margin-top: -100px;
}
.process-wrap .about-list ul li:nth-child(3){
    margin-top: -200px;
}
.process-wrap .about-list ul li:nth-child(4){
    margin-top: -300px;
}
.process-wrap .about-box {
    transition: 0.4s;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.process-wrap .about-box .image {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.process-wrap .about-box .image img {
    transition: 0.4s;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 2px solid #0078d7;
}
.process-wrap .about-list ul li:nth-child(1) .about-box .image::before {
    position: absolute;
    clear: both;
    content: "";
    top: -35px;
    left: -39px;
    width: 220px;
    height: 220px;
    background: url(../images/shape1.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.process-wrap .about-list ul li:nth-child(2) .about-box .image::before {
    position: absolute;
    clear: both;
    content: "";
    top: -36px;
    left: -38px;
    width: 220px;
    height: 220px;
    background: url(../images/shape2.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.process-wrap .about-list ul li:nth-child(3) .about-box .image::before {
    position: absolute;
    clear: both;
    content: "";
    top: -37px;
    left: -36px;
    width: 220px;
    height: 220px;
    background: url(../images/shape3.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.process-wrap .about-list ul li:nth-child(4) .about-box .image::before {
    position: absolute;
    clear: both;
    content: "";
    top: -30px;
    left: -28px;
    width: 210px;
    height: 210px;
    background: url(../images/shape4.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.process-wrap .about-box:hover .number {
    background-color: #7AC943;
}
.process-wrap .about-box .number {
    text-decoration: none;
    position: relative;
    z-index: 9;
    color: #fff;
    transition: 0.4s;
    text-align: center;
    font-size: 20px;
    background-color: #0078D7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    top: -35px;
}
.process-wrap .about-box .content h4{
        font-family: "Tenor Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 22px;
    color: #0078D7;
}
.process-wrap .about-box .content p {
    position: relative;
    font-size: 14px;
    word-break: break-word;
}


.contact-wrap {
    padding: 100px 0 80px 0;
    margin-top: 0px;
    position: relative;
    background: url(../images/contact-bg.png) no-repeat;
    background-position: top right;
    background-size: 70%;
}
.contact-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0%;
    left: 0;
    transform: translate(0, 0%);
    background-color: #D9EEFF;
    width: 30%;
    height: 100%;
    z-index: 0;
}
.contact-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    background: url(../images/leaf3.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.contact-wrap .image img{
    width: 100%;
}
.contact-wrap .heading {
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
    padding-left: 0;
}
.contact-wrap .heading h4 {
    color: #E6AF5D;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 7px;
    position: relative;
    display: inline-block;
    padding-left: 7%;
    margin-bottom: 0;
}
.contact-wrap .heading h4::before{
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    width: 30px;
    height: 1px;
    background-color: #E6AF5D;
}
.contact-wrap .heading h2 {
    font-weight: 500;
    font-size: 30px;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    margin: 15px 0;
}
.contact-wrap .contact-cont {
    position: relative;
    margin-bottom: 0px;
    padding: 40px;
    background-color: #0078D7;
    border-radius: 20px;
}
.contact-wrap .contact-cont .info{
        position: relative;
    margin-top: 30px;
}
.contact-wrap .contact-cont .info h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px solid #7AC943;
    margin-bottom: 15px;
    padding-bottom: 15px;
        font-family: "Tenor Sans", sans-serif;
}
.contact-wrap .contact-cont .info h4 a {
    color: #fff;
    text-decoration: none;
}
.contact-wrap .contact-cont .info p{
    margin-bottom: 0;
    color: #fff;
        font-family: "Tenor Sans", sans-serif;
        text-align: center;
}
  .contact-wrap .submit-btn {
    text-align: left;
  }
.contact-wrap .submit-btn .submit {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 12px 40px;
    font-size: 18px;
    background-color: #7AC943;
    transition: 0.4s;
    border-radius: 30px;
    margin-top: 10px;
    text-transform: capitalize;
    border: none;
    font-weight: 500;
    width: 100%;
}
.contact-wrap .form-group{
    margin-bottom: 20px;
}
.contact-wrap .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    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;
}
.contact-wrap textarea {
    height: 80px !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-right .heading {
    position: relative;
}
.testimonials-right .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #7AC943;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}
.testimonials-right .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;
}
.testimonials-right .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #7AC943;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.testimonials-right .testimonials-slider-wrap .owl-stage-outer{
    padding-top: 30px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner {
    position: relative;
    width: 100%;
    background-color: #295C43;
    padding: 30px;
    border-radius: 10px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-cont{
    position: relative;
    margin-top: 20px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top.part1{
        margin-top: -50px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top.part1 i {
    color: #7ac943;
    font-size: 60px;
    margin-top: -15px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #cfb341;
}
      .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right {
        position: relative;
        padding-left: 20px;
    }
          .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right h4 {
            position: relative;
            color: #fff;
            font-size: 14px;
            margin-bottom: 5px; }
          .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right h5 {
            position: relative;
            color: #6dd73e;
            font-size: 14px;
            margin-bottom: 15px; }
          .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .star-rating {
            position: relative;
            margin-bottom: 10px;
         }
            .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .star-rating img {
              position: relative;
              width: 80px; }
              .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right .testm-cont{
                padding-top: 20px;
              }
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner p {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
/* arrow */
#testi-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: transparent;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -2%;
    bottom: -50px;
    z-index: 9;
    margin: 0;
}
#testi-slider .owl-nav .owl-prev i{
    padding-left: 5px;
}
#testi-slider .owl-nav .owl-next {
    color: #fff;
    background-color: transparent;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: 15%;
    bottom: -50px;
    z-index: 9;
    margin: 0;
}
#testi-slider .owl-nav .owl-next i{
    padding-right: 5px;
}


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

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

.blog .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #7AC943;
    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%;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
}

.blog .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #7AC943;
    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: #0078d7;
}
.blog .blog-content .blog-meta a {
    color: #0078d7;
}
.blog .blog-content .blog-meta{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.blog .blog-content .blog-title h3 a{
	font-size: 22px;
    color: #0078D7;
    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: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
#blog-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
#blog-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #7AC943;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#blog-slider .owl-dots .owl-dot.active span {
    background-color: #26a9e0;
    outline: 2px solid #26a9e0;
    outline-offset: 3px;
}
#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;
}

.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-left: 0px;
}
.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;
} */

.site-footer {
    position: relative;
    padding: 40px 0 20px 0;
    background-color: #0A0A0A;
}
.site-footer .more:hover{
    background-color: #7AC943;
}
.site-footer .footer-logo {
    display: inline-block;
    width: 100%;
    margin-top: -25px;
}
.site-footer .footer-info .logo {
    margin-bottom: 20px;
    width: 65%;
}
.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: #7AC943;
}
.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
}
  .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: #7AC943;
  }
  .site-footer .footer-social i {
    color: #7AC943;
    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;
    display: inline-block;
    margin: 0;
    width: 100%;
}

.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: 20px;
    color: #7AC943;
    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: #7AC943;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0px;
}
.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: #7AC943;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #7AC943;
    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 #7AC943;
    color: #7AC943;
}
.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: #C00000;
    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%;
}
.site-footer p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

            
.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 15px 0;
    background-color: #373737;
}
.copyright p.special{
    float: none;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    font-family: "Tenor Sans", sans-serif;
}
.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}
/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/inner-banner.webp);
    background-size: cover;
    background-position: center;
    height: 350px;
    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%, rgb(0 0 0 / 80%) 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: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.breadcrumb-wrapper .shell h1, .breadcrumb-wrapper1 .shell h2, .breadcrumb-wrapper2 .shell h2 {
    font-size: 40px;
    margin-bottom: 0;
    color: #ffffff;
    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: 22px;
    display: inline;
}
.inner-about-wrap .about-cont h2 {
    font-weight: 500;
    font-size: 30px;
    padding: 5px 0;
    color: #7ac943;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
    display: inline;
}
.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: 15px 0;
    line-height: 24px;
    color: #636F77;
    font-size: 15px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}

.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;
}
.modal-header .btn-close {
    float: right;
    margin-top: -30px;
}


/*********************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;
}

.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;
    -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%);
    padding: 20px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #7ac943;
    font-weight: 600;
    font-size: 20px;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 15px;
}

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

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

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



.contact-wrap .contact-cont label {
    width: 100%;
    color: #FFF;
}
.range-slider {
  width: 100%;
  height: 6px;
  appearance: none;
  background: #fff;
  border-radius: 5px;
  outline: none;
}

/* WebKit Browsers (Chrome, Edge, Safari) */
.range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #7AC943;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  position: relative;
  top: -5px;
}

/* Track styling for WebKit */
.range-slider::-webkit-slider-runnable-track {
  height: 6px;
  background: #fff;
  border-radius: 5px;
}

/* Firefox */
.range-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.range-slider::-moz-range-track {
  height: 6px;
  background: #fff;
  border-radius: 5px;
}


.inner-project-page{
    background-color: #fff;
}
.inner-project-page .projects-img-wrapper img{
    height: 300px;
}
.blog.wp-theme-all_season_property{
    padding: 0;
}


/*-----------------------------------
      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: 28px;
    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
    font-size: 25px;
}
.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;
}
}

.whats-app {
    position: fixed;
    right: 4%;
    bottom: 10%;
    width: 3%;
    z-index: 9999;
}
.whats-app a{
	text-align: center;
    display: block;
    text-decoration: none;
    color: #7ac943;
    font-size: 13px;
    font-weight: 600;
}
.whats-app a img{
	margin: 0 auto;
}
.inner-service-wrap{
	position: relative;
}
.inner-service-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0%;
    left: 0;
    background: url(../images/leaf1.png) no-repeat;
    width: 6%;
    height: 250px;
    background-size: 100%;
}