:root {
    --black-color:#000000; /** var(--black-color) **/
    --white-color:#ffffff; /** var(--white-color) **/
    --primary-color:#00843D; /** var(--primary-color) **/
    --light-color:#E8E8E9; /** var(--light-color) **/
    --text-color:#797A80; /** var(--text-color) **/
    --primary-font:'Titillium Web', sans-serif; /** var(--primary-font) **/
}

/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,10%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-10%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-10%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-10%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,10%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-10%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(10%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-10%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/

/* ===== RESET ================================================== */
html[lang]{margin-top: 0 !important;}
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
hr{display:block; height:0.125rem; max-width:100%; border:0; border-top:0.125rem solid var(--black-color); margin:1.25rem 0; padding:0; opacity:1;}input, select{vertical-align:middle; margin:0;} ol, ul, li{list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
blockquote{padding:0 0 0 1.25rem;border-left:0; margin-bottom:2.188rem; position: relative; border-left:0.25rem solid var(--primary-color);}
blockquote,
blockquote p{font-size:1.25rem; line-height:1.875rem;color:var(--black-color); font-weight:400;}

/* ===== GLOBAL ================================================== */
body{font-family:var(--primary-font); font-size:1.25rem; line-height:1.875rem; color:var(--black-color);background:var(--white-color); overflow-x:hidden; padding:0; transition: all 0.4s ease; font-weight:400;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:var(--black-color); outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--primary-color);}
a:focus{outline:0; outline: none;}
strong{font-weight:bold;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:0.938rem;}
ul li, ol li {margin:0;padding:0;font-size:1.25rem; line-height:1.875rem;color:var(--black-color);font-weight:400;}
li a {color:var(--black-color);}
.entry-content li a{text-decoration:underline;}
.entry-content li a:hover{text-decoration:none; color:var(--black-color);}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 2.188rem 0;}
.entry-content ul ol, .entry-content ol ul, .entry-content ul ul, .entry-content ol ol{display:block; margin-top:0.313rem;}
.entry-content ul li{list-style:none; padding:0 0 0 1.25rem; margin:0 0 0.938rem 0; position: relative; font-size: 1rem; font-weight: 400; line-height: 1.25rem; font-family: var(--primary-font);}
.entry-content ul li:last-child{margin-bottom:0;}
.entry-content ul li:before{display: block; content: ""; width:0.5rem; height:0.5rem;background: transparent; position: absolute; left:0rem; top:0.45rem; border-radius:100%; border: 0.063rem solid var(--primary-color);}
.entry-content ul li li:before {border: 0.063rem solid var(--black-color);background:var(--white-color); top:0.75rem;}
.entry-content ol{margin-left:1.25rem;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 0.375rem 0;}
.entry-content ul, .entry-content ol{display:inherit;}

h1, h2, h3, h4, h5, h6{color:var(--primary-color) !important; font-family:var(--primary-font); line-height:1; font-weight:300 !important; letter-spacing:0; margin:0 0 0.938rem;}
.h1, h1{font-size:3.75rem;}
.h2, h2{font-size:3.125rem;}
.h3, h3{font-size:2.875rem;}
h4{font-size:1.875rem;}
h5{font-size:1.5rem;}
h6{font-size:1.125rem;}

p{font-family:var(--primary-font); font-size:1.25rem; line-height:1.875rem; color:var(--black-color); font-weight:400; letter-spacing:0; margin:0 0 1.875rem;}
img{max-width:100%; height:auto; border:none; outline:none;}

section *:last-child{margin-bottom:0;}
.wrapper{padding:0;}
.container{max-width:83.75rem;width:100%; padding:0 1.25rem;}
.img-cover{width:100%;}
.img-cover iframe,
.img-cover video,
.img-cover img{width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}
img.alignleft {float: left; margin:0 1rem 1rem 0;max-width:25.375rem; width:100%; height: auto;}
img.alignright {float: right; margin:0 0 1rem 1rem; max-width:25.375rem; width:100%; height: auto;}
img.alignnone, img.aligncenter{margin:0;}
.transition-all{-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;}

