/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/* Set Font Default */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/* Header Main */
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/* Grid */
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
/* Loading */
/*--------------------------------------------------------------
# Unites
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# RTL
--------------------------------------------------------------*/
@-o-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80%);
  }
  51% {
    transform: translateY(-80%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80%);
  }
  51% {
    transform: translateY(-80%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes ctspin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes ctspin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes ctspin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ctspin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, );
    box-shadow: 0 0 0 60px rgba(255, 255, 255, );
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, );
    box-shadow: 0 0 0 0 rgba(255, 255, 255, );
  }
}
@keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, );
    box-shadow: 0 0 0 60px rgba(255, 255, 255, );
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, );
    box-shadow: 0 0 0 0 rgba(255, 255, 255, );
  }
}
@-webkit-keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 71, 8, 0.2);
    box-shadow: 0 0 0 0 rgba(24, 71, 8, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(24, 71, 8, 0);
    box-shadow: 0 0 0 60px rgba(24, 71, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 71, 8, 0);
    box-shadow: 0 0 0 0 rgba(24, 71, 8, 0);
  }
}
@keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 71, 8, 0.2);
    box-shadow: 0 0 0 0 rgba(24, 71, 8, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(24, 71, 8, 0);
    box-shadow: 0 0 0 60px rgba(24, 71, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 71, 8, 0);
    box-shadow: 0 0 0 0 rgba(24, 71, 8, 0);
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes ct-bounce1 {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes ct-bounce1 {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes ct-bounce2 {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
  }
}
@keyframes ct-bounce2 {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
@-webkit-keyframes ct-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes ct-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@-webkit-keyframes ct-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes ct-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ct-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes ct-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@-webkit-keyframes ct-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes ct-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -220px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -220px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -220px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -220px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes ct-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ct-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ct-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes in-top {
  from {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes in-top {
  from {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@keyframes out-top {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes in-bottom {
  from {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@keyframes out-bottom {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes in-left {
  from {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@keyframes out-left {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes in-right {
  from {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes out-right {
  /* In Out Fade */
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-top-fade {
  from {
    -webkit-transform: translateY(-120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@keyframes in-top-fade {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes out-top-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-120%);
  }
}
@keyframes out-top-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-120%);
  }
}
@-webkit-keyframes in-bottom-fade {
  from {
    -webkit-transform: translateY(120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@keyframes in-bottom-fade {
  from {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes out-bottom-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(120%);
  }
}
@keyframes out-bottom-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(120%);
  }
}
@-webkit-keyframes in-left-fade {
  from {
    -webkit-transform: translateX(-120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@keyframes in-left-fade {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes out-left-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-120%);
  }
}
@keyframes out-left-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-120%);
  }
}
@-webkit-keyframes in-right-fade {
  from {
    -webkit-transform: translateX(120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@keyframes in-right-fade {
  from {
    transform: translateX(120%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes out-right-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(120%);
  }
}
@keyframes out-right-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(120%);
  }
}
@-webkit-keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, );
    box-shadow: 0 0 0 60px rgba(255, 255, 255, );
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, );
    box-shadow: 0 0 0 0 rgba(255, 255, 255, );
  }
}
@keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, );
    box-shadow: 0 0 0 60px rgba(255, 255, 255, );
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, );
    box-shadow: 0 0 0 0 rgba(255, 255, 255, );
  }
}
@-webkit-keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 71, 8, 0.4);
    box-shadow: 0 0 0 0 rgba(24, 71, 8, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(24, 71, 8, 0);
    box-shadow: 0 0 0 60px rgba(24, 71, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 71, 8, 0);
    box-shadow: 0 0 0 0 rgba(24, 71, 8, 0);
  }
}
@keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 71, 8, 0.4);
    box-shadow: 0 0 0 0 rgba(24, 71, 8, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 0, 0, );
    box-shadow: 0 0 0 60px rgba(24, 71, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 71, 8, 0);
    box-shadow: 0 0 0 0 rgba(24, 71, 8, 0);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-webkit-keyframes squares_lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes squares_lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.16);
    transform: scale(1.16);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ct_dual_ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ct_dual_ring {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes item_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes item_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes item_rotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes item_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes item_rotate_child {
  0% {
    -webkit-transform: rotate(-160deg);
    -moz-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes stevloader {
  0%, 100% {
    box-shadow: -7px -7px 0em 5px #184708, 7px -7px 0em 5px , 7px 7px 0em 5px , -7px 7px 0em 5px ;
  }
  8.3333% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #184708, 7px 7px 0em 5px , -7px 7px 0em 5px ;
  }
  16.6667% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px #184708, -7px 7px 0em 5px ;
  }
  25% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #184708;
  }
  33.3333% {
    box-shadow: -7px -7px 0em 5px #184708, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px ;
  }
  41.6667% {
    box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px #184708, 7px 7px 0em 5px transparent, -7px 7px 0em 5px ;
  }
  50% {
    box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px , 7px 7px 0em 5px #184708, -7px 7px 0em 5px ;
  }
  58.3333% {
    box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px , 7px 7px 0em 5px transparent, -7px 7px 0em 5px #184708;
  }
  66.6667% {
    box-shadow: -7px -7px 0em 5px #184708, 7px -7px 0em 5px , 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  75% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #184708, 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  83.3333% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px , 7px 7px 0em 5px #184708, -7px 7px 0em 5px transparent;
  }
  91.6667% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px , 7px 7px 0em 5px , -7px 7px 0em 5px #184708;
  }
}
@-webkit-keyframes stevloader {
  0%, 100% {
    -webkit-box-shadow: -7px -7px 0em 5px #184708, 7px -7px 0em 5px , 7px 7px 0em 5px , -7px 7px 0em 5px ;
  }
  8.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #184708, 7px 7px 0em 5px , -7px 7px 0em 5px ;
  }
  16.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px #184708, -7px 7px 0em 5px ;
  }
  25% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #184708;
  }
  33.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px #184708, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px ;
  }
  41.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px #184708, 7px 7px 0em 5px transparent, -7px 7px 0em 5px ;
  }
  50% {
    -webkit-box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px , 7px 7px 0em 5px #184708, -7px 7px 0em 5px ;
  }
  58.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px , 7px 7px 0em 5px transparent, -7px 7px 0em 5px #184708;
  }
  66.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px #184708, 7px -7px 0em 5px , 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  75% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #184708, 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  83.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px , 7px 7px 0em 5px #184708, -7px 7px 0em 5px transparent;
  }
  91.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px , 7px 7px 0em 5px , -7px 7px 0em 5px #184708;
  }
}
@-webkit-keyframes loading-run {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes loading-run {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes loading-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce-right {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  60% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@keyframes ct-nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  80% {
    transform: translate(-30px, 0);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shakeThatBooty {
  /* Cicle Animation */
  33% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
  67% {
    -webkit-transform: rotateZ(-20deg);
    -khtml-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinAround2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes spinAround2 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes spinAround2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes size {
  0% {
    filter: hue-rotate(0deg);
  }
  90% {
    transform: scale(10);
    filter: hue-rotate(360deg);
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes loading-img {
  0%, 40%, 100% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes banner9 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes banner9 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes testimonial {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationheading {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(80px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.wow.skewIn.animated {
  -webkit-animation-name: pxlSkewIn;
  animation-name: pxlSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@-webkit-keyframes pxlSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pxlSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  color: #184708;
}
a.link-underline {
  color: #184708;
}
a.link-underline:hover {
  text-decoration: underline;
  color: #2a7d2e;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a7d2e;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  color: #013012;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
}
body.ov-hidden {
  overflow: hidden;
}
.site {
  position: relative;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #184708;
  clear: both;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
h1, .h1 {
  font-size: 85px;
  font-weight: bold;
}
h2, .h2 {
  font-size: 45px;
  font-weight: bold;
}
h3, .h3 {
  font-size: 27px;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 18px;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
label {
  margin-bottom: 0;
}
code {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
blockquote {
  border-left: 4px solid #184708;
  background-color: #f3f3f3;
  padding: 38px 40px 38px 50px;
  font-size: 24px;
  line-height: 35px;
  color: #1b2336;
  font-weight: 600;
  position: relative;
  margin-top: 40px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1199px) {
  blockquote {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote p:last-child {
  margin-bottom: 0;
}
.sticky {
  display: block;
}
 .ct-list .ct-list-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.d-inline-block {
  display: inline-block;
}
.slide-in-container {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.wow.case-fade-in-up {
  -webkit-transform: translateY(80px);
  -khtml-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.wow.case-fade-in-up.animated {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.ct-icon-close {
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  border: 9px solid transparent;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ct-icon-close:before, .ct-icon-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #444;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.ct-icon-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-icon-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-icon-close:hover:before, .ct-icon-close:hover:after {
  background-color: #184708;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.revslider-initialised {
  /* Bullets */
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}
.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="time"], input[type="color"], select, .nice-select {
  background-color: #fff;
  color: #184708;
  padding: 6px 22px;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  height: 51px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  outline: none;
  border: 1px solid rgba(11, 61, 44, 0.1);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="color"]:focus, select:focus, .nice-select:focus {
  outline: 0;
  border-color: #184708;
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 50px;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f102";
  font-family: Bravisicon;
  font-size: 10px;
  color: #184708;
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: inherit;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  overflow: auto;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.btn, button, .button, input[type="submit"] {
  font-size: 16px;
  color: #fff;
  padding: 12px 41px;
  font-weight: 600;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #2a7d2e;
  z-index: 1;
  border: none;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-mask-image: -webkit-radial-gradient(#2a7d2e, #184708);
}
.btn .ct-button-text, button .ct-button-text, .button .ct-button-text, input[type="submit"] .ct-button-text {
  display: flex;
  position: relative;
}
.btn .ct-button-text:before, button .ct-button-text:before, .button .ct-button-text:before, input[type="submit"] .ct-button-text:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn .ct-button-text div, button .ct-button-text div, .button .ct-button-text div, input[type="submit"] .ct-button-text div {
  position: relative;
  text-transform: none;
}
.btn .ct-button-text div > span, button .ct-button-text div > span, .button .ct-button-text div > span, input[type="submit"] .ct-button-text div > span {
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  line-height: normal;
}
.btn .ct-button-text div > span:nth-child(1), button .ct-button-text div > span:nth-child(1), .button .ct-button-text div > span:nth-child(1), input[type="submit"] .ct-button-text div > span:nth-child(1) {
  transition-delay: 0.05s;
}
.btn .ct-button-text div > span:nth-child(2), button .ct-button-text div > span:nth-child(2), .button .ct-button-text div > span:nth-child(2), input[type="submit"] .ct-button-text div > span:nth-child(2) {
  transition-delay: 0.1s;
}
.btn .ct-button-text div > span:nth-child(3), button .ct-button-text div > span:nth-child(3), .button .ct-button-text div > span:nth-child(3), input[type="submit"] .ct-button-text div > span:nth-child(3) {
  transition-delay: 0.15s;
}
.btn .ct-button-text div > span:nth-child(4), button .ct-button-text div > span:nth-child(4), .button .ct-button-text div > span:nth-child(4), input[type="submit"] .ct-button-text div > span:nth-child(4) {
  transition-delay: 0.2s;
}
.btn .ct-button-text div > span:nth-child(5), button .ct-button-text div > span:nth-child(5), .button .ct-button-text div > span:nth-child(5), input[type="submit"] .ct-button-text div > span:nth-child(5) {
  transition-delay: 0.25s;
}
.btn .ct-button-text div > span:nth-child(6), button .ct-button-text div > span:nth-child(6), .button .ct-button-text div > span:nth-child(6), input[type="submit"] .ct-button-text div > span:nth-child(6) {
  transition-delay: 0.3s;
}
.btn .ct-button-text div > span:nth-child(7), button .ct-button-text div > span:nth-child(7), .button .ct-button-text div > span:nth-child(7), input[type="submit"] .ct-button-text div > span:nth-child(7) {
  transition-delay: 0.35s;
}
.btn .ct-button-text div > span:nth-child(8), button .ct-button-text div > span:nth-child(8), .button .ct-button-text div > span:nth-child(8), input[type="submit"] .ct-button-text div > span:nth-child(8) {
  transition-delay: 0.4s;
}
.btn .ct-button-text div > span:nth-child(9), button .ct-button-text div > span:nth-child(9), .button .ct-button-text div > span:nth-child(9), input[type="submit"] .ct-button-text div > span:nth-child(9) {
  transition-delay: 0.45s;
}
.btn .ct-button-text div > span:nth-child(10), button .ct-button-text div > span:nth-child(10), .button .ct-button-text div > span:nth-child(10), input[type="submit"] .ct-button-text div > span:nth-child(10) {
  transition-delay: 0.5s;
}
.btn .ct-button-text div > span:nth-child(11), button .ct-button-text div > span:nth-child(11), .button .ct-button-text div > span:nth-child(11), input[type="submit"] .ct-button-text div > span:nth-child(11) {
  transition-delay: 0.55s;
}
.btn .ct-button-text div > span:nth-child(12), button .ct-button-text div > span:nth-child(12), .button .ct-button-text div > span:nth-child(12), input[type="submit"] .ct-button-text div > span:nth-child(12) {
  transition-delay: 0.6s;
}
.btn .ct-button-text div > span:nth-child(13), button .ct-button-text div > span:nth-child(13), .button .ct-button-text div > span:nth-child(13), input[type="submit"] .ct-button-text div > span:nth-child(13) {
  transition-delay: 0.65s;
}
.btn .ct-button-text div > span:nth-child(14), button .ct-button-text div > span:nth-child(14), .button .ct-button-text div > span:nth-child(14), input[type="submit"] .ct-button-text div > span:nth-child(14) {
  transition-delay: 0.7s;
}
.btn .ct-button-text div > span:nth-child(15), button .ct-button-text div > span:nth-child(15), .button .ct-button-text div > span:nth-child(15), input[type="submit"] .ct-button-text div > span:nth-child(15) {
  transition-delay: 0.75s;
}
.btn .ct-button-text div > span:nth-child(16), button .ct-button-text div > span:nth-child(16), .button .ct-button-text div > span:nth-child(16), input[type="submit"] .ct-button-text div > span:nth-child(16) {
  transition-delay: 0.8s;
}
.btn .ct-button-text div > span:nth-child(17), button .ct-button-text div > span:nth-child(17), .button .ct-button-text div > span:nth-child(17), input[type="submit"] .ct-button-text div > span:nth-child(17) {
  transition-delay: 0.85s;
}
.btn .ct-button-text div > span:nth-child(18), button .ct-button-text div > span:nth-child(18), .button .ct-button-text div > span:nth-child(18), input[type="submit"] .ct-button-text div > span:nth-child(18) {
  transition-delay: 0.9s;
}
.btn .ct-button-text div > span:nth-child(19), button .ct-button-text div > span:nth-child(19), .button .ct-button-text div > span:nth-child(19), input[type="submit"] .ct-button-text div > span:nth-child(19) {
  transition-delay: 0.95s;
}
.btn:not(:hover) .ct-button-text div > span, button:not(:hover) .ct-button-text div > span, .button:not(:hover) .ct-button-text div > span, input[type="submit"]:not(:hover) .ct-button-text div > span {
  transition-delay: 0s !important;
}
@media screen and (max-width: 1400px) {
  .btn, button, .button, input[type="submit"] {
    padding: 9px 20px;
  }
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .btn:active, button:active, .button:active, input[type="submit"]:active, .btn:not([disabled]):not(.disabled).active, button:not([disabled]):not(.disabled).active, .button:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active, button:not([disabled]):not(.disabled):active, .button:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
}
.btn:hover .ct-button-text:before, button:hover .ct-button-text:before, .button:hover .ct-button-text:before, input[type="submit"]:hover .ct-button-text:before, .btn:focus .ct-button-text:before, button:focus .ct-button-text:before, .button:focus .ct-button-text:before, input[type="submit"]:focus .ct-button-text:before, .btn:active .ct-button-text:before, button:active .ct-button-text:before, .button:active .ct-button-text:before, input[type="submit"]:active .ct-button-text:before, .btn:not([disabled]):not(.disabled).active .ct-button-text:before, button:not([disabled]):not(.disabled).active .ct-button-text:before, .button:not([disabled]):not(.disabled).active .ct-button-text:before, input[type="submit"]:not([disabled]):not(.disabled).active .ct-button-text:before, .btn:not([disabled]):not(.disabled):active .ct-button-text:before, button:not([disabled]):not(.disabled):active .ct-button-text:before, .button:not([disabled]):not(.disabled):active .ct-button-text:before, input[type="submit"]:not([disabled]):not(.disabled):active .ct-button-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn:hover .ct-button-text span, button:hover .ct-button-text span, .button:hover .ct-button-text span, input[type="submit"]:hover .ct-button-text span, .btn:focus .ct-button-text span, button:focus .ct-button-text span, .button:focus .ct-button-text span, input[type="submit"]:focus .ct-button-text span, .btn:active .ct-button-text span, button:active .ct-button-text span, .button:active .ct-button-text span, input[type="submit"]:active .ct-button-text span, .btn:not([disabled]):not(.disabled).active .ct-button-text span, button:not([disabled]):not(.disabled).active .ct-button-text span, .button:not([disabled]):not(.disabled).active .ct-button-text span, input[type="submit"]:not([disabled]):not(.disabled).active .ct-button-text span, .btn:not([disabled]):not(.disabled):active .ct-button-text span, button:not([disabled]):not(.disabled):active .ct-button-text span, .button:not([disabled]):not(.disabled):active .ct-button-text span, input[type="submit"]:not([disabled]):not(.disabled):active .ct-button-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn [class*='bravisicon-'], button [class*='bravisicon-'], .button [class*='bravisicon-'], input[type="submit"] [class*='bravisicon-'], .btn [class^='bravisicon-'], button [class^='bravisicon-'], .button [class^='bravisicon-'], input[type="submit"] [class^='bravisicon-'] {
  font-size: 11px;
}
.btn i, button i, .button i, input[type="submit"] i {
  display: inline-flex;
}
@media screen and (max-width: 1199px) {
  .btn, button, .button, input[type="submit"] {
    padding: 0 28px;
  }
}
#ct-header-elementor .ct-header-mobile {
  display: none;
}
#ct-header-elementor .ct-header-elementor-main {
  position: relative;
  z-index: 999;
}
#ct-header-elementor .ct-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#ct-header-elementor .ct-header-elementor-sticky.h-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  background-color: rgba(19, 19, 19, 0.57);
}
#ct-header-elementor .ct-header-fixed-transparent-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1199px) {
  #ct-header-elementor .ct-header-elementor-main, #ct-header-elementor .ct-header-elementor-sticky {
    display: none;
  }
  #ct-header-elementor .ct-header-mobile {
    display: block;
  }
   .ct-header-mobile {
    position: relative;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
   .ct-header-mobile .ct-header-main {
    position: relative;
  }
   .ct-header-mobile .ct-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
   .ct-header-mobile .ct-header-branding .logo-mobile img {
    height: 45px;
  }
   .ct-header-mobile #ct-menu-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
   .ct-header-mobile #ct-menu-mobile .ct-mobile-meta-item {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  /* End Header Main */
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1200px) {
   #ct-menu-mobile, .ct-logo-mobile {
    display: none !important;
  }
  .ct-main-navigation ul {
    display: block;
  }
  .ct-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ct-main-menu .menu-item-has-children a {
    padding-right: 0;
  }
  .ct-main-menu li {
    position: relative;
    list-style: none;
    margin: 0px;
  }
  .ct-main-menu li a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-weight: 600;
    line-height: 1.8em;
    padding: 30px;
    text-transform: capitalize;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    outline: none;
    backface-visibility: hidden;
    transform: translateZ(0);
    position: relative;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
  }
  .ct-main-menu li a span {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    text-decoration: underline transparent;
  }
  .ct-main-menu li > a:hover span, .ct-main-menu li.current_page_item > a span, .ct-main-menu li.current-menu-item > a span {
    text-decoration: underline #fff;
  }
  .ct-main-menu li .ct-menu-toggle {
    display: none;
  }
  .ct-main-menu > li {
    display: inline-block;
    vertical-align: middle;
  }
  .ct-main-menu > li > a {
    padding-right: 6px;
    position: relative;
    display: inline-block;
  }
  .ct-main-menu > li.menu-item-has-children > a:before {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: absolute;
    content: "";
    bottom: -1px;
    z-index: 100;
    display: block;
    width: 0%;
    height: 3px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -khtml-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  .ct-main-menu > li.menu-item-has-children > a:hover:before {
    -webkit-transform: translateX(-50%) scale(1);
    -khtml-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  .ct-main-menu > li > a:hover:before, .ct-main-menu > li.current_page_item > a:before, .ct-main-menu > li.current-menu-item > a:before {
    -webkit-transform: translateX(-50%) scale(1);
    -khtml-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  .ct-main-menu > li.menu-item-has-children > a:after {
    content: "\f102";
    font-family: "Bravisicon";
    color: #fff;
    padding-left: 5px;
    font-size: 10px;
    position: relative;
    top: 0;
  }
  .ct-main-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
    z-index: 99999;
  }
  .ct-main-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
    border-radius: 8px 8px 8px 8px;
  }
  .ct-main-menu > li > .sub-menu li > ul.back, .ct-main-menu > li > .children li > ul.back {
    right: 100% !important;
    left: auto !important;
    border-radius: 8px 8px 8px 8px;
    z-index: 99999;
  }
  .ct-main-menu .sub-menu, .ct-main-menu .children {
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 20px 0;
    margin-bottom: 0;
    min-width: 220px;
    background-color: #fff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 10px 30px rgba(104, 104, 104, 0.2);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2a7d2e;
  }
  .ct-main-menu .sub-menu:before, .ct-main-menu .children:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    top: -8px;
    left: 20%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -khtml-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-left: 1px solid #2a7d2e;
    border-top: 1px solid #2a7d2e;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
  }
  .ct-main-menu .sub-menu li, .ct-main-menu .children li {
    padding: 0;
    white-space: nowrap;
    font-size: 14px;
    text-transform: none;
  }
  .ct-main-menu .sub-menu li > a, .ct-main-menu .children li > a {
    position: relative;
    transition: padding 0.3s ease-out;
  }
  .ct-main-menu .sub-menu li a, .ct-main-menu .children li a {
    padding: 5px 20px;
    border-top: none;
    color: #184708;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    display: block;
    border-left: none;
    text-align: left;
    font-weight: bold;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
  }
  .ct-main-menu .sub-menu li a span, .ct-main-menu .children li a span {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    text-decoration: underline transparent;
  }
  .ct-main-menu .sub-menu li.menu-item-has-children > a, .ct-main-menu .children li.menu-item-has-children > a {
    padding-right: 10px;
  }
  .ct-main-menu .sub-menu li.menu-item-has-children > a:after, .ct-main-menu .children li.menu-item-has-children > a:after {
    content: "\f104";
    font-family: Bravisicon;
    font-size: 10px;
    top: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .ct-main-menu .sub-menu li:last-child > a, .ct-main-menu .children li:last-child > a {
    border-bottom: none;
  }
  .ct-main-menu .sub-menu li > a:hover, .ct-main-menu .children li > a:hover, .ct-main-menu .sub-menu li.current_page_item > a, .ct-main-menu .children li.current_page_item > a, .ct-main-menu .sub-menu li.current-menu-item > a, .ct-main-menu .children li.current-menu-item > a {
    color: #184708;
    padding-left: 40px;
  }
  .ct-main-menu .sub-menu li > a:hover span, .ct-main-menu .children li > a:hover span, .ct-main-menu .sub-menu li.current_page_item > a span, .ct-main-menu .children li.current_page_item > a span, .ct-main-menu .sub-menu li.current-menu-item > a span, .ct-main-menu .children li.current-menu-item > a span {
    text-decoration: underline #184708;
  }
  .ct-main-menu .sub-menu li > a:hover:before, .ct-main-menu .children li > a:hover:before, .ct-main-menu .sub-menu li.current_page_item > a:before, .ct-main-menu .children li.current_page_item > a:before, .ct-main-menu .sub-menu li.current-menu-item > a:before, .ct-main-menu .children li.current-menu-item > a:before {
    bottom: 12px;
    opacity: 1;
  }
  .ct-main-menu .sub-menu .sub-menu, .ct-main-menu .children .sub-menu, .ct-main-menu .sub-menu .children, .ct-main-menu .children .children {
    left: 100%;
    top: -10px;
    margin-left: 0;
    z-index: 999999;
    border-radius: 8px 8px 8px 8px;
  }
  .ct-main-menu .sub-menu .sub-menu:before, .ct-main-menu .children .sub-menu:before, .ct-main-menu .sub-menu .children:before, .ct-main-menu .children .children:before {
    display: none;
  }
  .ct-main-menu li:hover, .ct-main-menu li.focus {
    overflow: visible;
    /* Mega Menu */
  }
  .ct-main-menu li:hover > .sub-menu, .ct-main-menu li.focus > .sub-menu, .ct-main-menu li:hover > .children, .ct-main-menu li.focus > .children {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    margin-top: 0;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  .ct-main-menu li.megamenu {
    position: static;
  }
  .ct-main-menu li.megamenu .sub-menu, .ct-main-menu li.megamenu .children {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
  }
  .ct-main-menu li.megamenu .sub-menu:before, .ct-main-menu li.megamenu .children:before {
    display: none;
  }
  .ct-main-menu li.megamenu .sub-menu p, .ct-main-menu li.megamenu .children p {
    margin-bottom: 0;
  }
  .ct-main-menu li.megamenu .sub-menu li, .ct-main-menu li.megamenu .children li {
    padding: 0;
  }
  .ct-main-menu li.megamenu .sub-menu li > .container, .ct-main-menu li.megamenu .children li > .container {
    padding: 0;
  }
  .ct-main-menu li.megamenu .sub-menu.ct-mega-2-columns {
    width: 585px;
    right: auto;
  }
  .ct-main-menu li.megamenu.ct-megamenu-columns {
    position: relative;
  }
  ul.back {
    right: 100%;
    left: auto !important;
  }
  .el-mega-menu.elementor-container .elementor-column, .el-mega-menu.elementor-container .elementor-column-wrap, .el-mega-menu.elementor-container .elementor-widget-wrap, .el-mega-menu.elementor-container .elementor-widget {
    position: static;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .ct-main-menu li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .ct-main-menu .sub-menu, .ct-main-menu .children {
    min-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-menu-overlay {
    position: absolute;
    z-index: 88;
    width: 100%;
    height: 1000px;
    left: -100%;
    cursor: pointer;
    top: 0%;
  }
  .ct-menu-overlay.active {
    left: 0;
  }
  .ct-logo-mobile {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .ct-logo-mobile a img {
    height: 45px;
  }
  .ct-header-navigation {
    position: fixed;
    height: 100vh;
    width: 260px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    overflow: hidden;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    -khtml-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  }
  .ct-header-navigation .ct-main-navigation {
    overflow: hidden;
    width: 260px;
    padding: 60px 0 45px 0;
    background-color: #fff;
    position: fixed;
    z-index: 1001;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
  }
  .ct-header-navigation .ct-main-navigation .ct-main-navigation-inner {
    height: 100%;
    overflow-y: scroll;
    padding: 0 26px 0 16px;
    margin-right: -10px;
  }
  .ct-header-navigation.navigation-open {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .ct-header-navigation .ct-main-menu .menu-item-has-children a span {
    position: relative;
  }
  .ct-header-navigation .ct-main-menu .menu-item-has-children .sub-menu {
    margin-left: 0px;
  }
  .ct-header-navigation .ct-main-menu .menu-item-has-children .sub-menu li a span {
    position: relative;
  }
  .ct-header-navigation .ct-main-menu .menu-item-has-children .sub-menu li a span:after {
    opacity: 0;
  }
  .ct-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ct-main-menu li {
    position: relative;
    list-style: none;
  }
  .ct-main-menu li a {
    display: block;
    padding: 0;
    line-height: 50px;
    color: #184708;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    text-decoration: underline transparent;
    border-bottom: solid 1px rgba(255, 255, 255, .25);
  }
  .ct-main-menu > li > a:hover, .ct-main-menu > li.current_page_item > a, .ct-main-menu > li.current-menu-item > a {
    text-decoration: underline #184708;
  }
  .ct-main-menu > li > .sub-menu {
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .ct-main-menu .sub-menu, .ct-main-menu .children {
    position: relative;
    display: none;
  }
  .ct-main-menu .sub-menu li a, .ct-main-menu .children li a {
    padding: 2px 0 2px 10px;
    line-height: 34px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    text-decoration: underline transparent;
  }
  .ct-main-menu .sub-menu li > a:hover, .ct-main-menu .children li > a:hover, .ct-main-menu .sub-menu li.current_page_item > a, .ct-main-menu .children li.current_page_item > a, .ct-main-menu .sub-menu li.current-menu-item > a, .ct-main-menu .children li.current-menu-item > a {
    color: #184708;
    text-decoration: underline #184708;
  }
  .ct-main-menu .sub-menu li .ct-menu-toggle, .ct-main-menu .children li .ct-menu-toggle {
    top: 2px;
  }
  .ct-main-menu .sub-menu .sub-menu li a, .ct-main-menu .children .sub-menu li a {
    padding: 2px 0 2px 20px;
  }
  .ct-main-menu .sub-menu .sub-menu li .sub-menu li a, .ct-main-menu .children .sub-menu li .sub-menu li a {
    padding: 2px 0 2px 30px;
  }
  .ct-main-menu li.focus > .sub-menu, .ct-main-menu li.focus > .children {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .ct-main-menu + div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ct-menu-toggle {
    position: absolute;
    top: 10px;
    height: 30px;
    right: 0;
    border: 1px solid #ebebeb;
    width: 30px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .ct-menu-toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .ct-menu-toggle.toggle-open {
    color: #fff;
    background-color: #184708;
    border-color: #184708;
  }
  .ct-menu-toggle.toggle-open:before {
    content: '\f105';
  }
  #ct-menu-mobile {
    z-index: 99;
  }
  #ct-menu-mobile .ct-mobile-meta-item {
    background-color: transparent;
    border: 1px solid #184708;
    width: 40px;
    height: 36px;
    line-height: 34px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
  }
  #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile:before, #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile:after, #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #184708;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 24px;
    top: 23px;
  }
  #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile:before {
    top: 9px;
  }
  #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile span {
    top: 16px;
  }
  #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  #ct-menu-mobile .ct-mobile-meta-item.btn-nav-mobile.opened span {
    display: none;
  }
  li.megamenu .container {
    padding: 0;
  }
  li.megamenu .container .elementor-column-wrap {
    padding: 20px 0 0 !important;
  }
  li.megamenu .elementor-row, li.megamenu .elementor-container {
    display: block;
  }
  li.megamenu .elementor-row > .elementor-element, li.megamenu .elementor-container > .elementor-element {
    width: 100% !important;
    margin-top: 14px;
  }
  li.megamenu .elementor-element-populated {
    padding: 0 !important;
  }
  li.megamenu .elementor-container.elementor-column-gap-extended {
    margin: 0 !important;
  }
  li.megamenu .elementor-container > .elementor-column:last-child {
    margin-bottom: 10px;
  }
}
#pagetitle {
  background-color: #2a7d2e;
  padding: 215px 15px 0px 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: -93px;
}
@media (max-width: 1199px) {
  #pagetitle {
    margin-top: 0;
    padding-top: 150px;
  }
}
@media (max-width: 480px) {
  #pagetitle {
    padding-top: 50px;
  }
}
#pagetitle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#pagetitle .container {
  max-width: 1200px;
}
#pagetitle .page-title {
  font-size: 65px;
  margin-bottom: 140px;
  margin-left: auto;
  font-weight: bold;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 1900px) {
  #pagetitle .page-title {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  #pagetitle .page-title {
    width: auto;
  }
}
@media (max-width: 676px) {
  #pagetitle .page-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #pagetitle .page-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 360px) {
  #pagetitle .page-title {
    font-size: 25px;
  }
}
#pagetitle .page-title-inner {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  margin: 0 auto;
}
#pagetitle .page-title-holder {
  word-break: break-word;
  text-align: center;
}
.ct-breadcrumb {
  margin: 0;
  list-style: none;
  color: #ecc200;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  justify-content: center;
  padding: 20px 0px;
  background-color: rgba(11, 61, 44, 0.85);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 1199px) {
  .ct-breadcrumb {
    display: block;
  }
}
@media (max-width: 767px) {
  .ct-breadcrumb {
    padding: 20px;
  }
}
.ct-breadcrumb li {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: inherit;
  margin-right: 35px;
  padding-right: 35px;
  position: relative;
  line-height: 1.8em;
}
@media (max-width: 1900px) {
  .ct-breadcrumb li {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ct-breadcrumb li {
    font-size: 12px;
  }
}
.ct-breadcrumb li:before {
  content: '';
  position: absolute;
  right: -10px;
  top: 10px;
  width: 21px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .ct-breadcrumb li:before {
    width: 16px;
    height: 16px;
    top: 3px;
    right: -8px;
  }
}
.ct-breadcrumb li:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 18px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .ct-breadcrumb li:after {
    width: 4px;
    height: 4px;
    top: 9px;
    right: -2px;
  }
}
.ct-breadcrumb li span {
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-breadcrumb li a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.ct-breadcrumb li a:hover {
  text-decoration: underline #fff;
}
.ct-breadcrumb li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.ct-breadcrumb li:last-child:after {
  display: none;
}
.ct-breadcrumb li:last-child:before {
  display: none;
}
@keyframes bounce {
  .error404 .error-404-image img 0% {
    transform: translateY(0);
  }
  .error404 .error-404-image img 100% {
    transform: translateY(-10px);
  }
}
.widget select {
  max-width: 100%;
}
.comment-reply {
  margin-top: 2px;
}
@media screen and (max-width: 575px) {
  .comment-reply {
    position: static;
    margin-top: 0px;
  }
}
.comment-reply a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #184708;
  letter-spacing: -0.02em;
}
.comment-reply a i {
  position: relative;
  top: 0px;
  margin-left: 10px;
  font-size: 10px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.comment-reply a:hover {
  color: #184708;
}
.comment-reply a:hover i {
  -webkit-animation: toRightFromLeft 0.3s linear 1;
  -khtml-animation: toRightFromLeft 0.3s linear 1;
  -moz-animation: toRightFromLeft 0.3s linear 1;
  -ms-animation: toRightFromLeft 0.3s linear 1;
  -o-animation: toRightFromLeft 0.3s linear 1;
  animation: toRightFromLeft 0.3s linear 1;
}
.content-inner .content-container {
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .fixed-footer .site-footer-custom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
   .fixed-footer .site-content {
    background-color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .fixed-footer .site-content {
    margin-bottom: 0 !important;
  }
}
.site-footer-custom {
  margin-top: -1px;
}
.scroll-top {
  position: fixed;
  z-index: 999999;
  bottom: 50px;
  right: 20px;
  height: 60px;
  width: 60px;
  line-height: 65px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.07);
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.35s ease 0s;
  -khtml-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.scroll-top i {
  background-image: linear-gradient(-45deg, #2a7d2e 0%, #184708 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    bottom: 0;
    right: 0;
  }
}
.scroll-top:hover {
  color: #184708;
  transform: translateY(-5px);
}
.scroll-top.on {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .scroll-top.on {
    bottom: 0;
    right: 0;
    -webkit-border-radius: 2px 0 0;
    -khtml-border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -ms-border-radius: 2px 0 0;
    -o-border-radius: 2px 0 0;
    border-radius: 2px 0 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.scroll-top .bravisicon-long-arrow-right-three {
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ct-grid {
  margin: 0 -15px;
}
 .ct-grid .grid-item-inner {
  position: relative;
}
.hide-nav .slick-arrow {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  z-index: -99999;
}
.hide-nav .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
.ct-nav-carousel.style1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 2;
}
.ct-nav-carousel.style1 .nav-prev, .ct-nav-carousel.style1 .nav-next {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  color: #1a2428;
  border: 1px solid #1a2428;
}
.ct-nav-carousel.style1 .nav-prev i, .ct-nav-carousel.style1 .nav-next i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-nav-carousel.style1 .nav-prev:hover, .ct-nav-carousel.style1 .nav-next:hover {
  background-color: #184708;
  border-color: #184708;
  color: #fff;
}
.ct-nav-carousel.style1 .nav-prev {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ct-nav-carousel.style1 .nav-next {
  margin-left: 16px;
}
.ct-nav-carousel.style2 {
  display: flex;
  align-items: center;
  align-content: center;
  max-height: 40px;
  line-height: 2;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-nav-carousel.style2 .nav-prev, .ct-nav-carousel.style2 .nav-next {
  color: #b5c1d8;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-nav-carousel.style2 .nav-prev i, .ct-nav-carousel.style2 .nav-next i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-nav-carousel.style2 .nav-prev {
  margin-right: 20px;
}
.ct-nav-carousel.style2 .nav-prev:hover {
  color: #ca8e46;
  margin-right: 10px;
}
.ct-nav-carousel.style2 .nav-prev:hover i {
  font-size: 30px;
}
.ct-nav-carousel.style2 .nav-next:hover {
  color: #ca8e46;
  margin-right: -10px;
}
.ct-nav-carousel.style2 .nav-next:hover i {
  font-size: 30px;
}
.ct-slick-carousel .slick-arrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  padding: 0;
  background-color: #f2f6ff;
  background-image: none;
  font-size: 0;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #184708;
}
.ct-slick-carousel .slick-arrow:before, .ct-slick-carousel .slick-arrow:after {
  font-family: "Bravisicon";
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-slick-carousel .slick-arrow:hover {
  background-color: #184708;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(24, 71, 8, 0.45);
  -khtml-box-shadow: 0 10px 20px rgba(24, 71, 8, 0.45);
  -moz-box-shadow: 0 10px 20px rgba(24, 71, 8, 0.45);
  -ms-box-shadow: 0 10px 20px rgba(24, 71, 8, 0.45);
  -o-box-shadow: 0 10px 20px rgba(24, 71, 8, 0.45);
  box-shadow: 0 10px 20px rgba(24, 71, 8, 0.45);
}
.ct-slick-carousel .slick-prev {
  margin-left: -35px;
}
.ct-slick-carousel .slick-prev:before {
  content: "\f103";
}
.ct-slick-carousel .slick-next {
  margin-left: 35px;
}
.ct-slick-carousel .slick-next:before {
  content: "\f104";
}
.ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 95px;
}
.ct-slick-carousel.ct-arrow-middle .slick-arrow {
  margin: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ct-slick-carousel.ct-arrow-middle .slick-arrow.slick-prev {
  left: -10px;
  right: auto;
}
@media screen and (max-width: 1199px) {
  .ct-slick-carousel.ct-arrow-middle .slick-arrow.slick-prev {
    left: 45px;
  }
}
.ct-slick-carousel.ct-arrow-middle .slick-arrow.slick-next {
  left: auto;
  right: -10px;
}
@media screen and (max-width: 1199px) {
  .ct-slick-carousel.ct-arrow-middle .slick-arrow.slick-next {
    right: 45px;
  }
}
.ct-slick-carousel.ct-arrow-middle.slick-shadow .slick-arrow.slick-prev {
  left: 20px;
  right: auto;
}
@media screen and (max-width: 1199px) {
  .ct-slick-carousel.ct-arrow-middle.slick-shadow .slick-arrow.slick-prev {
    left: 65px;
  }
}
.ct-slick-carousel.ct-arrow-middle.slick-shadow .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
@media screen and (max-width: 1199px) {
  .ct-slick-carousel.ct-arrow-middle.slick-shadow .slick-arrow.slick-next {
    right: 65px;
  }
}
.ct-slick-carousel.ct-arrow-middle[data-arrows="true"] {
  padding-bottom: 0px;
}
.slick-slider .slick-slide {
  outline: none;
}
.slick-dots {
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: flex;
  margin: 0 5px;
  line-height: 1;
}
.slick-dots li button {
  height: 15px;
  width: 15px;
  text-indent: -9999px;
  padding: 0;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #e8eaef;
  z-index: 1;
  overflow: visible !important;
  position: relative;
}
.slick-dots li button:before {
  height: 14px;
  width: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.slick-dots li:not(.slick-active) button {
  background-image: none;
}
.ct-slick-carousel.slick-shadow {
  margin: 0 -30px 0 -30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  /* End Carousel */
  /* Page Loading */
}
.ct-slick-carousel.slick-shadow .slick-list {
  overflow: visible;
}
.ct-slick-carousel.slick-shadow .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 1;
  display: block;
}
.ct-slick-carousel.slick-shadow .slick-slide.slick-active {
  opacity: 1;
  display: block;
}
#ct-loadding {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #fff;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ct-spinner2 {
  width: 45px;
  height: 45px;
  background-color: #184708;
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@keyframes ctLoadingrotate {
  50% {
    transform: rotate(360deg);
    margin-left: 0;
  }
  50.0001%, 100% {
    margin-left: -70px;
  }
}
@keyframes ctLoadingmove {
  0%, 50% {
    left: -10px;
  }
  25% {
    background: #ecc200;
  }
  75% {
    background: #85cc02;
  }
  50.0001%, 100% {
    left: auto;
    right: -10px;
  }
}
@keyframes ctLoadingdrop1 {
  100% {
    transform: translate(32px, 10px) scale(0);
  }
}
@keyframes ctLoadingdrop2 {
  /* End Page Loading */
  /* Modal and Hidden Sidebar */
  0% {
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    transform: translate(32px, -10px) scale(0);
  }
}
.ct-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.ct-modal .ct-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: 9999;
  background-color: #184708;
  width: 40px;
  height: 40px;
}
.ct-modal .ct-modal-close .ct-icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
}
.ct-modal .ct-modal-close .ct-icon-close:before, .ct-modal .ct-modal-close .ct-icon-close:after {
  background-color: rgba(255, 255, 255, 0.9);
}
.ct-modal .ct-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
}
.ct-modal .ct-modal-content {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  margin-top: 60px;
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  opacity: 0;
}
.ct-modal.open {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.ct-modal.open .ct-modal-close {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.ct-modal.open .ct-modal-content {
  margin-top: 0;
  opacity: 1;
}
.ct-modal.remove {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
}
.ct-modal.remove .ct-modal-content {
  margin-top: 60px;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.ct-modal.remove .ct-modal-close {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.ct-modal.ct-modal-search .ct-modal-content {
  max-width: 680px;
}
.ct-modal-search .search-form-popup {
  position: relative;
}
.ct-modal-search .search-field {
  background-color: transparent;
  border: none;
  height: 60px;
  padding-left: 0;
  padding-right: 60px;
  color: #222;
  font-size: 25px;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 0, 0, 0.67);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ct-modal-search .search-field:focus {
  border-color: rgba(0, 0, 0, 0.87);
}
.ct-modal-search .search-submit {
  font-size: 22px;
  color: #222;
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-modal-search .search-submit i {
  font-weight: 400;
  margin-right: 5px;
  font-size: 18px;
}
.ct-modal-search .search-submit:before, .ct-modal-search .search-submit:after {
  display: none;
}
.ct-hidden-sidebar-overlay, .ct-widget-cart-overlay {
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.ct-hidden-sidebar {
  position: fixed;
  z-index: 1029;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  font-size: 15px;
  line-height: 26px;
  overflow: hidden;
  transform-origin: top;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.ct-hidden-sidebar .menu {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .ct-hidden-sidebar .menu {
    max-width: 1400px;
  }
}
.ct-hidden-sidebar .ct-hidden-close {
  height: 40px;
  width: 40px;
  line-height: 39px;
  z-index: 99999;
  font-size: 10px;
  border: 2px solid #fff;
  position: absolute;
  top: 100px !important;
  right: 50px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
@media (max-width: 1400px) {
  .ct-hidden-sidebar .ct-hidden-close {
    top: 30px !important;
    right: 30px;
  }
}
.ct-hidden-sidebar .ct-hidden-close:hover {
  border-color: ;
}
.ct-hidden-sidebar .ct-hidden-close:hover i {
  color: ;
}
.ct-hidden-sidebar .ct-hidden-close i {
  line-height: 1.2;
  height: 30px;
  font-size: 20px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ct-hidden-sidebar .widget {
  margin-bottom: 60px;
}
.ct-hidden-sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ct-hidden-sidebar-wrap.open .ct-hidden-sidebar-overlay {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  transform-origin: top;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.ct-hidden-sidebar-wrap.open .ct-hidden-sidebar {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transform-origin: bottom;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.ct-widget-cart-wrap.open {
  /* End Modal */
}
.ct-widget-cart-wrap.open .ct-widget-cart-overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.ct-demo-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background: #fff;
  z-index: 99999;
  height: 100%;
  text-align: center;
  -webkit-transform: translate(301px, 0px);
  -khtml-transform: translate(301px, 0px);
  -moz-transform: translate(301px, 0px);
  -ms-transform: translate(301px, 0px);
  -o-transform: translate(301px, 0px);
  transform: translate(301px, 0px);
  -webkit-transition: transform 0.6s ease;
  -khtml-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 575px) {
  .ct-demo-bar {
    width: 260px;
    -webkit-transform: translate(260px, 0px);
    -khtml-transform: translate(260px, 0px);
    -moz-transform: translate(260px, 0px);
    -ms-transform: translate(260px, 0px);
    -o-transform: translate(260px, 0px);
    transform: translate(260px, 0px);
    display: none;
  }
}
.ct-demo-bar.active {
  -webkit-transform: translate(0px, 0px);
  -khtml-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.ct-logo {
  opacity: 1;
}
.ct-logo a {
  display: inline-block;
}
.ct-logo img {
  width: auto;
}
.elementor-widget-ct_image .ct-image-single {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.elementor-widget-ct_image .ct-image-single:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, .2);
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  opacity: 0;
}
.elementor-widget-ct_image .ct-image-single:hover img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.elementor-widget-ct_image .ct-image-single:hover:before {
  width: 100%;
  animation: shine 0.75s;
}
.elementor-widget-ct_image .ct-image-single img {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  width: 100%;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ct-search-popup.style1 {
  width: 100px;
  height: 90px;
  line-height: 100px;
  cursor: pointer;
  color: #184708;
  font-size: 18px;
  text-align: center;
  border-left: 1px solid rgba(18, 74, 47, 0.1);
  border-right: 1px solid rgba(18, 74, 47, 0.1);
}
.ct-search-popup.style1 i {
  -webkit-transition: all 300ms linear 100ms;
  -khtml-transition: all 300ms linear 100ms;
  -moz-transition: all 300ms linear 100ms;
  -ms-transition: all 300ms linear 100ms;
  -o-transition: all 300ms linear 100ms;
  transition: all 300ms linear 100ms;
  line-height: 1;
}
.ct-search-popup.style1 svg {
  width: 21px;
}
.ct-search-popup.style2 {
  height: 40px;
  width: 40px;
  line-height: 45px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #f3f3f3;
  color: #013012;
}
.ct-search-popup.style2 i {
  -webkit-transition: all 300ms linear 100ms;
  -khtml-transition: all 300ms linear 100ms;
  -moz-transition: all 300ms linear 100ms;
  -ms-transition: all 300ms linear 100ms;
  -o-transition: all 300ms linear 100ms;
  transition: all 300ms linear 100ms;
}
@media screen and (max-width: 1199px) {
  .ct-nav-menu1 {
    display: none;
  }
}
.ct-icon1 a {
  color: #b6bfda;
  margin-right: 16px;
}
.ct-icon1 a:hover {
  color: #184708;
}
.ct-icon1 a:last-child {
  margin-right: 0;
}
.ct-icon1.style2 {
  margin-left: -3px;
  margin-right: -3px;
}
.ct-icon1.style2 a {
  color: #ecc200;
  margin: 3px;
  font-size: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-icon1.style2 a:hover {
  background-color: #fff;
  color: #ee3625;
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footer-list .ct-list .ct-list-content a {
  color: #184708;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.footer-list .ct-list .ct-list-content a:hover {
  text-decoration: underline #fff;
}
.ct-list .ct-list-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ecc200;
  font-size: 16px;
  color: #184708;
  position: relative;
}
.ct-list .ct-list-icon i {
  display: flex;
}
.ct-list .sub_content {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1600px) {
  .ct-list .sub_content {
    font-size: 14px !important;
  }
}
.ct-list .ct-list-content {
  color: #184708;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .ct-list .ct-list-content {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .ct-list .ct-list-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.ct-list .ct-list-content a {
  color: #184708;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.ct-list .ct-list-content a:hover {
  text-decoration: underline #184708;
}
.ct-list.list-block .ct-list-item {
  display: flex;
  flex-wrap: nowrap;
}
.ct-list.list-block .ct-list-item + .ct-list-item {
  margin-top: 18px;
}
.ct-list.list-inline .ct-list-item {
  display: inline-block;
  margin-right: 15px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .ct-list.list-inline .ct-list-item {
    margin-right: 10px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .ct-list.list-inline .ct-list-item {
    margin-right: 10px;
    padding-left: 0px;
  }
}
@media (max-width: 360px) {
  .ct-list.list-inline .ct-list-item {
    margin-right: 5px;
  }
}
.ct-list.list-inline .ct-list-item a:hover {
  text-decoration: underline;
}
.ct-list.list-inline .ct-list-item:last-child {
  margin-right: 0 !important;
}
@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.ct-video-button {
  width: 120px;
  height: 120px;
  background-color: #fff;
  line-height: 120px;
  text-align: center;
  -webkit-border-radius: 120px;
  -khtml-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
  border-radius: 120px;
  font-size: 22px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ct-video-button.style1 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ct-video-button.style1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
}
.ct-video-button.style1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: pulse-border2 1500ms ease-out infinite;
  -webkit-animation: pulse-border2 1500ms ease-out infinite;
  z-index: -2;
}
.ct-video-button.style2 {
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
}
@media screen and (max-width: 991px) {
  .ct-video-button.style2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
.ct-video-button.style2:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: pulse-border2 1500ms ease-out infinite;
  -webkit-animation: pulse-border2 1500ms ease-out infinite;
  z-index: -2;
}
.ct-banner.layout1 .ct-banner-image {
  position: relative;
  padding-bottom: 60px;
  padding-left: 90px;
}
.ct-banner.layout1 .ct-banner-image img {
  width: 100%;
}
.ct-banner.layout3 .ct-banner-image {
  position: relative;
  padding-right: 175px;
}
@media screen and (max-width: 767px) {
  .ct-banner.layout3 .ct-banner-image {
    padding-right: 35px;
  }
}
.ct-banner.layout3 .ct-banner-image img {
  width: 100%;
}
.ct-banner.layout4 {
  width: 100%;
  display: flex;
  justify-content: end;
}
.ct-banner.layout4 .ct-banner-image {
  position: relative;
}
.ct-banner.layout4 .ct-banner-image img {
  width: 100%;
}
.ct-heading.item-st-default .item--title {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  color: #184708;
}
@media screen and (max-width: 991px) {
  .ct-heading.item-st-default .item--title br {
    display: none;
  }
}
.ct-heading.item-st-default .item--sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #2a7d2e;
  margin-bottom: 18px;
  position: relative;
}
.ct-heading.item-st-default .item--sub-title span {
  display: flex;
  align-items: center;
  position: relative;
}
.ct-heading.item-st-default .item--sub-title span i {
  font-size: 40px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-repeat: no-repeat;
  animation: icon-bounce-right 2s infinite backwards;
  transition: all 0.3s;
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .ct-heading.item-st-default .item--sub-title span i {
    font-size: 35px;
    margin-right: 10px;
  }
}
.ct-image-single img {
  width: auto;
}
.ct-tabs .ct-grid .grid-item {
  position: static !important;
}
.ct-tabs .ct-tab-content > .elementor {
  margin: 0 -15px;
}
.ct-tabs1.style1 .ct-tabs-title {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 550px) {
  .ct-tabs1.style1 .ct-tabs-title {
    margin-bottom: 25px;
    justify-content: center;
  }
}
.ct-tabs1.style1 .tab1 .ct-tab-title {
  border-radius: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin-right: 80px;
  color: #2f2f2f;
  padding-bottom: 22px;
  -webkit-transition: all 0.25s ease 0s;
  -khtml-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  text-align: center;
  position: relative;
}
@media (max-width: 550px) {
  .ct-tabs1.style1 .tab1 .ct-tab-title {
    font-size: 20px;
    margin-right: 0px !important;
    padding-bottom: 18px;
    width: 100%;
    margin-top: 18px;
  }
}
@media (max-width: 480px) {
  .ct-tabs1.style1 .tab1 .ct-tab-title {
    font-size: 15px;
  }
}
.ct-tabs1.style1 .tab1 .ct-tab-title:before {
  content: '';
  height: 3px;
  width: 0;
  background-color: #2a7d2e;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.25s ease 0s;
  -khtml-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.ct-tabs1.style1 .tab1 .ct-tab-title:last-child {
  margin-right: 0;
}
.ct-tabs1.style1 .tab1 .ct-tab-title:focus:before, .ct-tabs1.style1 .tab1 .ct-tab-title:hover:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: #2a7d2e;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.ct-tabs1.style1 .tab1 .active:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: #2a7d2e;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.ct-tabs1.style1 .ct-tab-content {
  display: none;
}
.ct-portfolio-carousel3 {
  padding: 0px 15px;
}
.ct-portfolio-carousel3 .slick-list {
  overflow: hidden !important;
}
.ct-portfolio-carousel3 .carousel-item {
  padding: 0px 35px;
}
@media (max-width: 1280px) {
  .ct-portfolio-carousel3 .carousel-item {
    padding: 0 15px;
  }
}
.ct-portfolio-carousel3 .slick-dots {
  margin-left: 0px;
  margin-top: 60px;
  padding: 0px 20px;
}
.ct-portfolio-carousel3 .slick-dots li {
  border-radius: 50%;
  background-color: #f1d2a9;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  margin: 8px;
  width: 7px;
  height: 7px;
  opacity: 1;
}
.ct-portfolio-carousel3 .slick-dots li:before {
  content: '';
  border-color: #f1d2a9;
  width: 21px;
  height: 21px;
  left: -7px;
  top: -7px;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #f1d2a9;
  opacity: 0;
}
.ct-portfolio-carousel3 .slick-dots li button {
  opacity: 0;
}
.ct-portfolio-carousel3 .slick-dots .slick-active {
  opacity: 1;
}
.ct-portfolio-carousel3 .slick-dots .slick-active:before {
  opacity: 1;
}
.ct-portfolio-carousel3 .grid-item-inner {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.ct-portfolio-carousel3 .grid-item-inner:hover .item--featured a img {
  transform: scale(1.05);
}
.ct-portfolio-carousel3 .grid-item-inner:hover .item--holder {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.ct-portfolio-carousel3 .grid-item-inner .item--featured {
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.ct-portfolio-carousel3 .grid-item-inner .item--featured a img {
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.ct-portfolio-carousel3 .grid-item-inner .item--holder {
  position: absolute;
  bottom: -1px;
  width: 100%;
  background-color: rgba(42, 125, 46, 0.9);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: bottom;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.ct-portfolio-carousel3 .grid-item-inner .item--holder .item--meta .item--title {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  letter-spacing: -0.02em;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
@media (max-width: 1200px) {
  .ct-portfolio-carousel3 .grid-item-inner .item--holder .item--meta .item--title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ct-portfolio-carousel3 .grid-item-inner .item--holder .item--meta .item--title {
    font-size: 20px;
  }
}
.ct-portfolio-carousel3 .grid-item-inner .item--holder .item--meta .item--title a {
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.ct-portfolio-carousel3 .grid-item-inner .item--holder .item--meta .item--title a:hover {
  color: #fff;
  text-decoration: underline #fff;
}
.ct-portfolio-carousel3 .grid-item-inner .item--holder .item--meta .item--category {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.ct-portfolio-carousel3 .grid-item-inner .item--holder .item--meta .item--category a {
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.ct-portfolio-carousel3 .grid-item-inner .item--holder .item--meta .item--category a:hover {
  color: #fff;
  text-decoration: underline #fff;
}
.ct-icon-box.layout1 .ct-icon-box-inner {
  position: relative;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.ct-icon-box.layout1 .ct-icon-box-inner:hover .item--icon i {
  color: #fff;
}
.ct-icon-box.layout1 .ct-icon-box-inner:hover .item--icon .icon-animate {
  background-color: unset;
}
.ct-icon-box.layout1 .ct-icon-box-inner:hover .item--icon .icon-animate:before {
  transform: scaleX(1);
}
.ct-icon-box.layout1 .ct-icon-box-inner:hover .item--icon .icon-animate:after {
  opacity: 1;
  animation: rotate360 10s infinite linear;
}
.ct-icon-box.layout1 .ct-icon-box-inner .item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.ct-icon-box.layout1 .ct-icon-box-inner .item--icon i {
  color: #2a7d2e;
  font-size: 45px;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.ct-icon-box.layout1 .ct-icon-box-inner .item--icon .icon-animate {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  display: grid;
  align-items: center;
  justify-content: center;
}
.ct-icon-box.layout1 .ct-icon-box-inner .item--icon .icon-animate:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: #2a7d2e;
}
.ct-icon-box.layout1 .ct-icon-box-inner .item--icon .icon-animate:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  border: dashed 2px #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  width: 85%;
  height: 85%;
  opacity: 0;
}
.ct-icon-box.layout1 .ct-icon-box-inner .item--icon .icon-animate .item--number {
  position: absolute;
  top: 0;
  right: -5px;
  width: 32px;
  height: 32px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #2a7d2e;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 3px solid #fff;
  box-shadow: 0px 10px 60px rgba(42, 125, 46, 0.3);
}
.ct-icon-box.layout1 .ct-icon-box-inner .item--meta .item--title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
  color: #184708;
}
@media (max-width: 360px) {
  .ct-icon-box.layout1 .ct-icon-box-inner .item--meta .item--title {
    margin-top: 25px;
  }
}
.ct-icon-box.layout1 .ct-icon-box-inner .item--meta .item--sub-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #013012;
}
@media (max-width: 360px) {
  .ct-icon-box.layout1 .ct-icon-box-inner .item--meta .item--sub-title {
    font-size: 15px;
  }
}
.ct-icon-box.layout2 .ct-icon-box-inner.default {
  background-color: #fcfaf7;
  padding: 35px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  -webkit-border-radius: 0px 20px 20px 20px;
  -khtml-border-radius: 0px 20px 20px 20px;
  -moz-border-radius: 0px 20px 20px 20px;
  -ms-border-radius: 0px 20px 20px 20px;
  -o-border-radius: 0px 20px 20px 20px;
  border-radius: 0px 20px 20px 20px;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default:hover {
  background-color: #184708;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default:hover .item--icon i {
  color: #fff;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default:hover .item--icon .icon-animate {
  background-color: unset;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default:hover .item--icon .icon-animate:before {
  transform: scaleX(1);
}
.ct-icon-box.layout2 .ct-icon-box-inner.default:hover .item--icon .icon-animate:after {
  opacity: 1;
  animation: rotate360 10s infinite linear;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default:hover .item--meta .item--title {
  color: #fff;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default:hover .item--meta .item--sub-title {
  color: #fff;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default .item--icon i {
  font-size: 30px;
  color: #2a7d2e;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default .item--icon .icon-animate {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}
.ct-icon-box.layout2 .ct-icon-box-inner.default .item--icon .icon-animate:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: #2a7d2e;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default .item--icon .icon-animate:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  border: dashed 2px #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  width: 85%;
  height: 85%;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default .item--meta {
  margin-top: 25px;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default .item--meta .item--title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #184708;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ct-icon-box.layout2 .ct-icon-box-inner.default .item--meta .item--sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #013012;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ct-icon-box.layout2 .ct-icon-box-inner.active {
  background-color: #184708;
  padding: 35px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  -webkit-border-radius: 0px 20px 20px 20px;
  -khtml-border-radius: 0px 20px 20px 20px;
  -moz-border-radius: 0px 20px 20px 20px;
  -ms-border-radius: 0px 20px 20px 20px;
  -o-border-radius: 0px 20px 20px 20px;
  border-radius: 0px 20px 20px 20px;
}
.ct-icon-box.layout2 .ct-icon-box-inner.active .item--icon i {
  font-size: 30px;
  color: #fff;
}
.ct-icon-box.layout2 .ct-icon-box-inner.active .item--icon .icon-animate {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: unset;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}
.ct-icon-box.layout2 .ct-icon-box-inner.active .item--icon .icon-animate:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  transform: scaleX(1);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: #2a7d2e;
}
.ct-icon-box.layout2 .ct-icon-box-inner.active .item--icon .icon-animate:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  border: dashed 2px #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  width: 85%;
  height: 85%;
  opacity: 1;
  animation: rotate360 10s infinite linear;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.ct-icon-box.layout2 .ct-icon-box-inner.active .item--meta {
  margin-top: 25px;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ct-icon-box.layout2 .ct-icon-box-inner.active .item--meta .item--title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ct-icon-box.layout2 .ct-icon-box-inner.active .item--meta .item--sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ct-icon-box.layout3 .ct-icon-box-inner {
  position: relative;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: #fcfaf7;
  padding: 60px;
  border: 1px solid rgba(11, 61, 44, 0.1);
}
@media (max-width: 1024px) {
  .ct-icon-box.layout3 .ct-icon-box-inner {
    padding: 40px 30px;
  }
}
.ct-icon-box.layout3 .ct-icon-box-inner:hover {
  background-color: unset;
}
.ct-icon-box.layout3 .ct-icon-box-inner:hover .item--icon i {
  color: #fff;
}
.ct-icon-box.layout3 .ct-icon-box-inner:hover .item--icon .icon-animate {
  background-color: unset;
}
.ct-icon-box.layout3 .ct-icon-box-inner:hover .item--icon .icon-animate:before {
  transform: scaleX(1);
  opacity: 0.7;
}
.ct-icon-box.layout3 .ct-icon-box-inner .item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.ct-icon-box.layout3 .ct-icon-box-inner .item--icon i {
  color: #2a7d2e;
  font-size: 45px;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.ct-icon-box.layout3 .ct-icon-box-inner .item--icon .icon-animate {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
  display: grid;
  align-items: center;
  justify-content: center;
}
.ct-icon-box.layout3 .ct-icon-box-inner .item--icon .icon-animate:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: #2a7d2e;
}
.ct-icon-box.layout3 .ct-icon-box-inner .item--meta .item--title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  color: #184708;
  letter-spacing: -0.02em;
}
.ct-icon-box.layout3 .ct-icon-box-inner .item--meta .item--sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #013012;
  margin-top: 25px;
  margin-bottom: 5px;
}
@media (max-width: 360px) {
  .ct-icon-box.layout3 .ct-icon-box-inner .item--meta .item--sub-title {
    font-size: 15px;
  }
}
.ct-icon-box.layout4 .ct-icon-box-inner {
  text-align: center;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--icon {
  margin-bottom: -15px;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--icon .icon-animate i {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  padding: 15px 17px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  background-color: #2a7d2e;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta {
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  padding: 52px 37px 30px 37px;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .item--title {
  font-weight: 500;
  font-size: 16px;
  color: #184708;
  margin-bottom: 5px;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .item--title a {
  font-weight: 500;
  font-size: 16px;
  color: #184708;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .item--title a:hover {
  color: #2a7d2e;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .item--sub-title {
  font-weight: 500;
  font-size: 16px;
  color: #184708;
  margin-bottom: 14px;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .item--sub-title a {
  font-weight: 500;
  font-size: 16px;
  color: #184708;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .item--sub-title a:hover {
  color: #2a7d2e;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .ct-icon1 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .ct-icon1 a {
  background-color: rgba(11, 61, 44, 0.1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .ct-icon1 a:hover {
  background-color: #184708;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .ct-icon1 a:hover i {
  color: #fff;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .ct-icon1 a:last-child {
  margin-right: 0;
}
.ct-icon-box.layout4 .ct-icon-box-inner .item--meta .ct-icon1 a i {
  font-size: 14px;
  color: #184708;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-text-editor h3 {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .ct-text-editor h3 {
    font-size: 30px;
  }
}
.ct-text-editor .email {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-text-editor .email:hover {
  color: #184708;
}
.ct-meta3 .item--title {
  color: #184708;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 3px solid rgba(11, 61, 44, 0.1);
}
.ct-meta3 .item--title:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #184708;
  left: 0;
  bottom: -3px;
}
.ct-meta3 .item--sub-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1024px) {
}
.ct-particle-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .ct-particle-animate {
    display: none;
  }
}
.ct-particle-animate img {
  width: 100%;
  height: auto;
}
.ct-particle-animate div {
  position: absolute;
}
.ct-hidden-sidebar .menu-item-has-children:hover:after {
  color: #184708;
}
.ct-hidden-sidebar .menu-item-has-children:focus:after {
  color: #184708;
}
.ct-hidden-sidebar .menu-item-has-children a {
  position: relative;
}
.ct-hidden-sidebar .menu-item-has-children a:focus {
  color: #184708;
}
.ct-hidden-sidebar .menu-item {
  position: relative;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  line-height: 1.2;
}
.ct-hidden-sidebar .menu-item:hover .ct-menu-sidebar {
  color: #184708;
}
.ct-hidden-sidebar .menu-item:hover a {
  color: #184708;
}
.ct-hidden-sidebar .menu-item:focus .ct-menu-sidebar {
  color: #184708;
}
.ct-hidden-sidebar .menu-item:focus a {
  color: #184708;
}
.ct-hidden-sidebar .menu-item .ct-menu-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.ct-hidden-sidebar .menu-item .ct-menu-sidebar.sidebar-open {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.ct-hidden-sidebar .menu-item .ct-menu-sidebar.sidebar-open:before {
  content: '\f105';
}
.ct-hidden-sidebar .menu-item a {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-right: 6px;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media (max-width: 1280px) {
  .ct-hidden-sidebar .menu-item a {
    font-size: 25px;
  }
}
.ct-hidden-sidebar .menu-item a:hover {
  color: #184708;
}
.ct-hidden-sidebar .menu-item .sub-menu {
  top: 10px;
  left: 0%;
  position: relative;
  padding: 30px 20px 5px;
  z-index: 99999;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: none;
}
.ct-hidden-sidebar .menu-item .sub-menu .menu-item a {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .ct-hidden-sidebar .menu-item .sub-menu .menu-item a {
    font-size: 20px;
  }
}
.ct-hidden-sidebar .menu-item .sub-menu .menu-item a:hover {
  color: #184708;
}
.ct-users-popup {
  line-height: 15px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}
.ct-users-popup i {
  font-size: 15px;
  font-weight: 700;
  width: 21px;
  height: 21px;
}
.ct-users-popup i:before {
  font-weight: 700;
}
.ct-icon1.style1 a {
  text-shadow: none;
  color: #fff;
  padding: 10px 10px 8px 11px;
  background-color: #184708;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px 0 3px;
  display: inline-grid;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}
.ct-icon1.style1 a i {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  line-height: 1.7;
}
.ct-icon1.style1 a:hover {
  background-color: #2a7d2e;
}
.ct-icon1.style1 a:hover i {
  color: #fff;
}
.ct-meta.ct-meta1 {
  display: flex;
  padding-right: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ct-meta.ct-meta1 {
    padding-right: 0px;
  }
}
.ct-meta.ct-meta1 .ct-meta-c1 {
  position: relative;
}
.ct-meta.ct-meta1 .ct-meta-c1 .item--title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  vertical-align: center;
  letter-spacing: -2%;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.ct-meta.ct-meta1 .ct-meta-c1 .item--title:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0px;
  width: 50px;
  left: 0;
  background-color: #ecc200;
}
.header-layout1 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}
.ct-hidden-sidebar-icon {
  cursor: pointer;
  width: 70px;
  height: 90px;
}
.ct-hidden-sidebar-icon .ct-sidebar-icon {
  width: 100%;
  height: 100%;
  position: relative;
}
.ct-hidden-sidebar-icon .ct-sidebar-icon-inner {
  position: relative;
  cursor: pointer;
}
.ct-hidden-sidebar-icon .ct-sidebar-icon-inner i {
  display: inline-block;
}
.ct-hidden-sidebar-icon .ct-sidebar-icon-inner.style1 {
  width: 30px;
  height: 30px;
  line-height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ct-hidden-sidebar-icon .ct-sidebar-icon-inner.style1:hover i {
  background-color: #2a7d2e;
  transition: 0.5s;
}
.ct-hidden-sidebar-icon .ct-sidebar-icon-inner.style1 i {
  width: 5px;
  height: 5px;
  margin-left: 1px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
}
.ct-button-wrapper .scroll-top {
  right: 0;
  position: relative;
  width: 56px;
  height: 55px;
  padding: 0px;
  bottom: 0;
  background-color: #f1d2a9;
  border: 5px solid #fff;
  color: #000;
  opacity: 1;
  font-size: 14px;
  line-height: 50px;
  border-radius: 50%;
  visibility: unset;
}
.ct-button-wrapper .scroll-top:hover {
  transform: unset;
}
.ct-button-wrapper .scroll-top i {
  background-image: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.ct-button-wrapper .scroll-top.on {
  right: 0;
  opacity: 1;
  visibility: unset;
}
.ct-button-wrapper .scroll-top.off {
  right: 0;
  opacity: 1;
  visibility: unset;
}
.ct-list-meta.layout1 {
  padding: 45px 40px;
  background-color: #fcfaf7;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .ct-list-meta.layout1 {
    padding: 30px 20px;
  }
}
.ct-list-meta.layout1 .title-list .item--title {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.ct-list-meta.layout1 .title-list .item--title:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #184708;
  left: 0;
  bottom: 0;
}
.ct-list-meta.layout1 .ct-list-item {
  border-bottom: 1px solid rgba(11, 61, 44, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ct-list-meta.layout1 .ct-list-item:last-child {
  margin-bottom: 0;
}
.ct-list-meta.layout1 .ct-content {
  display: flex;
  align-items: center;
}
.ct-list-meta.layout1 .ct-content .sub_content {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #184708;
  width: 42%;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 360px) {
  .ct-list-meta.layout1 .ct-content .sub_content {
    width: 45%;
    margin-right: 5px;
    padding-right: 5px;
  }
}
.ct-list-meta.layout1 .ct-content .sub_content:after {
  content: ':';
  position: absolute;
  right: -2px;
  bottom: 0;
  color: #184708;
}
.ct-list-meta.layout1 .ct-content .ct-list-content {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #184708;
}
.ct-list-meta.layout2 {
  background-color: #fcfaf7;
  border: 1px solid rgba(11, 61, 44, 0.1);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 40px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .ct-list-meta.layout2 {
    padding: 40px 20px;
  }
}
.ct-list-meta.layout2 .title-list .item--title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 3px solid rgba(11, 61, 44, 0.1);
}
.ct-list-meta.layout2 .title-list .item--title:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #184708;
  left: 0;
  bottom: -3px;
}
.ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content {
  background: rgba(11, 61, 44, 0.07);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #184708;
  letter-spacing: -0.02em;
  padding: 15px 25px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content {
    padding: 10px 25px;
  }
}
.ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content:hover {
  color: #fff;
  background-color: #184708;
}
.ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content:hover a {
  color: #fff;
}
.ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content:hover a:after {
  color: #fff;
}
.ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #184708;
  letter-spacing: -0.02em;
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content a {
    font-size: 15px;
  }
}
.ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content a:after {
  content: "\f114";
  font-family: Bravisicon;
  font-size: 12px;
  margin-right: 0px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #184708;
  transition: all 0.5s;
  right: 0;
}
@media (max-width: 1024px) {
  .ct-list-meta.layout2 .ct-list-item .ct-content .ct-list-content a:after {
    font-size: 10px;
  }
}
.ct-language-switcher1 {
  position: relative;
}
.ct-language-switcher1.dr-left {
  text-align: left;
}
.ct-language-switcher1 .current--item {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 32px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
@media (max-width: 1400px) {
  .ct-language-switcher1 .current--item {
    font-size: 15px;
  }
}
.ct-language-switcher1 .current--item:after {
  content: "\f102";
  font-family: "Bravisicon";
  color: #fff;
  padding-left: 5px;
  font-size: 10px;
  position: relative;
  top: 0;
}
.ct-language-switcher1 .current--item label {
  cursor: pointer;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.ct-language-switcher1 .current--item label:hover, .ct-language-switcher1 .current--item label:focus {
  text-decoration: underline #fff;
}
.ct-language-switcher1:hover ul {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  margin-top: 0;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.ct-language-switcher1 ul {
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 20px 0;
  margin-bottom: 0;
  min-width: 220px;
  background-color: #fff;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #2a7d2e;
}
@media (max-width: 1280px) {
  .ct-language-switcher1 ul {
    min-width: 180px;
  }
}
.ct-language-switcher1 ul:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  top: -8px;
  left: 20%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -khtml-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-left: 1px solid #2a7d2e;
  border-top: 1px solid #2a7d2e;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.ct-language-switcher1 ul li {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 1366px) {
  .ct-language-switcher1 ul li {
    font-size: 12px;
  }
}
.ct-language-switcher1 ul li a {
  padding: 5px 20px;
  border-top: none;
  color: #0b3d2c;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  display: block;
  border-left: none;
  text-align: left;
  font-weight: bold;
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}
@media (max-width: 1366px) {
  .ct-language-switcher1 ul li a {
    font-size: 12px;
  }
}
.ct-language-switcher1 ul li a i {
  position: absolute;
  bottom: -15px;
  height: 15px;
  width: 15px;
  transition: top 0.3s ease-out, bottom 0.3s ease-out;
  left: 15px;
  background-size: cover;
  opacity: 0;
  color: #2a7d2e;
}
.ct-language-switcher1 ul li a:hover {
  color: #184708;
  padding-left: 40px;
}
.ct-language-switcher1 ul li a:hover i {
  bottom: 10px;
  opacity: 1;
}
.ct-logo.style1 a {
  padding: 45px 50px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #2a7d2e;
}
@media (max-width: 1300px) {
  .ct-logo.style1 a {
    padding: 40px;
  }
}
@media (max-width: 1280px) {
  .ct-logo.style1 a {
    padding: 45px 40px;
  }
}
.ct-logo.style2 a {
  padding: 40px 100px;
  padding-right: 130px;
  position: relative;
}
@media (max-width: 2350px) {
  .ct-logo.style2 a {
    padding: 45px 100px;
  }
}
@media (max-width: 2180px) {
  .ct-logo.style2 a {
    padding: 50px 100px;
  }
}
@media (max-width: 1920px) {
  .ct-logo.style2 a {
    padding: 50px 70px;
    padding-right: 100px;
  }
}
@media (max-width: 1920px) {
  .ct-logo.style2 a {
    padding: 50px 70px;
    padding-right: 100px;
  }
}
@media (max-width: 1750px) {
  .ct-logo.style2 a {
    padding: 55px 70px;
    padding-right: 100px;
  }
}
@media (max-width: 1600px) {
  .ct-logo.style2 a {
    padding: 50px 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1400px) {
  .ct-logo.style2 a {
    padding: 50px;
    padding-right: 60px;
    padding-left: 40px;
  }
}
.ct-logo.style2 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0px 15px 10px 0px;
  -khtml-border-radius: 0px 15px 10px 0px;
  -moz-border-radius: 0px 15px 10px 0px;
  -ms-border-radius: 0px 15px 10px 0px;
  -o-border-radius: 0px 15px 10px 0px;
  border-radius: 0px 15px 10px 0px;
  background-color: #2a7d2e;
  z-index: -1;
  transform: skewX(-25deg);
}
.ct-logo.style2 a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #2a7d2e;
}
.header-col2 {
  padding-right: 65px;
}
@media (max-width: 1610px) {
  .header-col2 {
    padding-right: 40px;
  }
}
@media (max-width: 1530px) {
  .header-col2 {
    padding-right: 15px;
  }
}
@media (max-width: 1320px) {
  .header-col2 .ct-nav-menu .ct-main-menu li a {
    font-size: 16px !important;
  }
}
@media (max-width: 1250px) {
  .header-col2 .ct-nav-menu .ct-main-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 1320px) {
  .header-col2 .ct-nav-menu .ct-main-menu .sub-menu li a {
    font-size: 14px !important;
  }
}
.wrap-sticky {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.site-content {
  padding: 100px 0 100px;
  position: relative;
  z-index: 99;
  background-color: #fff;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -khtml-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
@media screen and (max-width: 1199px) {
  .site-content {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .site-content {
    padding: 50px 0px;
  }
}
@media screen and (min-width: 1200px) {
  body .container {
    max-width: 1700px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
.woocommerce .nice-select {
  border: 1px solid rgba(11, 61, 44, 0.1);
  text-align: left;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: 44px;
  font-weight: 400;
}
.woocommerce .nice-select:after {
  color: inherit;
}
 .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 30px;
  line-height: 51px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #184708;
  z-index: 1;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
 .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce a.button.alt:focus, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce a.button.alt:active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #2a7d2e;
}
 .woocommerce a.button.btn-animate:hover, .woocommerce button.button.btn-animate:hover, .woocommerce input.button.btn-animate:hover, .woocommerce a.button.alt.btn-animate:hover, .woocommerce a.button.btn-animate:focus, .woocommerce button.button.btn-animate:focus, .woocommerce input.button.btn-animate:focus, .woocommerce a.button.alt.btn-animate:focus {
  background-color: #184708;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity-icon i {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  color: #2f2f2f;
  height: 100%;
  line-height: 30px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce .quantity-icon i.quantity-up {
  right: 0px;
  padding: 0px 20px;
  border-left: 1px solid rgba(11, 61, 44, 0.1);
}
.woocommerce .quantity-icon i.quantity-down {
  left: 0px;
  padding: 0px 20px;
  border-right: 1px solid rgba(11, 61, 44, 0.1);
}
.woocommerce .quantity-icon i:hover {
  color: #2a7d2e;
}
@media screen and (min-width: 992px) {
  .woocommerce .content-row {
    margin: 0 -15px;
  }
}
.single-product #primary div.product .quantity, .single-product > div.product .quantity {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .single-product #primary div.product .quantity, .single-product > div.product .quantity {
    margin-right: 15px;
  }
}
@media (max-width: 369px) {
  .single-product #primary div.product .quantity, .single-product > div.product .quantity {
    margin-bottom: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce-item {
  display: flex;
}
@media (max-width: 900px) {
  .woocommerce-item {
    display: block;
  }
}
.woocommerce-item .woocommerce-tabs {
  width: 80%;
}
@media (max-width: 900px) {
  .woocommerce-item .woocommerce-tabs {
    width: 100%;
  }
}
.woocommerce-item .woocommerce-tabs-custom {
  width: 39%;
  position: relative;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  padding: 43px 40px;
  margin-left: 90px;
  min-height: 425px;
  height: 425px;
}
@media (max-width: 1199px) {
  .woocommerce-item .woocommerce-tabs-custom {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .woocommerce-item .woocommerce-tabs-custom {
    padding: 35px;
  }
}
@media (max-width: 900px) {
  .woocommerce-item .woocommerce-tabs-custom {
    width: 50%;
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 676px) {
  .woocommerce-item .woocommerce-tabs-custom {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .woocommerce-item .woocommerce-tabs-custom {
    width: 100%;
  }
}
.woocommerce div.product {
  display: grid;
}
body:not(.elementor-editor-active) .ct-slick-slider {
  height: 150px;
  overflow: hidden;
  opacity: 0;
}
.ct-slick-carousel[data-vertical="false"] .slick-list .slick-track {
  display: flex;
}
.elementor-element .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: 1190px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
  max-width: 1200px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended .elementor-section-boxed > .elementor-column-gap-no {
  max-width: 1170px;
}
.elementor-editor-active .site-footer-custom, .elementor-editor-active #ct-header-elementor, .elementor-editor-active #pagetitle {
  display: none !important;
}
.elementor-editor-active .site-content {
  padding: 0 !important;
}
.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default, #ct-header-elementor .elementor-container.elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended, #ct-header-elementor .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, #ct-header-elementor .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, #ct-header-elementor .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
  margin: 0 -10px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, #ct-header-elementor .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, #ct-header-elementor .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended, #ct-header-elementor .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -khtml-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0;
}
.site-content .elementor-inner-section .elementor-column-gap-extended .elementor-row .elementor-column:last-child, .site-footer-custom .elementor-inner-section .elementor-column-gap-extended .elementor-row .elementor-column:last-child, #ct-header-elementor .elementor-inner-section .elementor-column-gap-extended .elementor-row .elementor-column:last-child {
  margin-right: -1px;
  padding-right: 1px;
}
.site-content .elementor-section.elementor-section-stretched .elementor-inner-section .elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-footer-custom .elementor-section:not(.elementor-section-full_width) .elementor-inner-section .elementor-container.elementor-column-gap-extended, #ct-header-elementor .elementor-section:not(.elementor-section-full_width) .elementor-inner-section .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
}
@media screen and (min-width: 1200px) {
  .elementor-section-full_width.elementor-section-stretched .elementor-inner-section > .elementor-container {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -khtml-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
.ct-text-editor p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap, .col-offset-left > .elementor-widget-wrap {
    padding-left: 0 !important;
  }
  .col-offset-right > .elementor-column-wrap .elementor-widget-wrap, .col-offset-right > .elementor-widget-wrap {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .ct-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  .ct-row-scroll-fixed .ct-column-sticky {
    position: sticky;
    top: 100px;
  }
}
.ct-fancy-box .btn-fcb {
  font-weight: 500;
}
.ct-fancy-box-layout1.no-active .item--icon {
  width: 120px;
  height: 120px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 33px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #184708;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-fancy-box-layout1.no-active .item--icon:before {
  display: none;
}
.ct-fancy-box-layout1.no-active .item--icon.icon-font i {
  color: #184708;
  font-size: 60px;
}
.ct-fancy-box-layout1.no-active .item--title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.ct-fancy-box-layout1.no-active .item--description {
  color: #013012;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}
.ct-fancy-box-layout1.no-active .btn-fcb {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-fancy-box-layout1.no-active .btn-fcb span {
  font-weight: 600;
  font-size: 16px;
  margin-right: 7px;
  text-decoration: underline #000;
}
.ct-fancy-box-layout1.no-active .btn-fcb i {
  line-height: 1;
}
.ct-fancy-box-layout1.no-active .ct-feature {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.ct-fancy-box-layout1.no-active .ct-feature:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 71, 8, 0.9);
}
.ct-fancy-box-layout1.no-active .item--inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 30px 40px;
  background-color: #fcfaf7;
  text-align: center;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ct-fancy-box-layout1.no-active .item--inner {
    padding: 30px 15px;
  }
}
.ct-fancy-box-layout1.no-active .item--inner:hover .item--icon {
  background-color: #fff;
}
.ct-fancy-box-layout1.no-active .item--inner:hover .item--icon i {
  color: #184708;
}
.ct-fancy-box-layout1.no-active .item--inner:hover .ct-feature {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ct-fancy-box-layout1.no-active .item--inner:hover .item--title {
  color: #fff;
}
.ct-fancy-box-layout1.no-active .item--inner:hover .item--description {
  color: #fff;
}
.ct-fancy-box-layout1.no-active .item--inner:hover .btn-fcb {
  color: #fff;
}
.ct-fancy-box-layout1.no-active .item--inner:hover .btn-fcb span {
  text-decoration: underline #fff;
}
.ct-service-carousel1 .grid-item-inner {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-service-carousel1 {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-service-carousel1:hover .slick-prev.slick-arrow {
  opacity: 1;
}
.ct-service-carousel1:hover .slick-next.slick-arrow {
  opacity: 1;
}
.ct-service-carousel1 .slick-list {
  overflow: hidden !important;
}
.ct-service-carousel1 .ct-slick-carousel {
  padding-bottom: 10px;
  overflow: unset;
}
.ct-service-carousel1 .slick-prev.slick-arrow {
  position: absolute;
  top: 30%;
  left: -24px;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .ct-service-carousel1 .slick-prev.slick-arrow {
    left: 0;
  }
}
@media (max-width: 1400px) {
  .ct-service-carousel1 .slick-prev.slick-arrow {
    display: none !important;
  }
}
.ct-service-carousel1 .slick-prev.slick-arrow:before {
  content: "\f42b";
  font-size: 20px;
  color: #2f2f2f;
  font-family: Icomoon;
}
.ct-service-carousel1 .slick-prev.slick-arrow:hover {
  background-color: #f1d2a9;
  box-shadow: unset;
}
.ct-service-carousel1 .slick-prev.slick-arrow:hover:before {
  color: #2f2f2f;
}
.ct-service-carousel1 .slick-next.slick-arrow {
  position: absolute;
  top: 30%;
  right: -7%;
  bottom: 0;
  transform: translate(0, 0);
  left: unset;
  background-color: #fff;
  width: 65px;
  height: 65px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .ct-service-carousel1 .slick-next.slick-arrow {
    right: -5%;
  }
}
@media (max-width: 1400px) {
  .ct-service-carousel1 .slick-next.slick-arrow {
    opacity: 0;
    display: none !important;
  }
}
.ct-service-carousel1 .slick-next.slick-arrow:before {
  font-size: 20px;
  content: "\f427";
  color: #2f2f2f;
  font-family: Icomoon;
}
.ct-service-carousel1 .slick-next.slick-arrow:hover {
  background-color: #f1d2a9;
  box-shadow: unset;
}
.ct-service-carousel1 .slick-next.slick-arrow:hover:before {
  color: #2f2f2f;
}
.ct-service-carousel1 .slick-dots {
  margin-left: 12px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .ct-service-carousel1 .slick-dots {
    margin-top: 40px;
  }
}
.ct-service-carousel1 .slick-dots li {
  border-radius: 50%;
  background-color: #184708;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  margin: 8px;
  width: 7px;
  height: 7px;
  opacity: 1;
}
.ct-service-carousel1 .slick-dots li:before {
  content: '';
  border-color: #184708;
  width: 21px;
  height: 21px;
  left: -7px;
  top: -7px;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #184708;
  opacity: 0;
}
.ct-service-carousel1 .slick-dots li button {
  opacity: 0;
}
.ct-service-carousel1 .slick-dots .slick-active {
  opacity: 1;
}
.ct-service-carousel1 .slick-dots .slick-active:before {
  opacity: 1;
}
.ct-service-carousel1 .grid-item-inner {
  position: relative;
  z-index: 1;
  padding: 0px 15px;
  padding-bottom: 180px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .ct-service-carousel1 .grid-item-inner {
    padding-bottom: 200px;
  }
}
.ct-service-carousel1 .grid-item-inner:hover .item--icon {
  color: #2a7d2e;
}
.ct-service-carousel1 .grid-item-inner:hover .item-btn1 {
  color: #2a7d2e;
}
.ct-service-carousel1 .grid-item-inner:hover .item--holder1 {
  opacity: 0;
  transform: scaleY(0);
}
.ct-service-carousel1 .grid-item-inner:hover .item--holder2 {
  opacity: 1;
  transform: scaleY(1);
}
.ct-service-carousel1 .grid-item-inner .item--featured {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.ct-service-carousel1 .grid-item-inner .item--holder1 {
  background-color: #fff;
  padding: 35px;
  margin-left: 30px;
  margin-right: 20px;
  width: 80%;
  bottom: 80px;
  left: 15px;
  opacity: 1;
  transform-origin: bottom;
  transform: scaleY(1);
  position: absolute;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .ct-service-carousel1 .grid-item-inner .item--holder1 {
    margin-left: 20px;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .ct-service-carousel1 .grid-item-inner .item--holder1 {
    margin-left: 35px;
  }
}
@media (max-width: 800px) {
  .ct-service-carousel1 .grid-item-inner .item--holder1 {
    margin-left: 25px;
  }
}
@media (max-width: 676px) {
  .ct-service-carousel1 .grid-item-inner .item--holder1 {
    margin-left: 20px;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .ct-service-carousel1 .grid-item-inner .item--holder1 {
    margin-left: 15px;
    bottom: 110px;
  }
}
@media (max-width: 574px) {
  .ct-service-carousel1 .grid-item-inner .item--holder1 {
    left: 11%;
    margin-left: 0px;
  }
}
.ct-service-carousel1 .grid-item-inner .item--holder1 .item--title {
  font-weight: 600;
  font-size: 20px;
  color: #184708;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media (max-width: 676px) {
  .ct-service-carousel1 .grid-item-inner .item--holder1 .item--title {
    margin-top: 10px;
  }
}
.ct-service-carousel1 .grid-item-inner .item--holder1 .item--title a {
  font-weight: 600;
  font-size: 20px;
  color: #184708;
  margin-top: 20px;
  margin-bottom: 0px;
}
.ct-service-carousel1 .grid-item-inner .item--holder1 .item--title a:hover {
  color: #2a7d2e;
}
.ct-service-carousel1 .grid-item-inner .item--holder2 {
  background-color: #fff;
  padding: 35px;
  margin-left: 30px;
  margin-right: 20px;
  width: 80%;
  left: 15px;
  bottom: 0px;
  opacity: 0;
  transform-origin: bottom;
  transform: scaleY(0);
  position: absolute;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .ct-service-carousel1 .grid-item-inner .item--holder2 {
    margin-left: 20px;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .ct-service-carousel1 .grid-item-inner .item--holder2 {
    margin-left: 35px;
  }
}
@media (max-width: 800px) {
  .ct-service-carousel1 .grid-item-inner .item--holder2 {
    margin-left: 25px;
  }
}
@media (max-width: 676px) {
  .ct-service-carousel1 .grid-item-inner .item--holder2 {
    margin-left: 20px;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .ct-service-carousel1 .grid-item-inner .item--holder2 {
    margin-left: 15px;
  }
}
@media (max-width: 574px) {
  .ct-service-carousel1 .grid-item-inner .item--holder2 {
    left: 11%;
    margin-left: 0px;
  }
}
.ct-service-carousel1 .grid-item-inner .item--holder2 .item--title {
  font-weight: 600;
  font-size: 20px;
  color: #184708;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media (max-width: 676px) {
  .ct-service-carousel1 .grid-item-inner .item--holder2 .item--title {
    margin-top: 10px;
  }
}
.ct-service-carousel1 .grid-item-inner .item--holder2 .item--title a {
  font-weight: 600;
  font-size: 20px;
  color: #184708;
  margin-top: 20px;
  margin-bottom: 0px;
}
.ct-service-carousel1 .grid-item-inner .item--holder2 .item--title a:hover {
  color: #2a7d2e;
}
.ct-service-carousel1 .grid-item-inner .item-btn1 {
  font-weight: 300;
  font-size: 30px;
  color: #184708;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(18, 74, 47, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-service-carousel1 .grid-item-inner .item-btn1 i {
  margin-inline-start: -15px;
  margin-bottom: -30px;
  transform: rotate(-45deg);
}
.ct-service-carousel1 .grid-item-inner .item-btn2 {
  font-weight: 600;
  font-size: 16px;
  color: #2f2f2f;
}
.ct-service-carousel1 .grid-item-inner .item-btn2 span {
  text-decoration: underline;
}
.ct-service-carousel1 .grid-item-inner .icon-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-service-carousel1 .grid-item-inner .item--icon {
  font-size: 50px;
  color: #184708;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-service-carousel1 .grid-item-inner .item--icon:before {
  display: none;
}
.ct-counter.layout1 {
  display: grid;
}
.ct-counter.layout1 .ct-counter-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ct-counter.layout1 .ct-counter-inner {
    display: grid;
  }
}
.ct-counter.layout1 .ct-counter-inner .content-star {
  padding-inline-end: 9px;
  padding-inline-start: 10px;
  flex-basis: min-content;
  margin-inline-start: 10px;
  margin-inline-end: 9px;
}
@media (max-width: 480px) {
  .ct-counter.layout1 .ct-counter-inner .content-star {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    flex-basis: min-content;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 20px 0;
  }
}
.ct-counter.layout1 .ct-counter-inner .content-star .ct-counter-number {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-basis: min-content;
  color: #184708;
}
@media (max-width: 480px) {
  .ct-counter.layout1 .ct-counter-inner .content-star .ct-counter-number {
    font-size: 35px;
  }
}
.ct-counter.layout1 .ct-counter-inner .content-star .ct-counter-number p {
  margin: 0;
}
.ct-counter.layout1 .ct-counter-inner .content-star .ct-counter-number .ct-counter-number-value {
  font-size: 45px;
  font-weight: 700;
  max-width: 110px;
  width: 110px;
  flex-basis: min-content;
  line-height: 1.2;
  color: #184708;
}
.ct-counter.layout1 .ct-counter-inner .content-star .item-star i {
  color: #f90;
}
.ct-counter.layout1 .ct-counter-inner .item--title {
  font-weight: 400;
  font-size: 18px;
  color: #2f2f2f;
  flex-basis: min-content;
  order: 4;
}
.ct-counter.layout2 .ct-counter-inner {
  position: relative;
}
.ct-counter.layout2 .ct-counter-inner .ct-banner1 {
  display: flex;
}
@media (max-width: 1024px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner1 {
    padding-left: 40px;
  }
}
@media (max-width: 580px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner1 {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner1 {
    margin-bottom: 30px;
  }
}
.ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-banner-image {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-banner-image {
    display: none;
  }
}
.ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-banner-image img {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-counter-meta {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-counter-meta {
    padding-bottom: 0px;
  }
}
.ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-counter-meta .ct-counter-number {
  display: flex;
  align-items: center;
  font-size: 65px;
  font-weight: 600;
  margin-left: 35px;
  margin-right: 15px;
  width: 114px;
  max-width: 114px;
  color: #2a7d2e;
}
@media (max-width: 1024px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-counter-meta .ct-counter-number {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-counter-meta .ct-counter-number {
    margin-left: 0;
  }
}
.ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-counter-meta .ct-counter-number p {
  margin: 0;
}
.ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-counter-meta .item--title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1024px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner1 .ct-counter-meta .item--title {
    font-size: 20px;
  }
}
.ct-counter.layout2 .ct-counter-inner .ct-banner2 {
  position: relative;
  left: -55px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner2 {
    left: 15px;
  }
}
@media (max-width: 480px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner2 {
    display: none;
  }
}
.ct-counter.layout2 .ct-counter-inner .ct-banner2:before {
  content: '';
  position: absolute;
  top: -60px;
  left: -35px;
  width: 293px;
  height: 293px;
  background-color: rgba(42, 125, 46, 0.12);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner2:before {
    left: -15px;
  }
}
.ct-counter.layout2 .ct-counter-inner .ct-banner3 {
  position: absolute;
  bottom: -30px;
  right: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.ct-counter.layout2 .ct-counter-inner .ct-banner3 img {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner3 {
    right: unset;
    left: 190px;
  }
}
@media (max-width: 580px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner3 {
    left: 120px;
  }
}
@media (max-width: 480px) {
  .ct-counter.layout2 .ct-counter-inner .ct-banner3 {
    bottom: unset;
    position: relative;
    left: 0;
  }
}
.ct-counter.layout3 .ct-counter-inner {
  padding: 40px;
  background-color: #f1d2a9;
  height: 100% !important;
  padding-bottom: 30px;
  padding-right: 25px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.ct-counter.layout3 .ct-counter-inner:hover {
  background-color: #fff;
}
.ct-counter.layout3 .ct-counter-inner:hover .btn-style {
  color: #fff;
  background-color: #2a7d2e;
}
.ct-counter.layout3 .ct-counter-inner:hover .btn-style i {
  margin-inline-start: 2px;
  margin-bottom: -4px;
}
.ct-counter.layout3 .ct-counter-inner .btn-style {
  font-weight: 300;
  font-size: 30px;
  color: #0b3d2c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(18, 74, 47, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-counter.layout3 .ct-counter-inner .btn-style i {
  margin-inline-start: -15px;
  margin-bottom: -30px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(-45deg);
}
.ct-counter.layout3 .ct-counter-inner .ct-counter-meta {
  margin-top: 33px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .ct-counter.layout3 .ct-counter-inner .ct-counter-meta {
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
.ct-counter.layout3 .ct-counter-inner .ct-counter-meta .ct-counter-number {
  font-weight: 600;
  font-size: 55px;
  color: #000;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .ct-counter.layout3 .ct-counter-inner .ct-counter-meta .ct-counter-number {
    font-size: 45px;
  }
}
.ct-counter.layout3 .ct-counter-inner .ct-counter-meta .ct-counter-number .text {
  margin-bottom: 0;
}
.ct-counter.layout3 .ct-counter-inner .ct-counter-meta .ct-counter-number .text.default:after {
  content: '+';
  position: relative;
  right: 0;
  font-size: 55px;
  color: #000;
}
.ct-counter.layout3 .ct-counter-inner .ct-counter-meta .ct-counter-number .text.percent:after {
  content: '%';
  position: relative;
  right: 0;
  font-size: 55px;
  color: #000;
}
.ct-counter.layout3 .ct-counter-inner .item--title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.ct-counter.layout4 .ct-counter-inner {
  background-color: #fff;
  text-align: center;
  padding: 35px 60px 35px 60px;
  border-top: 5px solid #f1d2a9;
  -webkit-border-radius: 0px 0px 97.5px 97.5px;
  -khtml-border-radius: 0px 0px 97.5px 97.5px;
  -moz-border-radius: 0px 0px 97.5px 97.5px;
  -ms-border-radius: 0px 0px 97.5px 97.5px;
  -o-border-radius: 0px 0px 97.5px 97.5px;
  border-radius: 0px 0px 97.5px 97.5px;
}
@media (max-height: 900px) {
  .ct-counter.layout4 .ct-counter-inner {
    padding: 35px 50px 35px 50px;
  }
}
.ct-counter.layout4 .ct-counter-inner .ct-counter-meta .ct-counter-number {
  font-weight: 600;
  font-size: 45px;
  color: #184708;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-counter.layout4 .ct-counter-inner .ct-counter-meta .ct-counter-number .text {
  margin-bottom: 0;
}
.ct-counter.layout4 .ct-counter-inner .ct-counter-meta .ct-counter-number .text.default:after {
  content: '+';
  position: relative;
  right: 0;
  font-size: 45px;
  color: #184708;
}
.ct-counter.layout4 .ct-counter-inner .ct-counter-meta .ct-counter-number .text.percent:after {
  content: '%';
  position: relative;
  right: 0;
  font-size: 45px;
  color: #184708;
}
.ct-counter.layout4 .ct-counter-inner .item--title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-counter.layout4 .ct-counter-inner .counter-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-counter.layout4 .ct-counter-inner .btn-style {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #2a7d2e;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-counter.layout4 .ct-counter-inner .btn-style:hover i {
  transform: rotate(0deg);
}
.ct-counter.layout4 .ct-counter-inner .btn-style a {
  display: block;
  width: 100%;
}
.ct-counter.layout4 .ct-counter-inner .btn-style i {
  color: #fff;
  transform: rotate(-35.91deg);
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-testimonial-carousel1 {
  position: relative;
}
.ct-testimonial-carousel1 .slick-list {
  overflow: hidden !important;
}
.ct-testimonial-carousel1 .ct-slick-carousel.slick-shadow {
  overflow: unset;
}
.ct-testimonial-carousel1 .slick-prev.slick-arrow {
  position: absolute;
  top: 30%;
  left: -24px;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .ct-testimonial-carousel1 .slick-prev.slick-arrow {
    left: 0;
  }
}
@media (max-width: 1400px) {
  .ct-testimonial-carousel1 .slick-prev.slick-arrow {
    opacity: 0;
  }
}
.ct-testimonial-carousel1 .slick-prev.slick-arrow:before {
  content: "\f42b";
  font-size: 20px;
  color: #2f2f2f;
  font-family: Icomoon;
}
.ct-testimonial-carousel1 .slick-prev.slick-arrow:hover {
  background-color: #f1d2a9;
  box-shadow: unset;
}
.ct-testimonial-carousel1 .slick-prev.slick-arrow:hover:before {
  color: #2f2f2f;
}
.ct-testimonial-carousel1 .slick-next.slick-arrow {
  position: absolute;
  top: 30%;
  right: -7%;
  bottom: 0;
  transform: translate(0, 0);
  left: unset;
  background-color: #fff;
  width: 65px;
  height: 65px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .ct-testimonial-carousel1 .slick-next.slick-arrow {
    right: -5%;
  }
}
@media (max-width: 1400px) {
  .ct-testimonial-carousel1 .slick-next.slick-arrow {
    opacity: 0;
  }
}
.ct-testimonial-carousel1 .slick-next.slick-arrow:before {
  font-size: 20px;
  content: "\f427";
  color: #2f2f2f;
  font-family: Icomoon;
}
.ct-testimonial-carousel1 .slick-next.slick-arrow:hover {
  background-color: #f1d2a9;
  box-shadow: unset;
}
.ct-testimonial-carousel1 .slick-next.slick-arrow:hover:before {
  color: #2f2f2f;
}
.ct-testimonial-carousel1 .slick-dots {
  margin-left: 12px;
  margin-top: 23px;
}
@media (max-width: 1024px) {
  .ct-testimonial-carousel1 .slick-dots {
    margin-top: 15px;
  }
}
.ct-testimonial-carousel1 .slick-dots li {
  border-radius: 50%;
  background-color: #184708;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  margin: 8px;
  width: 7px;
  height: 7px;
  opacity: 1;
}
.ct-testimonial-carousel1 .slick-dots li:before {
  content: '';
  border-color: #184708;
  width: 21px;
  height: 21px;
  left: -7px;
  top: -7px;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #184708;
  opacity: 0;
}
.ct-testimonial-carousel1 .slick-dots li button {
  opacity: 0;
}
.ct-testimonial-carousel1 .slick-dots .slick-active {
  opacity: 1;
}
.ct-testimonial-carousel1 .slick-dots .slick-active:before {
  opacity: 1;
}
.ct-testimonial-carousel1 .item--inner {
  margin: 0px 15px;
  background-color: #fcfaf7;
  padding: 10px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 37px;
}
@media (max-width: 725px) {
  .ct-testimonial-carousel1 .item--inner {
    margin: 0px 10px;
  }
}
.ct-testimonial-carousel1 .item--inner .item-header {
  padding: 50px 45px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .ct-testimonial-carousel1 .item--inner .item-header {
    padding: 40px 35px;
  }
}
@media (max-width: 725px) {
  .ct-testimonial-carousel1 .item--inner .item-header {
    padding: 20px 30px;
  }
}
.ct-testimonial-carousel1 .item--inner .item-header .content-top {
  display: flex;
  align-items: center;
}
@media (max-width: 725px) {
  .ct-testimonial-carousel1 .item--inner .item-header .content-top {
    display: block;
  }
}
.ct-testimonial-carousel1 .item--inner .item-header .content-top .quoter svg path {
  fill: #2a7d2e;
}
.ct-testimonial-carousel1 .item--inner .item-header .content-top .content-star {
  margin-left: 30px;
}
@media (max-width: 725px) {
  .ct-testimonial-carousel1 .item--inner .item-header .content-top .content-star {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.ct-testimonial-carousel1 .item--inner .item-header .content-top .content-star .sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #184708;
}
.ct-testimonial-carousel1 .item--inner .item-header .content-top .content-star .item-star {
  margin-top: 2px;
}
.ct-testimonial-carousel1 .item--inner .item-header .content-top .content-star .item-star i {
  color: #f90;
  font-size: 14px;
}
.ct-testimonial-carousel1 .item--inner .item-header .item--description {
  font-weight: 400;
  font-size: 16px;
  color: #184708;
  margin-bottom: 30px;
  margin-top: 18px;
}
@media (max-width: 600px) {
  .ct-testimonial-carousel1 .item--inner .item-header .item--description {
    font-size: 15px;
  }
}
.ct-testimonial-carousel1 .item--inner .item-header .author {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  position: relative;
}
@media (max-width: 991px) {
  .ct-testimonial-carousel1 .item--inner .item-header .author {
    padding: 15px;
  }
}
@media (max-width: 676px) {
  .ct-testimonial-carousel1 .item--inner .item-header .author {
    display: block;
  }
}
.ct-testimonial-carousel1 .item--inner .item-header .author:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  top: -8px;
  left: 10%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -khtml-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
@media (max-width: 676px) {
  .ct-testimonial-carousel1 .item--inner .item-header .author .item-meta {
    margin-top: 15px;
  }
}
.ct-testimonial-carousel1 .item--inner .item-header .author .item-meta .item--title {
  font-weight: 600;
  font-size: 18px;
  color: #184708;
}
@media (max-width: 991px) {
  .ct-testimonial-carousel1 .item--inner .item-header .author .item-meta .item--title {
    font-size: 16px;
  }
}
.ct-testimonial-carousel1 .item--inner .item-header .author .item-meta .item--position {
  font-weight: 400;
  font-size: 16px;
  color: #2f2f2f;
}
.ct-testimonial .item-star {
  margin-top: 20px;
  display: inline-block;
}
.ct-testimonial .item-star i {
  display: inline-block;
  font-size: 13px;
  color: rgba(1, 48, 18, 0.5);
  margin: 0 1px;
}
.ct-testimonial .item-star.five-star i {
  color: #f6b91c;
}
.ct-blog-carousel-layout1 .slick-prev.slick-arrow {
  position: absolute;
  top: 30%;
  left: -24px;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .ct-blog-carousel-layout1 .slick-prev.slick-arrow {
    left: 0;
  }
}
@media (max-width: 1400px) {
  .ct-blog-carousel-layout1 .slick-prev.slick-arrow {
    opacity: 0;
  }
}
.ct-blog-carousel-layout1 .slick-prev.slick-arrow:before {
  content: "\f42b";
  font-size: 20px;
  color: #2f2f2f;
  font-family: Icomoon;
}
.ct-blog-carousel-layout1 .slick-prev.slick-arrow:hover {
  background-color: #f1d2a9;
  box-shadow: unset;
}
.ct-blog-carousel-layout1 .slick-prev.slick-arrow:hover:before {
  color: #2f2f2f;
}
.ct-blog-carousel-layout1 .slick-next.slick-arrow {
  position: absolute;
  top: 30%;
  right: -7%;
  bottom: 0;
  transform: translate(0, 0);
  left: unset;
  background-color: #fff;
  width: 65px;
  height: 65px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .ct-blog-carousel-layout1 .slick-next.slick-arrow {
    right: -5%;
  }
}
@media (max-width: 1400px) {
  .ct-blog-carousel-layout1 .slick-next.slick-arrow {
    opacity: 0;
  }
}
.ct-blog-carousel-layout1 .slick-next.slick-arrow:before {
  font-size: 20px;
  content: "\f427";
  color: #2f2f2f;
  font-family: Icomoon;
}
.ct-blog-carousel-layout1 .slick-next.slick-arrow:hover {
  background-color: #f1d2a9;
  box-shadow: unset;
}
.ct-blog-carousel-layout1 .slick-next.slick-arrow:hover:before {
  color: #2f2f2f;
}
.ct-blog-carousel-layout1 .slick-dots {
  margin-left: 12px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .ct-blog-carousel-layout1 .slick-dots {
    margin-top: 40px;
  }
}
.ct-blog-carousel-layout1 .slick-dots li {
  border-radius: 50%;
  background-color: #184708;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  margin: 8px;
  width: 7px;
  height: 7px;
  opacity: 1;
}
.ct-blog-carousel-layout1 .slick-dots li:before {
  content: '';
  border-color: #184708;
  width: 21px;
  height: 21px;
  left: -7px;
  top: -7px;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #184708;
  opacity: 0;
}
.ct-blog-carousel-layout1 .slick-dots li button {
  opacity: 0;
}
.ct-blog-carousel-layout1 .slick-dots .slick-active {
  opacity: 1;
}
.ct-blog-carousel-layout1 .slick-dots .slick-active:before {
  opacity: 1;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
  margin: 30px 15px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 360px) {
  .ct-blog-carousel-layout1 .grid-item-inner.item-style1 {
    margin: 30px 10px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--featured {
  position: relative;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--featured img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder {
  padding: 0px 30px 15px 30px;
}
@media (max-width: 1199px) {
  .ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder {
    padding: 0px 15px 15px 15px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
  margin-top: -35px;
  z-index: 1;
  position: relative;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .avatar {
  display: flex;
  align-items: center;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .avatar a {
  display: flex;
  align-items: center;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .avatar a img {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .avatar a p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
  line-height: 1;
}
@media (max-width: 360px) {
  .ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .avatar a p {
    font-size: 12px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .avatar a span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  color: #184708;
  padding-top: 8px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
@media (max-width: 360px) {
  .ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .avatar a span {
    font-size: 12px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .avatar a span:hover {
  text-decoration: underline #184708;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .item--readmore a {
  background-color: #184708;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .item--readmore a i {
  color: #fff;
  -webkit-transform: rotate(-35deg);
  -khtml-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .item--readmore a:hover {
  background-color: #2a7d2e;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--author.ct-item-at .item--readmore a:hover i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--category {
  position: relative;
  padding-left: 55px;
  margin-top: 25px;
  margin-bottom: 5px;
}
@media (max-width: 360px) {
  .ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--category {
    margin-top: 20px;
    padding-left: 50px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--category:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 2px;
  background-color: #2a7d2e;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--category a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #013012;
  letter-spacing: -0.02em;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
@media (max-width: 360px) {
  .ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--category a {
    font-size: 14px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--category a:hover {
  color: #184708;
  text-decoration: underline #184708;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--title {
  margin-bottom: 17px;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--title a {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #184708;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-decoration: underline transparent;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--title a:hover {
  text-decoration: underline #184708;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 676px) {
  .ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--content {
    font-size: 14px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--meta {
  margin: 0;
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid rgba(18, 74, 47, 0.1);
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--meta li {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 676px) {
  .ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--meta li {
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--meta li:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: rgba(18, 74, 47, 0.2);
  right: -2.5px;
  top: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--holder .item--blog .item--meta li:last-child:after {
  display: none;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1:hover .item--featured img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1:hover .item--holder .item--blog .item--title a {
  text-decoration: underline #184708;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item-date2 {
  display: none;
}
.ct-blog-carousel-layout1 .grid-item-inner.item-style1 .item--category2 {
  display: none;
}
h2 + ul, h2 + ol {
  margin-bottom: 22px;
}
.wp-block-pullquote {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .wp-block-pullquote p {
    line-height: 1.4;
    font-size: 25px;
  }
}
@media screen and (min-width: 576px) {
  li > ul, blockquote > ul {
    margin-left: 1.65em;
    padding-left: 0;
  }
  li > ol, blockquote > ol {
    margin-left: 1.15em;
    padding-left: 0;
  }
}
.status-publish {
  /**
 * 6.0 Galleries
 */
}
@media (max-width: 480px) {
  margin-left: 0;
  text-align: left;
  clear: none;
  float: none;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 480px) {
  min-width: 280px;
}
p {
  margin-bottom: 20px;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
  line-height: 30px;
}
ul + h2 + ol li {
  line-height: 30px;
  font-size: 16px;
}
h2 + ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.widget ul li a:hover {
  color: #184708;
}
.widget .nice-select {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.widget .nice-select .list {
  background-color: #fff !important;
}
.widget .nice-select:focus {
  border-bottom: 1px solid #184708;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}
body.rtl .site-content .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended, body.rtl .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
  -khtml-transform: translate(50%, 0%);
  -moz-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  -o-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
body.rtl .slick-slide {
  float: right;
}
body.rtl input[type="text"], body.rtl input[type="email"], body.rtl input[type="url"], body.rtl input[type="search"], body.rtl input[type="tel"], body.rtl input[type="number"], body.rtl input[type="range"], body.rtl input[type="date"], body.rtl input[type="time"], body.rtl input[type="color"], body.rtl select, body.rtl .nice-select {
  text-align: right;
}
body.rtl .nice-select {
  padding-left: 40px;
  padding-right: 22px;
}
body.rtl .nice-select:after {
  left: 18px;
  right: auto;
}
body.rtl .ct-nav-carousel {
  /* Header */
}
body.rtl .ct-nav-carousel .nav-next {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .ct-menu-toggle {
  right: auto;
  left: 0;
}
@media screen and (min-width: 1200px) {
  body.rtl .ct-main-menu > li {
    float: right;
  }
  body.rtl .ct-main-menu > li.menu-item-has-children > a::after {
    margin-left: 0;
    margin-right: 4px;
  }
  body.rtl .ct-main-menu .sub-menu {
    left: auto;
    right: 0;
  }
  body.rtl .ct-main-menu .sub-menu a {
    padding-left: 10px;
    padding-right: 0;
  }
  body.rtl .ct-main-menu .sub-menu a:before {
    left: auto;
    right: 0px;
  }
  body.rtl .ct-main-menu .sub-menu li.menu-item-has-children > a::after {
    right: auto;
    left: 0;
    content: "\f103";
  }
  body.rtl .ct-main-menu .sub-menu li > a:hover, body.rtl .ct-main-menu .sub-menu li.current_page_item > a, body.rtl .ct-main-menu .sub-menu li.current-menu-item > a {
    padding-left: 0;
    padding-right: 18px;
  }
  body.rtl .ct-main-menu .sub-menu li > a:hover:before, body.rtl .ct-main-menu .sub-menu li.current_page_item > a:before, body.rtl .ct-main-menu .sub-menu li.current-menu-item > a:before {
    right: 0;
  }
  body.rtl .ct-main-menu .sub-menu .sub-menu {
    right: 100%;
  }
  body.rtl .ct-main-menu li.megamenu .sub-menu {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  body.rtl {
    /* End Header */
    /* Blog */
  }
  body.rtl .ct-main-menu .sub-menu li a {
    padding-left: 0;
    padding-right: 15px;
  }
  body.rtl #ct-menu-mobile .btn-nav-cart {
    margin-right: 0;
    margin-left: 6px;
  }
  body.rtl .ct-header-navigation {
    left: auto;
    right: 0;
  }
  body.rtl .ct-header-navigation .ct-main-navigation {
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  body.rtl .ct-header-navigation.navigation-open .ct-main-navigation {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
body.rtl .ct-breadcrumb li a {
  display: inline-flex;
  align-items: center;
}
body.rtl .ct-breadcrumb li a:after {
  float: left;
  content: "\f113";
}
body.rtl blockquote {
  padding-right: 37px;
  padding-left: 57px;
}
 body.rtl .ct-blog-carousel-layout1 .item--readmore {
  margin-left: 20px;
  margin-right: 0;
}
 body.rtl .ct-blog-carousel-layout1 .item--readmore i:before {
  content: "\f103";
}
 body.rtl .ct-blog-carousel-layout1 .item--comment i {
  margin-right: 0;
  margin-left: 4px;
}
 body.rtl .ct-blog-carousel-layout1 .item--title::before {
  left: auto;
  right: 0;
}
 body.rtl .ct-blog-carousel-layout1 .item--meta li + li {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 18px;
  margin-right: 12px;
}
 body.rtl .ct-blog-carousel-layout1 .item--meta li + li:before {
  left: auto;
  right: 0;
}
 body.rtl .ct-blog-carousel-layout1 .item--meta li + li:after {
  left: auto;
  right: 5px;
}
 body.rtl .ct-blog-carousel-layout1 .item--meta i {
  margin-right: 0;
  margin-left: 6px;
}
 body.rtl .ct-service-carousel1 .item--icon {
  right: auto;
  left: 25px;
}
body.rtl blockquote:before {
  left: auto;
  right: 0;
}
body.rtl .comment-reply {
  right: auto;
  left: 22px;
}
body.rtl .comment-reply a i {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl .comment-reply a i:before {
  content: "\f103";
}
body.rtl.single-product #primary div.product .quantity, body.rtl.single-product > div.product .quantity {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .scroll-top {
  right: auto;
  left: 0;
  /* End Footer */
}
