/*===========================
 =  Table of Contents
 0. Keyframes
 1. General
 1.1. Typography
 1.2. Section spacings
 1.3. Forms
 1.4. Buttons
 1.5. Colors & Badges
 1.6. Modals, Popups & Dropdowns
 1.7. Tables
 1.8. Tabs
 1.9. Social media links
 2. Header
 2.1. Header style 2
 2.2. Header style 3
 3. Footer
 5. Subheader
 5. Components
 6.. Loaders
 6.1. Blog Posts
 6.1.1. Blog Posts List
 6.1.2. Blog Post Details
 6.2. sidebar
 6.3. Products
 6.3.1. Products (List view)
 6.3.2 Products (Minimal View)
 6.3.3 Products Quick view & details
 6.3.4. Cart & Wishlist
 6.3.5. Checkout
 6.3.6 Products (Recent View)
 6.4. Categories Megamenu
 6.5. Banners
 6.6. Icon Blocks
 6.7. Call To Actions
 6.8.Login & Signup
 6.9. Error 404
 6.10. Testimonials
 6.11. Companies
 6.12. Newsletter Popup
 7. Misc
 8. Responsive
===========================*/
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swa");

/*-------------------------------------------------------------------*/
/* === Keyframes === */
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}
@keyframes pulseInOut{
  0%{opacity:1;transform:scale(.3)}
  100%{opacity:0;transform:scale(1.3)}
}
@keyframes pulseInOutSM{
  0%{opacity:1;transform:scale(.3)}
  100%{opacity:0;transform:scale(1.7)}
}

