@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&family=Spartan:wght@400;500;600;700;800&display=swap");
:root {
    --poppins-font: "Poppins", sans-serif;
    --spartan-font: "Spartan", sans-serif;
}
html {
    font-size: 62.5%;
    height: 100%;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #f7f8ff;
}
html {
    scroll-behavior: smooth;
}
a,
a:hover {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
img {
    display: inline-block;
    max-width: 100%;
}
.navbar.navbar-expand-lg {
    position: fixed;
    top: 0;
    padding: 0;
    background: #ffffff !important;
    width: 100%;
    z-index: 999;
}
.otherServicesMenu.dropdown-menu {
    left: 100%;
    margin-top: -40px;
}
.navbar.navbar-expand-lg .nav-link {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--spartan-font);
    padding-right: 3rem;
    padding-left: 3rem;
    text-transform: capitalize;
    color: #040404;
    position: relative;
    display:inline-block
}
.navbar.navbar-expand-lg .nav-link::after {
    content: "";
    bottom: -8px;
    width: 0%;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #698d39;
    position: absolute;
    -webkit-transition: 0.8s cubic-bezier(0.69, -0.36, 0, 1.51);
    transition: 0.8s cubic-bezier(0.69, -0.36, 0, 1.51);
}
.navbar.navbar-expand-lg .nav-link:hover {
    color: #698d39;
}