.button, .btn {display:inline-block; padding:0 1rem; background-image: linear-gradient(13.97deg, #0A9F1D 0%, #00843D 100%); border:0; color:var(--white-color) !important; font-size:0.875rem; line-height:3.75rem;height:3.75rem;min-width:11.25rem; font-weight:600;font-family:var(--primary-font); cursor:pointer; letter-spacing:1px; text-align:text; text-transform: uppercase; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none !important; position: relative; left:0;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active,
.button:hover, .btn:hover, .button:focus, .btn:focus, .button:active, .btn:active {color:var(--white-color) !important; background-image: linear-gradient(13.97deg, #00843D 0%, #0A9F1D 100%);}

/** Header Start **/
.header{z-index:99999999;}
.logo {max-width:15.625rem; height:7.5rem; padding-top:2rem;clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%); z-index:999;}
.logo a{max-width:12.438rem;}

/** Hero Section Start **/
.hero-map-section .imp-wrap{max-width:100% !important;}
.s1-shape-image{top:0; bottom:0;}
.s1-shape-image img{object-fit: contain; object-position: right center;width:100%; height:100%;}
.imp-tooltips-container .imp-tooltip {border-radius: 0 !important;background: rgba(0,132,61,0.6) !important;padding:0.375rem 1rem 0.375rem 2.875rem !important;}
.imp-tooltips-container .imp-tooltip *{color:var(--white-color) !important;font-family:var(--primary-font) !important;}
.imp-tooltips-container .tt-number {position: absolute;left:-2.875rem;top:0.5rem; padding:0 0.313rem !important; width:2.875rem; text-align: center !important; font-size: 2.5rem !important;line-height: 1 !important;font-weight: 300 !important;}
.imp-tooltips-container .squares-element {padding: 0 !important;}
.imp-tooltips-container .squares-element .tt-text {font-size: 0.875rem !important;text-transform: uppercase !important;font-weight: 600 !important; line-height:1 !important; display: -webkit-flex; display: flex; align-content:  center; padding:0.438rem 0 !important;}
.imp-tooltips-container .squares-element .tt-text span{margin-left: auto; width:3.563rem;}
.imp-tooltips-container .squares-element + .squares-element{border-top:0.063rem solid rgba(255, 255, 255, 0.2) !important;}
.imp-tooltips-container .squares-element:nth-child(2){border-top:0 !important}
.hs-arrow{border-width: 1rem;}
.hs-arrow.hs-arrow-bottom {border-color:rgba(0,132,61,0.6) transparent transparent transparent !important;left: 0;margin: 0;border-left: 0;border-width: 1rem;}

/** Home Section 1 Start **/
.home-section1 h2 {margin-bottom: 2.875rem;}
.home-section3 .footer-shape-image img,
.home-section1 .footer-shape-image img{object-fit: scale-down; object-position:top left;}

/** Home Section 2 Start **/
.arrow-style .arrow-btn{width:4.75rem; height:4.75rem; border-radius:50%; background-color:var(--primary-color); top:50%; bottom: auto; transform: translate(0, -50%); opacity:1; background-position: center; background-repeat: no-repeat; background-size:1rem auto; transition: all 0.4s ease;}
.arrow-style .arrow-btn.carousel-control-prev{left:-2.813rem; background-image:url(../images/prev-icon.svg);}
.arrow-style .arrow-btn.carousel-control-next{right:-2.813rem;background-image:url(../images/next-icon.svg);}
.arrow-style .arrow-btn:hover{background-color:var(--black-color);}

/** Home Section 3 Start **/
.home-section3 h2{margin-bottom: 2.1rem;}
.home-section3 .footer-shape-image img{object-position: right top;}

/** Home Section 4 Start **/
.home-section4 .row{margin:-0.938rem !important;}
.home-section4 .row>div{padding:0.938rem;}
/*.logo-card-wrapper .logo-img{border:0.063rem solid rgba(0, 0, 0, 0.1); }*/
.logo-card-wrapper .logo-img img{object-fit: scale-down;}
.logo-card-wrapper .ratio-16x9 {--bs-aspect-ratio: 50.25%;}

/** Footer Start **/
.footer{background:var(--light-color);}
.footer *:last-child{margin-bottom:0;}
.footer-shape-image img{width:100%; height:100%; object-position: left center; object-fit: contain;}
.footer .container{max-width:69.375rem;}
.footer-left-block{max-width:32.563rem;}
.sales-block-wrapper .img-cover{max-width:14.875rem; min-width:14.875rem; flex-basis:14.875rem;}
.sales-block-wrapper .ratio-1x1 {--bs-aspect-ratio: 120%;}
.sales-block-wrapper h5{color:var(--black-color) !important;}
.sales-block-wrapper p{margin:0; font-size:1.125rem;}
.f-logo{max-width:9.75rem;}
.f-logo img{width:100%; height: auto;display: block;}
.field label{color:var(--text-color);font-size: 0.875rem;letter-spacing: 0.78px;}
.field input, .field textarea{width:100%; display: block;border-radius:0; background-color:var(--white-color); border:0.063rem solid #D2D3D5;height:3.125rem; font-size:1rem; padding:0 1rem;}
.field textarea{padding:1rem; height:8.125rem; resize: none;}
.form-style .btn{width:100%;}
.btn-box-wrapper .spinner-border {position: absolute;left: 50%;top: 50%;margin: -1rem 0 0 -1rem;}
.form-style .alert{font-size:1rem;}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (max-width:1439px){
.arrow-style .arrow-btn{width:3.3rem; height:3.3rem; background-size:0.8rem auto;}
.arrow-style .arrow-btn.carousel-control-prev{left:-1rem;}
.arrow-style .arrow-btn.carousel-control-next{right:-1rem;}

}

@media screen and (max-width:1199px){
.h1, h1{font-size:3.125rem;}
.h2, h2{font-size:2.5rem; line-height:120%;}
.h3, h3{font-size:2.25rem;line-height:120%;}
h4{font-size:1.75rem;}
h5{font-size:1.375rem;}
h6{font-size:1rem;}
body, p, ul li, ol li{font-size:1.125rem; line-height:1.75rem;}

/** Home Section 1 Start **/
.home-section1 h2 {margin-bottom: 2.2rem;}
.home-section3 .footer-shape-image,
.home-section1 .footer-shape-image{max-width:12.5rem;}

/** Home Section 3 Start **/
.home-section3 h2{margin-bottom: 1.8rem;}

}

@media screen and (max-width:991px){
.h1, h1{font-size:2.5rem;}
.h2, h2{font-size:2.125rem;}
.h3, h3{font-size:2rem;}
h4{font-size:1.625rem;}
h5{font-size:1.25rem;}
body, p, ul li, ol li{font-size:1rem; line-height:1.625rem;}
p{margin-bottom:1.25rem;}

/** Home Section 1 Start **/
.home-section1 h2 {margin-bottom: 1.8rem;}
.home-section3 .footer-shape-image,
.home-section1 .footer-shape-image{max-width:8rem;}

/** Home Section 3 Start **/
.home-section3 h2{margin-bottom: 1.4rem;}

/** Footer Start **/
.sales-block-wrapper .img-cover {max-width: 10.875rem;min-width: 10.875rem;flex-basis: 10.875rem;}
.sales-block-wrapper p {font-size: 1rem;}

}

@media screen and (max-width:767px){
.h1, h1{font-size:2.25rem;}
.h2, h2{font-size:1.875rem;}
.h3, h3{font-size:1.75rem;}
h4{font-size:1.5rem;}
h5{font-size:1.125rem;}
img.alignright,
img.alignleft{display: block;float: none;margin:1rem 0;}
.button, .btn{height:3.125rem; line-height:3.125rem;}

/** Header Start **/
.logo {max-width: 13.625rem;height: 5.5rem;padding-top: 1.5rem;}
.logo a {max-width: 10.438rem;}

/** Hero Section Start **/
.imp-tooltips-container .imp-tooltip {padding: 0.375rem 1rem 0.375rem 2rem !important;width: 14.375rem !important;}
.imp-tooltips-container .squares-element .tt-text {font-size: 0.75rem !important;padding: 0.375rem 0 !important;}
.imp-tooltips-container .tt-number {left: -2rem;width: 2rem;font-size: 1.5rem !important; top:0.2rem;}
.imp-tooltips-container .squares-element .tt-text span {width: 3rem;}

/** Home Section 1 Start **/
.home-section1 h2 {margin-bottom: 1rem;}
.home-section3 .footer-shape-image,
.home-section1 .footer-shape-image{max-width:6rem;}

/** Home Section 3 Start **/
.home-section3 h2{margin-bottom: 0.8rem;}

/** Home Section 2 Start **/
.arrow-style .arrow-btn{width:2.5rem; height:2.5rem; background-size:0.6rem auto;}

/** Footer Start **/
.sales-block-wrapper p {font-size: 0.875rem; line-height:1.5rem;}
.f-logo {max-width: 7.75rem;}
.field input{height:2.5rem;}
.field textarea{height:5rem;}

}

@media screen and (max-width:375px){
.h1, h1{font-size:1.875rem;}
.h2, h2{font-size:1.75rem;}
.h3, h3{font-size:1.625rem;}

/** Footer Start **/
.sales-block-wrapper{flex-wrap: wrap;}
.sales-block-wrapper .img-cover {max-width: 100%;min-width: 100%;flex-basis: 100%;}

}