@-webkit-keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes preloaderScale {
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes preloaderScale {
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}

@keyframes BounceUpDown {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes BounceDownUp {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes bannerscale {
    50% {
        transform: scale(1.2);
    }
}

/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  text-align: center;
}

.kdjf6b {
  margin-top: 20px;
  display: inline-block;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  margin: 0 3px 6px;
  padding: 0 12px;
  line-height: 38px;
  text-align: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .v7m6vm {
  color: #aaa;
  border-color: #eee;
}

/*======================
1.0. General
========================*/
.zs2hbo{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
}
.zs2hbo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eo5jdo{
  z-index: 3;
}

.lkl4s1{
  position: relative;
  text-align: center;
  padding: 80px;
}
.ncxtjc{
  position: relative;
}
.ncxtjc span{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: #288f30;
}
.ncxtjc span + span{
  top: auto;
  right: auto;
  left: -10px;
  bottom: -10px;
  background-color: #fff;
}
.lkl4s1 img:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lkl4s1 img:nth-child(3){
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.fupy52{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fupy52 img + img{
  margin-left: auto;
  margin-top: -50%;
}

.ig7y3p{
  border: 2px solid #efefef !important;
}
.e753t9{
  display: block;
  width: 3px;
  height: 80px;
  text-align: center;
  background-color: #288f30;
  margin: 0 auto;
}

.witoxq{
  display: flex;
  flex-wrap: wrap;
}

.witoxq img + img{
  margin-top: 40px;
  margin-left: 30px;
}

.l6yyxe{
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  background-color: #288f30;
}
.l6yyxe::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.ewnbqb{
  position: relative;
}
.mgocfz{
  width: 70px;
  height: 30px;
  content: '';
  background-position: 0 0,5px 7px;
  background-size: 12px 12px;
  position: absolute;
  display: block;
  background-image: -o-radial-gradient(#d1d4d8 1px,transparent 1px),-o-radial-gradient(#d1d4d8 1px,transparent 1px);
  background-image: radial-gradient(#d1d4d8 1px,transparent 1px),radial-gradient(#d1d4d8 1px,transparent 1px);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background-color: rgba(255,255,255,.3);
  top: 20px;
  opacity: 1;
  z-index: -1;
}

.mgocfz.aqtlmx{
  width: 50%;
  left: -20px;
  right: auto;
  height: 70%;
  top: -20px;
}
.mgocfz.z0km0s{
  background-image: -o-radial-gradient(#288f30 1px,transparent 1px),-o-radial-gradient(#288f30 1px,transparent 1px);
  background-image: radial-gradient(#288f30 1px,transparent 1px),radial-gradient(#288f30 1px,transparent 1px);
}
.mgocfz.k1f9l9{
  background-image: -o-radial-gradient(#288f30 1px,transparent 1px),-o-radial-gradient(#288f30 1px,transparent 1px);
  background-image: radial-gradient(#288f30 1px,transparent 1px),radial-gradient(#288f30 1px,transparent 1px);
}


.wgow31{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mjll7s{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ecork4{
  position: absolute;
  top: -20px;
  left: 0;
}
.tyegwa{
  position: absolute;
  top: -20px;
  right: 30%;
  z-index: -1;
  width: 500px;
}
.sdj35b .tyegwa{
  top: -200px;
}

.ba5q6u .rzn657{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: block;
}

.ba5q6u .rzn657.tyfzxm{
  width: 290px;
  height: 290px;
}
.ba5q6u .rzn657.rpkfk1{
  width: 160px;
  height: 160px;
}
.ba5q6u .rzn657.sejikl{
  width: 100px;
  height: 100px;
}

.vldpvv.nlq45x .p0znly svg{
  width: 1020px;
  position: absolute;
  top: -20px;
  right: 0;
}

.vldpvv.nlq45x .vqgx26{
  position: absolute;
  top: -320px;
  left: -430px;
  width: 500px;
  height: 500px;
  transform: rotate(-15deg);
  border-radius: 80px;
}

.vldpvv.nlq45x .xzcui7 svg{
  position: absolute;
  bottom: 0px;
  right: -610px;
  width: 920px;
}

.vldpvv.nlq45x .djn5n0 svg{
  position: absolute;
  right: -270px;
  top: -40px;
  width: 980px;
  z-index: -1;
}

.vldpvv.nlq45x .c5purd{
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  bottom: -150px;
  left: -150px;
  border: 40px solid #288f30;
  z-index: -1;
}

.vldpvv.nlq45x .zjzg2v svg{
  position: absolute;
  right: 0;
  bottom: -140px;
  width: 1060px;
  z-index: -1;
}

.v19ulz{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.f2siys{
  position: absolute;
  bottom: -210px;
  right: 0;
  z-index: -3;
}

.ps5ian{
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.ps5ian.th8u64{
  height: 295px;
}
.ps5ian.l41vlo{
  height: 500px;
}
.ps5ian.n76zfe{
  top: auto;
  bottom: 0;
}

.ps5ian.lzmar6{
  height: 100%;
  width:  140px;
}

.ps5ian.lzmar6.bw66pd{
  right: 0;
  left: auto;
}
.ps5ian.lzmar6.pjfor4{
  right: auto;
  left: 0;
}

.ps5ian.lzmar6.l41vlo{
  width: 500px;
}

.uqnufo canvas,
.uqnufo{
  width: 100%;
}
.h6ffdk{
  height: 600px;
  width: 100%;
}
.h6ffdk .ucq93j{
  left: auto;
  right: 0;
}
.h6ffdk iframe{
  width: 100%;
  height: 100%;
}
.fkbt3u{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.fkbt3u span{
  width: 1px;
  height: 200px;
  background-color: #efefef;
  display: block;
}
.fkbt3u span:first-child,
.fkbt3u span:last-child{
  margin: 0 20px;
}
.fkbt3u span:nth-child(2){
  height: 400px;
}

.l2qcdb{
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 400;
}

.l2qcdb.lfuicu{
  -webkit-text-stroke-color: #288f30;
}

.l2qcdb span{
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0;
}
.l2qcdb span.kuf73r{
  -webkit-text-fill-color: #288f30;
  -webkit-text-stroke-width: 0;
}
.l2qcdb span.jm7g7f{
  -webkit-text-fill-color: #288f30;
  -webkit-text-stroke-width: 0;
}

.i5n1ec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: .3s;
}

.i5n1ec.e64l8r{
  opacity: 0;
  visibility: hidden;
}

.i5n1ec ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-animation: rot 16s linear infinite;
          animation: rot 16s linear infinite;
}
.i5n1ec li {
  width: 40px;
  height: 40px;
  background: #288f30;
  border-radius: 4px;
  box-shadow: 0 0 1px #fff, 0 0 5px #288f30, 0 0 10px #288f30, 0 0 15px #288f30, 0 0 25px #288f30, 0 0 55px #288f30;
  -webkit-animation: preloaderScale 0.8s linear alternate infinite;
          animation: preloaderScale 0.8s linear alternate infinite;
}

.i5n1ec li:nth-child(1) {
  z-index: 24;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.i5n1ec li:nth-child(2) {
  z-index: 23;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.i5n1ec li:nth-child(3) {
  z-index: 22;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.i5n1ec li:nth-child(4) {
  z-index: 21;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.i5n1ec li:nth-child(5) {
  z-index: 20;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(6) {
  z-index: 19;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.i5n1ec li:nth-child(7) {
  z-index: 18;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.i5n1ec li:nth-child(8) {
  z-index: 17;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.i5n1ec li:nth-child(9) {
  z-index: 16;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(10) {
  z-index: 15;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.i5n1ec li:nth-child(11) {
  z-index: 14;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.i5n1ec li:nth-child(12) {
  z-index: 13;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.i5n1ec li:nth-child(13) {
  z-index: 12;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(14) {
  z-index: 11;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.i5n1ec li:nth-child(15) {
  z-index: 10;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.i5n1ec li:nth-child(16) {
  z-index: 9;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.i5n1ec li:nth-child(17) {
  z-index: 8;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(18) {
  z-index: 7;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.i5n1ec li:nth-child(19) {
  z-index: 6;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.i5n1ec li:nth-child(20) {
  z-index: 5;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.i5n1ec li:nth-child(21) {
  z-index: 4;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(22) {
  z-index: 3;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.i5n1ec li:nth-child(23) {
  z-index: 2;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.i5n1ec li:nth-child(24) {
  z-index: 1;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.i5n1ec li:nth-child(25) {
  z-index: 0;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.mmciex {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.oxyjxp,
.dk2x4c {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #288f30;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dk2x4c {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

.fsia9v {
    opacity: 0;
}

.tkpivz {
    opacity: .25;
}

.prt6jl {
    opacity: .50;
}

.hr1dfc {
    opacity: .75;
}

.mzhgna {
    opacity: 1;
}

.e29u0c,
.hdsty1,
.cdny6z,
.oeyv8y,
.je4pux,
.wa5bpg,
.opaqsm,
.w6s994,
.rlj8mm {
    position: relative;
    z-index: 1;
}
.e29u0c::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/building.png);
  background-size: cover;
  background-position: center;
}
.hdsty1::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/textures/building-2.png);
}
.cdny6z::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/textures/building-2.png);
}


.oeyv8y::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/abstract.png);
  background-size: cover;
  background-position: center;
}

.rlj8mm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.opaqsm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .9);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.wa5bpg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(214,167,123, .7);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.w6s994::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33,33,33, .7);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.je4pux::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34,34,34, .7);
  z-index: -1;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.rlj8mm.wa5bpg::after {
  background-color: rgba(72, 172, 110, .8);
}

.rlj8mm.u0s5h0::before {
    background-color: rgba(0, 0, 0, .6);
}
.rlj8mm.tbxr7f::before {
    background-color: rgba(0, 0, 0, .8);
}

.hnqphc {
    position: sticky;
    top: 30px;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #767e88;
    overflow-x: hidden;
}

hr {
    margin: 30px 0;
}

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

.wk9m3v {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wk9m3v img {
    position: absolute;
    max-width: 300px;
}

.wk9m3v img:nth-child(1) {
    top: 150px;
    max-width: 400px;
    left: -200px;
}

.wk9m3v img:nth-child(2) {
    right: -100px;
    bottom: 0;
}

.p58cse {
    position: relative;
}

.p58cse img {
    border-radius: 8px;
}

.fu7pzk {
    width: 220px;
    margin-bottom: 20px;
}

.q36k8p {
    cursor: pointer;
}

.hpdji5 {
    border: 0;
    background-color: transparent;
    padding: 0;
    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;
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.hpdji5:focus {
    outline: none;
}

.hpdji5 span {
    position: absolute;
    width: 2px;
    height: 15px;
    display: block;
    background-color: #fff;
    opacity: 0.6;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hpdji5.wexprd span {
    background-color: #288f30;
}

.hpdji5.tzgq5p span {
    background-color: red;
}

.hpdji5 span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hpdji5:hover {
  transform: rotate(45deg);
}

.hpdji5.dylqj1 span {
    background-color: #288f30;
}

.bzo41c {
    font-size: 2rem;
}

.u1h83c {
    font-size: 3rem;
}

.kp5gc8 {
    font-size: 4rem;
}

.pdfadq {
    border: 0;
}

.j2knlj {
    background-size: cover;
}

.ziaxm8 {
    background-size: 600px;
}

.p2sv94 {
    background-attachment: fixed;
}

.n0wvy1 {
    background-size: contain;
}

.kio5bi {
    background-repeat: no-repeat;
}

.np3x7k {
    background-position: center;
}

.nommjm {
    background-position: left;
}

.ik7ub9 {
    background-position: right;
}

.u1taw4 {
    background-position: top;
}

.kvp5vr {
    background-position: bottom;
}
.tl65nw {
    background-position: bottom left;
}
.jrnp65 {
    background-position: bottom right;
}

.container-fluid{
  padding-left: 150px;
  padding-right: 150px;
}

.jssohg{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.jssohg li,
.jssohg li + li{
  margin: 0;
}
.jssohg li a{
  padding: 40px 20px;
  display: block;
  color: #777777;
  text-transform: uppercase;
}
.jssohg li a:hover{
  color: #fff;
}

/*======================
1.1. Typography
========================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #288f30;
  font-weight: 700;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 36px;
  line-height: 1.2;
}

h4 {
  font-size: 28px;
  line-height: 1.4;
}

h5 {
  font-size: 24px;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.7;
}

p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #777;
}

a {
  color: #288f30;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #288f30;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #da7300;
}

a:hover,
a:focus {
    color: #da7300;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

b,
strong {
    font-weight: 700;
    color: #288f30;
}

b span,
strong span{
  color: #777;
}

label {
    margin-bottom: 10px;
    color: #288f30;
    font-weight: 600;
}

label.y41pu9{
  color: #ff0000;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

ul li,
ol li {
    margin: 10px 0 0;
    position: relative;
}
.jw93ov{
  margin: 40px 0;
}
.jw93ov.hubq8a{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.jw93ov li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #288f30;
  font-weight: 600;
}

.jw93ov li+li {
    margin-top: 20px;
}

.jw93ov li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 10px;
  color: #288f30;
  background-color: #f9ffed;
}

.jw93ov.xd7bg9 li{
  font-weight: 400;
  font-size: 14px;
}

.jw93ov.xd7bg9 li::before{
  width: auto;
  height: auto;
  background-color: transparent;
}

.ansh4v,
small {
  line-height: 1.7;
}

.mbdk0y,
blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 14px;
  color: #288f30;
  padding: 10px 20px;
  background-position: center;
  background-size: cover;
  border-left: 2px solid #288f30;
}
.mbdk0y.geyiwb{
  background-color: transparent;
  color: #fff;
}
.mbdk0y.dk309g{
  color: #777;
}
.mbdk0y.qq68ps,
blockquote.qq68ps{
  border-left-color: rgba(255,255,255,.4);
}

blockquote{
  border-left: 0;
  text-align: center;
  padding: 0;
}

.m8ue99 blockquote p,
blockquote p {
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  color: #288f30;
}

blockquote cite{
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #777;
  display: block;
  margin: 10px 0 0;
}

blockquote::before{
  font-size: 150px;
  content: "\f111";
  color: #288f30;
  font-family: flaticon;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


.m8ue99 p,
.m8ue99 img {
    margin-bottom: 20px;
}

.m8ue99 .oamtdq {
    margin-bottom: 20px;
}

.m8ue99 p a{
  font-weight: 600;
  text-decoration: underline;
}

.rwha8h {
    font-size: 10px;
}

.zmn7zq {
    font-size: 12px;
}

.apj6xu {
    font-size: 14px;
}

.gga50k {
    font-size: 14px;
}

.ler97b {
    font-size: 16px;
}

.egb875 {
    font-size: 18px;
}

.evauci {
    font-weight: 400 !important;
}

.u5zehm {
    font-weight: 500;
}

.ny35s9 {
    font-weight: 600;
}

.o2bcv4 {
    font-weight: 700;
}

.tbozzq {
    border-radius: 25px;
}

.ljfu7k {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.e1l06l {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

/*======================
1.2 Section Spacings
========================*/
.w6t4ei {
    position: relative;
    z-index: 1;
    padding: 110px 0;
}
.w6t4ei .container{
  position: relative;
}

.w6t4ei.zoy03x {
    padding: 110px 0 80px;
}
.w6t4ei.klfh4j{
  padding: 110px 0 200px;
}
.w6t4ei.wsfllv{
  padding: 110px 0 160px;
}


.hywqlj {
    padding: 0 80px;
}

.f4sg38 {
  margin-bottom: 30px;
}
.indrmt{
  margin-bottom: 50px;
}

.ycuuf9 {
    margin-left: 30px;
}

.w6t4ei.zoy03x.iydukw {
    margin-top: -50px;
    padding-top: 0;
}
.fsw1kf .p94oa4{
  margin-bottom: 10px;
}

.fsw1kf .eqv7ze {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #288f30;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fsw1kf.jvdmvm .eqv7ze{
    justify-content: flex-start;
    margin-left: 20px;
}

.fsw1kf.we8aw2 .eqv7ze,
.fsw1kf.okkfh7 .eqv7ze{
  justify-content: flex-end;
}

.fsw1kf.we8aw2,
.fsw1kf.okkfh7{
  margin: 0 0 50px auto;
}

.fsw1kf.we8aw2 .eqv7ze span:last-child,
.fsw1kf.okkfh7 .eqv7ze span:last-child,
.fsw1kf.jvdmvm .eqv7ze span:last-child{
  display: none;
}

.fsw1kf .eqv7ze span:first-child,
.fsw1kf .eqv7ze span:last-child{
  width: 2px;
  height: 22px;
  display: block;
  position: relative;
  margin-right: 16px;
  margin-bottom: 0;
  background-color: #288f30;
}

.fsw1kf .eqv7ze span:last-child{
  margin-right: 0;
  margin-left: 16px;
}
.fsw1kf .eqv7ze span:first-child::after,
.fsw1kf .eqv7ze span:last-child::after{
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  line-height: 1;
  background-color: #288f30;
  margin-top: 0;
}
.fsw1kf .eqv7ze span:first-child::after{
  right: 6px;
  position: absolute;
}
.fsw1kf .eqv7ze span:last-child::after{
  left: 6px;
  position: absolute;
}
.fsw1kf p{
  font-size: 16px;
}

.fsw1kf.c3vp3i{
  position: relative;
}
.fsw1kf.c3vp3i .eqv7ze{
  color: #288f30;
  background-color: #f9ffed;
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
}
.fsw1kf.c3vp3i .eqv7ze.geyiwb{
  background-color: rgba(255,255,255,.4);
}
.fsw1kf.c3vp3i .eqv7ze span:first-child,
.fsw1kf.c3vp3i .eqv7ze span:last-child{
  display: none;
}
.e1cb9p{
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
}

.fsw1kf .zidunh {
    position: relative;
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.fsw1kf {
    position: relative;
    margin-bottom: 50px;
}
.fsw1kf.vvpadd{
  margin: 0 auto 50px;
}

.fsw1kf.ipz58i {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.fsw1kf.ipz58i .mhmzuv {
    margin-left: auto;
}

.fsw1kf.ipz58i .kudo6q {
    margin: 0;
}

.fsw1kf.ipz58i .kudo6q+.kudo6q {
    margin-left: 10px;
}

.fsw1kf.ipz58i .kudo6q .fth79b {
    margin: 0;
}

.ovu9e5{
  margin-top: 30px;
}

.klsbyx {
    overflow: hidden;
}

/*==================
1.3. Forms
====================*/
textarea {
    resize: none;
}

.a5bvdh::-webkit-input-placeholder {
    color: #a5a5a5;
}

.a5bvdh::-moz-placeholder {
    color: #a5a5a5;
}

.a5bvdh:-ms-input-placeholder {
    color: #a5a5a5;
}

.a5bvdh::-ms-input-placeholder {
    color: #a5a5a5;
}

.a5bvdh::placeholder {
    color: #a5a5a5;
}

.a5bvdh {
    height: 60px;
    padding: 8px 15px;
    border-radius: 0;
    border: 1px solid #efefef;
    border-radius: 0;
    width: 100%;
    color: #6e6e6e;
    background-color: #fff;
    letter-spacing: 0.1px;
    font-size: 14px;
}

.a5bvdh.vq3uxb{
  background-color: rgba(255,255,255,.1);
  border: 0;
  color: #fff;
}
.a5bvdh.vq3uxb:focus{
  background-color: rgba(255,255,255,.2);
  border: 0;
}

.a5bvdh.dylqj1{
  background-color: #f7f7f7;
  border: 0;
}
.a5bvdh.dylqj1:focus{
  background-color: #eaeaea;
  border: 0;
}

.a5bvdh.geyiwb{
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
}

.a5bvdh:focus {
    border: 1px solid #efefef;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.q8170b {
  position: relative;
  margin-bottom: 20px;
}
.q8170b i{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #e8e8e8;
}

.g5vcsy {
    position: relative;
}

.g5vcsy input,
.g5vcsy select {
    padding-left: 40px;
}

.g5vcsy i {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a5a5a5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.g5vcsy input:focus+i,
.g5vcsy select:focus+i {
    color: #454545;
}

.yyj0e0:focus~.m1m0qk::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.obw1qh .yyj0e0:checked~.m1m0qk::before,
.ov7jcx .yyj0e0:checked~.m1m0qk::before {
    background-color: #288f30;
}

.qkcsea label {
    font-weight: 400;
}
.abqa74 {
  padding: 40px 40px 10px;
  background-color: #288f30;
}
.abqa74 .a5bvdh{
  background-color: transparent;
  border: 2px solid #383838;
  color: #fff;
}
.abqa74 .q8170b i{
  color: #fff;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-left: 2px solid #383838;
}

/*==================
1.4. Buttons
====================*/
.j37cfr {
  position: relative;
  color: #288f30;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  margin-left: 20px;
}
.j37cfr::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 50%;
  transition: .3s;
}
.j37cfr:hover::before{
  width: 100%;
  border-radius: 0;
}
.j37cfr.nvtrp9{
  font-size: 2.5rem;
  max-width: 230px;
  display: block;
}

.j37cfr:hover {
  color: #288f30;
  text-decoration: none;
}
.j37cfr i{
  transition: .3s;
  margin-left: 5px;
}
.j37cfr:hover i{
  transform: translateX(5px);
}

.fpom4x {
  color: #fff;
  padding: 5px 20px;
  font-size: 22px;
  background-color: #288f30;
  border: 1px solid #288f30;
}

.qzxb9s {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #288f30;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}

.qzxb9s::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: 0;
  background-color: #da7300;
  z-index: -1;
  transition: 0.3s;
}

.qzxb9s:focus::before,
.qzxb9s:hover::before{
  height: 100%;
}

.qzxb9s:hover,
.qzxb9s:focus {
    color: #fff;
    outline: none;
}
.qzxb9s.z0km0s {
    background-color: #288f30;
}

.qzxb9s.vq3uxb{
  background-color: transparent;
  border: 1px solid transparent;
  color: #288f30;
}
.qzxb9s.vq3uxb::before{
  background-color: #da7300;
}
.qzxb9s.vq3uxb:hover,
.qzxb9s.vq3uxb:focus{
  color: #fff;
  border: 1px solid #efefef;
}

.qzxb9s.z0km0s::before {
  background-color: #da7300;
}

.qzxb9s.dylqj1{
  background-color: #288f30;
  color: #fff;
  box-shadow: none;
}
.qzxb9s.dylqj1::before{
  background-color: #0f0f0f;
}
.qzxb9s.geyiwb:hover,
.qzxb9s.geyiwb:focus,
.qzxb9s.dylqj1:hover,
.qzxb9s.dylqj1:focus{
  color: #fff;
}
.qzxb9s.geyiwb {
    background-color: transparent;
    color: #288f30;
    box-shadow: none;
    border: 2px solid #efefef;
}

.qzxb9s.geyiwb::before {
    background-color: #282828;
}
.qzxb9s.ojfdaq {
    background-color: #fff;
    color: #288f30;
    box-shadow: none;
}
.qzxb9s.ojfdaq::before {
    background-color: #efefef;
}

.qzxb9s.k1f9l9 {
    background-color: #288f30;
    color: #fff;
}

.qzxb9s.k1f9l9::before{
    background-color: #0f0f0f;
}

.qzxb9s.fkoyvn {
    padding: 12px 26px;
    font-size: 14px;
}
.qzxb9s.sdhdf3{
  border-radius: 55px;
}

.qzxb9s i{
  margin-left: 10px;
}

.qjts29 .qzxb9s+.qzxb9s {
    padding: 12px 14px;
}

.qjts29 .qzxb9s.fkoyvn+.qzxb9s.fkoyvn {
    padding: 12px 16px;
}

.ohrnnw .qzxb9s,
.ohrnnw .qzxb9s::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.qjts29 .qzxb9s.onzbai.hpppni:hover::after {
    animation-name: BounceUpDown;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.qjts29.pbdnw3 .qzxb9s.onzbai.hpppni:hover::after {
    animation-name: BounceDownUp;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.bbrvg6{
  position: relative;
  display: inline-block;
}

.bbrvg6 > span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #288f30;
}
.bbrvg6 > span span{
  font-size: 20px;
}
.bbrvg6:hover{
  color: #777;
}
.bbrvg6 svg{
  width: 160px;
  height: 160px;
  overflow: visible;
}
.bbrvg6 i{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.bbrvg6 .kudn1e{
  fill: none;
  stroke: #efefef;
  stroke-width: 10;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  color: #efefef;
}
.bbrvg6 .evemo2{
  fill: none;
  stroke: #288f30;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 20px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 2s;
  color: #288f30;
  stroke-linecap: round;
}

.bbrvg6 .evemo2.k1f9l9{
  color: #288f30;
  stroke: #288f30;
}

.bbrvg6.pyxshz svg{
  width: 100px;
  height: 100px;
}
.bbrvg6.pyxshz > span{
  font-size: 25px;
}
.bbrvg6.pyxshz > span span{
  font-size: 14px;
}


/*==================
1.5. Colors & Badges
====================*/
.kuf73r {
  color: #288f30 !important;
}
.f0umdg {
  color: #288f30;
}

.ok51pj {
    background-color: rgb(44, 170, 225) !important;
    color: #fff;
}

.ok51pj:hover {
    background-color: #2caae1;
    color: #fff;
}

.q7p82b {
    background-color: rgb(59, 87, 157) !important;
    color: #fff;
}

.q7p82b:hover {
    background-color: #3b579d;
    color: #fff;
}

.n9mbfe {
    background-color: rgb(220, 74, 56) !important;
    color: #fff;
}

.n9mbfe:hover {
    background-color: #dc4a38;
    color: #fff;
}

.swy7yo {
    background-color: rgb(1, 119, 181) !important;
    color: #fff;
}

.swy7yo:hover {
    background-color: #0177b5;
    color: #fff;
}

.gs9fy6 {
    background-color: rgb(204, 33, 39) !important;
    color: #fff;
}

.gs9fy6:hover {
    background-color: #cc2127;
    color: #fff;
}

.bie5tb {
    background-color: rgb(229, 45, 39);
    color: #fff;
}

.bie5tb:hover {
    background-color: #e52d27;
    color: #fff;
}

.d18ncm {
    background-color: rgb(51, 51, 51) !important;
    color: #fff;
}

.d18ncm:hover {
    background-color: #333333 !important;
    color: #fff;
}

.qsg5fn {
    background-color: rgb(23, 105, 255) !important;
    color: #fff;
}

.qsg5fn:hover {
    background-color: #1769ff;
    color: #fff;
}

.tgauma {
    background-color: rgb(234, 76, 137) !important;
    color: #fff;
}

.tgauma:hover {
    background-color: #ea4c89;
    color: #fff;
}

.y3sdih {
    background-color: rgb(255, 69, 0) !important;
    color: #fff;
}

.y3sdih:hover {
    background-color: #ff4500;
    color: #fff;
}

.zyfhb2 {
    background-color: #f7f7f7;
}
.vvbag1{
  background-color: #288f30;
}
.lh2i49{
  background-color: #282828;
}
.iy90fx{
  border-bottom: 1px solid #2d2d2d;
}

.imubh9 {
    background-color: #288f30;
}
.kaxojr{
  background-color: #da7300;
}

.c57qso{
  background-color: #fff1e5;
}

.haf3ui {
    background-color: #288f30;
}
.xdawl1 {
    background-color: #288f30;
}

.skf5hn{
  position: relative;
  z-index: 1;
}
.skf5hn img{
  width: 100%;
}


.p94oa4{
  background-color: #fff1e5;
  padding: 6px 11px;
  font-size: 18px;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
}
.p94oa4.p3hyxg{
  color: #288f30;
  background-color: #fff1e5;
}
.p94oa4.l7ucw0{
  color: #288f30;
  background-color: #288f30;
}

.zmgi74{
  z-index: 1;
}

/*=============================
1.6 Modal, Popups & Dropdowns
==============================*/
.ldw60e .fjr4uo {
    background-color: #020202;
    opacity: 1;
    margin: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    color: #fff;
    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;
    text-shadow: none;
}

.ldw60e {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ldw60e .fjr4uo:not(:disabled):not(.v7m6vm):hover {
    background-color: #dd3333;
    opacity: 1;
}

.aap8l1 {
    max-width: 1000px;
}

.lpm40h {
    border-radius: 0;
    border: 0;
}

.ex6f7g {
    padding: 40px;
}

.zj7ufg {
    padding: 10px;
    font-size: 14px;
    color: #777;
    border: 1px solid #efefef;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

.geosyf {
    padding: 6px 10px;
    font-weight: 600;
    color: #777;
    border-radius: 8px;
}

.geosyf i {
    display: inline-block;
    width: 25px;
}

.geosyf.mf6a9t,
.geosyf:active {
    background-color: #f8f9fa;
    color: #16181b;
}

/*======================
1.7 Tables
========================*/
table{
  margin-bottom: 30px;
}
table th,
table td {
    padding: 15px;
    vertical-align: middle;
    background-color: #fff;
}

table th {
    font-weight: 700;
    color: #288f30;
    font-size: 16px;
    border: 1px solid #efefef;
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table td {
    border: 1px solid #efefef;
}

table img {
    width: 40px;
    border-radius: 0;
}

.yl5mv4 tr th{
  background-color: #288f30;
  color: #fff;
  border-color: #32383e;
}

/*======================
1.8 Tabs
========================*/
.fj8f2y {
    margin-top: 20px;
}

.kudo6q {
  margin: 0;
}
.cdilqk{
  border-bottom: 0;
}
.cdilqk .fth79b{
  padding: 10px 20px;
  font-weight: 600;
  color: #288f30;
  background-color: #f7f7f7;
}
.cdilqk .fth79b:focus, .cdilqk .fth79b:hover{
  color: #288f30;
}
.cdilqk .fth79b:focus, .cdilqk .fth79b:hover,
.cdilqk .fth79b{
  border: 0;
  border-radius: 0;
}
.cdilqk .kudo6q + .kudo6q{
  margin-left: 5px;
}
.cdilqk .fth79b i{
  margin-right: 5px;
  color: #288f30;
}
.herqdm .fth79b.mf6a9t,
.fth79b.mf6a9t {
  border-bottom: 2px solid #288f30;
  font-weight: 600;
  color: #288f30;
}
.cdilqk .kudo6q.ryn3mn .fth79b,
.cdilqk .fth79b.mf6a9t{
  border-bottom: 2px solid #288f30;
  font-weight: 600;
}

/*======================
1.9. Social media links
========================*/
.ux6hol {
    display: flex;
    align-items: center;
    margin: 0;
}

.ux6hol li {
    margin: 0;
}

.ux6hol li a {
    display: inline-block;
}

.ux6hol li+li {
    margin-left: 10px;
}

.ux6hol.qb8cv8 li a{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,.1);
  color: #fff;
}

.ux6hol.qb8cv8.geyiwb li a{
  background-color: #f7f7f7;
  color: #288f30;
}

.ux6hol.qb8cv8.geyiwb li a:hover,
.ux6hol.qb8cv8 li a:hover{
  background-color: #288f30;
  color: #fff;
}


.d2dhd0 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.d2dhd0:hover span {
  opacity: 1;
}

.d2dhd0 span {
  position: absolute;
  width: 24px;
  height: 2px;
  opacity: .5;
  transition: .3s;
  background-color: #288f30;
}

.d2dhd0.geyiwb span {
  background-color: #fff;
}

.d2dhd0 span:first-child {
  transform: rotate(45deg);
}

.d2dhd0:hover span:first-child {
  transform: rotate(0deg);
}

.d2dhd0:hover span:last-child {
  transform: rotate(180deg);
}

.d2dhd0 span:last-child {
  transform: rotate(135deg);
}

/*======================
2. Header
========================*/


/* Header */
.uzx9hf {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}

.tzqj15 {
  padding: 0;
}

.uzx9hf .rt0ro9 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.uzx9hf .rt0ro9 .bijbg2{
  max-width: 130px;
}

.uzx9hf .suia1x {
  flex-direction: row;
}

.uzx9hf .suia1x li {
  position: relative;
  transition: 0.3s;
  margin-top: 0;
}

.uzx9hf .suia1x li a {
  display: block;
  padding: 30px 20px;
  color: #288f30;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-family: #777;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}

.uzx9hf .suia1x li:first-child>a {
  padding-left: 0;
}

.uzx9hf .suia1x li:last-child>a {
  padding-right: 0;
}

.uzx9hf .suia1x li a:hover,
.uzx9hf .suia1x li.mf6a9t>a {
  color: #288f30;
}

.uzx9hf .suia1x li .ik3sg6 {
  position: absolute;
  top: 110%;
  min-width: 250px;
  border-radius: 0;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.uzx9hf .suia1x li .ik3sg6 li{
  transition: 0.3s;
  background-color: #fff;
}

.uzx9hf .suia1x li .ik3sg6 li + li{
  margin-top: 15px;
}

.uzx9hf .suia1x li:hover .ik3sg6 li + li{
  margin-top: 0;
}

.uzx9hf .suia1x li .ik3sg6 li a {
  border-bottom: 1px solid #efefef;
  padding: 15px;
  display: flex;
  font-weight: 600;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.uzx9hf .suia1x li .ik3sg6 li a:hover{
 padding-left: 22px;
}

.uzx9hf .suia1x li .ik3sg6 li:last-child a {
  border-bottom: none;
}

.uzx9hf .suia1x li.hto27n:hover>.ik3sg6 {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.uzx9hf .suia1x li.hto27n .ik3sg6 li .ik3sg6 {
  left: 100%;
  top: 0;
}

.a73eq7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}

/* Header top */
.cnk07r {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  padding: 0;
}

.z6xzgc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.bp8arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

.cnk07r .bp8arr li {
  margin: 0;
}

.cnk07r .bp8arr li a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.cnk07r .bp8arr li+li {
  margin-left: 10px;
}

.t5xz9z .bp8arr li a {
  display: block;
  font-size: 14px;
  width: 41px;
  height: 41px;
  background-color: rgba(214, 167,123, .25);
  display: inline-flex;
  color: #288f30;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 0;
}

.uzx9hf.p2l739 .t5xz9z .bp8arr li a{
   color: #288f30;
}
.t5xz9z .bp8arr li a:hover,
.uzx9hf.p2l739 .t5xz9z .bp8arr li a:hover {
  background-color: #288f30;
  color: #fff;
}

.cnk07r .hb9ou6 li {
  height: 100%;
}

.cnk07r .hb9ou6 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background-color: #288f30;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.cnk07r .hb9ou6 li a:hover{
  background-color: #da7300;
}

/* Header bottom */
.bq90ov{
  background-color: #288f30;
}
.llw0rk{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.uzx9hf .bq90ov .suia1x > li > a{
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.uzx9hf .bq90ov .suia1x li a:hover{
  color: #288f30;
}

.uzx9hf .llw0rk .wib836.obafrq{
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  background-color: #288f30;
  transition: .3s;
  border-radius: 0;
  border: 0;
}
.uzx9hf .llw0rk .wib836.obafrq span{
  background-color: #fff;
}

/* Header Controls starts */
.uzx9hf .wgp6o9 ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.uzx9hf .wgp6o9 ul li{
  margin-top: 0;
}
.uzx9hf .wgp6o9 ul li+li {
  margin-left: 15px;
}

.uzx9hf .wgp6o9 ul li.adf6nc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #efefef;
  color: #288f30;
  font-size: 18px;
  border-radius: 10px;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa {
  width: auto;
  height: auto;
  padding: 13px 15px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa .i5xwsw {
  margin-left: 10px;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa p,
.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa span {
  font-size: 13px;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa p {
  margin: 0;
  font-weight: 600;
  color: #288f30;
}

.uzx9hf .wgp6o9 ul li.adf6nc a:hover {
  background-color: #f8f8f8;
}

.uzx9hf .wib836,
.uzx9hf .wib836.obafrq {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border: 1px solid #efefef;
  border-radius: 10px;
  transition: 0.3s;
}

.uzx9hf .wib836:hover {
  background-color: #f8f8f8;
}
.uzx9hf .wib836:hover span{
  margin: 0;
}
.uzx9hf .wib836:hover span:nth-child(1){
  width: 10px;
  transform: rotate(45deg) translate(7px,-3px);
}
.uzx9hf .wib836:hover span:nth-child(3) {
  width: 10px;
  transform: rotate(-45deg) translate(7px,3px);
}

.uzx9hf .wib836 {
  display: none;
}

.uzx9hf .wib836 span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #288f30;
  transition: .3s;
  transform-origin: right;
}

.uzx9hf .wib836 span+span {
  margin-top: 5px;
}
.uzx9hf .wgp6o9.uarn3q ul li.adf6nc a.b7ksqa{
  width: 58px;
  position: relative;
  height: 58px;
  padding: 0;
}
.uzx9hf .wgp6o9.uarn3q ul li.adf6nc a.b7ksqa span{
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  font-size: 12px;
  background-color: #288f30;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.uzx9hf .wgp6o9.uarn3q .wib836,
.uzx9hf .wgp6o9.uarn3q ul li.adf6nc a{
  border-radius: 50%;
}

.uzx9hf .container-fluid{
  padding-left: 65px;
  padding-right: 65px;
}

/* Style 2 */
.uzx9hf.uarn3q .t5xz9z .bp8arr li a{
  background-color: transparent;
  border: 1px solid #efefef;
  color: #288f30;
}
.uzx9hf.uarn3q .t5xz9z .bp8arr li a:hover{
  background-color: #288f30;
  border-color: #288f30;
  color: #fff;
}

/* Style 3 */
.uzx9hf.xnjit4{
  background-color: transparent;
  box-shadow: none;
}


.cnk07r .t5xz9z ul li a{
  color: #288f30;
}

.cnk07r .t5xz9z ul li a:hover{
  color: #da7300;
}
.cnk07r.vvbag1{
  background-color: #288f30;
}

.cnk07r.vvbag1 .cnykgo li a,
.cnk07r.vvbag1 .cnykgo li select,
.cnk07r.vvbag1 .t5xz9z ul li a{
  color: #fff;
}

.uzx9hf.xnjit4 .cnk07r,
.uzx9hf.df06is .cnk07r{
  border: 0;
  padding: 10px 20px;
}
.uzx9hf.xnjit4 .rtkw6w,
.uzx9hf.df06is .rtkw6w{
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
}
.uzx9hf.xnjit4 .z6xzgc,
.uzx9hf.df06is .z6xzgc,
.uzx9hf.o113bf .z6xzgc,
.uzx9hf.lngk7i .z6xzgc{
  padding: 0;
}

.uzx9hf.xnjit4 .wgp6o9.uarn3q ul li.adf6nc a.b7ksqa,
.uzx9hf.xnjit4 .wib836,
.uzx9hf.xnjit4 .wib836.obafrq,
.uzx9hf.xnjit4 .wgp6o9 ul li.adf6nc a,

.uzx9hf.df06is .wgp6o9.uarn3q ul li.adf6nc a.b7ksqa,
.uzx9hf.df06is .wib836,
.uzx9hf.df06is .wib836.obafrq,
.uzx9hf.df06is .wgp6o9 ul li.adf6nc a{
  width: 50px;
  height: 50px;
}

.uzx9hf.xnjit4 .cnk07r .hb9ou6 li a,
.uzx9hf.xnjit4 .t5xz9z .bp8arr li a{
  background-color: rgba(255,255,255,.1);
  color: #fff;
}
.uzx9hf.xnjit4 .cnk07r .hb9ou6 li a:hover,
.uzx9hf.xnjit4 .t5xz9z .bp8arr li a:hover,
.uzx9hf.df06is .cnk07r .hb9ou6 li a:hover,
.uzx9hf.df06is .t5xz9z .bp8arr li a:hover{
  background-color: #288f30;
}

/* Style 4 */
.uzx9hf.y8ms15 .llw0rk{
  justify-content: center;
}

/* Style 5 */

.uzx9hf.df06is .cnk07r,
.uzx9hf.df06is .rtkw6w,
.uzx9hf.qdf1ah .cnk07r,
.uzx9hf.qdf1ah .rtkw6w{
  padding-left: 0;
  padding-right: 0;
}

.uzx9hf.df06is .t5xz9z .bp8arr li a,
.uzx9hf.qdf1ah .t5xz9z .bp8arr li a,
.uzx9hf.o113bf .t5xz9z .bp8arr li a,
.uzx9hf.lngk7i .t5xz9z .bp8arr li a{
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 400;
}
.uzx9hf.df06is .t5xz9z .bp8arr li a:hover,
.uzx9hf.qdf1ah .t5xz9z .bp8arr li a:hover,
.uzx9hf.o113bf .t5xz9z .bp8arr li a:hover,
.uzx9hf.lngk7i .t5xz9z .bp8arr li a:hover{
  background-color: transparent;
  color: #da7300;
}
.uzx9hf.df06is .cnk07r .bp8arr li+li,
.uzx9hf.o113bf .cnk07r .bp8arr li+li,
.uzx9hf.lngk7i .cnk07r .bp8arr li+li{
  margin-left: 24px;
}
.uzx9hf .cnykgo li a,
.uzx9hf .cnykgo li select{
  display: flex;
  align-items: center;
  color: #288f30;
  font-size: 14px;
  font-weight: 400;
}

.uzx9hf .cnykgo li{
  margin-top: 0;
}

.uzx9hf .cnykgo li select{
  background-color: transparent;
  height: auto;
  padding: 0;
  border: 0;
  background-image: none;
  -webkit-appearance: auto;
  cursor: pointer;
}

.uzx9hf .cnykgo li a:hover,
.uzx9hf .cnykgo.tbqvqc li a:hover,
.uzx9hf .cnykgo li select:hover{
  color: #da7300;
}

.uzx9hf .cnykgo li a i{
  margin-right: 10px;
}

.uzx9hf .cnykgo li + li{
  margin-left: 15px;
}

.uzx9hf .cnykgo.tbqvqc li a{
  font-size: 16px;
  padding: 30px 0;
  color: #288f30;
}

.uzx9hf .cnykgo.tbqvqc li a i{
  width: 40px;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #288f30;
}

.uzx9hf .cnykgo.tbqvqc li p{
  margin: 0;
  line-height: 1.3;
}

.uzx9hf .cnykgo.tbqvqc li + li{
  margin-left: 40px;
}

.uzx9hf.df06is .bq90ov,
.uzx9hf.lngk7i .bq90ov{
  background-color: #fff;
}

.uzx9hf.df06is .bq90ov .tzqj15{
  border-top: 1px solid #efefef;
}

.uzx9hf.df06is .bq90ov .suia1x > li > a,
.uzx9hf.lngk7i .bq90ov .suia1x > li > a{
  color: #288f30;
  padding-top: 20px;
  padding-bottom: 20px;
}

.uzx9hf.df06is .bq90ov .suia1x > li > a:hover{
  color: #288f30;
}

.uzx9hf.df06is .wgp6o9 ul li.adf6nc a,
.uzx9hf.df06is .wib836,
.uzx9hf.df06is .wib836.obafrq{
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.uzx9hf.df06is .wgp6o9 ul li.adf6nc a:hover,
.uzx9hf.df06is .wib836:hover,
.uzx9hf.df06is .wib836.obafrq:hover{
  background-color: #288f30;
  border-color: #288f30;
}

/* Style 6 */

.uzx9hf.qdf1ah .cnykgo.tbqvqc li a{
  padding: 0;
  margin: 30px 0;
}

.uzx9hf.qdf1ah .cnykgo.tbqvqc li + li{
  margin-left: 30px;
}

.uzx9hf.qdf1ah .cnykgo.tbqvqc li + li a{
  border-left: 2px solid #efefef;
  padding-left: 30px;
}

.uzx9hf.qdf1ah .bq90ov .suia1x > li > a{
  padding-top: 12px;
  padding-bottom: 12px;
}

.uzx9hf.qdf1ah .wgp6o9 ul li.adf6nc a{
  border: 0;
  color: #fff;
}

.uzx9hf.qdf1ah .wib836.obafrq{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.uzx9hf.qdf1ah .wib836.obafrq span{
  background-color: #fff;
}

.uzx9hf.qdf1ah .wgp6o9 ul li.adf6nc a:hover,
.uzx9hf.qdf1ah .wib836.obafrq:hover{
  background-color: transparent;
}

.uzx9hf.qdf1ah .wgp6o9 ul li.adf6nc,
.uzx9hf.qdf1ah .wib836.obafrq{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.uzx9hf.qdf1ah .wgp6o9 ul li+li{
  margin-left: 0;
}

.uzx9hf.qdf1ah .bq90ov .ht39nu,
.uzx9hf.qdf1ah .bq90ov .ht39nu:before{
  border-radius: 0;
}

.uzx9hf.qdf1ah .cnykgo.tbqvqc li a i{
  border: 0;
  background-color: rgba(28, 28, 28, 0.1);
  color: #288f30;
}


/* Style 7 */

.uzx9hf.o113bf .cnk07r{
  background-color: #288f30;
}

.uzx9hf.o113bf .cnykgo li a,
.uzx9hf.o113bf .cnykgo li select,
.uzx9hf.o113bf .t5xz9z .bp8arr li a{
  color: #fff;
}

.uzx9hf.o113bf .cnykgo li a:hover,
.uzx9hf.o113bf .cnykgo li select:hover{
  color: #da7300;
}

.uzx9hf.o113bf .z6xzgc .ht39nu,
.uzx9hf.lngk7i .z6xzgc .ht39nu{
  border-radius: 0;
  padding: 12px 30px;
  box-shadow: none;
}

.uzx9hf.o113bf .z6xzgc .ht39nu:before,
.uzx9hf.lngk7i .z6xzgc .ht39nu:before{
  border-radius: 0;
}

.uzx9hf.o113bf .suia1x > li.hto27n > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  transition: 0.3s;
  opacity: 0.5;
}
.uzx9hf.o113bf .suia1x li .ik3sg6 li.hto27n > a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  right: 18px;
  font-size: 14px;
  opacity: 0.5;
}

.uzx9hf.o113bf .lmp170 h5{
  color: #288f30;
}

.uzx9hf.o113bf .suia1x{
  margin-left: auto;
  margin-right: 80px;
}

/* Style 8 */

.uzx9hf.lngk7i .cnk07r{
  background-color: #288f30;
  padding: 0;
  border: 0;
}

.uzx9hf.lngk7i .rtkw6w{
  border-bottom: 1px solid #efefef;
}

.uzx9hf.lngk7i .rt0ro9{
  padding: 26px 65px 26px 0;
  border-right: 1px solid #efefef;
}

.uzx9hf.lngk7i .cnykgo.tbqvqc{
  padding-left: 65px;
  border-left: 1px solid #efefef;
}

.uzx9hf.lngk7i .cnykgo.tbqvqc li:first-child a i{
  border: 0;
  background-color: rgba(214, 167,123, 0.2);
}
.uzx9hf.lngk7i .cnykgo.tbqvqc li:last-child a i{
  border: 0;
  background-color: rgba(28, 28, 28, 0.2);
  color: #288f30;
}

.uzx9hf.lngk7i .bq90ov .suia1x > li > a,
.uzx9hf.lngk7i .bq90ov .suia1x li .ik3sg6 li a{
  color: #777;
}
.uzx9hf.lngk7i .bq90ov .suia1x > li > a:hover,
.uzx9hf.lngk7i .bq90ov .suia1x li .ik3sg6 li a:hover,
.uzx9hf.lngk7i .bq90ov .suia1x > li.mf6a9t > a{
  color: #288f30;
}

.uzx9hf.lngk7i .wgp6o9 ul li.adf6nc a,
.uzx9hf.lngk7i .wib836, .uzx9hf .wib836.obafrq{
  border: 0;
  color: #777;
}

.uzx9hf.lngk7i .wib836 span{
  background-color: #777;
}

.uzx9hf.lngk7i .wgp6o9 .q8170b button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.uzx9hf.lngk7i .wgp6o9 .q8170b button i{
  color: #777;
  font-size: 18px;
  margin: 0;
  position: relative;
  right: 0;
  top: 0;
  transform: none;
}
.uzx9hf.lngk7i .wgp6o9 .q8170b button:before{
  content: none;
}
.uzx9hf.lngk7i .wgp6o9 .q8170b input{
  background-color: transparent;
  border: 0;
  padding-left: 38px;
}

/* style 8 has dark bg */

.uzx9hf.lngk7i.aggxl9{
  background-color: transparent;
  box-shadow: none;
}

.uzx9hf.lngk7i.aggxl9 .rtkw6w,
.uzx9hf.lngk7i.aggxl9 .bq90ov{
  padding: 0 30px;
}

.uzx9hf.lngk7i.aggxl9 .rtkw6w .rt0ro9{
  padding: 10px 0;
  border-right: 0;
}

.uzx9hf.lngk7i.aggxl9 .cnykgo.tbqvqc{
  padding-left: 0;
  border-left: 0;
}
.uzx9hf.lngk7i.aggxl9 .rtkw6w{
  border-bottom: 0;
  background-color: #288f30;
}
.uzx9hf.lngk7i.aggxl9 .cnykgo.tbqvqc li:first-child a i,
.uzx9hf.lngk7i.aggxl9 .cnykgo.tbqvqc li:last-child a i{
  border: 0;
  background-color: transparent;
  color: #288f30;
}

.uzx9hf.lngk7i.aggxl9 .e1o939 p{
  color: #fff;
}
.uzx9hf.lngk7i.aggxl9 .e1o939 p:first-child{
  color: rgba(255, 255, 255, 0.6);
}
.uzx9hf.lngk7i.aggxl9 .rtkw6w .wib836 span{
  background-color: #fff;
}

.uzx9hf.lngk7i.aggxl9 .rtkw6w .wib836:hover{
  background-color: transparent;
}


/* Search Form */
.wcnssc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.wcnssc.en193d {
  opacity: 1;
  visibility: visible;
}

.wcnssc .d2dhd0 {
  position: absolute;
  top: 60px;
  right: 60px;
  border-color: #fff;
}

.wcnssc .d2dhd0 span {
  background-color: #fff;
}

.wcnssc form {
  position: relative;
  width: 70%;
  transition-duration: .3s;
  transition-delay: .3s;
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}

.wcnssc.en193d form {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.wcnssc form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  height: 80px;
  width: 100%;
  outline: none;
  color: #fff;
  font-weight: 400;
}

.wcnssc form input::placeholder {
  color: #fff;
}

.wcnssc .gjpxw7 {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  outline: none;
  transition: .3s;
  cursor: pointer;
  padding: 0;
}

.wcnssc .gjpxw7:before{
  content: none;
}
.wcnssc .gjpxw7 i{
  transition: 0.3s;
}

.wcnssc .gjpxw7:hover i {
  color: #288f30;
}

/*Aside*/
.ec4o53 .d2dhd0 {
  position: absolute;
  right: 20px;
  top: 20px;
}

.ec4o53 {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  transition: .3s;
  overflow-y: auto;
}

.al44ia.lnocco,
.ec4o53:not(.m5csrw) {
  display: none;
}

.ec4o53 .rt0ro9 {
  padding: 30px 15px;
}

.ec4o53 .suia1x li{
  margin-top: 0;
}

.ec4o53 .suia1x li a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #288f30;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.ec4o53 .suia1x li a:hover{
  color: #288f30;
}

.ec4o53 .suia1x li.hto27n>a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  right: 18px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.ec4o53 .suia1x li .ik3sg6 {
  display: none;
}

.ec4o53 .suia1x li .ik3sg6 {
  background-color: #f8f8f8;
}

.al44ia {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .4);
}

.o5t8y2 .ec4o53 {
  left: 0;
}

.o5t8y2 .ec4o53:not(.m5csrw)+.al44ia,
.vr6yr6 .m5csrw+.al44ia {
  opacity: 1;
  visibility: visible;
}

.ec4o53.m5csrw {
  right: -420px;
  width: 420px;
  left: auto;
}
.ec4o53.m5csrw .ko45jx{
  padding: 30px;
}

.vr6yr6 .ec4o53.m5csrw {
  right: 0;
}

.xljyrn form {
    display: flex;
}

.ax1icg {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 25px 0 0 25px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ax1icg label {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #777;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    margin: 0;
    transition: .3s;
}

.uzx9hf .ik3sg6 label:hover {
    background-color: #f7f7f7;
}

.ax1icg label input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.ax1icg label input+i {
    color: #30ca71;
    transition: .3s;
    visibility: hidden;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    font-size: 12px;
}

.ax1icg label input:checked+i {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.ax1icg>span {
    color: #288f30;
    font-size: 13px;
    font-weight: 600;
}

.fm8n2n .uaj4at {
    width: 100%;
}

.fm8n2n .m1m0qk {
    font-weight: 400;
}

.uaj4at {
    position: relative;
}
.uaj4at .a5bvdh{
  background-color: #89b825;
  border: 0;
  color: #fff;
  box-shadow: none;
}
.fm8n2n .uaj4at .a5bvdh{
  background-color: #fff;
  color: #6e6e6e;
  border: 1px solid #efefef;
}
.fm8n2n .uaj4at .a5bvdh::placeholder{
  color: #a5a5a5;
}
.uaj4at .a5bvdh::placeholder{
  color: #fff;
}
.uaj4at button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    color: #8c8c8c;
    transition: .3s;
}

.uaj4at button:hover {
    color: #288f30;
}

.ax1icg .ik3sg6 li,
.ax1icg .ik3sg6 {
    margin: 0;
}

/*======================
3. Footer
========================*/

.ae4dua {
  background-color: #f7f7f7;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

/* style 1 */
.ae4dua .f8uu9t {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}

.ae4dua p{
  font-size: 16px;
}

.ae4dua .f8uu9t li{
  position: relative;
  margin-top: 0;
}

.ae4dua .f8uu9t li+li {
  margin-left: 20px;
}

.ae4dua .f8uu9t li a {
  position: relative;
  color: #777;
  font-weight: 400;
  font-size: 16px;
}

.ae4dua .f8uu9t li a:hover,
.ae4dua .lshbng p a:hover {
  color: #288f30;
}

.ae4dua .lshbng {
  margin-top: 25px;
}

.ae4dua .lshbng p a {
  color: #292929;
  font-weight: 600;
}

.ae4dua .qcs90f {
  border-top: 1px solid #efefef;
  padding: 30px 0;
  margin-top: 30px;
  text-align: center;
}

.ae4dua form span {
  opacity: 0.5;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

.ae4dua .s9uffg .z1m0if {
  margin-bottom: 20px;
}

.ae4dua .s9uffg {
  padding-bottom: 50px;
  height: 100%;
}

.ae4dua .p7d1ki li,
.lmp170{
  display: flex;
  align-items: center;
}

.ae4dua .p7d1ki li + li{
  margin-top: 20px;
}

.ae4dua .p7d1ki li i{
  color: #292929;
  font-size: 22px;
  margin-right: 20px;
}
.ae4dua .p7d1ki li p,
.lmp170 p{
  margin-bottom: 0;
}

.ae4dua .ux6hol.qb8cv8{
  justify-content: center;
}

.ae4dua .ux6hol.qb8cv8 li a{
  border-radius: 50%;
}

.lmp170 i{
  color: #288f30;
  font-size: 32px;
  margin-right: 18px;
}
 .lmp170 h5{
  color: #292929;
  margin-bottom: 0;
  line-height: 1;
}

/* style 2 */
.ae4dua .i04mzx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ae4dua.uarn3q .f8uu9t,
.ae4dua.uarn3q .lshbng {
  margin: 0;
}

.ae4dua.uarn3q select {
  width: 180px;
}

/* style 3 */
.ae4dua.xnjit4 .f8uu9t,
.ae4dua.df06is .f8uu9t,
.ae4dua.qdf1ah .f8uu9t,
.ae4dua.o113bf .f8uu9t {
  flex-direction: column;
  align-items: start;
  margin: 0;
}

.ae4dua.xnjit4 .f8uu9t li+li,
.ae4dua.df06is .f8uu9t li+li,
.ae4dua.qdf1ah .f8uu9t li+li,
.ae4dua.o113bf .f8uu9t li+li {
  margin-left: 0;
  margin-top: 14px;
}

/* style 4 */
.ae4dua.y8ms15 .i04mzx {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/* style 5 */

.ae4dua.df06is .qcs90f{
  margin-top: 50px;
}

.ae4dua.df06is.z5no5n{
  padding-top: 160px;
}

.ae4dua.df06is .qcs90f .f8uu9t,
.ae4dua.qdf1ah .qcs90f .f8uu9t{
  flex-direction: row;
}

.ae4dua.df06is .qcs90f .f8uu9t li + li,
.ae4dua.qdf1ah .qcs90f .f8uu9t li + li{
  margin-left: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.ae4dua.df06is .qcs90f .f8uu9t li + li:before,
.ae4dua.qdf1ah .qcs90f .f8uu9t li + li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #999b9f;
}

.ae4dua.df06is .nun66s.pk6s3l{
  background-color: #1c1e22;
}

.ae4dua.df06is .wq0zww{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/* style 6 */

.ae4dua.qdf1ah,
.ae4dua.o113bf{
  padding-bottom: 0;
}

.ae4dua.qdf1ah:before,
.ae4dua.o113bf:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.9);
  z-index: -1;
}

.ae4dua.qdf1ah .qcs90f{
  background-color: #222429;
  border-top: 0;
}


/* Dark Footer */
.ae4dua.xod6bf {
  background-color: #288f30;
}

.ae4dua.xod6bf .ux6hol.qb8cv8 li a {
  background-color: #171717;
  color: #999b9f;
}

.ae4dua.xod6bf .ux6hol.qb8cv8 li a:hover {
  background-color: #288f30;
  color: #fff;
}

.ae4dua.xod6bf,
.ae4dua.xod6bf p,
.ae4dua.xod6bf .f8uu9t li a,
.ae4dua.xod6bf .lshbng p a,
.ae4dua.xod6bf .ibhp7s.y7y1sz .fxbowf .druzm9 h6 a,
.ae4dua.xod6bf .ibhp7s.y7y1sz .fxbowf .druzm9 .bvrxuk {
  color: #b0b2b5;
}

.ae4dua.xod6bf .s9uffg .z1m0if,
.ae4dua.xod6bf .p7d1ki li i,
.ae4dua.xod6bf .lmp170 h5,
.ae4dua.xod6bf.o113bf .lmp170 p,
.ae4dua.xod6bf.o113bf .lmp170 h5,
.ae4dua.xod6bf .f8uu9t li a:hover,
.ae4dua.xod6bf .lshbng p a:hover,
.ae4dua.xod6bf.o113bf .unoxyg ul li a:hover,
.ae4dua.xod6bf.o113bf .unoxyg h6,
.ae4dua.xod6bf .ibhp7s.y7y1sz .fxbowf .druzm9 h6 a:hover,
.ae4dua.xod6bf .ibhp7s.y7y1sz .fxbowf .druzm9 .bvrxuk:hover {
  color: #fff;
}

.ae4dua.xod6bf.y8ms15 .i04mzx,
.ae4dua.xod6bf .qcs90f {
  border-color: rgba(255, 255, 255, 0.1);
}

.ae4dua.xod6bf .a5bvdh,
.ae4dua.xod6bf select,
.ae4dua.xod6bf input[type="email"],
.ae4dua.xod6bf input[type="text"] {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #1f1f1f;
  color: #fff;
}

.ae4dua.xod6bf.o113bf .lmp170{
  background-color: #288f30;
}

.araqko {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.asoml1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 2px 5px;
}
.asoml1::before{
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 3;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  color: #288f30;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.asoml1:hover::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.asoml1:hover img {
  transform: scale(1.1);
  filter: blur(1px);
}

.asoml1 img {
  transition: .3s;
  width: 100%;
}

/*======================
5. Subheader
========================*/

.dro8j7 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.dro8j7.rlj8mm:before{
  background-color: rgba(28,28,28, .7);
}

.ylk20s {
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dro8j7.o7wjjb .ylk20s{
  padding: 120px 0 220px;
}

.dro8j7 h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}
.dro8j7 .mbdk0y{
  max-width: 500px;
}

.dro8j7 .ilp0vv {
  margin: 0;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 12px 20px;
}

.dro8j7 .ilp0vv li {
    margin: 0;
    color: #f1f1f1;
}
.dro8j7 .qlmub4+.qlmub4{
  padding-left: 15px;
}

.dro8j7 .ilp0vv li a {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-left: 0;
}
.dro8j7 .ilp0vv li a::before{
  display: none;
}

.dro8j7 .ilp0vv li a:hover {
    color: #dcdcdc;
}

.dro8j7 .ilp0vv .qlmub4.mf6a9t {
    color: #288f30;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.dro8j7 .qlmub4+.qlmub4::before {
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    content: "\f178";
    font-size: 18px;
    font-weight: 400;
    margin-left: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 15px;
    padding-right: 0;
}


.dro8j7 .ux6hol{
  justify-content: flex-end;
}
.dro8j7 .ux6hol li a{
  color: #777;
}
.dro8j7 .ux6hol li a:hover{
  color: #fff;
}

.cqnehj{
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.cqnehj span{
  display: block;
  height: 20px;
  width: 3px;
  margin: 0 2px;
  transition: .3s;
  background-color: #288f30;
}
.cqnehj span:nth-child(odd){
  height: 30px;
}
.cqnehj:hover span{
  height: 30px;
}
.cqnehj:hover span:nth-child(odd){
  height: 20px;
}

.ayj7kc{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255,255,255,.9);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  transition: .5s cubic-bezier(.77,0,.175,1);
  z-index: 49;
}
.ayj7kc .h6ffdk{
  height: 300px;
}
.ayj7kc.en193d{
  height: 50%;
  opacity: 1;
  visibility: visible;
}
.ayj7kc .hpdji5{
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #272727;
}
.ayj7kc .hpdji5 span{
  height: 25px;
}

.ayj7kc .ppu8mn + .ppu8mn{
  margin-top: 20px;
  padding-top: 0;
  border-top: 0;
}

/*======================
6. Components
========================*/

/* 6.1. Blog Posts */
.wg0l4d {
    position: relative;
    margin-bottom: 30px;
}

.wg0l4d .uttcyz,
.w040h6 {
    position: relative;
    display: block;
    overflow: hidden;
}
.m8ue99 .w040h6{
  margin-bottom: 20px;
}
.m8ue99 .w040h6 img{
  margin: 0;
}
.w040h6 img,
.wg0l4d .uttcyz img{
  width: 100%;
  transition: .3s;
}

.wg0l4d .uttcyz:hover img,
.w040h6:hover img{
  transform: scale(1.2);
}

.w040h6{
  z-index: 1;
}

.w040h6 .vep3ai{
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.4px;
  z-index: 3;
}
.w040h6.bxa029 .vep3ai{
  font-size: 18px;
}

.wg0l4d .zeapah {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.heltl6{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.heltl6 i{
  margin-right: 5px;
  color: #288f30;
}

.heltl6 a,
.lvul9j{
  font-size: 13px;
  color: #288f30;
  font-weight: 600;
}
.heltl6 a:hover{
  color: #288f30;
}

.iyqmbv{
  margin-right: 20px;
}

.iyqmbv a {
    display: inline-block;
    padding: 0;
    color: #288f30;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.7;
    border-radius: 0;
    margin: 0 3px 3px 0;
}

.iyqmbv a:hover {
  color: #da7300;
}

.lvul9j span{
  color: #288f30;
  transition: .3s;
  font-size: 18px;
  font-weight: 800;
}
.lvul9j:hover span{
  color: #da7300;
}
.lvul9j i{
  margin-right: 5px;
}

.wg0l4d .zeapah h5 {
    margin: 0 0 15px;
    word-break: break-word;
    font-size: 20px;
    margin-bottom: 0;
}
.wg0l4d .zeapah h5 + p{
  margin: 20px 0 0;
}

.wg0l4d .zeapah h5 a {
    color: #288f30;
}

.wg0l4d .zeapah h5 a:hover,
.wg0l4d .zeapah .tnjjyg>span a:hover {
    color: #da7300;
}

.wg0l4d .zeapah .tnjjyg>span {
    display: block;
    color: #288f30;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.wg0l4d .zeapah .tnjjyg>span a {
    color: #288f30;
}

.wg0l4d .zeapah .tnjjyg p {
    margin-bottom: 20px;
}

.wg0l4d:not(.e5vnnh) .j37cfr{
  color: #777;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  margin-left: 0;
}
.wg0l4d:not(.e5vnnh) .j37cfr:hover{
  color: #288f30;
}
.wg0l4d:not(.e5vnnh) .j37cfr::before{
  display: none;
}

.wg0l4d:not(.e5vnnh) .zeapah{
  padding: 30px;
  border: 1px solid #efefef;
}

.wg0l4d:not(.e5vnnh) .lvul9j{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #288f30;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.wg0l4d:not(.e5vnnh) .lvul9j span{
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.wg0l4d:not(.e5vnnh) .lvul9j span + span{
  font-weight: 400;
  margin-top: 5px;
}

/* 6.1.1. Blog Posts list */
.col-lg-6 .wg0l4d.e5vnnh{
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.col-lg-6 .wg0l4d.e5vnnh .zeapah h5{
  font-size: 24px;
}
.wg0l4d.e5vnnh{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
}
.wg0l4d.e5vnnh .zeapah{
  padding: 30px 0 0;
}
.wg0l4d.e5vnnh .kdkoou{
  margin-top: 0;
}

.wg0l4d.e5vnnh .zeapah h5{
  font-size: 32px;
  margin-bottom: 15px;
}

.wg0l4d.e5vnnh .heltl6{
  margin-bottom: 15px;
}

.wg0l4d.e5vnnh .heltl6 a + a{
  margin-left: 20px;
}
.wg0l4d.e5vnnh .hgr25c{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wg0l4d.e5vnnh .uttcyz .lvul9j{
  background-color: #288f30;
  color: #fff;
  position: absolute;
  top: 19px;
  left: -19px;
  padding: 20px;
  transform: rotate(-90deg);
}
.wg0l4d.e5vnnh .uttcyz .lvul9j span{
  color: #fff;
}
.wg0l4d.e5vnnh .uttcyz .lvul9j span + span{
  font-weight: 400;
}

/* Formats */
.wg0l4d.w5qghb .uttcyz .n32ken{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wg0l4d.f9g5d0 .j8z8eb::before{
  padding-top: 16.25%;
}
.wg0l4d.b86rgg{
  background-color: #288f30;
}

.wg0l4d.b86rgg h5 a,
.wg0l4d.b86rgg *{
  color: #fff;
}

.wg0l4d.b86rgg .heltl6 a:hover,
.wg0l4d.b86rgg h5 a:hover,
.wg0l4d.b86rgg h5 a:hover{
  color: #288f30;
}
.wg0l4d.b86rgg .zeapah{
  padding: 40px;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
}
.wg0l4d.b86rgg .zeapah > i{
  margin-right: 20px;
  font-size: 70px;
  line-height: 1;
}
.wg0l4d.b86rgg .heltl6{
  margin: 0;
}

.wg0l4d.qxjxgw .uttcyz{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wg0l4d.qxjxgw .zeapah{
  background-color: transparent;
}
.wg0l4d.qxjxgw .zeapah p{
  margin: 0;
}
.wg0l4d.qxjxgw .zeapah::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255,255,255,.9);
}


/* Style 2 */
.wg0l4d.uarn3q .zeapah{
  border: 0;
  border-top: 3px solid #288f30;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  width: calc( 100% - 40px );
  margin-left: 20px;
  margin-top: -45px;
}

/* 6.1.2. Blog Post Details */

.j253s6 .w6t4ei{
  padding: 0;
}
.j253s6 .w6t4ei + .w6t4ei{
  padding-top: 50px;
}

.hk332u .heltl6 a + a{
  margin-left: 20px;
}
.hk332u .heltl6{
  margin-bottom: 20px;
}

.hgtqqq ul {
    margin: 0;
}
.aw6oz2{
}
.hgtqqq .plvjcm {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 0;
}
.hgtqqq .plvjcm + .plvjcm{
  border-top: 1px solid #efefef;
  padding-top: 30px;
}

.hgtqqq .plvjcm:last-child {
    margin-bottom: 0;
}

.hgtqqq .plvjcm img {
    width: 100px;
    margin-right: 20px;
    border-radius: 50%;
}

.hgtqqq .plvjcm .qspjkl {
    position: relative;
    flex: 1;
}

.hgtqqq .plvjcm h5 {
    margin-bottom: 15px;
    font-size: 20px;
}

.hgtqqq .plvjcm span {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 21px;
    color: #777;
    font-weight: 400;
}

.hgtqqq .plvjcm p {
    margin-bottom: 15px;
}

.jhln45 {
    position: relative;
    color: #288f30;
    font-weight: 600;
}

.v2a8ac {
  position: relative;
    margin-bottom: 30px;
}
.v2a8ac img{
  margin: 0;
}

.kdkoou {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.kdkoou img {
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 0;
}
.h29vtn{
  display: flex;
  align-items: center;
}
.h29vtn p {
    font-weight: 600;
    color: #288f30;
    margin-bottom: 0;
    margin-left: 5px;
}

.h29vtn span {
    font-size: 13px;
}

.oo4hqc{
  display: flex;
  align-items: center;
  padding: 30px;
  border: 2px solid #efefef;
}
.oo4hqc img{
  width: 150px;
  margin-right: 30px;
}
.oo4hqc .kh1t8g{
  flex: 1;
}
.oo4hqc .kh1t8g span{
  color: #288f30;
  font-weight: 600;
  text-transform: uppercase;
}
.oo4hqc .kh1t8g h3{

}
.oo4hqc .kh1t8g p{
  margin: 0;
}

.hepbam {
    display: flex;
    align-items: center;
    padding: 0 0 50px;
    margin-top: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pgqcd7 {
    flex: 1;
}

.pgqcd7 h6{
  margin-bottom: 5px;
  font-size: 16px;
}
.oamtdq .ux6hol li{
  margin-top: 6px;
}
.oamtdq .ux6hol li+li {
    margin-left: 15px;
}
.pgqcd7.oamtdq{
  text-align: right;
}
.pgqcd7.oamtdq .ux6hol{
  justify-content: flex-end;
}

.pgqcd7 .j1txdz{
  position: relative;
  transform: translate(0,0);
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  justify-content: flex-end;
}
.pgqcd7 .j1txdz a{
  background-color: #f7f7f7;
}
.mg1xdh .pgqcd7.oamtdq{
  text-align: left;
}

.mg1xdh .pgqcd7.oamtdq .ux6hol{
  justify-content: flex-start;
}

.oamtdq .ux6hol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oamtdq .ux6hol li a:hover{
  background-color: #288f30;
  color: #fff;
}
.oamtdq .ux6hol li a i {
    color: #777;
    transition: .3s;
}
.oamtdq .ux6hol li a:hover i{
  color: #fff;
}

.dz06u0 {
    margin: 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dz06u0 a {
    display: flex;
    flex-direction: column;
}
.dz06u0 a span{
  color: #777;
}
.dz06u0 a:hover h6{
  color: #288f30;
}
.dz06u0 a.hmay6b{
  text-align: right;
}
.dz06u0 a h6 {
    margin: 0;
    font-size: 18px;
    transition: .3s;
}



/* 6.2. Sidebar */

.fm8n2n + .fm8n2n {
    margin-top: 50px;
}

.fm8n2n .z1m0if {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
  font-size: 24px;
}
.fm8n2n .z1m0if::before{
  content: '';
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background-color: #288f30;
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
}
.fm8n2n .z1m0if::after{
  content: '';
  width: 15px;
  height: 3px;
  border-radius: 4px;
  background-color: #288f30;
  display: block;
  position: absolute;
  top: 9px;
  left: 15px;
}

.fm8n2n ul.h3p8cr {
    margin: 0;
    padding: 0;
}

.fm8n2n ul.h3p8cr ul {
    padding-left: 20px;
}

.fm8n2n ul.h3p8cr li {
    margin: 0;
}

.fm8n2n ul.h3p8cr li ul li:first-child {
    margin-top: 20px;
}

.fm8n2n ul.h3p8cr li+li {
    margin-top: 20px;
}

.fm8n2n ul.h3p8cr li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777;
}

.fm8n2n ul.h3p8cr li a:hover {
    color: #288f30;
}

.fz207e {
  text-align: center;
}
.fz207e img{
  width: 100%;
}
.tockjx{
  height: 150px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.fz207e h5 {
    margin-bottom: 10px;
    font-size: 22px;
}
.fz207e .ux6hol{
  justify-content: center;
}
.fz207e .ux6hol li a{
  color: #777;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #efefef;
}
.fz207e .ux6hol li a:hover{
  background-color: #288f30;
  color: #fff;
}
.c6pw7k{
  padding: 30px;
  background-color: #f7f7f7;
}

.pkoqz6 .fxbowf{
  display: flex;
  align-items: center;
}

.pkoqz6 .fxbowf>a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 20px;
    width: 75px;
    padding: 10px;
    box-shadow: 0 3px 24px rgba(0,0,0,0.04);
}

.pkoqz6 .fxbowf>a img {
    transition: .3s;
}

.pkoqz6 .fxbowf>a img:hover {
    transform: scale(1.1) rotate(2deg);
}

.fm8n2n.d3203j{
  padding: 30px;
  background-color: #288f30;
}

.fm8n2n.pkoqz6 .fxbowf h6 a{
  color: #288f30;
}
.fm8n2n.pkoqz6 .fxbowf h6 a:hover{
  color: #288f30;
}

.fm8n2n.pkoqz6 .fxbowf+.fxbowf{
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.pkoqz6 .s1x8oa{
  flex: 1;
}
.pkoqz6 .s1x8oa > a{
  color: #777;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.pkoqz6 .s1x8oa > a i{
  margin-right: 5px;
  color: #288f30;
}
.pkoqz6 .s1x8oa > a:hover{
  color: #da7300;
}

.pkoqz6 .fxbowf h6 {
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 18px;
}

.pkoqz6 .fxbowf h6 a {
    color: #fff;
}
.ae4dua:not(.xod6bf) .pkoqz6 .fxbowf h6 a{
  color: rgba(255,255,255,.8);
}

.ae4dua:not(.xod6bf) .ux6hol.qb8cv8 li a:hover{
  background-color: #288f30;
  color: #fff;
}

.ae4dua:not(.xod6bf) .pkoqz6 .fxbowf h6 a:hover,
.pkoqz6 .fxbowf h6 a:hover,
.pkoqz6 .fxbowf span a:hover {
    color: #288f30;
}

.pkoqz6 .fxbowf span {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 600;
    color: #288f30;
}

.pkoqz6 .fxbowf span a {
    font-weight: 400;
    text-decoration: underline;
    color: #288f30;
}

.pkoqz6 .fxbowf+.fxbowf {
  margin-top: 20px;
}

.fm8n2n.g6y1rd{
  padding: 30px;
  background-color: #f7f7f7;
}

.fm8n2n.g6y1rd .z1m0if{
  padding: 0;
}
.fm8n2n.g6y1rd .z1m0if::before,
.fm8n2n.g6y1rd .z1m0if::after{
  display: none;
}

.fm8n2n.bl4jgd img{
  width: 180px;
}

.fm8n2n.tcgbnc ul.h3p8cr ul{
  padding: 0;
}

.fm8n2n.tcgbnc ul li a{
  padding: 15px;
  background-color: #f7f7f7;
  color: #777;
  font-weight: 600;
}

.fm8n2n.tcgbnc ul li a span{
  border-radius: 50%;
  background-color: #288f30;
  color: #fff;
  font-size: 13px;
  transition: .3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  border-radius: 0;
}

.fm8n2n.tcgbnc ul li a:hover{
  background-color: #288f30;
  color: #fff;
}

.fm8n2n.tcgbnc ul li a:hover span{
  background-color: #fff1e5;
  color: #288f30;
}

.v3pwvm a,
.kh2zy2 a,
.m8ue99 .ruc3xy a {
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    color: #288f30;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    border: 1px solid #efefef;
    transition: .3s;
    background-color: #fff;
    margin: 6px 6px 0 0;
    border-radius: 0;
}

.v3pwvm a:hover,
.kh2zy2 a:hover,
.m8ue99 .ruc3xy a:hover {
    background-color: #288f30;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hjyzxd + .hjyzxd{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}

.kfv89i {
    position: relative;
}

.kfv89i.imubh9 {
    background-color: #288f30;
}

.kfv89i h5 {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
}

.vftecu {
  text-align: center;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 10px;
  font-weight: 600;
  margin: 20px 0 0;
  transition: .3s;
}

/* 6.3. Products */
.e54ogp {
    position: relative;
    margin-bottom: 30px;
}

.e54ogp .d7m2m9 {
  position: relative;
    overflow: hidden;
}

.e54ogp .d7m2m9.r7d7dt {
    max-width: 200px;
    margin: 0 auto 20px;
}

.e54ogp .d7m2m9 img {
    transition: .3s;
    width: 100%;
}

.e54ogp .d7m2m9:hover img {
    transform: scale(1.1) rotate(3deg);
}
.e54ogp .p8brwz{
  position: relative;
  text-align: center;
  padding: 20px;
  border: 2px solid #efefef;
  border-top: 0;
}
.e54ogp .p8brwz h5 {
    margin: 0 0 15px;
    font-size: 18px;
    word-break: break-word;
}

.e54ogp .p8brwz .cff44o a {
    color: #288f30;
}

.e54ogp .p8brwz .cff44o a:hover {
    color: #da7300;
}

.e54ogp .zg97yf {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  background-color: #ffa80a;
  font-weight: 600;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.e54ogp .zg97yf i {
    display: inline-block;
}

.e54ogp .cprqxd {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background-color: #288f30;
  font-weight: 600;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.7;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.e54ogp .uri8x0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.e54ogp .uri8x0 span {
    font-weight: 600;
}

.h55jfd{
  display: flex;
  align-items: center;
  justify-content: center;
}
.h55jfd span {
    display: block;
}

.h55jfd span:first-child {
    font-size: 14px;
    line-height: 1.2;
    color: #288f30;
    font-weight: 700;
}

.h55jfd span+span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 1;
    margin-left: 10px;
    text-decoration: line-through;
}

.t9o21x {
    font-weight: 600;
}

.t9o21x.sx81id {
    color: #58da58;
}

.t9o21x.rystlr {
    color: #f54978;
}

.e54ogp .qdi1tj {
    margin-bottom: 0;
}

.j1txdz {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.e54ogp:hover .j1txdz{
    opacity: 1;
    visibility: visible;
}
.j1txdz a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #777;
}
.j1txdz a + a{
  margin-left: 10px;
}

.j1txdz a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.j1txdz a:hover {
    background-color: #288f30;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.iplqyh{
  display: flex;
  align-items: center;
}

.d73ypq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.d73ypq p {
  color: #288f30;
  font-weight: 600;
    margin-bottom: 0;
}

.xhp6j1 .rb3un5,
.xhp6j1 .l3n2s3,
.xhp6j1 .y1lrv3,
.xhp6j1 .l7pkpp,
.xhp6j1 .hlm845>i:first-child {
    background-color: #288f30;
}

.xhp6j1 .rb3un5:before,
.xhp6j1 .l3n2s3:before,
.xhp6j1 .y1lrv3:before {
    border-top-color: #288f30;
}

.xhp6j1 .hlm845.o9eqgz>i:first-child,
.xhp6j1 .hlm845:hover>i:first-child {
    background-color: #288f30;
}

/* 6.3.3 Products Quick View & Details */
.nfwggf .mg1xdh {
    padding: 0 40px;
}

.nfwggf .hpdji5 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.mg1xdh .uri8x0 {
    margin-bottom: 0;
}

.mg1xdh .moikfo,
.mg1xdh .oldkfq {
    margin-bottom: 25px;
}

.mg1xdh .h55jfd {
    margin-bottom: 20px;
    justify-content: flex-start;
}

.mg1xdh .h55jfd span:first-child {
    font-size: 32px;
}

.mg1xdh .h55jfd span {
    display: inline-block;
}

.mg1xdh .h55jfd span+span {
    margin-left: 10px;
}

.mg1xdh .hepbam{
  border-bottom: 0;
  border-top: 1px solid #efefef;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.mg1xdh .hepbam + h6{
  margin: 5px;
}

.d2f310 .bk8un9 {
    display: flex;
    align-items: center;
}

.d2f310 .bk8un9 .qzxb9s+.uqxhh9 {
    margin-left: 20px;
}

.d2f310 .i9kc5m{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.d2f310 .i9kc5m h6{
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-size: 13px
}

.uqxhh9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.uqxhh9 input {
    border: 0;
    outline: none;
    width: 30px;
    text-align: center;
    font-weight: 600;
    border: 0;
    margin: 0 5px;
}

.uqxhh9 span.a0mv8e {
    border-right: 0;
    cursor: pointer;
}

.uqxhh9 span.p8oikr {
    border-left: 0;
    cursor: pointer;
}

.uqxhh9 span:hover {
  color: #288f30;
}

.uqxhh9 span {
    font-size: 13px;
    transition: .3s;
    color: #288f30;
    line-height: 1;
}

.w3vcv1 label{
  cursor: pointer;
  font-weight: 700;
  color: #288f30;
  font-style: normal;
}

.w3vcv1 label input{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.w3vcv1 label span{
  position: relative;
  z-index: 1;
  font-size: 13px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w3vcv1 label span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: -1;
  background-color: #288f30;
}
.w3vcv1 label input:checked + span::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.w3vcv1 label input:checked + span{
  color: #fff;
}

.herqdm .mhmzuv{
  border-bottom: 1px solid #efefef;
}

.herqdm .fth79b {
    margin: 0;
    border-radius: 0;
    font-weight: 600;
    color: #777;
    border-bottom: 2px solid transparent;
}

.herqdm .kudo6q+.kudo6q .fth79b {
    margin-left: 10px;

}

.herqdm .kudo6q+.kudo6q .fth79b:hover{
  color: #288f30;
}

.herqdm .fj8f2y {
    z-index: 1;
    margin-top: 30px;
}


.herqdm .fj8f2y table {
    margin: 0;
}

.herqdm .uri8x0,
.herqdm .qspjkl .qdi1tj {
    margin-bottom: 20px;
}
.herqdm .fj8f2y .aw6oz2,
.herqdm .fj8f2y .hgtqqq{
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.herqdm .fj8f2y .hgtqqq .plvjcm{
  padding: 0;
  border: 0;
}
.herqdm .aw6oz2 {
    margin-bottom: 50px;
}

.y681bj {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.y681bj .wwpx5a {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    margin: 0 10px 0 0;
}

.y681bj .wwpx5a:hover {
    background-color: #f7f7f7;
}

.y681bj .wwpx5a i {
    font-size: 21px;
    color: #777;
}

.k74amb {
    margin: 20px 0 0;
}

.auq9su .k74amb {
    margin: 20px 0 30px;
}

.k74amb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.k74amb li>span {
    font-weight: 600;
    color: #288f30;
    width: 120px;
}

.k74amb li .yc7v25 span,
.k74amb li a {
    color: #777;
}

.k74amb li a:hover {
    color: #288f30;
}

.sl84mj,
.kfs9nj>img {
    background-color: #fff;
}

.sl84mj .vlrvey{
  margin-bottom: 30px;
}


/* 6.3.4. Cart & Wishlist */
td.plwx9j {
    width: 30px;
}

.mz9ccn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mz9ccn img {
    width: 50px;
    margin-right: 15px;
}

.pmmegw {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mz9ccn h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.mz9ccn h6 a {
    color: #288f30;
}

.mz9ccn h6 a:hover {
    color: #288f30;
}

.mz9ccn p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
    color: #848486;
}

/* 6.3.5. Checkout */
.ql5wo6 {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 2px solid #efefef;
}

.ql5wo6 p {
    margin: 0;
    font-weight: 600;
}

.ql5wo6 p a:hover {
    text-decoration: underline;
}

.w8phg9 {
    margin-bottom: 30px;
    display: none;
}

/* 6.3.6 Products (Recent View) */
.hsdvbi {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    border-radius: 8px;
    transition: .3s;
}

.hsdvbi:hover {
    background-color: #f7f7f7;
}

.hsdvbi .r4nf1r {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.hsdvbi+.hsdvbi {
    margin-top: 10px;
}

.hsdvbi img {
    width: 75px;
    margin-right: 10px;
}

.i67m03 .h55jfd span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.i67m03 .h55jfd span+span {
    margin-left: 5px;
}

.i67m03 h6 {
    margin-bottom: 5px;
    font-weight: 600;
}

.hsdvbi button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    margin-left: auto;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #efefef;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

/* 6.5. Banners */
.sdj35b .wgow31{
  z-index: 2;
}
.sdj35b video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sdj35b .oi04ol,
.sdj35b .i4inyn {
    margin: 0;
}

.sdj35b {
  position: relative;
  padding: 0;
  background-color: #f7f7f7;
  border-radius: 8px;
}

.sdj35b .fsw1kf{
  max-width: 100%;
}
.sdj35b .zidunh{
    color: #288f30;
    font-weight: 800;
}
.sdj35b .eqv7ze{
  font-size: 20px;
  letter-spacing: 2px;
  color: #288f30;
  text-transform: uppercase;
}

.sdj35b .p94oa4{
  margin-bottom: 10px;
}

.sdj35b p:first-child {
    margin-bottom: 10px;
}

.sdj35b .ppu8mn p{
  color: #777;
}

.sdj35b p {
    margin-bottom: 25px;
    color: #288f30;
    font-size: 16px;
    font-weight: 600;
    max-width: 600px;
}

.sdj35b .sain7y {
    padding: 0 0 10px;
}

.sdj35b .sain7y li button {
    background-color: #fff;
}

.sdj35b .sain7y li.dsrbw9 button {
    background-color: #288f30;
}

.sdj35b .ydttkf .jahzf4 {
    position: relative;
    z-index: 1;
    width: 100%;
}
.sdj35b .ydttkf .jahzf4 .vvpadd p{
  margin: 0 auto 25px;
}

.oapm04.sdj35b .ydttkf {
    overflow: hidden;
    position: relative;
    padding: 210px 0 120px;
}

.sdj35b.oapm04 .pb635b,
.sdj35b.lhx20n .pb635b{
  position: absolute;
  bottom: 40px;
  right: 65px;
  z-index: 1;
}
.sdj35b.oapm04 .pb635b,
.sdj35b.lhx20n .pb635b{
  border: 1px solid rgba(255,255,255,.4);
}

.sdj35b.oapm04 .pb635b .ef4bbg.p98ey3,
.sdj35b.lhx20n .pb635b .ef4bbg.p98ey3{
  border-right: 1px solid rgba(255,255,255,.4);
}
.sdj35b.oapm04 .sain7y{
  position: absolute;
  bottom: 70px;
  left: 30px;
  padding: 0;
}
.sdj35b.oapm04 .sain7y li button{
  background-color: #5f5f5f;
}
.sdj35b.oapm04 .sain7y li.dsrbw9 button{
  background-color: #288f30;
}

.oapm04.sdj35b img{
  position: absolute;
  top:  0;
  right: 0;
}
.oapm04.sdj35b img.ci43zn{
  right: auto;
  left: 0;
}

/* Style 2 */

.r18f3d.sdj35b .ydttkf {
  overflow: hidden;
  position: relative;
  padding: 210px 0 300px;
  z-index: 1;
}

.r18f3d.sdj35b .zidunh{
  font-size: 120px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.r18f3d.sdj35b p{
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.pajpir{
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
  background-color: #fff;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
}
.pajpir::before{
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  display: block;
  border: 5px solid rgba(255,255,255,.4);
  border-radius: 50%;
}
.pajpir .ux6hol.qb8cv8{
  margin-top: 50px;
}
.pajpir .ux6hol.qb8cv8 li a{
  background-color: #f7f7f7;
  color: #288f30;
  border-radius: 50%;
}
.pajpir .ux6hol.qb8cv8 li a:hover{
  background-color: #288f30;
  color: #fff;
}

.bdiav7{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 92px;
}

.du046z{
  transform: rotate(90deg);
  display: flex;
}
.du046z a{
  color: #288f30;
}
.du046z a:hover{
  color: #288f30;
}
.du046z a + a{
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #efefef;
}

/* Style 3 */
.lhx20n.sdj35b .oi04ol {
  display: flex;
}

.lhx20n.sdj35b .i4inyn {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.lhx20n.sdj35b .oi04ol,
.lhx20n.sdj35b {
    padding: 0;
}

.lhx20n.sdj35b .ydttkf {
    overflow: hidden;
    position: relative;
    padding: 180px 0;
}

.xv7kll + .lhx20n.sdj35b .ydttkf{
  padding: 240px 0 330px;
}

.lhx20n.sdj35b .zh54ux:hover .fncoj2 {
    left: 70px;
}

.lhx20n.sdj35b .zh54ux:hover .dhzmyd {
    right: 70px;
}

.lhx20n > .container-fluid{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.lhx20n > .container-fluid .ux6hol{
  justify-content: flex-end;
}
.lhx20n > .container-fluid .ux6hol li a{
  color: #777;
}
.lhx20n > .container-fluid .ux6hol li a:hover{
  color: #fff;
}

.d7xh1e.zaqqzx.imubh9{
  background-color: #288f30;
}
.d7xh1e.zaqqzx.haf3ui{
  background-color: #288f30;
}
.d7xh1e.zaqqzx .f83myd{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.d7xh1e.zaqqzx .f83myd h5{
  margin: 0 0 10px;
}
.d7xh1e.zaqqzx .f83myd h5,
.d7xh1e.zaqqzx .f83myd p{
  color: #fff;
}
.d7xh1e.zaqqzx .p8vvi9{
  max-width: 350px;
}
.d7xh1e.zaqqzx img{
  position: absolute;
  bottom: 0;
  right: 20px;
  max-width: 250px;
  z-index: 0;
  display: block;
}
.d7xh1e.zaqqzx .rzn657{
  width: 190px;
  height: 190px;
  background-color: #da7300;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
  right: 120px;
}
.d7xh1e.zaqqzx .f83myd p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.d7xh1e.zaqqzx .f83myd > i{
  margin-top: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}
.d7xh1e.zaqqzx .f83myd > i:hover{
  background-color: #fff;
  color: #288f30;
}
.d7xh1e.zaqqzx .f83myd .a5bvdh::placeholder{
  color: #fff;
}
.d7xh1e.zaqqzx .f83myd .a5bvdh{
  height: 50px;
  margin-top: 50px;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
}

/* 6.6. Icon Blocks */
.s1d9d6,
.hywcra {
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    transition: .3s;
}

.hywcra i {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 15px;
    color: #777;
    display: inline-block;
}

.hywcra.tlp3j7:hover {
    background-color: #f7f7f7;
}

.hywcra a {
    display: block;
}

.hywcra a h5 {
    font-size: 14px;
}

.hywcra h5 {
    font-size: 22px;
    margin-bottom: 0;
}

.hywcra h5+p {
    margin-top: 10px;
}

.hywcra p {
    margin-bottom: 0;
}

.hywcra svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Style 2 & 3 */

.hywcra.otyu2a,
.hywcra.yefl2l{
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: none;
  padding: 0;
}
.hywcra.otyu2a{
  padding: 40px;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.hywcra.otyu2a i,
.hywcra.yefl2l i{
  margin: 0;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #288f30;
  margin-right: 20px;
}
.hywcra.otyu2a i{
  font-size: 70px;
}
.hywcra.yefl2l{
  background-color: transparent;
}
.hywcra.yefl2l img{
  margin-right: 20px;
  max-width: 100px;
}
.hywcra.yefl2l i{
  width: 60px;
  height: 60px;
  font-size: 36px;
  background-color: #288f30;
  color: #288f30;
  border: 4px solid #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.09);
}

.hywcra.otyu2a .xpxy6g i{
  font-size: 14px;
  margin: 0;
  display: inline-block;
  margin-top: 20px;
  color: #777;
  opacity: .3;
}
.hywcra.otyu2a h5+p,
.hywcra.yefl2l h5+p{
  margin-top: 5px;
}

.hywcra.otyu2a .xpxy6g,
.hywcra.yefl2l .xpxy6g{
  flex: 1;
}

/* Style 4 */
.hywcra.jgnyc9{
  border: 0;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.hywcra.jgnyc9 i{
  position: relative;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 34px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #288f30;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #288f30;
}
.hywcra.jgnyc9 i::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
  background: linear-gradient(to bottom, #288f30, transparent) ;
}
.hywcra.jgnyc9 .xpxy6g{
  flex: 1;
}

/* Style 5 */
.hywcra.bzivzo{
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
.hywcra.bzivzo .bndksg{
  padding: 60px 20px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 35px;
  color: #288f30;
  z-index: 1;
  transition: .3s;
  display: block;
  text-align: center;
  box-shadow: 0 -3px 6px rgba(0,0,0,.06);
}
.hywcra.bzivzo .bndksg i{
  font-size: 50px;
}
.hywcra.bzivzo .bndksg:hover{
  background-color: #288f30;
}
.hywcra.bzivzo .bndksg:hover i{
  color: #fff;
}
.hywcra.bzivzo h5{
  font-size: 18px;
  color: #777;
  max-width: 180px;
  margin: 0 auto;
}


/* Style 6 and 7 */
.hywcra.oa8gdi,
.hywcra.ie21x5{
  text-align: center;
  background-color: transparent;
  box-shadow: none;
}
.hywcra.oa8gdi i,
.hywcra.ie21x5 i{
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 20px;
  font-size: 50px;
  border: 3px solid #288f30;
  color: #288f30;
}
.hywcra.oa8gdi h5,
.hywcra.ie21x5 h5{
  font-size: 24px;
}

.hywcra.oa8gdi .pstapg,
.hywcra.ie21x5 .pstapg{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 120px;
  opacity: .2;
  line-height: 1;
  z-index: -1;
}

.hywcra.ie21x5 {
  box-shadow: none;
  border: 0;
  text-align: left;
  padding: 30px 20px;
  background-color: #fff;
  max-width: 300px;
}

.hywcra.ie21x5 i{
  width: auto;
  height: auto;
  font-size: 60px;
  display: inline-flex;
  justify-content: flex-start;
  background-color: transparent;
  border: 0;
}
.hywcra.ie21x5 .bndksg span{
  font-size: 80px;
  font-weight: 800;
  z-index: 1;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.hywcra.ie21x5 h5{
  font-size: 22px;
}
.hywcra.ie21x5 .bndksg span::before{
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: #288f30;
  opacity: .4;
  border-radius: 50%;
  z-index: -1;
}
.hywcra.ie21x5 > i{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 140px;
  opacity: .1;
  color: #fff;
}
.hywcra.ie21x5 p,
.hywcra.ie21x5 h5{
  color: #288f30;
}

.hywcra.ie21x5 .uaj4at{
  margin-top: 20px;
}
.hywcra.ie21x5 .a5bvdh{
  background-color: #288f30;
}
.hywcra.ie21x5 button i{
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.hywcra.ie21x5.vvpadd{
  max-width: 100%;
}

.hywcra.ie21x5.vvpadd i{
  margin: 0;
  margin-top: 20px;
}

.hywcra.ie21x5.vvpadd > i{
  margin: 0;
  top: 50%;
  left: 50%;
  right: auto;
  color: #288f30;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.hywcra.ie21x5.vvpadd:hover{
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  border-color: transparent;
}
.hywcra.ie21x5.vvpadd:hover > i{
  opacity: .1;
  visibility: visible;
}
.hywcra.ie21x5.vvpadd .xpxy6g > span{
  color: #288f30;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.hywcra.ie21x5.vvpadd span i{
  font-size: 14px;
  margin-left: 5px;
}

.hywcra.ie21x5.geyiwb{
  background-color: rgba(255,255,255,.1);
  transition: .3s;
}
.hywcra.ie21x5.geyiwb .l2qcdb{
  -webkit-text-stroke-color: #fff;
}
.hywcra.ie21x5:hover{
  background-color: #fff;
}
.hywcra.ie21x5:hover .l2qcdb{
  -webkit-text-stroke-color: #288f30;
}

.hywcra.ie21x5.geyiwb p,
.hywcra.ie21x5.geyiwb h5{
  color: #fff;
}

.hywcra.ie21x5 .l2qcdb,
.hywcra.ie21x5 p,
.hywcra.ie21x5 h5{
  transition: .3s;
}
.hywcra.ie21x5:hover p{
  color: #777;
}
.hywcra.ie21x5:hover h5{
  color: #288f30;
}

/* Style 8 */
.hywcra.rc6qe5{
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}
.hywcra.rc6qe5 .bndksg{
  margin-right: 10px;
}
.hywcra.rc6qe5  h6{
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.hywcra.rc6qe5 .bndksg i{
  opacity: .3;
}
.hywcra.rc6qe5 .bndksg i,
.hywcra.rc6qe5 .qdi1tj,
.hywcra.rc6qe5 .qdi1tj i{
  margin: 0;
}
.hywcra.rc6qe5 span{
  font-weight: 600;
}

/* 6.7. Call to Actions */
.muj56h {
    padding: 40px;
    border-radius: 8px;
}

.qobtyg {
    max-width: 600px;
}

.qobtyg p {
    margin-bottom: 25px;
}

.k5pdym{
  padding: 30px 30px 30px 50px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.k5pdym.pyxshz{
  padding: 30px;
}
.k5pdym h4{
  margin: 0;
  font-size: 36px;
}
.k5pdym img{
  position: absolute;
  bottom: 0;
  left: -100px;
}
.k5pdym.bxa029 img{
  left: -300px;
}
.k5pdym .a4z7dr{
  padding-right: 100px;
}
.k5pdym.pyxshz .a4z7dr{
  padding-right: 0;
}
.k5pdym img + .a4z7dr{
  padding-left: 60px;
  padding-right: 0;
}
.k5pdym.bxa029 img + .a4z7dr{
  padding-left: 220px;
}
.k5pdym .a4z7dr + img{
  left: auto;
  right: -100px;
}
.srtn7c{
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  color: #288f30;
  font-weight: 600;
  background-color: #fff;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
  justify-content: center;
}

.k5pdym.pyxshz .srtn7c{
  left: 0;
}

/* 6.8. Login & Signup */
.hru3re {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
}

.l82t94 {
    width: 600px;
    padding: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nfse07 {
    text-align: center;
    max-width: 400px;
}

.nfse07 h2 {
    margin: 0;
    color: #fff;
}

.nfse07 p {
    margin: 30px 0;
    color: #fff;
}

.nfse07 i {
    color: #fff;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
}

.boeu5g {
    margin-bottom: 20px;
}

.boeu5g+p a {
    display: inline-block;
}

.dngw9a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f7f7f7;
    padding: 60px;
    text-align: center;
}

.dngw9a h2 {
    margin-bottom: 50px;
}

.dngw9a form {
    max-width: 400px;
    margin: 0 auto;
}

.dngw9a .qzxb9s {
    margin-top: 20px;
}

.dngw9a a {
    display: block;
    color: #288f30;
    text-decoration: underline;
}

.o02uwq {
    margin: 30px 0;
    text-align: center;
}

.o02uwq span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9F9E9E;
    font-size: 13px;
    font-weight: 500;
}

.o02uwq span::before {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    margin-right: 20px;
}

.o02uwq span::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    margin-left: 20px;
}

.qwc57s {
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 24px;
    border: 0;
    font-size: 14px;
    padding: 20px 20px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.qwc57s i {
    margin-right: 5px;
}

.cncsrk {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

.cncsrk h5 {
    margin-bottom: 15px;
}

.cncsrk a {
    display: block;
    color: #288f30;
    text-decoration: underline;
}

.cncsrk a:hover {
    color: #288f30;
}

/* 6.9. Error 404 */
.w6t4ei.y41pu9{
  padding: 120px 0 480px;
}
.w6t4ei.y41pu9 h1{
  font-size: 130px;
  line-height: 1;
  margin: 0 0 40px;
}

/* 6.12 Team Members */
.ji2mz7{
  position: relative;
  margin-bottom: 30px;
}
.y4df51{
  overflow: hidden;
  position: relative;
}
.y4df51 img{
  width: 100%;
  transition: .3s;
}

.qqyozp{
  text-align: center;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  margin: -50px 20px 0;
  z-index: 3;
  position: relative;
  transition: .3s;
}

.gc2byd h5{
  margin-bottom: 5px;
  transition: .3s;
}
.gc2byd p{
  font-size: 15px;
  line-height: 24px;
  color: #777;
  margin: 0;
  transition: .3s;
  padding: 0;
}

.ji2mz7:hover .qqyozp{
  background-color: #288f30;
}

.ji2mz7.eleluj:hover .qqyozp p,
.ji2mz7.eleluj:hover .qqyozp h5{
  color: #fff;
}

.ji2mz7.eleluj .qqyozp{
  margin-left: 0;
  margin-right: 0;
  width: calc(100% - 30px);
  text-align: left;
  box-shadow: none;
}

.bh2t17 .ux6hol{
  justify-content: center;
  margin-top: 20px;
}
.bh2t17 .ux6hol li a{
  display: flex;
  font-size: 14px;
  color: #fff;
}
.bh2t17 .ux6hol li a:hover{
  color: #288f30;
}
.bh2t17 .ux6hol li + li{
  margin-left: 15px;
}

.ji2mz7.eleluj .bh2t17{
  position: absolute;
  bottom: 30px;
  left: 30px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.ji2mz7.eleluj:hover .bh2t17{
  opacity: 1;
  visibility: visible;
}
.ji2mz7.eleluj:hover .qqyozp{
  padding-bottom: 60px;
  margin-top: -80px;
}

/* Style 2 */
.ji2mz7.gqe96t{
  margin-bottom: 150px;
}
.ji2mz7.gqe96t .qqyozp{
  position: absolute;
  width: calc(100% + 20px);
  margin: 0;
  top: 120px;
  left: -10px;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 black;
  border: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ji2mz7.gqe96t:hover .qqyozp{
  background-color: #fff;
  border-color: #288f30;
}

.ji2mz7.gqe96t .bh2t17{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}
.ji2mz7.gqe96t:hover .bh2t17{
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}

.ji2mz7.gqe96t .y4df51{
  position: relative;
  z-index: 1;
}

.ji2mz7.gqe96t .y4df51::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.ji2mz7.gqe96t .bh2t17 li a{
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ji2mz7.gqe96t .bh2t17 li a:hover{
  background-color: #288f30;
  border-color: #288f30;
  color: #fff;
}

.ji2mz7.gqe96t:hover .y4df51::before{
  opacity: 1;
  visibility: visible;
}

.ji2mz7:hover .qqyozp p,
.ji2mz7:hover .qqyozp h5{
  color: initial;
}
.ji2mz7:hover .qqyozp p{
  color: #777;
}

/* 6.13. Pricing */
.i7w2vh{
  background-image: url(../img/pricing.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 26px 20px 44px 20px;
  margin-bottom: 30px;
}
.i7w2vh .ionayr{
  margin-bottom: 18px;
}
.g2fswh{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.g2fswh + span{
  font-size: 16px;
}
.j30uow{
  position: relative;
  display: inline-block;
  line-height: 1;
}
.j30uow .usb1lo{
  position: absolute;
  top: 0;
  left: -12px;
  font-size: 20px;
  font-weight: 400;
}
.j30uow span{
  font-size: 48px;
  font-weight: 800;
  color: #288f30;
}
.i7w2vh .gxivi7{
  margin-top: 20px;
}
.i7w2vh .qzxb9s{
  margin-top: 30px;
}

.i7w2vh .gxivi7 li i{
  margin-right: 10px;
}

/* Style 2 */
.i7w2vh.qohpps{
  background-image: none;
  background-color: #fff;
  padding: 90px 30px 30px;
  position: relative;
  border: 2px solid #efefef;
  text-align: center;
  width: calc(100% - 40px);
  margin: 60px auto 30px;
}

.i7w2vh.qohpps.v2zeoj{
  background-color: #288f30;
}
.i7w2vh.qohpps.v2zeoj .gxivi7{
  border-top-color: rgba(255,255,255,.1);
}
.i7w2vh.qohpps.v2zeoj *{
  color: #fff;
}

.i7w2vh.qohpps > i{
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 60px;
  color: #288f30;
}

.i7w2vh.qohpps::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 20px;
  width: calc(100% + 40px);
  height: 100%;
  z-index: -1;
  border: 10px solid #efefef;
}


.i7w2vh.qohpps .j30uow{
  margin: 0;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 10px solid #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.1);
  background-color: #288f30;
  border-radius: 50%;
}
.i7w2vh.qohpps .j30uow span{
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.i7w2vh.qohpps .j30uow span + span{
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.i7w2vh.qohpps .j30uow .usb1lo{
  position: relative;
  top: auto;
  left: auto;
}

.i7w2vh.qohpps .gxivi7{
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #efefef;
  text-align: left;
}
.i7w2vh.qohpps .gxivi7 li:last-child{
  text-align: center;
}

.i7w2vh.qohpps .gxivi7 li i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  border: 1px solid #efefef;
  align-items: center;
  justify-content: center;
}

/* 6.14. Timeline */
.ezj0ok>.col.e7nk38,
.ezj0ok>[class*=col-].e7nk38{
  background-color: #288f30;
  padding: 30px;
}
.e7nk38{
  position: relative;
}
.e7nk38::before{
  content: '';
  position: absolute;
  top: 16px;
  left: -60px;
  width: 50px;
  height: 1px;
  background-color: #288f30;
}
.l5yl2r:nth-child(odd) .e7nk38::before{
  left: auto;
  right: -60px;
}
.e7nk38 h4,
.e7nk38 p{
  color: #fff;
}
.e7nk38 h4{
  font-size: 20px;
}
.l5yl2r {
  margin-bottom: 50px;
  position: relative;
}
.l5yl2r:nth-child(even) {
  flex-direction: row-reverse;
}
.l5yl2r:nth-child(even) .xwvnkr {
  text-align: right;
}
.l5yl2r::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 49.99999%;
  width: 0;
  border-left: 1px solid #288f30;
  opacity: .3;
  height: calc(100% + 50px);
  z-index: 1;
  transform: translateX(-50%);
}
.l5yl2r:last-child::before{
  display: none;
}
.e6ezep h4 {
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
}
.l5yl2r:nth-child(odd) h4,
.l5yl2r:nth-child(odd) p {
  text-align: right;
}
.l5yl2r:nth-child(odd) h4,
.l5yl2r:nth-child(odd) p{
  text-align: right;
}
.e6ezep p,
.e6ezep time {
  color: #555b62;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.x4exsu {
  position: relative;
  z-index: 2;
}
.x4exsu i {
  background: #fff;
  padding: 5px;
  color: #288f30;
  border-radius: 50%;
  margin-top: 0;
  font-size: 24px;
}
.l5yl2r:nth-child(odd) .xwvnkr{
  text-align: left;
}
.xwvnkr span {
  font-size: 20px;
  font-weight: 600;
  color: #288f30;
}
.xwvnkr span.lapoyg {
  text-align: center;
  line-height: 20px;
  color: #777;
  margin-top: 8px;
  font-size: 14px;
  text-transform: uppercase;
}

/* 6.15. Contact */
.ucq93j{
  padding: 0;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.ucq93j h3{
  font-weight: 800;
}
.ucq93j h6{
  margin-bottom: 5px;
}
.ppu8mn p{
  margin: 0;
}
.ppu8mn + .ppu8mn{
  margin-top: 20px;
}
.ucq93j .ux6hol a{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255,255,255,.1);
}

.ucq93j .ux6hol a:hover{
  background-color: #288f30;
}
.n6puqo{
  height: 100%;
}

.ppu8mn + .ppu8mn{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}

.ppu8mn .ux6hol li a{
  color: #777;
  font-size: 18px;
}
.ppu8mn .ux6hol li a:hover{
  color: #288f30;
}

/*======================
7. Misc
========================*/
.vke66g {
    margin: 0 -15px;
}

.i4inyn {
    outline: none;
    margin: 0 15px;
}

/* Arrows */
.pb635b {
    display: inline-flex;
    align-items: center;
}
.ky4jcx .pb635b {
  margin-top: 30px;
}
.w6t4ei:hover .ky4jcx .pb635b .ef4bbg,
.w6t4ei:hover .ky4jcx .pb635b .ef4bbg,
.ky4jcx .pb635b .ef4bbg{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  color: #777;
  background-color: transparent;
  width: auto;
  height: auto;
}

.ky4jcx .pb635b .ef4bbg:hover{
  color: #288f30;
  background-color: transparent;
}

.ky4jcx .pb635b .ef4bbg.odm1sa{
  padding-left: 20px;
  margin-left: 20px;
}
.ky4jcx .pb635b .ef4bbg.odm1sa::after{
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  opacity: .6;
  background-color: #777;
  border-radius: 50%;
}

.pb635b .ef4bbg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #288f30;
    transition: .3s;
    cursor: pointer;
    color: #777;
}
.pb635b.uarn3q{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.pb635b.uarn3q .ef4bbg{
  background-color: #f7f7f7;
}
.pb635b .ef4bbg + .ef4bbg{
  margin-left: 10px;
}
.pb635b .ef4bbg:hover {
    color: #fff;
    background-color: #288f30;
}
.pb635b.qvzwzg .ef4bbg:hover,
.pb635b.qvzwzg .ef4bbg{
  background-color: transparent;
  color: #fff;
}

.pb635b.xtrhvr .ef4bbg:hover,
.pb635b.xtrhvr .ef4bbg{
  color: #288f30;
}
.pb635b.xtrhvr .l8yl8y .ky068e,
.pb635b.xtrhvr .l8yl8y .x7juc2{
  color: #288f30;
  stroke: #288f30;
}
.pb635b.on0fqs .l8yl8y svg{
  width: 40px;
  height: 40px;
}
.pb635b .l8yl8y{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pb635b .l8yl8y svg{
  width: 50px;
  height: 50px;
}
.pb635b .l8yl8y.z2js4y{
  margin-right: 10px;
}
.pb635b .l8yl8y i{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.pb635b .l8yl8y .ef4bbg.p98ey3{
  margin: 0;
}

.pb635b .l8yl8y .x7juc2{
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  opacity: .5;
  color: #fff;
}
.pb635b .l8yl8y .ky068e{
  fill: none;
  stroke: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #fff;
}
.pb635b .l8yl8y:hover .ky068e{
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}
.d4o2l2 .l8yl8y{
  position: absolute;
  top: 50%;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.d4o2l2 .l8yl8y.z2js4y{
  left: 35px;
}
.d4o2l2 .l8yl8y.chssat{
  right: 35px;
}
.w6t4ei:hover .d4o2l2 .l8yl8y.chssat{
  right: 15px;
  opacity: 1;
  visibility: visible;
}
.w6t4ei:hover .d4o2l2 .l8yl8y.z2js4y{
  left: 15px;
  opacity: 1;
  visibility: visible;
}

.fncoj2,
.dhzmyd {
    background-color: #288f30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #288f30;
    transition: .3s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.zh54ux:hover .dhzmyd,
.w6t4ei:hover .dhzmyd {
    right: -55px;
    opacity: 1;
    visibility: visible;
}

.zh54ux:hover .fncoj2,
.w6t4ei:hover .fncoj2 {
    left: -55px;
    opacity: 1;
    visibility: visible;
}

.fncoj2:before,
.dhzmyd:before {
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1.7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
}

.fncoj2:before {
    content: "\f053";
}

.fncoj2:hover,
.fncoj2:focus,
.dhzmyd:hover,
.dhzmyd:focus {
    color: #fff;
    background-color: #288f30;
}

.fncoj2:hover::before,
.fncoj2:focus::before,
.dhzmyd:hover::before,
.dhzmyd:focus::before {
    color: #fff;
}

/* Dots */
.sain7y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 25px;
    justify-content: center;
}

.sain7y li {
    margin: 0 5px;
    text-align: center;
}

.sain7y li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background-color: #efefef;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
}

.sain7y li.dsrbw9 button {
    background-color: #288f30;
}

.bldwf0 .sain7y li button{
  background-color: #fff;
}
.bldwf0 .sain7y li.dsrbw9 button {
    background-color: #288f30;
}


.i4inyn {
    outline: none;
}

/* custom Dots */
.sain7y .wd4wuu{
  position: relative;
  cursor: pointer;
}
.sain7y .wd4wuu::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  transition: .3s;
  opacity: .6;
}
.sain7y .wd4wuu svg{
  width: 30px;
  height: 30px;
}
.sain7y .wd4wuu .ixusfg{
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  opacity: .5;
  color: #fff;
}
.sain7y .wd4wuu .g31z6l{
  fill: none;
  stroke: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #fff;
}
.sain7y .dsrbw9 .g31z6l{
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}
.sain7y .dsrbw9 .wd4wuu::before,
.sain7y .wd4wuu:hover::before{
  opacity: 1;
}

.sain7y .wd4wuu.fyfk8d .g31z6l,
.sain7y .wd4wuu.fyfk8d .ixusfg{
  color: #288f30;
}
.sain7y .wd4wuu.fyfk8d::before{
  background-color: #288f30;
}

/* pagination */
.kdjf6b {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.kdjf6b .cldjam {
    margin: 0;
}

.kdjf6b .cldjam:last-child .j4klql,
.kdjf6b .cldjam:first-child .j4klql,
.kdjf6b .cldjam .j4klql {
    border-radius: 0;
}

.kdjf6b .j4klql {
  color: #777;
  border: 0;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.kdjf6b .cldjam.mf6a9t .j4klql {
    background-color: transparent;
    border: 0;
    color: #288f30;
}

.kdjf6b .cldjam:not(.mf6a9t) .j4klql:hover,
.kdjf6b .cldjam:not(.mf6a9t) .j4klql:focus {
    color: #288f30;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.p2sm0c {
    font-size: 13px;
}

.h0hjh1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 8px;
    font-weight: 600;
    background-color: #fff;
}

.h0hjh1:hover {
    background-color: #f7f7f7;
}

/* Progress */
.ri68cj{
  position: relative;
  font-weight: 700;
  color: #288f30;
}
.ri68cj h6{
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.ri68cj .m5s12o{
  position: absolute;
  top: 0;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.ri68cj.mf6a9t .m5s12o{
  visibility: visible;
  opacity: 1;
}

.ri68cj + .ri68cj{
  margin-top: 30px;
}

.sjbwj3{
  background-color: #efefef;
  height: 4px;
  border-radius: 0;
  overflow: visible;
}

.sjbwj3 .y4i89r{
  position: relative;
  background-color: #288f30;
  transition: 3s;
}

.sjbwj3 .y4i89r span{
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 20px;
  border-radius: 20px;
  background-color: #288f30;
  transform: translateY(-50%);
}

/* Accordion */
.path75 .o7gd6h {
    margin-bottom: 0;
}
.path75 .o7gd6h {
  background-color: transparent;
}

.path75 .o7gd6h .udhdzr {
  position: relative;
  background-color: transparent;
  border-bottom: 0;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #288f30;
  font-weight: 600;
}
.path75 .o7gd6h .a5ztd4{
  padding-left: 0;
  padding-right: 0;
}

.path75 .udhdzr[aria-expanded="true"] {
}

.path75 .udhdzr::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.path75 .udhdzr::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.path75 .udhdzr[aria-expanded="true"]::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
}

.path75 .udhdzr[aria-expanded="true"]::after,
.path75 .udhdzr[aria-expanded="true"]::before {
    background-color: #288f30;
}

.path75 .udhdzr i {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 20px;
}

.path75 .udhdzr[aria-expanded="true"] i {
    color: #288f30;
}

.path75 .o7gd6h {
    border: #f7f7f7;
}

.path75.z00q5z .udhdzr {
  border-radius: 0;
}

.path75.z00q5z .o7gd6h {
    margin-bottom: 10px;
}

.path75.z00q5z .o7gd6h:last-child {
    margin-bottom: 0;
}

.path75.z00q5z .o7gd6h:first-of-type,
.path75.z00q5z .o7gd6h:not(:first-of-type):not(:last-of-type) {
    border-bottom: 2px solid #efefef;
}

/* Rating */
.uri8x0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uri8x0>span {
    margin-left: 10px;
    color: #848486;
    font-size: 13px;
}

.qdi1tj {
    margin-bottom: 5px;
}

.qdi1tj i {
    margin-right: 5px;
    font-size: 12px;
    color: #848486;
}

.qdi1tj i.mf6a9t {
    color: #ffa80a;
}

.fgj10w {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.htoc23{
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.npgdk8{
  margin-top: -30px;
}
.npgdk8 + .npgdk8{
  margin-top: -60px;
}

.igrj9l{
  margin-bottom: -85px;
  z-index: 11;
  position: relative;
  display: block;
}
.igrj9l + .ae4dua{
  padding-top: 85px;
}

.w6t4ei.zoy03x.fgj10w,
.w6t4ei.fgj10w{
  padding-top: 0;
}

.zdbq67 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.s1d9d6 {
    padding: 45px 40px;
    border-radius: 0;
    margin-bottom: 30px;
}

.yi3ghy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f43ryw {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1d9d6 h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.s1d9d6 h4 {
    margin-bottom: 10px;
}
.s1d9d6 img{
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.s1d9d6 .dzv581{
  margin-bottom: 0;
}
.s1d9d6 .q8ae9s {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s1d9d6 .q8ae9s li{
  margin: 0;
}
.s1d9d6 .q8ae9s li + li{
  margin-top: 10px;
}

/*Video box*/
.f8smyt{
  position: relative;
}
.f8smyt .n32ken{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.n32ken{
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #288f30;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.n32ken::before{
  content: '';
  position: absolute;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOut;
  opacity: 0;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.n32ken::after{
  content: '';
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOutSM;
  opacity: 0;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
.n32ken.zyptc4{
  color: #288f30;
}
.n32ken.zyptc4:hover{
  background-color: #288f30 !important;
  color: #fff;
}

.n32ken.m42kt7{
  width: 140px;
  height: 140px;
  font-size: 20px;
}
.n32ken.zw48pb{
  width: 50px;
  height: 50px;
}
.n32ken.fjbmb4{
  background-color: #2d2d2d;
  color: #fff;
}

.n32ken.k1f9l9{
  color: #288f30;
}
.n32ken.k1f9l9::after{
  background-color: #288f30;
}

.n32ken:hover{
  color: #fff;
}

/*sigma_testimonials*/
.qw750f{
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.qw750f .sbs6cb>i{
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1;
}
.qw750f .sbs6cb>p{
    font-size: 15px;
    line-height: 30px;
    margin: 0 auto 20px;
}
.qw750f .sbs6cb cite{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

/* Style 2 */
.qw750f.uarn3q{
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.qw750f.uarn3q .sbs6cb{
  position: relative;
  background-color: rgba(255,255,255,.2);
  padding: 60px 30px 30px;;
  margin-top: 45px;
  box-shadow: 0px 10px 20px 0px rgba(53,82,99,0.09);
}

.qw750f.uarn3q .sbs6cb .ke7c6y p{
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.qw750f.uarn3q .sbs6cb .lldf9c span{
  color: #fff;
}

.qw750f.uarn3q .sbs6cb.qy6wix{
  background-color: #fff;
}

.qw750f.uarn3q .sbs6cb.qy6wix cite{
  color: #288f30;
}

.qw750f.uarn3q .sbs6cb.qy6wix .lldf9c span{
  color: #777;
}
.qw750f.uarn3q .sbs6cb.qy6wix p,
.qw750f.uarn3q .sbs6cb.qy6wix span{
  color: #777;
}
.qw750f.uarn3q .sbs6cb .zbei3p{
  position: absolute;
  margin-right: 0;
  width: 70px;
  top: -45px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.1);
}
.qw750f.uarn3q .sbs6cb .zbei3p img{
  border-radius: 50%;
}
.qw750f.uarn3q .sbs6cb  .zbei3p + div{
  flex: 1;
}
.qw750f.uarn3q .sbs6cb .ke7c6y{
  padding-bottom: 20px;
}

.qw750f.uarn3q .sbs6cb>i{
  position: absolute;
  top: -20px;
  line-height: 1;
  right: 0px;
  background-color: #288f30;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qw750f.uarn3q .sbs6cb cite{
  color: #fff;
  display: block;
}

.qw750f.uarn3q .sbs6cb .uri8x0{
  margin-left: auto;
}

.qw750f.uarn3q .sbs6cb h5{
  margin: 5px 0 15px;
}

.qw750f.uarn3q .zd31yl{
  display: flex;
  align-items: center;
}

.qw750f.uarn3q.dylqj1 .sbs6cb{
  border: 2px solid #efefef;
  box-shadow: none;
}


.qw750f.uarn3q .sbs6cb .lldf9c span{
  color: rgba(255,255,255,.8);
}
.qw750f.uarn3q.dylqj1 .sbs6cb .ke7c6y p{
  color: #777;
}

.qw750f + .pb635b{
  margin-top: 30px;
}


.fm8n2n.eybgga{
  position: relative;
}
.fm8n2n.eybgga a div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #288f30;
  min-width: 80%;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  z-index: 1;
  line-height: 1.4;
}
.fm8n2n.eybgga a div span{
  font-size: 14px;
  display: block;
  text-transform: none;
}
.fm8n2n.eybgga a div::before{
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: rgba(255,255,255,.4);
  z-index: -1;
}

.fm8n2n.kp5741 [class*="col-"]{
  padding: 0 2.5px;
}
.fm8n2n.kp5741 .row{
  margin-left: -5px;
  margin-right: -5px;
}

/* counter */
.ahzdop{
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
}
.ahzdop h3{
  margin: 0;
}
.ahzdop h3,
.ahzdop b,
.ahzdop h5{
  color: #fff;
}
.ahzdop h5{
  font-weight: 600;
  font-size: 22px;
  margin: 20px 0 0;
}

.ahzdop.uarn3q{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: revert;
  margin: 30px 0;
}
.ahzdop.uarn3q b{
  color: #288f30;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 10px;
  position: relative;
  width: 100px;
}
.ahzdop.uarn3q b::before{
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 100px;
  height: 100%;
  border: 5px solid #288f30;
  opacity: .3;
  z-index: -1;
}

.ahzdop.uarn3q .u4qbnm{
  margin-left: 40px;
  text-align: left;
  color: #288f30;
  font-size: 20px;
  line-height: 1.3;
}
.ahzdop.uarn3q .u4qbnm span{
  display: block;
}

.ahzdop.uarn3q.pkrlbp b::before{
  display: none;
}
.ahzdop.uarn3q.pkrlbp b{
  width: 150px;
  border-right: 1px solid #efefef;
  font-size: 80px;
}
.ahzdop.uarn3q.pkrlbp .u4qbnm span{
  font-weight: 600;
}

/* Services */
.bvgevf.p2l739{
  background-image: url(../img/textures/service.png);
  background-size: cover;
  background-position: 90px;
  background-repeat: no-repeat;
}
.bvgevf{
  display: block;
  background-color: #fff;
  padding: 40px;
  transition: .3s;
  margin-bottom: 30px;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
}

.bvgevf.ig7y3p .xmqbrb{
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
}
.bvgevf.ig7y3p .xmqbrb::before{
  content: '';
  position: absolute;
  top: 10px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #288f30;
  transition: .3s;
}
.bvgevf.ig7y3p .xmqbrb::after{
  content: '';
  position: absolute;
  bottom: 10px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #288f30;
  transition: .3s;
}

.bvgevf.imubh9:hover,
.bvgevf.imubh9{
  background-color: #288f30;
  border: 0;
}
.bvgevf.haf3ui:hover,
.bvgevf.haf3ui{
  background-color: #288f30;
  border: 0;
}

.bvgevf.ig7y3p.imubh9 .xmqbrb::after,
.bvgevf.ig7y3p.imubh9 .xmqbrb::before,
.bvgevf.ig7y3p.haf3ui .xmqbrb::after,
.bvgevf.ig7y3p.haf3ui .xmqbrb::before{
  background-color: #fff;
}

.bvgevf.ig7y3p:hover .xmqbrb::after{
  bottom: -4px;
  left: 47px;
}
.bvgevf.ig7y3p:hover .xmqbrb::before{
  top: -4px;
  right: 47px;
}

.bvgevf.zyptc4{
  border: 0;
}

.bvgevf.p2l739.zyptc4:hover .j37cfr,
.bvgevf.p2l739.zyptc4:hover p,
.bvgevf.p2l739.zyptc4:hover h5{
  color: #288f30;
}
.bvgevf.p2l739.zyptc4:hover i{
  color: #288f30;
}

.bvgevf .xmqbrb i{
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #288f30;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0,0,0,.1);
  color: #288f30;
  line-height: 1;
  transition: .3s;
}
.bvgevf .j37cfr{
  margin-top: 25px;
  display: inline-block;
}
.bvgevf .j37cfr i{
  font-size: 14px;
  color: #288f30;
  margin-left: 5px;
}
.xmqbrb{
  margin-bottom: 40px;
}
.bvgevf h5{
  margin-bottom: 10px;
  transition: .3s;
}
.bvgevf p{
  margin: 0;
  transition: .3s;
}
.bvgevf:hover{
  background-color: #288f30;
  transform: translateY(-3px);
}
.bvgevf.p2l739:hover .j37cfr,
.bvgevf.p2l739:hover i,
.bvgevf.p2l739:hover p,
.bvgevf.p2l739:hover h5{
  color: #fff;
}
.bvgevf.p2l739:hover .j37cfr::before{
  background-color: #288f30;
}

/* Style 2 & 3 */
.bvgevf.xnjit4,
.bvgevf.uarn3q{
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}

.bvgevf.xnjit4 .xmqbrb,
.bvgevf.uarn3q .xmqbrb{
  position: relative;
  margin: 0;
  z-index: 2;
}

.bvgevf.xnjit4 .xmqbrb i,
.bvgevf.uarn3q i{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.bvgevf.xnjit4 .xmqbrb i{
  color: #288f30;
  background-color: #fff;
  border: 0;
}

.bvgevf.xnjit4 .xmqbrb::before,
.bvgevf.uarn3q .xmqbrb::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.bvgevf.xnjit4 .xmqbrb i{
  opacity: 1;
  visibility: visible;
}
.bvgevf.xnjit4:hover i,
.bvgevf.xnjit4:hover .xmqbrb::before,
.bvgevf.uarn3q:hover i,
.bvgevf.uarn3q:hover .xmqbrb::before{
  opacity: 1;
  visibility: visible;
}

.bvgevf.xnjit4 h5,
.bvgevf.uarn3q h5{
  margin-bottom: 20px;
}

.bvgevf.xnjit4 p,
.bvgevf.uarn3q p{
  margin: 0;
}

.bvgevf.xnjit4 .xsbqn6,
.bvgevf.uarn3q .xsbqn6{
  padding: 30px;
}
.bvgevf.xnjit4{
  border: 0;
  margin-top: 45px;
}
.bvgevf.xnjit4 .xsbqn6{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  border: 0;
  padding: 60px 30px 30px;
  text-align: center;
  transition: .3s;
  z-index: 1;
}

.bvgevf.xnjit4 .xsbqn6:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #288f30;
  width: 100%;
  height: 0;
  transition: 0.5s;
  z-index: -1;
}

.bvgevf.xnjit4:hover .xsbqn6:before{
  height: 100%;
}

.bvgevf.xnjit4:hover .xsbqn6 .j37cfr,
.bvgevf.xnjit4:hover .xsbqn6 p,
.bvgevf.xnjit4:hover .xsbqn6 .j37cfr i,
.bvgevf.xnjit4:hover .xsbqn6 h5{
  color: #fff;
}
.bvgevf.xnjit4:hover .xsbqn6 .j37cfr::before{
  background-color: #288f30;
}

/* Details */
.v2a8ac .hywcra{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* Client Reviews & Clients & Experience */
.zpsmp1{
  padding: 0 20px;
}
.b7h3cz{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b7h3cz strong{
  min-width: 170px;
}
.b7h3cz strong + span{
  margin-right: auto;
}
.b7h3cz + .b7h3cz{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.un5j9q{
  margin-bottom: 30px;
}
.zaqqzx{
  padding: 30px;
  margin: 50px 0;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.j4nchn{
  padding: 40px;
}
.zaqqzx.j5fy38{
  padding: 40px;
}
.tdz413{
  position: absolute;
  top: -15px;
  left: -50px;
  width: calc(100% + 100px);
  z-index: 1;
}

.fke88d{
  position: relative;
}
.fke88d i{
  font-size: 110px;
  opacity: .2;
  position: absolute;
  line-height: 1;
  top: 20px;
  right: 20px;
}

.fbzfl1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: .3s;
  max-width: 90%;
  margin: 0 auto 30px;
}

.fbzfl1:hover{
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,.4));
}
.fbzfl1 img{
  transition: .3s;
}
.fbzfl1:hover img{
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,.1));
}

/* Portfolio */
.wucpo4{
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.wucpo4.h59xfe{
  height: calc(100% - 30px);
}
.wucpo4.h59xfe img{
  height: 100%;
  object-fit: cover;
}
.wucpo4 img{
  width: 100%;
}
.wucpo4 span{
  color: #fff;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.wucpo4:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.4);
  width: 100%;
  height: 0;
  transition: 0.3s;
}

.wucpo4:hover:before{
  height: 100%;
}

.wucpo4 .hcf0gt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: .3s;
  padding: 20px;
}
.wucpo4 .q6i9le{
  margin-top: auto;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  text-align: center;
}
.wucpo4 .q6i9le h5{
  margin: 0 0 10px;
}
.wucpo4 .q6i9le p{
  margin: 0;
  color: #f4f4f4;
}
.wucpo4 .q6i9le h5 a{
  color: #fff;
}
.wucpo4 .q6i9le h5 a:hover{
  color: #288f30;
}
.wucpo4 .hcf0gt i{
  font-size: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #288f30;
  transition: .3s;
  border-radius: 50%;
  z-index: 3;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.wucpo4:hover .hcf0gt i{
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.wucpo4:hover  span,
.wucpo4:hover .q6i9le{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.px6p5h{
  position: relative;
  max-width: 700px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.px6p5h.ci43zn{
  margin-left: 0;
}
.px6p5h h5{
  position: relative;
  transition: .3s;
  padding: 20px 40px;
  font-size: 16px;
  color: #777;
  margin: 0 5px;
  cursor: pointer;
  background-color: #f7f7f7;
}

.px6p5h h5.mf6a9t{
  background-color: #288f30;
  color: #fff;
}
.px6p5h h5:not(.mf6a9t):hover{
  color: #288f30;
}

/* Style 2 */
.wucpo4.xnjit4 .hcf0gt,
.wucpo4.uarn3q .hcf0gt{
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: auto;
  left: auto;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  background-color: #fff;
}
.wucpo4.xnjit4:hover .hcf0gt,
.wucpo4.uarn3q:hover .hcf0gt{
  background-color: #fff;
}

.wucpo4.xnjit4 .hcf0gt i,
.wucpo4.uarn3q .hcf0gt i{
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  color: #777;
  background-color: transparent;
}

.wucpo4.xnjit4:hover .hcf0gt i,
.wucpo4.uarn3q:hover .hcf0gt i{
  bottom: auto;
  transform: translateX(5px);
  color: #288f30;
}

.wucpo4.xnjit4 .q6i9le,
.wucpo4.uarn3q .q6i9le{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 0;
}

.wucpo4.xnjit4 .q6i9le h5,
.wucpo4.uarn3q .q6i9le h5{
  margin: 0;
  font-size: 16px;
}

.wucpo4.xnjit4 .q6i9le h5 a,
.wucpo4.uarn3q .q6i9le h5 a{
  color: #288f30;
}

.wucpo4.xnjit4 .hcf0gt{
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: -45px;
}

/* Portoflio Details */

.pj3wl3 + .pj3wl3{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.pj3wl3 label{
  display: block;
  margin: 0;
}
.pj3wl3 .ux6hol li a{
  color: #767e88;
}
.pj3wl3 .ux6hol li a:hover{
  color: #288f30;
}

.zq2c4b{
  background-color: #288f30;
  padding: 30px 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.bncwpw{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bncwpw + .bncwpw{
  border-left: 1px solid #fff;
}
.bncwpw h5,
.bncwpw span{
  color: #fff;
  margin: 0;
}
.bncwpw h5{
  font-size: 22px;
  font-weight: 600;
}

.bncwpw span{
  text-transform: uppercase;
}

/* Theme 417 utility pages and header CTA fixes */
.uzx9hf.df06is .rtkw6w .tzqj15 > .jd09ha.pr0aer {
  display: block !important;
  text-align: right;
  white-space: nowrap;
}
.uzx9hf.df06is .rtkw6w .tbqvqc {
  display: inline-block;
  vertical-align: middle;
}
.uzx9hf.df06is .rtkw6w .tbqvqc + .qzxb9s,
.uzx9hf.df06is .rtkw6w .tbqvqc + .qzxb9s + .qzxb9s {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px !important;
  padding: 12px 22px;
  line-height: 20px;
  white-space: nowrap;
}
.xh4g8o {
  background: #fff;
}
.xh4g8o .e0tvzj {
  padding: 92px 0 78px;
  background: #f2f8f3;
}
.xh4g8o .g1s1cd {
  padding: 82px 0 58px;
}
.xh4g8o .bj9lg4 {
  background: #f7f7f7;
}
.xh4g8o .r78724 {
  display: inline-block;
  margin-bottom: 12px;
  color: #288f30;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.xh4g8o h1 {
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 1.18;
}
.xh4g8o h2 {
  margin-bottom: 18px;
  font-size: 33px;
  line-height: 1.25;
}
.xh4g8o h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.35;
}
.xh4g8o p {
  margin-bottom: 18px;
  line-height: 1.8;
}
.xh4g8o .qma7ec {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border: 1px solid #e9e9e9;
}
.xh4g8o .fk3xmw {
  background: #1b1f22;
  border-color: #1b1f22;
  color: #fff;
}
.xh4g8o .fk3xmw h2,
.xh4g8o .fk3xmw h3,
.xh4g8o .fk3xmw p {
  color: #fff;
}
.xh4g8o .ksbxo7 {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.xh4g8o .ksbxo7 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  line-height: 1.7;
}
.xh4g8o .ksbxo7 li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #288f30;
  content: "";
}
.xh4g8o .vbgftu {
  margin-top: 12px;
}
.xh4g8o .vbgftu a,
.xh4g8o .vbgftu button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.xh4g8o .iqvshl {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  background: #288f30;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}
.xh4g8o .pccevy .a5bvdh {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
}
.xh4g8o .q0oyw0 {
  margin-bottom: 25px;
  padding: 25px 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #ececec;
}
.xh4g8o .q0oyw0 strong {
  display: block;
  color: #288f30;
  font-size: 34px;
  line-height: 1;
}
.xh4g8o .dwf1sz {
  padding: 34px;
  background: #f2f8f3;
  border-left: 4px solid #288f30;
}
@media (max-width: 1199px) {
  .uzx9hf.df06is .rtkw6w .tbqvqc + .qzxb9s,
  .uzx9hf.df06is .rtkw6w .tbqvqc + .qzxb9s + .qzxb9s {
    margin-left: 8px !important;
    padding: 11px 16px;
  }
}
@media (max-width: 767px) {
  .xh4g8o .e0tvzj,
  .xh4g8o .g1s1cd {
    padding: 52px 0 30px;
  }
  .xh4g8o h1 {
    font-size: 32px;
  }
  .xh4g8o h2 {
    font-size: 26px;
  }
  .xh4g8o .qma7ec {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .uzx9hf.df06is .rtkw6w .tzqj15 > .jd09ha.pr0aer {
    display: none !important;
  }
}
/* Article SEO title sizing */
.e26syx {
  margin: 0 0 18px;
  color: inherit;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .e26syx {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .e26syx {
    font-size: 24px;
  }
}
