/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/* Archive */
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/* Grid */
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/* CT Image Single */
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 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(216, 48, 48, 0.2);
    box-shadow: 0 0 0 0 rgba(216, 48, 48, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(216, 48, 48, 0);
    box-shadow: 0 0 0 60px rgba(216, 48, 48, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(216, 48, 48, 0);
    box-shadow: 0 0 0 0 rgba(216, 48, 48, 0);
  }
}
@keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(216, 48, 48, 0.2);
    box-shadow: 0 0 0 0 rgba(216, 48, 48, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(216, 48, 48, 0);
    box-shadow: 0 0 0 60px rgba(216, 48, 48, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(216, 48, 48, 0);
    box-shadow: 0 0 0 0 rgba(216, 48, 48, 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);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes ct-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes ct-bounce {
  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: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-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(216, 48, 48, 0.4);
    box-shadow: 0 0 0 0 rgba(216, 48, 48, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(216, 48, 48, 0);
    box-shadow: 0 0 0 60px rgba(216, 48, 48, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(216, 48, 48, 0);
    box-shadow: 0 0 0 0 rgba(216, 48, 48, 0);
  }
}
@keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(216, 48, 48, 0.4);
    box-shadow: 0 0 0 0 rgba(216, 48, 48, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 0, 0, );
    box-shadow: 0 0 0 60px rgba(216, 48, 48, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(216, 48, 48, 0);
    box-shadow: 0 0 0 0 rgba(216, 48, 48, 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);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.74);
    transform: scale(1.74);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.6);
    transform: scale(2.6);
    opacity: 0;
  }
}
@keyframes squares_lg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.74);
    -moz-transform: scale(1.74);
    -o-transform: scale(1.74);
    transform: scale(1.74);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.6);
    -moz-transform: scale(2.6);
    -o-transform: scale(2.6);
    transform: scale(2.6);
    opacity: 0;
  }
}
@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 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 stevloader {
  0%, 100% {
    box-shadow: -7px -7px 0em 5px #d83030, 7px -7px 0em 5px #000, 7px 7px 0em 5px #000, -7px 7px 0em 5px #000;
  }
  8.3333% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #d83030, 7px 7px 0em 5px #000, -7px 7px 0em 5px #000;
  }
  16.6667% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px #d83030, -7px 7px 0em 5px #000;
  }
  25% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #d83030;
  }
  33.3333% {
    box-shadow: -7px -7px 0em 5px #d83030, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #000;
  }
  41.6667% {
    box-shadow: -7px -7px 0em 5px #000, 7px -7px 0em 5px #d83030, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #000;
  }
  50% {
    box-shadow: -7px -7px 0em 5px #000, 7px -7px 0em 5px #000, 7px 7px 0em 5px #d83030, -7px 7px 0em 5px #000;
  }
  58.3333% {
    box-shadow: -7px -7px 0em 5px #000, 7px -7px 0em 5px #000, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #d83030;
  }
  66.6667% {
    box-shadow: -7px -7px 0em 5px #d83030, 7px -7px 0em 5px #000, 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  75% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #d83030, 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  83.3333% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #000, 7px 7px 0em 5px #d83030, -7px 7px 0em 5px transparent;
  }
  91.6667% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #000, 7px 7px 0em 5px #000, -7px 7px 0em 5px #d83030;
  }
}
@-webkit-keyframes stevloader {
  0%, 100% {
    -webkit-box-shadow: -7px -7px 0em 5px #d83030, 7px -7px 0em 5px #000, 7px 7px 0em 5px #000, -7px 7px 0em 5px #000;
  }
  8.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #d83030, 7px 7px 0em 5px #000, -7px 7px 0em 5px #000;
  }
  16.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px #d83030, -7px 7px 0em 5px #000;
  }
  25% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #d83030;
  }
  33.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px #d83030, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #000;
  }
  41.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px #000, 7px -7px 0em 5px #d83030, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #000;
  }
  50% {
    -webkit-box-shadow: -7px -7px 0em 5px #000, 7px -7px 0em 5px #000, 7px 7px 0em 5px #d83030, -7px 7px 0em 5px #000;
  }
  58.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px #000, 7px -7px 0em 5px #000, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #d83030;
  }
  66.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px #d83030, 7px -7px 0em 5px #000, 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  75% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #d83030, 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  83.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #000, 7px 7px 0em 5px #d83030, -7px 7px 0em 5px transparent;
  }
  91.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #000, 7px 7px 0em 5px #000, -7px 7px 0em 5px #d83030;
  }
}
@-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 shakeThatBooty {
  33% {
    -webkit-transform: rotateZ(12deg);
    -khtml-transform: rotateZ(12deg);
    -moz-transform: rotateZ(12deg);
    -ms-transform: rotateZ(12deg);
    -o-transform: rotateZ(12deg);
    transform: rotateZ(12deg);
  }
  67% {
    -webkit-transform: rotateZ(-12deg);
    -khtml-transform: rotateZ(-12deg);
    -moz-transform: rotateZ(-12deg);
    -ms-transform: rotateZ(-12deg);
    -o-transform: rotateZ(-12deg);
    transform: rotateZ(-12deg);
  }
  100% {
    -webkit-transform: rotateZ(12deg);
    -khtml-transform: rotateZ(12deg);
    -moz-transform: rotateZ(12deg);
    -ms-transform: rotateZ(12deg);
    -o-transform: rotateZ(12deg);
    transform: rotateZ(12deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(216, 48, 48, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(216, 48, 48, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(216, 48, 48, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(216, 48, 48, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(216, 48, 48, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(216, 48, 48, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(216, 48, 48, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(216, 48, 48, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(216, 48, 48, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(216, 48, 48, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(216, 48, 48, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(216, 48, 48, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.ft-heading {
  font-family: 'Poppins', sans-serif;
}
html {
  box-sizing: border-box;
}
a {
  -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: #d83030;
}
a.link-underline {
  color: #d83030;
}
a.link-underline:hover {
  text-decoration: underline;
  color: #d83030;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #010101;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  color: #383838;
  -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;
}
body.body-default-font {
  font-family: 'Roboto', sans-serif;
}
.site {
  position: relative;
}
.site-h2 .site {
  overflow: hidden;
}
cite {
  color: #d83030;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0e0e0e;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
}
.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6, .heading-default-font .ft-h {
  font-family: 'Poppins', sans-serif;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 36px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 24px;
  font-weight: 600;
}
h6, .h6 {
  font-size: 18px;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #282828;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #d83030;
}
code, kbd {
  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;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #d83030;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
blockquote {
  background-color: #edf0f2;
  padding: 24px 57px 24px 37px;
  font-size: 19px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  position: relative;
  margin-top: 40px;
  margin-bottom: 34px;
}
blockquote:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d83030;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 10px;
  color: #d83030;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
  clear: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
#tslOverlay {
  background-color: transparent !important;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.ct-testimonial-carousel1 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 35px;
}
.color-primary {
  color: #d83030;
}
.icon-space-right {
  margin-right: 10px;
}
.gradient-gray {
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.gradient-dark {
  background-image: -webkit-linear-gradient(90deg, #010101 0%, #555 50%, #010101 100%);
  background-image: -moz-linear-gradient(90deg, #010101 0%, #555 50%, #010101 100%);
  background-image: -ms-linear-gradient(90deg, #010101 0%, #555 50%, #010101 100%);
  background-image: -o-linear-gradient(90deg, #010101 0%, #555 50%, #010101 100%);
  background-image: linear-gradient(90deg, #010101 0%, #555 50%, #010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.bg-gradient {
  background-color: #0c3ef8;
  background-image: -webkit-gradient(linear, left top, right top, from(#0c3ef8), to(#6a84ff));
  background-image: -webkit-linear-gradient(left, #0c3ef8, #6a84ff);
  background-image: -moz-linear-gradient(left, #0c3ef8, #6a84ff);
  background-image: -ms-linear-gradient(left, #0c3ef8, #6a84ff);
  background-image: -o-linear-gradient(left, #0c3ef8, #6a84ff);
  background-image: linear-gradient(left, #0c3ef8, #6a84ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0c3ef8', endColorStr='#6a84ff', gradientType='1');
}
.bg-gradient2 {
  background-color: #9fd712;
  background-image: -webkit-gradient(linear, left top, right top, from(#9fd712), to(#cbf855));
  background-image: -webkit-linear-gradient(left, #9fd712, #cbf855);
  background-image: -moz-linear-gradient(left, #9fd712, #cbf855);
  background-image: -ms-linear-gradient(left, #9fd712, #cbf855);
  background-image: -o-linear-gradient(left, #9fd712, #cbf855);
  background-image: linear-gradient(left, #9fd712, #cbf855);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9fd712', endColorStr='#cbf855', gradientType='1');
}
.el-middle {
  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%);
}
.text-gradient, #ct-header-wrap .ct-header-info .item-icon i, .ct-class-grid4 .item-readmore a span, .text-gradient2, .elementor-icon i {
  background-color: #0c3ef8;
  background-image: -webkit-gradient(linear, left top, right top, from(#0c3ef8), to(#6a84ff));
  background-image: -webkit-linear-gradient(left, #0c3ef8, #6a84ff);
  background-image: -moz-linear-gradient(left, #0c3ef8, #6a84ff);
  background-image: -ms-linear-gradient(left, #0c3ef8, #6a84ff);
  background-image: -o-linear-gradient(left, #0c3ef8, #6a84ff);
  background-image: linear-gradient(left, #0c3ef8, #6a84ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0c3ef8', endColorStr='#6a84ff', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.ct-text-gradient .elementor-text-editor {
  display: inline-block;
  color: #d83030;
  text-shadow: 0 8px 29px rgba(216, 48, 48, 0.3);
}
.text-gradient2 {
  background-color: #9fd712;
  background-image: -webkit-gradient(linear, left top, right top, from(#9fd712), to(#cbf855));
  background-image: -webkit-linear-gradient(left, #9fd712, #cbf855);
  background-image: -moz-linear-gradient(left, #9fd712, #cbf855);
  background-image: -ms-linear-gradient(left, #9fd712, #cbf855);
  background-image: -o-linear-gradient(left, #9fd712, #cbf855);
  background-image: linear-gradient(left, #9fd712, #cbf855);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9fd712', endColorStr='#cbf855', gradientType='1');
}
.elementor-widget-wrap > .elementor-element.el-inline {
  width: auto;
  display: inline-block;
  float: left;
}
.contact-info-custom i {
  position: relative;
  top: -6px;
}
.title-slide-shadow1 {
  text-shadow: 2px 3px #fff;
}
.title-slide-shadow2 {
  text-shadow: 2px 2px #fff;
}
.title-custom .elementor-heading-title:after {
  display: inline-block;
  width: 33px;
  height: 3px;
  background-color: #d83030;
  content: "";
  position: relative;
  top: -5px;
  margin-left: 12px;
}
.slider-title-3:before, .slider-title-3:after {
  position: relative;
  top: -3px;
  content: "";
  width: 92px;
  height: 3px;
  background-color: #d83030;
  display: inline-block;
}
.slider-title-3:before {
  margin-right: 15px;
}
.slider-title-3:after {
  margin-left: 12px;
}
.title-slide cite {
  text-shadow: none;
  font-style: normal;
  text-stroke-color: red;
  -webkit-text-stroke-color: red;
  text-stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  color: transparent;
}
.title-slide cite div {
  text-stroke-color: red;
  -webkit-text-stroke-color: red;
  text-stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  color: transparent;
}
.title-slide .rs_splitted_words > div {
  color: inherit !important;
}
.ct-arrow-left, .ct-arrow-right {
  display: inline-block;
  width: 25px;
  height: 13px;
  position: relative;
  font-style: normal;
}
.ct-arrow-left:before, .ct-arrow-right:before {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  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%);
  color: #010101;
  font-weight: 400;
  font-size: 14px;
}
.ct-arrow-left:after, .ct-arrow-right:after {
  content: '';
  background-color: #010101;
  width: 23px;
  height: 1px;
  position: absolute;
  left: 0;
  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-arrow-left.arrow-white:before, .ct-arrow-right.arrow-white:before {
  color: #fff;
}
.ct-arrow-left.arrow-white:after, .ct-arrow-right.arrow-white:after {
  background-color: #fff;
}
.slider-title-first {
  position: relative;
  padding-right: 100px;
}
.slider-title-first:after {
  right: 0;
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 2px;
  top: 12px;
  background-color: #d83030;
}
.slider-title-line-first {
  position: relative;
  padding-left: 70px;
}
.slider-title-line-first:before {
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  top: 12px;
  background-color: #d83030;
}
.btn-slide-custom {
  overflow: hidden;
  position: relative !important;
  height: 56px !important;
  line-height: 56px !important;
  padding-left: 55px !important;
}
.btn-slide-custom span {
  z-index: 1;
  position: relative;
}
.btn-slide-custom:after, .btn-slide-custom:before {
  position: absolute;
  display: block;
  content: "";
  -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;
}
.btn-slide-custom:after {
  top: 0;
  height: 100%;
  width: 100px;
  left: -71px;
  background-color: #d83030;
  transform: skew(-45deg);
}
.btn-slide-custom:before {
  height: 100%;
  width: 100%;
  background-color: #010101;
  transform: skew(-45deg);
  left: 38px;
}
.btn-slide-custom i {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 30px;
  text-align: center !important;
  color: #d83030;
  line-height: 30px !important;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  height: 30px;
}
.btn-slide-custom:hover:after {
  background-color: #010101;
}
.btn-slide-custom:hover:before {
  background-color: #d83030;
}
.btn-slide-2 {
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  color: #010101;
  position: relative;
  z-index: 2;
}
.btn-slide-2:before {
  z-index: 2;
  width: 35px;
  height: 3px;
  content: "";
  display: inline-block;
  position: absolute;
  right: auto;
  -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;
  top: -6px;
  left: 0;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.btn-slide-2 i {
  margin-right: 5px;
}
.btn-slide-2:hover {
  background: #d83030;
  background-image: -webkit-linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  background-image: -moz-linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  background-image: -ms-linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  background-image: -o-linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  background-image: linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  color: #fff;
}
.btn-slide-2:hover:before {
  width: 100%;
  background: #d83030;
  background-image: -webkit-linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  background-image: -moz-linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  background-image: -ms-linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  background-image: -o-linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  background-image: linear-gradient(90deg, #d83030 0%, #d83030 0%, #d83030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.rev-btn i {
  margin-right: 5px;
}
.btn-slide-2:hover {
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100% !important);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100% !important);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100% !important);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100% !important);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100% !important);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
body .tp-bullets.dione {
  overflow: hidden;
}
body .tp-bullets.dione .tp-bullet-img-wrap {
  position: relative;
}
body .tp-bullets.dione .tp-bullet-title {
  display: none !important;
  opacity: 0 !important;
}
body .tp-bullets.dione .tp-bullet {
  padding: 10px !important;
  -webkit-box-shadow: 0;
  -khtml-box-shadow: 0;
  -moz-box-shadow: 0;
  -ms-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  border: none;
  background-color: transparent;
}
body .tp-bullets.dione .tp-bullet:before, body .tp-bullets.dione .tp-bullet:after {
  -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;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 2px;
  background-color: transparent;
  display: block;
  content: "";
  position: absolute;
}
body .tp-bullets.dione .tp-bullet:before {
  top: -20px;
}
body .tp-bullets.dione .tp-bullet:after {
  bottom: -20px;
}
body .tp-bullets.dione .tp-bullet.selected, body .tp-bullets.dione .tp-bullet:hover {
  padding: 0px !important;
  background-color: transparent;
}
body .tp-bullets.dione .tp-bullet.selected {
  background-color: transparent !important;
  border: 3px solid #d83030 !important;
  position: relative;
}
body .tp-bullets.dione .tp-bullet.selected:before {
  height: 20px;
  background-color: #fff;
  top: -28px;
}
body .tp-bullets.dione .tp-bullet.selected:after {
  bottom: -28px;
  height: 20px;
  background-color: #fff;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg-primary {
  background-color: #d83030 !important;
}
.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;
}
.row-visible {
  overflow: visible !important;
}
.ct-inline {
  display: inline-block;
  width: auto !important;
}
.ct-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.ct-icon-plus:before, .ct-icon-plus:after {
  content: "";
  background-color: #d83030;
  position: absolute;
  -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-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.ct-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(rgba(0, 0, 0, )));
  background-image: -webkit-linear-gradient(bottom, #010101, rgba(0, 0, 0, ));
  background-image: -moz-linear-gradient(bottom, #010101, rgba(0, 0, 0, ));
  background-image: -ms-linear-gradient(bottom, #010101, rgba(0, 0, 0, ));
  background-image: -o-linear-gradient(bottom, #010101, rgba(0, 0, 0, ));
  background-image: linear-gradient(bottom, #010101, rgba(0, 0, 0, ));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#010101', endColorStr='rgba(0, 0, 0, )');
}
.overlay-gradient:after {
  background-color: #010101;
  opacity: 0.3;
  z-index: 1;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
  max-width: 100%;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.align-justified {
  width: 100%;
}
.btn-hover {
  position: relative;
  overflow: hidden;
}
.btn-hover span {
  position: relative;
  z-index: 1;
}
.btn-hover:before {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: "";
  height: 100%;
  width: 0;
  background-color: #010101;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -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;
}
.btn-hover:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.btn-hover-primary a {
  position: relative;
  overflow: hidden;
}
.btn-hover-primary a span {
  position: relative;
  z-index: 1;
}
.btn-hover-primary a:before {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: "";
  height: 100%;
  width: 0;
  background-color: #d83030;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -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;
}
.btn-hover-primary a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
@media screen and (min-width: 992px) {
  .bg-row-after {
    position: relative;
  }
  .bg-row-after:before {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 500%;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
  .align-justified-md {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
  .align-justified-sm {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
  .align-justified-xs {
    width: 100%;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-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="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #767677;
  padding: 6px 22px;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  -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: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus {
  outline: 0;
  border-color: #d83030;
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 50px;
}
textarea {
  line-height: normal;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 150px;
}
.wpcf7-form .wpcf7-response-output {
  border: 1px solid #dadce1;
  padding: 10px 22px;
  margin: 20px 0 0;
  font-size: 13px;
  color: #010101;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  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%);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  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%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #d83030;
}
.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: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 15px;
  color: #9b9b9b;
  position: absolute;
  right: 23px;
  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 span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 37px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 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 .list .selected {
  color: #222;
}
.nice-select .list .option {
  font-size: 14px;
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .list .option.selected {
  font-weight: 700;
}
.nice-select .list .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .list .option:hover, .nice-select .list .option:focus {
  background-color: #f3f3f4;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.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;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #d83030;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  font-family: 'Poppins', sans-serif;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #d83030;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #d83030;
}
.btn, button, .button, input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 34px;
  line-height: 53px;
  -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;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #d83030;
  z-index: 1;
}
.btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  outline: none;
}
.btn-gradien-dark {
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  box-shadow: none;
}
.btn .ct-align-icon-left i {
  margin-right: 6px;
  font-size: 20px;
}
.btn .ct-align-icon-right {
  float: right;
}
.btn .ct-align-icon-right i {
  margin-left: 6px;
  font-size: 20px;
  margin-top: 3px;
  position: relative;
  top: 2px;
}
.btn i.space-left {
  margin-left: 12px;
}
.btn i.space-right {
  margin-right: 12px;
}
.btn i.icon-abs {
  font-size: 56px;
  color: rgba(255, 255, 255, 0.21);
  z-index: -1;
  position: absolute;
  bottom: 0px;
  right: -20px;
  margin: 0;
  -webkit-transform: rotate(21deg);
  -khtml-transform: rotate(21deg);
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -o-transform: rotate(21deg);
  transform: rotate(21deg);
}
.btn.btn-secondary {
  background-color: #010101;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: #d83030;
}
.btn.btn-icon {
  line-height: 52px;
  padding-left: 60px !important;
  padding-right: 20px;
  -webkit-border-radius: 53px 3px 3px 53px;
  -khtml-border-radius: 53px 3px 3px 53px;
  -moz-border-radius: 53px 3px 3px 53px;
  -ms-border-radius: 53px 3px 3px 53px;
  -o-border-radius: 53px 3px 3px 53px;
  border-radius: 53px 3px 3px 53px;
  -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;
}
.btn.btn-icon i {
  margin: 0;
  color: #000;
  height: 40px;
  width: 40px;
  background-color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-style: 18px;
  position: absolute;
  left: 6px;
  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 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
}
.btn.btn-icon:hover, .btn.btn-icon:focus {
  background-color: #000;
}
.btn.btn-dark {
  background-color: #000;
}
.btn.btn-dark i {
  color: #000;
}
.btn.btn-dark:hover .btn.btn-dark:focus {
  background-color: #d83030;
}
.btn.btn-dark.btn-icon:hover, .btn.btn-dark.btn-icon:focus {
  background-color: #d83030;
}
.btn.btn-dark.btn-icon:hover i, .btn.btn-dark.btn-icon:focus i {
  color: #000;
}
.btn.btn-gradient {
  background-color: #6a84ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6a84ff), to(#0c3ef8));
  background-image: -webkit-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -moz-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -ms-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -o-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: linear-gradient(left, #6a84ff, #0c3ef8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6a84ff', endColorStr='#0c3ef8', gradientType='1');
}
.btn.btn-gradient2 {
  font-size: 16px;
  line-height: 60px;
  padding: 0 22px;
  color: #000;
  background-color: #cbf855;
  background-image: -webkit-gradient(linear, left top, right top, from(#cbf855), to(#9fd712));
  background-image: -webkit-linear-gradient(left, #cbf855, #9fd712);
  background-image: -moz-linear-gradient(left, #cbf855, #9fd712);
  background-image: -ms-linear-gradient(left, #cbf855, #9fd712);
  background-image: -o-linear-gradient(left, #cbf855, #9fd712);
  background-image: linear-gradient(left, #cbf855, #9fd712);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cbf855', endColorStr='#9fd712', gradientType='1');
}
.btn.btn-gradient2:hover, .btn.btn-gradient2:focus {
  color: #000;
}
.btn.btn-white {
  color: #000;
  background-color: #fff;
  padding: 0 31px;
  line-height: 60px;
  font-size: 16px;
}
.btn.btn-white i {
  color: #0c3ef8;
  -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;
}
.btn.btn-white:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #6a84ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6a84ff), to(#0c3ef8));
  background-image: -webkit-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -moz-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -ms-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -o-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: linear-gradient(left, #6a84ff, #0c3ef8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6a84ff', endColorStr='#0c3ef8', gradientType='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;
  opacity: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-white:after {
  display: none;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  color: #fff;
}
.btn.btn-white:hover i, .btn.btn-white:focus i {
  color: #fff;
}
.btn.btn-white:hover:before, .btn.btn-white:focus:before {
  opacity: 1;
}
.btn.btn-outline-white {
  background-color: transparent;
  border: 2px solid #9fd712;
  padding: 0 28px;
  line-height: 47px;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  background-color: #9fd712;
  color: #000;
}
.btn-default .ct-button-text {
  z-index: 2;
  position: relative;
}
.btn-default .ct-button-icon {
  z-index: 2;
  top: 1px;
  position: relative;
}
.btn-default:hover {
  background-color: #010101;
  color: #fff;
}
.btn-default:hover .ct-button-icon {
  color: inherit;
}
.btn-default.white:hover {
  background-color: #fff;
  color: #010101;
}
.btn-default.white:hover .ct-button-icon {
  color: inherit;
}
.btn-default.line-top {
  overflow: visible !important;
}
.btn-default.line-top:before, .btn-default.line-top:after {
  -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;
  display: block;
  content: "";
  position: absolute;
  background-color: #d83030;
}
.btn-default.line-top:before {
  top: -5px;
  left: 1%;
  height: 2px;
  width: 98%;
}
.btn-default.line-top:after {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
}
.btn-default.line-top:hover {
  color: #fff;
}
.btn-default.line-top:hover .ct-button-icon {
  color: inherit;
}
.btn-default.line-top:hover:before {
  background-color: #010101;
}
.btn-default.line-top:hover:after {
  height: 100%;
  top: 0;
  background-color: #010101;
}
.btn-default.line-top:hover.line-sec {
  color: #fff;
}
.btn-default.line-top:hover.line-sec .ct-button-icon {
  color: inherit;
}
.btn-default.line-top:hover.line-sec:before {
  background-color: #010101;
}
.btn-default.line-top:hover.line-sec:after {
  height: 100%;
  top: 0;
  background-color: #010101;
}
.btn-default.line-top:hover.line-white {
  color: #010101;
}
.btn-default.line-top:hover.line-white .ct-button-icon {
  color: inherit;
}
.btn-default.line-top:hover.line-white:before {
  background-color: #fff;
}
.btn-default.line-top:hover.line-white:after {
  background-color: #fff;
}
.btn-footer-custom .ct-button-layout1 .btn {
  line-height: 41px;
}
.btn-text {
  font-size: 14px;
  font-weight: 700;
  color: #0e0e0e;
  font-family: 'Poppins', sans-serif;
}
.btn-text i.space-right {
  margin-right: 4px;
}
.btn-text i.space-left {
  margin-left: 4px;
}
.btn-text span {
  border-bottom: 1px solid #0e0e0e;
  -webkit-transition: border-color 300ms linear 0ms;
  -khtml-transition: border-color 300ms linear 0ms;
  -moz-transition: border-color 300ms linear 0ms;
  -ms-transition: border-color 300ms linear 0ms;
  -o-transition: border-color 300ms linear 0ms;
  transition: border-color 300ms linear 0ms;
}
.btn-text:hover {
  color: #d83030;
  text-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -webkit-text-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
}
.btn-text:hover span {
  border-color: #d83030;
}
.btn-arrow .btn-arrow-text {
  font-size: 14px;
  font-weight: 700;
  color: #0e0e0e;
  -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;
  font-family: 'Poppins', sans-serif;
  line-height: 38px;
  padding: 0 12px 0 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 1px;
  margin-right: -2px;
}
.btn-arrow .btn-arrow-text:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #0e0e0e;
  -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;
  z-index: -1;
}
.btn-arrow .btn-arrow-icon {
  width: 55px;
  height: 38px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c3ef8), to(#6a84ff));
  background-image: -webkit-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -moz-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -ms-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -o-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: linear-gradient(bottom, #0c3ef8, #6a84ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0c3ef8', endColorStr='#6a84ff');
  line-height: 38px;
  color: #fff;
  padding-left: 18px;
  font-size: 13px;
  display: inline-block;
  margin-left: -2px;
  -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;
  position: relative;
}
.btn-arrow i:before, .btn-arrow i:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px;
  right: 0;
}
.btn-arrow i:before {
  top: 0;
  border-color: #fff #fff transparent transparent;
}
.btn-arrow i:after {
  bottom: 0;
  border-color: transparent #fff #fff transparent;
}
.btn-arrow:hover .btn-arrow-text {
  color: #fff;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.btn-arrow:hover .btn-arrow-text:before {
  width: 100%;
}
.btn-arrow:hover .btn-arrow-icon {
  background-color: #cbf855;
  background-image: -webkit-gradient(linear, left top, right top, from(#cbf855), to(#9fd712));
  background-image: -webkit-linear-gradient(left, #cbf855, #9fd712);
  background-image: -moz-linear-gradient(left, #cbf855, #9fd712);
  background-image: -ms-linear-gradient(left, #cbf855, #9fd712);
  background-image: -o-linear-gradient(left, #cbf855, #9fd712);
  background-image: linear-gradient(left, #cbf855, #9fd712);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cbf855', endColorStr='#9fd712', gradientType='1');
  color: #000;
}
#ct-header-wrap {
  position: relative;
  z-index: 999;
}
#ct-header-wrap .ct-header-topbar1 {
  background-color: #131313;
  padding: 7px 15px;
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 767px) {
  #ct-header-wrap .ct-header-topbar1 {
    display: none;
  }
}
#ct-header-wrap .ct-header-topbar1 a {
  color: inherit;
}
#ct-header-wrap .ct-header-topbar1 .ct-work-time {
  margin-right: 30px;
  flex-grow: 1;
  margin: 0 15px;
}
#ct-header-wrap .ct-header-topbar1 .ct-work-time cite {
  font-weight: 700;
  font-style: normal;
  color: #d83030;
}
#ct-header-wrap .ct-header-topbar2 {
  padding: 17px 0;
}
@media screen and (max-width: 1199px) {
  #ct-header-wrap .ct-header-topbar2 {
    display: none;
  }
}
#ct-header-wrap .item-menu-hide-icon .ct-main-menu .link-icon {
  display: none;
}
#ct-header-wrap.scroll-to-bottom #ct-header.h-fixed {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
#ct-header-wrap.scroll-to-bottom #ct-header.h-fixed .ct-header-branding {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ct-header-wrap.scroll-to-bottom #ct-header.h-fixed .ct-header-branding .logo-light {
  opacity: 0;
}
#ct-header-wrap.scroll-to-bottom #ct-header.h-fixed .ct-header-branding .logo-dark {
  opacity: 1;
}
#ct-header-wrap.scroll-to-top.is-sticky #ct-header.scroll-up {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin-top: -150px;
}
#ct-header-wrap.scroll-to-top.is-sticky #ct-header.scroll-up .ct-header-branding {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ct-header-wrap.scroll-to-top.is-sticky #ct-header.scroll-up .ct-header-branding .logo-light {
  opacity: 0;
}
#ct-header-wrap.scroll-to-top.is-sticky #ct-header.scroll-up .ct-header-branding .logo-dark {
  opacity: 1;
}
#ct-header-wrap .row {
  align-items: center;
}
#ct-header-wrap .ct-header-branding {
  margin: 15px;
  position: relative;
}
#ct-header-wrap .ct-header-branding img {
  max-height: 51px;
  max-width: inherit;
  -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-header-wrap .ct-header-branding .logo-light, #ct-header-wrap .ct-header-branding .logo-mobile {
  position: absolute;
  top: 50%;
  left: 0%;
  -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: 0;
}
#ct-header-wrap #ct-header {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#ct-header-wrap .ct-header-search {
  min-width: 230px;
}
@media screen and (max-width: 1199px) {
  #ct-header-wrap .ct-header-search {
    display: none;
  }
}
#ct-header-wrap .ct-header-search form {
  max-width: 230px;
  position: relative;
}
#ct-header-wrap .ct-header-search .search-field {
  padding: 0;
  border: none;
  font-size: 15px;
  color: #777;
  font-style: italic;
}
#ct-header-wrap .ct-header-search .search-submit {
  padding: 0;
  border: none;
  background-color: transparent;
  height: 50px;
  width: 50px;
  min-width: 50px;
  color: #0d0d0d;
  position: absolute;
  top: 0;
  right: 0;
}
#ct-header-wrap .ct-header-search .search-submit:hover, #ct-header-wrap .ct-header-search .search-submit:focus {
  color: #0c3ef8;
}
#ct-header-wrap .ct-header-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ct-header-wrap .ct-header-info .item-icon {
  line-height: 1;
  margin-right: 14px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
#ct-header-wrap .ct-header-info .item-icon i {
  font-size: 30px;
  background-color: #6a84ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6a84ff), to(#0c3ef8));
  background-image: -webkit-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -moz-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -ms-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: -o-linear-gradient(left, #6a84ff, #0c3ef8);
  background-image: linear-gradient(left, #6a84ff, #0c3ef8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6a84ff', endColorStr='#0c3ef8', gradientType='1');
}
#ct-header-wrap .ct-header-info label {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}
#ct-header-wrap .ct-header-info span {
  font-size: 15px;
  color: #3b3a3a;
  display: block;
}
#ct-header-wrap .ct-header-info .item-meta {
  position: relative;
  line-height: normal;
}
#ct-header-wrap .ct-header-info .item-meta .item-link {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ct-header-wrap .ct-header-info .ct-header-info-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#ct-header-wrap .ct-header-info .ct-header-info-item + .ct-header-info-item {
  margin-left: 55px;
}
#ct-header-wrap .ct-header-info .ct-header-info-item:hover .item-icon {
  animation-name: icon-bounce;
  -moz-animation-name: icon-bounce;
}
#ct-header-wrap .ct-header-info-mobile {
  margin-top: 32px;
}
#ct-header-wrap .ct-header-info-mobile .ct-header-info-item + .ct-header-info-item {
  margin-left: 0;
  margin-top: 20px;
}
#ct-header-wrap .ct-header-social {
  display: flex;
  position: relative;
  padding-left: 36px;
  margin-left: 15px;
  margin-right: 15px;
}
#ct-header-wrap .ct-header-social a {
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #fff;
}
#ct-header-wrap .ct-header-social-mobile .ct-header-social {
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
}
#ct-header-wrap .ct-header-social-mobile .ct-header-social:before {
  display: none;
}
.ct-phone-mobile {
  display: none;
  margin-top: 30px;
  margin-bottom: 15px;
}
.ct-phone-mobile a {
  display: block;
  position: relative;
  height: 53px;
  font-size: 20px;
  line-height: 53px;
  color: #fff;
  font-weight: bold;
  padding-left: 75px;
  padding-right: 20px;
  background-color: #010101;
}
.ct-phone-mobile i {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d83030;
  text-align: center;
  width: 60px;
  height: 100%;
  text-align: center;
  line-height: 53px;
}
.ct-phone-14 {
  display: none;
  background-color: #010101;
  width: 60px;
  height: 53px;
  line-height: 53px;
  text-align: center;
}
.ct-phone-14 i {
  color: #fff;
  font-size: 20px;
}
.ct-header-layout2 .ct-header-topbar1 {
  background-color: #131313;
  padding: 7px 15px;
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 767px) {
  .ct-header-layout2 .ct-header-topbar1 {
    display: none;
  }
}
.ct-header-layout2 .ct-header-topbar1 a {
  color: #fff;
}
.ct-header-layout2 .ct-header-topbar1 a:hover {
  color: #fff;
}
.ct-header-layout2 .ct-header-topbar1 .ct-work-time {
  margin-right: 30px;
  flex-grow: 1;
  margin: 0 15px;
}
.ct-header-layout2 .ct-header-topbar1 .ct-work-time cite {
  font-weight: 700;
  font-style: normal;
  color: #d83030;
}
.ct-header-layout2 .ct-header-social {
  margin-right: 10px;
}
.ct-header-layout2 .ct-header-social a {
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-left: 7px;
  margin-right: 7px;
}
.ct-header-layout2 .ct-header-social a i {
  -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-header-layout2 .ct-header-social a:first-child {
  border-left: none;
  margin-left: 0;
}
.ct-header-layout2 .ct-header-social a:last-child {
  margin-right: 0;
}
.ct-header-layout2 .ct-header-social a:hover {
  color: #fff;
}
.ct-header-layout2 .ct-header-social a:hover i {
  color: inherit;
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media screen and (min-width: 992px) {
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner {
    min-height: 100px;
    max-height: 150px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-logo {
    position: absolute;
    left: 50%;
    top: 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-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-phone {
    background-image: url(../images/icon-phone.png);
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-address {
    background-image: url(../images/icon-map.png);
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-phone, #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-address {
    position: relative;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-phone label, #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-address label, #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-phone a, #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-address a {
    line-height: 1.3;
    font-weight: 600;
    color: #010101;
    display: inline-block;
    border-bottom: 2px solid rgba(56, 56, 56, 0.4);
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-phone span.sub-title, #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-address span.sub-title {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-weight: 300;
    color: rgba(56, 56, 56, 0.7);
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-phone i, #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-address i {
    font-size: 32px;
    color: #d83030;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-main.h-fixed .topbar-info {
    display: none;
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-main.h-fixed.scroll-up .ct-header-branding .logo-light {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  #ct-header-wrap .ct-header-navigation {
    margin: 0 15px;
    display: flex;
    align-items: center;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-navigation {
    position: relative;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-navigation:after {
    position: absolute;
    content: "";
    height: 2px;
    z-index: -2;
    background-image: url(../images/line-navi.jpg);
    background-repeat: repeat-x;
    width: 100%;
    bottom: 6px;
    left: 0;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-main {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-main.h-fixed {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-main > .container {
    max-width: 100%;
    width: 100%;
    padding-left: 95px;
    padding-right: 95px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-main-navigation {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-branding {
    flex-grow: inherit;
    margin: 0 15px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-navigation {
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #ct-header-wrap.ct-header-layout1 .ct-main-menu > li {
    margin: 0;
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-main-menu > li > a {
    text-align: center;
    padding: 0 10px;
    line-height: 1;
    position: static;
  }
  #ct-header-wrap.ct-header-layout1 .ct-main-menu > li > a span {
    display: block;
    line-height: 1;
  }
  #ct-header-wrap.ct-header-layout1 .ct-main-menu > li > a span.link-icon {
    margin: 0 0 7px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone {
    line-height: 53px;
    display: flex;
    flex-wrap: wrap;
    height: 53px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0 35px 0 62px;
    position: relative;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    background-color: #010101;
    border-right: 10px solid #d83030;
    border-bottom: 1px solid rgba(216, 48, 48, 0.8);
    z-index: -1;
    transform: skew(-27deg);
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone:after {
    content: '';
    height: 55px;
    width: 12px;
    position: absolute;
    top: -1px;
    left: -5px;
    background-color: #fff;
    z-index: 1;
    transform: skew(-27deg);
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone i {
    color: #6b6b6b;
    font-size: 43px;
    position: absolute;
    bottom: -6px;
    left: 3px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone a {
    font-family: 'Poppins', sans-serif;
    color: inherit;
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone label {
    font-weight: 400;
    margin-right: 5px;
    font-style: italic;
    font-size: 15px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder {
    display: flex;
    align-items: center;
    margin-left: 45px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .h-btn-search {
    cursor: pointer;
    color: #010101;
    margin-right: 70px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .h-btn-search i {
    font-weight: bold;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .ct-header-button a {
    display: inline-block;
    position: relative;
    height: 53px;
    line-height: 53px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding-left: 85px;
    padding-right: 30px;
    background-color: #010101;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .ct-header-button a:hover {
    background-color: #d83030;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .ct-header-button a:hover .btn-icon {
    background-color: #010101;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .ct-header-button .btn-icon {
    -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: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d83030;
    background-image: url(../images/bg-icon-btn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    width: 60px;
    height: 100%;
    text-align: center;
    line-height: 53px;
  }
  #ct-header-wrap.ct-header-layout2 {
    margin-bottom: -48px;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-meta {
    margin: 0 15px;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-meta .h-btn-sidebar {
    width: 26px;
    height: 19px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner {
    min-height: 100px;
    max-height: 150px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main-medium .row-inner .col-logo {
    position: absolute;
    left: 50%;
    top: 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-header-wrap.ct-header-layout2 .ct-header-main .ct-header-branding {
    display: none;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main.h-fixed {
    background-color: #000 !important;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main.h-fixed .btn-gradien-dark {
    border-radius: 0;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-navigation {
    width: 100%;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-navigation .ct-main-navigation {
    padding: 0 40px 0 35px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Old browsers */
    background: #000;
    /* FF3.6-15 */
    background: -moz-linear-gradient(left, #000 0%, #555 48%, #000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(left, #000 0%, #555 48%, #000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to right, #000 0%, #555 48%, #000 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=1);
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-navigation .ct-main-navigation .ct-header-meta {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-navigation .ct-main-navigation .ct-header-meta .h-btn-sidebar {
    width: 67px;
    padding-left: 30px;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    position: relative;
    margin-left: 55px;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-navigation .ct-main-navigation .ct-header-meta .h-btn-sidebar:before {
    width: 1px;
    content: "";
    display: block;
    height: 26px;
    background-color: #636363;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-navigation .ct-main-navigation .ct-header-meta .h-btn-search {
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout3 {
    margin-bottom: -60px;
  }
  #ct-header-wrap.ct-header-layout3 .inner-topbar-info {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #ct-header-wrap.ct-header-layout3 .inner-topbar-info > div {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #ct-header-wrap.ct-header-layout3 .inner-topbar-info > div:last-child {
    margin-right: 15px;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-social {
    padding-left: 0;
    flex-grow: 1;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-social a {
    color: #010101;
    padding-left: 15px;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-social a i {
    -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-header-wrap.ct-header-layout3 .ct-header-social a:first-child {
    border-left: none;
    margin-left: 0;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-social a:hover {
    color: #d83030;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-social a:hover i {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-phone, #ct-header-wrap.ct-header-layout3 .ct-header-address {
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 17px 17px;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-phone {
    margin-right: 40px;
    padding-left: 25px;
    background-image: url(../images/icon-phone.png);
    color: #010101;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-phone label {
    color: inherit;
    line-height: 1.2;
    border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-phone a {
    color: inherit;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-phone a:hover {
    color: #d83030;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-address {
    background-image: url(../images/icon-map.png);
    padding-left: 26px;
  }
  #ct-header-wrap.ct-header-layout3 .inner-row {
    width: 100%;
    display: flex;
    margin: 0 15px;
    padding: 12px 45px;
    background: #000;
  }
  #ct-header-wrap.ct-header-layout3 .inner-row .ct-header-meta {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  #ct-header-wrap.ct-header-layout3 .inner-row .ct-header-meta .header-right-item {
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout3 .inner-row .ct-header-meta .header-right-item.h-btn-search {
    font-size: 18px;
  }
  #ct-header-wrap.ct-header-layout3 .inner-row .ct-header-meta .header-right-item.h-btn-sidebar {
    margin-left: 80px;
    font-size: 22px;
    cursor: pointer;
  }
  #ct-header-wrap.ct-header-layout3 .inner-row .ct-header-branding {
    flex-grow: 1;
    margin: 10px 15px 10px 0;
  }
  #ct-header-wrap.ct-header-layout3 .inner-row .ct-header-branding a.logo-light {
    opacity: 1;
  }
  #ct-header-wrap.ct-header-layout3 .inner-row .ct-header-branding a.logo-dark {
    opacity: 0;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-main.h-fixed {
    background-color: #000 !important;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-main.h-fixed .ct-header-branding a.logo-light {
    opacity: 1 !important;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-main.h-fixed .ct-header-branding a.logo-dark {
    opacity: 0;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar {
    display: none;
  }
  #ct-header-wrap.ct-header-layout4 .row {
    align-items: unset;
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-branding {
    min-width: 170px;
    text-align: center;
    margin-top: 0 !important;
    margin-right: 0;
    margin-bottom: 0 !important;
    background-color: #010101;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-branding .logo-dark, #ct-header-wrap.ct-header-layout4 .ct-header-branding .logo-mobile {
    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%);
    opacity: 0;
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-branding .logo-light {
    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%);
    opacity: 1;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #e3e8ed;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .item-topbar-info {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e3e8ed;
    font-size: 14px;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .item-topbar-info label {
    color: #010101;
    font-weight: bold;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .item-topbar-info label i {
    color: #d83030;
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .item-topbar-info a {
    color: #383838;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .item-topbar-info a:hover {
    color: #d83030;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .item-topbar-info.ct-header-phone label i {
    margin-right: 5px;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .ct-header-social {
    display: unset;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .ct-header-social a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #010101;
    -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-header-wrap.ct-header-layout4 .topbar-info .ct-header-social a:last-child {
    margin-right: 0;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .ct-header-social a:first-child {
    margin-left: 0;
  }
  #ct-header-wrap.ct-header-layout4 .topbar-info .ct-header-social a:hover {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #d83030;
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-navigation {
    display: unset;
    flex-grow: 1;
    margin-left: 0;
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-navigation .ct-main-navigation {
    display: flex;
    justify-content: flex-end;
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-meta {
    display: flex;
    align-items: center;
    margin-left: 40px;
  }
  #ct-header-wrap.ct-header-layout4 .header-right-item.h-btn-header {
    height: 46px;
    line-height: 46px;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #d83030;
    color: #fff;
    font-weight: bold;
    font-weight: 15px;
    position: relative;
    overflow: hidden;
  }
  #ct-header-wrap.ct-header-layout4 .header-right-item.h-btn-header span {
    position: relative;
    z-index: 1;
  }
  #ct-header-wrap.ct-header-layout4 .header-right-item.h-btn-header:before {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    content: "";
    height: 100%;
    width: 0;
    background-color: #010101;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    -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-header-wrap.ct-header-layout4 .header-right-item.h-btn-header:hover:before {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
  }
  #ct-header-wrap.ct-header-layout4 .header-right-item + .header-right-item {
    margin-left: 63px;
  }
  #ct-header-wrap.ct-header-layout4 .h-btn-search {
    color: #010101;
  }
  #ct-header-wrap .ct-header-main-medium .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #ct-header-wrap .ct-header-main-medium .row .ct-header-branding {
    flex-grow: 0;
  }
  #ct-header-wrap.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  #ct-header-wrap.ct-header-layout1 .ct-header-phone label {
    display: none;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone a {
    font-size: 18px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone a:hover {
    background-color: #d83030;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .h-btn-search {
    margin-right: 40px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .h-btn-search:hover {
    background-color: #d83030;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #ct-header-wrap.ct-header-layout1 .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-phone {
    display: none;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-navigation {
    margin-left: 80px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .ct-phone-14 {
    display: block;
    border-right: none;
    margin-right: 5px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .ct-phone-14:hover {
    background-color: #d83030;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .h-btn-search {
    margin-right: 5px;
    width: 60px;
    line-height: 53px;
    text-align: center;
    height: 53px;
    background-color: #010101;
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-holder .h-btn-search:hover {
    background-color: #d83030;
  }
  #ct-header-wrap.ct-header-layout1 .ct-main-menu > li:first-child {
    margin-left: -7px;
  }
  .padding-row-slide-custom {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #ct-header-wrap.ct-header-layout1 .ct-main-menu > li {
    margin-right: 5px;
    margin-left: 5px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-main-menu > li:first-child {
    margin-left: 0;
  }
  #ct-header-wrap.ct-header-layout1 .ct-main-menu > li > a {
    padding-left: 5px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #ct-header-wrap.ct-header-layout1 .ct-header-branding {
    margin-left: 25px;
  }
  #ct-header-wrap.ct-header-layout1 #ct-menu-mobile {
    right: 25px;
  }
  #ct-header-wrap.ct-header-layout1 .h-btn-search, #ct-header-wrap.ct-header-layout1 .ct-phone-14 {
    display: block;
    margin-left: 15px;
    width: 35px;
    height: 32px;
    background-color: rgba(1, 1, 1, 0.02);
    line-height: 32px;
    text-align: center;
    border: 1px solid #010101;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #ct-header-wrap.ct-header-layout1 .h-btn-search i, #ct-header-wrap.ct-header-layout1 .ct-phone-14 i {
    color: #010101;
  }
  #ct-header-wrap.ct-header-layout1 .btn-nav-mobile {
    margin-left: 15px;
    background-color: #d83030;
    color: #fff;
    width: 40px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #ct-header-wrap.ct-header-layout1 .btn-nav-mobile:before, #ct-header-wrap.ct-header-layout1 .btn-nav-mobile:after, #ct-header-wrap.ct-header-layout1 .btn-nav-mobile span {
    background-color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  #ct-header-wrap {
    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-wrap.fixed-height {
    height: inherit !important;
  }
  #ct-header-wrap .ct-header-holder, #ct-header-wrap .ct-header-button-wrap {
    display: none;
  }
  #ct-header-wrap .ct-header-main {
    position: relative;
  }
  #ct-header-wrap .ct-header-meta {
    display: none;
  }
  #ct-header-wrap .ct-header-branding {
    margin: 15px;
    min-height: 50px;
  }
  #ct-header-wrap .ct-header-branding img {
    max-height: 51px;
  }
  #ct-header-wrap .ct-header-branding a.logo-mobile {
    opacity: 1;
  }
  #ct-header-wrap .ct-header-branding a.logo-dark, #ct-header-wrap .ct-header-branding a.logo-light {
    display: none;
  }
  #ct-header-wrap #ct-menu-mobile {
    display: none;
    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-wrap.ct-header-layout1 .ct-header-phone {
    display: none;
  }
  #ct-header-wrap.ct-header-layout1 .ct-phone-mobile {
    display: block;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-button-mobile a {
    display: block;
    position: relative;
    height: 53px;
    line-height: 53px;
    color: #fff;
    padding-left: 85px;
    padding-right: 30px;
    background-color: #010101;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-button-mobile a i {
    width: 60px;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid red;
    background-color: #d83030;
    line-height: 53px;
    text-align: center;
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-branding img {
    max-height: 45px;
  }
  #ct-header-wrap.ct-header-layout2 .row-inner {
    display: none !important;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-branding {
    margin: 15px 25px;
  }
  #ct-header-wrap.ct-header-layout2 #ct-menu-mobile {
    right: 25px;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-main.h-fixed .ct-main-navigation {
    padding-right: 20px;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info {
    padding: 10px 20px;
    background-color: #010101;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .inner-topbar-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .inner-topbar-info .ct-header-social a, #ct-header-wrap.ct-header-layout3 .ct-topbar-info .inner-topbar-info .ct-header-phone a, #ct-header-wrap.ct-header-layout3 .ct-topbar-info .inner-topbar-info .ct-header-phone, #ct-header-wrap.ct-header-layout3 .ct-topbar-info .inner-topbar-info .ct-header-address {
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-social {
    padding-left: 0;
    margin-left: 0;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-social a {
    color: #010101;
    padding-left: 15px;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-social a i {
    -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-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-social a:first-child {
    border-left: none;
    margin-left: 0;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-social a:hover {
    color: #d83030;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-social a:hover i {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-phone, #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-address {
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 17px 17px;
    padding-left: 25px;
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-phone {
    margin-right: 40px;
    background-image: url(../images/icon-phone.png);
  }
  #ct-header-wrap.ct-header-layout3 .ct-topbar-info .ct-header-address {
    background-image: url(../images/icon-map.png);
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar {
    display: block;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #e3e8ed;
    width: 100%;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .item-topbar-info {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e3e8ed;
    font-size: 14px;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .item-topbar-info label {
    color: #010101;
    font-weight: bold;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .item-topbar-info label i {
    color: #d83030;
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .item-topbar-info a {
    color: #383838;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .item-topbar-info.ct-header-phone label i {
    margin-right: 5px;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .ct-header-social {
    display: unset;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .ct-header-social a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #010101;
    -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-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .ct-header-social a:last-child {
    margin-right: 0;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .ct-header-social a:first-child {
    margin-left: 0;
  }
  #ct-header-wrap.ct-header-layout4 .ct-topbar .topbar-info .ct-header-social a:hover {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #d83030;
  }
  #ct-header-wrap.ct-header-layout4 .ct-header-navigation .topbar-info {
    display: none;
  }
  .padding-row-slide-custom {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.h-btn-search {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #ct-header-wrap.ct-header-layout4 .ct-topbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #ct-header-wrap.ct-header-layout1 .h-btn-search {
    display: block;
    margin-left: 15px;
    width: 35px;
    height: 32px;
    background-color: rgba(1, 1, 1, 0.02);
    line-height: 32px;
    text-align: center;
    border: 1px solid #010101;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #ct-header-wrap.ct-header-layout1 .h-btn-search i {
    color: #010101;
  }
  #ct-header-wrap.ct-header-layout1 .btn-nav-mobile {
    margin-left: 15px;
    background-color: #d83030;
    color: #fff;
    width: 40px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #ct-header-wrap.ct-header-layout1 .btn-nav-mobile:before, #ct-header-wrap.ct-header-layout1 .btn-nav-mobile:after, #ct-header-wrap.ct-header-layout1 .btn-nav-mobile span {
    background-color: #fff;
  }
}
@media screen and (max-width: 575px) {
  #ct-header-wrap.ct-header-layout1 .h-btn-search {
    display: none;
  }
  #ct-header-wrap.ct-header-layout1 .btn-nav-mobile {
    margin-left: 15px;
    background-color: #d83030;
    color: #fff;
    width: 40px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #ct-header-wrap.ct-header-layout1 .btn-nav-mobile:before, #ct-header-wrap.ct-header-layout1 .btn-nav-mobile:after, #ct-header-wrap.ct-header-layout1 .btn-nav-mobile span {
    background-color: #fff;
  }
}
.admin-bar #ct-header-wrap #ct-header.h-fixed {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #ct-header-wrap #ct-header.h-fixed {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #ct-header-wrap #ct-header.h-fixed {
    top: 0;
  }
}
.admin-bar #ct-header-wrap.scroll-to-top.is-sticky #ct-header.scroll-up {
  /* End Header Main */
}
@media screen and (min-width: 1200px) {
  .admin-bar #ct-header-wrap.scroll-to-top.is-sticky #ct-header.scroll-up {
    top: 32px;
  }
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .header-mobile-search, .ct-header-button-mobile, #ct-menu-mobile, .ct-logo-mobile {
    display: none;
  }
  .ct-main-menu-not-set {
    list-style: none;
    margin: 0;
  }
  .ct-main-menu-not-set > li {
    text-align: center;
  }
  .ct-main-menu-not-set > li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 83px;
    position: relative;
    padding: 0 12px;
  }
  .ct-main-menu-not-set > li a:hover {
    color: #d83030;
  }
  .ct-main-navigation ul {
    display: block;
  }
  .ct-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ct-main-menu .link-icon {
    color: #d83030;
    margin-right: 8px;
  }
  .ct-main-menu li {
    position: relative;
    list-style: none;
  }
  .ct-main-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
    font-family: 'Poppins', sans-serif;
  }
  .ct-main-menu li .ct-menu-toggle {
    display: none;
  }
  .ct-main-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0 18px;
  }
  .ct-main-menu > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 83px;
    position: relative;
    padding: 0;
  }
  .ct-main-menu > li > a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #d83030;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -khtml-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -ms-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    width: 0;
  }
  .ct-main-menu > li:hover > a:before, .ct-main-menu > li.current_page_item > a:before, .ct-main-menu > li.current-menu-item > a:before, .ct-main-menu > li.current_page_ancestor > a:before, .ct-main-menu > li.current-menu-ancestor > a:before {
    width: 100%;
  }
  .ct-main-menu > li.menu-item-has-children > a:after, .ct-main-menu > li.page_item_has_children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    margin-left: 3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0px;
  }
  .ct-main-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .ct-main-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
    -webkit-border-radius: 3px 0 3px 3px;
    -khtml-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    -ms-border-radius: 3px 0 3px 3px;
    -o-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
  }
  .ct-main-menu > li > .sub-menu li > ul.back, .ct-main-menu > li > .children li > ul.back {
    right: 100% !important;
    left: auto !important;
    -webkit-border-radius: 3px 0 3px 3px;
    -khtml-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    -ms-border-radius: 3px 0 3px 3px;
    -o-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
  }
  .ct-main-menu .sub-menu, .ct-main-menu .children {
    position: absolute;
    background: #fff;
    padding: 26px 0;
    top: 100%;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 230px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -o-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -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: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    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;
    margin-left: 0;
  }
  .ct-main-menu .sub-menu li, .ct-main-menu .children li {
    padding: 0 32px;
    white-space: nowrap;
  }
  .ct-main-menu .sub-menu li a, .ct-main-menu .children li a {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 7px 0;
    position: relative;
  }
  .ct-main-menu .sub-menu li a:before, .ct-main-menu .children li a:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #d83030;
    position: absolute;
    top: 50%;
    left: -10px;
    -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: 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;
  }
  .ct-main-menu .sub-menu li.menu-item-has-children > a, .ct-main-menu .children li.menu-item-has-children > a, .ct-main-menu .sub-menu li.page_item_has_children > a, .ct-main-menu .children li.page_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, .ct-main-menu .sub-menu li.page_item_has_children > a:after, .ct-main-menu .children li.page_item_has_children > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    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, .ct-main-menu .sub-menu li.current_page_ancestor > a, .ct-main-menu .children li.current_page_ancestor > a, .ct-main-menu .sub-menu li.current-menu-ancestor > a, .ct-main-menu .children li.current-menu-ancestor > a {
    color: #d83030;
    padding-left: 18px;
  }
  .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, .ct-main-menu .sub-menu li.current_page_ancestor > a:before, .ct-main-menu .children li.current_page_ancestor > a:before, .ct-main-menu .sub-menu li.current-menu-ancestor > a:before, .ct-main-menu .children li.current-menu-ancestor > a:before {
    opacity: 1;
    left: 0;
  }
  .ct-main-menu .sub-menu .sub-menu, .ct-main-menu .children .sub-menu, .ct-main-menu .sub-menu .children, .ct-main-menu .children .children {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 3px 3px 3px;
    -khtml-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -ms-border-radius: 0 3px 3px 3px;
    -o-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
  }
  .ct-main-menu .sub-menu .sub-menu-title, .ct-main-menu .children .sub-menu-title {
    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;
    -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 !important;
  }
  .ct-main-menu li.megamenu:before, .ct-main-menu li.megamenu:after {
    display: none;
    opacity: 0;
  }
  .ct-main-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
    padding: 0;
    background-color: transparent;
  }
  .ct-main-menu li.megamenu .sub-menu, .ct-main-menu li.megamenu .children {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .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 .wpb_content_element, .ct-main-menu li.megamenu .children .wpb_content_element {
    margin-bottom: 0;
  }
  .ct-main-menu li.megamenu.remove-pos {
    position: relative;
  }
  .ct-main-menu li.megamenu.remove-pos > .sub-menu, .ct-main-menu li.megamenu.remove-pos > .children {
    max-width: inherit;
    width: auto;
    left: 0;
    right: auto;
  }
  ul.back {
    right: 100%;
    left: auto !important;
  }
  .ct-header-layout1 .ct-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ct-header-layout1 .ct-main-menu .link-icon {
    color: #d83030;
    margin-right: 8px;
  }
  .ct-header-layout1 .ct-main-menu li {
    position: relative;
    list-style: none;
  }
  .ct-header-layout1 .ct-main-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
    font-family: 'Poppins', sans-serif;
  }
  .ct-header-layout1 .ct-main-menu li .ct-menu-toggle {
    display: none;
  }
  .ct-header-layout1 .ct-main-menu > li:before, .ct-header-layout1 .ct-main-menu > li:after {
    content: " ";
    position: absolute;
    bottom: 1px;
    -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: #d83030;
    opacity: 0;
    height: 13px;
    width: 13px;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -khtml-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -ms-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  }
  .ct-header-layout1 .ct-main-menu > li:before {
    left: 0;
  }
  .ct-header-layout1 .ct-main-menu > li:after {
    right: 0;
  }
  .ct-header-layout1 .ct-main-menu > li > a {
    position: relative;
  }
  .ct-header-layout1 .ct-main-menu > li > a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    background-color: #d83030;
    height: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -khtml-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    width: 0;
  }
  .ct-header-layout1 .ct-main-menu > li:hover:before, .ct-header-layout1 .ct-main-menu > li.current_page_item:before, .ct-header-layout1 .ct-main-menu > li.current-menu-item:before, .ct-header-layout1 .ct-main-menu > li.current_page_ancestor:before, .ct-header-layout1 .ct-main-menu > li.current-menu-ancestor:before, .ct-header-layout1 .ct-main-menu > li:hover:after, .ct-header-layout1 .ct-main-menu > li.current_page_item:after, .ct-header-layout1 .ct-main-menu > li.current-menu-item:after, .ct-header-layout1 .ct-main-menu > li.current_page_ancestor:after, .ct-header-layout1 .ct-main-menu > li.current-menu-ancestor:after {
    opacity: 1;
  }
  .ct-header-layout1 .ct-main-menu > li:hover > a:before, .ct-header-layout1 .ct-main-menu > li.current_page_item > a:before, .ct-header-layout1 .ct-main-menu > li.current-menu-item > a:before, .ct-header-layout1 .ct-main-menu > li.current_page_ancestor > a:before, .ct-header-layout1 .ct-main-menu > li.current-menu-ancestor > a:before {
    width: 100%;
  }
  .ct-header-layout1 .ct-main-menu li:hover, .ct-header-layout1 .ct-main-menu li.focus {
    overflow: visible;
  }
  .ct-header-layout1 .ct-main-menu li:hover > .sub-menu, .ct-header-layout1 .ct-main-menu li.focus > .sub-menu, .ct-header-layout1 .ct-main-menu li:hover > .children, .ct-header-layout1 .ct-main-menu li.focus > .children {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  .ct-header-layout2 .ct-main-menu > li {
    margin-left: 25px;
    margin-right: 25px;
  }
  .ct-header-layout2 .ct-main-menu > li:first-child {
    margin-left: 0;
  }
  .ct-header-layout2 .ct-main-menu > li > a {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 75px;
    color: #fff;
  }
  .ct-header-layout2 .ct-main-menu > li > a:before {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .ct-header-layout2 .btn-gradien-dark {
    background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    line-height: 75px;
    color: #010101;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
  }
  .ct-header-layout2 .btn-gradien-dark:focus, .ct-header-layout2 .btn-gradien-dark:active {
    background-image: -webkit-linear-gradient(90deg, #d83030 0%, rgba(255, 255, 255, 0.5) 50%, #d83030 100%);
    background-image: -moz-linear-gradient(90deg, #d83030 0%, rgba(255, 255, 255, 0.5) 50%, #d83030 100%);
    background-image: -ms-linear-gradient(90deg, #d83030 0%, rgba(255, 255, 255, 0.5) 50%, #d83030 100%);
    background-image: -o-linear-gradient(90deg, #d83030 0%, rgba(255, 255, 255, 0.5) 50%, #d83030 100%);
    background-image: linear-gradient(90deg, #d83030 0%, rgba(255, 255, 255, 0.5) 50%, #d83030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    color: #fff;
  }
  .ct-header-layout2 .ct-main-navigation {
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  .ct-header-layout2 .ct-header-meta .h-btn-sidebar {
    width: 44px;
    height: 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
  }
  .ct-header-layout3 .ct-main-menu > li {
    margin-left: 22px;
    margin-right: 22px;
  }
  .ct-header-layout3 .ct-main-menu > li:first-child {
    margin-left: 0;
  }
  .ct-header-layout3 .ct-main-menu > li > a {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 68px;
    color: #fff;
  }
  .ct-header-layout4 .ct-main-menu > li > a {
    line-height: 72px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1199px) {
  .ct-logo-mobile {
    display: block;
    margin-bottom: 20px;
    text-align: left;
  }
  .ct-logo-mobile img {
    max-height: 55px;
  }
  .header-mobile-search {
    position: relative;
    margin-bottom: 12px;
  }
  .header-mobile-search .search-submit {
    padding: 0;
    border: none;
    line-height: 50px;
    height: 50px;
    width: 53px;
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    font-size: 15px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -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: transparent;
    background-image: none;
    border-left: 1px solid #ececf0;
  }
  .header-mobile-search .search-submit:before, .header-mobile-search .search-submit:after {
    display: none;
  }
  .header-mobile-search .search-submit:hover {
    background-color: #d83030;
    color: #fff;
  }
  .header-mobile-search .search-field {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ececf0;
    padding: 0 22px;
    color: #222;
    font-size: 15px;
  }
  .header-mobile-search .search-field:focus {
    border-color: #d83030;
  }
  .header-mobile-search .search-field:focus + .search-submit {
    border-color: #d83030;
  }
  .ct-header-button-mobile {
    margin-top: 32px;
    text-align: center;
  }
  .ct-header-button-mobile .btn {
    line-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
  .ct-header-button-mobile + .ct-header-button-mobile {
    margin-top: -15px;
  }
  .ct-header-navigation {
    position: absolute;
    height: 100vh;
    width: 260px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    overflow: hidden;
    visibility: hidden;
    z-index: 999;
  }
  .ct-header-navigation .ct-main-navigation {
    overflow: hidden;
    width: 260px;
    padding: 58px 0 45px 0;
    background-color: #fff;
    position: fixed;
    z-index: 1001;
    top: 0;
    height: 100%;
    left: 0;
    right: 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;
    -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 .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;
  }
  .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%);
  }
  .ct-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ct-main-menu .link-icon {
    margin-right: 8px;
  }
  .ct-main-menu li {
    position: relative;
    list-style: none;
  }
  .ct-main-menu li a {
    display: block;
    padding: 0;
    line-height: 50px;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
  }
  .ct-main-menu > li > a:hover, .ct-main-menu > li > a.current, .ct-main-menu > li.current_page_item > a, .ct-main-menu > li.current-menu-item > a, .ct-main-menu > li.current_page_ancestor > a, .ct-main-menu > li.current-menu-ancestor > a {
    color: #d83030;
  }
  .ct-main-menu > li > .sub-menu {
    border-bottom: 1px solid #ebebeb;
    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: 0 0 0 10px;
    line-height: 34px;
    font-weight: 500;
    font-size: 14px;
    border: none;
  }
  .ct-main-menu .sub-menu li > a:hover, .ct-main-menu .children li > a:hover, .ct-main-menu .sub-menu li > a.current, .ct-main-menu .children li > a.current, .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, .ct-main-menu .sub-menu li.current_page_ancestor > a, .ct-main-menu .children li.current_page_ancestor > a, .ct-main-menu .sub-menu li.current-menu-ancestor > a, .ct-main-menu .children li.current-menu-ancestor > a {
    color: #d83030;
  }
  .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: 0 0 0 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: 0 0 0 30px;
  }
  .ct-main-menu li.focus > .sub-menu, .ct-main-menu li.focus > .children {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .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-family: "Font Awesome 5 Pro" !important;
    font-size: 15px;
  }
  .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:before {
    content: '\f106';
  }
  #ct-menu-mobile .btn-nav-cart {
    -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;
    display: inline-block;
    width: 30px;
    height: 32px;
    color: #1f2233;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
    margin-right: 6px;
  }
  #ct-menu-mobile .btn-nav-cart:hover {
    color: #d83030;
  }
  #ct-menu-mobile .btn-nav-mobile {
    color: #1f2233;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 42px;
    cursor: pointer;
    position: relative;
    border: 1px solid #010101;
    -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 .btn-nav-mobile:before, #ct-menu-mobile .btn-nav-mobile:after, #ct-menu-mobile .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: #1f2233;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 26px;
    top: 22px;
  }
  #ct-menu-mobile .btn-nav-mobile:before {
    top: 8px;
  }
  #ct-menu-mobile .btn-nav-mobile span {
    top: 15px;
  }
  #ct-menu-mobile .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 .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 .btn-nav-mobile.opened span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .ct-logo-mobile {
    text-align: left;
  }
}
#pagetitle .inner-page-title {
  background-color: #0e0e0e;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
#pagetitle .inner-page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 14, 14, 0.16);
}
#pagetitle .inner-page-title .page-title {
  color: #ecf1f5;
  font-size: 36px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  #pagetitle .inner-page-title {
    margin: 0 95px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #pagetitle .inner-page-title {
    margin: 0 35px;
  }
}
.site-h4 #pagetitle.page-title .inner-page-title {
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
}
.ct-breadcrumb {
  margin: 10px 0 0;
  list-style: none;
  color: #ecf1f5;
}
.ct-breadcrumb li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: inherit;
}
.ct-breadcrumb li a {
  color: inherit;
}
.ct-breadcrumb li a:after {
  content: '-';
  margin: 0 6px;
  color: inherit;
}
.ct-breadcrumb li a:hover {
  color: #d83030;
}
.ct-breadcrumb li a:hover:after {
  color: inherit;
}
.entry-title {
  font-size: 22px;
  line-height: 1.5;
}
.entry-title a {
  color: inherit;
  display: block;
}
.entry-title a:hover {
  color: #555;
}
.entry-meta, .item--meta-default {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 24px;
  color: #939393;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #ececf0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .entry-meta, .item--meta-default {
    font-size: 12px;
  }
}
.entry-meta:before, .item--meta-default:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #d83030;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
}
.entry-meta li, .item--meta-default li {
  margin-right: 20px;
}
.entry-meta li:last-child, .item--meta-default li:last-child {
  margin-right: 0;
}
.entry-meta li.item-author, .item--meta-default li.item-author {
  text-transform: capitalize;
}
.entry-meta i, .item--meta-default i {
  color: #d83030;
  font-size: 18px;
  margin-right: 4px;
}
@media screen and (max-width: 575px) {
  .entry-meta i, .item--meta-default i {
    font-size: 15px;
  }
}
.entry-meta a, .item--meta-default a {
  color: inherit;
}
.entry-meta a:hover, .item--meta-default a:hover {
  color: inherit;
}
.single-hentry.archive {
  margin-bottom: 50px;
  -webkit-box-shadow: 0 6px 24px rgba(11, 11, 11, 0.08);
  -khtml-box-shadow: 0 6px 24px rgba(11, 11, 11, 0.08);
  -moz-box-shadow: 0 6px 24px rgba(11, 11, 11, 0.08);
  -ms-box-shadow: 0 6px 24px rgba(11, 11, 11, 0.08);
  -o-box-shadow: 0 6px 24px rgba(11, 11, 11, 0.08);
  box-shadow: 0 6px 24px rgba(11, 11, 11, 0.08);
  border: 1px solid #eeeeef;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  -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;
  /* End Archive */
  /* Single Details */
}
.single-hentry.archive .entry-featured {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  width: 52%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-hentry.archive .entry-featured {
    width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .single-hentry.archive .entry-featured {
    width: 100%;
  }
}
.single-hentry.archive .entry-featured a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-hentry.archive .entry-featured a img {
  opacity: 0;
  position: absolute;
  z-index: -999;
}
.single-hentry.archive .entry-featured a:hover {
  -webkit-transform: scale(1.1) rotate(3deg);
  -khtml-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.single-hentry.archive .entry-featured + .entry-body {
  width: 48%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-hentry.archive .entry-featured + .entry-body {
    width: 52%;
  }
}
@media screen and (max-width: 575px) {
  .single-hentry.archive .entry-featured + .entry-body {
    width: 100%;
  }
}
.single-hentry.archive .entry-excerpt {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 7px;
}
.single-hentry.archive .entry-body {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .single-hentry.archive .entry-body {
    padding: 30px 15px;
  }
}
.single-hentry.archive .entry-body .entry-title {
  margin-bottom: 7px;
}
.single-hentry.archive .entry-body .entry-meta {
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.single-hentry.archive .entry-body .entry-holder {
  flex-grow: 1;
}
.single-hentry.archive:hover {
  -webkit-box-shadow: 0 21px 51px rgba(11, 11, 11, 0.11);
  -khtml-box-shadow: 0 21px 51px rgba(11, 11, 11, 0.11);
  -moz-box-shadow: 0 21px 51px rgba(11, 11, 11, 0.11);
  -ms-box-shadow: 0 21px 51px rgba(11, 11, 11, 0.11);
  -o-box-shadow: 0 21px 51px rgba(11, 11, 11, 0.11);
  box-shadow: 0 21px 51px rgba(11, 11, 11, 0.11);
}
.single-post .gallery {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.single-post .gallery .gallery-item {
  padding: 0 15px;
}
.single-post .gallery .gallery-item img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.single-post .single-title {
  font-size: 26px;
  margin-bottom: 14px;
}
.single-post .entry-featured {
  position: relative;
}
.single-post .entry-featured img {
  width: 100%;
}
.single-post .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 11px;
  list-style: none;
  border-bottom: 1px solid #ececf0;
  padding-bottom: 16px;
  position: relative;
}
.single-post .entry-meta:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #d83030;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
}
.single-post .entry-meta li {
  font-size: 15px;
  line-height: 20px;
  margin-right: 24px;
}
.single-post .entry-meta li i {
  color: #d83030;
  font-size: 18px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.single-post .entry-meta li a:hover {
  color: #d83030;
}
.single-post .entry-meta li:last-child {
  margin-right: 0;
}
.single-post .entry-category {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  right: 35px;
}
.single-post .entry-category a {
  padding: 0 22px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-left: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #010101;
  background-size: 300%, 1px;
  background-position: 0%;
  color: #fff;
  -webkit-box-shadow: 0 8px 9px rgba(1, 1, 1, 0.34);
  -khtml-box-shadow: 0 8px 9px rgba(1, 1, 1, 0.34);
  -moz-box-shadow: 0 8px 9px rgba(1, 1, 1, 0.34);
  -ms-box-shadow: 0 8px 9px rgba(1, 1, 1, 0.34);
  -o-box-shadow: 0 8px 9px rgba(1, 1, 1, 0.34);
  box-shadow: 0 8px 9px rgba(1, 1, 1, 0.34);
}
.single-post .entry-category a:hover, .single-post .entry-category a:focus {
  background-position: 100%;
}
.single-post .entry-body {
  width: 100%;
  padding: 32px 32px 40px 32px;
}
@media screen and (max-width: 575px) {
  .single-post .entry-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-post .entry-blog {
  border: 1px solid #e8edf5;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
}
.single-post .entry-content p {
  margin-bottom: 24px;
}
.single-post .entry-content p:last-child {
  margin-bottom: 0;
}
.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
  color: #161616;
}
.single-post .entry-footer {
  margin-top: 55px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-post .entry-footer > div {
  margin-bottom: 10px;
}
.single-post .entry-footer label {
  font-size: 15px;
  font-weight: 500;
  color: #223543;
  margin-right: 17px;
}
.single-post .entry-footer .entry-tags {
  flex-grow: 1;
}
.single-post .entry-footer .entry-social a {
  height: 32px;
  width: 32px;
  line-height: 35px;
  background-color: #d83030;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  text-align: center;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.single-post .entry-footer .entry-social a i {
  display: inline-block;
  font-size: 18px;
}
.single-post .entry-footer .entry-social a.fb-social {
  background-color: #3b5998;
}
.single-post .entry-footer .entry-social a.tw-social {
  background-color: #55acee;
}
.single-post .entry-footer .entry-social a.g-social {
  background-color: #dd4b39;
}
.single-post .entry-footer .entry-social a.lk-social {
  background-color: #007cfb;
}
.single-post .entry-footer .entry-social a.pin-social {
  background-color: #cd339a;
}
.single-post .entry-footer .entry-social a + a {
  margin-left: 2px;
}
.single-post .entry-footer .entry-social a:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.single-post .post-previous-next, .single-post .comments-area {
  padding-top: 25px;
}
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry-tags a {
  font-size: 15px;
  color: #222;
  display: inline-block;
  line-height: 40px;
  padding: 0 22px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #f8f8f8;
  margin: 5px 5px 5px 0;
}
.entry-tags a:hover {
  color: #fff;
  background-color: #d83030;
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 1px 56px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 0 1px 56px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 56px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1px 56px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1px 56px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 56px rgba(0, 0, 0, 0.16);
}
.entry-navigation {
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 15px;
  /* End Single Details */
}
.entry-navigation .nav-post-img {
  width: 90px;
  min-width: 90px;
  height: 63px;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.entry-navigation .nav-post-img img {
  width: 100%;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.entry-navigation .nav-post-img a i {
  position: absolute;
  top: 50%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -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;
}
.entry-navigation .nav-post-img a:after {
  z-index: 1;
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  opacity: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(216, 48, 48, 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;
}
.entry-navigation .nav-post-img a:hover i {
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-navigation .nav-post-img a:hover:after {
  opacity: 0.5;
  width: 100%;
}
.entry-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.entry-navigation .nav-links .nav-item.nav-post-next .nav-post-img a:after {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.entry-navigation .nav-links .nav-item.nav-post-next a i {
  left: 20px;
}
.entry-navigation .nav-links .nav-item.nav-post-next a:after {
  left: 0;
}
.entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a i {
  opacity: 1;
  left: 45px;
}
.entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a:after {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  opacity: 0.5;
  width: 100%;
}
.entry-navigation .nav-links .nav-item.nav-post-prev .nav-post-img a:after {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.entry-navigation .nav-links .nav-item.nav-post-prev a i {
  right: 25px;
}
.entry-navigation .nav-links .nav-item.nav-post-prev a:after {
  right: 0;
}
.entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a i {
  opacity: 1;
  right: 45px;
}
.entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a:after {
  -webkit-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  opacity: 0.5;
  width: 100%;
}
.entry-navigation .nav-item {
  width: 50%;
  padding: 0 15px;
}
.entry-navigation .nav-item .title-nav-post {
  color: #010101;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}
.entry-navigation .nav-item .title-nav-post:hover {
  text-decoration: underline;
  color: #d83030;
}
@media screen and (min-width: 768px) {
  .entry-navigation .nav-item.nav-post-next {
    text-align: right;
  }
  .entry-navigation .nav-item.nav-post-next .inner-box {
    flex-direction: row-reverse;
  }
  .entry-navigation .nav-item.nav-post-next .nav-post-img {
    margin-right: 0;
    margin-left: 25px;
  }
}
@media screen and (max-width: 575px) {
  .entry-navigation .nav-item {
    width: 100%;
    align-items: flex-start;
  }
  .entry-navigation .nav-item + .nav-item {
    margin-top: 30px;
  }
}
.entry-navigation .inner-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-grow: 1;
}
.entry-navigation .nav-post-meta a {
  font-size: 16px;
  line-height: 22px;
  color: #010101;
  font-weight: bold;
}
.entry-navigation .nav-post-meta a:hover {
  color: #d83030;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: #d83030;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.entry-content .page-links a span:hover {
  background-color: #d83030;
  color: #fff;
}
.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
  margin: 0;
}
.single-post #primary.col-12, .page-template-blog-classic #primary.col-12 {
  max-width: 840px;
  margin: auto;
}
.posts-pagination {
  margin-bottom: -10px;
}
.posts-pagination .posts-page-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  height: 51px;
  width: 51px;
  line-height: 51px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  background-color: #fff;
  display: inline-block;
  margin: 0 6px 10px 6px;
  -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 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;
  position: relative;
  z-index: 1;
}
.posts-pagination .page-numbers:before, .posts-pagination .page-numbers:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
}
.posts-pagination .page-numbers:before {
  border: 2px solid #eeecec;
  -webkit-border-radius: 51px;
  -khtml-border-radius: 51px;
  -moz-border-radius: 51px;
  -ms-border-radius: 51px;
  -o-border-radius: 51px;
  border-radius: 51px;
  z-index: -2;
}
.posts-pagination .page-numbers:after {
  background-color: #d83030;
  -webkit-border-radius: 51px;
  -khtml-border-radius: 51px;
  -moz-border-radius: 51px;
  -ms-border-radius: 51px;
  -o-border-radius: 51px;
  border-radius: 51px;
  z-index: -1;
  opacity: 0;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover, .posts-pagination .page-numbers:focus {
  color: #fff;
}
.posts-pagination .page-numbers.current:before, .posts-pagination .page-numbers:hover:before, .posts-pagination .page-numbers:focus:before {
  opacity: 0;
}
.posts-pagination .page-numbers.current:after, .posts-pagination .page-numbers:hover:after, .posts-pagination .page-numbers:focus:after {
  opacity: 1;
}
.posts-pagination .page-numbers.next, .posts-pagination .page-numbers.prev {
  font-size: 18px;
}
.btn-custom {
  height: 55px;
  font-weight: bold;
  line-height: 55px;
  padding-left: 60px;
  padding-right: 27px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  background-color: #010101;
  color: #fff;
  overflow: hidden;
  /* 404 Page */
}
.btn-custom:before, .btn-custom:after {
  -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;
  position: absolute;
  top: -2px;
  width: 75px;
  height: 58px;
  display: block;
  content: '';
  transform: skew(-45deg);
  border-right: 7px solid #fff;
}
.btn-custom:before {
  left: -45px;
  background-color: #fff;
}
.btn-custom:after {
  left: -40px;
  background-color: #d83030;
}
.btn-custom:hover {
  background-color: #010101;
}
.btn-custom:hover:before {
  opacity: 0;
}
.btn-custom:hover:after {
  left: -40px;
}
.btn-custom:hover i {
  color: #d83030;
}
.btn-custom span {
  border: none;
  color: #fff;
}
.btn-custom i {
  -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;
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #fff;
  color: #010101;
  font-size: 18px;
}
.error-404 .error-404-content {
  padding: 0 15px;
  text-align: center;
}
.error-404 .error-404-title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 83px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .error-404 .error-404-title {
    margin-top: 45px;
  }
}
.error-404 .btn-404 {
  height: 55px;
  font-weight: bold;
  line-height: 55px;
  padding-left: 60px;
  padding-right: 27px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  background-color: #010101;
  color: #fff;
  overflow: hidden;
}
.error-404 .btn-404:before, .error-404 .btn-404:after {
  -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;
  position: absolute;
  top: -2px;
  width: 75px;
  height: 58px;
  display: block;
  content: '';
  transform: skew(-45deg);
  border-right: 7px solid #fff;
}
.error-404 .btn-404:before {
  left: -45px;
  background-color: #fff;
}
.error-404 .btn-404:after {
  left: -40px;
  background-color: #d83030;
}
.error-404 .btn-404:hover {
  background-color: #010101;
}
.error-404 .btn-404:hover:before {
  opacity: 0;
}
.error-404 .btn-404:hover:after {
  left: -40px;
}
.error-404 .btn-404:hover i {
  color: #d83030;
}
.error-404 .btn-404 span {
  border: none;
  color: #fff;
}
.error-404 .btn-404 i {
  -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;
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #fff;
  color: #010101;
  font-size: 18px;
}
.no-results.not-found .searchform-wrap {
  position: relative;
}
.no-results.not-found .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 51px;
  line-height: 51px;
  padding: 0;
  width: 61px;
  background-color: transparent;
  color: #222;
}
.single-post, .blog {
  background-color: #edf0f2;
  /* Single Class */
}
.single-class .site {
  background-color: #edf0f2;
}
@media screen and (min-width: 1200px) {
  .sidebar-sticky, .col-sidebar-fixed > .vc_column-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
  .admin-bar .sidebar-sticky, .admin-bar .col-sidebar-fixed > .vc_column-inner {
    top: 62px;
  }
  .header-sticky .sidebar-sticky, .header-sticky .col-sidebar-fixed > .vc_column-inner {
    top: 110px;
  }
  .admin-bar.header-sticky .sidebar-sticky, .admin-bar.header-sticky .col-sidebar-fixed > .vc_column-inner {
    top: 142px;
  }
  .page #secondary {
    margin-top: 10px;
  }
}
.logo-sidebar img {
  max-height: 55px;
  width: auto;
}
.widget-title, .comments-title, .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 11px;
  position: relative;
  font-weight: 400;
}
.widget-title:before, .comments-title:before, .comment-reply-title:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #d83030;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
}
.comments-area .comment-reply-title, .widget-area .widget-title, .comments-area .comments-title {
  font-family: 'Anton';
}
.comments-title {
  margin-bottom: 37px;
}
#secondary .widget {
  margin-bottom: 42px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget:not(.widget_search) {
  background-color: #fff;
  padding: 28px 20px 22px;
}
#secondary .widget.widget_categories .widget-content > ul {
  margin-left: -20px;
  margin-right: -20px;
}
#secondary .widget.widget_archive .widget-content > ul {
  margin-left: -20px;
  margin-right: -20px;
}
ul.product-categories {
  list-style: none;
}
.widget {
  margin-bottom: 30px;
}
.widget.mb-20 {
  margin-bottom: 20px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget.rm-margin1 {
  margin-bottom: 14px;
}
.widget.rm-margin2 {
  margin-bottom: 20px;
}
.logged-in .hide-logged {
  display: none;
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul, #content .widget_recent_entries ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_product_categories ul li, #content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li, #content .widget_recent_entries ul li {
  font-size: 0px;
}
#content .widget_product_categories ul li a, #content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a, #content .widget_recent_entries ul li a {
  color: #222;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 13px 20px 13px;
  position: relative;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ececf0;
}
#content .widget_product_categories ul li a:before, #content .widget_categories ul li a:before, #content .widget_nav_menu ul li a:before, #content .widget_pages ul li a:before, #content .widget_archive ul li a:before, #content .widget_meta ul li a:before, #content .widget_recent_entries ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 8px;
}
#content .widget_product_categories ul li a span.count, #content .widget_categories ul li a span.count, #content .widget_nav_menu ul li a span.count, #content .widget_pages ul li a span.count, #content .widget_archive ul li a span.count, #content .widget_meta ul li a span.count, #content .widget_recent_entries ul li a span.count {
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  width: 27px;
  height: 27px;
  display: inline-block;
  background-color: #eee;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  color: #222;
}
#content .widget_product_categories ul li.current-menu-item > a, #content .widget_categories ul li.current-menu-item > a, #content .widget_nav_menu ul li.current-menu-item > a, #content .widget_pages ul li.current-menu-item > a, #content .widget_archive ul li.current-menu-item > a, #content .widget_meta ul li.current-menu-item > a, #content .widget_recent_entries ul li.current-menu-item > a, #content .widget_product_categories ul li.current-cat > a, #content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_recent_entries ul li.current-cat > a, #content .widget_product_categories ul li.current-cat-parent > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_recent_entries ul li.current-cat-parent > a, #content .widget_product_categories ul li > a:hover, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover, #content .widget_recent_entries ul li > a:hover {
  padding-left: 23px;
  color: #d83030;
  text-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -webkit-text-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
}
#content .widget_product_categories ul li.current-menu-item > a span.count, #content .widget_categories ul li.current-menu-item > a span.count, #content .widget_nav_menu ul li.current-menu-item > a span.count, #content .widget_pages ul li.current-menu-item > a span.count, #content .widget_archive ul li.current-menu-item > a span.count, #content .widget_meta ul li.current-menu-item > a span.count, #content .widget_recent_entries ul li.current-menu-item > a span.count, #content .widget_product_categories ul li.current-cat > a span.count, #content .widget_categories ul li.current-cat > a span.count, #content .widget_nav_menu ul li.current-cat > a span.count, #content .widget_pages ul li.current-cat > a span.count, #content .widget_archive ul li.current-cat > a span.count, #content .widget_meta ul li.current-cat > a span.count, #content .widget_recent_entries ul li.current-cat > a span.count, #content .widget_product_categories ul li.current-cat-parent > a span.count, #content .widget_categories ul li.current-cat-parent > a span.count, #content .widget_nav_menu ul li.current-cat-parent > a span.count, #content .widget_pages ul li.current-cat-parent > a span.count, #content .widget_archive ul li.current-cat-parent > a span.count, #content .widget_meta ul li.current-cat-parent > a span.count, #content .widget_recent_entries ul li.current-cat-parent > a span.count, #content .widget_product_categories ul li > a:hover span.count, #content .widget_categories ul li > a:hover span.count, #content .widget_nav_menu ul li > a:hover span.count, #content .widget_pages ul li > a:hover span.count, #content .widget_archive ul li > a:hover span.count, #content .widget_meta ul li > a:hover span.count, #content .widget_recent_entries ul li > a:hover span.count {
  background-color: #d83030;
  text-fill-color: #fff;
  -o-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
}
#content .widget_product_categories ul li .sub-menu, #content .widget_categories ul li .sub-menu, #content .widget_nav_menu ul li .sub-menu, #content .widget_pages ul li .sub-menu, #content .widget_archive ul li .sub-menu, #content .widget_meta ul li .sub-menu, #content .widget_recent_entries ul li .sub-menu, #content .widget_product_categories ul li .children, #content .widget_categories ul li .children, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_archive ul li .children, #content .widget_meta ul li .children, #content .widget_recent_entries ul li .children {
  padding-left: 10px;
}
#content .widget_product_categories ul li:last-child a, #content .widget_categories ul li:last-child a, #content .widget_nav_menu ul li:last-child a, #content .widget_pages ul li:last-child a, #content .widget_archive ul li:last-child a, #content .widget_meta ul li:last-child a, #content .widget_recent_entries ul li:last-child a {
  border-bottom: none;
}
#content .widget_product_categories .nice-select ul li, #content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li, #content .widget_recent_entries .nice-select ul li {
  border: none;
  font-size: 14px;
  line-height: normal;
  padding: 8px 24px;
  font-weight: 500;
}
.count.right {
  float: right;
}
.widget_recent_entries a, .widget_recent_comments a {
  color: #282828;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: #d83030;
}
.widget_recent_entries ul, .widget_recent_comments ul {
  list-style: none;
}
.widget_recent_comments ul {
  list-style: none;
}
.widget_recent_comments ul li {
  border-bottom: 1px solid #ececf0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #222;
  display: block;
}
.widget_recent_comments .recentcomments > a:hover {
  color: #d83030;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_calendar table > caption {
  padding-bottom: 0;
  text-align: center;
  color: inherit;
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #d83030;
}
.widget_ef_recent_posts .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
.widget_ef_recent_posts .entry-title a {
  color: #222;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #d83030;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.ct-social {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.ct-social li {
  margin-right: 12px;
}
.ct-social a {
  font-size: 14px;
  color: #fff;
  height: 34px;
  width: 34px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #d83030;
}
.ct-social a 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%);
}
.ct-social a:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ct-social a:hover:before {
  opacity: 0;
}
.ct-social a:hover:after {
  opacity: 1;
}
.widget_newsletterwidget {
  background-color: #061b49;
  padding: 32px 40px 40px 40px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 1199px) {
  .widget_newsletterwidget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.widget_newsletterwidget .description {
  padding-bottom: 22px;
}
.widget_newsletterwidget .tnp-widget {
  position: relative;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 51px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background-color: transparent;
  border: 1px solid #283a62;
  background-color: transparent;
  font-size: 13px;
  color: #6b89c1;
  font-style: normal;
  padding: 0 19px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
  border-color: #d83030;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
  content: '\f061';
  font-size: 11px;
  color: #fff;
  height: 22px;
  width: 22px;
  line-height: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  background-color: #d83030;
  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%);
  font-family: "Font Awesome 5 Pro";
  text-align: center;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  height: 51px;
  width: 51px;
  position: absolute;
}
.widget_ct_recent_posts .posts-list {
  margin-left: -20px;
  margin-right: -20px;
}
.widget_ct_recent_posts .entry-brief {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 17px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e2e2e7;
  padding-left: 20px;
  padding-right: 20px;
}
.widget_ct_recent_posts .entry-brief:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_ct_recent_posts .entry-media {
  width: 65px;
  min-width: 65px;
  margin-right: 12px;
}
.widget_ct_recent_posts .entry-media img {
  width: 100%;
}
.widget_ct_recent_posts .entry-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: -5px;
}
.widget_ct_recent_posts .item-date {
  font-size: 15px;
  color: #999;
}
.widget_ct_recent_posts .item-date i {
  color: #d83030;
}
.tagcloud a {
  border: none;
  background-color: transparent;
  padding: 0 21px;
  color: #222;
  display: inline-block;
  font-size: 15px !important;
  line-height: 30px;
  margin-right: 1px;
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
  border: 1px solid #eeecec;
}
.tagcloud a:hover {
  color: #fff;
  border-color: #d83030;
  background-color: #d83030;
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 6px -6px black;
  -khtml-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  -ms-box-shadow: 0 8px 6px -6px black;
  -o-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form .search-submit {
  padding: 0;
  border: none;
  line-height: 50px;
  height: 50px;
  width: 53px;
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -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: transparent;
  background-image: none;
  border-left: 1px solid #ececf0;
}
.widget_search .search-form .search-submit:before, .widget_search .search-form .search-submit:after {
  display: none;
}
.widget_search .search-form .search-submit:hover {
  background-color: #d83030;
  color: #fff;
}
.widget_search .search-form .search-field {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ececf0;
  padding: 0 22px;
  color: #222;
  font-size: 15px;
}
.widget_search .search-form .search-field:focus {
  border-color: #d83030;
}
.widget_search .search-form .search-field:focus + .search-submit {
  border-color: #d83030;
}
.ct-getintouch .ct-getintouch-item {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 15px;
  align-items: center;
}
.ct-getintouch .ct-getintouch-item .ct-getintouch-icon i {
  font-size: 32px;
  margin-right: 12px;
  color: #d83030;
}
.ct-getintouch .ct-getintouch-item .ct-getintouch-icon i.fac-clock {
  font-size: 26px;
}
.ct-getintouch .ct-getintouch-item .ct-getintouch-icon {
  line-height: 1;
  min-width: 43px;
  text-align: center;
}
.ct-getintouch .ct-getintouch-item .ct-getintouch-meta {
  font-size: 15px;
  color: #767677;
}
.ct-getintouch .ct-getintouch-item .ct-getintouch-meta label {
  color: #222;
  border-bottom: 1px solid #747474;
  line-height: 20px;
  font-weight: 600;
}
.ct-getintouch .ct-getintouch-item .ct-getintouch-meta span {
  display: block;
  line-height: 24px;
}
.ct-getintouch .ct-getintouch-item a.btn {
  margin-top: 14px;
}
.ct-getintouch .ct-getintouch-item + .ct-getintouch-item {
  margin-top: 28px;
}
.widget_text p:last-child {
  margin-bottom: 0;
}
.gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: '\f00e';
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 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 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-image-gallery .gallery .gallery-item a:hover:before, .widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.ct-newsletter.widget {
  background-color: #0e0e0e;
  padding: 32px 25px 42px;
}
.ct-newsletter.widget .widget-title {
  padding-bottom: 22px;
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
}
.ct-newsletter.widget .widget-title:before {
  content: '\f2b6';
  font-family: "Font Awesome 5 Pro";
  position: static;
  background-image: none;
  background-color: transparent;
  font-size: 20px;
  margin-right: 14px;
}
.ct-newsletter.widget .tnp-field-email {
  margin-bottom: 15px;
}
.ct-newsletter.widget .tnp-field-email .tnp-email {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ececec;
  height: 58px;
  font-size: 13px;
  text-align: center;
  color: #222;
}
.ct-newsletter.widget .tnp-field-button .tnp-button {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  line-height: 58px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #010101;
}
.ct-newsletter.widget .tnp-field-button .tnp-button:hover {
  background-color: #d83030;
}
.widget_mc4wp_form_widget.widget {
  background-color: #0e0e0e;
  padding: 32px 25px 42px;
}
.widget_mc4wp_form_widget.widget .widget-title {
  padding-bottom: 22px;
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
}
.widget_mc4wp_form_widget.widget .widget-title:before {
  content: '\f2b6';
  font-family: "Font Awesome 5 Pro";
  position: static;
  background-image: none;
  background-color: transparent;
  font-size: 20px;
  margin-right: 14px;
}
.widget_mc4wp_form_widget.widget input[type="email"], .widget_mc4wp_form_widget.widget input[type="text"] {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ececec;
  height: 58px;
  font-size: 13px;
  text-align: center;
  color: #222;
  margin-bottom: 15px;
}
.widget_mc4wp_form_widget.widget input[type="submit"] {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  line-height: 58px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #010101;
}
.widget_mc4wp_form_widget.widget input[type="submit"]:hover {
  background-color: #d83030;
}
.widget_mc4wp_form_widget.widget .mc4wp-response {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #fff;
}
.widget_mc4wp_form_widget.widget .mc4wp-response p {
  margin-bottom: 0;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
  margin: -8px -4px 0 -4px;
  width: auto;
  float: none;
}
#sb_instagram #sbi_images .sbi_item {
  padding: 0 4px !important;
  margin-top: 8px !important;
}
#sb_instagram #sbi_images .sbi_item a {
  position: relative;
}
#sb_instagram #sbi_images .sbi_item a img {
  width: 100%;
}
#sb_instagram #sbi_images .sbi_item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65) !important;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
#sb_instagram #sbi_images .sbi_item a:after {
  content: '\f16d';
  font-size: 18px;
  font-family: "Font Awesome 5 Brands";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 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 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
}
#sb_instagram #sbi_images .sbi_item a:hover:before, #sb_instagram #sbi_images .sbi_item a:hover:after {
  opacity: 1;
}
#sb_instagram .sbi-screenreader {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 33.33% !important;
  }
}
.bypostauthor {
  display: block;
}
.comments-area .comment-list-wrap {
  margin-top: 25px;
}
.comments-area .comment-respond {
  margin-top: 60px;
}
.comments-area .comment-respond .logged-in-as {
  margin-bottom: 25px;
  font-size: 14px;
}
.comments-area .comment-respond .logged-in-as a {
  color: inherit;
}
.comments-area .comment-respond .logged-in-as a:hover {
  color: #d83030;
}
.comments-area .no-comments {
  display: none;
}
.comments-area .comment-form {
  padding: 33px;
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}
.comment-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2px;
  color: #161616;
}
.comment-title a {
  color: inherit;
}
.comment-title a:hover {
  color: #d83030;
}
.comments-area .comment-title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li .children {
  padding-left: 76px;
}
@media screen and (max-width: 575px) {
  .comment-list li .children {
    padding-left: 0;
  }
}
.comment-list li .children li {
  list-style: none;
  margin-top: 34px;
}
.comment-list li .comment-respond {
  margin-top: 45px;
  margin-bottom: 50px;
  margin-left: 122px;
}
.comment-list > li {
  margin-bottom: 34px;
}
@media screen and (max-width: 575px) {
  .comment-list > li {
    margin-bottom: 40px;
  }
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children {
  padding-left: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children .children {
  padding-left: 0;
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .comment-inner {
    display: block;
    text-align: center;
  }
}
.comment-inner img.avatar {
  width: 92px;
  height: 92px;
  min-width: 92px;
  margin-right: 30px;
  float: left;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .comment-inner img.avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 575px) {
  .comment-inner img.avatar {
    float: none;
    margin: 0 auto 22px auto;
    width: 92px;
    height: 92px;
    min-width: 92px;
  }
}
.comment-date {
  font-size: 14px;
  color: #161616;
  margin-bottom: 17px;
  display: inline-block;
  -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;
  font-family: 'Poppins', sans-serif;
}
.comment-content {
  background-color: #fff;
  padding: 22px 24px 38px;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .comment-content {
    padding-top: 26px;
  }
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-text {
  color: inherit;
  font-size: 15px;
  line-height: 27px;
}
.comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comment-content .comment-text ol, .comment-content .comment-text ul {
  margin-bottom: 32px;
}
.comment-content .comment-text ol ul, .comment-content .comment-text ul ul, .comment-content .comment-text ol ol, .comment-content .comment-text ul ol {
  margin-bottom: 0;
}
.comment-content .comment-text ul li {
  list-style: outside;
}
.comment-content .comment-text br {
  display: none;
}
.comment-content .comment-date {
  color: #d83030;
  text-decoration: underline;
}
.comment-content:hover .comment-reply a:before {
  opacity: 0;
}
.comment-content:hover .comment-reply a:after {
  opacity: 1;
}
.comment-content:hover .comment-reply a:hover:before {
  opacity: 1;
}
.comment-content:hover .comment-reply a:hover:after {
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .comment-content:before {
    content: '';
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #f4f7fc transparent;
    left: 50%;
    top: -23px;
    -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);
    display: inline-block;
    position: absolute;
  }
}
.comment-reply {
  position: absolute;
  top: 20px;
  right: 23px;
}
@media screen and (max-width: 575px) {
  .comment-reply {
    position: static;
    margin-top: 22px;
  }
}
.comment-reply a {
  line-height: 35px;
  display: inline-block;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
}
.comment-reply a i {
  margin-left: 4px;
  font-weight: 400;
}
.comment-reply a:hover {
  background-color: #d83030;
  -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  color: #fff;
}
.comment-reply-title small {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-left: 10px;
}
.comment-reply-title small a {
  line-height: 35px;
  display: inline-block;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #f0f0f0;
}
.comment-reply-title small a i {
  margin-left: 4px;
}
.comment-reply-title small a:hover {
  color: #fff;
  background-color: #d83030;
}
.comment-holder {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 5px;
}
.comment-holder .comment-meta {
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .comment-holder {
    display: block;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .comment-holder .comment-meta {
    margin-right: 0;
  }
}
.comment-form .row > div {
  margin-top: 30px;
}
.comment-form .form-submit {
  margin-top: 23px;
  margin-bottom: 0;
}
.comment-form .form-submit .submit {
  background-color: #d83030;
}
.comment-form .form-submit .submit:hover {
  background-color: #010101;
}
.comment-form .comment-form-comment {
  display: flex;
  flex-wrap: wrap;
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-top: 20px;
  color: #222;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  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%);
}
.comment-form-cookies-consent label:before {
  content: '';
  border: 1px solid #cfcfcf;
  background-color: #ececed;
  z-index: 1;
}
.comment-form-cookies-consent label:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  z-index: 2;
  font-size: 8px;
  color: #d83030;
  opacity: 0;
  line-height: 12px;
  text-align: center;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:before {
  border-color: #d83030;
  background-color: #fff;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.page-template-default .comments-area .comment-respond {
  border-top: 1px solid #d0e7fa !important;
  padding-top: 50px;
  margin-top: 50px;
}
.page-template-default .comments-area .comment-respond:before {
  display: none;
}
.logo-footer-0 {
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .fixed-footer .site-footer-custom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .fixed-footer #ct-masthead, .fixed-footer .site-content {
    background-color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .fixed-footer .site-content {
    margin-bottom: 0 !important;
  }
}
.text-copyright a:hover {
  color: #fff !important;
  font-weight: bold;
}
.menu-footer-menu-container .menu li {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .menu-footer-menu-container .menu li {
    margin-right: 48px;
  }
}
@media screen and (max-width: 991px) {
  .menu-footer-menu-container .menu li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .menu-footer-menu-container .menu li:last-child {
    margin-right: 0;
  }
  .menu-footer-menu-container .menu li:first-child {
    margin-left: 0;
  }
}
.menu-footer-menu-container .menu li a {
  font-weight: bold;
  color: #666;
}
.menu-footer-menu-container .menu li a:hover {
  color: #fff;
}
.site-footer-custom {
  margin-top: -1px;
}
.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 62px;
  right: -45px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #d83030;
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    bottom: 0;
    right: 0;
  }
}
.scroll-top:hover, .scroll-top:focus {
  color: #fff;
  background-color: #010101;
}
.scroll-top.on {
  right: 0;
  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;
  }
}
@media screen and (min-width: 1200px) {
  .footer-seciton .elementor-row {
    padding: 0 60px;
  }
}
.ct-modal.ct-search-popup .ct-modal-content form {
  padding: 23px 0;
  position: relative;
  border-bottom: 1px solid #fff;
}
.ct-modal.ct-search-popup .ct-modal-content .search-field {
  font-size: 65px;
  height: inherit;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: normal;
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .ct-modal.ct-search-popup .ct-modal-content .search-field {
    font-size: 48px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ct-modal.ct-search-popup .ct-modal-content .search-field {
    font-size: 24px;
  }
}
.ct-modal.ct-search-popup .ct-modal-content .search-field:focus {
  -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.ct-search-popup .ct-modal-content .esc-search {
  margin-top: 24px;
  font-size: 15px;
  color: #fff;
}
.ct-modal.ct-search-popup .ct-modal-content .search-submit {
  background-image: none;
  background-color: transparent;
  color: #fff;
  font-size: 42px;
  position: absolute;
  border: none;
  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%);
  right: 0;
  padding: 5px 0 5px 5px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .ct-modal.ct-search-popup .ct-modal-content .search-submit {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .ct-modal.ct-search-popup .ct-modal-content .search-submit {
    display: none;
  }
}
.ct-grid {
  margin: 0 -15px;
}
.ct-grid .grid-sizer {
  visibility: hidden;
}
.ct-grid .ct-grid-inner, .ct-grid .grid-item-inner {
  position: relative;
}
.ct-grid .grid-item.ct-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.ct-grid .ct-load-more {
  margin-top: 35px;
}
.ct-grid .ct-load-more .btn {
  padding: 0 42px;
  line-height: 51px;
  font-size: 15px;
}
.ct-grid .ct-load-more .btn.btn-secondary {
  padding: 0 52px;
  line-height: 58px;
}
.ct-grid .ct-load-more i {
  margin-left: 0;
  margin-right: 8px;
}
.ct-grid .ct-load-more i.fa-spin {
  display: inline-block;
}
.ct-grid .ct-grid-pagination {
  margin-top: 20px;
}
.ct-grid .item-featured a {
  display: block;
}
.ct-grid .btn-loadmore i {
  margin-left: 0;
  margin-right: 0;
}
.ct-grid .btn-loadmore i.fa-refresh {
  margin-right: 8px;
}
.ct-grid-inner.row {
  margin: 0;
}
.grid-filter-wrap {
  margin-bottom: 44px;
  text-align: center;
  padding: 0 15px;
  /* End Grid */
  /* Carousel */
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0 16px;
  -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;
  text-transform: capitalize;
  color: #383838;
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.grid-filter-wrap span:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #d83030;
  -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;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  color: #fff;
}
.grid-filter-wrap span.active:before, .grid-filter-wrap span:hover:before {
  opacity: 1;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ct-nav-carousel .nav-prev, .ct-nav-carousel .nav-next {
  height: 56px;
  width: 56px;
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-color: #3c3c3c;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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: #fff;
}
.ct-nav-carousel .nav-prev i, .ct-nav-carousel .nav-next i {
  font-size: 18px;
  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 .nav-prev:hover, .ct-nav-carousel .nav-next:hover {
  background-color: #d83030;
  color: #fff;
}
.ct-nav-carousel .nav-next {
  margin-left: 21px;
}
.ct-slick-carousel .slick-arrow {
  width: 60px;
  height: 60px;
  color: #222;
  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: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: absolute;
  padding: 0;
  background-color: #fff;
  background-image: none;
  font-size: 0;
  bottom: 0;
  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: 0 4px 16px rgba(57, 57, 57, 0.14) !important;
  -khtml-box-shadow: 0 4px 16px rgba(57, 57, 57, 0.14) !important;
  -moz-box-shadow: 0 4px 16px rgba(57, 57, 57, 0.14) !important;
  -ms-box-shadow: 0 4px 16px rgba(57, 57, 57, 0.14) !important;
  -o-box-shadow: 0 4px 16px rgba(57, 57, 57, 0.14) !important;
  box-shadow: 0 4px 16px rgba(57, 57, 57, 0.14) !important;
}
.ct-slick-carousel .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  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%);
  font-size: 16px;
}
.ct-slick-carousel .slick-arrow:hover {
  color: #fff;
  -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;
  background-color: #d83030;
}
.ct-slick-carousel .slick-arrow:hover:after {
  opacity: 1;
}
.ct-slick-carousel .slick-arrow.slick-disabled {
  cursor: no-drop;
}
.ct-slick-carousel .slick-prev {
  margin-left: -40px;
}
.ct-slick-carousel .slick-prev:before {
  content: '\f104';
}
.ct-slick-carousel .slick-next {
  margin-left: 40px;
}
.ct-slick-carousel .slick-next:before {
  content: '\f105';
}
.ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 95px;
}
.slick-slider .slick-slide {
  outline: none;
}
.slick-dots {
  margin: 45px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: flex;
  margin: 0 4px;
  line-height: 1;
}
.slick-dots li button {
  height: 13px;
  width: 13px;
  line-height: 13px;
  text-indent: -9999px;
  padding: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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: #e0e0e0;
  z-index: 1;
}
.slick-dots li:not(.slick-active) button {
  background-image: none;
}
.slick-dots li.slick-active button {
  background-color: #d83030;
}
.ct-slick-slider .ct-carousel-inner {
  margin: 0 -15px;
}
.ct-slick-slider .ct-carousel-inner .slick-slide {
  padding: 0 15px;
}
.tp-bullets {
  /* End Carousel */
  /* Page Loading */
}
.tp-bullets.custom .tp-bullet {
  width: 14px !important;
  height: 14px !important;
  background-color: #d7d8d7 !important;
}
.tp-bullets.custom .tp-bullet.selected {
  background-color: #d83030 !important;
}
.tp-bullets.bullet-custom2 .tp-bullet {
  width: 40px;
  height: 40px;
  -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: #f1f1f1;
  border: 2px solid #fff;
  text-align: center;
  line-height: 36px;
}
.tp-bullets.bullet-custom2 .tp-bullet.selected {
  -webkit-box-shadow: 0 2px 14px rgba(7, 0, 76, 0.30);
  -khtml-box-shadow: 0 2px 14px rgba(7, 0, 76, 0.30);
  -moz-box-shadow: 0 2px 14px rgba(7, 0, 76, 0.30);
  -ms-box-shadow: 0 2px 14px rgba(7, 0, 76, 0.30);
  -o-box-shadow: 0 2px 14px rgba(7, 0, 76, 0.30);
  box-shadow: 0 2px 14px rgba(7, 0, 76, 0.30);
  border: 2px solid #d83030;
}
.tp-bullets.bullet-custom2 .tp-bullet:nth-child(1):after {
  content: "1";
}
.tp-bullets.bullet-custom2 .tp-bullet:nth-child(2):after {
  content: "2";
}
.tp-bullets.bullet-custom2 .tp-bullet:nth-child(3):after {
  content: "3";
}
.tp-bullets.bullet-custom2 .tp-bullet:nth-child(4):after {
  content: "4";
}
.tp-bullets.bullet-custom2 .tp-bullet:nth-child(5):after {
  content: "5";
}
.tp-bullets.bullet-custom2 .tp-bullet:nth-child(6):after {
  content: "6";
}
#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-loadding.ct-loaded {
  opacity: 0;
  visibility: hidden;
}
#ct-loadding.ct-loaded.style9 {
  -webkit-transform: scale(1.5);
  -khtml-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#ct-loadding .ct-dual-ring {
  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%);
  width: 64px;
  height: 64px;
}
#ct-loadding .ct-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  animation: ct_dual_ring 1.2s linear infinite;
  border-bottom-color: #d83030;
  border-top-color: #d83030;
}
#ct-loadding .loading-spin {
  display: block;
  height: 65px;
  margin: -32px auto 0;
  position: relative;
  top: 50%;
  width: 65px;
}
#ct-loadding .loading-spin .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin-rotate-all 1s linear infinite;
  animation: spin-rotate-all 1s linear infinite;
}
#ct-loadding .loading-spin .spinner .right-side, #ct-loadding .loading-spin .spinner .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
  animation: spin-fade-in-first 1.2s linear infinite alternate;
}
#ct-loadding .loading-spin .spinner .left-side {
  left: 0;
}
#ct-loadding .loading-spin .spinner .right-side {
  right: 0;
}
#ct-loadding .loading-spin .spinner.color-2 .right-side, #ct-loadding .loading-spin .spinner.color-2 .left-side {
  -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
  animation: spin-fade-in-second 1.2s linear infinite alternate;
}
#ct-loadding .loading-spin .spinner .bar {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px 0 0 200px;
  -khtml-border-radius: 200px 0 0 200px;
  -moz-border-radius: 200px 0 0 200px;
  -ms-border-radius: 200px 0 0 200px;
  -o-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
  border: 6px solid #d83030;
  position: relative;
}
#ct-loadding .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #d83030;
  position: absolute;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#ct-loadding .loading-spin .spinner .right-side .bar {
  -webkit-border-radius: 0 200px 200px 0;
  -khtml-border-radius: 0 200px 200px 0;
  -moz-border-radius: 0 200px 200px 0;
  -ms-border-radius: 0 200px 200px 0;
  -o-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: spin-rotate-right 0.75s linear infinite alternate;
  animation: spin-rotate-right 0.75s linear infinite alternate;
}
#ct-loadding .loading-spin .spinner .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}
#ct-loadding .loading-spin .spinner .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: spin-rotate-left 0.75s linear infinite alternate;
  animation: spin-rotate-left 0.75s linear infinite alternate;
}
#ct-loadding .loading-spin .spinner .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}
#ct-loadding .ct-dot-square {
  display: block;
  font-size: 13px;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  animation: stevloader 3s infinite linear;
  -webkit-animation: stevloader 3s infinite linear;
}
#ct-loadding.style11 .loading-spinner {
  color: #d83030;
  font-size: 60px;
  text-indent: -9999em;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -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;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-animation: loading-run 1.7s infinite ease, loading-round 1.7s infinite ease;
  animation: loading-run 1.7s infinite ease, loading-round 1.7s infinite ease;
}
#ct-loadding .loading-ring {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#ct-loadding .loading-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: #d83030 transparent #d83030 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.ct-spinner2 {
  width: 45px;
  height: 45px;
  background-color: #d83030;
  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;
}
.ct-spinner3 {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.ct-spinner3 .double-bounce1, .ct-spinner3 .double-bounce2 {
  width: 100%;
  height: 100%;
  -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: #d83030;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: ct-bounce 2s infinite ease-in-out;
  animation: ct-bounce 2s infinite ease-in-out;
}
.ct-spinner3 .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ct-spinner4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.ct-spinner4 > div {
  background-color: #d83030;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: ct-stretchdelay 1.2s infinite ease-in-out;
  animation: ct-stretchdelay 1.2s infinite ease-in-out;
}
.ct-spinner4 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.ct-spinner4 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ct-spinner4 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ct-spinner4 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ct-spinner5 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 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%);
  width: 70px;
  text-align: center;
}
.ct-spinner5 > div {
  width: 18px;
  height: 18px;
  background-color: #d83030;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: ct-bouncedelay 1.4s infinite ease-in-out both;
  animation: ct-bouncedelay 1.4s infinite ease-in-out both;
}
.ct-spinner5 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ct-spinner5 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.ct-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.ct-cube-grid .ct-cube {
  width: 33%;
  height: 33%;
  background-color: #d83030;
  float: left;
  -webkit-animation: ct-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: ct-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.ct-cube-grid .ct-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ct-cube-grid .ct-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ct-cube-grid .ct-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ct-cube-grid .ct-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ct-cube-grid .ct-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ct-cube-grid .ct-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ct-cube-grid .ct-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ct-cube-grid .ct-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ct-cube-grid .ct-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ct-folding-cube {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.ct-folding-cube .ct-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-folding-cube .ct-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d83030;
  -webkit-animation: ct-foldCubeAngle 2.4s infinite linear both;
  -ms-animation: ct-foldCubeAngle 2.4s infinite linear both;
  -o-animation: ct-foldCubeAngle 2.4s infinite linear both;
  animation: ct-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.ct-folding-cube .ct-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.ct-folding-cube .ct-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ct-folding-cube .ct-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.ct-folding-cube .ct-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ct-folding-cube .ct-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.ct-folding-cube .ct-cube4:before {
  -webkit-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.ct-loading-stairs {
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  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%);
  width: 75px;
  margin-top: -25px;
}
.ct-loading-stairs .loader-bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #d83030;
  transform-origin: center bottom;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}
.ct-loading-stairs .loader-bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
  -khtml-transform: scale(1, 0.2);
  -moz-transform: scale(1, 0.2);
  -ms-transform: scale(1, 0.2);
  -o-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
  animation: barUp1 4s infinite;
  -webkit-animation: barUp1 4s infinite;
  -ms-animation: barUp1 4s infinite;
}
.ct-loading-stairs .loader-bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
  -khtml-transform: scale(1, 0.4);
  -moz-transform: scale(1, 0.4);
  -ms-transform: scale(1, 0.4);
  -o-transform: scale(1, 0.4);
  transform: scale(1, 0.4);
  animation: barUp2 4s infinite;
  -webkit-animation: barUp2 4s infinite;
  -ms-animation: barUp2 4s infinite;
}
.ct-loading-stairs .loader-bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
  -khtml-transform: scale(1, 0.6);
  -moz-transform: scale(1, 0.6);
  -ms-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
  animation: barUp3 4s infinite;
  -webkit-animation: barUp3 4s infinite;
  -ms-animation: barUp3 4s infinite;
}
.ct-loading-stairs .loader-bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
  -khtml-transform: scale(1, 0.8);
  -moz-transform: scale(1, 0.8);
  -ms-transform: scale(1, 0.8);
  -o-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
  animation: barUp4 4s infinite;
  -webkit-animation: barUp4 4s infinite;
  -ms-animation: barUp4 4s infinite;
}
.ct-loading-stairs .loader-bar:nth-child(5) {
  left: 60px;
  -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);
  animation: barUp5 4s infinite;
  -webkit-animation: barUp5 4s infinite;
  -ms-animation: barUp5 4s infinite;
}
.ct-loading-stairs .loader-ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #d83030;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: ball 4s infinite;
  -webkit-animation: ball 4s infinite;
  -ms-animation: ball 4s infinite;
}
.ct-spinner9-wrap {
  position: absolute;
  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%);
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  margin: auto;
}
.ct-spinner9 {
  margin: 0 auto;
  width: 45px;
  height: 45px;
  position: relative;
  text-align: center;
  -webkit-animation: ct-rotate 2s infinite linear;
  animation: ct-rotate 2s infinite linear;
  /* End Page Loading */
  /* Modal and Hidden Sidebar */
}
.ct-spinner9 .dot1, .ct-spinner9 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #d83030;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: ct-bounce 2s infinite ease-in-out;
  animation: ct-bounce 2s infinite ease-in-out;
}
.ct-spinner9 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ct-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-modal .ct-modal-close {
  position: absolute;
  top: 60px;
  right: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  z-index: 99;
  color: #000;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -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;
  visibility: hidden;
}
.ct-modal .ct-modal-close:before {
  content: '';
  -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;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
}
.ct-modal .ct-modal-close:hover:before {
  -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-modal .ct-modal-overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(100px - 112vw);
  z-index: 3;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.ct-modal .ct-modal-content {
  position: fixed;
  width: 0;
  max-width: 1200px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  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: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.ct-modal.open {
  z-index: 9999;
}
.ct-modal.open .ct-modal-close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.ct-modal.open .ct-modal-overlay {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 1;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
.ct-modal.open .ct-modal-content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.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: #fff;
  font-size: 25px;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.87);
}
.ct-modal-search .search-field:focus {
  border-color: rgba(255, 255, 255, 0.87);
}
.ct-modal-search .search-submit {
  font-size: 28px;
  color: #fff;
  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;
}
.ct-modal-search .search-submit:before, .ct-modal-search .search-submit:after {
  display: none;
}
.ct-hidden-sidebar-overlay, .ct-widget-cart-overlay {
  background-color: rgba(0, 0, 0, 0.82);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -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;
  cursor: url(../images/pointer.png), auto;
}
.ct-hidden-sidebar {
  position: fixed;
  z-index: 1029;
  top: 0;
  right: 0;
  bottom: 0;
  width: 375px;
  background-color: #fff;
  font-size: 15px;
  line-height: 26px;
  color: #383838;
  overflow: hidden;
  -webkit-transform: translateX(380px);
  -khtml-transform: translateX(380px);
  -moz-transform: translateX(380px);
  -ms-transform: translateX(380px);
  -o-transform: translateX(380px);
  transform: translateX(380px);
  -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 .ct-hidden-sidebar-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  margin: 115px -15px 90px 0;
  padding: 0 60px 0 60px;
}
@media screen and (max-width: 1400px) {
  .ct-hidden-sidebar .ct-hidden-sidebar-inner {
    margin: 85px -15px 60px 0;
    padding: 0 60px 0 50px;
  }
}
.ct-hidden-sidebar .ct-hidden-close {
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  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;
}
.ct-hidden-sidebar .ct-hidden-close:hover {
  -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 section.widget {
  margin-bottom: 54px;
}
.ct-hidden-sidebar section.widget:last-child {
  margin-bottom: 0;
}
.ct-hidden-sidebar section.widget.logo-hidden-sidebar {
  margin-bottom: 30px;
}
.ct-hidden-sidebar section.widget.logo-hidden-sidebar img {
  max-height: 75px;
  width: auto;
}
.ct-hidden-sidebar section.widget + .ct-getintouch {
  margin-top: -15px;
}
.ct-hidden-sidebar-wrap.open .ct-hidden-sidebar-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-hidden-sidebar-wrap.open .ct-hidden-sidebar {
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.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-widget-cart-wrap.open .ct-widget-cart-sidebar {
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
}
@media screen and (max-width: 575px) {
  .col-xs-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.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-demo-bar .ct-demo-option {
  position: absolute;
  top: 150px;
  left: -40px;
  height: 110px;
  padding: 10px 0;
  width: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -khtml-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.ct-demo-bar .ct-demo-option span {
  position: absolute;
  background-color: #222;
  color: #fff;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 13px;
  top: 0;
  right: 100%;
  margin-right: 12px;
  opacity: 0;
  visibility: hidden;
  -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-demo-bar .ct-demo-option span:before {
  content: '';
  border-color: #222;
  border-style: solid;
  border-color: transparent transparent transparent #222;
  border-width: 6px;
  position: absolute;
  top: 50%;
  right: -12px;
  -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-demo-bar .ct-demo-option a {
  display: block;
  color: #222;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.ct-demo-bar .ct-demo-option a:first-child {
  font-size: 16px;
}
.ct-demo-bar .ct-demo-option a:hover span {
  opacity: 1;
  visibility: visible;
}
.ct-demo-bar .ct-demo-bar-meta {
  padding: 40px 20px 0 20px;
}
.ct-demo-bar .ct-demo-bar-meta h4 {
  font-size: 18px;
}
.ct-demo-bar .ct-demo-bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
  -khtml-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
  -ms-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
  -o-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
  box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
  overflow: auto;
  height: 100%;
  color: #222;
  line-height: 1.5;
  font-size: 14px;
}
.ct-demo-bar .ct-demo-bar-inner:hover {
  overflow-y: auto;
}
.ct-demo-bar .ct-demo-bar-list {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.ct-demo-bar .ct-demo-bar-item {
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.ct-demo-bar .ct-demo-bar-item:before {
  z-index: 1;
  content: '';
  background-color: rgba(0, 0, 0, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
  opacity: 0;
}
.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder {
  position: absolute;
  top: 50%;
  padding: 20px;
  left: 0;
  right: 0;
  -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;
  opacity: 0;
  z-index: 2;
}
.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder h6 {
  color: #fff;
  margin-bottom: 18px;
}
.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder .btn {
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
}
.ct-demo-bar .ct-demo-bar-item + .ct-demo-bar-item {
  margin-top: 20px;
}
.ct-demo-bar .ct-demo-bar-item:hover:before, .ct-demo-bar .ct-demo-bar-item:hover .ct-demo-bar-holder {
  opacity: 1;
}
.ct-image-single img {
  width: auto;
}
.ct-contact-info1 {
  list-style: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  font-family: 'Roboto', sans-serif;
}
.ct-contact-info1 i {
  color: #d83030;
}
.ct-contact-info1 li {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .ct-contact-info1 li br {
    display: none;
  }
}
.ct-contact-info1 li + li {
  margin-top: 10px;
}
.ct-contact-info1 li a {
  color: inherit;
}
.ct-contact-info1 li a:hover {
  color: inherit;
}
.ct-contact-info1 .ct-contact-icon {
  display: inline-block;
  margin-right: 10px;
}
.ct-contact-info2 {
  text-align: center;
}
.ct-contact-info2 .item--phone {
  font-size: 40px;
  display: inline-block;
  padding-left: 65px;
  padding-bottom: 15px;
  background-image: url('../images/phone-icon.png');
  background-repeat: no-repeat;
  background-position: 0px 15px;
}
@media screen and (max-width: 767px) {
  .ct-contact-info2 .item--phone {
    font-size: 30px;
    background-size: 30px 30px;
    padding-left: 45px;
  }
}
.ct-contact-info2 .item--phone + .item--email {
  color: #010101;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .ct-contact-info2 .item--phone + .item--email {
    font-size: 18px;
  }
}
.ct-contact-info2 .item--phone + .item--email .ct-or {
  color: #383838;
  position: relative;
  top: -14px;
  display: block;
  font-size: 18px;
}
.ct-contact-info3 {
  margin-bottom: 35px;
}
.ct-contact-info3 .el--title {
  font-size: 22px;
  letter-spacing: 1px;
}
.ct-contact-info3 .list-info {
  list-style: none;
  margin-bottom: 0;
}
.ct-contact-info3 .list-info li {
  line-height: 30px;
}
.ct-contact-info3 .list-info a {
  color: #010101;
}
.ct-contact-info3 .list-info a:hover {
  color: #d83030;
}
.ct-contact-info3 .item--icon i {
  font-size: 42px;
  color: #d83030;
}
.ct-contact-info3 .ct-contact-content {
  display: flex;
}
.ct-contact-info3 .ct-contact-content .item--icon {
  padding-top: 8px;
  max-width: 55px;
  min-width: 55px;
}
.ct-contact-info3:hover .item--icon {
  -webkit-animation: shakeThatBooty 0.3s linear 1;
  -khtml-animation: shakeThatBooty 0.3s linear 1;
  -moz-animation: shakeThatBooty 0.3s linear 1;
  -ms-animation: shakeThatBooty 0.3s linear 1;
  -o-animation: shakeThatBooty 0.3s linear 1;
  animation: shakeThatBooty 0.3s linear 1;
}
.ct-contact-info4 {
  margin-bottom: 35px;
}
.ct-contact-info4 .el--title {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.ct-contact-info4 .list-info {
  list-style: none;
  margin-bottom: 0;
}
.ct-contact-info4 .list-info li {
  line-height: 30px;
}
.ct-contact-info4 .list-info a {
  color: #010101;
}
.ct-contact-info4 .list-info a:hover {
  color: #d83030;
}
.ct-contact-info4 .item--icon {
  -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;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -khtml-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -ms-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -o-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: #d83030;
  color: #fff;
  max-width: 68px;
  min-width: 68px;
  height: 68px;
  min-height: 68px;
}
.ct-contact-info4 .item--icon img {
  max-height: 30px;
  width: auto;
}
.ct-contact-info4 .item--icon img, .ct-contact-info4 .item--icon i {
  -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-contact-info4 .item--icon i {
  font-size: 30px;
}
.ct-contact-info4 .item--icon + .box-content {
  padding-top: 5px;
  margin-left: 16px;
}
.ct-contact-info4 .ct-contact-content {
  display: flex;
}
.ct-contact-info4:hover .item--icon {
  -webkit-box-shadow: 3px 30px 50px rgba(1, 1, 1, 0.09);
  -khtml-box-shadow: 3px 30px 50px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 3px 30px 50px rgba(1, 1, 1, 0.09);
  -ms-box-shadow: 3px 30px 50px rgba(1, 1, 1, 0.09);
  -o-box-shadow: 3px 30px 50px rgba(1, 1, 1, 0.09);
  box-shadow: 3px 30px 50px rgba(1, 1, 1, 0.09);
}
.ct-contact-info4:hover .item--icon i {
  transform: rotateY(-360deg);
}
.ct-contact-info4:hover .item--icon 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-contact-info5 {
  /* Ct Contact Form */
}
.ct-contact-info5 .item--title {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'Anton', sans-serif;
  padding-bottom: 12px;
  position: relative;
  font-weight: 400;
}
.ct-contact-info5 .item--title:before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #d83030;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-contact-info5 ul {
  list-style: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.ct-contact-info5 ul i {
  color: #fff;
}
.ct-contact-info5 ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.ct-contact-info5 ul li .ct-icon {
  max-width: 37px;
  min-width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background-color: #d83030;
  -webkit-border-radius: 37px;
  -khtml-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
}
.ct-contact-info5 ul li .ct-icon i {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .ct-contact-info5 ul li br {
    display: none;
  }
}
.ct-contact-info5 ul li + li {
  margin-top: 14px;
}
.ct-contact-info5 ul li a {
  color: inherit;
}
.ct-contact-info5 ul li a:hover {
  color: inherit;
}
.ct-contact-info5 ul .ct-icon {
  display: inline-block;
  margin-right: 10px;
}
.ct-contact-form.layout1 .col-box-info {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d83030;
  padding: 60px 40px 66px 40px;
}
@media screen and (min-width: 1200px) {
  .ct-contact-form.layout1 .col-box-info {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 390px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .ct-contact-form.layout1 .col-box-info + .ct-contact-form {
    background-color: #fff;
    padding: 120px 58px 120px 240px;
    margin-left: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-contact-form.layout1 .col-box-info {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .ct-contact-form.layout1 .col-box-info {
    padding: 40px 20px 40px 0;
  }
}
.ct-contact-form.layout1 .col-box-info .list-li {
  list-style: none;
  margin-bottom: 0;
}
.ct-contact-form.layout1 .col-box-info .list-li li {
  padding-left: 90px;
  position: relative;
  color: #fff;
}
.ct-contact-form.layout1 .col-box-info .list-li li i {
  -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;
  position: absolute;
  width: 70px;
  left: 0px;
  top: 9px;
  font-size: 38px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background-color: #edf0f2;
  color: #010101;
}
.ct-contact-form.layout1 .col-box-info .list-li li label {
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 3px;
}
.ct-contact-form.layout1 .col-box-info .list-li li span {
  font-weight: 400;
  display: block;
}
.ct-contact-form.layout1 .col-box-info .list-li li + li {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .ct-contact-form.layout1 .col-box-info .list-li li {
    padding-left: 55px;
  }
  .ct-contact-form.layout1 .col-box-info .list-li li i {
    top: 10px;
    left: -10px;
    font-size: 25px;
    width: 40px;
    height: 50px;
    line-height: 50px;
  }
  .ct-contact-form.layout1 .col-box-info .list-li li label {
    font-size: 18px;
  }
}
.ct-contact-form.layout1 .col-box-info .list-li li:hover i {
  background-color: #010101;
  color: #fff;
}
.ct-contact-form.layout1 .inner-layout {
  position: relative;
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap:before {
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 18px;
  color: #d83030;
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  padding-left: 48px;
  color: #010101;
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap.your-name:before {
  font-family: 'Flaticon';
  content: "\f110";
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap.your-email:before {
  content: '\f15a';
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap.your-phone:before {
  font-family: 'Flaticon';
  content: "\f11b";
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap.your-website:before {
  font-family: 'Flaticon';
  top: 12px;
  content: "\f11c";
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap.your-message .wpcf7-textarea {
  padding-left: 22px;
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.ct-contact-form.layout1 .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.ct-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit {
  overflow: hidden;
  position: relative !important;
  height: 56px !important;
  line-height: 56px !important;
  padding-left: 55px !important;
}
.ct-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit span {
  z-index: 1;
  position: relative;
}
.ct-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit:after, .ct-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit:before {
  position: absolute;
  display: block;
  content: "";
  -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-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit:after {
  top: 0;
  height: 100%;
  width: 100px;
  left: -71px;
  background-color: #d83030;
  transform: skew(-45deg);
}
.ct-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit:before {
  height: 100%;
  width: 100%;
  background-color: #010101;
  transform: skew(-45deg);
  left: 38px;
}
.ct-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit i {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 30px;
  text-align: center !important;
  color: #d83030;
  line-height: 30px !important;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  height: 30px;
}
.ct-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit:hover:after {
  background-color: #010101;
}
.ct-contact-form.layout1 .wpcf7-form .wpcf7-form-control .wpcf7-submit:hover:before {
  background-color: #d83030;
}
.ct-contact-form.layout1 .wpcf7-submit {
  background-color: transparent;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative !important;
  height: 56px !important;
  line-height: 56px !important;
  padding-left: 55px !important;
}
.ct-contact-form.layout1 .wpcf7-submit span {
  z-index: 1;
  position: relative;
}
.ct-contact-form.layout1 .wpcf7-submit:after, .ct-contact-form.layout1 .wpcf7-submit:before {
  position: absolute;
  display: block;
  content: "";
  -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-contact-form.layout1 .wpcf7-submit:after {
  top: 0;
  height: 100%;
  width: 100px;
  left: -71px;
  background-color: #d83030;
  transform: skew(-45deg);
}
.ct-contact-form.layout1 .wpcf7-submit:before {
  height: 100%;
  width: 100%;
  background-color: #010101;
  transform: skew(-45deg);
  left: 38px;
}
.ct-contact-form.layout1 .wpcf7-submit i {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 30px;
  text-align: center !important;
  color: #d83030;
  line-height: 30px !important;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  height: 30px;
}
.ct-contact-form.layout1 .wpcf7-submit:hover:after {
  background-color: #010101;
}
.ct-contact-form.layout1 .wpcf7-submit:hover:before {
  background-color: #d83030;
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap:before {
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 18px;
  color: #d83030;
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  padding-left: 48px;
  color: #010101;
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap.your-name:before {
  font-family: 'Flaticon';
  content: "\f110";
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap.your-email:before {
  content: '\f15a';
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap.your-phone:before {
  font-family: 'Flaticon';
  content: "\f11b";
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap.your-website:before {
  font-family: 'Flaticon';
  top: 12px;
  content: "\f11c";
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap.your-message .wpcf7-textarea {
  padding-left: 22px;
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.ct-contact-form.layout2.style-1 .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.ct-contact-form.layout2.style-1 .wpcf7-submit {
  background-color: transparent;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative !important;
  height: 56px !important;
  line-height: 56px !important;
  padding-left: 55px !important;
}
.ct-contact-form.layout2.style-1 .wpcf7-submit span {
  z-index: 1;
  position: relative;
}
.ct-contact-form.layout2.style-1 .wpcf7-submit:after, .ct-contact-form.layout2.style-1 .wpcf7-submit:before {
  position: absolute;
  display: block;
  content: "";
  -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-contact-form.layout2.style-1 .wpcf7-submit:after {
  top: 0;
  height: 100%;
  width: 100px;
  left: -71px;
  background-color: #d83030;
  transform: skew(-45deg);
}
.ct-contact-form.layout2.style-1 .wpcf7-submit:before {
  height: 100%;
  width: 100%;
  background-color: #010101;
  transform: skew(-45deg);
  left: 38px;
}
.ct-contact-form.layout2.style-1 .wpcf7-submit i {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 30px;
  text-align: center !important;
  color: #d83030;
  line-height: 30px !important;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  height: 30px;
}
.ct-contact-form.layout2.style-1 .wpcf7-submit:hover:after {
  background-color: #010101;
}
.ct-contact-form.layout2.style-1 .wpcf7-submit:hover:before {
  background-color: #d83030;
}
.ct-contact-form.layout2.style-2 .wpcf7-form-control {
  margin-bottom: 25px;
}
.ct-contact-form.layout2.style-3 label {
  color: #010101;
  font-style: 16px;
  margin-bottom: 8px;
}
.ct-contact-form.layout2.style-3 .input-filled {
  margin-bottom: 25px;
}
.ct-contact-form.layout2.style-3 .wpcf7-form-control {
  background-color: #fff;
  border: 1px solid #efefef;
}
.ct-contact-form.layout2.style-3 .wpcf7-form-control:focus {
  border-color: #d83030;
}
.ct-contact-form.layout2.style-3 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.ct-contact-form.layout2.style-3 .wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 2px solid #f13c3c !important;
}
.ct-contact-form.layout2.style-3 .nice-select span.current {
  line-height: 36px;
}
.ct-contact-form.layout2.style-3 .wpcf7-submit {
  background-color: #010101;
  color: #fff;
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  border-radius: 0;
  font-size: 15px;
  margin-top: -10px;
  padding-right: 47px;
  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-contact-form.layout2.style-3 .wpcf7-submit i {
  -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;
  right: 0;
  font-weight: 300;
  top: 0;
  height: 100%;
  width: 47px;
  background-color: #d83030;
  color: #fff;
  line-height: 47px;
  text-align: center;
  position: absolute;
}
.ct-contact-form.layout2.style-3 textarea {
  height: 88px;
}
.ct-info-custom li {
  display: flex;
  align-items: center;
}
.ct-icon1 {
  margin: 0;
  list-style: none;
}
.ct-icon1 a {
  display: inline-block;
}
.ct-icon1 a i {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #d83030;
  text-align: center;
  margin-right: 18px;
  margin-bottom: 8px;
}
.ct-icon1 a:hover {
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.ct-icon1 a:last-child i {
  margin-right: 0;
}
.ct-icon1.style2 a {
  display: inline-block;
}
.ct-icon1.style2 a i {
  display: inline-block;
  font-size: 17px;
  color: #666;
}
.ct-icon1.style2 a:hover {
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.ct-icon1.style2 a:hover i {
  color: #fff;
}
.ct-icon1.style2 a:last-child i {
  margin-right: 0;
}
.elementor-widget-wp-widget-instagram-feed-widget .elementor-widget-container h5 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.elementor-widget-wp-widget-instagram-feed-widget .elementor-widget-container .sb_instagram_header, .elementor-widget-wp-widget-instagram-feed-widget .elementor-widget-container #sbi_load {
  display: none;
}
.ct-blog-grid-layout1 .entry-featured img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-filter: grayscale(85%);
  filter: grayscale(85%);
  -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-blog-grid-layout1 .entry-featured + .entry-body {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  .ct-blog-grid-layout1 .entry-featured + .entry-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ct-blog-grid-layout1 .entry-title {
  line-height: 1.3;
  color: #222;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .ct-blog-grid-layout1 .entry-title {
    font-size: 18px;
  }
}
.ct-blog-grid-layout1 .entry-title a {
  color: inherit;
}
.ct-blog-grid-layout1 .entry-title a:hover {
  text-decoration: underline;
  color: #444;
}
.ct-blog-grid-layout1 .entry-readmore {
  display: none;
}
.ct-blog-grid-layout1 .entry-readmore a {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #d83030;
}
@media screen and (max-width: 767px) {
  .ct-blog-grid-layout1 .entry-readmore a {
    font-size: 14px;
  }
}
.ct-blog-grid-layout1 .entry-readmore a i {
  display: initial;
}
.ct-blog-grid-layout1 .entry-readmore a:hover {
  color: #010101;
}
.ct-blog-grid-layout1 .entry-meta {
  margin-top: 2px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .ct-blog-grid-layout1 .entry-meta {
    font-size: 13px;
  }
}
.ct-blog-grid-layout1 .entry-holder {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 22px 30px;
  margin-top: -60px;
  -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 screen and (max-width: 767px) {
  .ct-blog-grid-layout1 .entry-holder {
    padding-left: 20px;
  }
}
.ct-blog-grid-layout1 .grid-item-inner {
  margin-bottom: 60px;
}
.ct-blog-grid-layout1 .grid-item-inner:hover .entry-featured img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ct-blog-grid-layout1 .grid-item-inner:hover .entry-holder {
  -webkit-box-shadow: 0 20px 29px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 20px 29px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 20px 29px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 20px 29px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 20px 29px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 29px rgba(0, 0, 0, 0.2);
}
.ct-blog-grid-layout2 .item-date {
  position: absolute;
  bottom: 28px;
  left: 28px;
  height: 60px;
  width: 60px;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.ct-blog-grid-layout2 .item-date span {
  position: absolute;
  width: 100%;
  left: 0;
}
.ct-blog-grid-layout2 .item-date span:nth-child(1) {
  background-color: #010101;
  top: 0;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
}
.ct-blog-grid-layout2 .item-date span:nth-child(2) {
  background-color: #d83030;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  font-weight: 700;
}
.ct-blog-grid-layout2 .entry-featured {
  position: relative;
  overflow: hidden;
}
.ct-blog-grid-layout2 .entry-featured img {
  -webkit-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ct-blog-grid-layout2 .entry-title {
  line-height: 1.3;
  margin-bottom: 14px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ct-blog-grid-layout2 .entry-title {
    font-size: 18px;
  }
}
.ct-blog-grid-layout2 .entry-title a:hover {
  color: #d83030;
}
.ct-blog-grid-layout2 .item--content {
  line-height: 1.625;
  margin-bottom: 11px;
}
.ct-blog-grid-layout2 .entry-body {
  background-color: #fff;
  padding: 24px 28px 21px;
}
.ct-blog-grid-layout2 .entry-meta {
  margin-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 6px 0;
  font-size: 13px;
}
.ct-blog-grid-layout2 .entry-meta li {
  color: #666;
}
.ct-blog-grid-layout2 .grid-item-inner {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.ct-blog-grid-layout2 .grid-item-inner:hover .entry-featured img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ct-blog-grid-layout2 .ct-grid-pagination {
  margin-top: 0;
}
.ct-blog-grid-layout3 .item-category {
  -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;
  position: absolute;
  bottom: 11px;
  right: 11px;
  z-index: 99;
  color: #fff;
  text-align: center;
  background-color: #d83030;
  font-family: 'Poppins', sans-serif;
  padding: 3px 15px;
}
.ct-blog-grid-layout3 .item-category a {
  color: inherit;
}
.ct-blog-grid-layout3 .entry-featured {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.ct-blog-grid-layout3 .entry-featured img {
  -webkit-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ct-blog-grid-layout3 .entry-title {
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .ct-blog-grid-layout3 .entry-title {
    font-size: 18px;
  }
}
.ct-blog-grid-layout3 .entry-title a:hover {
  color: #d83030;
}
.ct-blog-grid-layout3 .item--content {
  line-height: 1.5;
  margin-bottom: 24px;
}
.ct-blog-grid-layout3 .entry-meta {
  margin-bottom: 20px;
  padding: 2px 0;
  padding-bottom: 10px;
  font-size: 14px;
}
.ct-blog-grid-layout3 .entry-meta li {
  color: #7a7a7a;
  margin-right: 30px;
}
.ct-blog-grid-layout3 .entry-meta li:last-child {
  margin-right: 0;
}
.ct-blog-grid-layout3 .entry-meta li a {
  color: inherit;
}
.ct-blog-grid-layout3 .entry-meta li a:hover {
  color: #d83030;
}
.ct-blog-grid-layout3 .entry-meta li i {
  color: #d83030;
}
.ct-blog-grid-layout3 .btn-text {
  height: 55px;
  line-height: 55px;
  padding-left: 60px;
  padding-right: 27px;
  text-transform: capitalize;
  display: inline-block;
  background-color: #d83030;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.ct-blog-grid-layout3 .btn-text:before, .ct-blog-grid-layout3 .btn-text:after {
  -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;
  position: absolute;
  top: -2px;
  width: 75px;
  height: 58px;
  display: block;
  content: '';
  transform: skew(-45deg);
  border-right: 7px solid #fff;
}
.ct-blog-grid-layout3 .btn-text:before {
  left: -45px;
  background-color: #fff;
}
.ct-blog-grid-layout3 .btn-text:after {
  left: -105px;
  background-color: #d83030;
}
.ct-blog-grid-layout3 .btn-text:hover {
  background-color: #010101;
}
.ct-blog-grid-layout3 .btn-text:hover:before {
  opacity: 0;
}
.ct-blog-grid-layout3 .btn-text:hover:after {
  left: -40px;
}
.ct-blog-grid-layout3 .btn-text:hover i {
  -webkit-transform: rotateZ(180deg);
  -khtml-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ct-blog-grid-layout3 .btn-text span {
  border: none;
  color: #fff;
}
.ct-blog-grid-layout3 .btn-text i {
  -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;
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #fff;
  color: #010101;
  font-size: 20px;
}
.ct-blog-grid-layout3 .grid-item-inner {
  -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-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 30px 28px 21px;
  background-color: #fff;
}
.ct-blog-grid-layout3 .grid-item-inner:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.ct-blog-grid-layout3 .grid-item-inner:hover .entry-featured img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ct-blog-grid-layout3 .grid-item-inner:hover .item-category {
  right: 15px;
  bottom: 15px;
}
.ct-blog-grid-layout3 .grid-item-inner:hover .btn-text {
  background-color: #010101;
}
.ct-blog-grid-layout3 .grid-item-inner:hover .btn-text:before {
  opacity: 0;
}
.ct-blog-grid-layout3 .grid-item-inner:hover .btn-text:after {
  left: -40px;
}
.ct-blog-grid-layout3 .grid-item-inner:hover .btn-text i {
  -webkit-transform: rotateZ(180deg);
  -khtml-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ct-blog-grid-layout3 .ct-grid-pagination {
  margin-top: 0;
}
.ct-blog-carousel-layout1 {
  overflow: hidden;
}
.ct-blog-carousel-layout1 .item--title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 7px;
}
@media screen and (max-width: 575px) {
  .ct-blog-carousel-layout1 .item--title {
    font-size: 18px;
  }
}
.ct-blog-carousel-layout1 .item--title a {
  color: inherit;
}
.ct-blog-carousel-layout1 .item--title a:hover {
  color: #d83030;
}
.ct-blog-carousel-layout1 .item--holder {
  background-color: #fff;
  width: 100%;
  max-width: 355px;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 30px 30px 30px 35px;
  -webkit-transition: all 260ms linear 0ms;
  -khtml-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  -o-transition: all 260ms linear 0ms;
  transition: all 260ms 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%);
}
@media screen and (max-width: 991px) {
  .ct-blog-carousel-layout1 .item--holder {
    right: 30px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ct-blog-carousel-layout1 .item--holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ct-blog-carousel-layout1 .item--holder {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.ct-blog-carousel-layout1 .item--holder .entry-meta {
  color: #474747;
  margin-bottom: 8px;
}
.ct-blog-carousel-layout1 .item--readmore {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.ct-blog-carousel-layout1 .item--readmore i {
  color: #d83030;
  margin-left: 6px;
  font-weight: 900;
}
.ct-blog-carousel-layout1 .item--readmore span {
  border-bottom: 1px solid #000;
  -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-blog-carousel-layout1 .item--readmore a {
  color: #000;
}
.ct-blog-carousel-layout1 .item--readmore a:hover {
  color: #d83030;
}
.ct-blog-carousel-layout1 .item--readmore a:hover span {
  border-color: #d83030;
}
.ct-blog-carousel-layout1 .item--featured {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.ct-blog-carousel-layout1 .item--featured img {
  -webkit-transition: all 260ms linear 0ms;
  -khtml-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  -o-transition: all 260ms linear 0ms;
  transition: all 260ms linear 0ms;
  -webkit-filter: grayscale(85%);
  filter: grayscale(85%);
}
.ct-blog-carousel-layout1 .grid-item-inner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .ct-blog-carousel-layout1 .grid-item-inner {
    padding-bottom: 85px;
  }
}
.ct-blog-carousel-layout1 .grid-item-inner:hover .item--featured img {
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ct-blog-carousel-layout1 .grid-item-inner:hover .item--holder {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.ct-blog-carousel-layout1 .slick-list {
  margin-right: -200px;
}
@media screen and (max-width: 1199px) {
  .ct-blog-carousel-layout1 .slick-list {
    margin: 0;
  }
}
.ct-blog-carousel-layout1 .slick-arrow {
  height: 40px;
  width: 40px;
  border: none;
  -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;
  color: #fff;
  background-color: #3e3e3e;
  margin: 0 5px;
  bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .ct-blog-carousel-layout1 .slick-arrow {
    bottom: 0;
  }
}
.ct-blog-carousel-layout1 .slick-arrow:after {
  display: none;
}
.ct-blog-carousel-layout1 .slick-arrow:hover, .ct-blog-carousel-layout1 .slick-arrow:focus {
  background-color: #d83030;
  color: #fff;
  outline: none;
}
.ct-blog-carousel-layout1 .slick-arrow.slick-prev {
  margin-left: -27px;
}
.ct-blog-carousel-layout1 .slick-arrow.slick-next {
  margin-left: 27px;
}
.ct-blog-carousel-layout1 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .ct-blog-carousel-layout1 .ct-slick-carousel[data-arrows="true"] {
    padding-bottom: 65px;
  }
}
.ct-blog-carousel-layout2 .item--featured {
  position: relative;
}
.ct-blog-carousel-layout2 .item--featured:before, .ct-blog-carousel-layout2 .item--featured:after {
  position: absolute;
  content: '';
  background-color: rgba(24, 24, 24, .6);
  left: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: 0.6s ease;
  -khtml-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 1;
  opacity: 0;
}
.ct-blog-carousel-layout2 .item--featured:before {
  top: 0;
}
.ct-blog-carousel-layout2 .item--featured:after {
  bottom: 0;
}
.ct-blog-carousel-layout2 .item--featured .item--overlay-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -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: 9;
}
.ct-blog-carousel-layout2 .item--featured .item--overlay-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: 'Poppins', sans-serif;
}
.ct-blog-carousel-layout2 .item--featured .item--overlay-more a:hover {
  background-color: #d83030;
  color: #fff;
}
.ct-blog-carousel-layout2 .item--title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 0;
}
.ct-blog-carousel-layout2 .item--title a {
  color: inherit;
}
.ct-blog-carousel-layout2 .item--holder {
  background-color: #fff;
  padding: 30px 32px 36px;
}
@media screen and (max-width: 1199px) {
  .ct-blog-carousel-layout2 .item--holder {
    padding-left: 25px;
    padding-right: 20px;
  }
}
.ct-blog-carousel-layout2 .item--readmore {
  margin-top: 15px;
}
.ct-blog-carousel-layout2 .grid-item-inner {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -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-bottom: 50px;
}
.ct-blog-carousel-layout2 .grid-item-inner:hover {
  -webkit-box-shadow: 0 25px 24px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 25px 24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 25px 24px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 25px 24px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 25px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 25px 24px rgba(0, 0, 0, 0.2);
}
.ct-blog-carousel-layout2 .grid-item-inner:hover .item--featured:before, .ct-blog-carousel-layout2 .grid-item-inner:hover .item--featured:after {
  height: 100%;
  opacity: 1;
}
.ct-blog-carousel-layout2 .grid-item-inner:hover .item--featured .item--overlay-more {
  -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;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ct-blog-carousel-layout2 .grid-item-inner:hover .item--title a {
  color: #d83030;
  text-decoration: underline;
}
.ct-blog-carousel-layout2 .ct-carousel-inner {
  overflow: hidden;
  margin: 0 -30px;
}
.ct-blog-carousel-layout2 .ct-carousel-inner .slick-list {
  padding: 0 30px;
}
.ct-blog-carousel-layout2 .slick-slide {
  -webkit-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.ct-blog-carousel-layout2 .slick-slide.slick-active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] {
    padding-left: 225px;
    padding-bottom: 0;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
    height: 86px;
    line-height: 86px;
    width: 86px;
    border-radius: 4px;
    box-shadow: none !important;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    bottom: auto;
    z-index: 99;
    background-color: transparent;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow:hover {
    background-color: #010101;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
    left: 45px;
    right: auto;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev:before {
    content: '\f060';
    font-size: 17px;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
    left: 141px;
    right: auto;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next:before {
    content: '\f061';
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] {
    padding-left: 135px;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
    width: 50px;
    line-height: 50px;
    height: 50px;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
    left: 105px;
  }
}
@media screen and (max-width: 767px) {
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] {
    padding-bottom: 65px;
  }
  .ct-blog-carousel-layout2 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
    bottom: 10px;
  }
}
.ct-blog-carousel-layout2 .slick-dots {
  margin-top: 15px;
}
.ct-blog-carousel-layout3 .item--featured {
  position: relative;
  overflow: hidden;
  margin-bottom: 23px;
}
.ct-blog-carousel-layout3 .item--featured img {
  -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-blog-carousel-layout3 .item--featured: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);
}
.ct-blog-carousel-layout3 .item--featured .item--category {
  position: absolute;
  bottom: 14px;
  right: 13px;
  background-color: #cbf855;
  background-image: -webkit-gradient(linear, left top, right top, from(#cbf855), to(#9fd712));
  background-image: -webkit-linear-gradient(left, #cbf855, #9fd712);
  background-image: -moz-linear-gradient(left, #cbf855, #9fd712);
  background-image: -ms-linear-gradient(left, #cbf855, #9fd712);
  background-image: -o-linear-gradient(left, #cbf855, #9fd712);
  background-image: linear-gradient(left, #cbf855, #9fd712);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cbf855', endColorStr='#9fd712', gradientType='1');
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 27px;
  padding: 0 15px;
}
.ct-blog-carousel-layout3 .item--featured .item--category a {
  color: inherit;
}
.ct-blog-carousel-layout3 .item--featured .item--category a:hover {
  color: inherit;
}
.ct-blog-carousel-layout3 .item--meta {
  list-style: none;
  font-size: 14px;
  color: #707070;
  display: flex;
  flex-wrap: wrap;
  text-transform: capitalize;
  margin: 0 0 6px;
}
.ct-blog-carousel-layout3 .item--meta li {
  margin-right: 28px;
}
.ct-blog-carousel-layout3 .item--meta li i {
  color: #0c3ef8;
  margin-right: 4px;
}
.ct-blog-carousel-layout3 .item--meta li a {
  color: inherit;
}
.ct-blog-carousel-layout3 .item--meta li a:hover {
  color: #d83030;
}
.ct-blog-carousel-layout3 .item--title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 9px;
}
.ct-blog-carousel-layout3 .item--title a {
  color: inherit;
}
.ct-blog-carousel-layout3 .item--title a:hover {
  color: #0c3ef8;
}
.ct-blog-carousel-layout3 .item--content {
  color: #000;
  line-height: 1.625;
  margin-bottom: 22px;
}
.ct-blog-carousel-layout3 .grid-item-inner {
  padding: 21px 21px 53px 21px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.ct-blog-carousel-layout3 .grid-item-inner:hover {
  -webkit-transform: translateY(-20px);
  -khtml-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 20px 24px rgba(12, 12, 12, 0.17);
  -khtml-box-shadow: 0 20px 24px rgba(12, 12, 12, 0.17);
  -moz-box-shadow: 0 20px 24px rgba(12, 12, 12, 0.17);
  -ms-box-shadow: 0 20px 24px rgba(12, 12, 12, 0.17);
  -o-box-shadow: 0 20px 24px rgba(12, 12, 12, 0.17);
  box-shadow: 0 20px 24px rgba(12, 12, 12, 0.17);
}
.ct-blog-carousel-layout3 .slick-slide {
  margin-top: 20px;
}
.ct-blog-carousel-layout3 .ct-carousel-inner {
  overflow: hidden;
  margin: 0 -30px;
}
.ct-blog-carousel-layout3 .ct-carousel-inner .slick-list {
  padding: 0 30px;
  margin: 0 -15px;
}
.ct-blog-carousel-layout3 .slick-slide {
  -webkit-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.ct-blog-carousel-layout3 .slick-slide.slick-active {
  opacity: 1;
}
.ct-blog-carousel-layout4 .slick-list {
  padding: 25px 0 45px;
}
.ct-blog-carousel-layout4 .item-category {
  -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;
  position: absolute;
  bottom: 11px;
  right: 11px;
  z-index: 99;
  color: #fff;
  text-align: center;
  background-color: #d83030;
  font-family: 'Poppins', sans-serif;
  padding: 3px 15px;
}
.ct-blog-carousel-layout4 .item-category a {
  color: inherit;
}
.ct-blog-carousel-layout4 .entry-featured {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.ct-blog-carousel-layout4 .entry-featured img {
  -webkit-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ct-blog-carousel-layout4 .entry-title {
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 22px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .ct-blog-carousel-layout4 .entry-title {
    font-size: 18px;
  }
}
.ct-blog-carousel-layout4 .entry-title a:hover {
  color: #d83030;
}
.ct-blog-carousel-layout4 .item--content {
  line-height: 1.5;
  margin-bottom: 24px;
}
.ct-blog-carousel-layout4 .entry-meta {
  margin-bottom: 15px;
  padding: 2px 0;
  font-size: 14px;
}
.ct-blog-carousel-layout4 .entry-meta li {
  color: #7a7a7a;
  margin-right: 30px;
}
.ct-blog-carousel-layout4 .entry-meta li:last-child {
  margin-right: 0;
}
.ct-blog-carousel-layout4 .entry-meta li a {
  color: inherit;
}
.ct-blog-carousel-layout4 .entry-meta li a:hover {
  color: #d83030;
}
.ct-blog-carousel-layout4 .entry-meta li i {
  color: #d83030;
}
.ct-blog-carousel-layout4 .btn-text {
  height: 55px;
  line-height: 55px;
  padding-left: 60px;
  padding-right: 27px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  background-color: #d83030;
  color: #fff;
  overflow: hidden;
}
.ct-blog-carousel-layout4 .btn-text:before, .ct-blog-carousel-layout4 .btn-text:after {
  -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;
  position: absolute;
  top: -2px;
  width: 75px;
  height: 58px;
  display: block;
  content: '';
  transform: skew(-45deg);
  border-right: 7px solid #fff;
}
.ct-blog-carousel-layout4 .btn-text:before {
  left: -45px;
  background-color: #fff;
}
.ct-blog-carousel-layout4 .btn-text:after {
  left: -105px;
  background-color: #d83030;
}
.ct-blog-carousel-layout4 .btn-text:hover {
  background-color: #010101;
}
.ct-blog-carousel-layout4 .btn-text:hover:before {
  opacity: 0;
}
.ct-blog-carousel-layout4 .btn-text:hover:after {
  left: -40px;
}
.ct-blog-carousel-layout4 .btn-text:hover i {
  -webkit-transform: rotateZ(180deg);
  -khtml-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ct-blog-carousel-layout4 .btn-text span {
  border: none;
  color: #fff;
}
.ct-blog-carousel-layout4 .btn-text i {
  -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;
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #fff;
  color: #010101;
  font-size: 20px;
}
.ct-blog-carousel-layout4 .grid-item-inner {
  -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-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  padding: 30px 28px 21px;
  background-color: #fff;
}
.ct-blog-carousel-layout4 .grid-item-inner:hover {
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
}
.ct-blog-carousel-layout4 .grid-item-inner:hover .entry-featured img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ct-blog-carousel-layout4 .grid-item-inner:hover .item-category {
  right: 15px;
  bottom: 15px;
}
.ct-blog-carousel-layout4 .grid-item-inner:hover .btn-text {
  background-color: #010101;
}
.ct-blog-carousel-layout4 .grid-item-inner:hover .btn-text:before {
  opacity: 0;
}
.ct-blog-carousel-layout4 .grid-item-inner:hover .btn-text:after {
  left: -40px;
}
.ct-blog-carousel-layout4 .grid-item-inner:hover .btn-text i {
  -webkit-transform: rotateZ(180deg);
  -khtml-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ct-blog-carousel-layout4 .ct-carousel-inner {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .ct-blog-carousel-layout4 .ct-carousel-inner {
    position: relative;
    padding-bottom: 20px;
  }
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots {
  position: absolute;
  display: inline-flex !important;
  padding: 15px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots:before {
  background-color: #e2e2e2;
  position: absolute;
  height: 20px;
  border-radius: 10px;
  content: "";
  display: block;
  left: 15px;
  right: 15px;
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots li {
  margin-left: 6px;
  margin-right: 6px;
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots li button {
  background-color: #010101;
  position: relative;
  overflow: visible !important;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots li button:before {
  position: absolute;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: transparent;
  top: -8px;
  left: -8px;
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots li button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots li.slick-active button {
  background-color: #fff;
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots li.slick-active button:before {
  background-color: #d83030;
}
.ct-blog-carousel-layout4 .ct-carousel-inner .slick-dots li.slick-active button:after {
  background-color: #fff;
}
.ct-blog-carousel-layout4 .ct-slick-carousel[data-dots="true"] {
  padding-bottom: 40px;
}
.ct-blog-carousel-layout5 .grid-item-inner {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 35px;
}
.ct-blog-carousel-layout5 .grid-item-inner:hover {
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}
.ct-blog-carousel-layout5 .grid-item-inner:hover .entry-title a {
  color: #d83030;
}
.ct-blog-carousel-layout5 .entry-body {
  position: relative;
}
.ct-blog-carousel-layout5 .item--meta {
  margin-bottom: 10px;
}
.ct-blog-carousel-layout5 .item--meta li {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 13px;
  color: #000;
}
.ct-blog-carousel-layout5 .item--meta li:after {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #383838;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-blog-carousel-layout5 .item--meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.ct-blog-carousel-layout5 .item--meta li:last-child:after {
  display: none;
}
.ct-blog-carousel-layout5 .item--meta li a {
  color: #000;
}
.ct-blog-carousel-layout5 .item--meta li a:hover {
  color: #d83030;
}
.ct-blog-carousel-layout5 .entry-content {
  padding: 50px 27px 20px;
}
.ct-blog-carousel-layout5 .entry-title {
  font-size: 24px;
  line-height: 1.333;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
  margin-bottom: 18px;
}
.ct-blog-carousel-layout5 .item-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: -58px;
  left: 27px;
  width: 81px;
  height: 81px;
  background-color: #010101;
  text-align: center;
}
.ct-blog-carousel-layout5 .item-date span {
  line-height: 1;
  display: block;
  color: #fff;
}
.ct-blog-carousel-layout5 .item-date .date1 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 5px;
}
.ct-blog-carousel-layout5 .item-date .date2 {
  font-size: 16px;
}
.ct-blog-carousel-layout5 .item--content {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ct-blog-carousel-layout5 .item--content {
    padding-right: 35px;
  }
}
.ct-blog-carousel-layout5 .item--readmore {
  display: none;
}
.ct-blog-carousel-layout5 .item--readmore i {
  margin-left: 5px;
}
.ct-blog-carousel-layout5 .item--readmore a:hover {
  color: #d83030;
}
.ct-blog-carousel-layout6 .entry-featured {
  margin-bottom: 20px;
}
.ct-blog-carousel-layout6 .entry-title {
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.ct-blog-carousel-layout6 .entry-title a {
  color: #010101;
}
.ct-blog-carousel-layout6 .item--meta {
  list-style: none;
  margin-bottom: 10px;
}
.ct-blog-carousel-layout6 .item--meta li {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding-right: 13px;
  color: #000;
  font-weight: 500;
}
.ct-blog-carousel-layout6 .item--meta li:after {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #d83030;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-blog-carousel-layout6 .item--meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.ct-blog-carousel-layout6 .item--meta li:last-child:after {
  display: none;
}
.ct-blog-carousel-layout6 .item--meta li a {
  color: #010101;
}
.ct-blog-carousel-layout6 .item--meta li a:hover {
  color: #d83030;
}
.ct-blog-carousel-layout6 .item--meta li i {
  margin-right: 3px;
  color: #d83030;
}
.ct-blog-carousel-layout6 .item--content {
  margin-bottom: 20px;
}
.ct-blog-carousel-layout6 .item--readmore {
  margin-bottom: 20px;
  display: none;
}
.ct-blog-carousel-layout6 .item--readmore a {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #d83030;
  color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.ct-blog-carousel-layout6 .item--readmore a i {
  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;
  margin-left: 0;
}
.ct-blog-carousel-layout6 .item--readmore span {
  border-bottom: none;
}
.ct-blog-carousel-layout6 .grid-item-inner {
  padding: 22px;
  padding-bottom: 18px;
  background-color: #fff;
  border: 1px solid rgba(1, 1, 1, 0.05);
  margin-bottom: 2px;
}
.ct-blog-carousel-layout6 .grid-item-inner:hover .entry-title a {
  color: #d83030;
}
.ct-blog-carousel-layout6 .grid-item-inner:hover .item--readmore a i {
  margin-left: 5px;
}
.ct-blog-carousel-layout6 .slick-dots {
  margin: 45px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ct-blog-carousel-layout6 .slick-dots li {
  display: flex;
  margin: 0 4px;
  line-height: 1;
}
.ct-blog-carousel-layout6 .slick-dots li button {
  height: 7px;
  width: 24px;
  line-height: 7px;
  text-indent: -9999px;
  padding: 0;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -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: #e0e0e0;
  z-index: 1;
}
.ct-blog-carousel-layout6 .slick-dots li:not(.slick-active) button {
  background-image: none;
}
.ct-blog-carousel-layout6 .slick-dots li.slick-active button {
  background-color: #d83030;
}
.ct-heading .item--title {
  font-size: 48px;
  line-height: 1.05556;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  .ct-heading .item--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-heading .item--title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  .ct-heading .item--title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.ct-heading .item--title cite {
  text-shadow: none;
  font-style: normal;
  text-stroke-color: red;
  -webkit-text-stroke-color: red;
  text-stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  color: transparent;
}
.ct-heading.layout1 .item--sub-title {
  font-size: 18px;
  color: #d83030;
  margin-bottom: 0;
}
.ct-heading.layout1 .item--title {
  font-size: 48px;
  line-height: 1.17;
}
.ct-heading.layout2 span.ct-line {
  width: 50px;
  height: 3px;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #d83030;
}
.ct-heading.layout2 .item--title {
  font-size: 48px;
  line-height: 1.17;
}
.ct-heading.layout3 {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.ct-heading.layout3:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #d83030;
  width: 4px;
  height: 85%;
}
.ct-heading.layout4 {
  position: relative;
}
.ct-heading.layout4 span.ct-line {
  width: 50px;
  height: 3px;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #d83030;
}
.ct-heading.layout4 .item--title {
  font-size: 48px;
  line-height: 1.17;
}
.ct-heading.layout4 .image-holder {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-heading.layout4 .image-holder img {
  height: 100%;
  opacity: 0.8;
  max-height: 100%;
}
.ct-team-grid1 .item--image, .ct-team-carousel1 .item--image {
  max-width: 178px;
  margin: 0 auto 49px auto;
  position: relative;
}
.ct-team-grid1 .item--image img, .ct-team-carousel1 .item--image img {
  width: 100%;
  -webkit-border-radius: 178px;
  -khtml-border-radius: 178px;
  -moz-border-radius: 178px;
  -ms-border-radius: 178px;
  -o-border-radius: 178px;
  border-radius: 178px;
}
.ct-team-grid1 .item--social-btn, .ct-team-carousel1 .item--social-btn {
  width: 44px;
  height: 44px;
  background-color: #0e0e0e;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -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;
  cursor: pointer;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  -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-team-grid1 .item--social-btn:before, .ct-team-carousel1 .item--social-btn:before, .ct-team-grid1 .item--social-btn:after, .ct-team-carousel1 .item--social-btn:after {
  -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;
  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%);
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}
.ct-team-grid1 .item--social-btn:before, .ct-team-carousel1 .item--social-btn:before {
  content: '\f067';
}
.ct-team-grid1 .item--social-btn:after, .ct-team-carousel1 .item--social-btn:after {
  content: '\f068';
}
.ct-team-grid1 .item--social-btn:hover, .ct-team-carousel1 .item--social-btn:hover {
  background-color: #d83030;
}
.ct-team-grid1 .item--social-btn.active, .ct-team-carousel1 .item--social-btn.active {
  -webkit-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  -khtml-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  -moz-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  -ms-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  -o-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  background-color: #d83030;
}
.ct-team-grid1 .item--social-btn.active:before, .ct-team-carousel1 .item--social-btn.active:before {
  opacity: 0;
}
.ct-team-grid1 .item--social-btn.active:after, .ct-team-carousel1 .item--social-btn.active:after {
  opacity: 1;
}
.ct-team-grid1 .item--social, .ct-team-carousel1 .item--social {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-team-grid1 .item--social i, .ct-team-carousel1 .item--social i {
  font-family: FontAwesome;
  font-weight: 400;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #d83030;
  background-color: #fff;
  display: inline-block;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
}
.ct-team-grid1 .item--social i:before, .ct-team-carousel1 .item--social i:before {
  display: inline-block;
}
.ct-team-grid1 .item--social i.fa-facebook, .ct-team-carousel1 .item--social i.fa-facebook {
  color: #16599b;
}
.ct-team-grid1 .item--social i.fa-twitter, .ct-team-carousel1 .item--social i.fa-twitter {
  color: #03a9f4;
}
.ct-team-grid1 .item--social i.fa-dribbble, .ct-team-carousel1 .item--social i.fa-dribbble {
  color: #eb568f;
}
.ct-team-grid1 .item--social a, .ct-team-carousel1 .item--social a {
  position: absolute;
  -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;
  opacity: 0;
}
.ct-team-grid1 .item--social a:hover i:before, .ct-team-carousel1 .item--social a:hover i:before {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.ct-team-grid1 .item--social a:nth-child(2), .ct-team-carousel1 .item--social a:nth-child(2) {
  bottom: 6px;
  right: 10px;
}
.ct-team-grid1 .item--social a:nth-child(3), .ct-team-carousel1 .item--social a:nth-child(3) {
  bottom: 48px;
  right: -15px;
}
.ct-team-grid1 .item--social a:nth-child(4), .ct-team-carousel1 .item--social a:nth-child(4) {
  bottom: 100px;
  right: -15px;
}
.ct-team-grid1 .item--social a:nth-child(5), .ct-team-carousel1 .item--social a:nth-child(5) {
  bottom: 140px;
  right: 10px;
}
.ct-team-grid1 .item--social a:nth-child(6), .ct-team-carousel1 .item--social a:nth-child(6) {
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.ct-team-grid1 .item--social a:nth-child(7), .ct-team-carousel1 .item--social a:nth-child(7), .ct-team-grid1 .item--social a:nth-child(8), .ct-team-carousel1 .item--social a:nth-child(8), .ct-team-grid1 .item--social a:nth-child(9), .ct-team-carousel1 .item--social a:nth-child(9), .ct-team-grid1 .item--social a:nth-child(10), .ct-team-carousel1 .item--social a:nth-child(10), .ct-team-grid1 .item--social a:nth-child(11), .ct-team-carousel1 .item--social a:nth-child(11) {
  display: none;
}
.ct-team-grid1 .item--social.active a, .ct-team-carousel1 .item--social.active a {
  opacity: 1;
}
.ct-team-grid1 .item--social.active a:nth-child(3), .ct-team-carousel1 .item--social.active a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ct-team-grid1 .item--social.active a:nth-child(4), .ct-team-carousel1 .item--social.active a:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ct-team-grid1 .item--social.active a:nth-child(5), .ct-team-carousel1 .item--social.active a:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ct-team-grid1 .item--social.active a:nth-child(6), .ct-team-carousel1 .item--social.active a:nth-child(6) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ct-team-grid1 .item--title, .ct-team-carousel1 .item--title {
  margin-bottom: 7px;
  font-size: 22px;
}
.ct-team-grid1 .item--position, .ct-team-carousel1 .item--position {
  font-size: 17px;
  color: #737272;
  line-height: 1.2;
}
.ct-team-grid1 .item--description, .ct-team-carousel1 .item--description {
  margin-top: 19px;
  line-height: 1.625;
  color: #000;
}
.ct-team-grid1 .item--inner, .ct-team-carousel1 .item--inner {
  margin-bottom: 47px;
  border: 1px solid #ededed;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 37px 40px 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  position: relative;
  -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 screen and (max-width: 1199px) {
  .ct-team-grid1 .item--inner, .ct-team-carousel1 .item--inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-team-grid1 .item--inner:before, .ct-team-carousel1 .item--inner:before, .ct-team-grid1 .item--inner:after, .ct-team-carousel1 .item--inner:after {
  content: '';
  height: 7px;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #d83030;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -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-team-grid1 .item--inner:after, .ct-team-carousel1 .item--inner:after {
  top: -1px;
  left: -1px;
  right: -1px;
  opacity: 0;
}
.ct-team-grid1 .item--inner:hover, .ct-team-carousel1 .item--inner:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
}
.ct-team-grid1 .item--inner:hover:before, .ct-team-carousel1 .item--inner:hover:before {
  opacity: 0;
}
.ct-team-grid1 .item--inner:hover:after, .ct-team-carousel1 .item--inner:hover:after {
  opacity: 1;
}
.ct-team-grid2 .item--image {
  max-width: 320px;
  margin: 0 auto 20px auto;
  position: relative;
  padding: 15px;
  border: 3px solid #d83030;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-team-grid2 .item--image:before {
  display: block;
  content: "";
  -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;
  top: -4px;
  left: -5px;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,ffffff+25,ffffff+25,ffffff+26,ffffff+100&1+23,0+100 */
  right: 0;
  /* FF3.6-15 */
  background: -moz-linear-gradient(-45deg, #fff 23%, rgba(255, 255, 255, 0.97) 25%, rgba(255, 255, 255, 0.96) 26%, rgba(255, 255, 255, ) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(-45deg, #fff 23%, rgba(255, 255, 255, 0.97) 25%, rgba(255, 255, 255, 0.96) 26%, rgba(255, 255, 255, ) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(135deg, #fff 23%, rgba(255, 255, 255, 0.97) 25%, rgba(255, 255, 255, 0.96) 26%, rgba(255, 255, 255, ) 100%);
  /* IE6-9 fallback on horizontal gradient */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1);
}
.ct-team-grid2 .item--image .wp-img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-team-grid2 .item--image .wp-img:after {
  opacity: 0;
  display: block;
  content: "";
  -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;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,cf0f08+100&0+23,0.89+40,1+99 */
  -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;
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, ) 0%, rgba(244, 200, 198, ) 23%, rgba(236, 159, 156, 0.89) 40%, #cf110a 99%, #cf0f08 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, ) 0%, rgba(244, 200, 198, ) 23%, rgba(236, 159, 156, 0.89) 40%, #cf110a 99%, #cf0f08 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, ) 0%, rgba(244, 200, 198, ) 23%, rgba(236, 159, 156, 0.89) 40%, #cf110a 99%, #cf0f08 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cf0f08',GradientType=0);
}
.ct-team-grid2 .item--image .wp-img .item--description {
  -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;
  position: absolute;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 0;
  opacity: 0;
  color: #fff;
  z-index: 2;
  font-size: 14px;
  text-align: center;
}
.ct-team-grid2 .item--image img {
  width: 100%;
  -webkit-border-radius: 320px;
  -khtml-border-radius: 320px;
  -moz-border-radius: 320px;
  -ms-border-radius: 320px;
  -o-border-radius: 320px;
  border-radius: 320px;
}
.ct-team-grid2 .item--social-btn {
  width: 35px;
  height: 35px;
  background-color: #d83030;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  -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-team-grid2 .item--social-btn:before, .ct-team-grid2 .item--social-btn:after {
  -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;
  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%);
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}
.ct-team-grid2 .item--social-btn:before {
  content: '\f067';
}
.ct-team-grid2 .item--social-btn:after {
  content: '\f068';
}
.ct-team-grid2 .item--social-btn:hover {
  background-color: #d83030;
}
.ct-team-grid2 .item--social-btn.active {
  background-color: #d83030;
}
.ct-team-grid2 .item--social-btn.active:before {
  opacity: 0;
}
.ct-team-grid2 .item--social-btn.active:after {
  opacity: 1;
}
.ct-team-grid2 .item--social {
  position: relative;
  width: 0%;
  height: 35px;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 35px;
  text-align: center;
  -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-team-grid2 .item--social.active {
  background-color: #010101;
  width: 100%;
  -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-team-grid2 .item--social i {
  font-family: FontAwesome;
  font-weight: 400;
  width: 25px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.ct-team-grid2 .item--social i:before {
  display: inline-block;
}
.ct-team-grid2 .item--social a {
  -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;
  opacity: 0;
}
.ct-team-grid2 .item--social a:hover i:before {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.ct-team-grid2 .item--social a:nth-child(7), .ct-team-grid2 .item--social a:nth-child(8), .ct-team-grid2 .item--social a:nth-child(9), .ct-team-grid2 .item--social a:nth-child(10), .ct-team-grid2 .item--social a:nth-child(11) {
  display: none;
}
.ct-team-grid2 .item--social.active a {
  opacity: 1;
}
.ct-team-grid2 .item--social.active a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ct-team-grid2 .item--social.active a:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ct-team-grid2 .item--social.active a:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ct-team-grid2 .item--social.active a:nth-child(6) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ct-team-grid2 .item--title {
  margin-bottom: 0;
  font-size: 22px;
}
.ct-team-grid2 .item--title cite {
  color: #010101;
  font-style: normal;
  font-size: 18px;
  display: block;
  padding-left: 3px;
}
.ct-team-grid2 .item--title span {
  font-size: 30px;
  padding-left: 10px;
}
.ct-team-grid2 .item--position {
  font-size: 14px;
  font-weight: 400;
  color: #737272;
  line-height: 1.2;
  margin-bottom: 15px;
}
.ct-team-grid2 .item--inner {
  margin-bottom: 47px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  -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-team-grid2 .item--inner:hover .wp-img {
  position: relative;
}
.ct-team-grid2 .item--inner:hover .wp-img:after {
  top: 0;
  opacity: 1;
}
.ct-team-grid2 .item--inner:hover .wp-img .item--description {
  bottom: 45px;
  opacity: 1;
}
.ct-team-grid2 .item--meta {
  text-align: left;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 320px) {
  .ct-team-grid2 .item--meta {
    padding-left: 0;
    padding-right: 0;
  }
}
.ct-team-grid3 .item--image, .ct-team-carousel3 .item--image {
  text-align: center;
  position: relative;
}
.ct-team-grid3 .item--image:before, .ct-team-carousel3 .item--image:before, .ct-team-grid3 .item--image:after, .ct-team-carousel3 .item--image:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-team-grid3 .item--image:before, .ct-team-carousel3 .item--image:before {
  -webkit-transition: all 600ms linear 0ms;
  -khtml-transition: all 600ms linear 0ms;
  -moz-transition: all 600ms linear 0ms;
  -ms-transition: all 600ms linear 0ms;
  -o-transition: all 600ms linear 0ms;
  transition: all 600ms linear 0ms;
  top: 110px;
  width: 51px;
  height: 51px;
  left: 20px;
  background-color: #d83030;
}
.ct-team-grid3 .item--image:after, .ct-team-carousel3 .item--image:after {
  -webkit-transition: all 800ms linear 0ms;
  -khtml-transition: all 800ms linear 0ms;
  -moz-transition: all 800ms linear 0ms;
  -ms-transition: all 800ms linear 0ms;
  -o-transition: all 800ms linear 0ms;
  transition: all 800ms linear 0ms;
  width: 36px;
  height: 36px;
  background-color: #010101;
  bottom: 19px;
  right: 75px;
}
.ct-team-grid3 .item--image img, .ct-team-carousel3 .item--image img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .ct-team-grid3 .item--meta, .ct-team-carousel3 .item--meta {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ct-team-grid3 .item--meta .inner-meta, .ct-team-carousel3 .item--meta .inner-meta {
  height: 57px;
  position: relative;
  background-color: #010101;
  margin-right: 19px;
  border-bottom: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .ct-team-grid3 .item--meta .inner-meta, .ct-team-carousel3 .item--meta .inner-meta {
    padding-left: 78px;
  }
}
.ct-team-grid3 .item--meta .inner-meta .item-icon, .ct-team-carousel3 .item--meta .inner-meta .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 73px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .ct-team-grid3 .item--meta .inner-meta .item-icon, .ct-team-carousel3 .item--meta .inner-meta .item-icon {
    display: none;
  }
}
.ct-team-grid3 .item--meta .inner-meta .item-icon:after, .ct-team-carousel3 .item--meta .inner-meta .item-icon:after {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #fff;
  -ms-transform: rotate(48deg);
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  transform: rotate(48deg);
  top: -55px;
  left: -46px;
}
.ct-team-grid3 .item--meta .inner-meta .item-icon i, .ct-team-carousel3 .item--meta .inner-meta .item-icon i {
  position: relative;
  z-index: 2;
  height: 32px;
  width: 32px;
  line-height: 32px;
  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%;
  color: #d83030;
}
.ct-team-grid3 .item--meta .inner-meta:before, .ct-team-carousel3 .item--meta .inner-meta:before {
  z-index: 1;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0px;
  bottom: 0;
  border-top: 0px solid transparent;
  border-bottom: 57px solid transparent;
  border-left: 64px solid #d83030;
}
@media screen and (max-width: 1199px) {
  .ct-team-grid3 .item--meta .inner-meta:before, .ct-team-carousel3 .item--meta .inner-meta:before {
    display: none;
  }
}
.ct-team-grid3 .item--meta .inner-meta:after, .ct-team-carousel3 .item--meta .inner-meta:after {
  position: absolute;
  display: block;
  content: "";
  right: -19px;
  bottom: 0;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 19px solid #d83030;
}
.ct-team-grid3 .item--meta .inner-meta + .item--social, .ct-team-carousel3 .item--meta .inner-meta + .item--social {
  opacity: 0;
}
.ct-team-grid3 .item--meta .inner-meta.active + .item--social, .ct-team-carousel3 .item--meta .inner-meta.active + .item--social {
  visibility: visible;
  opacity: 1;
}
.ct-team-grid3 .item--social-btn, .ct-team-carousel3 .item--social-btn {
  width: 41px;
  height: 41px;
  background-color: #d83030;
  color: #fff;
  font-size: 16px;
  line-height: 41px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  -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;
  cursor: pointer;
  position: absolute;
  right: -19px;
  top: 0;
  margin: auto;
  -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-team-grid3 .item--social-btn:before, .ct-team-carousel3 .item--social-btn:before, .ct-team-grid3 .item--social-btn:after, .ct-team-carousel3 .item--social-btn:after {
  -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;
  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%);
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}
.ct-team-grid3 .item--social-btn:before, .ct-team-carousel3 .item--social-btn:before {
  content: '\f067';
}
.ct-team-grid3 .item--social-btn:after, .ct-team-carousel3 .item--social-btn:after {
  content: '\f068';
}
.ct-team-grid3 .item--social-btn:hover, .ct-team-carousel3 .item--social-btn:hover {
  background-color: #d83030;
}
.ct-team-grid3 .item--social-btn.active, .ct-team-carousel3 .item--social-btn.active {
  -webkit-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  -khtml-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  -moz-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  -ms-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  -o-box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  box-shadow: 0 11px 7px rgba(216, 48, 48, 0.26);
  background-color: #d83030;
}
.ct-team-grid3 .item--social-btn.active:before, .ct-team-carousel3 .item--social-btn.active:before {
  opacity: 0;
}
.ct-team-grid3 .item--social-btn.active:after, .ct-team-carousel3 .item--social-btn.active:after {
  opacity: 1;
}
.ct-team-grid3 .item--social, .ct-team-carousel3 .item--social {
  margin-top: 13px;
  text-align: center;
  -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;
  visibility: hidden;
  opacity: 0;
}
.ct-team-grid3 .item--social i, .ct-team-carousel3 .item--social i {
  font-weight: 400;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background-color: #010101;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.ct-team-grid3 .item--social i:before, .ct-team-carousel3 .item--social i:before {
  display: inline-block;
}
.ct-team-grid3 .item--social a, .ct-team-carousel3 .item--social a {
  overflow: hidden;
  -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-team-grid3 .item--social a:hover i:before, .ct-team-carousel3 .item--social a:hover i:before {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.ct-team-grid3 .item--social a:hover i, .ct-team-carousel3 .item--social a:hover i {
  background-color: #d83030;
}
.ct-team-grid3 .item--social.active a, .ct-team-carousel3 .item--social.active a {
  opacity: 0;
}
.ct-team-grid3 .item--social.active a:nth-child(3), .ct-team-carousel3 .item--social.active a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ct-team-grid3 .item--social.active a:nth-child(4), .ct-team-carousel3 .item--social.active a:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ct-team-grid3 .item--social.active a:nth-child(5), .ct-team-carousel3 .item--social.active a:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ct-team-grid3 .item--social.active a:nth-child(6), .ct-team-carousel3 .item--social.active a:nth-child(6) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ct-team-grid3 .item--title, .ct-team-carousel3 .item--title {
  margin-bottom: 4px;
  font-size: 18px;
  color: #fff;
}
.ct-team-grid3 .item--title a, .ct-team-carousel3 .item--title a {
  color: inherit;
}
.ct-team-grid3 .item--position, .ct-team-carousel3 .item--position {
  font-size: 14px;
  color: #d83030;
  line-height: 1;
}
.ct-team-grid3 .item--description, .ct-team-carousel3 .item--description {
  margin-top: 19px;
  line-height: 1.625;
  color: #000;
}
.ct-team-grid3 .item--inner, .ct-team-carousel3 .item--inner {
  padding-top: 35px;
}
.ct-team-grid3 .item--inner:hover .item--image:before, .ct-team-carousel3 .item--inner:hover .item--image:before {
  top: 41px;
  left: 75px;
}
.ct-team-grid3 .item--inner:hover .item--image:after, .ct-team-carousel3 .item--inner:hover .item--image:after {
  bottom: 52px;
  right: 45px;
}
.ct-team-grid4 .item--image {
  overflow: hidden;
  position: relative;
}
.ct-team-grid4 .item--image img {
  -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;
  width: 100%;
}
.ct-team-grid4 .thumbnail-holder {
  -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;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.ct-team-grid4 .inner-holder {
  -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: scale(1.3);
  -khtml-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  max-width: 162px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ct-team-grid4 .inner-holder:before {
  content: "";
  display: block;
  -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: transparent;
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}
.ct-team-grid4 .item--social-btn {
  width: 44px;
  height: 44px;
  background-color: #d83030;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -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;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 12px;
  -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-team-grid4 .item--social-btn:before, .ct-team-grid4 .item--social-btn:after {
  -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;
  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%);
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}
.ct-team-grid4 .item--social-btn:before {
  content: '\f067';
}
.ct-team-grid4 .item--social-btn:after {
  content: '\f068';
}
.ct-team-grid4 .item--social-btn:hover {
  background-color: #d83030;
}
.ct-team-grid4 .item--meta {
  text-align: center;
  padding: 25px 15px;
  background-color: #010101;
  position: relative;
}
.ct-team-grid4 .item--social {
  position: absolute;
  width: 100%;
  top: -22px;
  left: 0;
  right: 0;
  padding-left: 50px;
}
.ct-team-grid4 .item--social i {
  font-weight: 400;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #d83030;
  display: inline-block;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
}
.ct-team-grid4 .item--social i:before {
  font-family: FontAwesome;
  display: inline-block;
}
.ct-team-grid4 .item--social a {
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
  opacity: 0;
  margin: 0 2px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.ct-team-grid4 .item--social a:nth-child(2) {
  top: -55px;
}
.ct-team-grid4 .item--social a:nth-child(3) {
  top: -112px;
}
.ct-team-grid4 .item--social a:nth-child(4) {
  top: -168px;
}
.ct-team-grid4 .item--title {
  margin-bottom: 5px;
  font-size: 22px;
  color: #fff;
}
.ct-team-grid4 .item--position {
  font-size: 17px;
  color: #e5e5e5;
  line-height: 1.2;
}
.ct-team-grid4 .item--description {
  margin-top: 19px;
  line-height: 1.625;
  color: #e5e5e5;
}
.ct-team-grid4 .item--inner {
  margin-top: 35px;
  margin-bottom: 47px;
  text-align: cenzter;
  -webkit-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  position: relative;
  -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-team-grid4 .item--inner:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
}
.ct-team-grid4 .item--inner:hover .thumbnail-holder {
  opacity: 1;
}
.ct-team-grid4 .item--inner:hover .inner-holder {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ct-team-grid4 .item--inner:hover .item--image > img {
  -webkit-transform: scale(0.8);
  -khtml-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-team-grid4 .item--inner:hover .item--social-btn {
  -webkit-transform: rotateZ(-45deg);
  -khtml-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-team-grid4 .item--inner:hover .item--social a {
  opacity: 1;
}
.ct-team-grid4 .item--inner:hover .item--social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: -50px;
}
.ct-team-grid4 .item--inner:hover .item--social a:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  top: -100px;
}
.ct-team-grid4 .item--inner:hover .item--social a:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: -150px;
}
.ct-team-grid4 .item--inner:hover .item--social a:nth-child(5), .ct-team-grid4 .item--inner:hover .item--social a:nth-child(6), .ct-team-grid4 .item--inner:hover .item--social a:nth-child(7), .ct-team-grid4 .item--inner:hover .item--social a:nth-child(8), .ct-team-grid4 .item--inner:hover .item--social a:nth-child(9) {
  display: none;
}
.ct-team-carousel1 .item--inner {
  margin: 60px 0 80px;
}
.ct-team-carousel1 .ct-slick-carousel {
  margin: 0 -50px 0 -50px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
.ct-team-carousel1 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-team-carousel1 .slick-slide {
  -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;
  opacity: 0;
}
.ct-team-carousel1 .slick-slide.slick-active {
  opacity: 1;
}
.ct-team-carousel1 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
.ct-team-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: block;
  top: 50%;
  bottom: auto;
  -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%);
  z-index: 99;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ct-team-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
    opacity: 0;
  }
}
.ct-team-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: 41px;
  right: auto;
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
    left: 82px;
  }
}
.ct-team-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  left: auto;
  right: 41px;
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
    right: 82px;
  }
}
.ct-team-carousel1 .ct-slick-carousel[data-arrows="true"]:hover .slick-arrow {
  opacity: 1;
}
.ct-team-carousel2 .item--image {
  max-width: 162px;
  margin: 0 auto 25px auto;
  position: relative;
}
.ct-team-carousel2 .item--image:before {
  content: "";
  display: block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.ct-team-carousel2 .item--image img {
  width: 100%;
  -webkit-border-radius: 178px;
  -khtml-border-radius: 178px;
  -moz-border-radius: 178px;
  -ms-border-radius: 178px;
  -o-border-radius: 178px;
  border-radius: 178px;
}
.ct-team-carousel2 .item--social-btn {
  width: 44px;
  height: 44px;
  background-color: #d83030;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -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;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 35px;
  -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-team-carousel2 .item--social-btn:before, .ct-team-carousel2 .item--social-btn:after {
  -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;
  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%);
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}
.ct-team-carousel2 .item--social-btn:before {
  content: '\f067';
}
.ct-team-carousel2 .item--social-btn:after {
  content: '\f068';
}
.ct-team-carousel2 .item--social-btn:hover {
  background-color: #d83030;
}
.ct-team-carousel2 .item--social {
  position: absolute;
  width: 100%;
  bottom: -22px;
  left: 0;
  right: 0;
  padding-left: 50px;
}
.ct-team-carousel2 .item--social i {
  font-weight: 400;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #d83030;
  display: inline-block;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
}
.ct-team-carousel2 .item--social i:before {
  font-family: FontAwesome;
  display: inline-block;
}
.ct-team-carousel2 .item--social a {
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
  opacity: 0;
  margin: 0 2px;
  position: absolute;
  bottom: 0;
}
.ct-team-carousel2 .item--social a:hover i:before {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.ct-team-carousel2 .item--social a:nth-child(2) {
  left: 90px;
}
.ct-team-carousel2 .item--social a:nth-child(3) {
  left: 145px;
}
.ct-team-carousel2 .item--social a:nth-child(4) {
  left: 200px;
}
.ct-team-carousel2 .item--title {
  margin-bottom: 7px;
  font-size: 22px;
}
.ct-team-carousel2 .item--position {
  font-size: 17px;
  color: #737272;
  line-height: 1.2;
}
.ct-team-carousel2 .item--description {
  margin-top: 19px;
  line-height: 1.625;
  color: #000;
}
.ct-team-carousel2 .item--inner {
  margin-top: 35px;
  margin-bottom: 47px;
  padding: 37px 40px 40px;
  text-align: center;
  -webkit-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  position: relative;
  -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 screen and (max-width: 1199px) {
  .ct-team-carousel2 .item--inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-team-carousel2 .item--inner:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
}
.ct-team-carousel2 .item--inner:hover .item--social-btn {
  background-color: #010101;
  -webkit-transform: rotateZ(45deg);
  -khtml-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-team-carousel2 .item--inner:hover .item--social a {
  opacity: 1;
}
.ct-team-carousel2 .item--inner:hover .item--social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  left: 85px;
}
.ct-team-carousel2 .item--inner:hover .item--social a:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  left: 137px;
}
.ct-team-carousel2 .item--inner:hover .item--social a:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  left: 190px;
}
.ct-team-carousel2 .item--inner:hover .item--social a:nth-child(5), .ct-team-carousel2 .item--inner:hover .item--social a:nth-child(6), .ct-team-carousel2 .item--inner:hover .item--social a:nth-child(7), .ct-team-carousel2 .item--inner:hover .item--social a:nth-child(8), .ct-team-carousel2 .item--inner:hover .item--social a:nth-child(9) {
  display: none;
}
.ct-team-carousel2 .ct-slick-carousel {
  margin: 0 -50px 0 -50px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
.ct-team-carousel2 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-team-carousel2 .slick-slide {
  -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;
  opacity: 0;
}
.ct-team-carousel2 .slick-slide.slick-active {
  opacity: 1;
}
.ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
.ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: block;
  top: 50%;
  bottom: auto;
  -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%);
  z-index: 99;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
    opacity: 0;
  }
}
.ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: 41px;
  right: auto;
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
    left: 82px;
  }
}
.ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  left: auto;
  right: 41px;
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
    right: 82px;
  }
}
.ct-team-carousel2 .ct-slick-carousel[data-arrows="true"]:hover .slick-arrow {
  opacity: 1;
}
.ct-team-carousel3 .slick-dots {
  margin-top: 5px;
}
.ct-team-carousel3 .ct-carousel-inner {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .ct-team-carousel3 .ct-carousel-inner {
    position: relative;
    padding-bottom: 40px;
  }
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots {
  position: absolute;
  display: inline-flex !important;
  padding: 15px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots:before {
  background-color: #e2e2e2;
  position: absolute;
  height: 20px;
  border-radius: 10px;
  content: "";
  display: block;
  left: 15px;
  right: 15px;
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots li {
  margin-left: 6px;
  margin-right: 6px;
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots li button {
  background-color: #010101;
  position: relative;
  overflow: visible !important;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots li button:before {
  position: absolute;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: transparent;
  top: -8px;
  left: -8px;
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots li button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots li.slick-active button {
  background-color: #fff;
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots li.slick-active button:before {
  background-color: #d83030;
}
.ct-team-carousel3 .ct-carousel-inner .slick-dots li.slick-active button:after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ct-team-carousel3 .ct-slick-carousel {
    position: static;
    padding-bottom: 0;
  }
}
.ct-team-carousel3 .slick-arrow {
  background-color: #010101;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ct-team-carousel3 .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ct-team-carousel3 .slick-arrow:hover {
  background-color: #d83030;
}
@media screen and (min-width: 768px) {
  .ct-team-carousel3 .slick-arrow.slick-prev {
    left: 30px;
  }
}
.ct-team-carousel3 .slick-arrow.slick-prev:before {
  content: "\f30a";
}
@media screen and (min-width: 768px) {
  .ct-team-carousel3 .slick-arrow.slick-next {
    right: -10px;
    margin-left: 0;
    left: auto;
  }
}
.ct-team-carousel3 .slick-arrow.slick-next:before {
  content: "\f30b";
}
.ct-team-carousel4 {
  background-color: #fff;
  overflow: hidden;
}
.ct-team-carousel4 .item--image {
  min-width: 167px;
  width: 167px;
  position: relative;
  padding: 6px;
  border: 3px solid #d83030;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-team-carousel4 .item--image:before {
  display: block;
  content: "";
  -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;
  top: -4px;
  left: -5px;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,ffffff+25,ffffff+25,ffffff+26,ffffff+100&1+23,0+100 */
  right: 0;
  /* FF3.6-15 */
  background: -moz-linear-gradient(-45deg, #fff 23%, rgba(255, 255, 255, 0.97) 25%, rgba(255, 255, 255, 0.96) 26%, rgba(255, 255, 255, ) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(-45deg, #fff 23%, rgba(255, 255, 255, 0.97) 25%, rgba(255, 255, 255, 0.96) 26%, rgba(255, 255, 255, ) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(135deg, #fff 23%, rgba(255, 255, 255, 0.97) 25%, rgba(255, 255, 255, 0.96) 26%, rgba(255, 255, 255, ) 100%);
  /* IE6-9 fallback on horizontal gradient */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1);
}
.ct-team-carousel4 .item--image .wp-img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-team-carousel4 .item--image .wp-img:after {
  opacity: 0;
  display: block;
  content: "";
  -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;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,cf0f08+100&0+23,0.89+40,1+99 */
  -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;
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, ) 0%, rgba(244, 200, 198, ) 23%, rgba(236, 159, 156, 0.89) 40%, #cf110a 99%, #cf0f08 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, ) 0%, rgba(244, 200, 198, ) 23%, rgba(236, 159, 156, 0.89) 40%, #cf110a 99%, #cf0f08 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, ) 0%, rgba(244, 200, 198, ) 23%, rgba(236, 159, 156, 0.89) 40%, #cf110a 99%, #cf0f08 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cf0f08',GradientType=0);
}
.ct-team-carousel4 .item--image .wp-img .item--description {
  -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;
  position: absolute;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 0;
  opacity: 0;
  color: #fff;
  z-index: 2;
  font-size: 14px;
  text-align: center;
}
.ct-team-carousel4 .item--image img {
  width: 100%;
  -webkit-border-radius: 320px;
  -khtml-border-radius: 320px;
  -moz-border-radius: 320px;
  -ms-border-radius: 320px;
  -o-border-radius: 320px;
  border-radius: 320px;
}
.ct-team-carousel4 .item--social {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-team-carousel4 .item--social i {
  font-weight: 400;
  background-color: #010101;
  color: #fff;
  width: 35px;
  -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;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  display: inline-block;
}
.ct-team-carousel4 .item--social i:before {
  display: inline-block;
}
.ct-team-carousel4 .item--social a {
  margin-bottom: 8px;
}
.ct-team-carousel4 .item--social a:hover i {
  background-color: #d83030;
}
.ct-team-carousel4 .item--social a:last-child {
  margin-bottom: 0;
}
.ct-team-carousel4 .item--title {
  margin-bottom: 9px;
  font-size: 20px;
}
.ct-team-carousel4 .item--position {
  font-size: 14px;
  font-weight: bold;
  color: #d83030;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ct-team-carousel4 .item--inner {
  padding: 12px 47px 40px;
  -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;
  display: flex;
  align-items: center;
}
.ct-team-carousel4 .item--meta {
  text-align: left;
  padding-left: 35px;
  padding-right: 55px;
  position: relative;
}
@media (max-width: 320px) {
  .ct-team-carousel4 .item--meta {
    padding-left: 0;
    padding-right: 0;
  }
}
.ct-team-carousel4 .item--inner-team {
  -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);
}
.ct-team-carousel4 .ct-progressbar {
  -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: 0;
}
.ct-team-carousel4 .slick-dots {
  margin-top: -5px;
}
.ct-team-carousel4 .slick-dots li button {
  background-color: #696969;
  overflow: visible !important;
}
.ct-team-carousel4 .slick-dots li button:before {
  content: '';
  width: 17px;
  height: 17px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  border: 2px solid #0c3ef8;
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  -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);
}
.ct-team-carousel4 .slick-dots li button:after {
  display: none;
}
.ct-team-carousel4 .slick-dots li.slick-active button {
  -webkit-transform: scale(0.7);
  -khtml-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.ct-team-carousel4 .slick-dots li.slick-active button:before {
  -webkit-transform: scale(1.6);
  -khtml-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1;
}
.ct-team-carousel4 .ct-carousel-inner {
  margin: 0px;
}
.ct-team-carousel4 .ct-carousel-inner .item--el-title {
  margin: 25px 20px 0 30px;
  font-size: 24px;
  font-weight: bold;
}
.ct-team-carousel4 .ct-carousel-inner .item--el-title:after {
  margin-left: 10px;
  content: "";
  position: relative;
  top: -5px;
  display: inline-block;
  width: 33px;
  height: 3px;
  background-color: #d83030;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide {
  opacity: 0;
  padding-left: 0;
  padding-right: 0;
  -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);
}
@media screen and (max-width: 991px) {
  .ct-team-carousel4 .ct-carousel-inner .slick-slide {
    padding: 0 15px;
  }
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-active {
  opacity: 1;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--image {
  border-color: #9fd712;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--image a {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--title, .ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--description {
  color: #fff;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--position {
  color: #d0d0d0;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--holder {
  text-align: left;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--holder:before, .ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--holder:after {
  opacity: 1;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--social {
  -webkit-transform: translate(0, -50%) scaleY(1);
  -khtml-transform: translate(0, -50%) scaleY(1);
  -moz-transform: translate(0, -50%) scaleY(1);
  -ms-transform: translate(0, -50%) scaleY(1);
  -o-transform: translate(0, -50%) scaleY(1);
  transform: translate(0, -50%) scaleY(1);
  opacity: 1;
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .item--inner-team {
  -webkit-transform: translateY(-148px);
  -khtml-transform: translateY(-148px);
  -moz-transform: translateY(-148px);
  -ms-transform: translateY(-148px);
  -o-transform: translateY(-148px);
  transform: translateY(-148px);
}
.ct-team-carousel4 .ct-carousel-inner .slick-slide.slick-center .ct-progressbar {
  -webkit-transform: translateY(-50px);
  -khtml-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 1;
}
.ct-team-carousel4 .ct-carousel-inner .slick-list {
  padding: 0 !important;
}
.ct-team-carousel4 .ct-progressbar1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ct-team-carousel4 .ct-progressbar1 .ct-progress-bar {
  height: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c3ef8), to(#6a84ff));
  background-image: -webkit-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -moz-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -ms-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -o-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: linear-gradient(bottom, #0c3ef8, #6a84ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0c3ef8', endColorStr='#6a84ff');
}
.ct-team-carousel4 .ct-slick-carousel {
  position: relative;
  padding-bottom: 0;
}
.ct-team-carousel4 .ct-slick-carousel .slick-arrow {
  position: absolute;
  top: 60px;
  background-color: transparent;
  box-shadow: none !important;
  color: #a9a9a9;
}
.ct-team-carousel4 .ct-slick-carousel .slick-arrow:focus {
  outline: none;
}
.ct-team-carousel4 .ct-slick-carousel .slick-arrow:hover {
  color: #010101;
}
.ct-team-carousel4 .ct-slick-carousel .slick-prev {
  left: 20px;
  margin-left: 0;
}
.ct-team-carousel4 .ct-slick-carousel .slick-next {
  left: auto;
  right: -42px;
  margin-left: 0;
}
.ct-team-carousel5 {
  /* Team Single */
}
.ct-team-carousel5 .item--image {
  overflow: hidden;
  position: relative;
}
.ct-team-carousel5 .item--image img {
  -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;
  width: 100%;
}
.ct-team-carousel5 .thumbnail-holder {
  -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;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.ct-team-carousel5 .inner-holder {
  -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: scale(1.3);
  -khtml-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  max-width: 162px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ct-team-carousel5 .inner-holder:before {
  content: "";
  display: block;
  -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: transparent;
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}
.ct-team-carousel5 .item--social-btn {
  width: 44px;
  height: 44px;
  background-color: #d83030;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -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;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 12px;
  -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-team-carousel5 .item--social-btn:before, .ct-team-carousel5 .item--social-btn:after {
  -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;
  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%);
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}
.ct-team-carousel5 .item--social-btn:before {
  content: '\f067';
}
.ct-team-carousel5 .item--social-btn:after {
  content: '\f068';
}
.ct-team-carousel5 .item--social-btn:hover {
  background-color: #d83030;
}
.ct-team-carousel5 .item--meta {
  text-align: center;
  padding: 25px 15px;
  background-color: #010101;
  position: relative;
}
.ct-team-carousel5 .item--social {
  position: absolute;
  width: 100%;
  top: -22px;
  left: 0;
  right: 0;
  padding-left: 50px;
}
.ct-team-carousel5 .item--social i {
  font-weight: 400;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #d83030;
  display: inline-block;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
}
.ct-team-carousel5 .item--social i:before {
  font-family: FontAwesome;
  display: inline-block;
}
.ct-team-carousel5 .item--social a {
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
  opacity: 0;
  margin: 0 2px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.ct-team-carousel5 .item--social a:nth-child(2) {
  top: -55px;
}
.ct-team-carousel5 .item--social a:nth-child(3) {
  top: -112px;
}
.ct-team-carousel5 .item--social a:nth-child(4) {
  top: -168px;
}
.ct-team-carousel5 .item--title {
  margin-bottom: 5px;
  font-size: 22px;
  color: #fff;
}
.ct-team-carousel5 .item--position {
  font-size: 17px;
  color: #e5e5e5;
  line-height: 1.2;
}
.ct-team-carousel5 .item--description {
  margin-top: 19px;
  line-height: 1.625;
  color: #e5e5e5;
}
.ct-team-carousel5 .item--inner {
  margin-top: 35px;
  margin-bottom: 47px;
  text-align: cenzter;
  -webkit-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 36px rgba(0, 0, 0, 0.1);
  position: relative;
  -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-team-carousel5 .item--inner:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 45px rgba(0, 0, 0, 0.15);
}
.ct-team-carousel5 .item--inner:hover .thumbnail-holder {
  opacity: 1;
}
.ct-team-carousel5 .item--inner:hover .inner-holder {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ct-team-carousel5 .item--inner:hover .item--image > 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-team-carousel5 .item--inner:hover .item--social-btn {
  -webkit-transform: rotateZ(-45deg);
  -khtml-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-team-carousel5 .item--inner:hover .item--social a {
  opacity: 1;
}
.ct-team-carousel5 .item--inner:hover .item--social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: -50px;
}
.ct-team-carousel5 .item--inner:hover .item--social a:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  top: -100px;
}
.ct-team-carousel5 .item--inner:hover .item--social a:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: -150px;
}
.ct-team-carousel5 .item--inner:hover .item--social a:nth-child(5), .ct-team-carousel5 .item--inner:hover .item--social a:nth-child(6), .ct-team-carousel5 .item--inner:hover .item--social a:nth-child(7), .ct-team-carousel5 .item--inner:hover .item--social a:nth-child(8), .ct-team-carousel5 .item--inner:hover .item--social a:nth-child(9) {
  display: none;
}
.ct-team-carousel5 .ct-slick-carousel {
  margin: 0 -50px 0 -50px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
.ct-team-carousel5 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-team-carousel5 .slick-slide {
  -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;
  opacity: 0;
}
.ct-team-carousel5 .slick-slide.slick-active {
  opacity: 1;
}
.ct-team-carousel5 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
.ct-team-carousel5 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: block;
  top: 50%;
  bottom: auto;
  -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%);
  z-index: 99;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ct-team-carousel5 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
    opacity: 0;
  }
}
.ct-team-carousel5 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: 41px;
  right: auto;
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel5 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
    left: 82px;
  }
}
.ct-team-carousel5 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  left: auto;
  right: 41px;
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel5 .ct-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
    right: 82px;
  }
}
.ct-team-carousel5 .ct-slick-carousel[data-arrows="true"]:hover .slick-arrow {
  opacity: 1;
}
.ct-team-single {
  /* CT ProgressBar */
}
@media screen and (min-width: 992px) {
  .ct-team-single {
    display: inline-block;
    padding-right: 45px;
    position: relative;
  }
  .ct-team-single:before {
    width: 1px;
    height: 62px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-color: rgba(56, 56, 56, 0.15);
  }
}
.ct-team-single .item--feature {
  min-width: 73px;
  max-width: 73px;
  height: 73px;
  font-size: 30px;
  line-height: 73px;
  text-align: center;
  font-weight: bold;
  color: rgba(56, 56, 56, 0.8);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ct-team-single .item--feature img {
  -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-team-single .item--feature + .item--holder {
  padding-left: 23px;
  padding-top: 0px;
}
.ct-team-single .item--title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
}
.ct-team-single .item--job {
  font-size: 15px;
  color: #d83030;
}
.ct-team-single .inner-box {
  display: flex;
  align-items: center;
}
.ct-progressbar1 .ct-progress-bar {
  height: 18px;
  position: relative;
  width: 0;
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  background-color: #d83030;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ct-progressbar1 .ct-progress-title {
  font-size: 17px;
  color: #010101;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 9px;
  display: block;
}
.ct-progressbar1 .ct-progress-percentage {
  font-size: 12px;
  color: #fff;
  min-width: 34px;
  font-weight: 700;
  line-height: 24px;
  background-color: #010101;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: -35px;
  right: -17px;
  text-align: center;
}
.ct-progressbar1 .ct-progress-percentage:before {
  content: '';
  position: absolute;
  bottom: -10px;
  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);
  border-width: 5px;
  border-style: solid;
  border-color: #0e0e0e transparent transparent transparent;
}
.ct-progressbar1 .ct-progress-holder {
  background-color: #ebebeb;
}
.ct-progressbar1 .ct-progress-item + .ct-progress-item {
  margin-top: 21px;
}
.ct-progressbar1.style2 .ct-progress-bar {
  background-color: #cbf855;
  background-image: -webkit-gradient(linear, left top, right top, from(#cbf855), to(#9fd712));
  background-image: -webkit-linear-gradient(left, #cbf855, #9fd712);
  background-image: -moz-linear-gradient(left, #cbf855, #9fd712);
  background-image: -ms-linear-gradient(left, #cbf855, #9fd712);
  background-image: -o-linear-gradient(left, #cbf855, #9fd712);
  background-image: linear-gradient(left, #cbf855, #9fd712);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cbf855', endColorStr='#9fd712', gradientType='1');
}
.ct-pricing2.layout1 .item-popular {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #d83030;
  min-height: 27px;
  margin-bottom: 5px;
}
.ct-pricing2.layout1 .ct-pricing-title {
  font-size: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .ct-pricing2.layout1 .ct-pricing-title {
    font-size: 20px;
  }
}
.ct-pricing2.layout1 .ct-pricing-subtitle {
  color: #010101;
  margin-bottom: 5px;
}
.ct-pricing2.layout1 .ct-pricing-price {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #d83030;
  font-family: 'Poppins', sans-serif;
}
.ct-pricing2.layout1 .ct-pricing-price cite {
  color: #010101;
  font-style: normal;
  font-size: 25px;
  position: relative;
  top: -17px;
}
@media screen and (max-width: 1199px) {
  .ct-pricing2.layout1 .ct-pricing-price {
    font-size: 36px;
  }
}
.ct-pricing2.layout1 .ct-pricing-button {
  margin-bottom: 10px;
}
.ct-pricing2.layout1 .ct-pricing-button .btn {
  height: 46px;
  min-width: 160px;
  line-height: 46px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 27px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-pricing2.layout1 .ct-pricing-icon {
  line-height: 1;
  margin-bottom: 11px;
  background-image: url(../images/bg-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ct-pricing2.layout1 .ct-pricing-icon i {
  font-size: 64px;
  color: #d83030;
}
.ct-pricing2.layout1 .ct-pricing-item-inner {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .ct-pricing2.layout1 .ct-pricing-item-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-header {
  padding: 33px 15px;
  position: relative;
  overflow: hidden;
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-header .item-popular {
  transform: rotate(-45deg);
  background-color: #ee0800;
  position: absolute;
  font-size: 15px;
  font-weight: 600;
  top: 14px;
  height: 31px;
  line-height: 31px;
  padding-left: 55px;
  padding-right: 55px;
  left: -55px;
  color: #fff;
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-body {
  background-color: #eef1f8;
  border: 1px solid #e1e4eb;
  padding-bottom: 15px;
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-body .ct-box-meta {
  padding: 14px 15px 16px;
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-body .ct-box-meta + .ct-row-info {
  border-top: 1px solid rgba(77, 77, 77, 0.08);
  padding-top: 15px;
  padding-bottom: 15px;
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-body .ct-row-info {
  padding-left: 37px;
  text-align: left;
  list-style: none;
  margin-bottom: 18px;
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-body .ct-row-info li:before {
  display: inline-block;
  content: "\f107";
  width: 37px;
  height: 37px;
  -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: #d83030;
  color: #fff;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  margin-right: 20px;
  font-family: 'FontAwesome';
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-body .ct-row-info li + li {
  margin-top: 15px;
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-body .ct-row-info li.no-active {
  opacity: 0.3;
}
.ct-pricing2.layout1 .ct-pricing-item-inner .ct-body .ct-text-class-extra {
  color: #010101;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-icon {
  line-height: 1;
  margin-bottom: 11px;
  background-image: url(../images/bg-icon-feature.png);
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-body {
  border: none;
  padding-bottom: 25px;
  -webkit-border-radius: 0px 0px 15px 15px;
  -khtml-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -ms-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-body .ct-box-meta {
  border-top: 1px solid #4d4d4d;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-body .ct-box-meta + .ct-row-info {
  border-top: 1px solid #4d4d4d;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-body .ct-row-info {
  padding-left: 37px;
  text-align: left;
  list-style: none;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-body .ct-row-info li {
  color: #fff;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-header {
  -webkit-border-radius: 15px 15px 0 0;
  -khtml-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-body, .ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-header {
  background-color: #0e0e0e;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-title, .ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-price1, .ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-price2 {
  color: #fff;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-price {
  color: #d83030;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-price cite {
  color: #fff;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-subtitle, .ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-desc {
  color: #faf7f0;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-text-class-extra {
  color: #fff;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-button {
  margin-bottom: 10px;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-button .btn {
  line-height: 44px;
  background-color: transparent;
  border: 2px solid #d83030;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ct-pricing2.layout1 .ct-pricing-item-inner.ct-pricing-featured .ct-pricing-button .btn:hover {
  color: #fff;
  background-color: #d83030;
}
.ct-pricing2.layout2 .item--subtitle {
  display: inline-block;
  padding: 6px 25px;
  background-color: #d83030;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 45px;
}
.ct-pricing2.layout2 .item--title {
  font-size: 26px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
}
.ct-pricing2.layout2 .item--title:after {
  height: 2px;
  width: 24px;
  background-color: #d83030;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
.ct-pricing2.layout2 .item--price {
  color: #383838;
  margin-bottom: 25px;
}
.ct-pricing2.layout2 .item--price cite {
  position: relative;
  top: -30px;
  font-style: normal;
  font-size: 16px;
  color: #010101;
  left: -15px;
}
.ct-pricing2.layout2 .item--price .price-pakage {
  font-family: 'Anton', sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #010101;
  padding-left: 15px;
  display: inline-block;
}
.ct-pricing2.layout2 .item--description {
  line-height: 28px;
  margin-bottom: 15px;
}
.ct-pricing2.layout2 .item--button a {
  cursor: pointer;
  line-height: 48px;
  font-size: 15px;
  background-color: transparent;
  border: 2px solid #d83030;
  color: #d83030;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ct-pricing2.layout2 .item--button a span {
  position: relative;
  z-index: 1;
}
.ct-pricing2.layout2 .item--button a:before {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: "";
  height: 100%;
  width: 0;
  background-color: #d83030;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -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-pricing2.layout2 .entry-box {
  position: relative;
  z-index: 2;
}
.ct-pricing2.layout2 .ct-pricing-inner {
  border: 1px solid #f1f1f1;
  background-color: #f6f6f6;
  -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;
  padding: 49px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ct-pricing2.layout2 .ct-pricing-inner .ct-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center 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;
  -webkit-transform: scale(1.4);
  -khtml-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
@media screen and (max-width: 991px) {
  .ct-pricing2.layout2 .ct-pricing-inner {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 767px) {
  .ct-pricing2.layout2 .ct-pricing-inner {
    padding: 35px 15px;
  }
}
.ct-pricing2.layout2 .ct-pricing-inner:hover {
  background-color: transparent;
}
.ct-pricing2.layout2 .ct-pricing-inner:hover .ct-bg {
  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-pricing2.layout2 .ct-pricing-inner:hover .item--title {
  color: #fff;
}
.ct-pricing2.layout2 .ct-pricing-inner:hover .item--price {
  color: #fff;
}
.ct-pricing2.layout2 .ct-pricing-inner:hover .item--price cite {
  color: inherit;
}
.ct-pricing2.layout2 .ct-pricing-inner:hover .item--price .price-pakage {
  color: inherit;
}
.ct-pricing2.layout2 .ct-pricing-inner:hover .item--price .price-day {
  color: inherit;
}
.ct-pricing2.layout2 .ct-pricing-inner:hover .item--description {
  color: #fff;
}
.ct-pricing2.layout2 .ct-pricing-inner:hover .item--button a {
  color: #fff;
}
.ct-pricing2.layout2 .ct-pricing-inner:hover .item--button a:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.ct-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured {
  background-color: transparent;
}
.ct-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured .ct-bg {
  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-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured .item--title {
  color: #fff;
}
.ct-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured .item--price {
  color: #fff;
}
.ct-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured .item--price cite {
  color: inherit;
}
.ct-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured .item--price .price-pakage {
  color: inherit;
}
.ct-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured .item--price .price-day {
  color: inherit;
}
.ct-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured .item--description {
  color: #fff;
}
.ct-pricing2.layout2 .ct-pricing-inner.ct-pricing-featured .item--button a {
  background-color: #d83030;
  color: #fff;
}
.ct-class-grid1 .item--holder {
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 21px 30px 30px;
  position: relative;
}
.ct-class-grid1 .item--featured {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.ct-class-grid1 .item--featured img {
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 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;
}
.ct-class-grid1 .item--featured + .item--holder {
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ct-class-grid1 .item--title {
  font-size: 20px;
  margin-bottom: 9px;
}
.ct-class-grid1 .item--title a {
  color: inherit;
  -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-class-grid1 .item--title a:hover {
  color: inherit;
}
.ct-class-grid1 .item--readmore a {
  width: 39px;
  background-color: #000;
  height: 39px;
  line-height: 39px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: -18px;
  border-radius: 39px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(34px);
  -khtml-transform: translateY(34px);
  -moz-transform: translateY(34px);
  -ms-transform: translateY(34px);
  -o-transform: translateY(34px);
  transform: translateY(34px);
  opacity: 0;
  visibility: hidden;
}
.ct-class-grid1 .item--readmore a:hover {
  background-color: #010101;
}
.ct-class-grid1 .item--content {
  font-size: 15px;
  color: #000;
  line-height: 24px;
}
.ct-class-grid1 .grid-item-inner {
  margin-bottom: 52px;
  -webkit-box-shadow: 0 9px 3px rgba(1, 33, 74, 0.2);
  -khtml-box-shadow: 0 9px 3px rgba(1, 33, 74, 0.2);
  -moz-box-shadow: 0 9px 3px rgba(1, 33, 74, 0.2);
  -ms-box-shadow: 0 9px 3px rgba(1, 33, 74, 0.2);
  -o-box-shadow: 0 9px 3px rgba(1, 33, 74, 0.2);
  box-shadow: 0 9px 3px rgba(1, 33, 74, 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;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ct-class-grid1 .grid-item-inner:hover {
  -webkit-box-shadow: 0 24px 24px rgba(1, 33, 74, 0.2);
  -khtml-box-shadow: 0 24px 24px rgba(1, 33, 74, 0.2);
  -moz-box-shadow: 0 24px 24px rgba(1, 33, 74, 0.2);
  -ms-box-shadow: 0 24px 24px rgba(1, 33, 74, 0.2);
  -o-box-shadow: 0 24px 24px rgba(1, 33, 74, 0.2);
  box-shadow: 0 24px 24px rgba(1, 33, 74, 0.2);
}
.ct-class-grid1 .grid-item-inner:hover .item--featured img {
  -webkit-transform: scale(1.15);
  -khtml-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.ct-class-grid1 .grid-item-inner:hover .item--title a {
  color: #010101;
}
.ct-class-grid1 .grid-item-inner:hover .item--readmore a {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.ct-class-grid2 .item--icon {
  line-height: 1;
  margin-bottom: 20px;
}
.ct-class-grid2 .item--icon i {
  font-size: 65px;
  color: #d83030;
}
.ct-class-grid2 .item--icon i, .ct-class-grid2 .item--icon img {
  -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);
  display: inline-block;
}
.ct-class-grid2 .item--title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}
.ct-class-grid2 .item--title a {
  color: inherit;
}
.ct-class-grid2 .item--title a:hover {
  color: inherit;
}
.ct-class-grid2 .item--content {
  color: #cdcdcd;
  font-size: 15px;
  line-height: 24px;
}
.ct-class-grid2 .item--readmore a {
  position: absolute;
  bottom: -19px;
  width: 63px;
  height: 40px;
  background-color: #d83030;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  left: 0;
  right: 0;
  margin: auto;
  -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);
  -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 center;
  -webkit-transform-origin: bottom center;
}
.ct-class-grid2 .item--readmore a:hover {
  background-color: #010101;
}
.ct-class-grid2 .item--readmore a svg {
  fill: #fff;
  height: 22px;
  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-class-grid2 .ct-load-more {
  margin-top: -2px;
}
.ct-class-grid2 .ct-load-more .btn {
  padding: 0 22px;
}
.ct-class-grid2 .grid-item-inner {
  background-color: #0e0e0e;
  border: 1px solid #252525;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 37px 30px 47px;
  text-align: center;
  position: relative;
  margin-bottom: 52px;
  z-index: 1;
}
.ct-class-grid2 .grid-item-inner:before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: -1px;
  right: -1px;
  height: 0;
  background-color: #252525;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
  -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);
}
.ct-class-grid2 .grid-item-inner:hover:before {
  height: calc(100% + 20px);
  height: -webkit-calc(100% + 20px);
}
.ct-class-grid2 .grid-item-inner:hover .item--icon i, .ct-class-grid2 .grid-item-inner:hover .item--icon img {
  -webkit-transform: rotateY(360deg);
  -khtml-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ct-class-grid2 .grid-item-inner:hover .item--readmore a {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ct-class-grid3 .item--icon {
  line-height: 1;
  margin-bottom: 14px;
}
.ct-class-grid3 .item--icon i {
  font-style: 65px;
  color: #d83030;
}
.ct-class-grid3 .item--icon * {
  display: inline-block;
  -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);
}
.ct-class-grid3 .item--title {
  font-size: 20px;
  margin-bottom: 12px;
}
.ct-class-grid3 .item--title a {
  color: inherit;
}
.ct-class-grid3 .item--title a:hover {
  color: inherit;
}
.ct-class-grid3 .item--content {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
.ct-class-grid3 .item--readmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ct-class-grid3 .grid-item-inner {
  background-color: #fafafa;
  border: 1px solid #e9e7e7;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 28px 30px 24px;
  text-align: center;
  margin-bottom: 44px;
  -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);
  position: relative;
}
.ct-class-grid3 .grid-item-inner:hover {
  -webkit-box-shadow: 0 29px 32px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 29px 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 29px 32px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 29px 32px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 29px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 29px 32px rgba(0, 0, 0, 0.1);
}
.ct-class-grid3 .grid-item-inner:hover .item--title a {
  color: #d83030;
}
.ct-class-grid3 .grid-item-inner:hover .item--icon * {
  -webkit-transform: rotateY(360deg);
  -khtml-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.ct-class-grid4 .item--icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  -webkit-border-radius: 90px;
  -khtml-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  background-color: #cbf855;
  background-image: -webkit-gradient(linear, left top, right top, from(#cbf855), to(#9fd712));
  background-image: -webkit-linear-gradient(left, #cbf855, #9fd712);
  background-image: -moz-linear-gradient(left, #cbf855, #9fd712);
  background-image: -ms-linear-gradient(left, #cbf855, #9fd712);
  background-image: -o-linear-gradient(left, #cbf855, #9fd712);
  background-image: linear-gradient(left, #cbf855, #9fd712);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cbf855', endColorStr='#9fd712', gradientType='1');
  position: relative;
  margin-right: 22px;
}
@media screen and (max-width: 1199px) {
  .ct-class-grid4 .item--icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 15px;
  }
}
.ct-class-grid4 .item--icon * {
  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-class-grid4 .item--icon img {
  max-height: 40px;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .ct-class-grid4 .item--icon img {
    max-height: 34px;
  }
}
.ct-class-grid4 .item--icon i {
  font-size: 40px;
  color: #fff;
}
.ct-class-grid4 .item--title {
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .ct-class-grid4 .item--title {
    font-size: 18px;
  }
}
.ct-class-grid4 .item--title a {
  color: inherit;
}
.ct-class-grid4 .item--title a:hover {
  color: inherit;
}
.ct-class-grid4 .item--content {
  font-size: 15px;
  line-height: 24px;
  color: #cdcdcd;
  padding-right: 5px;
}
@media screen and (max-width: 1199px) {
  .ct-class-grid4 .item--content {
    padding-right: 0;
    font-size: 13px;
  }
}
.ct-class-grid4 .item-readmore {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #9fd712;
  margin-top: 7px;
  display: none;
}
.ct-class-grid4 .item-readmore a {
  display: inline-block;
}
.ct-class-grid4 .item-readmore a span {
  position: relative;
  background-color: #cbf855;
  background-image: -webkit-gradient(linear, left top, right top, from(#cbf855), to(#9fd712));
  background-image: -webkit-linear-gradient(left, #cbf855, #9fd712);
  background-image: -moz-linear-gradient(left, #cbf855, #9fd712);
  background-image: -ms-linear-gradient(left, #cbf855, #9fd712);
  background-image: -o-linear-gradient(left, #cbf855, #9fd712);
  background-image: linear-gradient(left, #cbf855, #9fd712);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cbf855', endColorStr='#9fd712', gradientType='1');
}
.ct-class-grid4 .item-readmore a span:before {
  content: '';
  width: 0;
  -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);
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #cbf855;
  background-image: -webkit-gradient(linear, left top, right top, from(#cbf855), to(#9fd712));
  background-image: -webkit-linear-gradient(left, #cbf855, #9fd712);
  background-image: -moz-linear-gradient(left, #cbf855, #9fd712);
  background-image: -ms-linear-gradient(left, #cbf855, #9fd712);
  background-image: -o-linear-gradient(left, #cbf855, #9fd712);
  background-image: linear-gradient(left, #cbf855, #9fd712);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cbf855', endColorStr='#9fd712', gradientType='1');
}
.ct-class-grid4 .item-readmore a:hover span:before {
  width: 100%;
}
.ct-class-grid4 .item-readmore svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
  fill: #9fd712;
}
.ct-class-grid4 .grid-item-inner {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #262626;
  padding: 40px 20px 33px 29px;
  margin-bottom: 55px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ct-class-grid4 .grid-item-inner {
    padding-left: 24px;
  }
}
.ct-class-grid4 .grid-item-inner:before {
  content: '';
  width: 9px;
  height: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c3ef8), to(#6a84ff));
  background-image: -webkit-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -moz-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -ms-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: -o-linear-gradient(bottom, #0c3ef8, #6a84ff);
  background-image: linear-gradient(bottom, #0c3ef8, #6a84ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0c3ef8', endColorStr='#6a84ff');
  position: absolute;
  left: -5px;
  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-class-grid4 .grid-item-inner:after {
  content: '';
  border-style: solid;
  border-color: #9fd712 #9fd712 transparent transparent;
  border-width: 9px;
  position: absolute;
  top: 9px;
  right: 9px;
  -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: 0;
  -webkit-transform: scale(2);
  -khtml-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.ct-class-grid4 .grid-item-inner:hover:after {
  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-class-grid4 .ct-load-more {
  margin-top: -10px;
}
.ct-class-grid5 .item--holder {
  text-align: left;
  padding: 21px 30px 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.ct-class-grid5 .item--featured {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.ct-class-grid5 .item--featured img {
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 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;
}
.ct-class-grid5 .item--featured + .item--holder {
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ct-class-grid5 .item--title {
  font-size: 24px;
  margin-bottom: 9px;
  position: relative;
  padding-top: 18px;
  line-height: 28px;
}
.ct-class-grid5 .item--title:before {
  top: 0;
  content: "";
  display: block;
  height: 3px;
  width: 52px;
  background-color: #d83030;
  position: absolute;
}
.ct-class-grid5 .item--title a {
  color: #fff;
  -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-class-grid5 .item--title a:hover {
  color: inherit;
}
.ct-class-grid5 .item--readmore a {
  opacity: 0;
  -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;
  /* IE 9 */
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 25px;
  color: #d83030;
  font-weight: 600;
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: auto;
}
.ct-class-grid5 .item--content {
  -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;
  font-size: 16px;
  color: #b7b7b7;
  height: 0;
  line-height: 26px;
  opacity: 0;
}
.ct-class-grid5 .item--icon {
  margin-bottom: 25px;
}
.ct-class-grid5 .grid-item-inner {
  margin-bottom: 52px;
  -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-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.ct-class-grid5 .grid-item-inner .item--featured-holder {
  -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;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 32px;
}
.ct-class-grid5 .grid-item-inner .item--price {
  -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;
  position: absolute;
  top: 5px;
  opacity: 0;
  right: 15px;
  color: #fff;
  font-size: 16px;
}
.ct-class-grid5 .grid-item-inner .item--price span {
  font-family: 'Poppins', sans-serif;
  color: #d83030;
  font-size: 24px;
  font-weight: bold;
}
.ct-class-grid5 .grid-item-inner:after {
  position: absolute;
  z-index: 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;
  content: "";
  bottom: 0;
  display: block;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.9) 5%), to(rgba(1, 1, 1, 0.02)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  background-image: -moz-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  background-image: -ms-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  background-image: -o-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  background-image: linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(1, 1, 1, 0.9) 5%', endColorStr='rgba(1, 1, 1, 0.02)');
}
.ct-class-grid5 .grid-item-inner:hover:after {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#252525));
  background-image: -webkit-linear-gradient(bottom, #252525, #252525);
  background-image: -moz-linear-gradient(bottom, #252525, #252525);
  background-image: -ms-linear-gradient(bottom, #252525, #252525);
  background-image: -o-linear-gradient(bottom, #252525, #252525);
  background-image: linear-gradient(bottom, #252525, #252525);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#252525', endColorStr='#252525');
}
.ct-class-grid5 .grid-item-inner:hover .item--price {
  opacity: 1;
}
.ct-class-grid5 .grid-item-inner:hover .item--featured-holder {
  opacity: 1;
  max-width: 250px;
  max-height: 250px;
}
.ct-class-grid5 .grid-item-inner:hover .item--icon {
  display: none;
}
.ct-class-grid5 .grid-item-inner:hover .item--content {
  display: block;
  height: auto;
  opacity: 1;
}
.ct-class-grid5 .grid-item-inner:hover .item--featured img {
  -webkit-transform: scale(1.15);
  -khtml-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.ct-class-grid5 .grid-item-inner:hover .item--title a {
  color: #fff;
}
.ct-class-grid5 .grid-item-inner:hover .item--readmore a {
  opacity: 1;
  visibility: visible;
  right: 19px;
  bottom: 19px;
}
.ct-class-grid6 .grid-item-inner {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ct-class-grid6 .item--featured {
  position: relative;
}
.ct-class-grid6 .item--featured:before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(rgba(1, 1, 1, 0.01) 60%));
  background-image: -webkit-linear-gradient(bottom, #010101, rgba(1, 1, 1, 0.01) 60%);
  background-image: -moz-linear-gradient(bottom, #010101, rgba(1, 1, 1, 0.01) 60%);
  background-image: -ms-linear-gradient(bottom, #010101, rgba(1, 1, 1, 0.01) 60%);
  background-image: -o-linear-gradient(bottom, #010101, rgba(1, 1, 1, 0.01) 60%);
  background-image: linear-gradient(bottom, #010101, rgba(1, 1, 1, 0.01) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#010101', endColorStr='rgba(1, 1, 1, 0.01) 60%');
}
.ct-class-grid6 .item--title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.ct-class-grid6 .item--title a {
  color: inherit;
}
.ct-class-grid6 .item--category a {
  font-size: 14px;
  font-weight: bold;
  color: #b2b2b2;
}
.ct-class-grid6 .item--holder {
  position: absolute;
  bottom: -100px;
  -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;
  left: 0;
  z-index: 2;
  right: 0;
  padding: 27px;
  opacity: 0;
}
.ct-class-grid6 .item--holder .inner-item-holder {
  position: relative;
  padding-right: 40px;
}
.ct-class-grid6 .item--holder .inner-item-holder .item--readmore a {
  width: 39px;
  background-color: #d83030;
  height: 39px;
  display: block;
  line-height: 39px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 39px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.ct-class-grid6 .item--holder .inner-item-holder .item--readmore a:hover {
  background-color: #fff;
  color: #d83030;
}
.ct-class-grid6 .grid-item-inner:hover .item--featured:before {
  height: 80%;
}
.ct-class-grid6 .grid-item-inner:hover .item--holder {
  opacity: 1;
  bottom: 0;
}
.ct-class-carousel1 .grid-item-inner {
  border: 10px solid #fff;
  position: relative;
}
.ct-class-carousel1 .grid-item-inner .item--featured {
  position: relative;
}
.ct-class-carousel1 .grid-item-inner .item--featured:after {
  position: absolute;
  z-index: 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;
  content: "";
  bottom: 0;
  display: block;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.9) 20%), to(rgba(1, 1, 1, 0.02)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 20%, rgba(1, 1, 1, 0.02));
  background-image: -moz-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 20%, rgba(1, 1, 1, 0.02));
  background-image: -ms-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 20%, rgba(1, 1, 1, 0.02));
  background-image: -o-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 20%, rgba(1, 1, 1, 0.02));
  background-image: linear-gradient(bottom, rgba(1, 1, 1, 0.9) 20%, rgba(1, 1, 1, 0.02));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(1, 1, 1, 0.9) 20%', endColorStr='rgba(1, 1, 1, 0.02)');
}
.ct-class-carousel1 .grid-item-inner .item--holder {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
.ct-class-carousel1 .grid-item-inner .item--holder .item--title {
  font-size: 24px;
  margin-bottom: 5px;
}
.ct-class-carousel1 .grid-item-inner .item--holder .item--title a {
  color: #fff;
}
.ct-class-carousel1 .grid-item-inner .item--holder .item--category a {
  color: #d83030;
}
.ct-class-carousel1 .grid-item-inner .item--holder .item--category a:hover {
  color: #fff;
}
.ct-class-carousel1 .grid-item-inner .item--holder .item--meta {
  position: relative;
}
.ct-class-carousel1 .grid-item-inner .item--holder .item--meta .btn-readmore {
  opacity: 0;
  -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;
  /* IE 9 */
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: auto;
}
.ct-class-carousel1 .grid-item-inner .item--holder .item--meta .btn-readmore i {
  font-weight: 400;
}
.ct-class-carousel1 .grid-item-inner:hover .item--holder .item--meta .btn-readmore {
  opacity: 1;
  visibility: visible;
  right: 0px;
  bottom: 0px;
}
.ct-class-carousel1 .slick-arrow {
  outline: none;
}
.ct-class-carousel1.arrow-style2 .ct-carousel-inner {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel1.arrow-style2 .ct-carousel-inner {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .ct-class-carousel1.arrow-style2 .ct-slick-carousel {
    position: static;
    padding-bottom: 0;
  }
}
.ct-class-carousel1.arrow-style2 .slick-arrow {
  background-color: #010101;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel1.arrow-style2 .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ct-class-carousel1.arrow-style2 .slick-arrow:hover {
  background-color: #d83030;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel1.arrow-style2 .slick-arrow.slick-prev {
    left: 30px;
  }
}
.ct-class-carousel1.arrow-style2 .slick-arrow.slick-prev:before {
  content: "\f30a";
}
@media screen and (min-width: 768px) {
  .ct-class-carousel1.arrow-style2 .slick-arrow.slick-next {
    right: -10px;
    margin-left: 0;
    left: auto;
  }
}
.ct-class-carousel1.arrow-style2 .slick-arrow.slick-next:before {
  content: "\f30b";
}
.ct-class-carousel2 .item--holder {
  text-align: left;
  padding: 21px 30px 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.ct-class-carousel2 .item--featured {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.ct-class-carousel2 .item--featured img {
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 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;
}
.ct-class-carousel2 .item--featured + .item--holder {
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ct-class-carousel2 .item--title {
  font-size: 24px;
  margin-bottom: 9px;
  position: relative;
  padding-top: 18px;
  line-height: 28px;
}
.ct-class-carousel2 .item--title:before {
  top: 0;
  content: "";
  display: block;
  height: 3px;
  width: 52px;
  background-color: #d83030;
  position: absolute;
}
.ct-class-carousel2 .item--title a {
  color: #fff;
  -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-class-carousel2 .item--title a:hover {
  color: inherit;
}
.ct-class-carousel2 .item--readmore a {
  opacity: 0;
  -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;
  /* IE 9 */
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 25px;
  color: #d83030;
  font-weight: 600;
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: auto;
}
.ct-class-carousel2 .item--content {
  -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;
  font-size: 16px;
  color: #b7b7b7;
  height: 0;
  line-height: 26px;
  opacity: 0;
}
.ct-class-carousel2 .item--icon {
  margin-bottom: 25px;
}
.ct-class-carousel2 .grid-item-inner {
  margin-bottom: 0px;
  -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-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.ct-class-carousel2 .grid-item-inner .item--featured-holder {
  -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;
  width: 100px;
  height: 100px;
  overflow: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 32px;
}
.ct-class-carousel2 .grid-item-inner .item--price {
  -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;
  position: absolute;
  top: 5px;
  opacity: 0;
  right: 15px;
  color: #fff;
  font-size: 16px;
}
.ct-class-carousel2 .grid-item-inner .item--price span {
  font-family: 'Poppins', sans-serif;
  color: #d83030;
  font-size: 24px;
  font-weight: bold;
}
.ct-class-carousel2 .grid-item-inner:after {
  position: absolute;
  z-index: 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;
  content: "";
  bottom: 0;
  display: block;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.9) 5%), to(rgba(1, 1, 1, 0.02)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  background-image: -moz-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  background-image: -ms-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  background-image: -o-linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  background-image: linear-gradient(bottom, rgba(1, 1, 1, 0.9) 5%, rgba(1, 1, 1, 0.02));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(1, 1, 1, 0.9) 5%', endColorStr='rgba(1, 1, 1, 0.02)');
}
.ct-class-carousel2 .grid-item-inner:hover:after {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#252525));
  background-image: -webkit-linear-gradient(bottom, #252525, #252525);
  background-image: -moz-linear-gradient(bottom, #252525, #252525);
  background-image: -ms-linear-gradient(bottom, #252525, #252525);
  background-image: -o-linear-gradient(bottom, #252525, #252525);
  background-image: linear-gradient(bottom, #252525, #252525);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#252525', endColorStr='#252525');
}
.ct-class-carousel2 .grid-item-inner:hover .item--price {
  opacity: 1;
}
.ct-class-carousel2 .grid-item-inner:hover .item--featured-holder {
  opacity: 1;
  width: 250px;
  height: 250px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ct-class-carousel2 .grid-item-inner:hover .item--featured-holder {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ct-class-carousel2 .grid-item-inner:hover .item--featured-holder {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .ct-class-carousel2 .grid-item-inner:hover .item--featured-holder {
    width: 120px;
    height: 120px;
  }
}
.ct-class-carousel2 .grid-item-inner:hover .item--icon {
  display: none;
}
.ct-class-carousel2 .grid-item-inner:hover .item--content {
  display: block;
  height: auto;
  opacity: 1;
}
.ct-class-carousel2 .grid-item-inner:hover .item--featured img {
  -webkit-transform: scale(1.15);
  -khtml-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.ct-class-carousel2 .grid-item-inner:hover .item--title a {
  color: #fff;
}
.ct-class-carousel2 .grid-item-inner:hover .item--readmore a {
  opacity: 1;
  visibility: visible;
  right: 19px;
  bottom: 19px;
}
.ct-class-carousel2 .slick-dots {
  position: absolute;
  display: inline-flex !important;
  padding: 15px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-class-carousel2 .slick-dots:before {
  background-color: #e2e2e2;
  position: absolute;
  height: 20px;
  border-radius: 10px;
  content: "";
  display: block;
  left: 15px;
  right: 15px;
}
.ct-class-carousel2 .slick-dots li {
  margin-left: 6px;
  margin-right: 6px;
}
.ct-class-carousel2 .slick-dots li button {
  -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: #010101;
  position: relative;
  overflow: visible !important;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.ct-class-carousel2 .slick-dots li button:before {
  position: absolute;
  -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;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: transparent;
  top: -8px;
  left: -8px;
}
.ct-class-carousel2 .slick-dots li button:after {
  -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;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ct-class-carousel2 .slick-dots li.slick-active button {
  background-color: #fff;
}
.ct-class-carousel2 .slick-dots li.slick-active button:before {
  background-color: #d83030;
}
.ct-class-carousel2 .slick-dots li.slick-active button:after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel2 .ct-slick-carousel {
    position: static;
    padding-bottom: 0;
  }
}
.ct-class-carousel2 .slick-arrow {
  background-color: rgba(56, 56, 56, 0.4);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel2 .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ct-class-carousel2 .slick-arrow:hover {
  background-color: #d83030;
}
.ct-class-carousel2 .slick-arrow.slick-prev {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel2 .slick-arrow.slick-prev {
    left: -30px;
  }
}
.ct-class-carousel2 .slick-arrow.slick-prev:before {
  content: "\f30a";
}
.ct-class-carousel2 .slick-arrow.slick-next {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel2 .slick-arrow.slick-next {
    right: -30px;
    margin-left: 0;
    left: auto;
  }
}
.ct-class-carousel2 .slick-arrow.slick-next:before {
  content: "\f30b";
}
.ct-class-carousel2 .slick-dotted {
  padding-bottom: 80px;
}
.ct-class-carousel3 .wp-thumbnails {
  -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;
  position: relative;
  padding-left: 25px;
  overflow: hidden;
  margin-bottom: 25px;
}
.ct-class-carousel3 .item--featured-lager img {
  opacity: 0.5;
}
.ct-class-carousel3 .item--featured-small {
  -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;
  position: absolute;
  top: 25px;
  left: 0;
  width: 60%;
}
.ct-class-carousel3 .item--featured-small img {
  width: 100%;
}
.ct-class-carousel3 .item--title {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  display: flex;
  margin-bottom: 21px;
}
.ct-class-carousel3 .item--title a {
  color: #fff;
}
.ct-class-carousel3 .item--title span.item-line {
  display: inline-block;
  width: 50px;
  border-bottom: 2px solid #d83030;
  margin: 0 0px 19px 2px;
}
.ct-class-carousel3 .item--content {
  color: #b7b7b7;
  margin-bottom: 15px;
}
.ct-class-carousel3 .item--readmore a {
  color: #fff;
  font-weight: bold;
}
.ct-class-carousel3 .item--readmore a i {
  margin-left: 5px;
  position: relative;
  top: 1px;
  color: #d83030;
}
.ct-class-carousel3 .item--readmore a:hover {
  color: #d83030;
}
.ct-class-carousel3 .item--readmore a:hover i {
  color: #fff;
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.ct-class-carousel3 .grid-item-inner:hover .wp-thumbnails .item--featured-small {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.ct-class-carousel3 .slick-dots {
  margin-top: 40px;
  flex-wrap: nowrap;
  overflow: hidden;
  background-color: #222;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel3 .slick-dots {
    margin-left: 170px;
    margin-right: 170px;
  }
}
.ct-class-carousel3 .slick-dots li {
  margin: 0;
  flex-grow: 1;
}
.ct-class-carousel3 .slick-dots li button {
  background-color: #222;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.ct-class-carousel3 .slick-dots li:hover button {
  background-color: #d83030;
}
.ct-class-carousel3 .slick-dots li.slick-active button {
  background-color: #d83030;
}
.ct-class-carousel4 .item--featured-lager {
  min-height: 315px;
  position: relative;
}
.ct-class-carousel4 .item--featured-lager .bg-thumbnail {
  -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;
  background-position: center center;
  background-size: cover;
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ct-class-carousel4 .item--featured-lager .ct-img-bg {
  z-index: 2;
  position: absolute;
  -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-class-carousel4 .item--featured-lager .ct-img-bg.top {
  opacity: 0;
  top: -20px;
  right: -100px;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ct-class-carousel4 .item--featured-lager .ct-img-bg.bottom {
  bottom: -70px;
  right: -30px;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel4 .item--featured-lager {
    max-width: 50%;
    min-width: 50%;
  }
}
.ct-class-carousel4 .item--featured-lager:after {
  content: "";
  display: block;
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ct-class-carousel4 .item--holder {
  overflow: hidden;
  background-color: #000;
  background-image: url(../images/bg-class.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 25px 45px;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ct-class-carousel4 .item--holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-class-carousel4 .item--holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ct-class-carousel4 .item--holder {
    width: 50%;
  }
}
.ct-class-carousel4 .item--title {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.ct-class-carousel4 .item--title a {
  color: #fff;
}
.ct-class-carousel4 .item--icon {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 50px;
  color: #fff;
}
.ct-class-carousel4 .item-number {
  z-index: 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;
  position: absolute;
  font-size: 95px;
  color: #313131;
  font-family: 'Anton', sans-serif;
  right: 40px;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ct-class-carousel4 .item-number {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-class-carousel4 .item-number {
    font-size: 45px;
  }
}
.ct-class-carousel4 .item-number1 {
  top: 30px;
}
.ct-class-carousel4 .item-number2 {
  color: #d83030;
  bottom: 0px;
  opacity: 0;
}
.ct-class-carousel4 .gr-content {
  position: relative;
  z-index: 2;
}
.ct-class-carousel4 .item--content {
  color: #b7b7b7;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .ct-class-carousel4 .item--content {
    padding-right: 50px;
  }
}
.ct-class-carousel4 .item--readmore {
  margin-top: 24px;
  display: none;
}
.ct-class-carousel4 .item--readmore a {
  display: inline-block;
  font-size: 16px;
  padding: 8px 19px;
  background-color: #d83030;
  color: #fff;
  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;
}
.ct-class-carousel4 .item--readmore a span, .ct-class-carousel4 .item--readmore a i {
  position: relative;
  z-index: 2;
}
.ct-class-carousel4 .item--readmore a i {
  -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;
  font-weight: 300;
  margin-left: 5px;
}
.ct-class-carousel4 .item--readmore a:hover i {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel4 .grid-item-inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
.ct-class-carousel4 .grid-item-inner:hover .item-number1 {
  opacity: 0;
  top: -100px;
  transform: rotateY(-360deg);
}
.ct-class-carousel4 .grid-item-inner:hover .item-number2 {
  transform: rotateY(-360deg);
  opacity: 1;
  bottom: 30px;
}
.ct-class-carousel4 .grid-item-inner:hover .item--featured-lager .ct-img-bg {
  position: absolute;
}
.ct-class-carousel4 .grid-item-inner:hover .item--featured-lager .ct-img-bg.top {
  opacity: 1;
}
.ct-class-carousel4 .grid-item-inner:hover .item--featured-lager .ct-img-bg.bottom {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .ct-class-carousel4 .grid-item-inner:hover .item--featured-lager {
    max-width: 50%;
    min-width: 50%;
  }
}
.ct-class-carousel4 .grid-item-inner:hover .item--featured-lager:after {
  content: "";
  display: block;
}
.ct-class-carousel4 .grid-item-inner:hover .item--featured-lager .bg-thumbnail {
  filter: grayscale(0%);
}
.ct-class-carousel4 .ct-carousel-inner .carousel-item {
  padding-left: 0;
  padding-right: 0;
}
.ct-feature-class-single {
  background-color: #fff;
  /*Ct List*/
}
.ct-feature-class-single .ct-feature {
  position: relative;
  margin-bottom: 34px;
}
.ct-feature-class-single .ct-feature .ct-price-box {
  width: 115px;
  height: 115px;
  text-align: center;
  border-radius: 100%;
  border: 14px solid #fff;
  background-color: #d83030;
  position: absolute;
  bottom: -57px;
  right: 44px;
  color: #fff;
}
.ct-feature-class-single .ct-feature .ct-price-box .ct-price {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 47px;
  margin-top: 8px;
  display: inline-block;
}
.ct-feature-class-single .ct-feature .ct-price-box .ct-currency {
  font-size: 18px;
  margin-right: -8px;
}
.ct-feature-class-single .ct-feature .ct-price-box .ct-month {
  font-size: 14px;
  display: block;
  margin-top: -12px;
}
.ct-feature-class-single .ct-banner-title {
  margin-bottom: 15px;
  padding: 0 35px;
}
.ct-feature-class-single .ct-banner-title:after {
  margin-left: 15px;
  width: 95px;
  height: 4px;
  position: relative;
  top: -5px;
  background-color: #d83030;
  display: inline-block;
  content: "";
}
.ct-list.style1 {
  font-size: 18px;
  color: #000;
  line-height: 26px;
}
.ct-list.style1 .ct-list-dot {
  width: 11px;
  height: 11px;
  display: inline-block;
  border: 4px solid #d83030;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  position: absolute;
  top: 8px;
  left: 0;
}
.ct-list.style1 .ct-list-item {
  padding-left: 25px;
  position: relative;
}
.ct-list.style1 .ct-list-item + .ct-list-item {
  margin-top: 14px;
}
.ct-list.style2 {
  font-style: 16px;
  line-height: 1.625;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.ct-list.style2 .ct-list-dot:before {
  content: '\f101';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #d83030;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-list.style2 .ct-list-item {
  padding-left: 20px;
  position: relative;
}
.ct-list.style2 .ct-list-item + .ct-list-item {
  margin-top: 9px;
}
.ct-list.style3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
}
.ct-list.style3 .ct-list-dot:before {
  content: "\f111";
  font-family: "Flaticon";
  height: 29px;
  width: 29px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.38);
  -webkit-border-radius: 29px;
  -khtml-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  border-radius: 29px;
  font-style: normal;
  font-weight: normal;
  line-height: 29px;
  text-align: center;
}
.ct-list.style3 .ct-list-item {
  padding-left: 42px;
  position: relative;
}
.ct-list.style3 .ct-list-item + .ct-list-item {
  margin-top: 12px;
}
.ct-list.style4 .ct-list-icon {
  display: none;
}
.ct-list.style4 .ct-list-item + .ct-list-item {
  margin-top: 5px;
}
.ct-download.layout1 .item--download a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #010101;
  display: block;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 38px 24px 18px 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ct-download.layout1 .item--download a {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.ct-download.layout1 .item--download a:before {
  content: '';
  width: 22px;
  left: 35px;
  top: 0;
  height: 3px;
  background-color: #0b2653;
  -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;
  position: absolute;
}
.ct-download.layout1 .item--download a .download-file-type {
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 35px;
  background-color: #fff;
  width: 22px;
  height: 24px;
  color: #010101;
  text-align: center;
  line-height: 24px;
  -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;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .ct-download.layout1 .item--download a .download-file-type {
    right: 20px;
  }
}
.ct-download.layout1 .item--download a:hover {
  background-color: #d83030;
}
.ct-download.layout1 .item--download a:hover:before {
  background-color: #d83030;
}
.ct-download.layout1 .item--download a:hover .download-file-type {
  color: #d83030;
}
.ct-download.layout1 .item--download + .item--download {
  margin-top: 30px;
}
.ct-download.layout2 {
  padding-top: 43px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.ct-download.layout2 .inner-box {
  border-left: 3px solid #010101;
  padding-left: 37px;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .ct-download.layout2 .inner-box {
    border-left-width: 2px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ct-download.layout2 .entry-title {
  position: relative;
  top: -5px;
  margin-bottom: 23px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #010101;
}
.ct-download.layout2 .item--download a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #010101;
  display: block;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 38px 24px 18px 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ct-download.layout2 .item--download a {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.ct-download.layout2 .item--download a:before {
  content: '';
  width: 22px;
  left: 30px;
  top: 0;
  height: 3px;
  background-color: #0b2653;
  -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;
  position: absolute;
}
.ct-download.layout2 .item--download a .download-file-type {
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #fff;
  width: 22px;
  height: 24px;
  color: #010101;
  text-align: center;
  line-height: 24px;
  -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;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .ct-download.layout2 .item--download a .download-file-type {
    right: 20px;
  }
}
.ct-download.layout2 .item--download a:hover {
  background-color: #d83030;
}
.ct-download.layout2 .item--download a:hover:before {
  background-color: #d83030;
}
.ct-download.layout2 .item--download a:hover .download-file-type {
  color: #d83030;
}
.ct-download.layout2 .item--download + .item--download {
  margin-top: 30px;
}
.ct-download.layout3 .item--download a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #010101;
  border: 1px solid rgba(1, 1, 1, 0.08);
  display: block;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 24px 10px 70px;
  position: relative;
}
.ct-download.layout3 .item--download a i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #d83030;
}
.ct-download.layout3 .item--download a i.icon-show {
  -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-download.layout3 .item--download a i.icon-holder {
  top: 10%;
  opacity: 0;
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
.ct-download.layout3 .item--download a:hover {
  background-color: #d83030;
  color: #fff;
}
.ct-download.layout3 .item--download a:hover i {
  color: #fff;
}
.ct-download.layout3 .item--download a:hover i.icon-show {
  opacity: 0;
  top: 100%;
}
.ct-download.layout3 .item--download a:hover i.icon-holder {
  top: 50%;
  opacity: 1;
}
.ct-download.layout3 .item--download + .item--download {
  margin-top: 17px;
}
.ct-navigation-menu1.style1 li {
  display: inline-block;
}
.ct-navigation-menu1.style1 li a {
  padding: 0 15px;
  display: block;
  font-size: 15px;
  line-height: 61px;
  font-weight: 700;
  color: #9b9b9b;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ct-navigation-menu1.style1 li a {
    line-height: 42px;
  }
}
.ct-navigation-menu1.style1 li a:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f105';
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -1px;
  left: 15px;
  right: 15px;
  height: 2px;
}
.ct-navigation-menu1.style1 li:hover > a, .ct-navigation-menu1.style1 li.current-menu-item > a, .ct-navigation-menu1.style1 li > a.active {
  color: #0e2b5c;
}
.ct-navigation-menu1.style1 li:hover > a:before, .ct-navigation-menu1.style1 li.current-menu-item > a:before, .ct-navigation-menu1.style1 li > a.active:before {
  left: 5px;
  right: 5px;
}
.ct-navigation-menu1.style2 li {
  display: block;
}
.ct-navigation-menu1.style2 li a {
  display: block;
  padding: 15px 55px 15px 30px;
  font-size: 17px;
  font-weight: bold;
  background-color: #fff;
  color: #010101;
  position: relative;
  border: 1px solid rgba(1, 1, 1, 0.12);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .ct-navigation-menu1.style2 li a {
    padding: 20px 75px 20px 45px;
  }
}
.ct-navigation-menu1.style2 li a:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f105';
  position: absolute;
  -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;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-navigation-menu1.style2 li:hover > a, .ct-navigation-menu1.style2 li.current-menu-item > a, .ct-navigation-menu1.style2 li > a.active {
  background-color: #d83030;
  color: #fff;
}
.ct-navigation-menu1.style2 li:hover > a:before, .ct-navigation-menu1.style2 li.current-menu-item > a:before, .ct-navigation-menu1.style2 li > a.active:before {
  right: 25px;
}
.ct-navigation-menu1.style2 li + li {
  margin-top: 12px;
}
.ct-navigation-menu1.style3 li {
  display: block;
}
.ct-navigation-menu1.style3 li a {
  display: block;
  color: #010101;
  position: relative;
  border: 1px solid rgba(1, 1, 1, 0.12);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.ct-navigation-menu1.style3 li a:before {
  width: 9px;
  background-color: #d83030;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  -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;
  left: -20px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-navigation-menu1.style3 li:hover > a, .ct-navigation-menu1.style3 li.current-menu-item > a, .ct-navigation-menu1.style3 li > a.active {
  padding-left: 25px;
}
.ct-navigation-menu1.style3 li:hover > a:before, .ct-navigation-menu1.style3 li.current-menu-item > a:before, .ct-navigation-menu1.style3 li > a.active:before {
  left: 0px;
  opacity: 1;
}
.ct-navigation-menu1.style3 li + li {
  margin-top: 12px;
}
.ct-navigation-wrap .item--title {
  margin-bottom: 18px;
  font-size: 24px;
  font-family: 'Anton', sans-serif;
  padding-bottom: 12px;
  position: relative;
  font-weight: 400;
}
.ct-navigation-wrap .item--title:before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #d83030;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-video-button {
  height: 52px;
  width: 52px;
  background-color: #d83030;
  position: relative;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  -khtml-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  -moz-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  -ms-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  -o-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
}
.ct-video-button 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%);
}
.ct-video-button .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  animation: squares 3s linear 0s infinite;
  -webkit-animation: squares 3s linear 0s infinite;
  -ms-animation: squares 3s linear 0s infinite;
  -o-animation: squares 3s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.ct-video-button .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.ct-video-button .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.ct-video-button:hover, .ct-video-button:focus {
  color: #fff;
}
.ct-video-button:hover .line-video-animation, .ct-video-button:focus .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.ct-video-player {
  position: relative;
}
.ct-video-player .ct-video-button.style1 {
  height: 62px;
  width: 62px;
  background-image: none;
  color: #000a93;
  font-size: 15px;
  z-index: 1;
  background-color: transparent;
}
.ct-video-player .ct-video-button.style1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  animation: pulse-border2 1500ms ease-out infinite;
  -webkit-animation: pulse-border2 1500ms ease-out infinite;
  z-index: -2;
}
.ct-video-player .ct-video-button.style1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.67);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}
.ct-video-player .ct-video-button.style1:hover:before, .ct-video-player .ct-video-button.style1:focus:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.ct-video-player .ct-video-button.style2 {
  border: 1px solid #d83030;
  height: 178px;
  width: 178px;
  background-color: transparent;
}
.ct-video-player .ct-video-button.style2 i {
  font-size: 20px;
  color: #d83030;
}
.ct-video-player .ct-video-button.style2 .line-video-animation {
  border: 1px solid rgba(216, 48, 48, 0.24);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 0;
}
.ct-video-player .ct-video-button.style2:hover, .ct-video-player .ct-video-button.style2:focus {
  color: #d83030;
}
.ct-video-player .ct-video-button.style2:hover .line-video-animation, .ct-video-player .ct-video-button.style2:focus .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.ct-video-player .ct-video-button.style3 {
  background-color: #fff;
  height: 144px;
  width: 144px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-video-player .ct-video-button.style3 i {
  font-size: 20px;
  color: #010101;
}
.ct-video-player .ct-video-button.style3 .line-video-animation {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 0;
}
.ct-video-player .ct-video-button.style4 {
  height: 52px;
  width: 52px;
  background-image: none;
  color: #fff;
  font-size: 15px;
  z-index: 1;
  background-color: #d83030;
}
.ct-video-player .ct-video-button.style4:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d83030;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}
.ct-video-player .ct-video-button.style4:hover:before, .ct-video-player .ct-video-button.style4:focus:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.ct-video-player .ct-video-image-bg {
  min-height: 300px;
  width: 100%;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
}
.ct-video-player .ct-video-image-bg + .ct-video-button, .ct-video-player img + .ct-video-button {
  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-tabs--layout1 {
  /* Counter */
}
.ct-tabs--layout1 .ct-tabs-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ct-tabs--layout1 .ct-tabs-title .ct-tab-title {
  font-size: 17px;
  color: #010101;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  border: none;
  line-height: 52px;
  background-color: #ebf1f1;
  padding: 0 23px;
  margin-right: 5px;
  margin-bottom: 22px;
  -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;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .ct-tabs--layout1 .ct-tabs-title .ct-tab-title {
    padding: 0 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .ct-tabs--layout1 .ct-tabs-title .ct-tab-title {
    padding: 0px 10px;
    font-size: 13px;
  }
}
.ct-tabs--layout1 .ct-tabs-title .ct-tab-title:before {
  content: '';
  opacity: 0;
  -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;
  width: 0;
  height: 0;
  position: absolute;
  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);
  bottom: -20px;
  z-index: -1;
  border-width: 20px;
  border-style: solid;
  border-color: #d83030 transparent transparent;
}
@media screen and (max-width: 1199px) {
  .ct-tabs--layout1 .ct-tabs-title .ct-tab-title:before {
    bottom: -14px;
    border-width: 7px;
  }
}
.ct-tabs--layout1 .ct-tabs-title .ct-tab-title.active {
  border-color: #d83030;
  background-color: #d83030;
  color: #fff;
}
.ct-tabs--layout1 .ct-tabs-title .ct-tab-title.active:before {
  opacity: 1;
  border-width: 10px;
}
.ct-tabs--layout1 .ct-tabs-title .ct-tab-title * {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .ct-tabs--layout1 .ct-tabs-title .ct-tab-title * {
    margin-right: 3px;
  }
}
.ct-tabs--layout1 .ct-tabs-title .ct-tab-title:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.ct-tabs--layout1 .ct-tabs-title .ct-tab-title:last-child {
  margin-right: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.ct-tabs--layout1 .ct-tabs-content {
  padding-top: 15px;
}
.ct-tabs--layout1 .ct-tabs-content .ct-tab-content {
  display: none;
}
.ct-tabs--layout1 .ct-tabs-content .ct-tab-content p:last-child {
  margin-bottom: 0;
}
.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title {
  border-color: #ebf1f1;
  font-size: 17px;
  line-height: 50px;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title {
    font-size: 14px;
    line-height: 44px;
    padding: 0 12px;
  }
}
.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title i {
  font-size: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title i {
    font-style: 14px;
    margin-right: 6px;
  }
}
.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title.active {
  border-color: #d83030;
}
.ct-tabs--layout1.style2 .ct-tabs-content {
  padding-top: 25px;
}
.ct-tabs--layout1.style3 .ct-tabs-title .ct-tab-title {
  border-color: #ebf1f1;
  font-size: 14px;
  line-height: 50px;
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 130px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .ct-tabs--layout1.style3 .ct-tabs-title .ct-tab-title {
    line-height: 44px;
    padding: 0 12px;
    min-width: auto;
  }
}
.ct-tabs--layout1.style3 .ct-tabs-title .ct-tab-title:before {
  border-width: 14px;
  bottom: -28px;
}
.ct-tabs--layout1.style3 .ct-tabs-title .ct-tab-title i {
  font-size: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .ct-tabs--layout1.style3 .ct-tabs-title .ct-tab-title i {
    font-style: 14px;
    margin-right: 6px;
  }
}
.ct-tabs--layout1.style3 .ct-tabs-title .ct-tab-title.active {
  border-color: #d83030;
}
.ct-tabs--layout1.style3 .ct-tabs-content {
  padding-top: 25px;
}
.ct-counter-layout1 {
  overflow: hidden;
  border-radius: inherit;
}
.ct-counter-layout1 .item--icon {
  line-height: 1;
  margin-bottom: 11px;
  min-height: 37px;
}
.ct-counter-layout1 .item--icon i {
  font-size: 32px;
  color: #d83030;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.ct-counter-layout1 .item--icon img {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  max-height: 30px;
  width: auto;
}
.ct-counter-layout1 .ct-counter-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: inherit;
  margin-bottom: 0;
}
.ct-counter-layout1 .ct-counter-number {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.ct-counter-layout1 .ct-counter-number-value {
  margin: 0 3px;
  display: inline-block;
}
.ct-counter-layout1 .ct-counter-number-prefix, .ct-counter-layout1 .ct-counter-number-suffix {
  font-size: 18px;
  position: relative;
  color: #d83030;
}
.ct-counter-layout1 .ct-counter-holder {
  -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 screen and (max-width: 767px) {
  .ct-counter-layout1 .ct-counter-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ct-counter-layout1 .ct-counter-inner {
  padding: 30px 15px 25px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
}
.ct-counter-layout1 .ct-counter-inner:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  opacity: 0;
  width: 14px;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 0px solid transparent;
  border-left: 5px solid #d83030;
  transform: rotate(45deg);
  -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-counter-layout1 .ct-counter-inner:hover:before {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #d83030;
  opacity: 1;
  top: 7px;
  right: 5px;
  transform: rotate(90deg);
  border-left: 12px solid #fff;
}
.ct-counter-layout2 .item--icon {
  line-height: 1;
  margin-bottom: 11px;
  min-height: 37px;
}
.ct-counter-layout2 .item--icon i {
  font-size: 32px;
  color: #fff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.ct-counter-layout2 .item--icon img {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  max-height: 30px;
  width: auto;
}
.ct-counter-layout2 .ct-counter-number {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
}
.ct-counter-layout2 .ct-counter-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .ct-counter-layout2 .ct-counter-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ct-counter-layout2 .ct-counter-number-prefix, .ct-counter-layout2 .ct-counter-number-suffix {
  font-size: 18px;
  position: relative;
  color: #fff;
}
.ct-counter-layout2 .ct-counter-holder {
  background-color: #010101;
  color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 0;
  margin-bottom: 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;
}
.ct-counter-layout2 .ct-counter-inner {
  -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;
  text-align: center;
}
.ct-counter-layout2 .ct-counter-inner:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ct-counter-layout2 .ct-counter-inner:hover .ct-counter-number-prefix, .ct-counter-layout2 .ct-counter-inner:hover .ct-counter-number-suffix {
  color: #010101;
}
.ct-counter-layout2 .ct-counter-inner:hover .item--icon i {
  color: #010101;
}
.ct-counter-layout2 .ct-counter-inner:hover .ct-counter-holder {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 35px rgba(1, 1, 1, 0.2);
  -khtml-box-shadow: 0 2px 35px rgba(1, 1, 1, 0.2);
  -moz-box-shadow: 0 2px 35px rgba(1, 1, 1, 0.2);
  -ms-box-shadow: 0 2px 35px rgba(1, 1, 1, 0.2);
  -o-box-shadow: 0 2px 35px rgba(1, 1, 1, 0.2);
  box-shadow: 0 2px 35px rgba(1, 1, 1, 0.2);
  border-color: #f8f8f8;
  color: #010101;
}
.ct-counter-layout2 .ct-counter-inner:hover .ct-counter-number {
  color: #010101;
}
@media screen and (max-width: 575px) {
  .ct-counter-layout3 {
    text-align: center;
  }
}
.ct-counter-layout3 .ct-counter-holder {
  display: flex;
}
@media screen and (max-width: 575px) {
  .ct-counter-layout3 .ct-counter-holder {
    justify-content: center;
  }
}
.ct-counter-layout3 .item--icon {
  line-height: 1;
  min-height: 37px;
  margin-right: 17px;
}
.ct-counter-layout3 .item--icon i {
  font-size: 32px;
  color: #d83030;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.ct-counter-layout3 .item--icon img {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  max-height: 30px;
  width: auto;
}
.ct-counter-layout3 .ct-counter-number {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
}
.ct-counter-layout3 .ct-counter-number sup {
  top: -5px;
}
.ct-counter-layout3 .ct-counter-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.ct-counter-layout3 .ct-counter-inner {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .ct-counter-layout3 .ct-counter-inner.border-on {
    position: relative;
    padding-right: 45px;
  }
  .ct-counter-layout3 .ct-counter-inner.border-on:after {
    height: 100%;
    width: 1px;
    content: "";
    display: block;
    background-color: rgba(1, 1, 1, 0.08);
    position: absolute;
    right: 25px;
    top: 0;
  }
}
.ct-counter-layout4 {
  /* CT process */
}
.ct-counter-layout4 .ct-counter-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ct-counter-layout4 .item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 64px;
  min-width: 64px;
  min-height: 56px;
  background-color: #d83030;
}
.ct-counter-layout4 .ct-counter-number {
  line-height: 1;
  font-size: 50px;
  font-family: 'Anton', sans-serif;
  padding: 5px 0 0 20px;
  color: #010101;
}
.ct-counter-layout4 .ct-counter-title {
  font-weight: normal;
  font-size: 15px;
  padding-left: 10px;
}
.ct-counter-layout4 .ct-counter-inner {
  min-width: 180px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding-right: 25px;
  -webkit-box-shadow: 0 3px 24px rgba(1, 1, 1, 0.12);
  -khtml-box-shadow: 0 3px 24px rgba(1, 1, 1, 0.12);
  -moz-box-shadow: 0 3px 24px rgba(1, 1, 1, 0.12);
  -ms-box-shadow: 0 3px 24px rgba(1, 1, 1, 0.12);
  -o-box-shadow: 0 3px 24px rgba(1, 1, 1, 0.12);
  box-shadow: 0 3px 24px rgba(1, 1, 1, 0.12);
}
.ct-process-carousel1 .item--inner {
  display: flex;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
.ct-process-carousel1 .item--inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  border-bottom: 2px dashed rgba(56, 56, 56, 0.2);
}
.ct-process-carousel1 .item--inner .ct-icon {
  position: absolute;
  right: 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;
  opacity: 0.2;
}
.ct-process-carousel1 .item--inner .ct-icon.icon-font {
  font-size: 75px;
  line-height: 1;
}
.ct-process-carousel1 .item--inner .ct-icon.icon-image img {
  max-height: 77px;
}
.ct-process-carousel1 .item--inner .inner-box-thumbnail {
  padding-left: 30px;
  position: relative;
}
.ct-process-carousel1 .item--inner .item--number {
  position: absolute;
  left: -10px;
  font-weight: bold;
  color: #d83030;
  font-size: 148px;
  line-height: 1;
  letter-spacing: 0;
  bottom: -21px;
  -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-process-carousel1 .item--inner .item--image {
  width: 138px;
  height: 117px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.ct-process-carousel1 .item--inner .item--title {
  position: relative;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 5px 25px 5px 10px;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
.ct-process-carousel1 .item--inner .item--title:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  background-color: #010101;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ct-process-carousel1 .item--inner .item--title:before {
    left: -2px;
  }
}
.ct-process-carousel1 .item--inner .item--description {
  font-size: 16px;
  line-height: 23px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.ct-process-carousel1 .item--inner .item--description:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  top: 5px;
  bottom: 5px;
  left: 3px;
  background: #d83030;
}
.ct-process-carousel1 .item--inner .item--button {
  text-align: right;
}
.ct-process-carousel1 .item--inner .item--button a {
  padding: 3px 23px;
  display: inline-block;
  color: #fff;
  background-color: #d83030;
  margin-right: -15px;
  font-weight: bold;
  position: relative;
}
.ct-process-carousel1 .item--inner .item--button a span {
  transform: skew(10deg);
  display: inline-block;
  position: relative;
  z-index: 2;
}
.ct-process-carousel1 .item--inner .item--holder {
  transform: skew(-10deg);
  position: relative;
  left: -10px;
}
.ct-process-carousel1 .item--inner:hover .ct-icon {
  opacity: 1;
}
.ct-process-carousel1 .item--inner:hover .item--number {
  z-index: 1;
  transform: rotateY(-360deg);
  color: #fff;
  text-shadow: 2px 2px 0 #d83030, 2px -2px 0 #d83030, -2px 2px 0 #d83030, -2px -2px 0 #d83030, 2px 0px 0 #d83030, 0px 2px 0 #d83030, -2px 0px 0 #d83030, 0px -2px 0 #d83030;
}
.ct-process-carousel1 .item--inner:hover .item--button a {
  background-color: #010101;
}
.ct-process-carousel1 .slick-slide.slick-current .item--inner .ct-icon {
  opacity: 1;
}
.ct-process-carousel1 .slick-slide.slick-current .item--inner .item--number {
  color: #010101;
}
.ct-process-carousel1 .slick-slide.slick-current .item--holder .item--title:before {
  background-color: #d83030;
}
.ct-process-carousel1 .slick-slide.slick-current .item--button a {
  background-color: #010101;
}
.ct-process-carousel1 .slick-slide:nth-child(2n) .item--inner {
  padding-top: 77px;
  padding-bottom: 77px;
}
.ct-process-carousel1 .slick-slide:nth-child(2n) .item--inner:after {
  bottom: 48px;
}
.ct-process-carousel1 .slick-slide:nth-child(2n) .item--inner .ct-icon {
  top: 7px;
}
.ct-process-carousel1 .slick-slide:nth-child(2n+1) .item--inner {
  padding-top: 77px;
  padding-bottom: 77px;
}
.ct-process-carousel1 .slick-slide:nth-child(2n+1) .item--inner:after {
  top: 48px;
}
.ct-process-carousel1 .slick-slide:nth-child(2n+1) .item--inner .ct-icon {
  bottom: 2px;
}
.ct-fancy-box.ct-fancy-box-layout1 {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--icon {
  background-color: #2d2d2d;
  margin-bottom: 12px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 82px;
  width: 82px;
  height: 82px;
  text-align: center;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7px;
  left: -7px;
  padding: 7px;
  display: block;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
  border-radius: 50%;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--icon.icon-font {
  color: #fff;
  font-size: 40px;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--icon.icon-image img {
  width: auto;
  max-height: 47px;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--title {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--description {
  color: #b6b6b6;
  margin-bottom: 5px;
  line-height: inherit;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button {
  position: relative;
  top: -21px;
  left: 40px;
}
@media screen and (max-width: 575px) {
  .ct-fancy-box.ct-fancy-box-layout1 .item--button {
    left: 20px;
  }
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active {
  z-index: 1;
  cursor: pointer;
  width: 41px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  background-color: #d83030;
  color: #fff;
  display: inline-block;
  -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;
  position: relative;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active:before, .ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active:after {
  -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;
  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%);
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active:before {
  content: '\f067';
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active:after {
  content: '\f068';
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active:hover {
  background-color: #d83030;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active.active {
  background-color: #d83030;
  -webkit-box-shadow: 0 0 12px rgba(216, 48, 48, 0.2);
  -khtml-box-shadow: 0 0 12px rgba(216, 48, 48, 0.2);
  -moz-box-shadow: 0 0 12px rgba(216, 48, 48, 0.2);
  -ms-box-shadow: 0 0 12px rgba(216, 48, 48, 0.2);
  -o-box-shadow: 0 0 12px rgba(216, 48, 48, 0.2);
  box-shadow: 0 0 12px rgba(216, 48, 48, 0.2);
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active.active:before {
  opacity: 0;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active.active:after {
  opacity: 1;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-active.active + .btn-fcb {
  left: 41px;
  opacity: 1;
  visibility: visible;
}
.ct-fancy-box.ct-fancy-box-layout1 .item--button .btn-fcb {
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 0;
  opacity: 0;
  height: 41px;
  padding: 0 15px;
  color: #010101;
  background-color: #fff;
  line-height: 41px;
  font-size: 15px;
  font-weight: bold;
}
.ct-fancy-box.ct-fancy-box-layout1 .inner-box {
  background-color: #010101;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  padding: 38px 15px 35px 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575px) {
  .ct-fancy-box.ct-fancy-box-layout1 .inner-box {
    padding: 25px 15px 35px 20px;
  }
}
.ct-fancy-box.ct-fancy-box-layout1 .inner-box:after {
  width: 1px;
  display: block;
  content: "";
  border-right: 2px dashed #606060;
  position: absolute;
  right: 0;
  top: 50px;
  bottom: 50px;
}
.ct-fancy-box.ct-fancy-box-layout1 .inner-box:hover .item--icon {
  background-color: #d83030;
}
.ct-fancy-box.ct-fancy-box-layout1 .inner-box:hover .item--icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.ct-fancy-box.ct-fancy-box-layout1.border-off .inner-box:after {
  border-right-color: transparent;
}
.ct-fancy-box.ct-fancy-box-layout2 .item--icon {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: #f8f8f8;
  line-height: 110px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.ct-fancy-box.ct-fancy-box-layout2 .item--icon img, .ct-fancy-box.ct-fancy-box-layout2 .item--icon i {
  -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.ct-fancy-box-layout2 .item--icon img {
  max-height: 65px;
  width: auto;
}
.ct-fancy-box.ct-fancy-box-layout2 .item--icon i {
  font-size: 45px;
}
.ct-fancy-box.ct-fancy-box-layout2 .item--holder .item--title {
  font-size: 24px;
  color: #fff;
}
.ct-fancy-box.ct-fancy-box-layout2 .item--holder .item--description {
  color: #c9c9c9;
}
.ct-fancy-box.ct-fancy-box-layout2 .btn-fcb {
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d83030;
  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%;
}
.ct-fancy-box.ct-fancy-box-layout2 .btn-fcb:hover {
  background-color: #010101;
}
.ct-fancy-box.ct-fancy-box-layout2 .btn-fcb:hover i {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.ct-fancy-box.ct-fancy-box-layout2 .inner-box {
  text-align: center;
  position: relative;
  padding: 75px 15px 45px;
  background-color: #010101;
  margin-top: 55px;
  margin-bottom: 45px;
}
.ct-fancy-box.ct-fancy-box-layout2 .inner-box:hover .item--icon img, .ct-fancy-box.ct-fancy-box-layout2 .inner-box:hover .item--icon i {
  transform: rotateY(360deg);
}
.ct-fancy-box.ct-fancy-box-layout2 .inner-box:hover .btn-fcb {
  background-color: #010101;
}
.ct-fancy-box.ct-fancy-box-layout2 .inner-box:hover .btn-fcb i {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.ct-fancy-box.ct-fancy-box-layout3 .item--icon {
  min-width: 72px;
  max-width: 72px;
  font-size: 30px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-weight: bold;
  color: rgba(56, 56, 56, 0.8);
  -webkit-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -khtml-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -ms-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -o-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.ct-fancy-box.ct-fancy-box-layout3 .item--icon img, .ct-fancy-box.ct-fancy-box-layout3 .item--icon i {
  -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.ct-fancy-box-layout3 .item--icon img {
  max-height: 35px;
  width: auto;
}
.ct-fancy-box.ct-fancy-box-layout3 .item--icon + .item--holder {
  padding-left: 23px;
  padding-top: 5px;
}
.ct-fancy-box.ct-fancy-box-layout3 .item--title {
  font-size: 24px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.ct-fancy-box.ct-fancy-box-layout3 .inner-box {
  display: flex;
}
.ct-fancy-box.ct-fancy-box-layout3 .inner-box:hover .item--icon img, .ct-fancy-box.ct-fancy-box-layout3 .inner-box:hover .item--icon i {
  transform: rotateY(360deg);
}
.ct-fancy-box.ct-fancy-box-layout3 .inner-box:hover .item--icon i {
  color: #d83030;
}
.ct-fancy-box.ct-fancy-box-layout4 .item--icon {
  width: 110px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 5px;
}
.ct-fancy-box.ct-fancy-box-layout4 .item--icon img, .ct-fancy-box.ct-fancy-box-layout4 .item--icon i {
  -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.ct-fancy-box-layout4 .item--icon img {
  max-height: 65px;
  width: auto;
}
.ct-fancy-box.ct-fancy-box-layout4 .item--icon i {
  color: #d83030;
  font-size: 40px;
}
.ct-fancy-box.ct-fancy-box-layout4 .item--title {
  font-size: 22px;
  margin-bottom: 18px;
}
.ct-fancy-box.ct-fancy-box-layout4 .item--description {
  color: rgba(56, 56, 56, 0.8);
}
.ct-fancy-box.ct-fancy-box-layout4 .inner-box {
  overflow: hidden;
  text-align: center;
  padding: 25px 15px 45px;
  margin-bottom: 25px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -khtml-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -ms-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -o-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  position: relative;
}
.ct-fancy-box.ct-fancy-box-layout4 .inner-box:after {
  left: 0;
  right: 0;
  content: "";
  height: 0;
  width: 100%;
  background-color: #010101;
  position: absolute;
  bottom: 0;
  z-index: -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;
  transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
}
.ct-fancy-box.ct-fancy-box-layout4 .inner-box:hover .item--title, .ct-fancy-box.ct-fancy-box-layout4 .inner-box:hover .item--description {
  color: #fff;
}
.ct-fancy-box.ct-fancy-box-layout4 .inner-box:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
}
.ct-fancy-box.ct-fancy-box-layout4 .inner-box:hover .item--icon img, .ct-fancy-box.ct-fancy-box-layout4 .inner-box:hover .item--icon i {
  transform: rotateY(360deg);
}
.ct-fancy-box.ct-fancy-box-layout5 {
  margin-bottom: 25px;
}
.ct-fancy-box.ct-fancy-box-layout5 .item--icon {
  display: flex;
  align-items: center;
}
.ct-fancy-box.ct-fancy-box-layout5 .item--icon .icon-font, .ct-fancy-box.ct-fancy-box-layout5 .item--icon .icon-image {
  min-width: 72px;
  max-width: 72px;
  font-size: 30px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-weight: bold;
  color: rgba(56, 56, 56, 0.8);
  -webkit-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -khtml-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -ms-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -o-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.ct-fancy-box.ct-fancy-box-layout5 .item--icon img, .ct-fancy-box.ct-fancy-box-layout5 .item--icon i {
  -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.ct-fancy-box-layout5 .item--icon img {
  max-height: 35px;
  width: auto;
}
.ct-fancy-box.ct-fancy-box-layout5 .item--icon + .item--holder {
  padding-left: 23px;
  padding-top: 5px;
}
.ct-fancy-box.ct-fancy-box-layout5 .number-title {
  line-height: 1;
  min-width: 45px;
  margin-right: 7px;
  text-align: left;
  font-size: 60px;
  color: #e5e5e5;
  display: inline-block;
  -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.ct-fancy-box-layout5 .sub-item--title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.ct-fancy-box.ct-fancy-box-layout5 .item--title {
  font-size: 24px;
  margin-bottom: 18px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.ct-fancy-box.ct-fancy-box-layout5 .inner-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ct-fancy-box.ct-fancy-box-layout5 .inner-box:hover .item--icon img, .ct-fancy-box.ct-fancy-box-layout5 .inner-box:hover .item--icon i {
  transform: rotateY(360deg);
}
.ct-fancy-box.ct-fancy-box-layout5 .inner-box:hover .item--icon i {
  color: #d83030;
}
.ct-fancy-box.ct-fancy-box-layout5 .inner-box:hover .number-title {
  color: #d83030;
}
@media screen and (min-width: 768px) {
  .ct-fancy-box.ct-fancy-box-layout5 .item--description {
    padding-left: 52px;
  }
}
.ct-fancy-box.ct-fancy-box-layout6 .item--icon {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  font-size: 30px;
  line-height: 64px;
  text-align: center;
  font-weight: bold;
  color: rgba(56, 56, 56, 0.8);
  background-color: rgba(216, 48, 48, 0.2);
  -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 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.ct-fancy-box-layout6 .item--icon img, .ct-fancy-box.ct-fancy-box-layout6 .item--icon i {
  -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.ct-fancy-box-layout6 .item--icon img {
  max-height: 35px;
  width: auto;
}
.ct-fancy-box.ct-fancy-box-layout6 .item--icon + .item--holder {
  padding-left: 23px;
  padding-top: 0px;
}
.ct-fancy-box.ct-fancy-box-layout6 .item--title {
  font-size: 24px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.ct-fancy-box.ct-fancy-box-layout6 .inner-box {
  display: flex;
}
.ct-fancy-box.ct-fancy-box-layout6 .inner-box:hover .item--icon {
  -webkit-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -khtml-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -ms-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  -o-box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
  box-shadow: 3px 23px 20px rgba(1, 1, 1, 0.09);
}
.ct-fancy-box.ct-fancy-box-layout6 .inner-box:hover .item--icon img, .ct-fancy-box.ct-fancy-box-layout6 .inner-box:hover .item--icon i {
  transform: rotateY(360deg);
}
.ct-fancy-box.ct-fancy-box-layout6 .inner-box:hover .item--icon i {
  color: #d83030;
}
.ct-tab-banner1 .ct-tab-title {
  background-color: transparent;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -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);
  padding: 27px 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.ct-tab-banner1 .ct-tab-title a.btn-more {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #d83030;
  font-size: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ct-tab-banner1 .ct-tab-title {
    max-width: 430px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-tab-banner1 .ct-tab-title {
    padding: 22px 20px;
  }
}
.ct-tab-banner1 .ct-tab-title h4 {
  margin-bottom: 8px;
  font-size: 22px;
  color: #fff;
  -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);
}
@media screen and (max-width: 1199px) {
  .ct-tab-banner1 .ct-tab-title h4 {
    font-size: 20px;
  }
}
.ct-tab-banner1 .ct-tab-title p {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: #f0f0f0;
  -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);
}
@media screen and (max-width: 1199px) {
  .ct-tab-banner1 .ct-tab-title p {
    font-size: 15px;
  }
}
.ct-tab-banner1 .ct-tab-title .ct-tab-icon {
  width: 87px;
  height: 87px;
  line-height: 87px;
  min-width: 87px;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .ct-tab-banner1 .ct-tab-title .ct-tab-icon {
    margin-right: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    min-width: 70px;
  }
}
.ct-tab-banner1 .ct-tab-title .ct-tab-icon i {
  font-size: 42px;
}
@media screen and (max-width: 1199px) {
  .ct-tab-banner1 .ct-tab-title .ct-tab-icon i {
    font-size: 36px;
  }
}
.ct-tab-banner1 .ct-tab-title .ct-tab-icon:before, .ct-tab-banner1 .ct-tab-title .ct-tab-icon:after {
  content: '';
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ct-tab-banner1 .ct-tab-title .ct-tab-icon:before {
  background-color: #d83030;
}
.ct-tab-banner1 .ct-tab-title .ct-tab-icon:after {
  opacity: 0;
  background-color: #010101;
}
.ct-tab-banner1 .ct-tab-title + .ct-tab-title {
  margin-top: 12px;
}
.ct-tab-banner1 .ct-tab-title.active {
  background-color: #d83030;
  -webkit-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -khtml-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -moz-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -ms-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -o-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -webkit-transform: translateX(36px);
  -khtml-transform: translateX(36px);
  -moz-transform: translateX(36px);
  -ms-transform: translateX(36px);
  -o-transform: translateX(36px);
  transform: translateX(36px);
  margin-left: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .ct-tab-banner1 .ct-tab-title.active {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.ct-tab-banner1 .ct-tab-title.active a.btn-more {
  right: -18px;
  opacity: 1;
}
.ct-tab-banner1 .ct-tab-title.active:before {
  border-color: transparent transparent transparent #fff;
  right: -20px;
}
.ct-tab-banner1 .ct-tab-title.active h4, .ct-tab-banner1 .ct-tab-title.active p {
  color: #fff;
}
.ct-tab-banner1 .ct-tab-title.active .ct-tab-icon {
  color: #fff;
}
.ct-tab-banner1 .ct-tab-title.active .ct-tab-icon:before {
  opacity: 0;
}
.ct-tab-banner1 .ct-tab-title.active .ct-tab-icon:after {
  opacity: 1;
}
.ct-class-routime.layout1 {
  border: 2px solid #d83030;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  padding: 26px 17px 15px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ct-class-routime.layout1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ct-class-routime.layout1 .title-table {
  font-size: 36px;
  line-height: 1.5;
  font-family: 'Anton', sans-serif;
  color: #d83030;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ct-class-routime.layout1 .title-table {
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.ct-class-routime.layout1 .title-table span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fff;
}
.ct-class-routime.layout1 .ct-class-routime-inner {
  overflow: hidden;
  border: 1px solid rgba(1, 1, 1, 0.08);
}
.ct-class-routime.layout1 .list-label {
  display: flex;
  border-bottom: 1px solid rgba(1, 1, 1, 0.08);
  background-color: rgba(1, 1, 1, 0.05);
}
@media screen and (max-width: 767px) {
  .ct-class-routime.layout1 .list-label {
    display: none;
  }
}
.ct-class-routime.layout1 .list-label label {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  border-left: 1px solid rgba(1, 1, 1, 0.08);
  padding: 15px 10px;
  margin-left: -1px;
  text-align: center;
  color: #010101;
  max-width: 14.3%;
  min-width: 14.3%;
}
@media screen and (min-width: 1200px) {
  .ct-class-routime.layout1 .list-label label {
    max-width: 14.3%;
    min-width: 14.3%;
  }
}
.ct-class-routime.layout1 .list-item ul {
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(1, 1, 1, 0.08);
}
@media screen and (min-width: 768px) {
  .ct-class-routime.layout1 .list-item ul {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .ct-class-routime.layout1 .list-item ul {
    border-bottom: 2px solid rgba(1, 1, 1, 0.2);
  }
}
.ct-class-routime.layout1 .list-item ul li {
  border-left: 1px solid rgba(1, 1, 1, 0.08);
  padding: 12px 10px;
  margin-left: -1px;
  text-align: center;
}
.ct-class-routime.layout1 .list-item ul li:first-child {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Anton', sans-serif;
  color: #d83030;
}
@media screen and (min-width: 768px) {
  .ct-class-routime.layout1 .list-item ul li {
    max-width: 14.3%;
    min-width: 14.3%;
  }
}
@media screen and (max-width: 767px) {
  .ct-class-routime.layout1 .list-item ul li {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.ct-class-routime.layout1 .list-item ul li label {
  min-height: 45px;
  display: none;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  background-color: rgba(1, 1, 1, 0.05);
  color: #010101;
  font-family: 'Anton', sans-serif;
}
@media screen and (max-width: 767px) {
  .ct-class-routime.layout1 .list-item ul li label {
    display: inline-block;
    max-width: 120px;
    min-width: 120px;
    width: 100%;
    padding: 12px 10px;
    border-right: 1px solid rgba(1, 1, 1, 0.08);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ct-class-routime.layout1 .list-item ul li + li {
    border-top: 1px solid rgba(1, 1, 1, 0.08);
  }
}
@media screen and (max-width: 767px) {
  .ct-class-routime.layout1 .list-item ul li:first-child {
    padding: 10px 15px;
    background-color: #d83030;
    color: #fff;
  }
}
.ct-class-routime.layout1 .list-item ul:last-child {
  border-bottom: none;
}
.ct-class-routime.layout1 .title-time {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid rgba(1, 1, 1, 0.08);
  background-color: #010101;
  color: #fff;
  padding: 8px 15px;
  margin: 0 1px;
  font-family: 'Anton', sans-serif;
}
.ct-class-routime.layout1 .title-time label {
  position: relative;
}
.ct-class-routime.layout1 .title-time label:before, .ct-class-routime.layout1 .title-time label:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  position: absolute;
  top: 23px;
  background: #d83030;
}
.ct-class-routime.layout1 .title-time label:before {
  left: -40px;
}
.ct-class-routime.layout1 .title-time label:after {
  right: -40px;
}
.ct-class-routime.layout2 {
  padding: 30px;
  background-color: #fff;
  overflow: hidden;
}
.ct-class-routime.layout2 .title-table {
  color: #010101;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.ct-class-routime.layout2 .title-table:after {
  display: inline-block;
  width: 33px;
  height: 3px;
  background-color: #d83030;
  content: "";
  position: relative;
  top: -5px;
  margin-left: 12px;
}
.ct-class-routime.layout2 .ct-class-items {
  margin-bottom: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .ct-class-routime.layout2 .ct-class-items {
    padding-left: 82px;
    padding-right: 82px;
  }
}
.ct-class-routime.layout2 .ct-class-items li {
  display: inline-block;
  float: left;
  min-width: 33.33%;
  max-width: 33.33%;
  text-align: center;
  padding: 15px;
}
.ct-class-routime.layout2 .ct-class-items li label {
  font-family: 'Anton', sans-serif;
  display: block;
  font-size: 18px;
}
.ct-class-routime.layout2 .ct-class-items li span {
  display: block;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #d83030;
}
.ct-class-routime.layout2 .ct-class-items li:nth-child(1), .ct-class-routime.layout2 .ct-class-items li:nth-child(2), .ct-class-routime.layout2 .ct-class-items li:nth-child(3) {
  border-bottom: 1px solid rgba(1, 1, 1, 0.12);
}
.ct-class-routime.layout2 .ct-class-items li:nth-child(1), .ct-class-routime.layout2 .ct-class-items li:nth-child(2), .ct-class-routime.layout2 .ct-class-items li:nth-child(4), .ct-class-routime.layout2 .ct-class-items li:nth-child(5) {
  border-right: 1px solid rgba(1, 1, 1, 0.12);
}
.ct-class-routime.layout3 .ct-class-routime-inner {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #fff;
}
.ct-class-routime.layout3 .list-label {
  color: #fff;
  background-color: #010101;
  display: flex;
}
.ct-class-routime.layout3 .list-label label {
  flex-grow: 1;
  min-width: 50%;
  text-align: center;
  padding: 15px;
  font-size: 17px;
  font-weight: bold;
}
.ct-class-routime.layout3 .list-label label + label {
  border-left: 1px solid #d4d4d4;
}
.ct-class-routime.layout3 .list-items ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.ct-class-routime.layout3 .list-items ul li {
  padding: 15px 29px;
  display: inline-block;
  min-width: 50%;
  max-width: 50%;
  color: #010101;
}
.ct-class-routime.layout3 .list-items ul li:nth-child(2) {
  border-left: 1px solid #d4d4d4;
}
.ct-class-routime.layout3 .list-items ul li label {
  display: none;
}
.ct-class-routime.layout3 .list-items ul:nth-child(2n) {
  background-color: #fff;
}
.ct-class-routime.layout3 .list-items ul:nth-child(2n+1) {
  background-color: #e6e6e6;
}
.ct-class-routime.layout3 .ct-class-excerpt {
  background-color: #e6e6e6;
  padding: 16px 29px 15px;
}
.ct-class-routime.layout3 .ct-class-excerpt p:last-child {
  margin-bottom: 0;
}
.ct-class-routime.layout3 .ct-class-excerpt p strong {
  color: #d83030;
}
.ct-fancybox-carousel1 .item--image {
  position: relative;
  padding-right: 35px;
}
.ct-fancybox-carousel1 .item--image .wp-thumbnail {
  -webkit-border-radius: 0 0 35% 0;
  -khtml-border-radius: 0 0 35% 0;
  -moz-border-radius: 0 0 35% 0;
  -ms-border-radius: 0 0 35% 0;
  -o-border-radius: 0 0 35% 0;
  border-radius: 0 0 35% 0;
  overflow: hidden;
  position: relative;
}
.ct-fancybox-carousel1 .item--image .wp-thumbnail img {
  width: 100%;
}
.ct-fancybox-carousel1 .item--image .wp-thumbnail:after {
  content: "";
  display: block;
  height: 80%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d83030), to(rgba(216, 48, 48, 0.01) 60%));
  background-image: -webkit-linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 60%);
  background-image: -moz-linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 60%);
  background-image: -ms-linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 60%);
  background-image: -o-linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 60%);
  background-image: linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d83030', endColorStr='rgba(216, 48, 48, 0.01) 60%');
}
.ct-fancybox-carousel1 .item--image .item--title {
  font-size: 20px;
  font-weight: 500;
  bottom: 0;
  position: absolute;
  color: #010101;
  display: block;
  right: -28px;
  letter-spacing: 0px;
  height: 100%;
  transition: all 0.8s;
  writing-mode: vertical-rl;
  top: 0;
  margin: 0;
  transform-origin: left;
  text-align: right;
  line-height: 24px;
  text-align: right;
  line-height: 24px;
  text-transform: uppercase;
  transform: rotate(-180deg);
  padding-bottom: 60px;
}
.ct-fancybox-carousel1 .item--image .item--title:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 4px;
  height: 51px;
  display: inline-block;
  background-color: #d83030;
  content: "";
}
.ct-fancybox-carousel1 .item--meta {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -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-fancybox-carousel1 .ct-contact-icon {
  margin-bottom: 20px;
  display: block;
}
.ct-fancybox-carousel1 .ct-contact-icon i {
  line-height: 1.15;
  font-size: 50px;
  color: #d83030;
}
.ct-fancybox-carousel1 .item--title {
  font-size: 25px;
  font-family: 'Anton', sans-serif;
}
.ct-fancybox-carousel1 .item--description {
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
.ct-fancybox-carousel1 .item-holder {
  padding: 45px 35px 45px 45px;
  background-color: rgba(1, 1, 1, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.ct-fancybox-carousel1 .item-holder .item--title {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
}
.ct-fancybox-carousel1 .item-holder .item--title .item-line {
  width: 50px;
  border-bottom: 2px solid #d83030;
  margin: 0 0px 19px 2px;
}
.ct-fancybox-carousel1 .item-holder .item--title a {
  color: #fff;
}
.ct-fancybox-carousel1 .btn-readmore {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}
.ct-fancybox-carousel1 .btn-readmore:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background-color: #d83030;
  -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-fancybox-carousel1 .btn-readmore:hover {
  color: #fff;
}
.ct-fancybox-carousel1 .btn-readmore:hover:after {
  background-color: #fff;
}
.ct-fancybox-carousel1 .item--inner {
  position: relative;
  overflow: hidden;
}
.ct-fancybox-carousel1 .item--inner:hover .item--meta {
  opacity: 1;
  left: 0;
}
.ct-fancybox-carousel1 .slick-dots {
  margin-top: 40px;
  flex-wrap: nowrap;
  overflow: hidden;
  background-color: #dcdcdc;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .ct-fancybox-carousel1 .slick-dots {
    margin-left: 170px;
    margin-right: 170px;
  }
}
.ct-fancybox-carousel1 .slick-dots li {
  margin: 0;
  flex-grow: 1;
}
.ct-fancybox-carousel1 .slick-dots li button {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.ct-fancybox-carousel1 .slick-dots li:hover button {
  background-color: #d83030;
}
.ct-fancybox-carousel2 {
  /* CT Testimonial */
}
.ct-fancybox-carousel2 .item--icon {
  width: 110px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 5px;
}
.ct-fancybox-carousel2 .item--icon img, .ct-fancybox-carousel2 .item--icon i {
  -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-fancybox-carousel2 .item--icon img {
  max-height: 65px;
  width: auto;
}
.ct-fancybox-carousel2 .item--icon i {
  color: #d83030;
  font-size: 40px;
}
.ct-fancybox-carousel2 .item--title {
  font-size: 22px;
  margin-bottom: 18px;
}
.ct-fancybox-carousel2 .item--description {
  color: rgba(56, 56, 56, 0.8);
}
.ct-fancybox-carousel2 .item--inner {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ct-fancybox-carousel2 .inner-box {
  overflow: hidden;
  text-align: center;
  padding: 25px 15px 45px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.09);
  -khtml-box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.09);
  -ms-box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.09);
  -o-box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.09);
  box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.09);
  position: relative;
}
.ct-fancybox-carousel2 .inner-box:after {
  left: 0;
  right: 0;
  content: "";
  height: 0;
  width: 100%;
  background-color: #010101;
  position: absolute;
  top: 0;
  z-index: -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;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
}
.ct-fancybox-carousel2 .inner-box:hover .item--title, .ct-fancybox-carousel2 .inner-box:hover .item--description {
  color: #fff;
}
.ct-fancybox-carousel2 .inner-box:hover:after {
  height: 100%;
  bottom: 0;
  top: auto;
  transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
}
.ct-fancybox-carousel2 .inner-box:hover .item--icon img, .ct-fancybox-carousel2 .inner-box:hover .item--icon i {
  transform: rotateY(360deg);
}
.ct-fancybox-carousel2 .item-readmore {
  display: none;
}
.ct-fancybox-carousel2 .item-readmore .btn-text {
  display: inline-block;
  margin-top: 5px;
  font-size: 25px;
  width: 51px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background-color: #d83030;
  color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.ct-fancybox-carousel2 .item-readmore .btn-text:hover i {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -khtml-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -o-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@media screen and (min-width: 1200px) {
  .ct-fancybox-carousel2 .slick-list {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 1400px) {
  .ct-fancybox-carousel2 .ct-slick-carousel {
    padding-bottom: 0;
    position: relative;
  }
  .ct-fancybox-carousel2 .ct-slick-carousel .slick-arrow {
    position: absolute;
    width: 49px;
    height: 49px;
    border: 2px solid #e1e1e1;
    top: 50%;
    line-height: 46px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 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-fancybox-carousel2 .ct-slick-carousel .slick-arrow:before {
    font-size: 0;
  }
  .ct-fancybox-carousel2 .ct-slick-carousel .slick-arrow:after {
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
  }
  .ct-fancybox-carousel2 .ct-slick-carousel .slick-arrow.slick-prev {
    left: -50px;
    right: auto;
  }
  .ct-fancybox-carousel2 .ct-slick-carousel .slick-arrow.slick-prev:after {
    content: '\f060';
  }
  .ct-fancybox-carousel2 .ct-slick-carousel .slick-arrow.slick-next {
    right: -50px;
    left: auto;
  }
  .ct-fancybox-carousel2 .ct-slick-carousel .slick-arrow.slick-next:after {
    content: '\f061';
  }
  .ct-fancybox-carousel2 .ct-slick-carousel .slick-arrow:hover {
    border-color: #d83030;
  }
}
@media screen and (min-width: 1200px) {
  .ct-fancybox-carousel2 .slick-slide {
    opacity: 0;
  }
  .ct-fancybox-carousel2 .slick-slide.slick-active {
    opacity: 1;
  }
}
.ct-testimonial-carousel1 {
  text-align: center;
  max-width: 80%;
  margin: auto;
  padding: 0 20px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ct-testimonial-carousel1 {
    padding: 0;
  }
}
.ct-testimonial-carousel1 .testimonial-image {
  max-width: 128px;
  -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;
  position: relative;
  margin: 0 auto;
}
.ct-testimonial-carousel1 .testimonial-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-border-radius: 128px;
  -khtml-border-radius: 128px;
  -moz-border-radius: 128px;
  -ms-border-radius: 128px;
  -o-border-radius: 128px;
  border-radius: 128px;
  -webkit-box-shadow: 0 0 8px rgba(12, 12, 12, 0.22);
  -khtml-box-shadow: 0 0 8px rgba(12, 12, 12, 0.22);
  -moz-box-shadow: 0 0 8px rgba(12, 12, 12, 0.22);
  -ms-box-shadow: 0 0 8px rgba(12, 12, 12, 0.22);
  -o-box-shadow: 0 0 8px rgba(12, 12, 12, 0.22);
  box-shadow: 0 0 8px rgba(12, 12, 12, 0.22);
  cursor: pointer;
  width: 100%;
}
.ct-testimonial-carousel1 .testimonial-image .testimonial-icon {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  z-index: -2;
  background-color: #d83030;
  color: #fff;
  -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;
  opacity: 0;
}
.ct-testimonial-carousel1 .testimonial-image .testimonial-icon.left {
  left: 0;
  top: 10px;
}
.ct-testimonial-carousel1 .testimonial-image .testimonial-icon.right {
  bottom: 10px;
  right: 0;
}
.ct-testimonial-carousel1 .item--title {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ct-testimonial-carousel1 .item--description {
  font-size: 16px;
  line-height: 30px;
  color: #010101;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}
.ct-testimonial-carousel1 .item--position {
  font-size: 14px;
  color: rgba(56, 56, 56, 0.7);
}
.ct-testimonial-carousel1 .item--inner {
  max-width: 590px;
  margin: auto;
}
.ct-testimonial-carousel1 .ct-slick-nav {
  margin: 0 auto 12px auto;
  position: relative;
  z-index: 1;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-track {
  padding: 57px 0 35px;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-list {
  padding: 0 10px 10px 10px !important;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide {
  -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;
  padding: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .ct-testimonial-carousel1 .ct-slick-nav .slick-slide {
    text-align: center;
  }
  .ct-testimonial-carousel1 .ct-slick-nav .slick-slide .testimonial-image {
    display: inline-block;
  }
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active {
  opacity: 1;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active .testimonial-image {
  padding: 10px;
  position: relative;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active .testimonial-image:before, .ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active .testimonial-image:after {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  z-index: -1;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active .testimonial-image:before {
  background-color: transparent;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active .testimonial-image:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.5;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d83030), to(rgba(216, 48, 48, 0.01) 85%));
  background-image: -webkit-linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 85%);
  background-image: -moz-linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 85%);
  background-image: -ms-linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 85%);
  background-image: -o-linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 85%);
  background-image: linear-gradient(bottom, #d83030, rgba(216, 48, 48, 0.01) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d83030', endColorStr='rgba(216, 48, 48, 0.01) 85%');
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active.slick-center .testimonial-image {
  -webkit-transform: scale(1.5);
  -khtml-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  z-index: 9;
  padding: 10px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active.slick-center .testimonial-image:before {
  background-color: #fff;
  top: -1px;
  left: -1px;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active.slick-center .testimonial-image:after {
  opacity: 1;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active.slick-center .testimonial-image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.ct-testimonial-carousel1 .ct-slick-nav .slick-slide.slick-active.slick-center .testimonial-image .testimonial-icon {
  opacity: 1;
  width: 35px;
  height: 35px;
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-slide {
  opacity: 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;
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-slide.slick-active {
  opacity: 1;
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-list, .ct-testimonial-carousel1 .ct-testimonial-primary .slick-slider, .ct-testimonial-carousel1 .ct-testimonial-primary .slick-track {
  position: static;
}
@media screen and (max-width: 767px) {
  .ct-testimonial-carousel1 .ct-testimonial-primary .slick-list {
    padding: 0 !important;
  }
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0.5;
  -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;
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow:before {
  font-weight: 300;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow {
    opacity: 0.5;
  }
  .ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow:hover {
    opacity: 1;
  }
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow.slick-prev {
  left: 0 !important;
  top: 100px;
  right: auto;
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow.slick-prev:before {
  content: "\f177";
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow.slick-next {
  right: 0 !important;
  top: 100px;
  left: auto;
  margin-right: -40px;
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow.slick-next:before {
  content: "\f178";
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow:hover {
  background-color: transparent;
  opacity: 1;
}
.ct-testimonial-carousel1 .ct-testimonial-primary .slick-arrow:hover:before {
  color: #010101;
}
.ct-testimonial-carousel2 .item-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.ct-testimonial-carousel2 .item-header svg {
  position: absolute;
  top: 3px;
  left: 0;
  fill: #d83030;
}
.ct-testimonial-carousel2 .testimonial-image img {
  border-radius: 50%;
}
.ct-testimonial-carousel2 .item-meta {
  padding-left: 25px;
}
.ct-testimonial-carousel2 .item-meta .item--title {
  margin-bottom: 3px;
  font-size: 24px;
}
.ct-testimonial-carousel2 .item--description {
  color: #000;
}
.ct-testimonial-carousel2 .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ct-testimonial-carousel2 .slick-dots {
  margin-left: 12px;
  justify-content: flex-start;
}
.ct-testimonial-carousel2 .slick-dots li button {
  height: 7px;
  width: 25px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ct-testimonial {
  /* BMI */
}
.ct-testimonial .item-star {
  margin-top: 20px;
  display: inline-block;
}
.ct-testimonial .item-star i {
  display: inline-block;
  font-size: 13px;
  color: rgba(56, 56, 56, 0.5);
  margin: 0 1px;
}
.ct-testimonial .item-star.one-star i:nth-child(1) {
  color: #f6b91c;
}
.ct-testimonial .item-star.two-star i:nth-child(1), .ct-testimonial .item-star.two-star i:nth-child(2) {
  color: #f6b91c;
}
.ct-testimonial .item-star.three-star i:nth-child(1), .ct-testimonial .item-star.three-star i:nth-child(2), .ct-testimonial .item-star.three-star i:nth-child(3) {
  color: #f6b91c;
}
.ct-testimonial .item-star.four-star i:nth-child(1), .ct-testimonial .item-star.four-star i:nth-child(2), .ct-testimonial .item-star.four-star i:nth-child(3), .ct-testimonial .item-star.four-star i:nth-child(4) {
  color: #f6b91c;
}
.ct-testimonial .item-star.five-star i {
  color: #f6b91c;
}
.ct-bmi-calculate .radio-types {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.ct-bmi-calculate .select-type {
  position: relative;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.ct-bmi-calculate .select-type:first-child {
  margin-right: 30px;
}
.ct-bmi-calculate .select-type input {
  height: 100%;
  width: 100%;
  display: inline-block;
  opacity: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.ct-bmi-calculate .select-type i {
  position: absolute;
  color: #010101;
  font-size: 40px;
  z-index: 1;
  font-weight: bold;
}
.ct-bmi-calculate .select-type:first-child i {
  top: 15px;
  left: 22px;
  -webkit-transform: rotateZ(270deg);
  -khtml-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}
.ct-bmi-calculate .select-type:last-child i {
  top: 15px;
  left: 25px;
  -webkit-transform: rotateZ(315deg);
  -khtml-transform: rotateZ(315deg);
  -moz-transform: rotateZ(315deg);
  -ms-transform: rotateZ(315deg);
  -o-transform: rotateZ(315deg);
  transform: rotateZ(315deg);
}
.ct-bmi-calculate .select-type span.checkmark {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ct-bmi-calculate .select-type input ~ .checkmark {
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.ct-bmi-calculate .select-type input:checked ~ .checkmark {
  background-color: #fff;
}
.ct-bmi-calculate .select-type .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ct-bmi-calculate .select-type input:checked ~ .checkmark:after {
  display: block;
}
.ct-bmi-calculate .select-type input:checked + span + i {
  color: #fff;
}
.ct-bmi-calculate .select-type .checkmark:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d83030;
}
.ct-bmi-calculate .wrap-input {
  margin-bottom: 18px;
}
.ct-bmi-calculate .wrap-input input {
  background-color: transparent;
  border: 1px solid #bcbcbc;
  color: #fff;
  max-width: 100%;
}
.ct-bmi-calculate .wrap-input + .wrap-input {
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .ct-bmi-calculate .wrap-input + .wrap-input {
    display: flex;
  }
  .ct-bmi-calculate .wrap-input + .wrap-input div {
    min-width: 50%;
  }
  .ct-bmi-calculate .wrap-input + .wrap-input div:first-child {
    padding-right: 10px;
  }
  .ct-bmi-calculate .wrap-input + .wrap-input div + div {
    padding-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .ct-bmi-calculate .wrap-input + .wrap-input div {
    min-width: 50%;
  }
  .ct-bmi-calculate .wrap-input + .wrap-input div:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 576px) {
  .ct-bmi-calculate .wrap-input + .wrap-input input {
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .ct-bmi-calculate .wrap-button {
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .ct-bmi-calculate .wrap-button .wrap-btn {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.ct-bmi-calculate .wrap-btn {
  background-color: #d83030;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.ct-bmi-calculate .wrap-btn:before {
  z-index: 2;
  width: 35px;
  height: 3px;
  content: "";
  display: inline-block;
  position: absolute;
  right: auto;
  -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;
  top: -6px;
  left: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #d83030;
}
.ct-bmi-calculate .wrap-btn i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 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%);
}
.ct-bmi-calculate .wrap-btn:hover {
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.ct-bmi-calculate .wrap-btn:hover input {
  color: #010101;
}
.ct-bmi-calculate .wrap-btn:hover i {
  color: #010101;
}
.ct-bmi-calculate .wrap-btn:hover:before {
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.ct-bmi-calculate .wrap-btn input {
  background: transparent;
  display: inline-block;
  padding-left: 40px;
  padding-right: 29px;
}
.ct-bmi-calculate .wrap-btn:first-child {
  margin-right: 15px;
}
.ct-bmi-calculate .m-form {
  display: none;
}
.ct-bmi-calculate .m-form .wrap-input {
  margin-bottom: 18px;
  margin-bottom: 30px;
}
.ct-bmi-calculate .m-form .wrap-input input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.ct-bmi-calculate .m-form .wrap-input input:first-child {
  margin-right: 18px;
}
@media screen and (min-width: 576px) {
  .ct-bmi-calculate .m-form .wrap-input {
    display: flex;
  }
  .ct-bmi-calculate .m-form .wrap-input div {
    min-width: 50%;
  }
  .ct-bmi-calculate .m-form .wrap-input div:first-child {
    padding-right: 10px;
  }
  .ct-bmi-calculate .m-form .wrap-input div + div {
    padding-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .ct-bmi-calculate .m-form .wrap-input div {
    min-width: 50%;
  }
  .ct-bmi-calculate .m-form .wrap-input div:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 576px) {
  .ct-bmi-calculate .m-form .wrap-input input {
    max-width: 100%;
  }
}
.ct-bmi-calculate .ct-btn-reset {
  box-shadow: none;
}
.ct-bmi-calculate .ct-bmi-result {
  display: none;
  margin-top: 35px;
  color: #fff;
}
.ct-bmi-calculate .bmi-status, .ct-bmi-calculate .bmi-result {
  color: #d83030;
  margin-left: 4px;
  font-weight: bold;
}
.bmi-custom .ct-bmi-calculate .select-type input {
  color: #fff;
}
.bmi-custom .ct-bmi-calculate .select-type i {
  color: #fff;
}
.bmi-custom .ct-bmi-calculate .select-type input ~ .checkmark {
  background-image: -webkit-linear-gradient(90deg, #010101 0%, #010101 50%, #010101 100%);
  background-image: -moz-linear-gradient(90deg, #010101 0%, #010101 50%, #010101 100%);
  background-image: -ms-linear-gradient(90deg, #010101 0%, #010101 50%, #010101 100%);
  background-image: -o-linear-gradient(90deg, #010101 0%, #010101 50%, #010101 100%);
  background-image: linear-gradient(90deg, #010101 0%, #010101 50%, #010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.bmi-custom .ct-bmi-calculate .wrap-input {
  margin-bottom: 18px;
}
.bmi-custom .ct-bmi-calculate .wrap-input input {
  background-color: transparent;
  border: 1px solid #bcbcbc;
  color: #010101;
  max-width: 100%;
}
.ct-mailchimp1 {
  /* newsletter */
}
.ct-mailchimp1 .mc4wp-form .mc4wp-response {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  color: #999;
}
.ct-mailchimp1 .mc4wp-form .mc4wp-response p {
  margin-bottom: 0;
}
.ct-mailchimp1.style1 .mc4wp-form {
  position: relative;
  overflow: hidden;
}
.ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields input[type="email"], .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields input[type="text"] {
  border: none;
  background-color: #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 46px;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  padding-right: 72px;
}
.ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 62px;
  padding: 0;
  opacity: 0;
  z-index: 3;
}
.ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields:before, .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields:after {
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  height: 46px;
  width: 62px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  line-height: 46px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields:before, .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields:after {
    width: 46px;
  }
}
.ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields:before {
  content: '';
  background-color: #d83030;
}
.ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields:after {
  z-index: 2;
  content: '\f1d8';
}
.ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields:hover:after {
  -o-animation: toTopFromBottom 0.3s forwards;
  -ms-animation: toTopFromBottom 0.3s forwards;
  -webkit-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.ct-mailchimp1.style2 .mc4wp-form {
  width: 281px;
  height: 39px;
}
.ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields input[type="email"], .ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields input[type="text"] {
  border: none;
  background-color: #ebeef1;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 39px;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  padding-right: 72px;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  -khtml-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
}
.ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #000;
  line-height: 39px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 11px;
  background-color: #010101;
}
.ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover, .ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields input[type="submit"]:focus {
  background-color: #d83030;
  color: #fff;
}
.ct-mailchimp1.style2 .mc4wp-response .mc4wp-alert {
  position: absolute;
  z-index: 1;
  top: 58px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 3 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 3 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3 5px rgba(0, 0, 0, 0.12);
}
.ct-newsletter {
  /* CT Call */
}
.ct-newsletter .item--title {
  margin-bottom: 18px;
  font-size: 24px;
  font-family: 'Anton', sans-serif;
  padding-bottom: 12px;
  position: relative;
  font-weight: 400;
}
.ct-newsletter .item--title:before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #d83030;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-newsletter .item--description {
  margin-bottom: 12px;
}
.ct-newsletter .newsletter {
  position: relative;
}
.ct-newsletter .tnp-field.tnp-field-email .tnp-email {
  background-color: #212222;
  border: 2px solid #313131;
  width: 100%;
  padding-right: 62px;
  height: 46px;
  line-height: 42px;
}
.ct-newsletter .tnp-field.tnp-field-button {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 62px;
  right: 0;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #d83030;
  -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-newsletter .tnp-field.tnp-field-button .tnp-button {
  font-size: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  line-height: 46px;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.ct-newsletter .tnp-field.tnp-field-button:before {
  background-color: #d83030;
  width: 62px;
  height: 46px;
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
}
.ct-newsletter .tnp-field.tnp-field-button:after {
  position: absolute;
  bottom: 50%;
  right: 23px;
  -webkit-transform: translateY(50%);
  -khtml-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  color: #fff;
  line-height: 46px;
  font-size: 18px;
  content: '\f1d8';
  font-family: "FontAwesome";
  -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-newsletter .tnp-field.tnp-field-button:hover:after {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -khtml-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  -ms-animation: toTopFromBottom 0.3s forwards;
  -o-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.ct-phone-layout1 {
  /* CT Poit */
}
@media screen and (min-width: 1200px) {
  .ct-phone-layout1 {
    display: inline-block;
    padding-right: 45px;
    border-right: 1px solid rgba(1, 1, 1, 0.08);
  }
}
.ct-phone-layout1 .item--title {
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #d83030;
}
.ct-phone-layout1 .item-number {
  line-height: 1;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  color: #000;
}
.ct-phone-layout1 .item-number a {
  color: #000;
}
.ct-phone-layout1 .item-number a:hover {
  color: #d83030;
}
.ct-phone-layout1 .item-number:hover {
  color: #d83030;
}
.ct-phone-layout1 .item--icon {
  background-color: #d83030;
  text-align: center;
  line-height: 73px;
  border: 6px solid #fff;
  -webkit-border-radius: 73px;
  -khtml-border-radius: 73px;
  -moz-border-radius: 73px;
  -ms-border-radius: 73px;
  -o-border-radius: 73px;
  border-radius: 73px;
  width: 73px;
  height: 73px;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.ct-phone-layout1 .item--icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.ct-phone-layout1 .item--icon i {
  font-size: 25px;
  color: #fff;
}
.ct-phone-layout1 .item--icon + .item--holder {
  margin-left: 10px;
}
.ct-phone-layout1 .inner-box {
  align-items: center;
  display: flex;
}
.ct-phone-layout1 .inner-box:hover .item--icon {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-phone-layout1 .inner-box:hover .item--icon:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.ct-point {
  text-align: center;
  position: relative;
  /* CT Brandche */
}
.ct-point .ct-point-image {
  display: inline-block;
  margin: auto;
  position: relative;
}
.ct-point .ct-point-default {
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-point .ct-point-default span {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 12px;
  width: 12px;
  -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);
  display: inline-block;
}
.ct-point .ct-point-default span:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #d83030;
  position: absolute;
  top: 3px;
  left: 3px;
  -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);
}
.ct-point .ct-point-default:hover span {
  background-color: #d83030;
  -webkit-box-shadow: 0 2px 16px rgba(216, 48, 48, 0.6);
  -khtml-box-shadow: 0 2px 16px rgba(216, 48, 48, 0.6);
  -moz-box-shadow: 0 2px 16px rgba(216, 48, 48, 0.6);
  -ms-box-shadow: 0 2px 16px rgba(216, 48, 48, 0.6);
  -o-box-shadow: 0 2px 16px rgba(216, 48, 48, 0.6);
  box-shadow: 0 2px 16px rgba(216, 48, 48, 0.6);
}
.ct-point .ct-point-default:hover span:before {
  background-color: #fff;
}
.ct-point .ct-point-meta {
  width: 93px;
  background-color: #d83030;
  text-align: center;
  min-height: 93px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.ct-point .ct-point-meta > div {
  width: 100%;
  color: #fff;
}
.ct-point .ct-point-meta .ct-point-title {
  font-weight: 700;
  line-height: normal;
}
.ct-point .ct-point-meta .ct-point-number {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
}
.ct-point .ct-point-meta svg {
  position: absolute;
  right: -12px;
  bottom: 15px;
  fill: #d83030;
}
.ct-point .ct-point-item {
  position: absolute;
  top: 0;
  left: 0;
}
.ct-branche1 {
  padding-left: 26px;
  position: relative;
  color: #191919;
  /* CT Menu Item */
}
.ct-branche1:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #e6e5e4;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-branche1 .ct-branche-title {
  margin-bottom: 12px;
}
.ct-branche1 .ct-branche-title span {
  display: inline-block;
  line-height: 29px;
  padding: 0 25px;
  color: #d83030;
  background-color: rgba(216, 48, 48, 0.15);
  font-weight: 700;
  -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);
}
.ct-branche1 .ct-branche-desc a {
  color: inherit;
}
.ct-branche1:hover .ct-branche-title span, .ct-branche1 .active-point .ct-branche-title span {
  background-color: #d83030;
  color: #fff;
}
.ct-menu-item {
  list-style: none;
  margin-bottom: 0;
}
.ct-menu-item li + li {
  border-top: 1px solid rgba(58, 66, 104, .11);
}
.ct-menu-item a cite {
  background-color: #d83030;
  color: #fff;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  text-transform: capitalize;
  font-style: normal;
  font-size: 10px;
  padding: 0 5px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -8px;
}
.ct-menu-item i {
  font-size: 94%;
  margin-right: 4px;
  display: inline-block;
  min-width: 14px;
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.admin-bar .sidebar-sticky {
  top: 60px;
}
.header-sticky .sidebar-sticky {
  top: 110px;
}
.admin-bar.header-sticky .sidebar-sticky {
  top: 140px;
}
.site-content {
  padding: 100px 0;
  position: relative;
}
.site-content.hide-bg-image {
  background-image: none !important;
}
@media screen and (max-width: 1199px) {
  .site-content {
    overflow: hidden;
  }
}
.error404 .site-content {
  padding: 0;
}
.single-footer .site-footer-custom {
  display: none;
}
.single-footer .site-content {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  body .content-has-sidebar.float-left {
    padding-right: 20px;
  }
  body .content-has-sidebar.float-right {
    padding-left: 20px;
  }
  body.single-post .content-has-sidebar.float-left {
    padding-right: 25px;
  }
  body.single-post .content-has-sidebar.float-right {
    padding-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-h2 .ct-spinner3 .double-bounce1, .site-h2 .ct-spinner3 .double-bounce2 {
  background-color: #383838;
}
.site-h2 a.link-underline {
  color: ;
}
.site-h2 .ct-newsletter1.style1 .tnp-field-email .tnp-email {
  background-color: #ebf3fd;
  border-color: #fff;
}
.site-h2 .ct-newsletter1.style1 .tnp-field-button::before {
  background-color: ;
}
.site-h2 .ct-text-gradient .elementor-text-editor {
  color: ;
}
.btn-video {
  text-align: center;
  height: 63px;
  width: 63px;
  background-color: #fff;
  background-image: none;
  z-index: 1;
  font-size: 0px;
  color: #d83030;
  border: none;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.btn-video i {
  font-size: 17px;
  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%);
}
.btn-video .line-video-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.btn-video .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.btn-video .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.btn-video:hover {
  color: #d83030;
}
.btn-video:hover .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.ct-widget-cart-sidebar {
  -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;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 30px;
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  overflow: hidden;
}
.ct-widget-cart-sidebar .widget_shopping_title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 18px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  font-family: 'Poppins', sans-serif;
}
.ct-widget-cart-sidebar .ct-close {
  background-color: #d83030;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.ct-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 60px;
  color: #0d2335;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
  font-weight: 500;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  font-size: 14px;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  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%);
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  line-height: 17px;
  color: #d83030;
  font-size: 18px;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
  vertical-align: middle;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: 600;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 50%;
  line-height: 45px;
}
.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:not(.checkout) {
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .admin-bar .ct-widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce ins {
  background-color: transparent;
  color: #d83030;
}
.woocommerce .content-row #secondary.widget-has-sidebar:before {
  display: none;
}
.woocommerce #secondary .widget {
  padding: 0;
  border: none;
  margin-bottom: 52px;
}
.woocommerce #secondary .widget:last-child {
  margin-bottom: 0;
}
.woocommerce #secondary .widget_product_search button {
  padding: 0;
  width: 53px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
  z-index: 3;
  border-left: 1px solid #ececf0;
  color: #222;
  font-size: 15px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce #secondary .widget_product_search button:after {
  content: "\f002";
  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%);
  font-family: "Font Awesome 5 Pro";
  text-indent: 0px;
  font-weight: 400;
}
.woocommerce #secondary .widget_product_search button:hover {
  background-color: #d83030;
  border-color: #d83030;
  color: #fff;
}
.woocommerce #secondary .widget_product_search .search-field {
  height: 50px;
  color: #222;
  border-color: #ececf0;
  font-size: 15px;
}
.woocommerce #secondary .widget_product_search .search-field:focus {
  border-color: #d83030;
}
.woocommerce #secondary .widget_product_search .search-field:focus + button {
  border-color: #d83030;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  content: '\f002';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 23px;
  -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%);
  z-index: 2;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:after {
  content: '';
  z-index: 1;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce #secondary .widget_products ul li {
  position: relative;
  padding: 0 0 0 95px;
  margin-bottom: 15px;
  min-height: 80px;
}
.woocommerce #secondary .widget_products ul li .product-title {
  margin-bottom: 0;
}
.woocommerce #secondary .widget_products ul li img {
  margin: 0;
  width: 100%;
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}
.woocommerce #secondary .widget_products ul li a {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 8px;
  margin-bottom: 6px;
  font-family: 'Poppins', sans-serif;
}
.woocommerce #secondary .widget_products ul li a:hover {
  color: #d83030;
}
@media screen and (max-width: 769px) {
  body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
    border: none;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
body.woocommerce form .form-row, body.woocommerce-page form .form-row {
  padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
body.woocommerce textarea, body.woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
body.woocommerce .nice-select, body.woocommerce-page .nice-select {
  border: 1px solid #ececec;
  text-align: left;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  height: 50px;
}
body.woocommerce .nice-select span.current, body.woocommerce-page .nice-select span.current {
  line-height: 50px;
}
body.woocommerce .nice-select:after, body.woocommerce-page .nice-select:after {
  color: inherit;
}
body.woocommerce form .select2-container--default .select2-selection, body.woocommerce-page form .select2-container--default .select2-selection {
  border: 2px solid #ececec;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 50px;
}
body.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, body.woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 51px;
  color: #767677;
  font-size: 16px;
  padding-left: 14px;
}
body.woocommerce #respond input#submit.alt, body.woocommerce-page #respond input#submit.alt, body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt, body.woocommerce .form-row button.button.alt, body.woocommerce-page .form-row button.button.alt {
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 0 42px;
  line-height: 54px;
  -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: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  outline: none;
  white-space: nowrap;
  text-transform: inherit;
  -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;
  background-color: #d83030;
  background-size: 300%, 1px;
  background-position: 0%;
}
body.woocommerce #respond input#submit.alt:hover, body.woocommerce-page #respond input#submit.alt:hover, body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce .form-row button.button.alt:hover, body.woocommerce-page .form-row button.button.alt:hover, body.woocommerce #respond input#submit.alt:focus, body.woocommerce-page #respond input#submit.alt:focus, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce .form-row button.button.alt:focus, body.woocommerce-page .form-row button.button.alt:focus, body.woocommerce #respond input#submit.alt:active, body.woocommerce-page #respond input#submit.alt:active, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active, body.woocommerce .form-row button.button.alt:active, body.woocommerce-page .form-row button.button.alt:active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-position: 100%;
  background-color: #010101;
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
  max-width: 100%;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  color: inherit;
  border-color: #d83030;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: #d83030;
}
.woocommerce #content .quantity, .woocommerce-page #content .quantity {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.woocommerce #content .quantity .qty, .woocommerce-page #content .quantity .qty {
  padding: 0 10px;
  border: 2px solid #e2e2e2;
  color: #767677;
  font-weight: 500;
  -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: 16px;
  -moz-appearance: textfield;
  height: 54px;
  width: 83px;
}
.woocommerce #content .quantity .qty::-webkit-outer-spin-button, .woocommerce-page #content .quantity .qty::-webkit-outer-spin-button, .woocommerce #content .quantity .qty::-webkit-inner-spin-button, .woocommerce-page #content .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce #content .quantity-icon i, .woocommerce-page #content .quantity-icon i {
  height: 12px;
  width: 12px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  color: #999;
  font-size: 14px;
  right: 12px;
  cursor: pointer;
}
.woocommerce #content .quantity-icon i.quantity-up, .woocommerce-page #content .quantity-icon i.quantity-up {
  top: 20px;
}
.woocommerce #content .quantity-icon i.quantity-down, .woocommerce-page #content .quantity-icon i.quantity-down {
  bottom: 20px;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 20px 15px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
  font-weight: 500;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce .content-row {
    margin: 0 -15px;
  }
  .woocommerce #primary.content-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #d83030;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height: 10px;
  width: 10px;
  background-color: #d83030;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  top: -3px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 10px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  line-height: 36px;
  font-size: 14px;
  margin-right: 20px;
  letter-spacing: 0.05em;
  padding-left: 18px;
  padding-right: 18px;
}
.woocommerce #secondary .widget_price_filter .price_label {
  font-size: 14px;
  color: #252525;
  font-family: 'Poppins', sans-serif;
}
.widget_products .amount {
  font-size: 14px;
  font-weight: 700;
  color: #d83030;
}
.widget_products del {
  color: #8f8f8f;
}
.widget_products del .amount {
  font-weight: 400;
  color: #8f8f8f;
}
.widget_products .star-rating-wrap {
  display: none !important;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: #d83030;
  background-color: #d83030;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #d83030;
  background-color: #d83030;
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #d83030;
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: #282828;
}
#shop-breadcrumb ul li a:hover {
  color: #d83030;
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 16px;
  margin-left: 8px;
  color: #223543;
  font-weight: 600;
}
.woocommerce span.onsale {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 16px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: #d83030;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce .star-rating span::before {
  color: #ffc600;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 30px;
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 7px;
  font-weight: 700;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: #d83030;
}
.woocommerce .woocommerce-product-category {
  font-size: 14px;
  color: inherit;
  margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
  color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
  color: #d83030;
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price .amount {
  color: #d83030;
}
.woocommerce ul.products li.product .price del {
  color: #8f8f8f;
  font-weight: 400;
  opacity: 1;
}
.woocommerce ul.products li.product .price del .amount {
  background-image: none;
  text-fill-color: #8f8f8f;
  -o-text-fill-color: #8f8f8f;
  -ms-text-fill-color: #8f8f8f;
  -moz-text-fill-color: #8f8f8f;
  -webkit-text-fill-color: #8f8f8f;
}
.woocommerce ul.products li.product .price ins {
  color: #d83030;
  font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
  z-index: 101;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 0 30px 30px 0px;
  flex-grow: 1;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
  font-size: 16px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #fff;
}
.woocommerce .woocommerce-product-inner {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  padding-bottom: 22px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -khtml-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view {
  width: 40px;
  height: 40px;
  margin: 0px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -khtml-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
  -webkit-transform: translateY(-100%) rotate(0);
  -khtml-transform: translateY(-100%) rotate(0);
  -moz-transform: translateY(-100%) rotate(0);
  -ms-transform: translateY(-100%) rotate(0);
  -o-transform: translateY(-100%) rotate(0);
  transform: translateY(-100%) rotate(0);
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .button, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .button, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .button {
  overflow: visible;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .view-tooltip, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .view-tooltip, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .view-tooltip {
  position: absolute;
  top: 50%;
  background-color: #d83030;
  color: #fff;
  text-indent: 0px;
  right: 65px;
  -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%);
  font-size: 12px;
  padding: 0 10px;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .view-tooltip:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .view-tooltip:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .view-tooltip:before {
  content: '';
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #d83030;
  position: absolute;
  top: 50%;
  right: -11px;
  -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%);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .view-tooltip.tooltip-view-cart, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .view-tooltip.tooltip-view-cart, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .view-tooltip.tooltip-view-cart {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:hover .view-tooltip, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist:hover .view-tooltip, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view:hover .view-tooltip {
  opacity: 1;
  right: 50px;
  visibility: visible;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist {
  position: absolute;
  top: 70px;
  right: 20px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .woosw-btn {
  padding: 0;
  font-size: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -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: #010101;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .woosw-btn:before {
  font-size: 17px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f004";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view {
  position: absolute;
  right: 20px;
  top: 120px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .woosq-btn {
  padding: 0;
  font-size: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -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: #010101;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .woosq-btn:before {
  font-size: 17px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f06e";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background-color: #010101;
  background-position: inherit;
  background-size: inherit;
  background-image: none;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 8px rgba(1, 1, 1, 0.23);
  -khtml-box-shadow: 0 4px 8px rgba(1, 1, 1, 0.23);
  -moz-box-shadow: 0 4px 8px rgba(1, 1, 1, 0.23);
  -ms-box-shadow: 0 4px 8px rgba(1, 1, 1, 0.23);
  -o-box-shadow: 0 4px 8px rgba(1, 1, 1, 0.23);
  box-shadow: 0 4px 8px rgba(1, 1, 1, 0.23);
  color: #fff;
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:before {
  content: '\f07a';
  font-size: 13px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0px;
  transform: translate(-50%, -50%);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward:before {
  content: '\f00c';
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward + .tooltip-add-cart {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward + .tooltip-add-cart + .tooltip-view-cart {
  display: block;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:hover {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta:before {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart, .woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist, .woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(360deg);
  -khtml-transform: translateY(0) rotate(360deg);
  -moz-transform: translateY(0) rotate(360deg);
  -ms-transform: translateY(0) rotate(360deg);
  -o-transform: translateY(0) rotate(360deg);
  transform: translateY(0) rotate(360deg);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
  margin-top: 24px;
  text-align: center;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
  line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  float: none;
  margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #d83030;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap {
  margin-bottom: 3px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap .count-rating {
  display: none;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
  display: none !important;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  padding: 0;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  background-color: #fff;
  display: inline-block;
  margin: 0 6px 10px 6px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  -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;
  position: relative;
  z-index: 1;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:before, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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 nav.woocommerce-pagination ul.page-numbers .page-numbers:before {
  -webkit-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -khtml-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -moz-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -ms-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -o-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  z-index: -2;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  z-index: -1;
  opacity: 0;
  background-color: #d83030;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:after {
  font-size: 16px;
  content: '\f105';
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:after {
  font-size: 16px;
  font-weight: 400;
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current:before, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover:before {
  opacity: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current:after, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover:after {
  opacity: 1;
}
.single-product .woocommerce-social-share {
  padding-top: 30px;
}
.single-product .woocommerce-social-share label {
  font-size: 14px;
  color: #42495b;
  font-family: 'Poppins', sans-serif;
  margin-right: 20px;
}
.single-product .woocommerce-social-share a {
  color: #6a6a6a;
  font-size: 16px;
  margin-right: 12px;
}
.single-product .woocommerce-social-share a:hover {
  color: #d83030;
}
.single-product .woocommerce-summary-wrap {
  margin: 0 -25px;
}
.single-product .woocommerce-summary-wrap > .col-xl-6 {
  padding: 0 25px;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product .woocommerce-sg-product-price {
  margin-bottom: 25px;
}
.single-product section.related {
  padding-top: 72px;
}
.single-product section.related h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 65px;
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-sg-product-feature {
  margin-top: 34px;
  margin-bottom: 71px;
  list-style: none;
}
.single-product #primary div.product .woocommerce-sg-product-feature li {
  display: flex;
  flex-wrap: nowrap;
}
.single-product #primary div.product .woocommerce-sg-product-feature li i {
  margin-right: 8px;
  margin-top: 8px;
}
.single-product #primary div.product .woocommerce-sg-product-feature li p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-sg-product-feature li + li {
  margin-top: 10px;
}
.single-product #primary div.product form.cart {
  margin-bottom: 24px;
}
.single-product #primary div.product form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product form.cart label {
    font-size: 15px;
    line-height: normal;
  }
}
.single-product #primary div.product form.cart .reset_variations {
  display: none !important;
}
.single-product #primary div.product form.cart .variations {
  margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
  padding-bottom: 20px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #152136;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #d83030;
  color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button, .single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart .quantity {
  margin-top: 20px;
}
.single-product #primary div.product form.cart.variations_form .woocommerce-variation-price {
  margin: 25px 0;
}
.single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button {
  background-color: #d83030;
}
.single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button:hover {
  background-color: transparent;
}
.single-product #primary div.product form.cart:not(.variations_form), .single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  margin: 0;
  margin-bottom: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.single-product #primary div.product form.cart:not(.variations_form) .quantity, .single-product #primary div.product form.cart:not(.grouped_form) .quantity, .single-product #primary div.product form.cart:not(.variations_form) .single_add_to_cart_button, .single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 10px;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
  display: none;
}
.single-product #primary div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    margin-bottom: 50px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  -khtml-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  -moz-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  -ms-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  -o-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
}
.single-product #primary div.product .woocommerce-product-gallery .flex-viewport {
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  -khtml-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  -moz-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  -ms-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  -o-box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
  box-shadow: 0 23px 27px rgba(16, 16, 16, 0.09);
}
.single-product #primary div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 15px;
  width: 33.33%;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 10px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  outline: 5px solid rgba(216, 48, 48, 0.1);
  outline-offset: -5px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
  content: '';
  background-color: rgba(216, 48, 48, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -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: #fff;
  text-align: center;
  color: #d83030;
  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%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity: 0.8;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}
.single-product #primary div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .single-product #primary div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .star-rating-wrap {
  margin-bottom: 8px;
}
.single-product #primary div.product .entry-summary .entry-title {
  font-size: 30px;
  margin-bottom: 9px;
}
.single-product #primary div.product .entry-summary .price {
  font-size: 24px;
  line-height: 1;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.single-product #primary div.product .entry-summary .price ins {
  margin-right: 22px;
  color: #d83030;
}
.single-product #primary div.product .entry-summary .price del {
  color: #bfc7d3;
}
.single-product #primary div.product .entry-summary .price del .amount {
  color: #bfc7d3;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt {
  border-top: 1px dashed #6f6f6f;
  padding-top: 21px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.loading:after {
  top: 0;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.added {
  margin-right: 20px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.added:after {
  margin-left: 10px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.added + .added_to_cart {
  margin-top: 10px;
}
.single-product #primary div.product .entry-summary > .woosc-btn, .single-product #primary div.product .entry-summary > .woosw-btn {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  padding: 0;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  -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;
  border: 2px solid rgba(1, 1, 1, 0.15);
}
.single-product #primary div.product .entry-summary > .woosc-btn:before, .single-product #primary div.product .entry-summary > .woosw-btn:before {
  -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: "";
  font-size: 18px;
  color: rgba(1, 1, 1, 0.4);
  font-family: 'Font Awesome 5 Pro';
  margin-right: 0;
}
.single-product #primary div.product .entry-summary > .woosc-btn:hover, .single-product #primary div.product .entry-summary > .woosw-btn:hover {
  border-color: #d83030;
}
.single-product #primary div.product .entry-summary > .woosc-btn:hover:before, .single-product #primary div.product .entry-summary > .woosw-btn:hover:before {
  color: #d83030;
}
.single-product #primary div.product .entry-summary > .woosc-btn:before {
  content: "\f2f1";
}
.single-product #primary div.product .entry-summary > .woosw-btn:before {
  content: "\f004";
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0;
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before {
  width: 100%;
  height: 2px;
  bottom: 24px;
  z-index: -1;
  background-color: #e2e2e2;
  border: none;
  top: auto;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before {
    display: none;
  }
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 20px 8px 0 8px;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 50px;
  font-size: 15px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #222;
  font-weight: 600;
  position: relative;
  background-color: #fff;
  z-index: 1;
  border: 2px solid rgba(56, 56, 56, 0.2);
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after {
  width: 1px;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  background-color: rgba(56, 56, 56, 0.2);
  -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 screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 0 30px;
  }
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active > a {
  color: #fff;
  background-color: #d83030;
  border-color: #d83030;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active > a:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f5f8), to(#d83030));
  background-image: -webkit-linear-gradient(bottom, #f3f5f8, #d83030);
  background-image: -moz-linear-gradient(bottom, #f3f5f8, #d83030);
  background-image: -ms-linear-gradient(bottom, #f3f5f8, #d83030);
  background-image: -o-linear-gradient(bottom, #f3f5f8, #d83030);
  background-image: linear-gradient(bottom, #f3f5f8, #d83030);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f5f8', endColorStr='#d83030');
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 14px;
  line-height: 26px;
  padding: 35px 24px;
  border: 1px solid rgba(1, 1, 1, 0.15);
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 35px 15px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  padding-top: 32px;
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #152136;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
  margin-bottom: 10px !important;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  height: 140px;
  min-height: 140px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform {
  padding: 0;
  background-color: inherit;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #eee;
}
@media screen and (max-width: 1199px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    padding: 20px 15px 20px 20px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #d83030;
  line-height: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #222;
  font-family: 'Poppins', sans-serif;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product #primary div.product .quantity {
  margin-right: 30px;
}
.single-product #primary div.product .product_meta {
  padding-top: 29px;
  border-top: 1px dashed #6f6f6f;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: inherit;
}
.single-product #primary div.product .product_meta > span {
  display: block;
  width: 100%;
  color: #222;
}
.single-product #primary div.product .product_meta > span:before {
  color: #d83030;
  position: relative;
  top: 1px;
  font-size: 15px;
  margin-right: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f07b";
}
.single-product #primary div.product .product_meta > span + span {
  margin-top: 5px;
}
.single-product #primary div.product .product_meta a {
  color: #636363;
}
.single-product #primary div.product .product_meta a:hover {
  color: #d83030;
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #primary div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
    top: 150px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
  padding: 0 20px !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
  width: 180px !important;
  height: 54px;
  padding: 0 25px;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #d83030;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td.actions, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
  color: #d83030;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
  color: #152136;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
  position: relative;
  min-width: 50px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
  font-size: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #d83030;
  color: #fff;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  font-weight: normal;
  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%);
  left: 0;
  right: 0;
  margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
  color: #fff;
  background-color: rgba(216, 48, 48, 0.85);
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    min-height: 57px;
  }
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-wishlist .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong, body.woocommerce-wishlist .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table, body.woocommerce-wishlist .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #d83030;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #d83030;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: #d83030;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: FontAwesome;
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea, .woocommerce-checkout #customer_details #shipping_country_field textarea, .woocommerce-checkout #customer_details #billing_address_1_field textarea, .woocommerce-checkout #customer_details #shipping_address_1_field textarea, .woocommerce-checkout #customer_details #order_comments_field textarea {
  padding: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 500;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
  border-right: none;
  border-top: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
  font-weight: 700;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
  border-left: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
  font-size: 14px;
  font-weight: 700;
  color: #d83030;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #f7f8fa;
  border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 20px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-account .site-content #primary .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
  width: 30%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 60px;
  }
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #42495b;
  position: relative;
  display: block;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: #d83030;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f178";
  position: absolute;
  left: 0;
  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%);
  display: block;
  font-family: "FontAwesome";
  color: #d83030;
  margin-left: -16px;
  opacity: 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;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 26px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 70%;
  float: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  max-width: 670px;
  margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
  color: #d83030;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #d83030;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary #customer_login {
    margin: 0;
  }
  .woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: #d83030;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
  -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: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border: none;
  -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: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  color: #d83030;
}
body #yith-quick-view-modal .onsale {
  top: 29px !important;
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
  padding: 15px;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 100%;
    margin-bottom: 30px;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
  padding: 30px 30px 15px 15px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    width: 100%;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
  font-size: 30px;
  margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
  font-weight: 600;
  color: #d83030;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
  color: #666;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
  color: #d83030;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
  border-top: 1px solid #f7f9fb;
  border-bottom: 1px solid #f7f9fb;
  padding: 18px 0;
  margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .reset_variations {
  display: none !important;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #6f6f6f;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #d83030;
  color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
  color: #d83030;
  margin-left: 7px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
  color: #010101;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
  display: none;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
  margin: 0 20px 0 0;
  padding: 0 12px;
  width: 70px;
  height: 54px;
}
.wishlist-title {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}
.shop_table.cart.wishlist_table {
  margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
  display: none;
}
#yith-wcwl-form .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
  color: #010101 !important;
}
#yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
  text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 34px;
  display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
  display: none;
}
@media screen and (max-width: 767px) {
  #yith-wcwl-form {
    overflow-x: scroll;
  }
  #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
.slick-slide.slick-cloned img.lazyload {
  max-width: 100px;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.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;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
    margin: 0 auto;
  }
}
.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;
}
.site-content .elementor-container.elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .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 {
  margin: 0 -10px;
}
.site-content .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 {
  margin: 0 -15px;
}
.site-content .elementor-widget-text-editor {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.footer-template-default #ct-masthead, .footer-template-default #pagetitle {
  display: none;
}
.elementor-section-full_width.landing-boxed > .elementor-container {
  max-width: 1810px;
  padding: 0 55px;
}
@media screen and (max-width: 1260px) {
  .elementor-section-full_width.landing-boxed > .elementor-container {
    padding: 0 15px;
  }
}
.elementor-section-full_width.landing-boxed > .elementor-container > .elementor-row {
  background-color: #fff;
  -webkit-box-shadow: 0 0 54px rgba(7, 0, 76, 0.30);
  -khtml-box-shadow: 0 0 54px rgba(7, 0, 76, 0.30);
  -moz-box-shadow: 0 0 54px rgba(7, 0, 76, 0.30);
  -ms-box-shadow: 0 0 54px rgba(7, 0, 76, 0.30);
  -o-box-shadow: 0 0 54px rgba(7, 0, 76, 0.30);
  box-shadow: 0 0 54px rgba(7, 0, 76, 0.30);
  overflow: hidden;
}
.elementor-section-full_width.landing-boxed > .elementor-container > .elementor-row .elementor-element > .elementor-container {
  margin-left: auto;
  margin-right: auto;
}
.elementor-section-full_width.landing-boxed > .elementor-container > .elementor-row {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.elementor_library-template-default .entry-meta, .elementor_library-template-default .entry-footer, .elementor_library-template-default .post-previous-next, .elementor_library-template-default #secondary {
  display: none;
}
.elementor_library-template-default #content #primary {
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 0 !important;
  }
  .col-offset-right > .elementor-column-wrap .elementor-widget-wrap {
    padding-right: 0 !important;
  }
}
.elementor-editor-active .tnp-field > label {
  display: none;
}
.elementor-editor-active #ct-masthead, .elementor-editor-active .site-footer-custom {
  display: none;
}
.elementor-editor-active .entry-content > .ct-marker-search-results {
  display: none;
}
.animate-time1 .wow {
  animation-delay: 100ms;
}
.animate-time2 .wow {
  animation-delay: 200ms;
}
.animate-time3 .wow {
  animation-delay: 300ms;
}
.animate-time4 .wow {
  animation-delay: 400ms;
}
.animate-time5 .wow {
  animation-delay: 500ms;
}
.animate-time6 .wow {
  animation-delay: 600ms;
}
.animate-time7 .wow {
  animation-delay: 700ms;
}
.animate-time8 .wow {
  animation-delay: 800ms;
}
.animate-time9 .wow {
  animation-delay: 800ms;
}
.animate-time10 .wow {
  animation-delay: 1000ms;
}
.animate-time11 .wow {
  animation-delay: 1100ms;
}
.animate-time12 .wow {
  animation-delay: 1200ms;
}
.animate-time13 .wow {
  animation-delay: 1300ms;
}
.animate-time14 .wow {
  animation-delay: 1400ms;
}
.animate-time15 .wow {
  animation-delay: 1500ms;
}
.animate-time16 .wow {
  animation-delay: 1600ms;
}
@font-face {
  font-family: 'Anton', sans-serif;
  src: url("../fonts/Anton-Regular.woff") format("woff"), url("../fonts/Anton-Regular.woff2") format("woff2");
  font-style: normal;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}
body.rtl .text-left, body.rtl .align-left {
  text-align: right;
}
body.rtl .slick-slide {
  float: right;
}
body.rtl .ct-grid .ct-load-more i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl input[type="text"], body.rtl input[type="email"], body.rtl input[type="url"], body.rtl input[type="password"], 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="month"], body.rtl input[type="week"], body.rtl input[type="time"], body.rtl input[type="datetime"], body.rtl input[type="datetime-local"], body.rtl input[type="color"], body.rtl textarea, 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-prev .fac-angle-left::before {
  content: "\f105";
}
body.rtl .ct-nav-carousel .nav-next {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .ct-nav-carousel .nav-next .fac-angle-right::before {
  content: "\f104";
}
body.rtl #ct-header-wrap .ct-header-branding .logo-light, body.rtl #ct-header-wrap .ct-header-branding .logo-mobile {
  left: auto;
  right: 0%;
}
body.rtl .header-mobile-search .search-submit {
  right: auto;
  left: 0;
}
body.rtl .ct-menu-toggle {
  right: auto;
  left: 0;
}
body.rtl .ct-header-arrow:before {
  left: auto;
  right: 0;
  -webkit-transform: skew(30deg);
  -khtml-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
}
body.rtl #ct-header-wrap.ct-header-layout2 .ct-header-topbar1 .ct-header-top-info li + li {
  margin-left: 0;
  margin-right: 35px;
}
@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: "\f104";
  }
  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, body.rtl .ct-main-menu .sub-menu li.current_page_ancestor > a, body.rtl .ct-main-menu .sub-menu li.current-menu-ancestor > 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, body.rtl .ct-main-menu .sub-menu li.current_page_ancestor > a:before, body.rtl .ct-main-menu .sub-menu li.current-menu-ancestor > a:before {
    right: 0;
  }
  body.rtl .ct-main-menu .sub-menu .sub-menu {
    right: 100%;
    -webkit-border-radius: 7px 0 7px 7px;
    -khtml-border-radius: 7px 0 7px 7px;
    -moz-border-radius: 7px 0 7px 7px;
    -ms-border-radius: 7px 0 7px 7px;
    -o-border-radius: 7px 0 7px 7px;
    border-radius: 7px 0 7px 7px;
  }
  body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-branding {
    margin: 0 15px 0 5px;
  }
  body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-navigation:before {
    -webkit-transform: skew(-26deg);
    -khtml-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    transform: skew(-26deg);
  }
  body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-navigation:after {
    left: 0;
    right: auto;
  }
  body.rtl #ct-header-wrap.ct-header-layout1 .ct-main-menu > li:first-child > a {
    padding-left: 30px;
    padding-right: 70px;
  }
  body.rtl #ct-header-wrap.ct-header-layout1 .ct-main-menu > li:first-child > a:before {
    -webkit-border-radius: 0 0 5px 0;
    -khtml-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
  }
  body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-holder {
    margin-right: 0;
    margin-left: 15px;
  }
  body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-button .btn i:not(.icon-abs) {
    margin-right: 0;
    margin-left: 20px;
  }
  body.rtl #ct-header-wrap.ct-header-layout2 .ct-header-button-wrap {
    margin-left: 0px;
    margin-right: 20px;
  }
  body.rtl #ct-header-wrap.ct-header-layout2 .ct-header-button-wrap .ct-header-button {
    margin-left: 0;
    margin-right: 17px;
  }
  body.rtl #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-menu > li > a::before {
    margin-right: 0;
    margin-left: 10px;
  }
  body.rtl .content-has-sidebar.float-left {
    padding-right: 15px;
    padding-left: 70px;
  }
  body.rtl .content-has-sidebar.float-right {
    padding-left: 15px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1199px) {
  body.rtl .ct-main-menu .sub-menu li a {
    padding-left: 0;
    padding-right: 15px;
  }
  body.rtl .ct-main-menu .link-icon {
    float: right;
    margin-right: 0;
    margin-left: 8px;
  }
  body.rtl #ct-menu-mobile .btn-nav-cart {
    margin-right: 0;
    margin-left: 6px;
  }
  body.rtl #ct-header-wrap #ct-menu-mobile {
    right: auto;
    left: 15px;
  }
  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-modal-search {
  /* End Header */
  /* Blog */
}
body.rtl .ct-modal-search .search-field {
  margin-right: 0;
  margin-left: 60px;
}
body.rtl .ct-modal-search .search-submit {
  left: 0;
  right: auto;
  text-align: left;
}
body.rtl .entry-meta li i, body.rtl .item--meta-default li i {
  margin-right: 0;
  margin-left: 4px;
}
body.rtl .entry-readmore .fac-angle-right:before {
  content: "\f104";
}
body.rtl .posts-pagination {
  /* End Blog */
  /* Widget */
}
body.rtl .posts-pagination .fac-angle-right:before {
  content: "\f104";
}
body.rtl .posts-pagination .fac-angle-left:before {
  content: "\f105";
}
body.rtl #content .widget_product_categories ul li a::before, body.rtl #content .widget_categories ul li a::before, body.rtl #content .widget_nav_menu ul li a::before, body.rtl #content .widget_pages ul li a::before, body.rtl #content .widget_archive ul li a::before, body.rtl #content .widget_meta ul li a::before, body.rtl #content .widget_recent_entries ul li a::before {
  content: "\f104";
  margin-left: 8px;
  margin-right: 0;
  float: right;
}
body.rtl span.count.left {
  float: left;
}
body.rtl .widget-title::before, body.rtl .comments-title::before, body.rtl .comment-reply-title::before {
  left: auto;
  right: 0;
}
body.rtl .widget_search .search-form .search-submit {
  right: auto;
  left: 0;
}
body.rtl .widget_ct_recent_posts .entry-media {
  margin-right: 0;
  margin-left: 25px;
}
body.rtl .ct-getintouch .ct-getintouch-item i {
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .ct-getintouch .ct-getintouch-item a.btn i {
  margin-left: 12px;
  margin-right: 0;
}
body.rtl .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields input[type="email"], body.rtl .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields input[type="text"] {
  padding-right: 22px;
  padding-left: 72px;
  text-align: right;
}
body.rtl .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields input[type="submit"], body.rtl .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields::before, body.rtl .ct-mailchimp1.style1 .mc4wp-form .mc4wp-form-fields::after {
  right: auto !important;
  left: 0;
  /* End Widget */
  /* Shortcode */
}
body.rtl .ct-testimonial-carousel2 .item--holder .item--image {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .ct-testimonial-carousel2 .item-effect {
  right: auto;
  left: -115px;
}
body.rtl .ct-testimonial-carousel2 .item--description {
  -webkit-border-radius: 13px 13px 0 13px;
  -khtml-border-radius: 13px 13px 0 13px;
  -moz-border-radius: 13px 13px 0 13px;
  -ms-border-radius: 13px 13px 0 13px;
  -o-border-radius: 13px 13px 0 13px;
  border-radius: 13px 13px 0 13px;
}
body.rtl .ct-testimonial-carousel2 .item--description:before {
  left: auto;
  right: 0;
  border-color: #fff #fff transparent transparent;
}
body.rtl .ct-tab-form .wpcf7-form .input-filled > .form-icon + .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  padding-left: 20px;
  padding-right: 45px;
}
body.rtl .ct-tab-form .wpcf7-form .input-filled > .form-icon {
  left: auto;
  right: 18px;
}
body.rtl .ct-tab-form .wpcf7-form .nice-select::after {
  right: auto;
  left: 18px;
}
body.rtl .ct-tab-form .item-fancy-box .fancy-box-meta .fancy-box-image {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .ct-tab-form .ct-tabs-title .ct-tab-title * {
  margin-right: 0px;
  margin-left: 15px;
}
body.rtl .ct-fancy-box-layout4 .item--icon {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .ct-fancy-box-layout4 .item--button .btn {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .ct-fancy-box-layout4 .item--button .btn-text i:before {
  content: "\f104";
}
body.rtl .ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields input[type="email"], body.rtl .ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields input[type="text"] {
  padding-right: 18px;
  padding-left: 72px;
}
body.rtl .ct-mailchimp1.style2 .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  right: auto;
  left: 0;
}
body.rtl .ct-contact-info1 .ct-contact-icon {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .ct-fancy-box-layout1.style1 .item--icon {
  margin-right: 0;
  margin-left: 22px;
}
body.rtl .ct-fancy-box-layout1.style2 .item--icon {
  margin-right: 0;
  margin-left: 13px;
}
body.rtl .ct-heading.ct-heading-dot .item--sub-title {
  padding-left: 0;
  padding-right: 58px;
}
body.rtl .ct-heading.ct-heading-dot .item--title {
  padding-left: 0;
  padding-right: 58px;
}
body.rtl .ct-heading .dot-shape {
  left: auto;
  right: 0;
}
body.rtl .ct-heading .dot-shape i:nth-child(4) {
  left: 0;
  right: auto;
}
body.rtl .ct-heading .dot-shape i:nth-child(5) {
  left: 15px;
  right: auto;
}
body.rtl .ct-heading .dot-shape i:nth-child(6) {
  left: 0;
}
body.rtl .entry-meta li, body.rtl .item--meta-default li {
  margin-right: 0px;
  margin-left: 20px;
}
body.rtl.single-post .entry-blog .entry-meta li {
  margin-left: 0;
}
body.rtl .ct-blog-carousel-layout1 .item--readmore i {
  margin-left: 0px;
  margin-right: 6px;
}
body.rtl .ct-blog-grid-layout2 .item-date {
  left: auto;
  right: 28px;
}
body.rtl .btn-text .fac-angle-double-right:before {
  content: "\f100";
}
body.rtl .ct-portfolio-grid2 .item--holder .item--meta {
  left: auto;
  right: 30px;
}
body.rtl .ct-portfolio-grid2 .item--holder .item--readmore {
  right: auto;
  left: 30px;
}
body.rtl .ct-portfolio-grid2 .ct-grid-inner > .grid-item:nth-child(1) .item--holder .item--readmore {
  right: auto;
  left: 30px;
}
body.rtl .ct-list.style1 .ct-list-item {
  padding-left: 0;
  padding-right: 25px;
}
body.rtl .ct-list.style1 .ct-list-dot {
  left: auto;
  right: 0;
}
body.rtl .ct-list.style2 .ct-list-item {
  padding-left: 0;
  padding-right: 20px;
}
body.rtl .ct-list.style2 .ct-list-dot::before {
  left: auto;
  right: 0;
  content: '\f100';
}
body.rtl .ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title i {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .ct-tabs--layout1 .ct-tabs-title .ct-tab-title {
  margin-right: 0;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
body.rtl .ct-tabs--layout1 .ct-tabs-title .ct-tab-title:last-child {
  margin-left: 0;
}
body.rtl .ct-history1 {
  direction: ltr;
}
body.rtl .ct-history1 .ct-history--even .ct-history--item {
  text-align: left;
}
body.rtl .ct-pricing-layout1 .ct-pricing-tab-title .ct-pricing-tab-item {
  padding-left: 0px;
  padding-right: 29px;
}
body.rtl .ct-pricing-layout1 .ct-pricing-tab-title .ct-pricing-tab-item::before {
  left: auto;
  right: 0;
}
body.rtl .ct-pricing-layout1 .ct-pricing-tab-title .ct-pricing-tab-item::after {
  left: auto;
  right: 6px;
}
body.rtl .ct-pricing-layout1 .ct-pricing-tab-title .ct-pricing-tab-item cite {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .ct-accordion.layout1 .ct-ac-title a {
  padding-left: 65px;
  padding-right: 25px;
}
body.rtl .ct-accordion.layout1 .ct-ac-title a:before, body.rtl .ct-accordion.layout1 .ct-ac-title a:after {
  right: auto;
  left: 30px;
}
body.rtl .ct-accordion.layout1 .ct-accordion-item::before {
  left: auto;
  right: -1px;
}
body.rtl .ct-fancy-box-layout1.style3 .item--icon {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .ct-contact-form-layout1 .ct-range-meta {
  flex-direction: row-reverse;
}
body.rtl .ct-contact-form-layout1 .ct-range-meta .ct-range-result {
  text-align: left;
}
body.rtl .ct-contact-form-layout1 .ct-range-meta label {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .ct-contact-form-layout1.style2 .form-icon + .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  padding-left: 22px;
  padding-right: 48px;
}
body.rtl .ct-contact-form-layout1.style2 .form-icon {
  left: auto;
  right: 22px;
}
body.rtl .ct-heading .item--sub-title.style-line span {
  padding-left: 0;
  padding-right: 51px;
}
body.rtl .ct-heading .item--sub-title.style-line span:before {
  left: auto;
  right: 0;
}
body.rtl .ct-marker-search-results .results-counting {
  margin-left: 10px;
  padding-left: 10px;
  margin-right: 0;
  padding-right: 0;
}
body.rtl .ct-marker-search-results .results-counting:before {
  right: auto;
  left: 0;
}
body.rtl .ct-marker-search-results .results-limitation > label {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .ct-marker-search-results .ct-marker-item .ct-marker-count {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .ct-marker-search-results .ct-marker-item .ct-marker-info {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .ct-marker-search-results .ct-marker-item .ct-marker-distance {
  text-align: left;
}
body.rtl .ct-marker-search-form .btn-marker-category {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
body.rtl .ct-marker-search-form .ct-marker-search-input {
  padding-right: 33px;
  padding-left: 60px;
}
body.rtl .ct-marker-search-form .ct-marker-search-button {
  right: auto;
  left: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
body.rtl .ct-marker-search-form .ct-marker-search-button i {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl .ct-marker-search-form .ct-marker-search-button i:before {
  content: "\f104";
}
body.rtl .ct-fancy-box-layout3 .item--icon-pbs {
  right: auto;
  left: -11px;
}
body.rtl .ct-progressbar1 .ct-progress-percentage {
  right: auto;
  left: -17px;
}
body.rtl .ct-feature-carousel1 .item--counter {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .ct-list.style3 .ct-list-item {
  padding-left: 0;
  padding-right: 43px;
}
body.rtl .ct-list.style3 .ct-list-dot::before {
  left: auto;
  right: 0;
  /* End Shortcode */
  /* Single Post & Comment & Form */
}
body.rtl blockquote:before {
  left: auto;
  right: 0;
}
body.rtl.single-post .entry-category {
  right: auto;
  left: 35px;
}
body.rtl.single-post .entry-meta::before {
  left: auto;
  right: 0;
}
body.rtl.single-post .entry-footer label {
  margin-right: 0;
  margin-left: 17px;
}
body.rtl.single-post .post-previous-next .fac-angle-double-left::before {
  content: "\f101";
}
body.rtl.single-post .post-previous-next .fac-angle-double-right::before {
  content: "\f100";
}
body.rtl.single-post .post-previous-next .post-previous {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .comment-inner img.avatar {
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-inner img.avatar {
    margin-left: 18px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-inner img.avatar {
    margin: 0 auto 22px auto;
  }
}
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: "\f104";
}
body.rtl .comment-form-cookies-consent {
  padding-left: 0;
  padding-right: 20px;
}
body.rtl .comment-form-cookies-consent input {
  left: auto;
  right: 0;
}
body.rtl .comment-form-cookies-consent label:before, body.rtl .comment-form-cookies-consent label:after {
  left: auto;
  right: 0;
}
body.rtl .ct-portfolio-detail li i {
  margin-right: 0;
  margin-left: 4px;
  /* End Single Post */
  /* Woocommerce */
}
body.rtl .ct-widget-cart-sidebar .widget_shopping_cart {
  width: auto;
}
body.rtl .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding-right: 0;
  padding-left: 15px;
}
body.rtl .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart-product-image {
  margin-right: 0;
  margin-left: 15px;
}
body.rtl .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content a.remove_from_cart_button {
  right: auto;
  left: 0;
}
body.rtl .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:not(.checkout) {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl.woocommerce #secondary .widget_product_search button {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #ececf0;
}
body.rtl.woocommerce #secondary .widget_product_search .woocommerce-product-search::before {
  display: none;
}
body.rtl.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  margin-left: 20px;
  margin-right: 0;
}
body.rtl.woocommerce #secondary .widget_products ul li {
  padding-left: 0;
  padding-right: 95px;
}
body.rtl.woocommerce #secondary .widget_products ul li img {
  left: auto;
  right: 0;
}
body.rtl.single-product #primary div.product .woocommerce-sg-product-feature li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl.single-product #primary div.product .quantity {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl #yith-wcwl-form .product-add-to-cart {
  text-align: left !important;
  /* End Woocommerce */
  /* Footer */
}
body.rtl .scroll-top {
  right: auto;
  left: 0;
  -webkit-border-radius: 0 3px 0 0;
  -khtml-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -ms-border-radius: 0 3px 0 0;
  -o-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  /* End Footer */
}
h2 + ul, h2 + ol {
  margin-bottom: 22px;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 35px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-button {
  margin-bottom: 32px;
}
.blocks-gallery-caption {
  margin-bottom: 32px;
}
.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 52px;
}
.block-editor-rich-text__editable a {
  color: #fff;
}
.wp-block-group.has-background {
  padding: 20px 30px;
  margin: 30px 0;
}
.wp-block-media-text.has-background {
  margin-bottom: 25px;
}
.wp-caption {
  max-width: 100%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6842em;
}
@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;
  }
}
.wp-block-cover p {
  color: #fff;
}
.wp-block-cover-image.has-background-dim p, .wp-block-cover.has-background-dim p {
  line-height: 48px;
  color: #fff;
}
.status-publish + .comments-area {
  margin-top: 45px;
}
.post-password-form {
  /**
 * 6.0 Galleries
 */
}
.post-password-form input {
  height: 34px;
  line-height: 34px;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery .gallery-caption {
  color: #707070;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
@media (max-width: 480px) } {
  margin-left: 0;
  text-align: left;
  clear: none;
  float: none;
  margin-bottom: 30px;
  display: block;
}
.wp-block-button .wp-block-button__link {
  color: #fff !important;
  background-color: #010101;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #010101 !important;
  background-color: transparent;
}
.wp-block-button.is-style-squared a {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 480px) } {
  min-width: 280px;
}
.wp-block-archives.wp-block-archives-dropdown {
  position: relative;
  margin-bottom: 30px;
}
.wp-block-archives.wp-block-archives-dropdown select {
  padding-right: 55px;
  position: relative;
}
.wp-block-archives.wp-block-archives-dropdown .nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0px, -50%);
  height: 23px;
  width: 23px;
  line-height: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-color: #d83030;
  font-style: normal;
}
.wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 30px;
}
.wp-block-categories.wp-block-categories-dropdown .nice-select {
  position: relative;
}
.wp-block-categories.wp-block-categories-dropdown .nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0px, -50%);
  height: 23px;
  width: 23px;
  line-height: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-color: #d83030;
  font-style: normal;
}
.wp-block-search {
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__button {
  margin-bottom: 0;
  border: none;
}
.wp-block-search .wp-block-search__button {
  line-height: 34px;
}
.wp-block-latest-posts li {
  padding-left: 14px;
  position: relative;
}
.wp-block-latest-posts li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #d83030;
  border-radius: 5px;
  position: absolute;
  top: 30%;
  left: 0;
  -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%);
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li a {
  color: #010101;
}
.wp-block-calendar table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 30px;
}
.post-password-form label {
  display: block;
  max-width: 100%;
  margin-right: 20px;
}
.post-password-form label input {
  margin-top: 20px;
}
.post-password-form input {
  margin: 0;
}
.post-password-form input[type="submit"] {
  border: none;
}
.post-password-form p {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 100%;
  }
}
p {
  margin-bottom: 20px;
}
#tslOverlay {
  background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.entry-content .page-links {
  padding-top: 18px;
}
.entry-content p + .page-links {
  clear: left;
  padding-top: 0px;
}
.entry-content p + .page-links .post-page-numbers:first-child {
  margin-left: 0;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 43px;
  width: 43px;
  line-height: 43px;
  color: #fff;
  -webkit-border-radius: 43px;
  -khtml-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
  -o-border-radius: 43px;
  border-radius: 43px;
  background-color: #d83030;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.entry-content .page-links a span:hover {
  background-color: #d83030;
  color: #fff;
}
.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
  margin: 0;
}
.single-post .entry-content .wp-block-archives-list {
  list-style: none;
  margin-bottom: 32px;
}
.single-post .entry-content .wp-block-archives-list li {
  padding-left: 14px;
  position: relative;
}
.single-post .entry-content .wp-block-archives-list li + li {
  margin-top: 4px;
}
.single-post .entry-content .wp-block-archives-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #d83030;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px 5px 4px 15px;
  }
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
  line-height: 30px;
}
dl + h2 + ul {
  padding-left: 0px;
  margin-left: 1.45em;
}
dl + h2 + ul ul {
  padding-left: 1.65em;
  padding-left: 15px;
}
dl + h2 + ul ul ul {
  padding-left: 1.65em;
  padding-left: 15px;
  margin-left: 5px;
}
dl + h2 + ul ul li {
  font-size: 16px;
  list-style: outside;
}
dl + h2 + ul ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
dl + h2 + ul ul li {
  line-height: 30px;
}
ul + h2 + ol li {
  line-height: 30px;
  font-size: 16px;
}
h2 + ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
blockquote {
  border-left: 2px solid #d83030;
  padding: 15px 0 20px 30px;
  margin-bottom: 20px;
}
blockquote p {
  font-size: 18px;
  color: #010101;
  margin-bottom: 0 !important;
}
blockquote cite {
  display: inline-block;
  margin-top: 10px;
}
.single-post .single-hentry .single-meta .entry-meta li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-hentry .entry-holder .entry-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.wp-block-rss {
  margin-bottom: 32px;
  list-style: none;
}
.wp-block-rss li {
  padding-left: 14px;
  position: relative;
}
.wp-block-rss li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #d83030;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -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%);
}
.single-post .wp-block-latest-posts li, .single-post .wp-block-categories-list li, .single-post .wp-block-archives-list li {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(102, 102, 102, .11);
  position: relative;
  padding: 10px 10px 10px 15px;
  line-height: 20px;
}
.single-post .wp-block-latest-posts li a, .single-post .wp-block-categories-list li a, .single-post .wp-block-archives-list li a {
  display: inline-block;
}
.single-post .wp-block-latest-posts li .count-post, .single-post .wp-block-categories-list li .count-post, .single-post .wp-block-archives-list li .count-post {
  margin-left: 15px;
  color: #47a145;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 24px;
  line-height: 22px;
  font-size: 12px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(155, 155, 155, 0.2);
  position: absolute;
  right: 5px;
  top: 5px;
  -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;
}
.single-product .up-sells h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback, .comments-area .comment-list .comment {
  margin-top: 40px;
}
.comment-list-wrap + .no-comments {
  margin-top: 50px;
}
.widget_archive select + .nice-select, .widget_categories select + .nice-select {
  padding: 0 20px;
}
.widget_archive select + .nice-select .current, .widget_categories select + .nice-select .current {
  line-height: 34px;
}
.nice-select {
  padding: 0 20px;
}
.nice-select span.current {
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 80%;
  }
}
.woocommerce .cart-collaterals .cross-sells h2, .woocommerce-page .cart-collaterals .cross-sells h2 {
  font-size: 24px;
  margin-bottom: 22px;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  margin-bottom: 22px !important;
}
.woocommerce div.product .up-sells h2 {
  font-size: 28px;
  margin-bottom: 32px;
}
.woocommerce-cart-form__contents {
  border-left: 1px solid #ededed !important;
  border-bottom: 1px solid #ededed !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart-form__contents {
    border-top: 1px solid #ededed !important;
  }
}
.woocommerce-cart-form + .cart-collaterals {
  margin-top: 75px;
}
.woocommerce div.product .up-sells h2 {
  font-size: 22px;
  margin-bottom: 32px;
}
.woocommerce-Reviews-title + .woocommerce-noreviews {
  margin-bottom: 10px !important;
}