.navbar.navbar-expand-lg .navbar-brand img {
    width: 270px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.navbar.navbar-expand-lg.navHeader {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.navbar.navbar-expand-lg .navbar-brand {
    margin: 20px 0;
}
.navbar.navbar-expand-lg.navHeader .navbar-brand {
     margin: 0;
}
.navbarRight .demoBtn {
    background-color: #698d39;
    padding: 15px 15px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: var(--spartan-font);
    border-radius: 5px;
}
.navbarRight .demoBtn:hover{
    background:#7f9d57;
}
@media screen and (max-width: 767px) {
    .navbarRight .demoBtn {
        padding: 1.5rem;
            margin: 20px;
    }
    .sustainImg {
    width: 100%;
    margin-right: 0;
}
    .otherServicesMenu.dropdown-menu {
    left: 100%;
    margin-top: 0;
    display: block;
    padding-left: 10px;
    border:0;
}
}


.navbarRight .demoBtn:hover::after {
    width: 100%;
}
.navbarRight .userNav a {
    text-align: center;
    width: 6rem;
}
.navbarRight .userNav [class^="flaticon"] {
    color: rgba(0, 0, 0, 0.5);
}
.navbarRight .userNav [class^="flaticon"]:hover {
    color: #698d39;
}
.navbarRight .userNav .btn-user {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.navSearch {
    position: relative;
}
.navSearch .searchBox {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 15px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 360px;
    max-width: 360px;
}
.navSearch .searchBox input {
    height: 4rem;
    font-size: 14px;
    border-radius: 0;
}
.navSearch .searchBox input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #698d39;
}
.navSearch .searchBox input.btn {
    border: 0;
    background-color: #698d39;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.navSearch .searchBox input.btn:hover {
    color: #fff;
    -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
    background-color: #18202d;
}
#srcBtn {
    width: 60px;
}
select#FormControlSelect1 {
    height: 50px;
    font-size: 14px;
}
#srcBtn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#logineModal h4 {
    font-size: 14px;
    font-family: var(--spartan-font);
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
#logineModal form .form-control {
    height: 50px;
    font-size: 16px;
}
#logineModal form .btn {
    background-color: #698d39;
    color: #fff;
    border-radius: 0;
    height: 5rem;
    line-height: 5rem;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--spartan-font);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#logineModal form .btn:focus {
    outline: none;
}
#logineModal form .btn:hover {
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}
#logineModal p {
    font-size: 13px;
    margin: 2rem 0;
}
#logineModal p a {
    color: #698d39;
}
#logineModal .modal-body {
    padding: 2rem 3rem;
}
#logineModal .form-check {
    margin: 2rem 0;
}
#logineModal .form-check label {
    font-size: 13px;
    margin-left: 10px;
}
#logineModal .modal-header {
    padding: 2rem;
}
#logineModal .modal-header .close {
    font-size: 16px;
    opacity: 1;
}
#logineModal .modal-footer {
    border-top-style: dashed;
    margin: 0 3rem 20px;
    padding: 3rem 0 0;
}
.btn-login {
    background: #395334 !important;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-item {
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 500;
    font-family: var(--spartan-font);
}
.dropdown-item:hover {
    color: #698d39;
}
.box {
    padding: 5rem 0 10rem;
}
.box h2 {
    margin-bottom: 1.5rem;
}
.box h2 + p {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 3rem;
}
.box p + p {
    font-family: inherit;
    font-size: 16px;
}
.box.box-2 h2 {
    margin-bottom: 3rem;
}
.box.box-2 p {
    max-width: 900px;
    margin: 0 auto 2rem;
}
.heading {
    text-align: center;
    position: relative;
    font-size: 3.3rem;
    font-weight: bold;
    margin: 3rem 0;
}
.box figure {
    -webkit-transition: 1s all;
    transition: 1s all;
    position: relative;
}
.box figure img {
    height: 223px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box figure figcaption {
    position: absolute;
    bottom: -50px;
    left: 8%;
    right: 8%;
    background: #fff;
    color: #000;
    padding: 20px 15px;
    -webkit-box-shadow: 0 5px 10px #00000033;
    box-shadow: 0 5px 10px #00000033;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.aboutUs ul li{
    font-size:18px;
}
.box figure figcaption::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    background: #698d39;
    content: "";
    width: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.box figure figcaption h5 {
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.box figure figcaption h3 {
    font-size: 2.1rem;
    font-weight: 500;
}
.box figure:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.box figure:hover h5 {
    color: #698d39;
}
.box figure:hover img {
    -webkit-box-shadow: 0px 0px 6px #0000004f, -10px -10px 1px #698d39;
    box-shadow: 0px 0px 6px #0000004f, -10px -10px 1px #698d39;
}
.box2 figure:hover figcaption {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 10px 10px #0000004f;
    box-shadow: 0 10px 10px #0000004f;
}
.box figure:hover figcaption::after {
    width: 100%;
}
.box h3 {
    font-size: 3rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 4rem;
}
.box p {
    font-size: 2rem;
    font-family: "helveticaregular";
    color: rgba(255, 255, 255, 0.7);
}
.main_banner {
    position: relative;
        background: url(../images/Satinpod-global-v1.png) no-repeat top center;
    background-size: cover;
}
.main_banner .bannerBg {
        opacity: 0.5;
    position: absolute;
    top: 16%;
    right: 6%;
    width: 10vw;
}
.main_banner .owl-banner {
    height: 95vh;
    text-align: left;
}
.main_banner .owl-banner .owl-stage,
.main_banner .owl-banner .owl-item,
.main_banner .owl-banner .item,
.main_banner .owl-banner .owl-stage-outer {
    height: 100%;
}
.main_banner .owl-banner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.main_banner .owl-banner .item .row {
    width: 100%;
}
.main_banner .owl-banner img.bannerBg {
    opacity: 0.7;
    -o-object-fit: cover;
    object-fit: cover;
    height: 110vh;
}
.main_banner .owl-banner h2 {
    font-size: 3.8rem;
    font-weight: 800;
    font-family: inherit;
    text-transform: capitalize;
    color:#fff;
    margin-top: 20%;
}
@media screen and (max-width: 767px) {
    .main_banner .owl-banner h2 {
        font-size: 2rem;
        margin-top: 10%
    }
}
.main_banner .owl-banner h3 {
    font-size: 3rem;
    font-family: inherit;
    font-weight: 600;
    color:#ffe405 ;
    
}
.main_banner .owl-banner p {
    font-size: 1.6rem;
    font-family: inherit;
    font-weight: 300;
    margin-top: 1%;
    color:#fff;
}
.main_banner .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: var(--poppins-font);
}
@media screen and (max-width: 767px) {
    .main_banner .caption {
        position: relative;
    }
}
.bannerBottom {
    background-color: rgb(105 141 57 / 88%);
    padding: 4rem 0 1rem;
    margin-top: 3rem;
}
.bannerBottom ul li:first-child {
    width: 57px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #18202d;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
}
.bannerBottom ul li:first-child::before {
    position: absolute;
    content: "";
    width: 57px;
    height: 57px;
    background-color: #87c337;
    border-radius: 100%;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.bannerBottom ul li:first-child i {
    position: relative;
    z-index: 1;
}
.bannerBottom ul:hover li:first-child::before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.bannerBottom h4 a {
    font-size: 12px;
    color: #fff;
    font-family: var(--spartan-font);
    text-align: left;
}
.bannerBottom h4 a span {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5px;
}
.about {
    padding: 6rem 0;
    background: #fff;
}
.about h5 {
    color: #698d39;
    font-size: 12px;
    font-weight: bold;
    font-family: var(--spartan-font);
}
.about h2 {
    font-size: 2.9rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.about p {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--spartan-font);
}
.abt_box {
    border: 1px solid #e5e5e5;
    padding: 3rem 1rem 1rem;
}
.otherField{
    display:none;
}
.abt_box h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 1rem 0;
}
.abt_box p {
    font-size: 12px;
}
.btn-more {
    background-color: #18202d;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    padding: 0.5rem 3rem;
}
.btn-more:hover {
    color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color: #698d39;
}
@media only screen and (min-width:991px){
.owl-clients  .owl-stage {
  display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: center;
}
}
.owl-clients  .owl-stage .oakyLogo{
    width:120px;
    margin:auto;
}
header h5 {
    color: #698d39;
    font-size: 12px;
    font-weight: bold;
    font-font-family: var(--spartan-font);
    text-transform: uppercase;
}
header h2 {
    font-size: 3.9rem;
    font-weight: bold;
    margin-bottom: 7rem;
    position: relative;
        color: #698d39;
}
header h2::before,
header h2::after {
    position: absolute;
    content: "";
    left: 49.9%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
    width: 1px;
    height: 20px;
    background-color: #698d39;
}
header h2::after {
    left: 50.5% !important;
    bottom: -40px;
}
.service {
    position: relative;
    padding: 5rem 0;
}
.service::before {
    background-color: #f7f6f2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.service #TabContent {
    margin-top: 10rem;
}
.about h2+p {
    text-align: justify;
}
.service .tabContent {
    background-color: #698d39;
    color: #fff;
    padding: 6rem;
    position: absolute;
    right: 0;
    max-width: 581px;
    top: 10%;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
@media screen and (min-width: 1100px) {
    .service .tabContent {
        min-height: 448px;
    }
}
.service .tabContent:hover {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.service .tabContent h3 {
    font-size: 2.7rem;
    font-weight: 700;
}
.service .tabContent p {
    font-size: 2.2rem;
    font-family: var(--spartan-font);
    margin: 2rem 0 3rem;
}
.service .tabContent a {
    background-color: #fff;
    color: #698d39;
    padding: 1.5rem 3rem;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.service .tabContent a:hover {
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.service .tab-pane {
    position: relative;
}
.service .tab-pane img {
    max-width: 854px;
    -o-object-fit: cover;
    object-fit: cover;
}
.service .tabBox {
    width: 127px;
    height: 127px;
    margin: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 2rem;
}
.service .tabBox i {
    color: #18202d;
}
.service .tabBox i::before {
    font-size: 5rem;
}
.service .nav-tabs {
    border-color: #f7f6f2;
}
.service .nav-tabs .nav-link {
    border: 0;
}

.service .nav-tabs .nav-link span {
    font-size: 18px;
    font-weight: 700;
    color: #18202d;
}
.service .nav-tabs .nav-link:hover .tabBox {
    background-color: #18202d;
}
.aboutUs p {
    text-align: justify;
}
.service .nav-tabs .nav-link.active .tabBox img, .service .nav-tabs .nav-link:hover .tabBox img{
    filter: brightness(0) invert(1);
}
.service .nav-tabs .nav-link:hover .tabBox i {
    color: #fff;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.service .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border: 0;
}
.mainHomeForm{
    padding-bottom:5rem;
}
.service .nav-tabs .nav-link.active i {
    color: #fff;
}
.service .nav-tabs .nav-link.active i::before {
    font-size: 5rem;
}
.service .nav-tabs .nav-link.active .tabBox {
    background-color: #87c337;
}
.testimonial {
    background: url(../images/testiBg.png) no-repeat top center/cover fixed;
    padding: 5rem 0;
}
.testimonial h2 {
    margin-bottom: 5rem;
}
.testimonial header h2::before,
.testimonial header h2::after {
    display: none;
}
.testimonial i::before {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.3);
}
.testimonial .owl-testimonial h4 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin: 4rem auto 3rem;
    max-width: 900px;
}
.testimonial .owl-testimonial h6 {
    font-size: 14px;
    color: #698d39;
    font-style: italic;
    margin-top: 1rem;
}
.testimonial .owl-testimonial img {
    width: 61px;
    height: 61px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    margin: auto;
}
.news {
    padding: 5rem 0;
}
.news header h2::before,
.news header h2::after {
    display: none;
}
.news figure > a {
    overflow: hidden;
}
.news figure > a img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.news figure:hover a img {
    -webkit-transform: scale(1.1) rotateZ(5deg);
    transform: scale(1.1) rotateZ(5deg);
}
.news figure a:hover {
    color: #698d39;
}
.news figure h5 {
    font-size: 12px;
    font-family: var(--spartan-font);
    font-weight: 700;
    margin: 2rem 0 1rem;
}
.news figure h5 a {
    color: #18202d;
}
.news figure h4 a {
    color: #18202d;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: var(--poppins-font);
}
.news figure p {
    font-size: 16px;
    font-family: var(--spartan-font);
    font-weight: 500;
}
.newsLetter {
    background: url(../images/img9.png) no-repeat center/cover fixed rgba(57, 83, 52, 0.9);
    padding: 9rem 0;
}
.newsLetter h2 {
    font-size: 3.9rem;
    font-weight: 700;
    font-family: var(--poppins-font);
    color: #fff;
    margin: 0;
}
.newsLetter form .form-control {
    height: 6rem;
    font-family: var(--spartan-font);
    font-size: 12px;
    border-radius: 0;
    border: 0;
}
.newsLetter form .btn {
    background-color: #fff;
    color: #698d39;
    border-radius: 0;
    height: 6rem;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--spartan-font);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.newsLetter form .btn:focus {
    outline: none;
}
.newsLetter form .btn:hover {
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.contact_news {
    background: url(../images/contact_bg-v2.png) no-repeat left top/contain #fff;
}
.contact_news h2 {
    margin-bottom: 5rem;
}
.contact_news header h2::before,
.contact_news header h2::after {
    display: none;
}
.contact_news form .form-control {
    height: 6rem;
    font-family: var(--spartan-font);
    font-size: 12px;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    margin-bottom: 2rem;
}
.contact_news form .form-control::-webkit-input-placeholder {
    font-family: var(--spartan-font);
    font-weight: bold;
    color: #d1d1d1;
}
.contact_news form .form-control:-ms-input-placeholder {
    font-family: var(--spartan-font);
    font-weight: bold;
    color: #d1d1d1;
}
.contact_news form .form-control::-ms-input-placeholder {
    font-family: var(--spartan-font);
    font-weight: bold;
    color: #d1d1d1;
}
.contact_news form .form-control::placeholder {
    font-family: var(--spartan-font);
    font-weight: bold;
    color: #d1d1d1;
}
.contact_news form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact_news form textarea.form-control {
    margin-bottom: 0;
    height: 130px;
    padding-top: 1.5rem;
}
.contact_news form .btn {
    background-color: #698d39;
    color: #fff;
    border-radius: 0;
    height: 6rem;
    width: 166px;
    margin: auto;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--spartan-font);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 2.5rem;
}
.contact_news form .btn:focus {
    outline: none;
}
.contact_news form .btn:hover {
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.dropdown-toggle.btn-user::after {
    display: none;
}
.btn-user + .dropdown-menu {
    font-size: 14px;
    border: 0;
    border-radius: 0;
    min-width: 160px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 0;
}
.btn-user + .dropdown-menu a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
}
.btn-user + .dropdown-menu a:hover {
    background-color: #698d39;
    color: #fff;
}
.inner .inner-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.inner .inner-container h1 {
    font-size: 3.9rem;
    font-weight: 700;
    font-family: var(--poppins-font);
}
.aboutUs {
    background-color: #fff;
    padding-bottom: 5rem;
}
.aboutUs h4 {
    margin: 1rem 0;
}
.aboutUs h5 {
    margin-top: 5rem;
}
.aboutUs p {
    font-size: 17px;
}
.heading-4 {
    font-size: 1.9rem;
    font-weight: 700;
    font-family: var(--poppins-font);
}
.heading-5 {
    color: #698d39;
    font-size: 12px;
    font-weight: bold;
    font-family: var(--spartan-font);
}
p {
    font-size: 12px;
    font-weight: normal;
    font-family: var(--spartan-font);
}
.blogList {
    background-color: #fff;
    padding-top: 5rem;
}
.blogList .blogBigBox {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    margin: 0 0 5rem;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.blogList .blogBigBox h4 a {
    color: #18202d;
}
.blogList .blogBigBox h4 a:hover {
    color: #698d39;
}
.blogList .blogBigBox p {
    font-size: 16px;
}
.blogTitle {
    position: relative;
    font-size: 2.7rem;
    font-weight: 600;
    font-family: var(--spartan-font);
    padding-bottom: 10px;
}
.blogTitle::after {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 3px;
    left: 0;
    content: "";
    background-color: #49a1e6;
}
.blogTitle::before {
    position: absolute;
    bottom: 0;
    width: 25%;
    height: 1px;
    left: 0;
    content: "";
    background-color: #e5e5e5;
}
.recentPost {
    margin: 2rem 0 7rem;
}
.recentPost img {
    max-width: 70px !important;
    height: 87px;
    border-radius: 10px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}
.recentPost h4 {
    margin-left: 15px;
    margin-top: 5px;
}
.recentPost h4 a {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--spartan-font);
}
.recentPost h4 a:hover {
    color: #698d39;
}
.recentPost h4 span {
    font-size: 13px;
    font-weight: 300;
    font-family: var(--spartan-font);
    color: rgba(0, 0, 0, 0.5);
    margin-top: 15px;
}
.bigBlog img {
    max-width: 191px;
    -ms-flex-preferred-size: 191px;
    flex-basis: 191px;
    height: 181px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bigBlog .bigBox:hover img {
    border: 2px solid #698d39;
}
.bigBlog .bigBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem;
}
.bigBlog .bigBox .bigContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
}
.bigBlog .bigBox .bigContent h3 {
    margin-bottom: 1.5rem;
}
.bigBlog .bigBox .bigContent h3 a {
    color: #222;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--spartan-font);
    line-height: 22px;
}
.bigBlog .bigBox .bigContent h3 a:hover {
    color: #698d39;
}
.bigBlog .bigBox .bigContent p {
    font-size: 16px;
}
.bigBlog .bigBox .bigContent span {
    font-size: 13px;
    font-weight: 700;
    font-family: var(--spartan-font);
}
.product__detail {
    padding: 5rem 0;
    background-color: #fff;
}
.product__detail h2 {
    font-size: 3.4rem;
    font-weight: 300;
    font-family: var(--spartan-font);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.product__detail h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #49a1e6;
}
.product__detail h3 {
    font-size: 3rem;
    font-weight: 600;
    font-family: var(--spartan-font);
    margin: 1rem 0;
}
.product__detail p {
    font-size: 16px;
    font-family: var(--spartan-font);
}
.product__detail .slick-slide img {
    display: block;
    width: 100%;
}
.product__detail form {
    margin-top: 3rem;
}
.product__detail form label {
    font-size: 16px;
    font-family: var(--spartan-font);
    text-transform: uppercase;
}
.product__detail form .qty {
    margin: 0 3px;
    text-align: center;
}
.product__detail form .qty,
.product__detail form .plus,
.product__detail form .minus {
    height: 51px;
    width: 51px;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 1.5rem;
    line-height: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.product__detail form .plus:hover,
.product__detail form .minus:hover {
    color: #fff;
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.product__detail form .btn-cart {
    margin-top: 2rem;
}
.product__detail .btn-cart {
    color: #fff;
    background-color: #698d39;
    width: 325px;
    height: 55px;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-family: var(--spartan-font);
}
.product__detail .btn-cart:hover {
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.product-wishlist {
    margin: 2rem 0;
}
.product-wishlist .col:first-child {
    padding: 0;
}
.product-wishlist a {
    background-color: #f4f4f4;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-family: var(--spartan-font);
    text-transform: capitalize;
    width: 250px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #18202d;
}
.product-wishlist a:hover {
    background-color: #18202d;
    color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.product__details {
    margin: 5rem 0;
    font-size: 16px;
}
.product__details .tab-content {
    padding: 3rem 5rem;
}
.product__details .nav-link {
    color: #000;
    padding: 10px 5rem;
    position: relative;
}
.product__details .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #f2a1a8;
}
.product__details .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f2a1a8;
    width: 40px;
    height: 2px;
}
.contactUs {
    padding-top: 5rem;
    font-size: 16px;
}
.contactUs h2 {
    font-size: 3.6rem;
    font-family: var(--spartan-font);
    font-weight: 700;
}
.contactUs p {
    font-size: 16px;
}
.contactUs .contact_bg {
    background: url(../images/contactbg.png) no-repeat center top/cover fixed;
    padding: 7rem 0 5rem;
    margin-top: 5rem;
}
.contactUs .contact_bg p {
    margin-bottom: 3rem;
}
.contactUs .contact_bg form {
    max-width: 1000px;
    margin: auto;
}
.contactUs .contact_bg form .form-group {
    margin-bottom: 2rem;
}
.contactUs .contact_bg form label {
    font-size: 14px;
    font-family: var(--spartan-font);
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
    text-align: left;
    display: block;
}
.contactUs .contact_bg form label span {
    color: #698d39;
}
.contactUs .contact_bg form input.form-control {
    height: 44px;
    font-size: 16px;
}
.contactUs .contact_bg form input.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #698d39;
}
.contactUs .contact_bg form .btn {
    font-size: 12px;
    font-family: var(--spartan-font);
    font-weight: 600;
    background-color: #698d39;
    border-radius: 0;
    width: 264px;
    height: 61px;
    border: 0;
    text-transform: uppercase;
}
.contactUs .contact_bg form .btn:hover {
    background-color: #18202d;
    color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.contactBox {
    text-align: left !important;
    background: #fff;
    padding: 3rem;
    border-radius: 10px;
    min-height: 85%;
    margin-top: 5rem;
}
.contactBox i,
.contactBox .fa,
.contactBox svg {
    color: #698d39;
    font-size: 25px;
}
.contactBox h4 {
    font-size: 18px;
    font-family: var(--spartan-font);
    font-weight: 600;
    margin: 3rem 0 1rem;
    color: #698d39;
    text-transform: uppercase;
}
.contactBox p {
    font-size: 15px;
}
.contactBox p a {
    color: #18202d;
}
.cart {
    padding: 5rem 0;
}
.cart form label {
    font-size: 16px;
    font-family: var(--spartan-font);
    text-transform: uppercase;
}
.cart form .qty {
    margin: 0 3px;
    text-align: center;
}
.cart form .qty,
.cart form .plus,
.cart form .minus {
    height: 40px;
    width: 30px;
    background: #ededed;
    border: 1px solid #d9d9d9;
    font-size: 1.5rem;
    line-height: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.cart form .plus:hover,
.cart form .minus:hover {
    color: #fff;
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.cart .price {
    font-size: 15px;
    font-family: var(--spartan-font);
    font-weight: 600;
    color: #698d39;
}
.cart p {
    font-size: 15px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.cart p a {
    color: #18202d;
}
.cart p a:hover {
    color: #698d39;
}
.cart h2 {
    font-size: 16px;
    font-family: var(--spartan-font);
    font-weight: 700;
    margin-bottom: 2rem;
}
.cart .table-responsive {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cart .table {
    background-color: #fff;
    border-top: 2px solid #698d39;
}
.cart .table tr td {
    padding: 1.75rem;
    vertical-align: middle;
}
.cart .table thead tr th {
    padding: 1.75rem;
    font-size: 15px;
    font-family: var(--spartan-font);
    font-weight: 600;
    text-align: center;
}
.cart .table .cartTrash svg {
    font-size: 20px;
    color: #18202d;
}
.cart .table .cartTrash svg:hover {
    color: #698d39;
}
.cart .cartBox {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    padding: 3rem;
}
.cart .cartBox .d-flex {
    font-size: 15px;
}
.cart .cartBox .d-flex strong {
    font-weight: 700;
}
.cart .cartBox2 {
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.cart .cartBox2 ul li {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart .cartBox2 ul li svg {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    font-size: 30px;
    color: #698d39;
}
.cart .cartBox2 ul li p {
    margin-left: 2rem;
}
.cart .cartBox2 ul li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
}
.privacy {
    padding: 5rem 0;
}
.privacy h2 {
    font-size: 1.9rem;
    font-family: var(--spartan-font);
    font-weight: 700;
}
.privacy .privacyContent p {
    margin: 5px 0;
}
.privacy p {
    font-size: 14px;
    font-family: var(--spartan-font);
    font-weight: 300;
    margin: 3rem 0;
}
.privacy p span {
    display: block;
}
.privacy p span:first-letter {
    font-weight: 700;
}
.privacy address {
    font-size: 14px;
    font-family: var(--spartan-font);
    font-weight: 300;
    margin-bottom: 3rem;
}
.register {
    padding: 5rem 0;
}
.register_form {
    max-width: 800px;
    margin: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-top: 2px solid #698d39;
    padding: 3rem;
    background-color: #fff;
}
.register_form h2 {
    font-size: 1.9rem;
    font-family: var(--spartan-font);
    font-weight: 700;
    text-align: center;
}
.register_form p {
    font-size: 13px;
    font-family: var(--spartan-font);
    font-weight: 300;
    text-align: center;
}
.register_form .form-check {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.register_form .form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.register_form .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}
.register_form .form-check:hover input ~ .checkmark {
    background-color: #ccc;
}
.register_form .form-check input:checked ~ .checkmark {
    background-color: #111;
}
.register_form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.register_form .form-check input:checked ~ .checkmark:after {
    display: block;
}
.register_form .form-check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.register_form .btn {
    width: 330px;
    margin: auto;
    height: 43px;
    color: #fff;
    background-color: #698d39;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.register_form .btn:hover {
    color: #fff;
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.register_form .form-group {
    margin: 3rem 0;
}
.register_form .form-group label {
    font-size: 13px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.register_form .form-group input {
    border-radius: 5px;
    outline: none;
    height: 5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.register_form .form-group input:focus {
    border-color: #698d39;
}
.register_form .input-group-text.border-left-0.bg-white {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.8rem;
}
.register_form .input-group-text.border-left-0.bg-white svg {
    color: #888888;
}
.register_form .input-group-text.border-left-0.bg-white svg:hover {
    color: #698d39;
}
.register_form .form-group.form-check {
    margin: 3rem 0;
}
.register_form .custom-control {
    font-size: 13px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.register_form h5 {
    font-size: 13px;
    font-family: var(--spartan-font);
    font-weight: 300;
    margin-bottom: 2rem;
}
.thankYou img {
    height: 90%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.thankYou .container,
.thankYou .container-lg,
.thankYou .container-md,
.thankYou .container-sm,
.thankYou .container-xl {
    max-width: 1000px;
    text-align: center;
    margin-left: 5%;
}
.thankYou .container h1,
.thankYou .container-lg h1,
.thankYou .container-md h1,
.thankYou .container-sm h1,
.thankYou .container-xl h1 {
    font-size: 8.9rem;
    font-family: var(--spartan-font);
    font-weight: 900;
}
.thankYou .container h4,
.thankYou .container-lg h4,
.thankYou .container-md h4,
.thankYou .container-sm h4,
.thankYou .container-xl h4 {
    font-size: 3.3rem;
    font-family: var(--spartan-font);
    font-weight: 600;
}
.thankYou .container p,
.thankYou .container-lg p,
.thankYou .container-md p,
.thankYou .container-sm p,
.thankYou .container-xl p {
    font-size: 18px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.blog_details {
    background-color: #fff;
    padding: 10rem 0;
}
.blog_details img {
    height: 476px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog_details h2 {
    font-size: 3.4rem;
    font-family: var(--spartan-font);
    font-weight: 700;
    margin: 3rem 0;
}
.blog_details p {
    font-size: 16px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.blog_details h5 {
    font-size: 15px;
    font-family: var(--spartan-font);
    font-weight: 600;
    margin-bottom: 2rem;
    color: #698d39;
}
.blog_details h4 {
    font-size: 3.4rem;
    font-family: var(--spartan-font);
    font-weight: 800;
    color: #4a4a4a;
    margin-top: 5rem;
}
.blog_details form {
    margin: 0 0 3rem 0;
}
.blog_details form label {
    font-size: 14px;
    font-family: var(--spartan-font);
    font-weight: 600;
    color: #4a4a4a;
}
.blog_details form .form-group input {
    background-color: #f4f4f4;
    height: 4rem;
    border: 0;
}
.blog_details form textarea {
    border: 0;
    background-color: #f4f4f4;
}
.blog_details form .btn {
    background-color: #698d39;
    color: #fff;
    border-radius: 0;
    height: 6rem;
    width: 166px;
    margin: auto;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--spartan-font);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 2.5rem;
}
.blog_details form .btn:focus {
    outline: none;
}
.blog_details form .btn:hover {
    background-color: #18202d;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.blog_details .blog_search {
    position: relative;
}
.blog_details .blog_search .form-control {
    border-radius: 50px;
    height: 4.4rem;
    font-size: 16px;
    padding: 0 15px;
    background-color: transparent;
}
.blog_details .blog_search .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog_details .blog_search .input-group-prepend {
    position: absolute;
    z-index: 22;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    font-size: 14px;
}
.blog_details .blog_search .input-group-prepend button {
    background-color: transparent;
}
.blog_details .blog_search .input-group-prepend:hover {
    opacity: 1;
}
.blog_details .blog_box {
    margin-bottom: 4rem;
    background-color: #f7f6f2;
    padding: 25px 15px;
    border-radius: 5px;
}
.blog_details .blog_box h3 {
    position: relative;
    font-size: 2.7rem;
    font-family: var(--spartan-font);
    font-weight: 700;
    margin-bottom: 20px;
}
.blog_details .blog_box h3::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #222;
}
.blog_details .blog_box ul {
    margin: 4rem 0;
}
.blog_details .blog_box li {
    margin: 25px 0;
}
.blog_details .blog_box li a {
    font-size: 16px;
    font-family: var(--spartan-font);
    font-weight: 500;
    color: #4a4a4a;
}
.blog_details .blog_box li a:hover {
    color: #698d39;
}
.service_list {
    padding: 10rem 0;
    font-size: 16px;
    background-color: #fff;
}
.service_list .sortBy {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_list .sortBy label {
    color: #343434;
    margin: 0;
    font-size: 14px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.service_list .sortBy select {
    width: 70%;
    font-size: 16px;
}
.service_list .sortBy select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.service_list .sortBy select#show {
    width: 60%;
}
.service_list .showButton button {
    background: transparent;
    border: 0;
    margin-left: 10px;
    font-size: 2rem;
}
.service_list .showButton button:hover {
    color: #698d39;
}
.service_list .showButton h6 {
    color: #343434;
    margin: 0;
    font-size: 14px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.service_list h3 {
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 2.2;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.service_list .serviceBox {
    margin-bottom: 3rem;
}
.service_list .serviceBox:hover ul {
    bottom: 20px;
}
.service_list .serviceBoxImg {
    position: relative;
    overflow: hidden;
}
.service_list .serviceBoxImg img {
    height: 20rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.service_list .serviceBoxImg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 90%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.service_list .serviceBoxImg ul li a {
    color: #222;
    padding: 10px;
    font-size: 18px;
}
.service_list .serviceBoxImg ul li a:hover {
    color: #698d39;
}
.service_list .serviceBoxContent {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-top: 0;
}
.service_list .serviceBoxContent h2 {
    font-size: 20px;
    font-family: var(--spartan-font);
    font-weight: 300;
}
.service_list .serviceBoxContent .stars {
    margin-bottom: 1rem;
}
.service_list .serviceBoxContent .stars svg,
.service_list .serviceBoxContent .stars i {
    font-size: 12px;
    color: #698d39;
}
.service_list .serviceBoxContent h4 a {
    font-size: 15px;
    font-family: var(--spartan-font);
    font-weight: 300;
    color: #222;
}
.service_list .serviceBoxContent h4 a:hover {
    color: #698d39;
}
.service_list .accordion .card {
    border: 0;
    border-bottom: 1px dashed #888888;
}
.service_list .accordion .card h2 button {
    position: relative;
    font-size: 13px;
    font-family: var(--spartan-font);
    font-weight: 300;
    padding: 15px 0;
    color: #222;
}
.service_list .accordion .card h2 button:hover {
    text-decoration: none;
    color: #698d39;
}
.service_list .accordion .card h2 button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.service_list .accordion .card h2 button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 0;
    color: #343434;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.service_list .accordion .card h2 button[aria-expanded="true"]::after {
    -webkit-transform: translateY(-50%) rotateZ(90deg);
    transform: translateY(-50%) rotateZ(90deg);
}
.service_list .accordion .card ul {
    list-style: none;
    padding-left: 0;
}
.service_list .accordion .card ul li {
    margin: 5px 0;
}
.service_list .accordion .card ul li a {
    color: #222;
    position: relative;
    padding-left: 15px;
}
.service_list .accordion .card ul li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: -0;
    font-size: 8px;
    color: #49a1e6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.service_list .accordion .card ul li a:hover {
    color: #698d39;
}
.pagination li a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3px;
    color: #222;
    border: 2px solid #e9e9e9;
    border-radius: 0 !important;
}
.pagination li a:hover {
    background-color: #698d39;
    color: #fff;
    border-color: #698d39;
}
.blog_social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem 0;
}
.blog_social li {
    margin-right: 5px;
}
.blog_social li a {
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
}
.blog_social li a:hover {
    background-color: #222;
}
.blog_social li:nth-child(1) {
    background-color: #334f8e;
}
.blog_social li:nth-child(2) {
    background-color: #4ba2eb;
}
.blog_social li:nth-child(3) {
    background-color: #0070ad;
}
.blog_social li:nth-child(4) {
    background-color: #c41c23;
}
.loginSocial.blog_social li {
    margin-right: 5px;
}
.loginSocial.blog_social li a {
    width: 40px;
}
.checkout {
    padding: 5rem 0;
    font-family: var(--spartan-font);
}
.checkout .container {
    max-width: 1000px;
}
.checkout_box {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 15px 20px;
    margin-bottom: 2rem;
}
.checkout h3 {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin: 1.5rem 0 2.5rem;
}
.checkout h3 a {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}
.checkout h3 a:hover {
    color: #49a1e6;
}
.checkout .form-control-plaintext {
    font-size: 16px;
}
.checkout .form-group {
    position: relative;
}
.checkout .form-group i,
.checkout .form-group svg {
    position: absolute;
    right: 15px;
    top: 50%;
    border-left: 1px solid #9e9e9e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #9e9e9e;
    font-size: 1.6rem;
    padding-left: 10px;
    width: 25px;
    z-index: 1;
}
.checkout .form-group select + i,
.checkout .form-group select + svg {
    border-left: 0;
    color: #222;
}
.checkout .form-group select,
.checkout .form-group input {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5rem;
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.checkout .form-group select:focus,
.checkout .form-group input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkout h4 {
    font-size: 22px;
    margin-bottom: 2rem;
    font-weight: 100;
}
.checkout .form-check {
    font-size: 15px;
    margin-bottom: 0.5rem;
}
.checkout .form-check label {
    padding-left: 10px;
}
.checkout .btn {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #698d39;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 2rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.checkout .btn:hover {
    background-color: #49a1e6;
}
.checkout .checkoutImg {
    border: 1px solid #9e9e9e;
    width: 100px;
    height: 90px;
    position: relative;
}
.checkout .checkoutImg span {
    background-color: #c11c1c;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-weight: 700;
}
.checkout .checkoutImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.checkout h5 a {
    font-size: 15px;
    color: #222;
}
.checkout h5 a:hover {
    color: #49a1e6;
}
.checkout .qty {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #9e9e9e;
}
.checkout #qty_check {
    height: 3rem;
}
.checkout h6 a {
    font-size: 14px;
    color: #9e9e9e;
}
.checkout h6 a:hover {
    color: #0070ad;
}
.checkout .discount_box input {
    height: 5rem;
    font-size: 16px;
}
.checkout .discount_box input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkout .discount_box input:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 70%;
    font-size: 14px;
    border-right: 0;
}
.checkout .discount_box input:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 30%;
    margin: 0;
}
.checkout .checkout_price p {
    font-size: 16px;
    margin-bottom: 2rem;
}
.checkout .checkout_price p strong {
    font-size: 24px;
}
.abtBox img{
    width:60px;
}
.sustainImg{ width:146px; margin-right:10px;}
.subDropdown:hover .otherServicesMenu {
    display: block !important;
}

.blog_details p+h4 {
    font-size: 16px;
}
.blog_details p+h5 {
    color: #000;
    margin: 30px 0 10px;
}
.clients-1 {
    padding: 2rem 0 2rem;
    background-color: #fff;
    border-top: 1px solid #698d3973;
    -webkit-box-shadow: 0 0 23px #698d39c7;
    box-shadow: 0 0 23px #698d39c7;
}
.aboutCenter {
    background: url(../images/img9.png) no-repeat center/cover fixed rgba(57, 83, 52, 0.9);
    padding: 5rem 0;
    margin: 5rem 0;
}
.aboutCenter h2 {
    font-size: 3.9rem;
    font-weight: 700;
    font-family: var(--poppins-font);
    color: #fff;
    margin: 0;
}
.aboutCenter blockquote {
    color: #fff;
}
.aboutCenter blockquote h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
}
.aboutCenter blockquote h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}
.aboutCenter blockquote p {
    font-size: 16px;
}
footer {
    background-color: #18202d;
}
footer .footer__top {
    padding: 1rem 0 2rem;
    border-bottom: 1px solid #252c37;
}
footer ul.social li a {
    color: #fff;
    padding: 1rem;
    background-color: #202b3d;
    width: 57px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}
footer ul.social li a:hover {
    background-color: #698d39;
    color: #fff;
}
footer .task-btn {
    background-color: #698d39;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--spartan-font);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 2rem 5rem;
    position: relative;
}
footer .task-btn img {
    position: absolute;
    top: 101%;
    left: -60%;
}
footer .task-btn:focus {
    outline: none;
}
footer .task-btn:hover {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #698d39;
}
footer h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--spartan-font);
    color: #fff;
    margin-bottom: 4rem;
    font-weight: 700;
}
footer .menu li a {
    font-size: 12px;
    margin: 1rem 0;
    text-transform: capitalize;
    font-family: var(--spartan-font);
    color: rgba(255, 255, 255, 0.5);
}
footer .menu li a:hover {
    color: #fff;
}
footer address {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
footer address strong {
    display: block;
    color: #fff;
    font-family: var(--spartan-font);
}
footer address a {
    color: rgba(255, 255, 255, 0.5);
}
footer address a:hover {
    color: #fff;
}
footer address p {
    margin-bottom: 1.5rem;
}
footer .footer__bottom {
    background: #1f2a3c;
    color: rgba(255, 255, 255, 0.7);
    padding: 3rem 0;
}
footer .footer__bottom p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}
footer .footer__bottom ul li {
    margin: 0 10px;
}
footer .footer__bottom ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
footer .footer__bottom ul li a:hover {
    color: #698d39;
}
.footerLogo {
    padding: 3rem 0 1rem;
}
.footerLogo img {
    width: 21vw;
}

.footerLogo address {
    margin: auto;
    margin-top: 2rem;
    max-width: 300px;
}
@media only screen and (max-width: 767px) {
    .navbar-collapse {
        background: #fff;
        z-index: 999;
    }
    .main_banner .owl-banner h3 {
        font-size: 2rem;
        margin: 10px 0;
    }
    .main_banner .owl-banner {
        height: auto;
    }
    .navbar.navbar-expand-lg {
        position: -webkit-sticky;
        position: sticky;
    }
    .navbarRight .cartBtn {
        padding: 1rem 3rem;
    }
    .navbar-toggler-icon {
        width: 30px;
        height: 1px;
        background: #222;
        position: relative;
    }
    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 30px;
        height: 1px;
        background: #222;
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
    }
    .navbar-toggler-icon::before {
        top: unset;
        bottom: -8px;
    }
    .ml-auto.d-flex.navbarRight {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }


    .navSearch .searchBox {
        top: 100%;
        right: 0;
        left: 0;
        z-index: 99;
    }
    .main_banner .caption h2 {
        font-size: 4rem;
    }
    .main_banner .caption h3 {
        font-size: 2rem;
    }
    .main_banner .caption p {
        font-size: 1.8rem;
    }
    .bannerBottom h4 a span {
        font-size: 16px;
    }
    .about,
    .bannerBottom {
        padding: 2rem 0;
    }
    .about h5 {
        margin: 30px 0 5px;
    }
    .service .nav-tabs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .contact_news{
        background: #f1f1f1;
    }
    header h2 {
        font-size: 2.5rem;
    }
    .news,
    .newsLetter,
    .service {
        padding: 3rem 0;
    }
    .service #TabContent {
        margin-top: 2rem;
    }
    .service .nav-tabs .nav-link span {
        font-size: 14px;
    }
    .service .tabContent {
        padding: 15px;
    }
    .service .tab-pane img {
        max-width: 100%;
    }
    .service .tabContent {
        position: relative;
    }
    .service .tabContent p {
        font-size: 18px;
        margin: 1rem 0;
    }
    .navbar-toggler:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .testimonial .owl-testimonial h4 {
        font-size: 2rem;
        font-weight: 500;
        line-height: 28px;
    }
    .newsLetter h2 {
        font-size: 2.5rem;
        margin: 0 0 15px;
    }
    .newsLetter form .btn {
        font-size: 8px;
    }
    footer h3 {
        margin-bottom: 1rem;
    }
    footer .menu li a {
        margin: 0.4rem 0;
    }
    footer .footer__bottom {
        margin-top: 1rem;
    }
    footer .footer__bottom {
        padding: 2rem 0;
    }
    footer .footer__bottom p {
        font-size: 10px;
        margin-bottom: 10px;
        text-align:center;
    }
    footer .footer__bottom p+ul {
    justify-content: center;
}
figure {
    margin: 0 0 4rem;
}
    .abt_box h6 {
           font-size: 12px;
    }
    .abt_box p {
    font-size: 12px;
}
section.about .row .col {
    padding: 0 3px;
}
    .about h2 {
        font-size: 2.9rem;
    }
   
    .about p {
        font-size: 18px;
    }
    .navbar.navbar-expand-lg.bg-white.navHeader .ml-auto.d-flex.navbarRight {
        display: none !important;
    }

  
    .news .text-center h2 {
        margin: 0 0 30px;
    }
    .service .nav-tabs {
        width: 1030px;
    }
    .service .tabBox {
        width: 77px;
        height: 77px;
    }
    ul.social.list-unstyled.d-flex.wow.fadeInUp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .navbar-toggler {
        margin-right: 7px;
    }
    .aboutUs h4 br {
    display: none;
}
    .inner.position-relative > img {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .inner .inner-container h1 {
        font-size: 2.9rem;
        text-shadow: 1px 3px 3px #0000004f;
    }
    .navbar + br, .navbar + br + br, .navbar + br + br + br {
    display: none;
}
    .heading-4 {
        font-size: 2.4rem;
        margin: 10px 0 10px !important;
    }
    .blogList .blogBigBox {
        padding: 15px;
    }
    .recentPost h4 a {
        font-size: 14px;
    }
    .recentPost img {
        height: 47px;
    }
    .bigBlog .bigBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bigBlog img {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .bigBlog .bigBox {
        margin-bottom: 2rem;
    }
    .bigBox > a img {
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .bigBox > a {
        width: 100%;
    }
    .blog_details {
        padding: 5rem 0;
    }
    .blog_details h2 {
        font-size: 2.4rem;
    }
    .blog_social li a {
        width: 60px;
    }
    .blog_details h4 {
        font-size: 2.4rem;
    }
    .blog_details .blog_box li {
        margin: 15px 0;
    }
    .contactUs h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .contactBox {
        padding: 2rem;
        margin-top: 2rem;
    }
    .privacy {
        padding: 0;
    }
    .register_form .form-group.form-check {
        margin: 1rem 0;
    }
    .register_form .btn {
        width: 100%;
    }
    .register_form .form-group {
        margin: 2rem 0;
    }
    .product__detail h2 {
        font-size: 2.4rem;
        margin-top: 20px;
    }
    .product-wishlist a {
        width: auto;
    }
    .product__details .nav-link {
        padding: 10px 20px;
    }
    .product__details .tab-content {
        padding: 2rem 10px;
    }
    .service_list,
    .product__detail {
        padding: 3rem 0;
    }
    #accordionLeft {
        margin-bottom: 3rem;
    }
    .thankYou .container h4 {
        font-size: 2rem;
    }
    .thankYou > img {
        height: 80vh !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .abt_box p {
        font-size: 14px;
    }
    .abt_box.wow.fadeInUp.d-flex.align-items-center.p-2.mt-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .service .nav-tabs .nav-link.active i::before,
    .service .tabBox i::before {
        font-size: 3rem;
    }
    .clients-1 .owl-carousel .owl-item img {
        display: block;
        width: 120px;
    }
       .navbar.navbar-expand-lg .navbar-brand {
                margin: 10px 15px;
        }
        .main_banner {
            height: 30vh;
                display: flex;
             align-items: center;
        }
        section.aboutUs ul li {
    font-size: 18px;
}
.aboutUs p+div.pt-3 {
    text-align: center;
}
section.aboutUs+ .box {
    margin-top: 0;
    padding: 0 0 20px;
}

.dropdown-menu a.dropdown-item {
    padding-left: 40px;
}
a.dropdown-item.d-flex.justify-content-between {
    padding-left: 25px;
}
}
/*# sourceMappingURL=main.min.css.map */
.serviceBox{
    position: relative;
    height: 300px;
    width: 100%;
    background-image: url(https://leaderzwalk.com/wp-content/uploads/2021/08/training-5069846_640.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:20px;
        border-radius: 32px;
        margin-bottom:4rem;
}
.serviceBoxInner-back, .serviceBoxInner-front{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.serviceBox-flip-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.serviceBoxInner-front{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #02010100;
    border-radius: 20px 20px 20px 20px;
        display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}
.serviceBoxInner-front h4{
    color: #FFF;
    font-family: "Roboto",Sans-serif;
    font-size: 22px;
    margin-top:10px;
    font-weight:bold;
}
.serviceBoxInner-front img{
    filter: brightness(0) invert(1);
    width: 40px;
}
.serviceBoxInner-back h3{
    color:#698d39;
    margin-bottom:15px;
}
.serviceBoxInner-back{
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #502fc6;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction:column;
    border-color: #000;
    border-radius: 5px;
        -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    align-items: center;
    background-color: #FFF;
    border-radius: 20px 20px 20px 20px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    padding:20px;
    
}

.flipbox-button{
    background: #698d39;
    border-radius: 0;
    font-family: "Roboto Slab",Sans-serif;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 15px;
}
.flipbox-button:hover{
    color:#fff;
}
.background-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
        background-color: transparent;
    background-image: linear-gradient(180deg,#02010100 0%,#000000 100%);
    opacity: 1;
    border-radius: 30px 30px 30px 30px;
        transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}
.serviceBox:hover .serviceBox-flip-card, .serviceBox:hover .serviceBoxInner-back {
        -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.abtVid {
    height: 100%;
    width: 100vw;
    object-fit: cover;
    animation: 1200ms ease-out 400ms 1 normal both running jBcSpD;
}
.abtVideo{
    position:relative; 
    overflow:hidden;
}
section.news header h2 {
    margin-bottom: 4rem;
}
.abtVideoInner{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #0000009e;
        display: flex;
    align-items: center;
}
.abtVideoInner h2{
    color:#fff;
    font-weight:bold;
    font-size:30px;
}