<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-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(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0);
  }
  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(0);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes ctspin {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes ctspin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ctspin {
  from {
    transform: rotate(0);
  }
  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 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px #fff;
    box-shadow: 0 0 0 60px #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 #fff;
  }
}
@keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px #fff;
    box-shadow: 0 0 0 60px #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 #fff;
  }
}
@-webkit-keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 152, 0, 0.2);
    box-shadow: 0 0 rgba(254, 152, 0, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(254, 152, 0, 0);
    box-shadow: 0 0 0 60px rgba(254, 152, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 152, 0, 0);
    box-shadow: 0 0 rgba(254, 152, 0, 0);
  }
}
@keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 152, 0, 0.2);
    box-shadow: 0 0 rgba(254, 152, 0, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(254, 152, 0, 0);
    box-shadow: 0 0 0 60px rgba(254, 152, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 152, 0, 0);
    box-shadow: 0 0 rgba(254, 152, 0, 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(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-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(0);
    transform: perspective(140px) rotateX(0);
    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(0);
    transform: perspective(140px) rotateX(0);
    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;
  }
}
@-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);
  }
}
@keyframes pointerscale {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(3.35, 3.35);
    transform: scale(3.35, 3.35);
  }
}
@-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 in-top {
  from {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0);
  }
}
@keyframes in-top {
  from {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: perspective(500px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@keyframes out-top {
  from {
    transform: perspective(500px) rotateX(0);
    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(0);
  }
}
@keyframes in-bottom {
  from {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@keyframes out-bottom {
  from {
    transform: perspective(500px) rotateX(0);
    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(0);
  }
}
@keyframes in-left {
  from {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: perspective(500px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@keyframes out-left {
  from {
    transform: perspective(500px) rotateY(0);
    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(0);
  }
}
@keyframes in-right {
  from {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: perspective(500px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes out-right {
  from {
    transform: perspective(500px) rotateY(0);
    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 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 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px #fff;
    box-shadow: 0 0 0 60px #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 #fff;
  }
}
@keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px #fff;
    box-shadow: 0 0 0 60px #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 #fff;
  }
}
@-webkit-keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 152, 0, 0.4);
    box-shadow: 0 0 rgba(254, 152, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(254, 152, 0, 0);
    box-shadow: 0 0 0 60px rgba(254, 152, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 152, 0, 0);
    box-shadow: 0 0 rgba(254, 152, 0, 0);
  }
}
@keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 152, 0, 0.4);
    box-shadow: 0 0 rgba(254, 152, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px #000;
    box-shadow: 0 0 0 60px rgba(254, 152, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 152, 0, 0);
    box-shadow: 0 0 rgba(254, 152, 0, 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;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-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;
  }
}
@keyframes ct_dual_ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ct_dual_ring {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes service_hexagon {
  0% {
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes service_hexagon {
  0% {
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 78%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 78%;
  }
}
@keyframes dotAnimatedBottomToTop5 {
  0% {
    bottom: 46%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 46%;
  }
}
@keyframes dotAnimatedBottomToTop6 {
  0% {
    bottom: 27%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 27%;
  }
}
@keyframes NewsletterAnimated1 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes NewsletterAnimated2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(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: #fe9800;
}
a.color-preset2 {
  color: #f7c42a;
}
a.color-preset2:hover {
  color: #f5750d;
}
a,
a:hover,
a:focus,
a:before,
a:after {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f55301;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.875;
  color: #636363;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: 0;
}
body.ov-hidden {
  overflow: hidden;
}
body.body-default-font {
  font-family: poppins, sans-serif;
}
.site {
  position: relative;
}
.site.site-h2 {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #222;
  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 {
/*  font-family: poppins, sans-serif;*/
 font-family: Quicksand, sans-serif;
}
#ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu &gt; li a {
        font-family: Quicksand, sans-serif !important;
        font-size: 22px;
    }
@media screen and (max-width: 1199px) {    
#ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu &gt; li a {
    font-size: 18px;
}
}
h1,
.h1 {
  font-size: 52px;
}
h2,
.h2 {
  font-size: 42px;
}
h3,
.h3 {
  font-size: 38px;
}
h4,
.h4 {
  font-size: 32px;
}
h5,
.h5 {
  font-size: 24px;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 18px;
  font-weight: 600;
}
img {
  width: auto;
  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: 400;
  text-align: left;
}
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; thead &gt; tr &gt; 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;
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: 400;
  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: #fe9800;
}
code,
kbd {
  background-color: initial;
  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: #fe9800;
}
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;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
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: #f9f9f9;
  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: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  -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);
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-title{
  font-size: 18px;
}
}
.page-title{
  font-size: 40px;
    margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 10px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.alignleft,
.alignright,
.aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
#ct-header-middle{
background: #0071bb;
}

.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;
}
.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;
}
.entry-body .entry-content .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.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: initial !important;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.gradient-gray,
.ct-fancy-box-layout1.style2,
.ct-service-carousel3 .item--first .item--icon i,
.ct-portfolio-grid1 .item--meta,
.ct-portfolio-carousel1 .item--meta {
  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,
.ct-slick-carousel.slick-arrow-style2 .slick-arrow,
.ct-fancy-box-layout1,
.ct-fancy-box-layout1.style2 .item--icon i,
.ct-service-grid1 .item--holder .item--holder-overlay,
.ct-service-carousel1 .item--holder .item--holder-overlay,
.ct-service-carousel2 .item--holder .item--holder-overlay,
.ct-service-grid3 .grid-item-inner:after,
.ct-service-grid4 .grid-item-inner:after,
.ct-cta1,
.ct-portfolio-grid1 .item--holder .item--holder-overlay,
.ct-portfolio-carousel1 .item--holder .item--holder-overlay,
.ct-portfolio-grid2 .item--holder .item--holder-overlay,
.ct-team-carousel2 .item--inner:before,
.ct-fancybox-carousel1 .item--holder,
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-add-to-cart
  a,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-add-button
  .add_to_wishlist,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistexistsbrowse
  .add_to_wishlist,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistaddedbrowse
  .add_to_wishlist,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-add-button
  a,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistexistsbrowse
  a,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistaddedbrowse
  a,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcqv-button {
  background-image: -webkit-linear-gradient(
    90deg,
    #000 0%,
    #555 50%,
    #000 100%
  );
  background-image: -moz-linear-gradient(90deg, #0071bb 0%, #0665a3 50%, #0071bb 100%);
  background-image: -ms-linear-gradient(90deg, #0071bb 0%, #0665a3 50%, #0071bb 100%);
  background-image: -o-linear-gradient(90deg, #0071bb 0%, #0665a3 50%, #0071bb 100%);
  background-image: linear-gradient(90deg, #0071bb 0%, #0665a3 50%, #0071bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.bg-gradient,
.grid-filter-wrap span:before,
.ct-slick-carousel .slick-arrow:after,
.ct-slick-carousel.slick-arrow-style2 .slick-arrow:after,
.ct-title1.style2 h3 i,
.ct-countdown .countdown-amount:before,
.ct-testimonial-grid1 .item--image .item-icon,
.ct-testimonial-carousel1 .item--image .item-icon,
.ct-service-grid1 .item--meta,
.ct-service-carousel1 .item--meta,
.ct-service-carousel2 .item--meta,
.ct-service-grid2 .item--title:before,
.ct-service-grid2 .item--readmore a,
.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title:before,
.ct-history1 .ct-history--start,
.ct-history1 .ct-history--item:after,
.ct-portfolio-grid1 .item--holder .item--readmore a,
.ct-portfolio-carousel1 .item--holder .item--readmore a,
.ct-portfolio-grid2 .item--holder .item--readmore a,
.ct-widget-cart-sidebar .ct-close,
.woocommerce span.onsale,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after,
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
}
.bg-gradient2 {
  background-color: #f5750d;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f5750d),
    to(#f7c42a)
  );
  background-image: -webkit-linear-gradient(left, #f5750d, #f7c42a);
  background-image: -moz-linear-gradient(left, #f5750d, #f7c42a);
  background-image: -ms-linear-gradient(left, #f5750d, #f7c42a);
  background-image: -o-linear-gradient(left, #f5750d, #f7c42a);
  background-image: linear-gradient(left, #f5750d, #f7c42a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5750d',endColorStr='#f7c42a',gradientType='1');
}
.bg-gradient4,
.ct-service-carousel3 .item--last .item--icon i,
.ct-service-carousel3 .item--last .item--readmore a,
.ct-service-carousel3 .item--last .item--readmore a:before {
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',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,
blockquote cite,
.post-previous-next a span:nth-child(1),
.comment-content:hover .comment-date,
.ct-contact-info1.style2 .ct-contact-icon i,
.ct-list.style1 .ct-list-icon i,
.ct-blog-carousel-layout1 .item--readmore a,
.ct-contact-form-layout1.style2 .input-icon,
.ct-contact-form-layout1.style2 .nice-select:after,
.ct-fancy-box-layout1 .item--icon i,
.ct-download .item--download a i,
.ct-counter-layout2 .ct-counter-number-prefix,
.ct-counter-layout2 .ct-counter-number-suffix,
.ct-process1 .ct-process-icon i,
.ct-process1 .ct-process-button a,
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  .amount,
.widget_products .amount,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price ins,
.single-product #primary div.product .entry-summary .price ins,
.single-product
  #primary
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__published-date,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins,
.ct-text-gradient .elementor-text-editor {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  background-color: initial;
  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;
  background-image: -webkit-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: linear-gradient(-190deg, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d');
}
.bg-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.elementor-widget-wrap &gt; .elementor-element.el-inline {
  width: auto;
  display: inline-block;
  float: left;
}
.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: #fe9800 !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-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.ct-icon-plus:before,
.ct-icon-plus:after {
  content: "";
  background-color: #fe9800;
  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(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(bottom, #000, #000);
  background-image: -moz-linear-gradient(bottom, #000, #000);
  background-image: -ms-linear-gradient(bottom, #000, #000);
  background-image: -o-linear-gradient(bottom, #000, #000);
  background-image: linear-gradient(bottom, #000, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000',endColorStr='rgba(0, 0, 0, )');
}
.overlay-gradient:after {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.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%;
}
@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) {
  .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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  outline: none;
}
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: #fe9800;
}
select {
  height: 60px;
}
textarea {
  line-height: normal;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 150px;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form:before {
  content: "";
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fe9800 transparent #fe9800;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: ctspin 0.6s infinite linear;
  -webkit-animation: ctspin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  -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);
  visibility: hidden;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: 1px solid #cfe6f1;
  padding: 10px 22px;
  margin: 20px 0 0;
  font-size: 13px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.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: initial;
  -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;
}
.wpcf7-form.submitting * {
  opacity: 0.66;
}
.wpcf7-form.submitting:before {
  opacity: 1;
  visibility: visible;
}
.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(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%);
}
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(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: 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: #fe9800;
}
.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: "\f078";
  font-family: "font awesome 5 Free";
  font-size: 16px;
  color: #51668a;
  position: absolute;
  right: 18px;
  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%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 41px;
}
.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;
  text-align: left;
  -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: initial;
  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: initial !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: #fe9800;
}
#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: #fe9800;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #fe9800;
}
.btn,
button,
.button,
input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 34px;
  line-height: 60px;
  -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: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-image: -webkit-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -moz-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -ms-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -o-linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  background-image: linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size: 300%, 1px;
  background-position: 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);
}
.btn:hover,
button:hover,
.button:hover,
input[type="submit"]:hover,
.btn:focus,
button:focus,
.button:focus,
input[type="submit"]:focus,
.btn:active,
button:active,
.button:active,
input[type="submit"]:active,
.btn:not([disabled]):not(.disabled).active,
button:not([disabled]):not(.disabled).active,
.button:not([disabled]):not(.disabled).active,
input[type="submit"]:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
button:not([disabled]):not(.disabled):active,
.button:not([disabled]):not(.disabled):active,
input[type="submit"]:not([disabled]):not(.disabled):active {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-position: 100%;
}
.elementor a.btn {
  -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);
}
.btn i {
  margin-left: 8px;
}
.btn i.space-right {
  margin-left: 0;
  margin-right: 8px;
}
.btn i.fac-rotate {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn .ct-align-icon-left i {
  margin-left: 0;
  margin-right: 8px;
}
.btn .ct-align-icon-right {
  float: right;
}
@media screen and (min-width: 768px) {
  .btn.btn-padding-big {
    padding-left: 165px;
    padding-right: 165px;
  }
}


.btn.btn-block {
  display: block;
}
.btn.btn-gray {
  font-size: 16px;
  color: #1e1e1e;
  padding: 0 37px;
  z-index: 1;
  background-color: initial;
  background-image: none;
}
.btn.btn-gray:before,
.btn.btn-gray:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.btn.btn-gray:before {
  background-image: -webkit-linear-gradient(
    90deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.btn.btn-gray:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -moz-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -ms-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -o-linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  background-image: linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray:active,
.btn.btn-gray:not([disabled]):not(.disabled).active,
.btn.btn-gray:not([disabled]):not(.disabled):active {
  color: #fff;
}
.btn.btn-gray:hover:before,
.btn.btn-gray:focus:before,
.btn.btn-gray:active:before,
.btn.btn-gray:not([disabled]):not(.disabled).active:before,
.btn.btn-gray:not([disabled]):not(.disabled):active:before {
  opacity: 1;
}
.btn.btn-gray:hover:after,
.btn.btn-gray:focus:after,
.btn.btn-gray:active:after,
.btn.btn-gray:not([disabled]):not(.disabled).active:after,
.btn.btn-gray:not([disabled]):not(.disabled):active:after {
  opacity: 1;
}
.btn.btn-secondary {
  background-color: initial;
  background-image: none;
  font-size: 16px;
  line-height: 55px;
  padding: 0 42px;
  z-index: 1;
  overflow: hidden;
}
.btn.btn-secondary:before,
.btn.btn-secondary:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  background-image: -webkit-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #525252 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.btn.btn-secondary:after {
  background-image: -webkit-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -moz-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -ms-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -o-linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  background-image: linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.btn.btn-secondary:hover:before {
  opacity: 0;
}
.btn.btn-secondary:hover:after {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.btn.btn-preset2 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5750d),
    to(#f7c42a)
  );
  background-image: -webkit-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -moz-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -ms-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -o-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: linear-gradient(bottom, #f5750d, #f7c42a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5750d',endColorStr='#f7c42a');
  overflow: hidden;
  z-index: 1;
}
.btn.btn-preset2:before {
  z-index: -1;
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -khtml-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.btn.btn-preset2:hover:before {
  left: 120%;
}
.btn.btn-preset3 {
  background-color: initial !important;
  background-image: none !important;
  overflow: hidden;
  z-index: 1;
  font-size: 15px;
  padding: 0 40px;
  line-height: 63px;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  -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-preset3:before,
.btn.btn-preset3:after {
  content: "";
  z-index: -2;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f36f21),
    to(#f36f21)
  );
  background-image: -webkit-linear-gradient(top, #f36f21, #f36f21);
  background-image: -moz-linear-gradient(top, #f36f21, #f36f21);
  background-image: -ms-linear-gradient(top, #f36f21, #f36f21);
  background-image: -o-linear-gradient(top, #f36f21, #1040d3);
  background-image: linear-gradient(top, #f36f21, #f36f21);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36f21',endColorStr='#f36f21');
  position: absolute;
  top: 0;
  left: 0;
  right: 28px;
  height: 100%;
  -webkit-transform: skew(-23deg);
  -khtml-transform: skew(-23deg);
  -moz-transform: skew(-23deg);
  -ms-transform: skew(-23deg);
  -o-transform: skew(-23deg);
  transform: skew(-23deg);
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -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;
}
.btn.btn-preset3:after {
  opacity: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1040d3),
    to(#001659)
  );
  background-image: -webkit-linear-gradient(top, #1040d3, #001659);
  background-image: -moz-linear-gradient(top, #1040d3, #001659);
  background-image: -ms-linear-gradient(top, #1040d3, #001659);
  background-image: -o-linear-gradient(top, #1040d3, #001659);
  background-image: linear-gradient(top, #1040d3, #001659);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1040d3',endColorStr='#001659');
}
.btn.btn-preset3 i.space-right {
  margin-right: 10px;
}
.btn.btn-preset3:hover:after {
  opacity: 1;
}
.btn.btn-preset4 {
  background-image: -webkit-linear-gradient(
    90deg,
    #49c200 0%,
    #b0e603 50%,
    #49c200
  );
  background-image: -moz-linear-gradient(
    90deg,
    #49c200 0%,
    #b0e603 50%,
    #49c200
  );
  background-image: -ms-linear-gradient(
    90deg,
    #49c200 0%,
    #b0e603 50%,
    #49c200
  );
  background-image: -o-linear-gradient(90deg, #49c200 0%, #b0e603 50%, #49c200);
  background-image: linear-gradient(90deg, #49c200 0%, #b0e603 50%, #49c200);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  font-size: 16px;
  -webkit-border-radius: 58px;
  -khtml-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border-radius: 58px;
  line-height: 58px;
}
.btn.text-underline {
  padding: 0;
  background-color: initial;
  background-image: 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: #02038d;
  border-bottom: 1px solid #02038d;
  border-radius: 0;
  font-weight: 600;
  line-height: 20px;
}
.btn.text-underline .ct-align-icon-right i {
  margin-left: 4px;
}
.btn.text-underline:hover {
  color: #fe9800;
  border-color: #fe9800;
}
.btn-text {
  background-image: -webkit-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #525252 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.btn-text i {
  margin-right: 4px;
  display: initial;
}
.btn-text span {
  display: initial;
  border-bottom: 1px solid #000;
  line-height: 20px;
}
.btn-text:hover {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
}
.btn-text:hover span {
  border-color: #f55301;
}
.btn-landing .btn.btn-preset2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 74px;
  padding: 0 66px;
  -webkit-border-radius: 74px;
  -khtml-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .btn-landing .btn.btn-preset2 {
    line-height: 60px;
    padding: 0 46px;
    font-size: 16px;
  }
}
.btn-landing .btn.btn-preset3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 74px;
  padding: 0 66px;
}
.btn-landing .btn.btn-preset3:before,
.btn-landing .btn.btn-preset3:after {
  -webkit-border-radius: 74px;
  -khtml-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
  right: 0;
  -webkit-transform: skew(0);
  -khtml-transform: skew(0);
  -moz-transform: skew(0);
  -ms-transform: skew(0);
  -o-transform: skew(0);
  transform: skew(0);
}
@media screen and (max-width: 767px) {
  .btn-landing .btn.btn-preset3 {
    line-height: 60px;
    padding: 0 46px;
    font-size: 16px;
  }
}
#ct-header-wrap {
  position: relative;
  z-index: 999;
}
#ct-header-wrap .row {
  align-items: center;
}
#ct-header-wrap .ct-header-branding {
  margin: 15px;
  position: relative;
  flex-grow: 1;
  opacity: 1;
}
#ct-header-wrap .ct-header-branding img {
  max-height: 70px;
  max-width: inherit;
}
#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: margin-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: margin-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: margin-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: margin-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: margin-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: margin-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#ct-header-wrap #ct-header.h-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -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;
}
#ct-header-wrap #ct-header.h-fixed .ct-header-branding {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ct-header-wrap #ct-header.h-fixed .ct-header-branding img {
  max-height: 55px;
}
#ct-header-wrap #ct-header.h-fixed .ct-header-branding .logo-light {
  opacity: 0;
}
#ct-header-wrap #ct-header.h-fixed .ct-header-branding .logo-dark {
  opacity: 1;
}
#ct-header-wrap #ct-header .row {
  align-items: center;
}
#ct-header-wrap #ct-header-top {
  background-color: #4b4b4b;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
#ct-header-wrap #ct-header-top .row {
  align-items: center;
}
#ct-header-wrap #ct-header-top .row &gt; div {
  padding: 0 15px;
}
#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-time {
  flex-grow: 1;
  margin-right: 30px;
}
#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-time i {
  margin-right: 1px;
}
#ct-header-wrap #ct-header-top .ct-header-social a {
  color: inherit;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
#ct-header-wrap #ct-header-top .ct-header-social a:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.67);
  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%);
}
#ct-header-wrap #ct-header-top .ct-header-social a:hover {
  color: #fe9800;
}
#ct-header-wrap #ct-header-top .ct-header-social a:first-child:before {
  display: none;
}
#ct-header-wrap #ct-header-top .ct-header-social a:last-child {
  padding-right: 0;
}
#ct-header-wrap .ct-header-call,
#ct-header-wrap .ct-header-address {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 15px;
  align-items: center;
}
#ct-header-wrap .ct-header-call i,
#ct-header-wrap .ct-header-address i {
  font-size: 32px;
  margin-right: 12px;
}
#ct-header-wrap .ct-header-call .h-item-icon,
#ct-header-wrap .ct-header-address .h-item-icon {
  line-height: 1;
}
#ct-header-wrap .ct-header-call .h-item-meta,
#ct-header-wrap .ct-header-address .h-item-meta {
  font-size: 15px;
}
#ct-header-wrap .ct-header-call .h-item-meta label,
#ct-header-wrap .ct-header-address .h-item-meta label {
  color: #222;
  border-bottom: 1px solid #747474;
  line-height: 20px;
  font-weight: 600;
}
#ct-header-wrap .ct-header-call .h-item-meta span,
#ct-header-wrap .ct-header-address .h-item-meta span {
  display: block;
  line-height: 24px;
}
#ct-header-wrap .ct-header-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ct-header-wrap .ct-header-meta .header-right-item {
  font-size: 15px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#ct-header-wrap .ct-header-meta .header-right-item:hover {
  color: #fe9800;
}
#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar {
  font-size: 16px;
}
#ct-header-wrap .ct-header-meta .header-right-item.h-btn-cart {
  position: relative;
}
#ct-header-wrap
  .ct-header-meta
  .header-right-item.h-btn-cart
  .widget_cart_counter_header {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #fe9800;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  position: absolute;
  top: -1px;
  right: -11px;
  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-header-wrap
  .ct-header-meta
  .header-right-item.h-btn-cart:hover
  .widget_cart_counter_header {
  opacity: 1;
}
.ct-header-arrow {
  max-width: 1170px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1218px;
}
@media screen and (max-width: 1024px) {
  .ct-header-arrow {
    height: 1e3px;
  }
}
.ct-header-arrow:before {
  content: "";
  width: 5e3px;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0071bb),
    to(#0071bb)
  );
  background-image: -webkit-linear-gradient(top, #0071bb, #0071bb);
  background-image: -moz-linear-gradient(top, #0071bb, #0071bb);
  background-image: -ms-linear-gradient(top, #0071bb, #0071bb);
  background-image: -o-linear-gradient(top, #0071bb, #0071bb);
  background-image: linear-gradient(top, #0071bb, #0071bb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0071bb',endColorStr='#0071bb');
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  -khtml-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
}
.ct-header-arrow:after {
  content: "";
  width: 570px;
  height: 95px;
  background-image: url(../images/header-arrow.png);
  position: absolute;
  bottom: 0;
  left: 885px;
}
@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.h-fixed .ct-header-navigation {
    justify-content: right;
  }
  #ct-header-wrap #ct-header.h-fixed .ct-main-menu &gt; li &gt; a,
  #ct-header-wrap #ct-header.h-fixed .site-menu-right {
    line-height: 80px;
  }
  #ct-header-wrap #ct-header.h-fixed .ct-header-right {
    height: 80px;
  }
  #ct-header-wrap #ct-header.h-fixed .ct-header-right .ct-header-search:before {
    height: 80px;
  }
  #ct-header-wrap.ct-header-layout1 {
    margin-bottom: -37px;
  }
  #ct-header-wrap.ct-header-layout1 #ct-header-middle .ct-header-branding {
    display: flex;
    justify-content: center;
    margin: 18px 15px 13px;
  }
  #ct-header-wrap.ct-header-layout1
    #ct-header-middle
    .ct-header-branding
    a:not(.logo-dark) {
    visibility: hidden;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-button {
    margin-left: -1px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-button .btn {
    background-size: inherit;
    line-height: 75px;
    height: 75px;
    -webkit-border-radius: 8px 0 0 8px;
    -khtml-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-button i {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-main .ct-header-navigation {
    flex-grow: 1;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-main .ct-header-navigation-bg {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-main .ct-header-meta {
    margin-left: 23px;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main
    .ct-header-meta
    .header-right-item {
    padding-left: 23px;
    margin-left: 23px;
    position: relative;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main
    .ct-header-meta
    .header-right-item:before {
    content: "";
    background-color: rgba(99, 99, 99, 0.67);
    height: 26px;
    width: 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-header-wrap.ct-header-layout1
    .ct-header-main
    .ct-header-meta
    .header-right-item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main
    .ct-header-meta
    .header-right-item:first-child:before {
    display: none;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main:not(.h-fixed)
    .ct-header-branding {
    display: none;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main:not(.h-fixed)
    .ct-main-menu
    &gt; li
    &gt; a {
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main:not(.h-fixed)
    .ct-header-navigation-bg {
    background-image: -webkit-linear-gradient(90deg, #000 0%, #555 50%, #000);
    background-image: -moz-linear-gradient(90deg, #000 0%, #555 50%, #000);
    background-image: -ms-linear-gradient(90deg, #000 0%, #555 50%, #000);
    background-image: -o-linear-gradient(90deg, #000 0%, #555 50%, #000);
    background-image: linear-gradient(90deg, #000 0%, #555 50%, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main:not(.h-fixed)
    .ct-header-button
    + .ct-header-navigation-bg {
    -webkit-border-radius: 0 8px 8px 0;
    -khtml-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main:not(.h-fixed)
    .ct-main-navigation {
    flex-grow: 1;
    padding: 0 13px;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main:not(.h-fixed)
    .ct-header-meta {
    margin-right: 39px;
    margin-left: 0;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main:not(.h-fixed)
    .ct-header-meta
    .header-right-item {
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main:not(.h-fixed)
    .ct-header-meta
    .header-right-item:hover {
    color: #fe9800;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-main.h-fixed .ct-header-button {
    display: none;
  }
  #ct-header-wrap.ct-header-layout1
    .ct-header-main.h-fixed
    .ct-header-navigation-bg {
    justify-content: right;
  }
  #ct-header-wrap.ct-header-layout1 .ct-header-main.h-fixed.ct-header-branding {
    display: block;
  }
  #ct-header-wrap.ct-header-layout2 {
    margin-bottom: -38px;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header-middle {
    padding: 5px 0;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header-middle .ct-header-call i,
  #ct-header-wrap.ct-header-layout2 #ct-header-middle .ct-header-address i {
    background-image: -webkit-linear-gradient(-190deg, #f7c42a, #f5750d);
    background-image: -moz-linear-gradient(-190deg, #f7c42a, #f5750d);
    background-image: -ms-linear-gradient(-190deg, #f7c42a, #f5750d);
    background-image: -o-linear-gradient(-190deg, #f7c42a, #f5750d);
    background-image: linear-gradient(-190deg, #f7c42a, #f5750d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d');
  }
  #ct-header-wrap.ct-header-layout2 #ct-header-middle .ct-header-address {
    margin-left: 55px;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header-middle .h-item-meta label {
    border-bottom: none;
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header-middle .h-item-meta span {
    font-weight: 300;
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout2 .ct-header-button .btn {
    font-size: 16px;
    line-height: 75px;
    border-radius: 0;
    padding: 0 50px;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header {
    max-width: 1170px;
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 21px rgba(7, 0, 76, 0.29);
    -khtml-box-shadow: 0 2px 21px rgba(7, 0, 76, 0.29);
    -moz-box-shadow: 0 2px 21px rgba(7, 0, 76, 0.29);
    -ms-box-shadow: 0 2px 21px rgba(7, 0, 76, 0.29);
    -o-box-shadow: 0 2px 21px rgba(7, 0, 76, 0.29);
    box-shadow: 0 2px 21px rgba(7, 0, 76, 0.29);
  }
  #ct-header-wrap.ct-header-layout2 #ct-header .ct-header-branding {
    display: none;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header .ct-header-navigation {
    flex-grow: 1;
    margin: 0;
  }
  #ct-header-wrap.ct-header-layout2
    #ct-header
    .ct-header-navigation
    .ct-main-navigation {
    padding: 0 18px;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header .ct-header-meta {
    flex-grow: 1;
  }
  #ct-header-wrap.ct-header-layout2
    #ct-header
    .ct-header-meta
    .header-right-item {
    color: #011962;
  }
  #ct-header-wrap.ct-header-layout2
    #ct-header
    .ct-header-meta
    .header-right-item:hover {
    color: #f5750d;
  }
  #ct-header-wrap.ct-header-layout2
    #ct-header
    .ct-header-meta
    .header-right-item
    + .header-right-item {
    margin-left: 34px;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu &gt; li {
    margin: 0 18px;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu &gt; li a {
    color: #011962;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu &gt; li &gt; a:before {
    background-image: none;
    background-color: #011962;
  }
  #ct-header-wrap.ct-header-layout2
    #ct-header
    .ct-main-menu
    &gt; li
    .sub-menu
    a:before {
    color: #f5750d;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed {
    max-width: 100%;
    background-color: #0071bb;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-header-branding {
    display: block;
    flex-grow: inherit;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-main-menu &gt; li &gt; a {
    line-height: 75px;
    color: #ffffff;
  }
  #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-header-navigation {
    margin-left: 15px;
    margin-right: 15px;
  }
  #ct-header-wrap.ct-header-layout3 {
    margin-bottom: -110px;
  }
  #ct-header-wrap.ct-header-layout3 #ct-header-top.ct-header-top1 {
    background-color: #0c0f46;
    padding: 23px 0;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-main .ct-header-branding {
    flex-grow: 1;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-main .ct-header-meta {
    margin-left: 23px;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main
    .ct-header-meta
    .header-right-item {
    padding-left: 23px;
    margin-left: 23px;
    position: relative;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main
    .ct-header-meta
    .header-right-item:before {
    content: "";
    background-color: rgba(99, 99, 99, 0.37);
    height: 26px;
    width: 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-header-wrap.ct-header-layout3
    .ct-header-main
    .ct-header-meta
    .header-right-item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main
    .ct-header-meta
    .header-right-item:first-child:before {
    display: none;
  }
  #ct-header-wrap.ct-header-layout3 .ct-header-main:not(.h-fixed) {
    background-color: rgba(2, 3, 141, 0.82);
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main:not(.h-fixed)
    .ct-header-branding
    .logo-dark {
    opacity: 0;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main:not(.h-fixed)
    .ct-header-branding
    .logo-light {
    opacity: 1;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main:not(.h-fixed)
    .ct-main-menu
    &gt; li {
    margin: 0;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main:not(.h-fixed)
    .ct-main-menu
    &gt; li
    &gt; a {
    color: #fff;
    line-height: 110px;
    z-index: 1;
    padding: 0 23px;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main:not(.h-fixed)
    .ct-main-menu
    &gt; li
    &gt; a:before {
    height: 100%;
    z-index: -1;
    box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21),
      0 0 16px rgba(0, 0, 0, 0.44) inset;
    -webkit-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21),
      0 0 16px rgba(0, 0, 0, 0.44) inset;
    -ms-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21),
      0 0 16px rgba(0, 0, 0, 0.44) inset;
    -o-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21),
      0 0 16px rgba(0, 0, 0, 0.44) inset;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main:not(.h-fixed)
    .ct-header-meta
    .header-right-item {
    color: #fff;
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main:not(.h-fixed)
    .ct-header-meta
    .header-right-item:before {
    background-color: rgba(255, 255, 255, 0.23);
  }
  #ct-header-wrap.ct-header-layout3
    .ct-header-main:not(.h-fixed)
    .ct-header-meta
    .header-right-item:hover {
    color: #fe9800;
  }
}
@media screen and (max-width: 1199px) {
  #ct-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #ct-header-wrap.fixed-height {
    height: inherit !important;
  }
  #ct-header-wrap .ct-header-main {
    position: relative;
  }
  #ct-header-wrap .ct-header-meta,
  #ct-header-wrap #ct-header-middle,
  #ct-header-wrap .ct-header-button,
  #ct-header-wrap .ct-header-right {
    display: none;
  }
  #ct-header-wrap .ct-header-branding {
    margin: 15px;
  }
  #ct-header-wrap .ct-header-branding img {
    max-height: 50px;
  }
  #ct-header-wrap .ct-header-branding a.logo-mobile {
    opacity: 1;
    position: static;
  }
  #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 {
    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;
  }
}
@media screen and (max-width: 767px) {
  #ct-header-wrap #ct-header-top {
    display: none;
  }
}
.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;
  }
}
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 {
    display: none;
  }
  .ct-main-menu-not-set {
    list-style: none;
    margin: 0;
  }
  .ct-main-menu-not-set &gt; li {
    text-align: center;
  }
  .ct-main-menu-not-set &gt; li a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 100px;
    position: relative;
    padding: 0 12px;
  }
  .ct-main-menu-not-set &gt; li a:hover {
    color: #fe9800;
  }
  .ct-main-navigation ul {
    display: block;
  }
  .ct-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ct-main-menu li {
    position: relative;
    list-style: none;
  }
  .ct-main-menu li a {
    display: block;
    -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;
  }
  .ct-main-menu li .ct-menu-toggle {
    display: none;
  }
  .ct-main-menu &gt; li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0 23px;
  }
  .ct-main-menu &gt; li &gt; a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 75px;
    position: relative;
    padding: 0;
  }
  .ct-main-menu &gt; li &gt; a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f55301;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f55301),
      to(#ff9f00)
    );
    background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
    background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
    background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
    background-image: -o-linear-gradient(left, #f55301, #ff9f00);
    background-image: linear-gradient(left, #f55301, #ff9f00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
    height: 5px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  }
  .ct-main-menu &gt; li:hover &gt; a,
  .ct-main-menu &gt; li.current_page_item &gt; a,
  .ct-main-menu &gt; li.current-menu-item &gt; a,
  .ct-main-menu &gt; li.current_page_ancestor &gt; a,
  .ct-main-menu &gt; li.current-menu-ancestor &gt; a {
    color: #fe9800;
  }
  .ct-main-menu &gt; li:hover &gt; a:before,
  .ct-main-menu &gt; li.current_page_item &gt; a:before,
  .ct-main-menu &gt; li.current-menu-item &gt; a:before,
  .ct-main-menu &gt; li.current_page_ancestor &gt; a:before,
  .ct-main-menu &gt; li.current-menu-ancestor &gt; a:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -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-main-menu &gt; li.menu-item-has-children &gt; a:after {
    content: "\f107";
    font-family: "font awesome 5 Free";
    margin-left: 4px;
    display: inline-block;
    vertical-align: top;
  }
  .ct-main-menu &gt; li &gt; ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .ct-main-menu &gt; li &gt; ul.back li &gt; ul.back {
    right: 100% !important;
    left: auto !important;
    -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;
  }
  .ct-main-menu &gt; li &gt; .sub-menu li &gt; ul.back {
    right: 100% !important;
    left: auto !important;
    -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;
  }
  .ct-main-menu .sub-menu {
    position: absolute;
    background: #fff;
    padding: 28px 0;
    top: 100%;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
    -khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
    -moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
    -ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
    -o-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
    box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
    -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 7px 7px;
    -khtml-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    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;
  }
  .ct-main-menu .sub-menu li {
    padding: 0 40px;
    white-space: nowrap;
  }
  .ct-main-menu .sub-menu li a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 7px 0;
    position: relative;
  }
  .ct-main-menu .sub-menu li a:before {
    content: "\f118";
    font-family: Flaticon;
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 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;
    color: #fe9800;
  }
  .ct-main-menu .sub-menu li.menu-item-has-children &gt; a {
    padding-right: 10px;
  }
  .ct-main-menu .sub-menu li.menu-item-has-children &gt; a:after {
    content: "\f105";
    font-family: "font awesome 5 Free";
    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 &gt; a {
    border-bottom: none;
  }
  .ct-main-menu .sub-menu li &gt; a:hover,
  .ct-main-menu .sub-menu li.current_page_item &gt; a,
  .ct-main-menu .sub-menu li.current-menu-item &gt; a,
  .ct-main-menu .sub-menu li.current_page_ancestor &gt; a,
  .ct-main-menu .sub-menu li.current-menu-ancestor &gt; a {
    color: #fe9800;
  }
  .ct-main-menu .sub-menu li &gt; a:hover:before,
  .ct-main-menu .sub-menu li.current_page_item &gt; a:before,
  .ct-main-menu .sub-menu li.current-menu-item &gt; a:before,
  .ct-main-menu .sub-menu li.current_page_ancestor &gt; a:before,
  .ct-main-menu .sub-menu li.current-menu-ancestor &gt; a:before {
    opacity: 1;
    left: -23px;
  }
  .ct-main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 7px 7px 7px;
    -khtml-border-radius: 0 7px 7px 7px;
    -moz-border-radius: 0 7px 7px 7px;
    -ms-border-radius: 0 7px 7px 7px;
    -o-border-radius: 0 7px 7px 7px;
    border-radius: 0 7px 7px 7px;
  }
  .ct-main-menu .sub-menu .sub-menu-title {
    display: none;
  }
  .ct-main-menu li:hover,
  .ct-main-menu li.focus {
    overflow: visible;
  }
  .ct-main-menu li:hover &gt; .sub-menu,
  .ct-main-menu li.focus &gt; .sub-menu {
    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;
  }
  .ct-main-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
    padding: 0;
    background-color: initial;
  }
  .ct-main-menu li.megamenu .sub-menu {
    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 {
    margin-bottom: 0;
  }
  .ct-main-menu li.megamenu .sub-menu li {
    padding: 0;
  }
  .ct-main-menu li.megamenu .sub-menu li &gt; .container {
    padding: 0;
  }
  .ct-main-menu li.megamenu .sub-menu .wpb_content_element {
    margin-bottom: 0;
  }
  .ct-main-menu li.megamenu.remove-pos {
    position: relative;
  }
  .ct-main-menu li.megamenu.remove-pos &gt; .sub-menu {
    max-width: inherit;
    width: auto;
    left: 0;
    right: auto;
  }
  ul.back {
    right: 100%;
    left: auto !important;
  }
}
@media screen and (max-width: 1199px) {
  .header-mobile-search {
    position: relative;
    margin-bottom: 12px;
  }
  .header-mobile-search .search-submit {
    padding: 0;
    border: none;
    line-height: 48px;
    height: 50px;
    width: 53px;
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    font-size: 15px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -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: initial;
    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: #fe9800;
    color: #fff;
  }
  .header-mobile-search .search-field {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ececf0;
    padding: 0 22px;
    color: #222;
    font-size: 15px;
  }
  .header-mobile-search .search-field:focus {
    border-color: #fe9800;
  }
  .header-mobile-search .search-field:focus + .search-submit {
    border-color: #fe9800;
  }
  .ct-header-button-mobile {
    margin-top: 32px;
    margin-bottom: 30px;
  }
  .ct-header-button-mobile .btn {
    width: 100%;
    line-height: 50px;
    font-size: 14px;
  }
  .ct-header-button-mobile .btn i {
    margin-left: 0;
    margin-right: 8px;
  }
  .ct-header-navigation {
    position: absolute;
    height: 100vh;
    width: 260px;
    top: 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;
    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 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: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
  }
  .ct-main-menu &gt; li &gt; a:hover,
  .ct-main-menu &gt; li &gt; a.current,
  .ct-main-menu &gt; li.current_page_item &gt; a,
  .ct-main-menu &gt; li.current-menu-item &gt; a,
  .ct-main-menu &gt; li.current_page_ancestor &gt; a,
  .ct-main-menu &gt; li.current-menu-ancestor &gt; a {
    color: #fe9800;
  }
  .ct-main-menu .sub-menu {
    position: relative;
    display: none;
  }
  .ct-main-menu .sub-menu li a {
    padding-left: 15px;
  }
  .ct-main-menu .sub-menu li &gt; a:hover,
  .ct-main-menu .sub-menu li &gt; a.current,
  .ct-main-menu .sub-menu li.current_page_item &gt; a,
  .ct-main-menu .sub-menu li.current-menu-item &gt; a,
  .ct-main-menu .sub-menu li.current_page_ancestor &gt; a,
  .ct-main-menu .sub-menu li.current-menu-ancestor &gt; a {
    color: #fe9800;
  }
  .ct-main-menu li.focus &gt; .sub-menu {
    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;
  }
  .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: #fe9800;
  }
  #ct-menu-mobile .btn-nav-mobile {
    color: #1f2233;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #ct-menu-mobile .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;
  }
  li.megamenu .container {
    padding: 0;
  }
  li.megamenu .container .elementor-widget-wrap {
    padding: 0 !important;
  }
  li.megamenu .elementor-row,
  li.megamenu .elementor-container {
    display: block;
  }
  li.megamenu .elementor-row &gt; .elementor-element,
  li.megamenu .elementor-container &gt; .elementor-element {
    width: 100% !important;
  }
  li.megamenu .elementor-element-populated,
  li.megamenu .elementor-widget-container {
    padding: 0 !important;
  }
  li.megamenu .elementor-section.elementor-top-section {
    padding: 10px 0 !important;
  }
  li.megamenu .elementor-column + .elementor-column {
    margin-top: 22px;
  }
}
#pagetitle {
  background-color: #000;
  padding-top: 126px;
  padding-bottom: 116px;
  text-align: center;
  position: relative;
}
#pagetitle .page-title {
  font-size: 40px;
  margin-bottom: 0;
  color: #fff;
}
.ct-breadcrumb {
  margin: 15px 0 0;
  list-style: none;
  color: #fff;
}
.ct-breadcrumb li {
  display: inline-block;
  font-size: 16px;
  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: #fe9800;
}
.ct-breadcrumb li a:hover:after {
  color: inherit;
}
.entry-title {
  font-size: 20px;
  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: 14px;
  line-height: 24px;
  color: #aeaeae;
}
.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 {
  margin-right: 4px;
}
.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, 8%);
  -khtml-box-shadow: 0 6px 24px rgba(11, 11, 11, 8%);
  -moz-box-shadow: 0 6px 24px rgba(11, 11, 11, 8%);
  -ms-box-shadow: 0 6px 24px rgba(11, 11, 11, 8%);
  -o-box-shadow: 0 6px 24px rgba(11, 11, 11, 8%);
  box-shadow: 0 6px 24px rgba(11, 11, 11, 8%);
  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;
}
.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: 50%;
  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;
  align-items: center;
}
.single-hentry.archive .entry-body .entry-title {
  margin-bottom: 7px;
}
.single-hentry.archive .entry-body .entry-meta {
  margin-bottom: 16px;
}
.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: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.single-post .single-title {
  font-size: 26px;
  margin-bottom: 14px;
}
.single-post .entry-featured {
  position: relative;
}
.single-post .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 37px;
  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: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  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: 0;
}
.single-post .entry-meta li:after {
  content: "/";
  margin: 0 8px;
}
.single-post .entry-meta li a {
  color: #222;
  border-bottom: 1px solid #222;
  position: relative;
}
.single-post .entry-meta li a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #fe9800;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.single-post .entry-meta li a:hover {
  border-color: transparent;
}
.single-post .entry-meta li a:hover:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -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);
}
.single-post .entry-meta li:last-child:after {
  display: none;
}
.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-image: -webkit-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -moz-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -ms-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -o-linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  background-image: linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size: 300%, 1px;
  background-position: 0;
  color: #fff;
  -webkit-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.34);
  -khtml-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.34);
  -o-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.34);
  box-shadow: 0 8px 9px rgba(0, 0, 0, 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;
}
@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-footer {
  margin-top: 55px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececf0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-post .entry-footer &gt; div {
  margin-bottom: 10px;
}
.single-post .entry-footer label {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin-right: 17px;
}
.single-post .entry-footer .entry-tags {
  flex-grow: 1;
}
.single-post .entry-footer .entry-social a {
  font-size: 18px;
  height: 32px;
  width: 32px;
  background-color: #fe9800;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.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.pin-social {
  background-color: #cd339a;
}
.single-post .entry-footer .entry-social a + a {
  margin-left: 2px;
}
.entry-tags a,
.comment-reply a,
.ct-navigation-menu1.default li a,
.item--download a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.entry-tags a:before,
.comment-reply a:before,
.ct-navigation-menu1.default li a:before,
.item--download a:before,
.entry-tags a:after,
.comment-reply a:after,
.ct-navigation-menu1.default li a:after,
.item--download a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  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;
}
.entry-tags a:before,
.comment-reply a:before,
.ct-navigation-menu1.default li a:before,
.item--download a:before {
  background-color: #f0f0f0;
}
.entry-tags a:after,
.comment-reply a:after,
.ct-navigation-menu1.default li a:after,
.item--download a:after {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  opacity: 0;
}
.entry-tags a:hover,
.comment-reply a:hover,
.ct-navigation-menu1.default li a:hover,
.item--download a:hover {
  color: #fff;
}
.entry-tags a:hover:before,
.comment-reply a:hover:before,
.ct-navigation-menu1.default li a:hover:before,
.item--download a:hover:before {
  opacity: 0;
}
.entry-tags a:hover:after,
.comment-reply a:hover:after,
.ct-navigation-menu1.default li a:hover:after,
.item--download a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 180ms linear 0ms;
  -khtml-transition: all 180ms linear 0ms;
  -moz-transition: all 180ms linear 0ms;
  -ms-transition: all 180ms linear 0ms;
  -o-transition: all 180ms linear 0ms;
  transition: all 180ms linear 0ms;
}
.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: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 0;
}
.post-previous-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ececf0;
  padding: 21px 0;
}
.post-previous-next .post-previous {
  flex-grow: 1;
  margin-right: 30px;
}
.post-previous-next a {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0ms linear 0ms;
  -khtml-transition: all 0ms linear 0ms;
  -moz-transition: all 0ms linear 0ms;
  -ms-transition: all 0ms linear 0ms;
  -o-transition: all 0ms linear 0ms;
  transition: all 0ms linear 0ms;
}
.post-previous-next a span {
  color: #222;
  display: inline-block;
}
.post-previous-next a span:nth-child(1) {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  opacity: 0;
}
.post-previous-next a span:nth-child(2) {
  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: 100%;
}
.post-previous-next a:hover {
  color: #3a505f;
}
.post-previous-next a:hover span:nth-child(1) {
  opacity: 1;
}
.post-previous-next a:hover span:nth-child(2) {
  opacity: 0;
}
.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: #fe9800;
  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: #fe9800;
  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: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  background-color: #fff;
  display: inline-block;
  margin: 0 6px 10px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -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: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  z-index: -2;
}
.posts-pagination .page-numbers:after {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  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;
}
.error-404 {
  max-width: 820px;
  padding: 0 15px;
  margin: auto;
  text-align: center;
}
.error-404 .btn {
  -webkit-box-shadow: 0 11px 18px rgba(21, 21, 21, 0.22);
  -khtml-box-shadow: 0 11px 18px rgba(21, 21, 21, 0.22);
  -moz-box-shadow: 0 11px 18px rgba(21, 21, 21, 0.22);
  -ms-box-shadow: 0 11px 18px rgba(21, 21, 21, 0.22);
  -o-box-shadow: 0 11px 18px rgba(21, 21, 21, 0.22);
  box-shadow: 0 11px 18px rgba(21, 21, 21, 0.22);
  line-height: 51px;
  font-size: 15px;
  padding: 0 139px;
}
@media screen and (max-width: 767px) {
  .error-404 .btn {
    padding: 0 34px;
  }
}
.error-404 .error-404-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .error-404 .error-404-image-left,
  .error-404 .error-404-image-right {
    display: none;
  }
}
.error-404 .error-404-content {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.error-404 .error-404-content &gt; div {
  padding: 0 30px;
}
.error-404 .error-404-content .error-404-holder {
  flex-grow: 1;
}
.error-404 .error-404-content .error-404-title {
  font-size: 97px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .error-404 .error-404-content .error-404-title {
    font-size: 60px;
  }
}
.error-404 .error-404-content .error-404-sub {
  font-size: 24px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .error-404 .error-404-content .error-404-sub {
    font-size: 18px;
  }
}
.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 (min-width: 1200px) {
  .sidebar-sticky,
  .col-sidebar-fixed &gt; .vc_column-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
  .admin-bar .sidebar-sticky,
  .admin-bar .col-sidebar-fixed &gt; .vc_column-inner {
    top: 62px;
  }
  .header-sticky .sidebar-sticky,
  .header-sticky .col-sidebar-fixed &gt; .vc_column-inner {
    top: 110px;
  }
  .admin-bar.header-sticky .sidebar-sticky,
  .admin-bar.header-sticky .col-sidebar-fixed &gt; .vc_column-inner {
    top: 142px;
  }
}
.widget-title,
.comments-title,
.comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 11px;
  position: relative;
}
.widget-title:before,
.comments-title:before,
.comment-reply-title:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  position: absolute;
  bottom: 0;
  left: 0;
}
.comments-title {
  margin-bottom: 37px;
}
#secondary .widget {
  margin-bottom: 42px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
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_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: 0;
}
#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 12px 13px 16px;
  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 {
  width: 27px;
  height: 27px;
  display: inline-block;
  background-color: #eee;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  color: #222;
  -webkit-transition: all 0ms linear 0ms;
  -khtml-transition: all 0ms linear 0ms;
  -moz-transition: all 0ms linear 0ms;
  -ms-transition: all 0ms linear 0ms;
  -o-transition: all 0ms linear 0ms;
  transition: all 0ms linear 0ms;
}
#content .widget_product_categories ul li.current-menu-item &gt; a,
#content .widget_categories ul li.current-menu-item &gt; a,
#content .widget_nav_menu ul li.current-menu-item &gt; a,
#content .widget_pages ul li.current-menu-item &gt; a,
#content .widget_archive ul li.current-menu-item &gt; a,
#content .widget_meta ul li.current-menu-item &gt; a,
#content .widget_recent_entries ul li.current-menu-item &gt; a,
#content .widget_product_categories ul li.current-cat &gt; a,
#content .widget_categories ul li.current-cat &gt; a,
#content .widget_nav_menu ul li.current-cat &gt; a,
#content .widget_pages ul li.current-cat &gt; a,
#content .widget_archive ul li.current-cat &gt; a,
#content .widget_meta ul li.current-cat &gt; a,
#content .widget_recent_entries ul li.current-cat &gt; a,
#content .widget_product_categories ul li.current-cat-parent &gt; a,
#content .widget_categories ul li.current-cat-parent &gt; a,
#content .widget_nav_menu ul li.current-cat-parent &gt; a,
#content .widget_pages ul li.current-cat-parent &gt; a,
#content .widget_archive ul li.current-cat-parent &gt; a,
#content .widget_meta ul li.current-cat-parent &gt; a,
#content .widget_recent_entries ul li.current-cat-parent &gt; a,
#content .widget_product_categories ul li &gt; a:hover,
#content .widget_categories ul li &gt; a:hover,
#content .widget_nav_menu ul li &gt; a:hover,
#content .widget_pages ul li &gt; a:hover,
#content .widget_archive ul li &gt; a:hover,
#content .widget_meta ul li &gt; a:hover,
#content .widget_recent_entries ul li &gt; a:hover {
  padding-left: 23px;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  background-color: initial;
  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;
}
#content .widget_product_categories ul li.current-menu-item &gt; a span.count,
#content .widget_categories ul li.current-menu-item &gt; a span.count,
#content .widget_nav_menu ul li.current-menu-item &gt; a span.count,
#content .widget_pages ul li.current-menu-item &gt; a span.count,
#content .widget_archive ul li.current-menu-item &gt; a span.count,
#content .widget_meta ul li.current-menu-item &gt; a span.count,
#content .widget_recent_entries ul li.current-menu-item &gt; a span.count,
#content .widget_product_categories ul li.current-cat &gt; a span.count,
#content .widget_categories ul li.current-cat &gt; a span.count,
#content .widget_nav_menu ul li.current-cat &gt; a span.count,
#content .widget_pages ul li.current-cat &gt; a span.count,
#content .widget_archive ul li.current-cat &gt; a span.count,
#content .widget_meta ul li.current-cat &gt; a span.count,
#content .widget_recent_entries ul li.current-cat &gt; a span.count,
#content .widget_product_categories ul li.current-cat-parent &gt; a span.count,
#content .widget_categories ul li.current-cat-parent &gt; a span.count,
#content .widget_nav_menu ul li.current-cat-parent &gt; a span.count,
#content .widget_pages ul li.current-cat-parent &gt; a span.count,
#content .widget_archive ul li.current-cat-parent &gt; a span.count,
#content .widget_meta ul li.current-cat-parent &gt; a span.count,
#content .widget_recent_entries ul li.current-cat-parent &gt; a span.count,
#content .widget_product_categories ul li &gt; a:hover span.count,
#content .widget_categories ul li &gt; a:hover span.count,
#content .widget_nav_menu ul li &gt; a:hover span.count,
#content .widget_pages ul li &gt; a:hover span.count,
#content .widget_archive ul li &gt; a:hover span.count,
#content .widget_meta ul li &gt; a:hover span.count,
#content .widget_recent_entries ul li &gt; a:hover span.count {
  text-fill-color: #223543;
  -o-text-fill-color: #223543;
  -ms-text-fill-color: #223543;
  -moz-text-fill-color: #223543;
  -webkit-text-fill-color: #223543;
}
#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 .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: #fe9800;
}
.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 &gt; a {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #222;
  display: block;
}
.widget_recent_comments .recentcomments &gt; a:hover {
  color: #fe9800;
}
.widget_recent_comments .recentcomments &gt; 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 &gt; 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: #fe9800;
}
.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: #fe9800;
}
.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: #2b2b2b;
  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;
}
.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:before,
.ct-social a:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -1;
  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-social a:before {
  background-image: -webkit-linear-gradient(
    90deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.ct-social a:after {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  opacity: 0;
}
.ct-social a:hover {
  color: #fff;
}
.ct-social a:hover:before {
  opacity: 0;
}
.ct-social a:hover:after {
  opacity: 1;
}
.widget_newsletterwidget {
  background-color: #061b49;
  padding: 32px 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: initial;
  border: 1px solid #283a62;
  background-color: initial;
  font-size: 13px;
  color: #6b89c1;
  font-style: normal;
  padding: 0 19px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
  border-color: #fe9800;
}
.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: #fe9800;
  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 Free";
  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 .entry-brief {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 17px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e2e2e7;
}
.widget_ct_recent_posts .entry-brief:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_ct_recent_posts .entry-media {
  width: 65px;
  min-width: 65px;
  margin-right: 25px;
}
.widget_ct_recent_posts .entry-media img {
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
}
.widget_ct_recent_posts .entry-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: -2px;
}
.widget_ct_recent_posts .item-date {
  font-size: 15px;
  color: #999;
}
.tagcloud a {
  border: none;
  background-color: initial;
  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: #fe9800;
  background-color: #fe9800;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form .search-submit {
  padding: 0;
  border: none;
  line-height: 48px;
  height: 50px;
  width: 53px;
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  font-size: 15px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -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: initial;
  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: #fe9800;
  color: #fff;
}
.widget_search .search-form .search-field {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ececf0;
  padding: 0 22px;
  color: #222;
  font-size: 15px;
}
.widget_search .search-form .search-field:focus {
  border-color: #fe9800;
}
.widget_search .search-form .search-field:focus + .search-submit {
  border-color: #fe9800;
}
.ct-getintouch .ct-getintouch-item {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 15px;
  align-items: center;
}
.ct-getintouch .ct-getintouch-item i {
  font-size: 32px;
  margin-right: 12px;
}
.ct-getintouch .ct-getintouch-item 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 a.btn i {
  font-size: 16px;
  margin-left: 0;
}
.ct-getintouch .ct-getintouch-item + .ct-getintouch-item {
  margin-top: 28px;
}
.widget_text p:last-child {
  margin-bottom: 0;
}
.gallery {
  margin: -16px -12px 43px;
  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 {
  margin: -10px -5px 0;
}
.widget_media_gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ct-newsletter.widget {
  background-image: -webkit-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #525252 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  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 Free";
  position: static;
  background-image: none;
  background-color: initial;
  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: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ececec;
  height: 58px;
  font-size: 13px;
  text-align: center;
}
.ct-newsletter.widget .tnp-field-button .tnp-button {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  line-height: 58px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.widget_block .widget-content .wp-block-search__label,
.widget_block .widget-content .wp-block-group__inner-container &gt; h2 {
  font-size: 22px;
  color: #0e0e0e;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: block;
  font-weight: 600;
  font-family: poppins, sans-serif;
}
.widget_block .widget-content .wp-block-search__label:before,
.widget_block .widget-content .wp-block-group__inner-container &gt; h2:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fe9800;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_block .widget-content ol,
.widget_block .widget-content ul {
  padding-left: 0;
}
.widget_block.widget_search {
  position: relative;
}
.widget_block.widget_search .wp-block-search__button {
  padding: 0;
  border: none;
  line-height: 51px;
  height: 51px;
  width: 51px;
  border-left: 1px solid #ececf0;
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  font-size: 15px;
  background-image: none;
  background-color: initial;
  -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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 0;
}
.widget_block.widget_search .wp-block-search__button:before {
  content: "\f002";
  font-family: fontawesome;
  font-size: 15px;
}
.widget_block.widget_search .wp-block-search__button:after {
  display: none;
}
.widget_block.widget_search .wp-block-search__button:hover {
  color: #fe9800;
}
.widget_block.widget_search .wp-block-search__input {
  font-size: 15px;
  color: #333;
  border-color: #ececf0;
  background-color: #fff;
  height: 51px;
  padding-left: 20px;
  padding-right: 51px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget_block.widget_search .wp-block-search__input:focus {
  border-color: #fe9800;
}
.widget_block.widget_search
  .wp-block-search__input:focus
  + .wp-block-search__button {
  border-color: #fe9800;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  display: block;
  position: relative;
}
.widget_block .wp-block-latest-posts__list li {
  font-size: 0;
}
.widget_block .wp-block-latest-posts__list li a {
  color: #191514;
  display: block;
  font-size: 15px;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #ececf0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  position: relative;
}
.widget_block .wp-block-latest-posts__list li a:before {
  content: "";
  height: 7px;
  width: 7px;
  -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: #fe9800;
  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%);
  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;
}
.widget_block .wp-block-latest-posts__list li a:hover {
  color: #fe9800;
  padding-left: 30px;
}
.widget_block .wp-block-latest-posts__list li a:hover:before {
  left: 15px;
  opacity: 1;
}
.widget_block .wp-block-latest-comments li {
  color: #191514;
  display: block;
  font-size: 15px;
  line-height: normal;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #ececf0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  position: relative;
}
.widget_block .wp-block-latest-comments li a {
  color: inherit;
}
.widget_block .wp-block-latest-comments li a:hover {
  color: #fe9800;
}
.bypostauthor {
  display: block;
}
.comments-area .comment-list-wrap {
  margin-top: 49px;
}
.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: #fe9800;
}
.ct-signature1 .item--meta{
  text-align: center;
}
.comments-area .no-comments {
  display: none;
}
.comment-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.comment-title a {
  color: inherit;
}
.comment-title a:hover {
  color: #fe9800;
}
.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 &gt; li {
  margin-bottom: 34px;
}
.comment-list &gt; li:last-child {
  margin-bottom: 0;
}
.comment-list
  &gt; li
  &gt; .children
  &gt; li
  &gt; .children
  &gt; li
  &gt; .children
  &gt; li
  &gt; .children {
  padding-left: 0;
}
.comment-list
  &gt; li
  &gt; .children
  &gt; li
  &gt; .children
  &gt; li
  &gt; .children
  &gt; li
  &gt; .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;
    width: 92px;
    height: 92px;
    min-width: 92px;
  }
}
.comment-date {
  font-size: 14px;
  color: #a4a4a4;
  margin-bottom: 17px;
  display: inline-block;
}
.comment-content {
  background-color: #f4f7fc;
  padding: 22px 24px 38px;
  position: relative;
  flex-grow: 1;
}
.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: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: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.comment-reply a i {
  margin-left: 4px;
  font-weight: 400;
}
.comment-reply a:before {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
}
.comment-reply a:after {
  background-image: -webkit-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #525252 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.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: #fff;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.comment-reply-title small a i {
  margin-left: 4px;
}
.comment-reply-title small a:before {
  background-color: #191919;
}
.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 &gt; div {
  margin-top: 30px;
}
.comment-form .form-submit {
  margin-top: 23px;
  margin-bottom: 0;
}
.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 Free";
  font-weight: 400;
  z-index: 2;
  font-size: 8px;
  color: #fe9800;
  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: #fe9800;
  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 {
  opacity: 1;
}
.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  background-image: -webkit-linear-gradient(-190deg, #ff9f00, #f55301);
  background-image: -moz-linear-gradient(-190deg, #ff9f00, #f55301);
  background-image: -ms-linear-gradient(-190deg, #ff9f00, #f55301);
  background-image: -o-linear-gradient(-190deg, #ff9f00, #f55301);
  background-image: linear-gradient(-190deg, #ff9f00, #f55301);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9f00',endColorStr='#f55301');
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    bottom: 0;
    right: 0;
  }
}
.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
  color: #fff;
}
.scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .scroll-top.on {
    bottom: 60px;
    right: 15px;
  }
}
@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;
  }
}
.site-h2 .scroll-top {
  background-image: -webkit-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: linear-gradient(-190deg, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d');
}
.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: 55px;
  font-size: 15px;
}
.ct-grid .ct-load-more i {
  margin-left: 0;
  margin-right: 8px;
}
.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: 40px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 8px;
  padding: 0 16px 4px;
  -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: #222;
  position: relative;
}
.grid-filter-wrap span:before {
  content: "";
  width: 0;
  height: 4px;
  -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: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.grid-filter-wrap span:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -5px;
  -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%);
}
.grid-filter-wrap span:last-child:after {
  display: none;
}
.grid-filter-wrap span.active:before,
.grid-filter-wrap span:hover:before {
  width: 32px;
}
.hide-nav .slick-arrow {
  opacity: 0 !important;
  visibility: hidden !important;
}
.ct-nav-carousel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ct-nav-carousel .nav-prev,
.ct-nav-carousel .nav-next {
  height: 44px;
  width: 44px;
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}
.ct-nav-carousel .nav-prev:before,
.ct-nav-carousel .nav-next:before,
.ct-nav-carousel .nav-prev:after,
.ct-nav-carousel .nav-next:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 53px;
  -khtml-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  -o-border-radius: 53px;
  border-radius: 53px;
  z-index: -1;
  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-nav-carousel .nav-prev:before,
.ct-nav-carousel .nav-next:before {
  background-color: #fff;
  -webkit-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  -khtml-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  -moz-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  -ms-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  -o-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
}
.ct-nav-carousel .nav-prev:after,
.ct-nav-carousel .nav-next:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: linear-gradient(-190deg, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d');
}
.ct-nav-carousel .nav-prev i,
.ct-nav-carousel .nav-next i {
  color: #1040d3;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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-nav-carousel .nav-prev:hover i,
.ct-nav-carousel .nav-next:hover i {
  color: #fff;
}
.ct-nav-carousel .nav-prev:hover:before,
.ct-nav-carousel .nav-next:hover:before {
  opacity: 0;
}
.ct-nav-carousel .nav-prev:hover:after,
.ct-nav-carousel .nav-next:hover:after {
  opacity: 1;
}
.ct-nav-carousel .nav-next {
  margin-left: 10px;
}
.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 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);
}
.ct-slick-carousel .slick-arrow:before {
  font-family: "font awesome 5 Free";
  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:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 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;
  opacity: 0;
}
.ct-slick-carousel .slick-arrow:hover {
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-slick-carousel .slick-arrow:hover:after {
  opacity: 1;
}
.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;
}
.ct-slick-carousel.slick-arrow-style2 .slick-arrow {
  margin-top: 16px !important;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-size: inherit;
}
.ct-slick-carousel.slick-arrow-style2 .slick-arrow:after {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -khtml-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -moz-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -ms-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -o-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
}
.ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
.ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow {
  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%);
  margin: 0;
}
.ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-prev {
  left: 30px;
  z-index: 9;
}
.ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-next {
  right: 30px;
  left: auto;
  z-index: 9;
}
.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: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  height: 6px;
  width: 6px;
  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: #c6c6c6;
  z-index: 1;
}
.slick-dots li:not(.slick-active) button {
  background-image: none;
}
.slick-dots li.slick-active button {
  -webkit-transform: scale(2);
  -khtml-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.ct-slick-slider {
}
.ct-slick-slider .ct-carousel-inner {
  margin: 0 -15px;
}
.ct-slick-slider .ct-carousel-inner .slick-slide {
  padding: 0 15px;
}
#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: #fe9800;
  border-top-color: #fe9800;
}
#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 #fe9800;
  position: relative;
}
#ct-loadding .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #fe9800;
  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-spinner2 {
  width: 45px;
  height: 45px;
  background-color: #fe9800;
  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: #fe9800;
  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 &gt; div {
  background-color: #fe9800;
  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 &gt; div {
  width: 18px;
  height: 18px;
  background-color: #fe9800;
  -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: #fe9800;
  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: #fe9800;
  -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(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: 75px;
  margin-top: -25px;
}
.ct-loading-stairs .loader-bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #fe9800;
  transform-origin: center bottom;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.ct-loading-stairs .loader-bar:nth-child(1) {
  left: 0;
  -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: #fe9800;
  -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(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;
  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;
}
.ct-spinner9 .dot1,
.ct-spinner9 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  -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(14, 14, 14, 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: initial;
  border: none;
  height: 60px;
  padding-left: 0;
  padding-right: 60px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.ct-modal-search .search-submit {
  font-size: 28px;
  color: #fe9800;
  background-color: initial;
  background-image: none;
  border: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.ct-hidden-sidebar-overlay {
  background-color: rgba(14, 14, 14, 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;
}
@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;
}
.ct-hidden-sidebar .ct-hidden-close:hover {
  color: #fe9800;
}
.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 + .ct-getintouch {
  margin-top: -15px;
}
.ct-hidden-sidebar-wrap.open {
}
.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(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
@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, 0);
  -khtml-transform: translate(301px, 0);
  -moz-transform: translate(301px, 0);
  -ms-transform: translate(301px, 0);
  -o-transform: translate(301px, 0);
  transform: translate(301px, 0);
  -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, 0);
    -khtml-transform: translate(260px, 0);
    -moz-transform: translate(260px, 0);
    -ms-transform: translate(260px, 0);
    -o-transform: translate(260px, 0);
    transform: translate(260px, 0);
  }
}
.ct-demo-bar.active {
  -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);
}
.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, 0.1);
  -khtml-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 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-option i {
  font-family: "font awesome 5 Free";
}
.ct-demo-bar .ct-demo-bar-meta {
  padding: 40px 20px 0;
}
.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, 0.1);
  -khtml-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 10px rgba(0, 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;
}
.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;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
body .mfp-iframe-scaler .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-color: #000;
}
body .mfp-iframe-scaler .mfp-close:hover {
  background-color: #fe9800;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: #fe9800;
  width: 60px;
  height: 120px;
  opacity: 1;
}
body .mfp-wrap .mfp-container .mfp-arrow:before,
body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: material-design-iconic-font;
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -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;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f2ea";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f2ee";
}
@media screen and (min-width: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.rev_slider,
.revslider-initialised {
  margin-bottom: 0 !important;
}
.rev_slider .btn.btn-default,
.revslider-initialised .btn.btn-default,
.rev_slider .btn.btn-gray,
.revslider-initialised .btn.btn-gray {
  font-size: 15px;
  line-height: 55px;
}
.rev_slider .shap-slider-bottom,
.revslider-initialised .shap-slider-bottom {
  transform: skew(-29deg) !important;
  -webkit-transform: skew(-29deg) !important;
  transform-origin: left bottom !important;
  -webkit-transform-origin: left bottom !important;
}
.rev_slider .title-box-shadow,
.revslider-initialised .title-box-shadow {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
  -webkit-text-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
  -ms-text-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
  -o-text-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}
.rev_slider .arrow-hidden,
.revslider-initialised .arrow-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
.rev_slider .tp-leftarrow.custom,
.revslider-initialised .tp-leftarrow.custom,
.rev_slider .tp-rightarrow.custom,
.revslider-initialised .tp-rightarrow.custom {
  width: 14px !important;
  height: 46px !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: initial !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  -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.5 !important;
}
.rev_slider .tp-leftarrow.custom:before,
.revslider-initialised .tp-leftarrow.custom:before,
.rev_slider .tp-rightarrow.custom:before,
.revslider-initialised .tp-rightarrow.custom:before {
  display: none !important;
}
.rev_slider .tp-leftarrow.custom:hover,
.revslider-initialised .tp-leftarrow.custom:hover,
.rev_slider .tp-rightarrow.custom:hover,
.revslider-initialised .tp-rightarrow.custom:hover {
  opacity: 1 !important;
}
.rev_slider .tp-leftarrow.custom,
.revslider-initialised .tp-leftarrow.custom {
  background-image: url(../images/arrow-left-light.png) !important;
}
.rev_slider .tp-rightarrow.custom,
.revslider-initialised .tp-rightarrow.custom {
  background-image: url(../images/arrow-right-light.png) !important;
}
.rev_slider .tp-bullets.custom .tp-bullet,
.revslider-initialised .tp-bullets.custom .tp-bullet {
  height: 14px;
  width: 14px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #d7d8d7;
}
.rev_slider .tp-bullets.custom .tp-bullet:before,
.revslider-initialised .tp-bullets.custom .tp-bullet:before {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',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;
}
.rev_slider .tp-bullets.custom .tp-bullet.selected:before,
.revslider-initialised .tp-bullets.custom .tp-bullet.selected:before {
  opacity: 1;
}
.rev_slider .ct-video-button,
.revslider-initialised .ct-video-button {
  text-align: center !important;
  height: 55px !important;
  width: 55px !important;
  line-height: 55px !important;
  z-index: 1;
  font-size: 12px !important;
  color: #fff !important;
  border: none !important;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: block;
  text-indent: -99999px;
}
.rev_slider .ct-video-button.size2,
.revslider-initialised .ct-video-button.size2 {
  height: 58px !important;
  width: 58px !important;
  line-height: 58px !important;
}
.rev_slider .ct-video-button.size3,
.revslider-initialised .ct-video-button.size3 {
  height: 146px !important;
  width: 146px !important;
  line-height: 146px !important;
  font-size: 24px !important;
}
.rev_slider .ct-video-button.size3 .line-video-animation,
.revslider-initialised .ct-video-button.size3 .line-video-animation {
  border-width: 1px !important;
}
@media screen and (max-width: 1199px) {
  .rev_slider .ct-video-button.size3,
  .revslider-initialised .ct-video-button.size3 {
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
    font-size: 18px !important;
  }
}
.rev_slider .ct-video-button i,
.revslider-initialised .ct-video-button i {
  text-indent: 0;
}
.rev_slider .ct-video-button:before,
.revslider-initialised .ct-video-button:before,
.rev_slider .ct-video-button:after,
.revslider-initialised .ct-video-button:after {
  display: none;
}
.rev_slider .ct-video-button .line-video-animation,
.revslider-initialised .ct-video-button .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.39);
  -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;
}
.rev_slider .ct-video-button .line-video-animation.line-video-2,
.revslider-initialised .ct-video-button .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;
}
.rev_slider .ct-video-button .line-video-animation.line-video-3,
.revslider-initialised .ct-video-button .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;
}
.rev_slider .ct-video-button:hover .line-video-animation,
.revslider-initialised .ct-video-button:hover .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.rev_slider .ct-slider-nav,
.revslider-initialised .ct-slider-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.rev_slider .ct-slider-nav br,
.revslider-initialised .ct-slider-nav br,
.rev_slider .ct-slider-nav .nav-text,
.revslider-initialised .ct-slider-nav .nav-text {
  display: none;
}
.rev_slider .ct-slider-nav .slider-nav-left,
.revslider-initialised .ct-slider-nav .slider-nav-left,
.rev_slider .ct-slider-nav .slider-nav-right,
.revslider-initialised .ct-slider-nav .slider-nav-right {
  height: 53px;
  width: 53px;
  min-width: 53px;
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}
.rev_slider .ct-slider-nav .slider-nav-left:before,
.revslider-initialised .ct-slider-nav .slider-nav-left:before,
.rev_slider .ct-slider-nav .slider-nav-right:before,
.revslider-initialised .ct-slider-nav .slider-nav-right:before,
.rev_slider .ct-slider-nav .slider-nav-left:after,
.revslider-initialised .ct-slider-nav .slider-nav-left:after,
.rev_slider .ct-slider-nav .slider-nav-right:after,
.revslider-initialised .ct-slider-nav .slider-nav-right:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 53px;
  -khtml-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  -o-border-radius: 53px;
  border-radius: 53px;
  z-index: -1;
  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;
}
.rev_slider .ct-slider-nav .slider-nav-left:before,
.revslider-initialised .ct-slider-nav .slider-nav-left:before,
.rev_slider .ct-slider-nav .slider-nav-right:before,
.revslider-initialised .ct-slider-nav .slider-nav-right:before {
  background-color: #fff;
  -webkit-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  -khtml-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  -moz-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  -ms-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  -o-box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
  box-shadow: 0 0 43px rgba(7, 0, 76, 0.54);
}
.rev_slider .ct-slider-nav .slider-nav-left:after,
.revslider-initialised .ct-slider-nav .slider-nav-left:after,
.rev_slider .ct-slider-nav .slider-nav-right:after,
.revslider-initialised .ct-slider-nav .slider-nav-right:after {
  opacity: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001659),
    to(#1040d3)
  );
  background-image: -webkit-linear-gradient(top, #001659, #1040d3);
  background-image: -moz-linear-gradient(top, #001659, #1040d3);
  background-image: -ms-linear-gradient(top, #001659, #1040d3);
  background-image: -o-linear-gradient(top, #001659, #1040d3);
  background-image: linear-gradient(top, #001659, #1040d3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
}
.rev_slider .ct-slider-nav .slider-nav-left i,
.revslider-initialised .ct-slider-nav .slider-nav-left i,
.rev_slider .ct-slider-nav .slider-nav-right i,
.revslider-initialised .ct-slider-nav .slider-nav-right i {
  color: #1040d3;
  font-size: 16px;
  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;
}
.rev_slider .ct-slider-nav .slider-nav-left:hover i,
.revslider-initialised .ct-slider-nav .slider-nav-left:hover i,
.rev_slider .ct-slider-nav .slider-nav-right:hover i,
.revslider-initialised .ct-slider-nav .slider-nav-right:hover i {
  color: #fff;
}
.rev_slider .ct-slider-nav .slider-nav-left:hover:before,
.revslider-initialised .ct-slider-nav .slider-nav-left:hover:before,
.rev_slider .ct-slider-nav .slider-nav-right:hover:before,
.revslider-initialised .ct-slider-nav .slider-nav-right:hover:before {
  opacity: 0;
}
.rev_slider .ct-slider-nav .slider-nav-left:hover:after,
.revslider-initialised .ct-slider-nav .slider-nav-left:hover:after,
.rev_slider .ct-slider-nav .slider-nav-right:hover:after,
.revslider-initialised .ct-slider-nav .slider-nav-right:hover:after {
  opacity: 1;
}
.rev_slider .ct-slider-nav .slider-nav-right,
.revslider-initialised .ct-slider-nav .slider-nav-right {
  margin-left: 10px;
}
.ct-video-button {
  height: 52px;
  width: 52px;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  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, 159, 0, 0.5);
  -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 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;
}
.ct-video-button .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;
}
.ct-video-button .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;
}
.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-button.style2 {
  height: 85px;
  width: 85px;
  font-size: 16px;
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
}
.ct-video-button.style2 .line-video-animation {
  border-color: rgba(255, 255, 255, 0.51);
}
.ct-video-button.style3 {
  height: 56px;
  width: 56px;
  font-size: 16px;
  background-image: -webkit-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: linear-gradient(-190deg, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d');
}
.ct-video-button.style3 .line-video-animation {
  border: 2px solid rgba(255, 159, 0, 0.27);
}
.ct-contact-info1 {
  list-style: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.ct-contact-info1 i {
  color: #fe9800;
}
.ct-contact-info1 li {
  display: flex;
  flex-wrap: nowrap;
}
.ct-contact-info1 li + li {
  margin-top: 10px;
}
.ct-contact-info1 .ct-contact-icon {
  display: inline-block;
  margin-right: 10px;
}
.ct-contact-info1.style2 li + li {
  margin-top: 25px;
}
.ct-contact-info1.style2 .ct-contact-icon {
  min-width: 34px;
  margin-top: 4px;
}
.ct-contact-info1.style2 .ct-contact-icon i {
  font-size: 25px;
}
.ct-contact-info1.style2 .ct-contact-content {
  font-size: 18px;
  line-height: 30px;
  color: #636363;
}
@media screen and (max-width: 991px) {
  .ct-contact-info1.style2 .ct-contact-content {
    font-size: 16px;
    line-height: 26px;
  }
}
.ct-contact-info2 {
  color: #636363;
}
.ct-contact-info2 .ct-contact-icon {
  line-height: 1;
  min-width: 87px;
  width: 87px;
  padding-right: 10px;
}
@media screen and (max-width: 575px) {
  .ct-contact-info2 .ct-contact-icon {
    padding: 0;
    margin: 0 0 24px;
  }
}
.ct-contact-info2 .ct-contact-icon img {
  max-width: 80px;
}
.ct-contact-info2 .ct-contact-icon i {
  font-size: 50px;
  color: #fe9800;
}
.ct-contact-info2 .ct-contact-title {
  font-size: 24px;
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .ct-contact-info2 .ct-contact-title {
    font-size: 20px;
  }
}
.ct-contact-info2 .ct-contact-item {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .ct-contact-info2 .ct-contact-item {
    display: block;
  }
}
.ct-contact-info2 .ct-contact-item + .ct-contact-item {
  margin-top: 37px;
}
.ct-navigation-menu1.tow-col-light ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.ct-navigation-menu1.tow-col-light ul.menu li {
  margin-bottom: 12px;
}
.ct-navigation-menu1.tow-col-light ul.menu li a {
  color: inherit;
  position: relative;
  font-size: 14px;
  padding-left: 16px;
}
.ct-navigation-menu1.tow-col-light ul.menu li a:before {
  content: "\f105";
  font-family: "font awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  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%);
}
.ct-navigation-menu1.tow-col-light ul.menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 15px;
  height: 1px;
  background-color: #fe9800;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ct-navigation-menu1.tow-col-light ul.menu li:hover &gt; a,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_item &gt; a,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-item &gt; a,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor &gt; a,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor &gt; a {
  margin-left: 8px;
  color: #fe9800;
}
.ct-navigation-menu1.tow-col-light ul.menu li:hover &gt; a:after,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_item &gt; a:after,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-item &gt; a:after,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor &gt; a:after,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor &gt; a:after {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -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-navigation-menu1.tow-col-light ul.menu li:last-child {
  margin-bottom: 0;
}
.ct-navigation-menu1.tow-col-light ul.menu &gt; li {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .ct-navigation-menu1.tow-col-light ul.menu &gt; li {
    width: 100%;
  }
}
.ct-navigation-menu1.tow-col-light ul.menu li a {
  color: #fff;
}
.ct-navigation-menu1.tow-col-light ul.menu li:hover &gt; a,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_item &gt; a,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-item &gt; a,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor &gt; a,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor &gt; a {
  color: #fe9800;
}
.ct-navigation-menu1.tow-col-light.preset2 ul.menu li a:after {
  background-color: #f7c42a;
}
.ct-navigation-menu1.tow-col-light.preset2 ul.menu li:hover &gt; a,
.ct-navigation-menu1.tow-col-light.preset2 ul.menu li.current_page_item &gt; a,
.ct-navigation-menu1.tow-col-light.preset2 ul.menu li.current-menu-item &gt; a,
.ct-navigation-menu1.tow-col-light.preset2 ul.menu li.current_page_ancestor &gt; a,
.ct-navigation-menu1.tow-col-light.preset2
  ul.menu
  li.current-menu-ancestor
  &gt; a {
  color: #f7c42a;
}
.ct-navigation-menu1.default ul {
  margin-top: -12px;
}
.ct-navigation-menu1.default li {
  margin-top: 12px;
}
.ct-navigation-menu1.default li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  padding: 22px 35px;
}
@media screen and (max-width: 1199px) {
  .ct-navigation-menu1.default li a {
    padding: 16px 20px;
  }
}
.ct-navigation-menu1.default li a:before {
  background-color: #ececec;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #d7d7d7;
}
.ct-navigation-menu1.default li a:after {
  background-image: -webkit-linear-gradient(
    90deg,
    #000 0%,
    #555 50%,
    #000 100%
  );
  background-image: -moz-linear-gradient(90deg, #000 0%, #555 50%, #000 100%);
  background-image: -ms-linear-gradient(90deg, #000 0%, #555 50%, #000 100%);
  background-image: -o-linear-gradient(90deg, #000 0%, #555 50%, #000 100%);
  background-image: linear-gradient(90deg, #000 0%, #555 50%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.ct-navigation-menu1.default li a i {
  position: absolute;
  top: 50%;
  right: 34px;
  -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%);
}
@media screen and (max-width: 1199px) {
  .ct-navigation-menu1.default li a i {
    right: 20px;
  }
}
.ct-navigation-menu1.default li.current-menu-item &gt; a {
  color: #fff;
}
.ct-navigation-menu1.default li.current-menu-item &gt; a:before {
  opacity: 0;
}
.ct-navigation-menu1.default li.current-menu-item &gt; a:after {
  opacity: 1;
}
.ct-navigation-menu1.menu-inline a {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.ct-navigation-menu1.menu-inline a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ct-navigation-menu1.menu-inline li {
  display: inline-block;
}
.ct-navigation-menu1.menu-inline li + li {
  margin-left: 32px;
}
.ct-navigation-menu1.menu-inline li + li a:before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #fff;
  opacity: 0.24;
  position: absolute;
  left: -18px;
  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-navigation-menu1.menu-inline li:hover &gt; a:after,
.ct-navigation-menu1.menu-inline li.current_page_item &gt; a:after,
.ct-navigation-menu1.menu-inline li.current-menu-item &gt; a:after,
.ct-navigation-menu1.menu-inline li.current_page_ancestor &gt; a:after,
.ct-navigation-menu1.menu-inline li.current-menu-ancestor &gt; a:after {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -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-title1.style1 h3 {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 29px;
}
.ct-title1.style1 h3 span {
  display: inline-block;
  margin-right: 20px;
}
.ct-title1.style1 h3 i {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(233, 234, 238, 0.15);
  display: inline-block;
}
.ct-title1.style2 h3 {
  font-size: 36px;
  padding-left: 76px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ct-title1.style2 h3 {
    font-size: 30px;
  }
}
.ct-title1.style2 h3 i {
  width: 50px;
  height: 3px;
  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%);
  -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);
}
.ct-list {
  margin-left: 15px;
  margin-bottom: 0;
  list-style: none;
}
.ct-list .ct-list-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.ct-list .ct-list-item h3 {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .ct-list .ct-list-item h3 {
    font-size: 20px;
  }
}
.ct-list .ct-list-item + .ct-list-item {
  margin-top: 12px;
}
.ct-list.style1 .ct-list-icon {
  line-height: 1;
  padding-bottom: 2px;
  margin-right: 18px;
}
.ct-list.style1 .ct-list-icon i {
  font-size: 22px;
}
.ct-list.style1 .ct-list-desc {
  font-size: 15px;
  color: #636363;
}
.ct-list.style2 {
  margin-left: 0;
}
.ct-list.style2 .ct-list-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;
  height: 53px;
  width: 53px;
  min-width: 53px;
  -webkit-border-radius: 53px;
  -khtml-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  -o-border-radius: 53px;
  border-radius: 53px;
  background-color: #f4f7fe;
  -webkit-box-shadow: 0 7px 9px rgba(7, 41, 145, 0.2);
  -khtml-box-shadow: 0 7px 9px rgba(7, 41, 145, 0.2);
  -moz-box-shadow: 0 7px 9px rgba(7, 41, 145, 0.2);
  -ms-box-shadow: 0 7px 9px rgba(7, 41, 145, 0.2);
  -o-box-shadow: 0 7px 9px rgba(7, 41, 145, 0.2);
  box-shadow: 0 7px 9px rgba(7, 41, 145, 0.2);
  position: relative;
  margin-right: 25px;
  z-index: 1;
  margin-top: -11px;
  color: #00165a;
}
.ct-list.style2 .ct-list-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
  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;
  z-index: -1;
}
.ct-list.style2 .ct-list-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.ct-list.style2 .ct-list-icon i:before {
  content: "\f00c";
}
.ct-list.style2 .ct-list-desc {
  font-size: 16px;
  line-height: 26px;
}
.ct-list.style2 .ct-list-item:hover .ct-list-icon {
  -webkit-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  -khtml-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  -moz-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  -ms-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  -o-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  color: #fff;
}
.ct-list.style2 .ct-list-item:hover .ct-list-icon:before {
  opacity: 1;
}
.ct-list.style2 .ct-list-item + .ct-list-item {
  margin-top: 40px;
}
.ct-newsletter1 form.newsletter {
  position: relative;
}
.ct-newsletter1 .tnp-subscription {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.ct-newsletter1 .tnp-subscription div.tnp-field {
  margin-bottom: 0;
}
.ct-newsletter1 .tnp-field-email .tnp-email {
  border: none;
  background-color: #434343;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 46px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .ct-newsletter1 .tnp-field-email .tnp-email {
    font-size: 13px;
    padding-left: 16px;
  }
}
.ct-newsletter1 .tnp-field-button {
  margin-bottom: 0;
  height: 46px;
  width: 62px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ct-newsletter1 .tnp-field-button {
    width: 46px;
  }
}
.ct-newsletter1 .tnp-field-button:before,
.ct-newsletter1 .tnp-field-button:after {
  font-weight: 400;
  font-family: "font awesome 5 Free";
  height: 46px;
  width: 62px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0b0b0b;
  text-align: center;
  line-height: 46px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ct-newsletter1 .tnp-field-button:before,
  .ct-newsletter1 .tnp-field-button:after {
    width: 46px;
  }
}
.ct-newsletter1 .tnp-field-button:before {
  content: "";
  background-image: -webkit-linear-gradient(
    90deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.ct-newsletter1 .tnp-field-button:after {
  z-index: 2;
  content: "\f1d8";
}
.ct-newsletter1 .tnp-field-button .tnp-button {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 62px;
  padding: 0;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .ct-newsletter1 .tnp-field-button .tnp-button {
    width: 46px;
  }
}
.ct-newsletter1 .tnp-field-button:hover:after {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.ct-newsletter1.style2 .tnp-field-email .tnp-email {
  background-color: #3b4c80;
}
.ct-newsletter1.style2 .tnp-field-button:before {
  background-image: none;
  background-color: #1040d3;
}
.ct-newsletter1.style2 .tnp-field-button:before:hover {
  background-color: #001659;
}
.ct-newsletter1.style2 .tnp-field-button:after {
  color: #fff;
}
.ct-newsletter1.style3 .tnp-field-email .tnp-email {
  background-color: rgba(255, 255, 255, 0.23);
}
.ct-newsletter1.style3 .tnp-field-button:before {
  background-image: -webkit-linear-gradient(
    90deg,
    #49c200 0%,
    #b0e603 50%,
    #49c200
  );
  background-image: -moz-linear-gradient(
    90deg,
    #49c200 0%,
    #b0e603 50%,
    #49c200
  );
  background-image: -ms-linear-gradient(
    90deg,
    #49c200 0%,
    #b0e603 50%,
    #49c200
  );
  background-image: -o-linear-gradient(90deg, #49c200 0%, #b0e603 50%, #49c200);
  background-image: linear-gradient(90deg, #49c200 0%, #b0e603 50%, #49c200);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size: 300%, 1px;
  background-position: 0;
  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;
}
.ct-newsletter1.style3 .tnp-field-button:after {
  color: #fff;
}
.ct-newsletter1.style3 .tnp-field-button:hover:before {
  background-position: 100%;
}
.ct-icon1 {
  margin: 0;
  list-style: none;
}
.ct-icon1 a {
  display: inline-block;
}
.ct-icon1 a i {
  height: 29px;
  width: 29px;
  line-height: 29px;
  display: inline-block;
  -webkit-border-radius: 29px;
  -khtml-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  border-radius: 29px;
  font-size: 17px;
  color: #fe9800;
  background-color: #fff;
  text-align: center;
  margin-right: 4px;
  margin-bottom: 8px;
}
.ct-icon1 a i.fa-facebook-f {
  color: #16599b;
}
.ct-icon1 a i.fa-dribbble {
  color: #eb568f;
}
.ct-icon1 a i.fa-twitter {
  color: #03a9f4;
}
.ct-icon1 a i.fa-behance {
  color: #0d6fff;
}
.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-heading .item--sub-title {
  font-weight: 600;
  padding-bottom: 2px;
  display: inline-block;
}
.ct-heading .item--sub-title.style1 {
  padding-left: 78px;
  position: relative;
}
.ct-heading .item--sub-title.style1:before {
  content: "";
  width: 50px;
  height: 3px;
  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%);
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  -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);
}
.ct-heading .item--sub-title.hide-line {
  padding-left: 0;
}
.ct-heading .item--sub-title.hide-line:before {
  display: none;
}
.ct-heading .item--title {
  margin-bottom: 0;
}
.ct-heading .item--title.st-line-left,
.ct-heading .item--title.st-line-left2 {
  padding-left: 78px;
}
.ct-heading .item--title.st-line-left:before,
.ct-heading .item--title.st-line-left2:before {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f36f21bf),
    to(#f36f21)
  );
  background-image: -webkit-linear-gradient(top, #f36f21, #f36f21);
  background-image: -moz-linear-gradient(top, #f36f21, #f36f21);
  background-image: -ms-linear-gradient(top, #f36f21, #f36f21);
  background-image: -o-linear-gradient(top, #f36f21, #f36f21);
  background-image: linear-gradient(top, #f36f21, #f36f21);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36f21',endColorStr='#f36f21');
}
@media screen and (max-width: 1024px) {
  .ct-heading .item--title.st-line-left,
  .ct-heading .item--title.st-line-left2 {
    padding-left: 68px;
  }
  .ct-heading .item--title.st-line-left:before,
  .ct-heading .item--title.st-line-left2:before {
    width: 40px;
  }
}
.ct-heading .item--title.st-line-left2:before {
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
}
.ct-heading .item--title cite {
  color: #0e3ac3;
  font-family: playfair display;
}
.ct-heading h3.item--title {
  font-size: 36px;
  line-height: 1.33333;
}
@media screen and (max-width: 991px) {
  .ct-heading h3.item--title {
    font-size: 30px;
  }
}
.ct-heading span.item--title {
  display: block;
}
.ct-blog-grid-layout1 .entry-featured {
  position: relative;
  overflow: hidden;
}
.ct-blog-grid-layout1 .entry-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;
  width: 100%;
}
.ct-blog-grid-layout1 .entry-featured:hover img {
  -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);
}
.ct-blog-grid-layout1 .entry-meta {
  color: #767677;
  margin-bottom: 7px;
}
.ct-blog-grid-layout1 .entry-body {
  padding: 24px 28px 27px;
}
@media screen and (max-width: 1199px) {
  .ct-blog-grid-layout1 .entry-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ct-blog-grid-layout1 .entry-body .entry-title {
  margin-bottom: 0;
}
.ct-blog-grid-layout1 .entry-body .entry-title a:hover {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .ct-blog-grid-layout1 .entry-body .entry-title {
    font-size: 17px;
  }
}
.ct-blog-grid-layout1 .grid-item-inner {
  background-color: #fff;
  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;
  -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);
  margin-bottom: 67px;
  -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 .grid-item-inner:hover {
  -webkit-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  -khtml-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  -moz-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  -ms-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  -o-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
}
.ct-blog-grid-layout2 .entry-meta {
  color: #6787c0;
  -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-layout2 .grid-item-inner {
  background-color: #fff;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 49px rgba(7, 0, 76, 0.16);
  -khtml-box-shadow: 0 0 49px rgba(7, 0, 76, 0.16);
  -moz-box-shadow: 0 0 49px rgba(7, 0, 76, 0.16);
  -ms-box-shadow: 0 0 49px rgba(7, 0, 76, 0.16);
  -o-box-shadow: 0 0 49px rgba(7, 0, 76, 0.16);
  box-shadow: 0 0 49px rgba(7, 0, 76, 0.16);
  -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) {
  .ct-blog-grid-layout2 .grid-column-left {
    margin-bottom: 40px;
  }
}
.ct-blog-grid-layout2 .grid-column-left .entry-body {
  border: 1px solid #dfe7ef;
  padding: 22px 40px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 1199px) {
  .ct-blog-grid-layout2 .grid-column-left .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-blog-grid-layout2 .grid-column-left .entry-featured {
  position: relative;
  overflow: hidden;
}
.ct-blog-grid-layout2 .grid-column-left .entry-featured a:before,
.ct-blog-grid-layout2 .grid-column-left .entry-featured a:after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
  -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-blog-grid-layout2 .grid-column-left .entry-featured a:before {
  right: 0;
  opacity: 1;
  top: 0;
}
.ct-blog-grid-layout2 .grid-column-left .entry-featured a:after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}
.ct-blog-grid-layout2 .grid-column-left .entry-featured + .entry-body {
  -webkit-border-radius: 0 0 7px 7px;
  -khtml-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  border-top: none;
}
.ct-blog-grid-layout2 .grid-column-left .entry-title {
  font-size: 24px;
  line-height: 34px;
  color: #00165a;
  margin-bottom: 7px;
}
.ct-blog-grid-layout2 .grid-column-left .entry-title a:hover {
  color: inherit;
  text-decoration: underline;
}
.ct-blog-grid-layout2
  .grid-column-left
  .grid-item-inner:hover
  .entry-featured
  a:before,
.ct-blog-grid-layout2
  .grid-column-left
  .grid-item-inner:hover
  .entry-featured
  a:after {
  height: 100%;
  opacity: 0;
  width: 100%;
}
.ct-blog-grid-layout2 .grid-column-right .entry-body {
  border: 1px solid #dfe7ef;
  padding: 22px 30px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  flex-grow: 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;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .ct-blog-grid-layout2 .grid-column-right .entry-body {
    padding-right: 20px;
  }
}
.ct-blog-grid-layout2 .grid-column-right .entry-featured {
  width: 252px;
  min-width: 252px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .ct-blog-grid-layout2 .grid-column-right .entry-featured {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .ct-blog-grid-layout2 .grid-column-right .entry-featured {
    width: 100%;
    height: 100%;
    height: 180px;
  }
}
.ct-blog-grid-layout2 .grid-column-right .entry-featured a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-blog-grid-layout2 .grid-column-right .entry-featured + .entry-body {
  -webkit-border-radius: 0 7px 7px 0;
  -khtml-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  border-left: none;
}
@media screen and (max-width: 575px) {
  .ct-blog-grid-layout2 .grid-column-right .entry-featured + .entry-body {
    border-top: none;
    border-left: 1px solid #dfe7ef;
    -webkit-border-radius: 0 0 7px 7px;
    -khtml-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
  }
}
.ct-blog-grid-layout2 .grid-column-right .entry-title {
  font-size: 20px;
  line-height: 30px;
  color: #00165a;
  margin-bottom: 14px;
}
.ct-blog-grid-layout2 .grid-column-right .entry-title a:hover {
  color: inherit;
}
.ct-blog-grid-layout2 .grid-column-right .entry-content {
  font-size: 16px;
  line-height: 28px;
  color: #4b546e;
  margin-bottom: 6px;
  -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-layout2 .grid-column-right .grid-item-inner {
  display: flex;
  flex-wrap: nowrap;
  background-color: initial;
}
@media screen and (max-width: 575px) {
  .ct-blog-grid-layout2 .grid-column-right .grid-item-inner {
    display: block;
  }
}
.ct-blog-grid-layout2 .grid-column-right .grid-item + .grid-item {
  margin-top: 40px;
}
.ct-blog-grid-layout2 .grid-column-right .grid-item-inner:hover .entry-body {
  background-color: #02038d;
  border-color: #02038d;
}
.ct-blog-grid-layout2 .grid-column-right .grid-item-inner:hover .entry-content {
  color: #f1f1f1;
}
.ct-blog-grid-layout2 .grid-column-right .grid-item-inner:hover .entry-meta {
  color: #9d9efa;
}
.ct-blog-grid-layout2 .grid-column-right .grid-item-inner:hover .entry-title {
  color: #fff;
}
.ct-blog-grid-layout2 .grid-column-right .grid-item-inner:hover .entry-title a {
  text-decoration: underline;
}
.ct-blog-carousel-layout1 .item--meta {
  color: #767677;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.ct-blog-carousel-layout1 .item--body {
  padding: 24px 28px 27px;
  border: 1px solid #e5e5e6;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .ct-blog-carousel-layout1 .item--body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ct-blog-carousel-layout1 .item--body .item--title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
.ct-blog-carousel-layout1 .item--body .item--title a {
  color: #f36f21;
}
.ct-blog-carousel-layout1 .item--body .item--title a:hover {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .ct-blog-carousel-layout1 .item--body .item--title {
    font-size: 17px;
  }
}
.ct-blog-carousel-layout1 .item--featured {
  position: relative;
  overflow: hidden;
}
.ct-blog-carousel-layout1 .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;
  width: 100%;
}
.ct-blog-carousel-layout1 .item--featured:hover img {
  -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);
}
.ct-blog-carousel-layout1 .item--featured + .item--body {
  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-blog-carousel-layout1 .item--content {
  font-size: 15px;
  line-height: 28px;
  color: #4d546b;
  padding-top: 10px;
}
.ct-blog-carousel-layout1 .item--readmore {
  padding-top: 12px;
  line-height: 1;
}
.ct-blog-carousel-layout1 .item--readmore a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(top, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(top, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(top, #f55301, #ff9f00);
  background-image: -o-linear-gradient(top, #f55301, #ff9f00);
  background-image: linear-gradient(top, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00');
  display: inline-block;
  padding-right: 4px;
}
.ct-blog-carousel-layout1 .item--readmore a i {
  margin-left: 4px;
  display: initial;
  -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:hover {
  background-color: #ff9f00;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff9f00),
    to(#f55301)
  );
  background-image: -webkit-linear-gradient(left, #ff9f00, #f55301);
  background-image: -moz-linear-gradient(left, #ff9f00, #f55301);
  background-image: -ms-linear-gradient(left, #ff9f00, #f55301);
  background-image: -o-linear-gradient(left, #ff9f00, #f55301);
  background-image: linear-gradient(left, #ff9f00, #f55301);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9f00',endColorStr='#f55301',gradientType='1');
}
.ct-blog-carousel-layout1 .item--readmore a:hover i {
  margin-left: 10px;
}
.ct-blog-carousel-layout1 .grid-item-inner {
  background-color: #fff;
  -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;
  -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);
  margin-bottom: 67px;
  -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 .grid-item-inner:hover {
  -webkit-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  -khtml-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  -moz-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  -ms-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  -o-box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
  box-shadow: 0 26px 51px rgba(11, 11, 11, 0.22);
}
.ct-blog-carousel-layout1 .ct-slick-carousel {
  margin: 0 -30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.ct-blog-carousel-layout1 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-blog-carousel-layout1 .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-blog-carousel-layout1 .slick-slide.slick-active {
  opacity: 1;
}
.ct-blog-carousel-layout1.style2 .item--body {
  border-color: #d8e1fc;
}
.ct-blog-carousel-layout1.style2 .item--meta {
  color: #6787c0;
}
.ct-blog-carousel-layout1.style2 .item--title {
  color: #00165a;
}
.ct-blog-carousel-layout1.style2 .item--readmore a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001659),
    to(#1040d3)
  );
  background-image: -webkit-linear-gradient(top, #001659, #1040d3);
  background-image: -moz-linear-gradient(top, #001659, #1040d3);
  background-image: -ms-linear-gradient(top, #001659, #1040d3);
  background-image: -o-linear-gradient(top, #001659, #1040d3);
  background-image: linear-gradient(top, #001659, #1040d3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
}
.ct-blog-carousel-layout1.style2 .item--readmore a:hover {
  background-color: #f7c42a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f7c42a),
    to(#f5750d)
  );
  background-image: -webkit-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(left, #f7c42a, #f5750d);
  background-image: linear-gradient(left, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d',gradientType='1');
}
.ct-blog-carousel-layout1.style2 .grid-item-inner {
  -webkit-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -khtml-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -moz-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -ms-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -o-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
}
.ct-blog-carousel-layout1.style2 .grid-item-inner:hover {
  -webkit-box-shadow: 0 26px 51px rgba(3, 31, 114, 0.22);
  -khtml-box-shadow: 0 26px 51px rgba(3, 31, 114, 0.22);
  -moz-box-shadow: 0 26px 51px rgba(3, 31, 114, 0.22);
  -ms-box-shadow: 0 26px 51px rgba(3, 31, 114, 0.22);
  -o-box-shadow: 0 26px 51px rgba(3, 31, 114, 0.22);
  box-shadow: 0 26px 51px rgba(3, 31, 114, 0.22);
}
.ct-blog-carousel-layout1 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 60px;
}
.ct-blog-carousel-layout1 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
  bottom: 20px;
}
.row-border-box {
  overflow: hidden;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0 8px 32px rgba(7, 0, 76, 0.23);
  -khtml-box-shadow: 0 8px 32px rgba(7, 0, 76, 0.23);
  -moz-box-shadow: 0 8px 32px rgba(7, 0, 76, 0.23);
  -ms-box-shadow: 0 8px 32px rgba(7, 0, 76, 0.23);
  -o-box-shadow: 0 8px 32px rgba(7, 0, 76, 0.23);
  box-shadow: 0 8px 32px rgba(7, 0, 76, 0.23);
}
.wpcf7-form .input-icon {
  position: absolute;
  top: 50%;
  right: 22px;
  -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-contact-form-layout1 .nice-select:after {
  color: #767676;
  font-size: 14px;
}
.ct-contact-form-layout1 .nice-select span.current {
  line-height: 36px;
}
.ct-contact-form-layout1 .wpcf7-submit {
  -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;
  font-size: 14px;
}
.ct-contact-form-layout1 .wpcf7-form-control:not(.wpcf7-submit) {
  border-color: #dfe7ef;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  color: #636363;
}
.ct-contact-form-layout1 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #fe9800;
}
.ct-contact-form-layout1 .wpcf7-form-control.wpcf7-textarea {
  height: 130px;
}
.ct-contact-form-layout1.style2 .nice-select span.current {
  line-height: 50px;
}
.ct-contact-form-layout1.style2 .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}
.ct-contact-form-layout1.style2 .input-icon {
  font-size: 16px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1040d3),
    to(#001659)
  );
  background-image: -webkit-linear-gradient(bottom, #1040d3, #001659);
  background-image: -moz-linear-gradient(bottom, #1040d3, #001659);
  background-image: -ms-linear-gradient(bottom, #1040d3, #001659);
  background-image: -o-linear-gradient(bottom, #1040d3, #001659);
  background-image: linear-gradient(bottom, #1040d3, #001659);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1040d3',endColorStr='#001659');
  right: 0;
}
@media screen and (max-width: 991px) {
  .ct-contact-form-layout1.style2 .input-icon {
    font-size: 14px;
  }
}
.ct-contact-form-layout1.style2 .nice-select:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1040d3),
    to(#001659)
  );
  background-image: -webkit-linear-gradient(bottom, #1040d3, #001659);
  background-image: -moz-linear-gradient(bottom, #1040d3, #001659);
  background-image: -ms-linear-gradient(bottom, #1040d3, #001659);
  background-image: -o-linear-gradient(bottom, #1040d3, #001659);
  background-image: linear-gradient(bottom, #1040d3, #001659);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1040d3',endColorStr='#001659');
  font-weight: 900;
  right: 0;
}
.ct-contact-form-layout1.style2 .nice-select .list .selected {
  color: #021d6c;
}
.ct-contact-form-layout1.style2 .wpcf7-form-control:not(.wpcf7-submit) {
  font-size: 16px;
  font-weight: 600;
  color: #6787c0;
  border: none;
  border-bottom: 1px solid #dde3f7;
  padding: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .ct-contact-form-layout1.style2 .wpcf7-form-control:not(.wpcf7-submit) {
    font-size: 14px;
  }
}
.ct-contact-form-layout1.style2 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #001659;
}
.ct-contact-form-layout1.style2 .wpcf7-form-control.wpcf7-textarea {
  height: 98px;
}
.ct-contact-form-layout1.style2 .wpcf7-form .wpcf7-submit {
  margin-top: -4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 57px;
}
.ct-contact-form-layout1.style2 .wpcf7-form .wpcf7-submit:before,
.ct-contact-form-layout1.style2 .wpcf7-form .wpcf7-submit:after {
  right: 24px;
}
.ct-contact-form-layout1.style3 .wpcf7-form-control:not(.wpcf7-submit) {
  border-color: #d8d8d8;
  border-radius: 0;
}
.ct-contact-form-layout1.style3 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #fe9800;
}
.ct-contact-form-layout1.style3 .wpcf7-submit {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.ct-contact-form-layout2 .ct-contact-form-meta {
  -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: #00175d;
  background-image: url(../images/bg-contact1.png);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px 65px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2 .ct-contact-form-meta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-contact-form-layout2 .ct-contact-form-meta .form-meta-align {
  display: flex;
  flex-wrap: nowrap;
}
.ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon {
  line-height: 1;
  font-size: 45px;
  margin-right: 32px;
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon {
    font-size: 40px;
    margin-right: 20px;
  }
}
.ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon i {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5750d),
    to(#f7c42a)
  );
  background-image: -webkit-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -moz-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -ms-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -o-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: linear-gradient(bottom, #f5750d, #f7c42a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5750d',endColorStr='#f7c42a');
}
.ct-contact-form-layout2 .ct-contact-form-meta .form-meta-inner h3 {
  margin-bottom: 17px;
  font-size: 26px;
  line-height: 29px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2 .ct-contact-form-meta .form-meta-inner h3 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.ct-contact-form-layout2
  .ct-contact-form-meta
  .form-meta-inner
  .form-meta-call {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2
    .ct-contact-form-meta
    .form-meta-inner
    .form-meta-call {
    font-size: 24px;
  }
}
.ct-contact-form-layout2
  .ct-contact-form-meta
  .form-meta-inner
  .form-meta-call
  span {
  font-weight: 400;
}
.ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon-pbs {
  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: -73px;
  font-size: 45px;
  border: 1px solid #d9d9d9;
  height: 114px;
  width: 114px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(7, 0, 76, 0.24);
  -khtml-box-shadow: 0 0 24px rgba(7, 0, 76, 0.24);
  -moz-box-shadow: 0 0 24px rgba(7, 0, 76, 0.24);
  -ms-box-shadow: 0 0 24px rgba(7, 0, 76, 0.24);
  -o-box-shadow: 0 0 24px rgba(7, 0, 76, 0.24);
  box-shadow: 0 0 24px rgba(7, 0, 76, 0.24);
  line-height: 1;
  z-index: 99;
}
.ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon-pbs i {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001659),
    to(#1040d3)
  );
  background-image: -webkit-linear-gradient(bottom, #001659, #1040d3);
  background-image: -moz-linear-gradient(bottom, #001659, #1040d3);
  background-image: -ms-linear-gradient(bottom, #001659, #1040d3);
  background-image: -o-linear-gradient(bottom, #001659, #1040d3);
  background-image: linear-gradient(bottom, #001659, #1040d3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon-pbs {
    width: 80px;
    height: 80px;
    font-size: 36px;
    right: -55px;
  }
}
@media screen and (max-width: 767px) {
  .ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon-pbs {
    display: none;
  }
}
.ct-contact-form-layout2 .ct-contact-form-holder {
  background-color: #eceaf5;
  background-image: url(../images/bg-contact2.png);
  height: 100%;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 60px 55px 80px 80px;
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2 .ct-contact-form-holder {
    padding: 40px 30px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .ct-contact-form-layout2 .ct-contact-form-holder {
    padding-left: 30px;
    margin-top: 30px;
  }
}
.ct-contact-form-layout2 .ct-contact-form-holder &gt; h3 {
  font-size: 26px;
  color: #021d6c;
  margin-bottom: 22px;
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2 .ct-contact-form-holder &gt; h3 {
    font-size: 20px;
  }
}
.ct-contact-form-layout2 .wpcf7-form .quote-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -8px;
}
.ct-contact-form-layout2 .wpcf7-form .quote-form &gt; * {
  margin: 0 8px;
}
.ct-contact-form-layout2 .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.ct-contact-form-layout2 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  font-size: 15px;
  color: #6787c0;
  font-style: italic;
  border-radius: 5px;
  border-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(7, 0, 76, 0.12);
  -khtml-box-shadow: 0 0 6px rgba(7, 0, 76, 0.12);
  -moz-box-shadow: 0 0 6px rgba(7, 0, 76, 0.12);
  -ms-box-shadow: 0 0 6px rgba(7, 0, 76, 0.12);
  -o-box-shadow: 0 0 6px rgba(7, 0, 76, 0.12);
  box-shadow: 0 0 6px rgba(7, 0, 76, 0.12);
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    font-size: 14px;
  }
}
.ct-contact-form-layout2
  .wpcf7-form
  .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #fe9800;
}
.ct-contact-form-layout2 .wpcf7-form .wpcf7-submit {
  -webkit-box-shadow: 0 4px 8px rgba(7, 0, 76, 0.12);
  -khtml-box-shadow: 0 4px 8px rgba(7, 0, 76, 0.12);
  -moz-box-shadow: 0 4px 8px rgba(7, 0, 76, 0.12);
  -ms-box-shadow: 0 4px 8px rgba(7, 0, 76, 0.12);
  -o-box-shadow: 0 4px 8px rgba(7, 0, 76, 0.12);
  box-shadow: 0 4px 8px rgba(7, 0, 76, 0.12);
  font-size: 15px;
  font-weight: 600;
  padding: 0 32px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 50px;
  background-image: -webkit-linear-gradient(
    90deg,
    #f7c42a 0%,
    #f5750d 50%,
    #f7c42a
  );
  background-image: -moz-linear-gradient(
    90deg,
    #f7c42a 0%,
    #f5750d 50%,
    #f7c42a
  );
  background-image: -ms-linear-gradient(
    90deg,
    #f7c42a 0%,
    #f5750d 50%,
    #f7c42a
  );
  background-image: -o-linear-gradient(90deg, #f7c42a 0%, #f5750d 50%, #f7c42a);
  background-image: linear-gradient(90deg, #f7c42a 0%, #f5750d 50%, #f7c42a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
@media screen and (max-width: 1199px) {
  .ct-contact-form-layout2 .wpcf7-form .wpcf7-submit {
    padding: 0 22px;
  }
}
.ct-contact-form-layout2 .ct-contact-form-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.ct-contact-form-layout2 .ct-contact-form-inner &gt; div {
  padding: 0 16px;
}
.ct-contact-form-layout2.style2 .ct-contact-form-meta {
  background-color: #02038d;
}
.ct-contact-form-layout2.style2 .ct-contact-form-meta .form-meta-icon-pbs i {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(bottom, #49c200, #b0e603);
  background-image: -moz-linear-gradient(bottom, #49c200, #b0e603);
  background-image: -ms-linear-gradient(bottom, #49c200, #b0e603);
  background-image: -o-linear-gradient(bottom, #49c200, #b0e603);
  background-image: linear-gradient(bottom, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603');
}
.ct-contact-form-layout2.style2
  .wpcf7-form
  .wpcf7-form-control:not(.wpcf7-submit) {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ct-contact-form-layout2.style2 .wpcf7-form .wpcf7-submit {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -moz-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -ms-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -o-linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  background-image: linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.wpcf7-form .coming-soon-form {
  display: flex;
  flex-wrap: nowrap;
  max-width: 568px;
  margin: auto;
}
.wpcf7-form .coming-soon-form .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7-form .coming-soon-form .wpcf7-form-control:not(.wpcf7-submit) {
  height: 46px;
  border: 1px solid #484848;
  background-color: #484848;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 8px 0 0 8px;
  -khtml-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.wpcf7-form .coming-soon-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #f55301;
}
.wpcf7-form .coming-soon-form .wpcf7-submit {
  line-height: 46px;
  font-size: 14px;
  padding: 0 42px;
  font-weight: 600;
  -webkit-border-radius: 0 8px 8px 0;
  -khtml-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.wpcf7-form .coming-soon-form + .wpcf7-response-output {
  max-width: 568px;
  margin: 15px auto 0;
}
.ct-accordion .ct-ac-content {
  display: none;
}
.ct-accordion.layout1 .ct-ac-title {
  font-size: 18px;
  color: #222;
  -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-weight: 700;
  position: relative;
  cursor: pointer;
}
.ct-accordion.layout1 .ct-ac-title a {
  padding: 24px 65px 24px 25px;
  display: block;
  color: inherit;
}
.ct-accordion.layout1 .ct-ac-title a:before {
  content: "\f107";
  font-family: "font awesome 5 Free";
  font-size: 16px;
  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: 35px;
  color: #9ba2aa;
  -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-accordion.layout1 .ct-ac-title a:after {
  content: "\f136";
  font-family: material-design-iconic-font;
  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: 30px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  background-color: #9ba2aa;
  color: #fff;
  text-align: center;
  position: absolute;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  font-size: 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;
  opacity: 0;
}
.ct-accordion.layout1 .ct-ac-content {
  color: #636363;
  padding: 0 65px 24px 25px;
}
.ct-accordion.layout1 .ct-accordion-item {
  border: 1px solid #e6e6e6;
  -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;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  position: relative;
}
.ct-accordion.layout1 .ct-accordion-item:before {
  content: "";
  height: 0;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  -webkit-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -khtml-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -moz-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -ms-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -o-box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  box-shadow: 0 0 9px rgba(12, 12, 12, 0.3);
  -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-accordion.layout1 .ct-accordion-item + .ct-accordion-item {
  margin-top: 19px;
}
.ct-accordion.layout1 .ct-accordion-item.active {
  border-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.ct-accordion.layout1 .ct-accordion-item.active:before {
  height: 100%;
  opacity: 1;
}
.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a {
  padding-bottom: 4px;
}
.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a:before {
  opacity: 0;
}
.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a:after {
  opacity: 1;
}
.ct-pricing-layout1 {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  -khtml-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  border: 1px solid #ecebeb;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(../images/bg-pricing-01.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}
.ct-pricing-layout1 .pricing-recommend {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  padding: 7px 30px;
}
.ct-pricing-layout1 .pricing-meta {
  padding: 18px 25px;
}
.ct-pricing-layout1 .pricing-meta .pricing-title {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid #4b4b4b;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .ct-pricing-layout1 .pricing-meta .pricing-title {
    font-size: 20px;
  }
}
.ct-pricing-layout1 .pricing-meta .pricing-description {
  color: #4d546b;
}
@media screen and (max-width: 991px) {
  .ct-pricing-layout1 .pricing-meta .pricing-description {
    font-size: 14px;
    line-height: 24px;
  }
}
.ct-pricing-layout1 .pricing-price {
  line-height: 1;
  padding: 12px 20px;
  font-size: 36px;
  font-weight: 600;
  color: #222;
  text-align: center;
  background-image: -webkit-linear-gradient(
    90deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.ct-pricing-layout1 .pricing-price span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 4px;
}
.ct-pricing-layout1 .pricing-holder {
  padding: 16px 20px 27px;
}
@media screen and (max-width: 991px) {
  .ct-pricing-layout1 .pricing-holder {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ct-pricing-layout1 .pricing-feature {
  margin-bottom: 0;
  list-style: none;
}
.ct-pricing-layout1 .pricing-feature li {
  color: #636363;
  font-size: 15px;
  padding: 12px 15px;
}
@media screen and (max-width: 991px) {
  .ct-pricing-layout1 .pricing-feature li {
    font-size: 13px;
  }
}
.ct-pricing-layout1 .pricing-feature li i {
  margin-right: 8px;
  color: #f55301;
}
.ct-pricing-layout1 .pricing-feature li.active {
  background-color: #efefef;
}
.ct-pricing-layout1 .pricing-button {
  margin-top: 19px;
}
.ct-pricing-layout1 .pricing-button .btn-secondary {
  width: 100%;
  line-height: 45px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ct-pricing-layout1 .pricing-button .btn-preset3 {
  width: 100%;
  line-height: 48px;
  font-size: 14px;
}
.ct-pricing-layout1 .pricing-button .btn-preset3:before,
.ct-pricing-layout1 .pricing-button .btn-preset3:after {
  right: 20px;
}
.ct-pricing-layout1.recommended {
  margin-top: -39px;
  -webkit-box-shadow: 0 34px 30px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 34px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 34px 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 34px 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 34px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 34px 30px rgba(0, 0, 0, 0.2);
}
.ct-pricing-layout1.recommended.style1 .pricing-button .btn {
  color: #fff;
  text-decoration: underline;
}
.ct-pricing-layout1.recommended.style1 .pricing-button .btn:before {
  background-image: -webkit-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -moz-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -ms-linear-gradient(
    90deg,
    #f55301 0%,
    #ff9f00 50%,
    #f55301
  );
  background-image: -o-linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  background-image: linear-gradient(90deg, #f55301 0%, #ff9f00 50%, #f55301);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size: 300%, 1px;
  background-position: 0;
}
.ct-pricing-layout1.recommended.style1 .pricing-button .btn:hover:before {
  opacity: 1;
  background-position: 100%;
  left: 0;
}
.ct-pricing-layout1.recommended.style1 .pricing-button .btn:hover:after {
  display: none;
}
.ct-pricing-layout1.style2 {
  background-image: url(../images/bg-pricing-03.png);
}
.ct-pricing-layout1.style2 .pricing-recommend {
  background-color: #1040d3;
}
.ct-pricing-layout1.style2 .pricing-price {
  color: #fff;
  background-image: -webkit-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: linear-gradient(-190deg, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d');
}
.ct-pricing-layout1.style2 .pricing-meta .pricing-title {
  border: none;
  color: #00175b;
}
.ct-pricing-layout1.style2 .pricing-meta .pricing-description {
  color: #4d546b;
}
.ct-pricing-layout1.style2 .pricing-feature li {
  color: #4d546b;
}
.ct-pricing-layout1.style2 .pricing-feature li i {
  color: #1040d3;
}
.ct-pricing-layout1.style2.recommended {
  -webkit-box-shadow: 0 34px 30px rgba(3, 31, 114, 0.2);
  -khtml-box-shadow: 0 34px 30px rgba(3, 31, 114, 0.2);
  -moz-box-shadow: 0 34px 30px rgba(3, 31, 114, 0.2);
  -ms-box-shadow: 0 34px 30px rgba(3, 31, 114, 0.2);
  -o-box-shadow: 0 34px 30px rgba(3, 31, 114, 0.2);
  box-shadow: 0 34px 30px rgba(3, 31, 114, 0.2);
}
.ct-pricing-layout1.style2.recommended .pricing-button .btn {
  text-decoration: underline;
}
.ct-pricing-layout1.style2.recommended .pricing-button .btn:before {
  opacity: 0;
}
.ct-pricing-layout1.style2.recommended .pricing-button .btn:after {
  opacity: 1;
}
.ct-pricing-layout1.style2.recommended .pricing-button .btn:hover:before {
  opacity: 1;
}
.ct-pricing-layout1.style2.recommended .pricing-button .btn:hover:after {
  opacity: 0;
}
.pricing-bg2 .ct-pricing-layout1 {
  background-image: url(../images/bg-pricing-02.png);
}
.pricing-bg2 .ct-pricing-layout1.style2 {
  background-image: url(../images/bg-pricing-03.png);
}
.pricing-remove-bg .ct-pricing-layout1 {
  background-image: none;
}
.ct-countdown-wrap {
  max-width: 860px;
  margin: auto;
}
.ct-countdown {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27px;
}
@media screen and (max-width: 991px) {
  .ct-countdown {
    margin: 0 -15px;
  }
}
.ct-countdown .countdown-amount {
  color: #222;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  padding-bottom: 11px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ct-countdown .countdown-amount {
    font-size: 40px;
  }
}
.ct-countdown .countdown-amount:before {
  content: "";
  width: 33px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ct-countdown .countdown-period {
  font-size: 24px;
  color: #2d2d2d;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ct-countdown .countdown-period {
    font-size: 18px;
  }
}
.ct-countdown .countdown-item {
  padding: 0 27px;
  margin-bottom: 50px;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .ct-countdown .countdown-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .ct-countdown .countdown-item {
    width: 50%;
  }
}
.ct-countdown .countdown-item .countdown-item-inner {
  padding: 27px 30px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(
    90deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22),
    0 11px 8px rgba(0, 0, 0, 0.29) inset;
  -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22),
    0 11px 8px rgba(0, 0, 0, 0.29) inset;
  -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22),
    0 11px 8px rgba(0, 0, 0, 0.29) inset;
  -o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22),
    0 11px 8px rgba(0, 0, 0, 0.29) inset;
}
.item--social .fa {
  font-family: fontawesome;
  font-weight: 400;
}
.ct-team-grid1 .item--image img,
.ct-team-carousel3 .item--image img {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.ct-team-grid1 .item--title,
.ct-team-carousel3 .item--title {
  font-size: 22px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1199px) {
  .ct-team-grid1 .item--title,
  .ct-team-carousel3 .item--title {
    font-size: 20px;
  }
}
.ct-team-grid1 .tem--position,
.ct-team-carousel3 .tem--position {
  color: #636363;
}
.ct-team-grid1 .item--list,
.ct-team-carousel3 .item--list {
  margin-bottom: 0;
  list-style: none;
}
.ct-team-grid1 .item--list li,
.ct-team-carousel3 .item--list li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .ct-team-grid1 .item--list li,
  .ct-team-carousel3 .item--list li {
    font-size: 14px;
  }
}
.ct-team-grid1 .item--list li + li,
.ct-team-carousel3 .item--list li + li {
  margin-top: 3px;
}
.ct-team-grid1 .item--description,
.ct-team-carousel3 .item--description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .ct-team-grid1 .item--description,
  .ct-team-carousel3 .item--description {
    font-size: 14px;
  }
}
.ct-team-grid1 .item--meta-wrap,
.ct-team-carousel3 .item--meta-wrap {
  margin: -47px 37px 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ct-team-grid1 .item--meta-wrap,
  .ct-team-carousel3 .item--meta-wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .ct-team-grid1 .item--meta-wrap,
  .ct-team-carousel3 .item--meta-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ct-team-grid1 .item--meta,
.ct-team-carousel3 .item--meta {
  position: relative;
  background-color: #fff;
  padding: 26px 15px 18px;
  text-align: center;
  -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: 0 0 49px rgba(7, 0, 76, 0.28);
  -khtml-box-shadow: 0 0 49px rgba(7, 0, 76, 0.28);
  -moz-box-shadow: 0 0 49px rgba(7, 0, 76, 0.28);
  -ms-box-shadow: 0 0 49px rgba(7, 0, 76, 0.28);
  -o-box-shadow: 0 0 49px rgba(7, 0, 76, 0.28);
  box-shadow: 0 0 49px rgba(7, 0, 76, 0.28);
  -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--meta.item--last,
.ct-team-carousel3 .item--meta.item--last {
  padding-top: 34px;
  padding-bottom: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #525252 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-box-shadow: 0 9px 16px rgba(8, 8, 8, 0.35);
  -khtml-box-shadow: 0 9px 16px rgba(8, 8, 8, 0.35);
  -moz-box-shadow: 0 9px 16px rgba(8, 8, 8, 0.35);
  -ms-box-shadow: 0 9px 16px rgba(8, 8, 8, 0.35);
  -o-box-shadow: 0 9px 16px rgba(8, 8, 8, 0.35);
  box-shadow: 0 9px 16px rgba(8, 8, 8, 0.35);
  opacity: 0;
  -webkit-transform: translate(0, -60px);
  -khtml-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
}
.ct-team-grid1 .item--meta.item--last .item--title,
.ct-team-carousel3 .item--meta.item--last .item--title {
  color: #fff;
}
.ct-team-grid1 .item--meta.item--last .item--title a,
.ct-team-carousel3 .item--meta.item--last .item--title a {
  color: inherit;
}
.ct-team-grid1 .item--meta.item--last .item--position,
.ct-team-carousel3 .item--meta.item--last .item--position {
  display: block;
  margin-bottom: 11px;
}
.ct-team-grid1 .item--meta.item--last .item--list,
.ct-team-carousel3 .item--meta.item--last .item--list {
  margin-bottom: 17px;
}
.ct-team-grid1 .item--meta.item--last .item--social a,
.ct-team-carousel3 .item--meta.item--last .item--social a {
  color: #fff;
  font-size: 17px;
}
.ct-team-grid1 .item--meta.item--last .item--social a:hover,
.ct-team-carousel3 .item--meta.item--last .item--social a:hover {
  -webkit-transform: translate(0, -5px);
  -khtml-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.ct-team-grid1 .item--social a,
.ct-team-carousel3 .item--social a {
  font-size: 16px;
  display: inline-block;
  margin: 1px 6px 6px;
  color: #fe9800;
}
.ct-team-grid1 .item--inner,
.ct-team-carousel3 .item--inner {
  margin-bottom: 72px;
}
.ct-team-grid1 .item--inner:hover .item--meta.item--first,
.ct-team-carousel3 .item--inner:hover .item--meta.item--first {
  opacity: 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);
}
.ct-team-grid1 .item--inner:hover .item--meta.item--last,
.ct-team-carousel3 .item--inner:hover .item--meta.item--last {
  opacity: 1;
  -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);
}
.ct-team-carousel3 .item--social a {
  color: #49c200;
}
.ct-team-carousel3 .item--first .item--title {
  color: #00165a;
}
.ct-team-carousel3 .item--first .item--position {
  color: #4b546e;
}
.ct-team-carousel3 .item--meta.item--last {
  background-color: #02038d;
  background-image: none;
  overflow: hidden;
  -webkit-box-shadow: 0 21px 39px rgba(7, 0, 76, 0.26);
  -khtml-box-shadow: 0 21px 39px rgba(7, 0, 76, 0.26);
  -moz-box-shadow: 0 21px 39px rgba(7, 0, 76, 0.26);
  -ms-box-shadow: 0 21px 39px rgba(7, 0, 76, 0.26);
  -o-box-shadow: 0 21px 39px rgba(7, 0, 76, 0.26);
  box-shadow: 0 21px 39px rgba(7, 0, 76, 0.26);
}
.ct-team-carousel3 .item--meta.item--last:before {
  content: "";
  width: 160px;
  height: 160px;
  position: absolute;
  top: -80px;
  left: -40px;
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.ct-team-carousel3 .item--meta.item--last .item--description {
  margin-bottom: 12px;
  line-height: 28px;
}
.ct-team-carousel3 .item--meta.item--last .item--position {
  background-image: none;
  text-fill-color: transparent;
  -o-text-fill-color: #9d9efa;
  -ms-text-fill-color: #9d9efa;
  -moz-text-fill-color: #9d9efa;
  -webkit-text-fill-color: #9d9efa;
  columns: #9d9efa;
}
.ct-team-carousel3 .ct-slick-carousel {
  margin: 0 -100px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .ct-team-carousel3 .ct-slick-carousel {
    margin: 0 -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ct-team-carousel3 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-team-carousel3 .ct-slick-carousel .slick-arrow {
  margin-top: -25px !important;
  background-color: #e6e9f1;
  color: #00165a;
}
.ct-team-carousel3 .ct-slick-carousel .slick-arrow:hover {
  color: #fff;
}
.ct-team-carousel3
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow:after {
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
}
.ct-team-carousel3
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-prev {
  left: 15px;
}
@media screen and (max-width: 1400px) {
  .ct-team-carousel3
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel3
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-prev {
    left: 80px;
  }
}
.ct-team-carousel3
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-next {
  right: 15px;
}
@media screen and (max-width: 1400px) {
  .ct-team-carousel3
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-next {
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel3
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-next {
    right: 80px;
  }
}
.ct-team-carousel3 .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-team-carousel3 .slick-slide.slick-active {
  opacity: 1;
}
.ct-team-details {
  max-width: 970px;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-color: #eaeaea;
  -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: 0 19px 21px rgba(34, 34, 34, 0.2);
  -khtml-box-shadow: 0 19px 21px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 19px 21px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 19px 21px rgba(34, 34, 34, 0.2);
  -o-box-shadow: 0 19px 21px rgba(34, 34, 34, 0.2);
  box-shadow: 0 19px 21px rgba(34, 34, 34, 0.2);
}
.ct-team-details .ct-team-image {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-image {
    width: 42%;
  }
}
@media screen and (max-width: 575px) {
  .ct-team-details .ct-team-image {
    width: 100%;
    min-height: 300px;
  }
}
.ct-team-details .ct-team-icon {
  -webkit-border-radius: 7px 0 0 7px;
  -khtml-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  background-image: -webkit-linear-gradient(
    90deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  width: 110px;
  min-width: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-icon {
    width: 80px;
    min-width: 80px;
  }
}
.ct-team-details .ct-team-icon i {
  font-size: 30px;
  color: #101010;
  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%);
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-icon i {
    font-size: 24px;
  }
}
.ct-team-details .ct-team-holder {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-holder {
    padding-bottom: 12px;
  }
}
.ct-team-details .ct-team-contact {
  list-style: none;
  margin-bottom: 0;
  padding: 0 10px 0 28px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .ct-team-details .ct-team-contact {
    padding: 0;
  }
}
.ct-team-details .ct-team-contact li {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  margin-top: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .ct-team-details .ct-team-contact li {
    margin-right: 20px;
  }
}
.ct-team-details .ct-team-contact li i {
  margin-right: 14px;
}
@media screen and (max-width: 991px) {
  .ct-team-details .ct-team-contact li i {
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-contact li {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
  }
}
.ct-team-details .ct-team-contact li.contact-address {
  max-width: 270px;
}
.ct-team-details .ct-team-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ct-team-details .ct-team-social .ct-team-button {
  margin-top: 22px;
  margin-right: 30px;
}
.ct-team-details .ct-team-social .ct-team-social-list {
  margin-top: 22px;
  flex-grow: 1;
}
.ct-team-details .ct-team-social .ct-team-social-list a {
  display: inline-block;
}
.ct-team-details .ct-team-social .ct-team-social-list a i {
  height: 29px;
  width: 29px;
  line-height: 29px;
  display: inline-block;
  -webkit-border-radius: 29px;
  -khtml-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  border-radius: 29px;
  font-size: 17px;
  color: #fe9800;
  background-color: #fff;
  text-align: center;
  margin: 8px 10px 8px 0;
  -webkit-box-shadow: 0 6px 16px rgba(103, 103, 103, 0.36);
  -khtml-box-shadow: 0 6px 16px rgba(103, 103, 103, 0.36);
  -moz-box-shadow: 0 6px 16px rgba(103, 103, 103, 0.36);
  -ms-box-shadow: 0 6px 16px rgba(103, 103, 103, 0.36);
  -o-box-shadow: 0 6px 16px rgba(103, 103, 103, 0.36);
  box-shadow: 0 6px 16px rgba(103, 103, 103, 0.36);
}
.ct-team-details .ct-team-social .ct-team-social-list a i.fa-facebook-f {
  color: #16599b;
}
.ct-team-details .ct-team-social .ct-team-social-list a i.fa-dribbble {
  color: #eb568f;
}
.ct-team-details .ct-team-social .ct-team-social-list a i.fa-twitter {
  color: #03a9f4;
}
.ct-team-details .ct-team-social .ct-team-social-list a i.fa-behance {
  color: #0d6fff;
}
.ct-team-details .ct-team-social .ct-team-social-list 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-team-details .ct-team-meta {
  background-image: -webkit-linear-gradient(90deg, #000 0%, #5c5c5c 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #5c5c5c 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #5c5c5c 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #5c5c5c 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #5c5c5c 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  padding: 21px 50px;
  -webkit-border-radius: 0 7px 7px 0;
  -khtml-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .ct-team-details .ct-team-meta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-meta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ct-team-details .ct-team-meta .ct-team-title {
  margin-bottom: 0;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-meta .ct-team-title {
    font-size: 18px;
  }
}
.ct-team-details .ct-team-meta .ct-team-position {
  font-size: 16px;
  color: #c8c8c8;
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-meta .ct-team-position {
    font-size: 14px;
  }
}
.ct-team-details .ct-team-content {
  background-image: url(../images/bg-team-details.png);
  padding: 34px 70px 40px 95px;
}
@media screen and (max-width: 991px) {
  .ct-team-details .ct-team-content {
    padding-left: 50px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ct-team-details .ct-team-content {
    padding-left: 20px;
  }
}
.ct-team-details .ct-team-image + .ct-team-content {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .ct-team-details .ct-team-image + .ct-team-content {
    width: 58%;
  }
}
@media screen and (max-width: 575px) {
  .ct-team-details .ct-team-image + .ct-team-content {
    width: 100%;
  }
}
.ct-fancy-box-layout1 {
  -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: 0 6px 21px rgba(0, 0, 0, 0.32);
  -khtml-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.32);
  box-shadow: 0 6px 21px rgba(0, 0, 0, 0.32);
  padding: 36px 60px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1199px) {
  .ct-fancy-box-layout1 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .ct-fancy-box-layout1 {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ct-fancy-box-layout1 {
    padding-left: 20px;
  }
}
.ct-fancy-box-layout1 .item--icon {
  line-height: 1;
  margin-right: 22px;
  margin-top: 10px;
}
.ct-fancy-box-layout1 .item--icon i {
  font-size: 62px;
}
@media screen and (max-width: 575px) {
  .ct-fancy-box-layout1 .item--icon i {
    font-size: 42px;
  }
}
.ct-fancy-box-layout1 .item--title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.ct-fancy-box-layout1 .item--description {
  font-size: 15px;
  line-height: 26px;
  color: #f7f7f7;
}
.ct-fancy-box-layout1.style2 .item--title {
  color: #222;
}
.ct-fancy-box-layout1.style2 .item--description {
  color: #636363;
}
.ct-fancy-box-layout2 {
  -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
  -khtml-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  padding: 44px 20px;
  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;
}
.ct-fancy-box-layout2:hover {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ct-fancy-box-layout2 .item--icon {
  line-height: 1;
  margin-bottom: 20px;
}
.ct-fancy-box-layout2 .item--icon i {
  font-size: 56px;
  color: #fe9800;
}
.ct-fancy-box-layout2 .item--title {
  margin-bottom: 17px;
  font-size: 20px;
  color: #012068;
}
.ct-fancy-box-layout2 .item--description {
  font-size: 15px;
  line-height: 26px;
  color: #1a1e66;
}
.ct-testimonial-grid1 .item--image,
.ct-testimonial-carousel1 .item--image {
  width: 109px;
  height: 109px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ct-testimonial-grid1 .item--image img,
.ct-testimonial-carousel1 .item--image img {
  -webkit-border-radius: 109px;
  -khtml-border-radius: 109px;
  -moz-border-radius: 109px;
  -ms-border-radius: 109px;
  -o-border-radius: 109px;
  border-radius: 109px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.ct-testimonial-grid1 .item--image .item-icon,
.ct-testimonial-carousel1 .item--image .item-icon {
  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;
  position: absolute;
  top: 20px;
  left: -20px;
}
.ct-testimonial-grid1 .item--image .item-icon i,
.ct-testimonial-carousel1 .item--image .item-icon i {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-family: playfair display;
  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%);
  line-height: 1;
  height: 22px;
}
.ct-testimonial-grid1 .item--image + .item--holder,
.ct-testimonial-carousel1 .item--image + .item--holder {
  padding-top: 80px;
}
.ct-testimonial-grid1 .item--title,
.ct-testimonial-carousel1 .item--title {
  font-size: 16px;
  margin-bottom: 3px;
}
.ct-testimonial-grid1 .item--position,
.ct-testimonial-carousel1 .item--position {
  font-size: 15px;
  line-height: 24px;
}
.ct-testimonial-grid1 .item--description,
.ct-testimonial-carousel1 .item--description {
  font-size: 14px;
  line-height: 26px;
  color: #222;
  text-decoration: underline;
  margin-bottom: 10px;
}
.ct-testimonial-grid1 .item--holder,
.ct-testimonial-carousel1 .item--holder {
  background-color: #fff;
  padding: 35px 40px;
  -webkit-box-shadow: 0 0 16px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 0 16px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 0 16px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 0 16px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 0 16px rgba(12, 12, 12, 0.1);
  box-shadow: 0 0 16px rgba(12, 12, 12, 0.1);
  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;
}
@media screen and (max-width: 1199px) {
  .ct-testimonial-grid1 .item--holder,
  .ct-testimonial-carousel1 .item--holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ct-testimonial-grid1 .item--holder,
  .ct-testimonial-carousel1 .item--holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ct-testimonial-grid1 .item--inner,
.ct-testimonial-carousel1 .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;
  position: relative;
  padding-top: 50px;
  margin-bottom: 64px;
}
.ct-testimonial-grid1 .item--inner:hover,
.ct-testimonial-carousel1 .item--inner:hover {
  -webkit-transform: translate(0, -18px);
  -khtml-transform: translate(0, -18px);
  -moz-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  -o-transform: translate(0, -18px);
  transform: translate(0, -18px);
}
.ct-testimonial-grid1 .item--inner:hover .item--holder,
.ct-testimonial-carousel1 .item--inner:hover .item--holder {
  -webkit-box-shadow: 0 16px 38px rgba(12, 12, 12, 0.25);
  -khtml-box-shadow: 0 16px 38px rgba(12, 12, 12, 0.25);
  -moz-box-shadow: 0 16px 38px rgba(12, 12, 12, 0.25);
  -ms-box-shadow: 0 16px 38px rgba(12, 12, 12, 0.25);
  -o-box-shadow: 0 16px 38px rgba(12, 12, 12, 0.25);
  box-shadow: 0 16px 38px rgba(12, 12, 12, 0.25);
}
.ct-testimonial-grid1 .item--inner:hover .item--image img,
.ct-testimonial-carousel1 .item--inner:hover .item--image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ct-testimonial-carousel1 .slick-list {
  padding-top: 18px;
  overflow: visible;
}
.ct-testimonial-carousel1 .ct-slick-carousel {
  padding-top: 18px;
  margin: 0 -30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.ct-testimonial-carousel1 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-testimonial-carousel1 .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 .slick-slide.slick-active {
  opacity: 1;
}
.ct-testimonial-carousel1 .item--inner {
  margin-bottom: 50px;
}
.ct-testimonial-carousel1 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
.ct-testimonial-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
  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%);
  margin: 0;
}
.ct-testimonial-carousel1
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-prev {
  left: 28px;
  z-index: 9;
}
.ct-testimonial-carousel1
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-next {
  right: 28px;
  left: auto;
  z-index: 9;
}
.ct-testimonial-carousel2 .item--image {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.ct-testimonial-carousel2 .item--image:before {
  content: "";
  width: 95px;
  height: 95px;
  -webkit-border-radius: 95px;
  -khtml-border-radius: 95px;
  -moz-border-radius: 95px;
  -ms-border-radius: 95px;
  -o-border-radius: 95px;
  border-radius: 95px;
  background-color: #f7c42a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f7c42a),
    to(#f5750d)
  );
  background-image: -webkit-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(left, #f7c42a, #f5750d);
  background-image: linear-gradient(left, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d',gradientType='1');
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  opacity: 0;
}
.ct-testimonial-carousel2 .item--image img {
  -webkit-border-radius: 109px;
  -khtml-border-radius: 109px;
  -moz-border-radius: 109px;
  -ms-border-radius: 109px;
  -o-border-radius: 109px;
  border-radius: 109px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.ct-testimonial-carousel2 .item--image + .item--holder {
  padding-top: 64px;
}
.ct-testimonial-carousel2 .item--title {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}
.ct-testimonial-carousel2 .item--position {
  font-size: 15px;
  line-height: 24px;
}
.ct-testimonial-carousel2 .item--description {
  font-size: 14px;
  line-height: 26px;
  color: #bccbfb;
  margin-bottom: 16px;
}
.ct-testimonial-carousel2 .item--star {
  color: #f7c42a;
  font-size: 14px;
  position: absolute;
  bottom: -24px;
  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;
  opacity: 0;
}
.ct-testimonial-carousel2 .item--holder {
  -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: #18295c;
  padding: 30px 28px 27px;
  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;
  position: relative;
  z-index: 1;
}
.ct-testimonial-carousel2 .item--holder:before {
  content: "";
  position: absolute;
  background-color: inherit;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 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-border-radius: 0 0 7px 7px;
  -khtml-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  z-index: -1;
}
.ct-testimonial-carousel2 .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;
  position: relative;
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 27px;
  z-index: 1;
}
.ct-testimonial-carousel2 .item--inner:hover .item--image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ct-testimonial-carousel2 .item--inner:hover .item--image:before {
  opacity: 1;
}
.ct-testimonial-carousel2 .item--inner:hover .item--holder:before {
  bottom: -27px;
}
.ct-testimonial-carousel2 .item--inner:hover .item--star {
  bottom: 4px;
  opacity: 1;
}
.ct-testimonial-carousel2 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
.ct-testimonial-carousel2 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
  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%);
  margin: 0;
}
.ct-testimonial-carousel2
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-prev {
  left: 28px;
  z-index: 9;
}
.ct-testimonial-carousel2
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-next {
  right: 28px;
  left: auto;
  z-index: 9;
}
.ct-testimonial-carousel3 {
  padding: 55px 57px;
  -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: 0 6px 18px rgba(2, 8, 38, 0.35);
  -khtml-box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  -moz-box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  -ms-box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  -o-box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  background-color: #02038d;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ct-testimonial-carousel3 {
    padding: 45px 30px 60px;
  }
}
.ct-testimonial-carousel3:before {
  content: "";
  width: 160px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: -65px;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.ct-testimonial-carousel3 .item-icon {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 38px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .ct-testimonial-carousel3 .item-icon {
    bottom: 0;
    right: 28px;
  }
}
.ct-testimonial-carousel3 .item-icon i {
  font-size: 185px;
  font-family: playfair display;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .ct-testimonial-carousel3 .item-icon i {
    font-size: 150px;
  }
}
.ct-testimonial-carousel3 .item--title {
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
}
.ct-testimonial-carousel3 .item--description {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .ct-testimonial-carousel3 .item--description {
    font-size: 20px;
    line-height: 34px;
  }
}
.ct-testimonial-carousel3 .slick-dots {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: 15px;
  margin-top: 22px;
}
.ct-testimonial-carousel3 .slick-dots li {
  line-height: normal;
}
.ct-testimonial-carousel3 .slick-dots li:first-child {
  margin-left: 0;
}
.ct-testimonial-carousel3 .slick-dots li button {
  line-height: 6px;
  width: 16px;
  height: 11px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ct-testimonial-carousel3 .slick-dots li.slick-active button {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
  background-size: inherit;
}
.ct-testimonial-carousel3-wrap {
  position: relative;
}
.ct-testimonial-carousel3-wrap .ct-testimonial-banner {
  padding-bottom: 50px;
  padding-right: 70px;
}
@media screen and (max-width: 991px) {
  .ct-testimonial-carousel3-wrap .ct-testimonial-banner {
    display: none;
  }
}
.ct-testimonial-carousel3-wrap
  .ct-testimonial-banner
  + .ct-testimonial-carousel3 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 420px;
}
@media screen and (max-width: 991px) {
  .ct-testimonial-carousel3-wrap
    .ct-testimonial-banner
    + .ct-testimonial-carousel3 {
    position: static;
    max-width: 100%;
  }
}
.ct-testimonial-carousel3-wrap .ct-testimonial-banner img {
  -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: 0 6px 40px rgba(2, 3, 141, 0.45);
  -khtml-box-shadow: 0 6px 40px rgba(2, 3, 141, 0.45);
  -moz-box-shadow: 0 6px 40px rgba(2, 3, 141, 0.45);
  -ms-box-shadow: 0 6px 40px rgba(2, 3, 141, 0.45);
  -o-box-shadow: 0 6px 40px rgba(2, 3, 141, 0.45);
  box-shadow: 0 6px 40px rgba(2, 3, 141, 0.45);
}
.ct-service-grid1 .item--featured img,
.ct-service-carousel1 .item--featured img,
.ct-service-carousel2 .item--featured img {
  width: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ct-service-grid1 .item--meta,
.ct-service-carousel1 .item--meta,
.ct-service-carousel2 .item--meta {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 8px;
  -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: 1199px) {
  .ct-service-grid1 .item--meta,
  .ct-service-carousel1 .item--meta,
  .ct-service-carousel2 .item--meta {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ct-service-grid1 .item--meta .item--title,
.ct-service-carousel1 .item--meta .item--title,
.ct-service-carousel2 .item--meta .item--title {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .ct-service-grid1 .item--meta .item--title,
  .ct-service-carousel1 .item--meta .item--title,
  .ct-service-carousel2 .item--meta .item--title {
    font-size: 18px;
  }
}
.ct-service-grid1 .item--meta .item--title a,
.ct-service-carousel1 .item--meta .item--title a,
.ct-service-carousel2 .item--meta .item--title a {
  color: inherit;
}
.ct-service-grid1 .item--meta .item--title a:hover,
.ct-service-carousel1 .item--meta .item--title a:hover,
.ct-service-carousel2 .item--meta .item--title a:hover {
  color: inherit;
}
.ct-service-grid1 .item--holder,
.ct-service-carousel1 .item--holder,
.ct-service-carousel2 .item--holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -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: 1199px) {
  .ct-service-grid1 .item--holder,
  .ct-service-carousel1 .item--holder,
  .ct-service-carousel2 .item--holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ct-service-grid1 .item--holder,
  .ct-service-carousel1 .item--holder,
  .ct-service-carousel2 .item--holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-service-grid1 .item--holder .item--holder-overlay,
.ct-service-carousel1 .item--holder .item--holder-overlay,
.ct-service-carousel2 .item--holder .item--holder-overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}
.ct-service-grid1 .item--holder .item--holder-inner,
.ct-service-carousel1 .item--holder .item--holder-inner,
.ct-service-carousel2 .item--holder .item--holder-inner {
  width: 100%;
}
.ct-service-grid1 .item--holder .item--icon,
.ct-service-carousel1 .item--holder .item--icon,
.ct-service-carousel2 .item--holder .item--icon {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .ct-service-grid1 .item--holder .item--icon,
  .ct-service-carousel1 .item--holder .item--icon,
  .ct-service-carousel2 .item--holder .item--icon {
    font-size: 45px;
    margin-bottom: 18px;
  }
}
.ct-service-grid1 .item--holder .item--title,
.ct-service-carousel1 .item--holder .item--title,
.ct-service-carousel2 .item--holder .item--title {
  font-size: 22px;
  margin-bottom: 12px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .ct-service-grid1 .item--holder .item--title,
  .ct-service-carousel1 .item--holder .item--title,
  .ct-service-carousel2 .item--holder .item--title {
    font-size: 18px;
  }
}
.ct-service-grid1 .item--holder .item--title a,
.ct-service-carousel1 .item--holder .item--title a,
.ct-service-carousel2 .item--holder .item--title a {
  color: inherit;
}
.ct-service-grid1 .item--holder .item--title a:hover,
.ct-service-carousel1 .item--holder .item--title a:hover,
.ct-service-carousel2 .item--holder .item--title a:hover {
  color: inherit;
}
.ct-service-grid1 .item--holder .item--content,
.ct-service-carousel1 .item--holder .item--content,
.ct-service-carousel2 .item--holder .item--content {
  font-size: 15px;
  line-height: 26px;
  color: #e6e6e6;
  margin-bottom: 9px;
}
@media screen and (max-width: 1199px) {
  .ct-service-grid1 .item--holder .item--content,
  .ct-service-carousel1 .item--holder .item--content,
  .ct-service-carousel2 .item--holder .item--content {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .ct-service-grid1 .item--holder .item--content,
  .ct-service-carousel1 .item--holder .item--content,
  .ct-service-carousel2 .item--holder .item--content {
    font-size: 14px;
  }
}
.ct-service-grid1 .item--holder .item--readmore a,
.ct-service-carousel1 .item--holder .item--readmore a,
.ct-service-carousel2 .item--holder .item--readmore a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.ct-service-grid1 .item--holder .item--readmore a i,
.ct-service-carousel1 .item--holder .item--readmore a i,
.ct-service-carousel2 .item--holder .item--readmore a i {
  margin-left: 4px;
  -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: initial;
}
.ct-service-grid1 .item--holder .item--readmore a:hover i,
.ct-service-carousel1 .item--holder .item--readmore a:hover i,
.ct-service-carousel2 .item--holder .item--readmore a:hover i {
  margin-left: 10px;
}
.ct-service-grid1 .grid-item-inner,
.ct-service-carousel1 .grid-item-inner,
.ct-service-carousel2 .grid-item-inner,
.ct-service-grid1 .carousel-item-inner,
.ct-service-carousel1 .carousel-item-inner,
.ct-service-carousel2 .carousel-item-inner {
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 65px;
}
.ct-service-grid1 .grid-item-inner:hover .item--meta,
.ct-service-carousel1 .grid-item-inner:hover .item--meta,
.ct-service-carousel2 .grid-item-inner:hover .item--meta,
.ct-service-grid1 .carousel-item-inner:hover .item--meta,
.ct-service-carousel1 .carousel-item-inner:hover .item--meta,
.ct-service-carousel2 .carousel-item-inner:hover .item--meta {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.ct-service-grid1 .grid-item-inner:hover .item--holder,
.ct-service-carousel1 .grid-item-inner:hover .item--holder,
.ct-service-carousel2 .grid-item-inner:hover .item--holder,
.ct-service-grid1 .carousel-item-inner:hover .item--holder,
.ct-service-carousel1 .carousel-item-inner:hover .item--holder,
.ct-service-carousel2 .carousel-item-inner:hover .item--holder {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ct-service-carousel1 .item--holder .item--title,
.ct-service-carousel1 .item--meta .item--title {
  font-size: 20px;
}
.ct-service-carousel1 .item--meta {
  padding: 22px 29px;
}
.ct-service-carousel1 .carousel-item-inner {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .ct-service-carousel1 .ct-slick-carousel[data-arrows="true"] {
    padding-bottom: 0;
    padding-left: 90px;
    padding-right: 90px;
  }
  .ct-service-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
    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%);
    margin: 0;
  }
  .ct-service-carousel1
    .ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-prev {
    left: 15px;
  }
  .ct-service-carousel1
    .ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-next {
    right: 15px;
    left: auto;
  }
}
.ct-service-carousel2 .item--meta {
  background-image: -webkit-linear-gradient(-190deg, #f36f21bf, rgba(245, 117, 13, 0.95));
  background-image: -moz-linear-gradient(-190deg, #f36f21bf, rgba(245, 117, 13, 0.95));
  background-image: -ms-linear-gradient(-190deg, #f36f21bf, rgba(245, 117, 13, 0.95));
  background-image: -o-linear-gradient(-190deg, #f36f21bf, rgba(245, 117, 13, 0.95));
  background-image: linear-gradient(-190deg, #f36f21bf, rgba(245, 117, 13, 0.95));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(245, 117, 13, 0.95)',endColorStr='rgba(245, 117, 13, 0.95)');
  background-color: initial;
}
.ct-service-carousel2 .item--holder .item--holder-overlay {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 22, 89, 0.9)),
    to(rgba(16, 64, 211, 0.9))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 22, 89, 0.9),
    rgba(16, 64, 211, 0.9)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 22, 89, 0.9),
    rgba(16, 64, 211, 0.9)
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgba(0, 22, 89, 0.9),
    rgba(16, 64, 211, 0.9)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 22, 89, 0.9),
    rgba(16, 64, 211, 0.9)
  );
  background-image: linear-gradient(
    bottom,
    rgba(0, 22, 89, 0.9),
    rgba(16, 64, 211, 0.9)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 22, 89, 0.9)',endColorStr='rgba(16, 64, 211, 0.9)');
  background-color: initial;
}
.ct-service-carousel2 .item--readmore a {
  background-color: #f7c42a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f7c42a),
    to(#f5750d)
  );
  background-image: -webkit-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(left, #f7c42a, #f5750d);
  background-image: linear-gradient(left, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d',gradientType='1');
}
.ct-service-carousel2 .carousel-item-inner {
  margin-bottom: 0;
}
.ct-service-carousel2 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 85px;
}
.ct-service-carousel2 .ct-slick-carousel .slick-arrow {
  -webkit-box-shadow: 0 0 29px rgba(7, 0, 76, 0.32);
  -khtml-box-shadow: 0 0 29px rgba(7, 0, 76, 0.32);
  -moz-box-shadow: 0 0 29px rgba(7, 0, 76, 0.32);
  -ms-box-shadow: 0 0 29px rgba(7, 0, 76, 0.32);
  -o-box-shadow: 0 0 29px rgba(7, 0, 76, 0.32);
  box-shadow: 0 0 29px rgba(7, 0, 76, 0.32);
  height: 45px;
  width: 45px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ct-service-carousel2 .ct-slick-carousel .slick-arrow:before {
  font-size: 15px;
  color: #00165a;
}
.ct-service-carousel2 .ct-slick-carousel .slick-arrow:after {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-image: -webkit-linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  background-image: -moz-linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  background-image: -ms-linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  background-image: -o-linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  background-image: linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(247, 196, 42, 0.95)',endColorStr='rgba(245, 117, 13, 0.95)');
}
.ct-service-carousel2 .ct-slick-carousel .slick-arrow.slick-prev {
  right: 67px;
  left: auto;
}
.ct-service-carousel2 .ct-slick-carousel .slick-arrow.slick-next {
  right: 0;
  left: auto;
  margin-right: 0;
}
.ct-service-carousel2 .ct-slick-carousel .slick-arrow:hover:before {
  color: #fff;
}
.ct-service-carousel3 {
  text-align: center;
}
.ct-service-carousel3 .item--icon {
  line-height: 1;
  margin-bottom: 13px;
}
.ct-service-carousel3 .item--icon i {
  font-size: 58px;
}
.ct-service-carousel3 .item--title {
  font-size: 22px;
  margin-bottom: 8px;
  color: #fff;
}
.ct-service-carousel3 .item--title a {
  color: inherit;
}
.ct-service-carousel3 .item--title a:hover {
  color: inherit;
}
.ct-service-carousel3 .item--content {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}
.ct-service-carousel3 .item--first {
  position: relative;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  backface-visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -khtml-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.ct-service-carousel3 .item--first:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.ct-service-carousel3 .item--first .item--holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px 32px;
  z-index: 3;
}
.ct-service-carousel3 .item--first .item--holder:before {
  content: "";
  width: 831px;
  height: 536px;
  background-image: url(../images/service-overlay.png);
  background-repeat: no-repeat;
  background-position: 50%;
  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%);
  z-index: -1;
}
.ct-service-carousel3 .item--last {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 17px 38px rgba(2, 3, 141, 0.41);
  -khtml-box-shadow: 0 17px 38px rgba(2, 3, 141, 0.41);
  -moz-box-shadow: 0 17px 38px rgba(2, 3, 141, 0.41);
  -ms-box-shadow: 0 17px 38px rgba(2, 3, 141, 0.41);
  -o-box-shadow: 0 17px 38px rgba(2, 3, 141, 0.41);
  box-shadow: 0 17px 38px rgba(2, 3, 141, 0.41);
  -webkit-transform: translate(0, -50%) rotateY(90deg);
  -khtml-transform: translate(0, -50%) rotateY(90deg);
  -moz-transform: translate(0, -50%) rotateY(90deg);
  -ms-transform: translate(0, -50%) rotateY(90deg);
  -o-transform: translate(0, -50%) rotateY(90deg);
  transform: translate(0, -50%) rotateY(90deg);
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -khtml-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.ct-service-carousel3 .item--last:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 3, 141, 0.75);
  z-index: 1;
}
.ct-service-carousel3 .item--last .item--icon {
  margin-bottom: 15px;
}
.ct-service-carousel3 .item--last .item--title {
  margin-bottom: 14px;
}
.ct-service-carousel3 .item--last .item--content {
  margin-bottom: 13px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.ct-service-carousel3 .item--last .item--readmore a {
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.ct-service-carousel3 .item--last .item--readmore a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-service-carousel3 .item--last .item--readmore i {
  margin-right: 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;
  display: initial;
}
.ct-service-carousel3 .item--last .item--readmore:hover i {
  margin-right: 10px;
}
.ct-service-carousel3 .item--last .item--holder {
  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;
  padding: 30px 40px 32px;
  z-index: 3;
}
.ct-service-carousel3 .carousel-item-inner {
  position: relative;
  margin-bottom: 50px;
}
.ct-service-carousel3 .carousel-item-inner:hover .item--first {
  -webkit-transform: rotateY(-180deg);
  -khtml-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
}
.ct-service-carousel3 .carousel-item-inner:hover .item--last {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transform: translate(0, -50%) rotateY(0);
  -khtml-transform: translate(0, -50%) rotateY(0);
  -moz-transform: translate(0, -50%) rotateY(0);
  -ms-transform: translate(0, -50%) rotateY(0);
  -o-transform: translate(0, -50%) rotateY(0);
  transform: translate(0, -50%) rotateY(0);
}
.ct-service-carousel3 .ct-slick-carousel {
  margin: 0 -100px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .ct-service-carousel3 .ct-slick-carousel {
    margin: 0 -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ct-service-carousel3 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-service-carousel3 .ct-slick-carousel .slick-arrow {
  margin-top: -25px !important;
  background-color: #e6e9f1;
  color: #00165a;
}
.ct-service-carousel3 .ct-slick-carousel .slick-arrow:hover {
  color: #fff;
}
.ct-service-carousel3
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow:after {
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
}
.ct-service-carousel3
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-prev {
  left: 15px;
}
@media screen and (max-width: 1400px) {
  .ct-service-carousel3
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-service-carousel3
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-prev {
    left: 80px;
  }
}
.ct-service-carousel3
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-next {
  right: 15px;
}
@media screen and (max-width: 1400px) {
  .ct-service-carousel3
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-next {
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-service-carousel3
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-next {
    right: 80px;
  }
}
.ct-service-carousel3 .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-service-carousel3 .slick-slide.slick-active {
  opacity: 1;
}
.ct-service-grid2 .item--featured {
  width: 204px;
  min-width: 204px;
  position: relative;
  -webkit-border-radius: 7px 0 0 7px;
  -khtml-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
@media screen and (max-width: 991px) {
  .ct-service-grid2 .item--featured {
    width: 100%;
    height: 300px;
    -webkit-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
  }
}
.ct-service-grid2 .item--featured a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-service-grid2 .item--featured a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.ct-service-grid2 .item--featured:hover a:before {
  width: 120%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -khtml-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ct-service-grid2 .item--featured + .item--holder {
  -webkit-border-radius: 0 7px 7px 0;
  -khtml-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
@media screen and (max-width: 991px) {
  .ct-service-grid2 .item--featured + .item--holder {
    -webkit-border-radius: 0 0 7px 7px;
    -khtml-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
  }
}
.ct-service-grid2 .item--title {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .ct-service-grid2 .item--title {
    font-size: 20px;
  }
}
.ct-service-grid2 .item--title:before {
  content: "";
  width: 43px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-service-grid2 .item--title a {
  color: inherit;
}
.ct-service-grid2 .item--title a:hover {
  color: inherit;
}
.ct-service-grid2 .item--content {
  font-size: 15px;
  line-height: 26px;
  color: #d4d4d4;
  margin-bottom: 24px;
}
.ct-service-grid2 .item--readmore a {
  display: inline-block;
  line-height: 47px;
  height: 47px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 47px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ct-service-grid2 .item--readmore 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%);
  font-size: 16px;
}
.ct-service-grid2 .item--readmore a i:before {
  position: absolute;
  top: 50%;
  left: 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-service-grid2 .item--readmore a i:after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  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-service-grid2 .item--readmore a:hover {
  width: 82px;
}
.ct-service-grid2 .item--readmore a:hover i:before {
  left: 17px;
}
.ct-service-grid2 .item--readmore a:hover i:after {
  opacity: 1;
  left: -17px;
}
.ct-service-grid2 .item--icon {
  line-height: 1;
  font-size: 80px;
  color: #343434;
  position: absolute;
  right: 17px;
  bottom: 17px;
  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;
}
.ct-service-grid2 .item--icon.icon-gradient {
  opacity: 0;
}
.ct-service-grid2 .item--icon.icon-gradient i {
  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='');
}
@media screen and (max-width: 1199px) {
  .ct-service-grid2 .item--icon {
    font-size: 70px;
  }
}
.ct-service-grid2 .item--holder {
  background-image: -webkit-linear-gradient(
    90deg,
    #000 10%,
    #555 50%,
    #000 90%
  );
  background-image: -moz-linear-gradient(90deg, #000 10%, #555 50%, #000 90%);
  background-image: -ms-linear-gradient(90deg, #000 10%, #555 50%, #000 90%);
  background-image: -o-linear-gradient(90deg, #000 10%, #555 50%, #000 90%);
  background-image: linear-gradient(90deg, #000 10%, #555 50%, #000 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 39px 39px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 16px rgba(8, 8, 8, 0.47);
  -khtml-box-shadow: 0 0 16px rgba(8, 8, 8, 0.47);
  -moz-box-shadow: 0 0 16px rgba(8, 8, 8, 0.47);
  -ms-box-shadow: 0 0 16px rgba(8, 8, 8, 0.47);
  -o-box-shadow: 0 0 16px rgba(8, 8, 8, 0.47);
  box-shadow: 0 0 16px rgba(8, 8, 8, 0.47);
}
@media screen and (max-width: 1199px) {
  .ct-service-grid2 .item--holder {
    padding-left: 30px;
    padding-right: 25px;
  }
}
.ct-service-grid2 .item--holder .item--holder-inner {
  width: 100%;
}
.ct-service-grid2 .ct-load-more {
  margin-top: -12px;
}
.ct-service-grid2 .grid-item-inner {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 48px;
  -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) {
  .ct-service-grid2 .grid-item-inner {
    display: block;
  }
}
.ct-service-grid2 .grid-item-inner:hover {
  -webkit-transform: translateY(-22px);
  -khtml-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  -o-transform: translateY(-22px);
  transform: translateY(-22px);
}
.ct-service-grid2 .grid-item-inner:hover .item--icon .icon-normal {
  opacity: 0;
}
.ct-service-grid2 .grid-item-inner:hover .item--icon.icon-gradient {
  opacity: 1;
}
.ct-service-grid3 .item--icon,
.ct-service-grid4 .item--icon {
  line-height: 1;
  font-size: 68px;
  margin-top: 6px;
  padding-right: 20px;
  min-width: 105px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .ct-service-grid3 .item--icon,
  .ct-service-grid4 .item--icon {
    font-size: 50px;
    min-width: inherit;
    padding-right: 0;
    margin-right: 30px;
  }
}
.ct-service-grid3 .item--icon i,
.ct-service-grid4 .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;
  color: #f36f21;
}
.ct-service-grid3 .item--icon .text-inherit,
.ct-service-grid4 .item--icon .text-inherit {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  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-service-grid3 .item--icon-abs,
.ct-service-grid4 .item--icon-abs {
  line-height: 1;
  font-size: 88px;
  color: #343434;
  position: absolute;
  right: 18px;
  bottom: 18px;
  opacity: 0;
  -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;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.ct-service-grid3 .item--title,
.ct-service-grid4 .item--title {
  font-size: 26px;
  margin-bottom: 26px;
  -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) {
  .ct-service-grid3 .item--title,
  .ct-service-grid4 .item--title {
    font-size: 22px;
  }
}
.ct-service-grid3 .item--title a,
.ct-service-grid4 .item--title a {
  color: #f36f21;
}
.ct-service-grid3 .item--title a:hover,
.ct-service-grid4 .item--title a:hover {
  color: inherit;
}
.ct-service-grid3 .item--content,
.ct-service-grid4 .item--content {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 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;
}
@media screen and (max-width: 991px) {
  .ct-service-grid3 .item--content,
  .ct-service-grid4 .item--content {
    font-size: 15px;
  }
}
.ct-service-grid3 .item--readmore a,
.ct-service-grid4 .item--readmore a {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
.ct-service-grid3 .item--readmore a i,
.ct-service-grid4 .item--readmore a i {
  margin-left: 4px;
}
.ct-service-grid3 .item--readmore a:hover,
.ct-service-grid4 .item--readmore a:hover {
  border-color: #fff;
}
.ct-service-grid3 .item--holder,
.ct-service-grid4 .item--holder {
  display: flex;
  flex-wrap: nowrap;
}
.ct-service-grid3 .grid-item-inner,
.ct-service-grid4 .grid-item-inner {
  position: relative;
  z-index: 1;
  padding: 43px 40px 39px 50px;
  margin-bottom: 50px;
  min-height: 255px;
}
/* .ct-grid .ct-grid-inner.ct-grid-masonry.row .grid-item:nth-child(3) {
  margin-top: 20px;
} */
@media screen and (max-width: 1199px) {
  .ct-service-grid3 .grid-item-inner,
  .ct-service-grid4 .grid-item-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-service-grid3 .grid-item-inner:before,
.ct-service-grid4 .grid-item-inner:before,
.ct-service-grid3 .grid-item-inner:after,
.ct-service-grid4 .grid-item-inner:after {
  content: "";
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.ct-service-grid3 .grid-item-inner:before,
.ct-service-grid4 .grid-item-inner:before {
  border: 1px solid #ebebeb;
  background-color: #c0c1c0;
  -webkit-box-shadow: 0 26px 57px rgba(18, 18, 18, 0.13);
  -khtml-box-shadow: 0 26px 57px rgba(18, 18, 18, 0.13);
  -moz-box-shadow: 0 26px 57px rgba(18, 18, 18, 0.13);
  -ms-box-shadow: 0 26px 57px rgba(18, 18, 18, 0.13);
  -o-box-shadow: 0 26px 57px rgba(18, 18, 18, 0.13);
  box-shadow: 0 26px 57px rgba(18, 18, 18, 0.13);
}
.ct-service-grid3 .grid-item-inner:after,
.ct-service-grid4 .grid-item-inner:after {
  -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;
}
.ct-service-grid3 .grid-item-inner:hover:before,
.ct-service-grid4 .grid-item-inner:hover:before {
  opacity: 0;
}
.ct-service-grid3 .grid-item-inner:hover:after,
.ct-service-grid4 .grid-item-inner:hover:after {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.ct-service-grid3 .grid-item-inner:hover .item--title a,
.ct-service-grid4 .grid-item-inner:hover .item--title a,
.ct-service-grid3 .grid-item-inner:hover .item--content,
.ct-service-grid4 .grid-item-inner:hover .item--content,
.ct-service-grid3 .grid-item-inner:hover .item--readmore a,
.ct-service-grid4 .grid-item-inner:hover .item--readmore a {
  color: #fff;
}
.ct-service-grid3 .grid-item-inner:hover .item--icon-abs,
.ct-service-grid4 .grid-item-inner:hover .item--icon-abs {
  -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: 1;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.ct-service-grid4 .item--title {
  color: #0071bb;
}
.ct-service-grid4 .item--content {
  color: #4d546b;
}
.ct-service-grid4 .item--readmore a {
  color: #0071bb;
}


/*.ct-service-grid4 .item--icon i:not(.text-inherit) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001659),
    to(#1040d3)
  );
  background-image: -webkit-linear-gradient(bottom, #001659, #1040d3);
  background-image: -moz-linear-gradient(bottom, #001659, #1040d3);
  background-image: -ms-linear-gradient(bottom, #001659, #1040d3);
  background-image: -o-linear-gradient(bottom, #001659, #1040d3);
  background-image: linear-gradient(bottom, #001659, #1040d3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
}*/
.ct-service-grid4 .grid-item-inner:before {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 26px 57px rgba(33, 72, 191, 0.13);
  -khtml-box-shadow: 0 26px 57px rgba(33, 72, 191, 0.13);
  -moz-box-shadow: 0 26px 57px rgba(33, 72, 191, 0.13);
  -ms-box-shadow: 0 26px 57px rgba(33, 72, 191, 0.13);
  -o-box-shadow: 0 26px 57px rgba(33, 72, 191, 0.13);
  box-shadow: 0 26px 57px rgba(33, 72, 191, 0.13);
}
.ct-service-grid4 .grid-item-inner:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#33498f),
    to(#0071bb)
  );
  background-image: -webkit-linear-gradient(bottom, #33498f, #0071bb);
  background-image: -moz-linear-gradient(bottom, #33498f, #0071bb);
  background-image: -ms-linear-gradient(bottom, #33498f, #0071bb);
  background-image: -o-linear-gradient(bottom, #33498f, #0071bb);
  background-image: linear-gradient(bottom, #33498f, #0071bb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33498f',endColorStr='#0071bb');
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.ct-service-grid4 .grid-item-inner .item--icon-abs {
  color: rgba(255, 255, 255, 0.1);
}
.ct-service-grid4 .grid-item-inner:hover .item--icon i.text-inherit {
  opacity: 1;
}
.ct-service-grid4 .grid-item-inner:hover .item--icon i.text-gradient,
.ct-service-grid4 .grid-item-inner:hover .item--icon blockquote i,
blockquote .ct-service-grid4 .grid-item-inner:hover .item--icon i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .post-previous-next
  a
  i:nth-child(1),
.post-previous-next
  a
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i:nth-child(1),
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .comment-content:hover
  i.comment-date,
.comment-content:hover
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i.comment-date,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-contact-info1.style2
  .ct-contact-icon
  i,
.ct-contact-info1.style2
  .ct-contact-icon
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-list.style1
  .ct-list-icon
  i,
.ct-list.style1
  .ct-list-icon
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-blog-carousel-layout1
  .item--readmore
  i,
.ct-blog-carousel-layout1
  .item--readmore
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-contact-form-layout1.style2
  i.input-icon,
.ct-contact-form-layout1.style2
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i.input-icon,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-contact-form-layout1.style2
  i.nice-select:after,
.ct-contact-form-layout1.style2
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i.nice-select:after,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-fancy-box-layout1
  .item--icon
  i,
.ct-fancy-box-layout1
  .item--icon
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-download
  .item--download
  a
  i,
.ct-download
  .item--download
  a
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-counter-layout2
  i.ct-counter-number-prefix,
.ct-counter-layout2
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i.ct-counter-number-prefix,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-counter-layout2
  i.ct-counter-number-suffix,
.ct-counter-layout2
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i.ct-counter-number-suffix,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-process1
  .ct-process-icon
  i,
.ct-process1
  .ct-process-icon
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .ct-process1
  .ct-process-button
  i,
.ct-process1
  .ct-process-button
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  i.amount,
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i.amount,
.ct-service-grid4 .grid-item-inner:hover .item--icon .widget_products i.amount,
.widget_products .ct-service-grid4 .grid-item-inner:hover .item--icon i.amount,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .woocommerce
  ul.products
  li.product
  .price
  i.amount,
.woocommerce
  ul.products
  li.product
  .price
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i.amount,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .woocommerce
  ul.products
  li.product
  .price
  i,
.woocommerce
  ul.products
  li.product
  .price
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .single-product
  #primary
  div.product
  .entry-summary
  .price
  i,
.single-product
  #primary
  div.product
  .entry-summary
  .price
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  .single-product
  #primary
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  i.woocommerce-review__published-date,
.single-product
  #primary
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i.woocommerce-review__published-date,
.ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .price
  i,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .price
  .ct-service-grid4
  .grid-item-inner:hover
  .item--icon
  i {
  opacity: 0;
}
.ct-gallery-carousel1 .slick-slide img {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.ct-gallery-carousel1 .ct-carousel-inner {
  margin: 0 -3px;
}
.ct-gallery-carousel1 .ct-carousel-inner .slick-slide {
  padding: 0 3px;
}
.ct-gallery-carousel1 .slick-dots li {
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .ct-gallery-carousel1 .slick-dots li {
    margin: 0 -10px;
  }
}
.ct-tabs--layout1 .ct-tab-content {
  display: none;
}
.ct-tabs--layout1.style1 .ct-tabs-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  cursor: pointer;
  padding: 5px 34px;
  position: relative;
  z-index: 1;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title {
    font-size: 16px;
  }
}
.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title.active {
  color: #fff;
}
.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title.active:before {
  opacity: 1;
}
.ct-tabs--layout1.style1 .ct-tabs-content .ct-tab-content {
  font-size: 15px;
  line-height: 27px;
  color: #636363;
  padding-top: 30px;
}
.ct-tabs--layout1.style1 .ct-tabs-content .ct-tab-content p {
  margin-bottom: 28px;
}
.ct-tabs--layout1.style1 .ct-tabs-content .ct-tab-content p:last-child {
  margin-bottom: 0;
}
.ct-tabs--layout1.style2 .ct-tab-title {
  font-size: 16px;
  color: #1a1e66;
  padding-left: 29px;
  position: relative;
  margin: 0 10px 10px;
  cursor: pointer;
}
.ct-tabs--layout1.style2 .ct-tab-title:before {
  content: "";
  width: 18px;
  height: 18px;
  -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 #b8b5b5;
  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%);
  -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-tabs--layout1.style2 .ct-tab-title:after {
  content: "";
  height: 6px;
  width: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 6px;
  -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%);
  background-color: #1040d3;
  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-tabs--layout1.style2 .ct-tab-title.active:before {
  border-color: #1040d3;
}
.ct-tabs--layout1.style2 .ct-tab-title.active:after {
  opacity: 1;
}
.ct-tabs--layout1.style2 .ct-tab-title span {
  line-height: 27px;
  padding: 0 10px;
  color: #1a1e66;
  font-size: 12px;
  -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: #dbe2f6;
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.ct-tabs--layout1.style2 .ct-tabs-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title {
  display: none;
}
.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title:nth-child(1),
.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title:nth-child(2) {
  display: inline-block;
}
.ct-tabs--layout1.style2 .ct-tabs-content {
  padding-top: 40px;
}
.ct-download .item--download a {
  display: flex;
  color: #636363;
  padding: 9px 30px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .ct-download .item--download a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ct-download .item--download a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 10px;
  }
}
.ct-download .item--download a i {
  font-size: 25px;
  min-width: 38px;
}
@media screen and (max-width: 1199px) {
  .ct-download .item--download a i {
    min-width: 32px;
  }
}
.ct-download .item--download a:before {
  background-color: #fff;
  border: 1px solid #cdcbcb;
}
.ct-download .item--download a:hover {
  color: #fff;
}
.ct-download .item--download a:hover i {
  background-image: none;
  text-fill-color: transparent;
  -o-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
}
.ct-download .item--download + .item--download {
  margin-top: 17px;
}
.ct-banner1 {
  padding-top: 63px;
  padding-right: 61px;
  position: relative;
  z-index: 1;
}
.ct-banner1.style1 {
  padding: 0px;
}
.ct-banner1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 60px;
  left: 53px;
  background-image: url(../images/banner-01.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.ct-banner1:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 80px;
  left: 73px;
  background-color: #fff;
  z-index: -1;
}
.ct-banner1 img {
  width: 100%;
  -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: 0 16px 35px rgba(3, 3, 3, 0.35);
  -khtml-box-shadow: 0 16px 35px rgba(3, 3, 3, 0.35);
  -moz-box-shadow: 0 16px 35px rgba(3, 3, 3, 0.35);
  -ms-box-shadow: 0 16px 35px rgba(3, 3, 3, 0.35);
  -o-box-shadow: 0 16px 35px rgba(3, 3, 3, 0.35);
  box-shadow: 0 16px 35px rgba(3, 3, 3, 0.35);
}
.ct-banner1.style2 {
  padding-bottom: 63px;
}
.ct-banner1.style2:before {
  bottom: 0;
}
.ct-banner1.style2:after {
  bottom: 20px;
}
.ct-banner1.style2 img {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.ct-banner2 {
  position: relative;
  z-index: 1;
}
.ct-banner2 .ct-banner-imge img {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
}
.ct-banner2 .ct-banner-title {
  font-size: 21px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .ct-banner2 .ct-banner-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.ct-banner2 .ct-banner-icon {
  margin-right: 28px;
}


.ct-banner2 .ct-banner-meta {
  position: absolute;
  bottom: 59px;
  right: -26px;
  max-width: 455px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#33498f),
    to(#0071bb)
  );
  background-image: -webkit-linear-gradient(top, #33498f, #0071bb);
  background-image: -moz-linear-gradient(top, #33498f, #0071bb);
  background-image: -ms-linear-gradient(top, #33498f, #0071bb);
  background-image: -o-linear-gradient(top, #33498f, #0071bb);
  background-image: linear-gradient(top, #33498f, #0071bb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33498f',endColorStr='#0071bb');
  -webkit-border-radius: 0 0 0 20px;
  -khtml-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  -ms-border-radius: 0 0 0 20px;
  -o-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
  padding: 34px 55px 34px 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.ct-banner2 .ct-banner-meta:before {
  content: "";
  border-width: 20px;
  border-color: #001659 transparent transparent #001659;
  border-style: solid;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .ct-banner2 .ct-banner-meta {
    padding: 24px 30px;
  }
}
@media screen and (max-width: 575px) {
  .ct-banner2 .ct-banner-meta {
    padding: 24px 20px;
  }
}
.ct-banner3 .ct-banner-imge {
  position: relative;
  padding-right: 150px;
  padding-bottom: 70px;
  z-index: 1;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ct-banner3 .ct-banner-imge {
    padding-bottom: 0;
  }
}
.ct-banner3 .ct-banner-imge &gt; img {
  -webkit-box-shadow: 0 0 16px rgba(0, 9, 37, 0.59);
  -khtml-box-shadow: 0 0 16px rgba(0, 9, 37, 0.59);
  -moz-box-shadow: 0 0 16px rgba(0, 9, 37, 0.59);
  -ms-box-shadow: 0 0 16px rgba(0, 9, 37, 0.59);
  -o-box-shadow: 0 0 16px rgba(0, 9, 37, 0.59);
  box-shadow: 0 0 16px rgba(0, 9, 37, 0.59);
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  max-width: 395px;
}
@media screen and (max-width: 1260px) {
  .ct-banner3 .ct-banner-imge &gt; img {
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .ct-banner3 .ct-banner-imge {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ct-banner3 .ct-banner-imge {
    padding-right: 0;
  }
}
.ct-banner3 .ct-banner-tow {
  position: absolute;
  top: 145px;
  right: 0;
}
.ct-banner3 .ct-banner-tow img {
  -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);
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  max-width: 333px;
}
@media screen and (max-width: 767px) {
  .ct-banner3 .ct-banner-tow {
    position: static;
    margin-top: 30px;
  }
}
.ct-banner3 .ct-banner-three {
  position: absolute;
  top: -18px;
  right: 0;
}
@media screen and (max-width: 1260px) {
  .ct-banner3 .ct-banner-three {
    display: none;
  }
}
.ct-banner3 .ct-banner-three img {
  max-height: 126px;
}
.ct-banner3 .ct-banner-title {
  font-weight: 700;
  color: #fff;
  font-size: 27px;
  position: absolute;
  right: 354px;
  bottom: 9px;
  width: 500px;
  text-align: right;
  z-index: -1;
}
@media screen and (max-width: 1260px) {
  .ct-banner3 .ct-banner-title {
    position: static;
    text-align: left;
    margin-top: 87px;
    right: 0;
    margin-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ct-banner3 .ct-banner-title {
    margin-top: 12px;
  }
}
.ct-banner3 .ct-banner-title span {
  display: inline-block;
  width: 22px;
  height: 20px;
  position: relative;
}
.ct-banner3 .ct-banner-title span:before,
.ct-banner3 .ct-banner-title span:after {
  content: "";
  height: 20px;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b0e603;
  transform: rotate(15deg);
}
.ct-banner3 .ct-banner-title span:after {
  left: 8px;
}
.ct-signature1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.ct-signature1 .item--image {
  margin-right: 12px;
}
.ct-signature1 .item--meta h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.ct-cta1 {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 13px 59px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ct-cta1 &gt; div {
  margin: 10px 0;
}
@media screen and (max-width: 1199px) {
  .ct-cta1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-cta1 .item--holder {
  flex-grow: 1;
  margin-right: 30px;
}
.ct-cta1 .item--holder .item--title {
  font-family: poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.ct-cta1 .item--holder .item--desc {
  font-size: 18px;
  color: #c6c6c6;
  font-weight: 300;
}
.ct-cta1 .btn.btn-gray {
  padding: 0 42px;
  line-height: 55px;
  font-size: 15px;
}
.ct-cta1 .btn.btn-gray i {
  margin-left: 0;
  margin-right: 8px;
}
.ct-history1 {
  max-width: 970px;
  margin: 0 auto;
  padding-top: 34px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ct-history1 {
    padding-top: 114px;
  }
}
.ct-history1:before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ct-history1 .ct-history--start {
  text-align: center;
  line-height: 101px;
  width: 101px;
  height: 101px;
  color: #f6f6f6;
  font-size: 28px;
  font-weight: 700;
  -webkit-border-radius: 101px;
  -khtml-border-radius: 101px;
  -moz-border-radius: 101px;
  -ms-border-radius: 101px;
  -o-border-radius: 101px;
  border-radius: 101px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.ct-history1 .ct-history--image {
  max-width: 250px;

  position: absolute;
  bottom: 0;
  left: 13px;
  right: 0;
  margin: auto;
}
/* .ct-history1 .ct-history--image img {
  -webkit-border-radius: 140px;
  -khtml-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  border-radius: 140px;
} */
.ct-history1 .ct-history--meta h3 {
  font-size: 26px;
  margin-bottom: 8px;
  color: #f5750d;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ct-history1 .ct-history--meta h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .ct-history1 .ct-history--meta h3 {
    font-size: 16px;
  }
}
.ct-history1 .ct-history--meta span {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .ct-history1 .ct-history--meta span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .ct-history1 .ct-history--meta span {
    font-size: 13px;
  }
}
.ct-history1 .ct-history--item {
  padding-right: 124px;
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .ct-history1 .ct-history--item {
    padding-right: 40px;
  }
}
.ct-history1 .ct-history--item:before {
  content: "";
  height: 0;
  width: 114px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 15px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ct-history1 .ct-history--item:before {
    width: 30px;
  }
}
.ct-history1 .ct-history--item:after {
  content: "";
  width: 21px;
  height: 21px;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  position: absolute;
  top: 4px;
  right: -11px;
}
.ct-history1 .ct-history--odd .ct-history--item {
  text-align: right;
}
.ct-history1 .ct-history--odd .ct-history--item:nth-child(1) {
  margin-top: 80px;
}
.ct-history1 .ct-history--odd .ct-history--item:nth-child(2) {
  margin-bottom: 43px;
}
.ct-history1 .ct-history--odd .ct-history--item:nth-child(3) {
  margin-bottom: 98px;
}
.ct-history1 .ct-history--odd .ct-history--item:nth-child(4) {
  margin-bottom: 92px;
}
.ct-history1 .ct-history--even .ct-history--item {
  padding-right: 0;
  padding-left: 124px;
}
@media screen and (max-width: 767px) {
  .ct-history1 .ct-history--even .ct-history--item {
    padding-left: 40px;
  }
}
.ct-history1 .ct-history--even .ct-history--item:before {
  right: auto;
  left: 0;
}
.ct-history1 .ct-history--even .ct-history--item:after {
  right: auto;
  left: -11px;
}
.ct-history1 .ct-history--even .ct-history--item:nth-child(1) {
  margin-bottom: 59px;
}
.ct-history1 .ct-history--even .ct-history--item:nth-child(2) {
  margin-bottom: 80px;
}
.ct-history1 .ct-history--even .ct-history--item:nth-child(4) {
  margin-bottom: 108px;
}
.ct-history1 .ct-history--holder {
  display: flex;
  flex-wrap: wrap;
}
.ct-history1 .ct-history--holder &gt; div {
  width: 50%;
}
.ct-portfolio-grid1 .item--featured img,
.ct-portfolio-carousel1 .item--featured img {
  width: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ct-portfolio-grid1 .item--meta,
.ct-portfolio-carousel1 .item--meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 34px 26px;
  -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: 1199px) {
  .ct-portfolio-grid1 .item--meta,
  .ct-portfolio-carousel1 .item--meta {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ct-portfolio-grid1 .item--meta .item--title,
.ct-portfolio-carousel1 .item--meta .item--title {
  margin-bottom: 0;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-grid1 .item--meta .item--title,
  .ct-portfolio-carousel1 .item--meta .item--title {
    font-size: 18px;
  }
}
.ct-portfolio-grid1 .item--meta .item--title a,
.ct-portfolio-carousel1 .item--meta .item--title a {
  color: inherit;
}
.ct-portfolio-grid1 .item--meta .item--title a:hover,
.ct-portfolio-carousel1 .item--meta .item--title a:hover {
  color: inherit;
}
.ct-portfolio-grid1 .item--meta .item--subtitle,
.ct-portfolio-carousel1 .item--meta .item--subtitle {
  color: #636363;
}
.ct-portfolio-grid1 .item--meta .item--subtitle a,
.ct-portfolio-carousel1 .item--meta .item--subtitle a {
  color: inherit;
}
.ct-portfolio-grid1 .item--meta .item--subtitle a:hover,
.ct-portfolio-carousel1 .item--meta .item--subtitle a:hover {
  color: inherit;
}
.ct-portfolio-grid1 .item--holder,
.ct-portfolio-carousel1 .item--holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: 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;
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-grid1 .item--holder,
  .ct-portfolio-carousel1 .item--holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ct-portfolio-grid1 .item--holder,
  .ct-portfolio-carousel1 .item--holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-portfolio-grid1 .item--holder .item--holder-overlay,
.ct-portfolio-carousel1 .item--holder .item--holder-overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}
.ct-portfolio-grid1 .item--holder .item--holder-inner,
.ct-portfolio-carousel1 .item--holder .item--holder-inner {
  width: 100%;
}
.ct-portfolio-grid1 .item--holder .item--icon,
.ct-portfolio-carousel1 .item--holder .item--icon {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-grid1 .item--holder .item--icon,
  .ct-portfolio-carousel1 .item--holder .item--icon {
    font-size: 45px;
    margin-bottom: 18px;
  }
}
.ct-portfolio-grid1 .item--holder .item--title,
.ct-portfolio-carousel1 .item--holder .item--title {
  font-size: 22px;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-grid1 .item--holder .item--title,
  .ct-portfolio-carousel1 .item--holder .item--title {
    font-size: 18px;
  }
}
.ct-portfolio-grid1 .item--holder .item--title a,
.ct-portfolio-carousel1 .item--holder .item--title a {
  color: inherit;
}
.ct-portfolio-grid1 .item--holder .item--title a:hover,
.ct-portfolio-carousel1 .item--holder .item--title a:hover {
  color: inherit;
}
.ct-portfolio-grid1 .item--holder .item--subtitle,
.ct-portfolio-carousel1 .item--holder .item--subtitle {
  color: #d2d1d1;
}
.ct-portfolio-grid1 .item--holder .item--subtitle a,
.ct-portfolio-carousel1 .item--holder .item--subtitle a {
  color: inherit;
}
.ct-portfolio-grid1 .item--holder .item--subtitle a:hover,
.ct-portfolio-carousel1 .item--holder .item--subtitle a:hover {
  color: inherit;
}
.ct-portfolio-grid1 .item--holder .item--content,
.ct-portfolio-carousel1 .item--holder .item--content {
  font-size: 15px;
  line-height: 26px;
  color: #e6e6e6;
  margin-bottom: 9px;
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-grid1 .item--holder .item--content,
  .ct-portfolio-carousel1 .item--holder .item--content {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .ct-portfolio-grid1 .item--holder .item--content,
  .ct-portfolio-carousel1 .item--holder .item--content {
    font-size: 14px;
  }
}
.ct-portfolio-grid1 .item--holder .item--readmore,
.ct-portfolio-carousel1 .item--holder .item--readmore {
  line-height: 1;
  margin-top: 34%;
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-grid1 .item--holder .item--readmore,
  .ct-portfolio-carousel1 .item--holder .item--readmore {
    margin-top: 40px;
  }
}
.ct-portfolio-grid1 .item--holder .item--readmore a,
.ct-portfolio-carousel1 .item--holder .item--readmore a {
  display: inline-block;
  line-height: 62px;
  height: 62px;
  -webkit-border-radius: 62px;
  -khtml-border-radius: 62px;
  -moz-border-radius: 62px;
  -ms-border-radius: 62px;
  -o-border-radius: 62px;
  border-radius: 62px;
  width: 62px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ct-portfolio-grid1 .item--first,
.ct-portfolio-carousel1 .item--first {
  backface-visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -khtml-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.ct-portfolio-grid1 .item--last,
.ct-portfolio-carousel1 .item--last {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -khtml-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -khtml-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  visibility: hidden;
}
.ct-portfolio-grid1 .grid-item-inner,
.ct-portfolio-carousel1 .grid-item-inner {
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 65px;
}
.ct-portfolio-grid1 .grid-item-inner:hover .item--first,
.ct-portfolio-carousel1 .grid-item-inner:hover .item--first {
  -webkit-transform: rotateY(-180deg);
  -khtml-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
}
.ct-portfolio-grid1 .grid-item-inner:hover .item--last,
.ct-portfolio-carousel1 .grid-item-inner:hover .item--last {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transform: rotateY(0);
  -khtml-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  visibility: visible;
}
.ct-portfolio-carousel1 .grid-item-inner {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .ct-portfolio-carousel1 .ct-slick-carousel[data-arrows="true"] {
    padding-bottom: 0;
    padding-left: 90px;
    padding-right: 90px;
  }
  .ct-portfolio-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
    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%);
    margin: 0;
  }
  .ct-portfolio-carousel1
    .ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-prev {
    left: 15px;
  }
  .ct-portfolio-carousel1
    .ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-next {
    right: 15px;
    left: auto;
  }
}
.ct-portfolio-carousel2 .item--featured img {
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -khtml-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.ct-portfolio-carousel2 .item--meta {
  opacity: 0;
  position: absolute;
  bottom: 56px;
  left: 30px;
  right: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001659),
    to(#1040d3)
  );
  background-image: -webkit-linear-gradient(bottom, #001659, #1040d3);
  background-image: -moz-linear-gradient(bottom, #001659, #1040d3);
  background-image: -ms-linear-gradient(bottom, #001659, #1040d3);
  background-image: -o-linear-gradient(bottom, #001659, #1040d3);
  background-image: linear-gradient(bottom, #001659, #1040d3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
  padding: 25px 27px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 22, 89, 0.64);
  -khtml-box-shadow: 0 0 7px rgba(0, 22, 89, 0.64);
  -moz-box-shadow: 0 0 7px rgba(0, 22, 89, 0.64);
  -ms-box-shadow: 0 0 7px rgba(0, 22, 89, 0.64);
  -o-box-shadow: 0 0 7px rgba(0, 22, 89, 0.64);
  box-shadow: 0 0 7px rgba(0, 22, 89, 0.64);
  -webkit-transition: all 0.4s ease;
  -khtml-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-portfolio-carousel2 .item--meta a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.ct-portfolio-carousel2 .item--plus {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.ct-portfolio-carousel2 .item--title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  flex-grow: 1;
  margin-right: 20px;
}
.ct-portfolio-carousel2 .item--title a {
  color: inherit;
}
.ct-portfolio-carousel2 .item--title a:hover {
  color: inherit;
}
.ct-portfolio-carousel2 .grid-item-inner {
  position: relative;
  overflow: hidden;
}
.ct-portfolio-carousel2 .grid-item-inner:hover .item--meta {
  bottom: 26px;
  opacity: 1;
}
.ct-portfolio-carousel2 .grid-item-inner:hover .item--featured img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-portfolio-carousel2 .carousel-item:nth-child(even) .grid-item-inner {
  top: -34px;
}
.ct-portfolio-carousel2 .carousel-item:nth-child(even) .grid-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  height: 68px;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.ct-portfolio-carousel3 .item--featured img {
  width: 100%;
  -webkit-transition: all 300ms linear 0.4s;
  -khtml-transition: all 300ms linear 0.4s;
  -moz-transition: all 300ms linear 0.4s;
  -ms-transition: all 300ms linear 0.4s;
  -o-transition: all 300ms linear 0.4s;
  transition: all 300ms linear 0.4s;
}
.ct-portfolio-carousel3 .item--title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 11px;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.2s;
  -webkit-transform: translateX(30px);
  -khtml-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .ct-portfolio-carousel3 .item--title {
    font-size: 20px;
  }
}
.ct-portfolio-carousel3 .item--title a {
  color: inherit;
}
.ct-portfolio-carousel3 .item--title a:hover {
  color: inherit;
}
.ct-portfolio-carousel3 .item--subtitle {
  font-size: 14px;
  line-height: 26px;
  color: #cbcbcb;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: translateX(30px);
  -khtml-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  transition-delay: 0.3s;
}
.ct-portfolio-carousel3 .item--readmore {
  position: absolute;
  bottom: 50px;
  left: 50px;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: translateX(30px);
  -khtml-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1400px) {
  .ct-portfolio-carousel3 .item--readmore {
    left: 30px;
    bottom: 30px;
  }
}
.ct-portfolio-carousel3 .item--readmore a {
  font-size: 24px;
  padding: 0;
  line-height: 55px;
  width: 55px;
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px;
  font-weight: 400;
}
.ct-portfolio-carousel3 .item--meta {
  position: absolute;
  left: 50px;
  top: 50px;
}
@media screen and (max-width: 1400px) {
  .ct-portfolio-carousel3 .item--meta {
    top: 40px;
    left: 30px;
  }
}
.ct-portfolio-carousel3 .item--holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ct-portfolio-carousel3 .item--holder-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 300ms linear 0.4s;
  -khtml-transition: all 300ms linear 0.4s;
  -moz-transition: all 300ms linear 0.4s;
  -ms-transition: all 300ms linear 0.4s;
  -o-transition: all 300ms linear 0.4s;
  transition: all 300ms linear 0.4s;
}
.ct-portfolio-carousel3 .grid-item-inner {
  position: relative;
  overflow: hidden;
}
.ct-portfolio-carousel3 .grid-item-inner:hover .item--featured img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms linear 0s;
  -khtml-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.ct-portfolio-carousel3 .grid-item-inner:hover .item--holder-overlay {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 300ms linear 0s;
  -khtml-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.ct-portfolio-carousel3 .grid-item-inner:hover .item--title {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.ct-portfolio-carousel3 .grid-item-inner:hover .item--subtitle {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.ct-portfolio-carousel3 .grid-item-inner:hover .item--readmore {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.ct-portfolio-carousel3 .slick-arrow {
  opacity: 0;
}
.ct-portfolio-carousel3 .ct-carousel-inner {
  margin: 0;
}
.ct-portfolio-carousel3 .ct-carousel-inner .slick-slide {
  padding: 0;
}
.ct-portfolio-carousel3:hover .slick-arrow {
  opacity: 1;
}
.ct-portfolio-carousel4 .item--title {
  font-size: 24px;
  margin-bottom: 7px;
  color: #00165a;
}
.ct-portfolio-carousel4 .item--subtitle {
  line-height: 26px;
  font-size: 16px;
  color: #4d546b;
}
.ct-portfolio-carousel4 .item--holder-first {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 26px 44px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #dbe4fe;
  -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;
  -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-portfolio-carousel4 .item--holder-last {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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: rgba(2, 3, 141, 0.8);
  padding: 50px 44px;
  -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: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.ct-portfolio-carousel4 .item--holder-last .item--title {
  color: #fff;
}
.ct-portfolio-carousel4 .item--holder-last .item--title a {
  color: inherit;
}
.ct-portfolio-carousel4 .item--holder-last .item--title a:hover {
  color: inherit;
}
.ct-portfolio-carousel4 .item--holder-last .item--subtitle {
  color: #edebfb;
}
.ct-portfolio-carousel4 .item--holder-last .item--readmore {
  position: absolute;
  bottom: 54px;
  left: 44px;
}
.ct-portfolio-carousel4 .item--holder-last .item--readmore a {
  font-size: 24px;
  padding: 0;
  line-height: 55px;
  width: 55px;
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px;
  font-weight: 400;
}
.ct-portfolio-carousel4 .grid-item-inner {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -khtml-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -moz-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -ms-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -o-box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  box-shadow: 0 21px 51px rgba(3, 31, 114, 0.11);
  -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-portfolio-carousel4 .grid-item-inner:hover {
  -webkit-box-shadow: 0 21px 29px rgba(3, 31, 114, 0.35);
  -khtml-box-shadow: 0 21px 29px rgba(3, 31, 114, 0.35);
  -moz-box-shadow: 0 21px 29px rgba(3, 31, 114, 0.35);
  -ms-box-shadow: 0 21px 29px rgba(3, 31, 114, 0.35);
  -o-box-shadow: 0 21px 29px rgba(3, 31, 114, 0.35);
  box-shadow: 0 21px 29px rgba(3, 31, 114, 0.35);
}
.ct-portfolio-carousel4 .grid-item-inner:hover .item--holder-first {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ct-portfolio-carousel4 .grid-item-inner:hover .item--holder-last {
  opacity: 1;
  -webkit-transform: translate(0%);
  -khtml-transform: translate(0%);
  -moz-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  transform: translate(0%);
}
.ct-portfolio-carousel4 .ct-slick-carousel {
  margin: 0 -100px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .ct-portfolio-carousel4 .ct-slick-carousel {
    margin: 0 -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
.ct-portfolio-carousel4 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-portfolio-carousel4 .ct-slick-carousel .slick-arrow {
  margin-top: -25px !important;
  background-color: #e6e9f1;
  -webkit-box-shadow: 0 6px 12px rgba(2, 8, 38, 0.15);
  -khtml-box-shadow: 0 6px 12px rgba(2, 8, 38, 0.15);
  -moz-box-shadow: 0 6px 12px rgba(2, 8, 38, 0.15);
  -ms-box-shadow: 0 6px 12px rgba(2, 8, 38, 0.15);
  -o-box-shadow: 0 6px 12px rgba(2, 8, 38, 0.15);
  box-shadow: 0 6px 12px rgba(2, 8, 38, 0.15);
  color: #00165a;
}
.ct-portfolio-carousel4 .ct-slick-carousel .slick-arrow:hover {
  color: #fff;
}
.ct-portfolio-carousel4
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow:after {
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
}
.ct-portfolio-carousel4
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-prev {
  left: 15px;
}
@media screen and (max-width: 1400px) {
  .ct-portfolio-carousel4
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-carousel4
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-prev {
    left: 80px;
  }
}
.ct-portfolio-carousel4
  .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-next {
  right: 15px;
}
@media screen and (max-width: 1400px) {
  .ct-portfolio-carousel4
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-next {
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-carousel4
    .ct-slick-carousel.slick-arrow-middle.ct-slick-carousel[data-arrows="true"]
    .slick-arrow.slick-next {
    right: 80px;
  }
}
.ct-portfolio-carousel4 .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-portfolio-carousel4 .slick-slide.slick-active {
  opacity: 1;
}
.ct-portfolio-grid2 .item--holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  padding: 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: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-grid2 .item--holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ct-portfolio-grid2 .item--holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-portfolio-grid2 .item--holder .item--holder-overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  -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-portfolio-grid2 .item--holder .item--title {
  font-size: 22px;
  margin-bottom: 8px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .ct-portfolio-grid2 .item--holder .item--title {
    font-size: 18px;
  }
}
.ct-portfolio-grid2 .item--holder .item--title a {
  color: inherit;
}
.ct-portfolio-grid2 .item--holder .item--title a:hover {
  color: inherit;
}
.ct-portfolio-grid2 .item--holder .item--category {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: muli;
}
.ct-portfolio-grid2 .item--holder .item--category a {
  color: inherit;
}
.ct-portfolio-grid2 .item--holder .item--category a:hover {
  color: inherit;
}
.ct-portfolio-grid2 .item--holder .item--readmore {
  position: absolute;
  bottom: 30px;
  right: 30px;
  line-height: 1;
}
.ct-portfolio-grid2 .item--holder .item--readmore a {
  display: inline-block;
  line-height: 62px;
  height: 62px;
  -webkit-border-radius: 62px;
  -khtml-border-radius: 62px;
  -moz-border-radius: 62px;
  -ms-border-radius: 62px;
  -o-border-radius: 62px;
  border-radius: 62px;
  width: 62px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ct-portfolio-grid2 .item--holder .item--meta {
  position: absolute;
  top: 30px;
  left: 30px;
}
.ct-portfolio-grid2 .grid-item-inner {
  margin-bottom: 30px;
}
.ct-portfolio-grid2 .grid-item-inner:hover .item--holder {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .ct-portfolio-grid2 .ct-grid-inner &gt; .grid-item:nth-child(1) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ct-portfolio-grid2
    .ct-grid-inner
    &gt; .grid-item:nth-child(1)
    .item--holder
    .item--meta {
    top: 65px;
    left: 50px;
  }
  .ct-portfolio-grid2
    .ct-grid-inner
    &gt; .grid-item:nth-child(1)
    .item--holder
    .item--readmore {
    bottom: 70px;
    right: 40px;
  }
}
.ct-portfolio-detail {
  margin-bottom: 0;
  list-style: none;
}
.ct-portfolio-detail li {
  font-size: 15px;
  color: #666;
}
.ct-portfolio-detail li + li {
  margin-top: 8px;
}
.ct-portfolio-detail li i {
  color: #f55301;
  margin-right: 4px;
}
.ct-portfolio-detail li label {
  font-weight: 600;
  color: #222;
}
.elementor-section-full_width.slider-boxed &gt; .elementor-container,
.elementor-section-full_width.landing-boxed &gt; .elementor-container {
  max-width: 1810px;
  padding: 0 55px;
}
@media screen and (max-width: 1260px) {
  .elementor-section-full_width.slider-boxed &gt; .elementor-container,
  .elementor-section-full_width.landing-boxed &gt; .elementor-container {
    padding: 0 15px;
  }
}
.elementor-section-full_width.slider-boxed
  &gt; .elementor-container
  &gt; .elementor-row,
.elementor-section-full_width.landing-boxed
  &gt; .elementor-container
  &gt; .elementor-row,
.elementor-section-full_width.slider-boxed
  &gt; .elementor-container
  &gt; .elementor-column,
.elementor-section-full_width.landing-boxed
  &gt; .elementor-container
  &gt; .elementor-column {
  background-color: #fff;
  -webkit-box-shadow: 0 0 54px rgba(7, 0, 76, 0.3);
  -khtml-box-shadow: 0 0 54px rgba(7, 0, 76, 0.3);
  -moz-box-shadow: 0 0 54px rgba(7, 0, 76, 0.3);
  -ms-box-shadow: 0 0 54px rgba(7, 0, 76, 0.3);
  -o-box-shadow: 0 0 54px rgba(7, 0, 76, 0.3);
  box-shadow: 0 0 54px rgba(7, 0, 76, 0.3);
  overflow: hidden;
}
.elementor-section-full_width.slider-boxed
  &gt; .elementor-container
  &gt; .elementor-row
  .elementor-element
  &gt; .elementor-container,
.elementor-section-full_width.landing-boxed
  &gt; .elementor-container
  &gt; .elementor-row
  .elementor-element
  &gt; .elementor-container,
.elementor-section-full_width.slider-boxed
  &gt; .elementor-container
  &gt; .elementor-column
  .elementor-element
  &gt; .elementor-container,
.elementor-section-full_width.landing-boxed
  &gt; .elementor-container
  &gt; .elementor-column
  .elementor-element
  &gt; .elementor-container {
  margin-left: auto;
  margin-right: auto;
}
.elementor-section-full_width.landing-boxed
  &gt; .elementor-container
  &gt; .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-section-full_width.row-boxed &gt; .elementor-container {
  max-width: 1605px;
  padding: 0 15px;
}
.elementor-section-full_width.row-boxed
  &gt; .elementor-container
  &gt; .elementor-row
  .elementor-element
  &gt; .elementor-container {
  margin-left: auto;
  margin-right: auto;
}
.ct-counter-layout1 {
  display: flex;
  flex-wrap: nowrap;
}
.ct-counter-layout1 .ct-counter-icon {
  line-height: 1;
  margin-right: 14px;
  min-width: 48px;
  margin-top: 5px;
}
.ct-counter-layout1 .ct-counter-icon i {
  font-size: 40px;
  color: #fe9800;
}
.ct-counter-layout1 .ct-counter-number {
  font-size: 36px;
  line-height: 1;
  color: #f36f21;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .ct-counter-layout1 .ct-counter-number {
    font-size: 30px;
  }
}
.ct-counter-layout1 .ct-counter-title {
  color: #f36f21;
  margin-top: 4px;
}
@media screen and (max-width: 1199px) {
  .ct-counter-layout1 .ct-counter-title {
    font-size: 14px;
    line-height: 26px;
  }
}
.ct-counter-layout2 .ct-counter-icon {
  line-height: 1;
  margin-bottom: 17px;
}
.ct-counter-layout2 .ct-counter-icon i {
  font-size: 65px;
  color: #fe9800;
}
.ct-counter-layout2 .ct-counter-number {
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
}
.ct-counter-layout2 .ct-counter-title {
  font-size: 16px;
  line-height: 26px;
}
.ct-counter-layout2 .ct-counter-number-prefix,
.ct-counter-layout2 .ct-counter-number-suffix {
  font-size: 30px;
}
.ct-counter-layout2 .ct-counter-number-suffix {
  margin-left: 2px;
  margin-top: -7px;
}
.ct-counter-layout2 .ct-counter-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .counter-line:before {
    content: "";
    width: 1px;
    height: 33px;
    background-color: #bdbdbd;
    position: absolute;
    top: 50%;
    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%);
  }
}
.ct-progressbar1 .ct-progress-title {
  margin-right: 20px;
  flex-grow: 1;
}
.ct-progressbar1 .ct-progress-title,
.ct-progressbar1 .ct-progress-percentage {
  color: #00165a;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 6px;
}
.ct-progressbar1 .ct-progress-bar {
  height: 16px;
  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;
}
.ct-progressbar1 .ct-progress-bar:before {
  content: "";
  right: 8px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #f7c42a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f7c42a),
    to(#f5750d)
  );
  background-image: -webkit-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(left, #f7c42a, #f5750d);
  background-image: linear-gradient(left, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d',gradientType='1');
  -webkit-transform: skew(-30deg);
  -khtml-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  transform-origin: left bottom;
}
.ct-progressbar1 .ct-progress-meta {
  display: flex;
  flex-wrap: wrap;
}
.ct-progressbar1 .ct-progress-holder {
  position: relative;
  z-index: 1;
  height: 16px;
}
.ct-progressbar1 .ct-progress-holder:before {
  content: "";
  right: 8px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  -khtml-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  transform-origin: left bottom;
}
.ct-progressbar1 .ct-progress-item + .ct-progress-item {
  margin-top: 12px;
}
.ct-team-carousel1 .item--image {
  position: relative;
}
.ct-team-carousel1 .item--image:before,
.ct-team-carousel1 .item--image:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -7px;
  right: -12px;
  top: 0;
  z-index: -1;
  background-image: url(../images/bg-team-item1.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  -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-carousel1 .item--image:after {
  background-image: url(../images/bg-team-item2.png);
}
.ct-team-carousel1 .item--image .item--image-inner {
  mask-image: url(../images/team-mask.png);
  -webkit-mask-image: url(../images/team-mask.png);
  display: block;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
.ct-team-carousel1 .item--image img {
  width: 100%;
}
.ct-team-carousel1 .item--title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 2px;
}
.ct-team-carousel1 .item--title a {
  color: inherit;
}
.ct-team-carousel1 .item--title a:hover {
  color: inherit;
}
.ct-team-carousel1 .item--position {
  font-size: 15px;
  color: #fff;
  height: 28px;
  overflow: hidden;
}
.ct-team-carousel1 .item--position 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;
  display: block;
}
.ct-team-carousel1 .item--social {
  position: absolute;
  bottom: 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;
  opacity: 1;
  height: 0;
  overflow: hidden;
}
.ct-team-carousel1 .item--social a {
  font-size: 15px;
  color: #fff;
  margin-right: 12px;
}
.ct-team-carousel1 .item--meta {
  position: relative;
}
.ct-team-carousel1 .item--holder {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 18px;
  z-index: 1;
  padding: 16px 30px 13px 60px;
}
.ct-team-carousel1 .item--holder .item--arrow {
  position: absolute;
  width: 130px;
  height: 80px;
  background-image: url(../images/bg-team-arrow.png);
  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: 25px;
  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;
}
.ct-team-carousel1 .item--holder:before,
.ct-team-carousel1 .item--holder:after {
  content: "";
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  position: absolute;
  z-index: -2;
  -webkit-transform: skew(-30deg);
  -khtml-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -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-carousel1 .item--holder:before {
  background-image: -webkit-linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  background-image: -moz-linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  background-image: -ms-linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  background-image: -o-linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  background-image: linear-gradient(
    -190deg,
    rgba(247, 196, 42, 0.95),
    rgba(245, 117, 13, 0.95)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(247, 196, 42, 0.95)',endColorStr='rgba(245, 117, 13, 0.95)');
}
.ct-team-carousel1 .item--holder:after {
  opacity: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001659),
    to(#1040d3)
  );
  background-image: -webkit-linear-gradient(bottom, #001659, #1040d3);
  background-image: -moz-linear-gradient(bottom, #001659, #1040d3);
  background-image: -ms-linear-gradient(bottom, #001659, #1040d3);
  background-image: -o-linear-gradient(bottom, #001659, #1040d3);
  background-image: linear-gradient(bottom, #001659, #1040d3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
}
.ct-team-carousel1 .item--inner {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.ct-team-carousel1 .item--inner:hover .item--image:before {
  opacity: 0;
}
.ct-team-carousel1 .item--inner:hover .item--image:after {
  opacity: 1;
  transform: rotate(10deg);
}
.ct-team-carousel1 .item--inner:hover .item--holder .item--arrow {
  opacity: 0.6;
}
.ct-team-carousel1 .item--inner:hover .item--holder:after {
  opacity: 1;
}
.ct-team-carousel1 .item--inner:hover .item--position span {
  -webkit-transform: translateY(-40px);
  -khtml-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.ct-team-carousel1 .item--inner:hover .item--social {
  height: 28px;
}
.ct-team-carousel1 .ct-carousel-inner {
  margin: 0 -25px;
}
.ct-team-carousel1 .ct-carousel-inner .slick-slide {
  padding: 0 25px;
}
.ct-team-carousel1 .ct-slick-carousel {
  margin: 0 -30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.ct-team-carousel1 .ct-slick-carousel .slick-list {
  overflow: visible;
}
.ct-team-carousel1 .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-team-carousel1 .slick-slide.slick-active {
  opacity: 1;
}
.ct-team-carousel2 .item--image {
  padding-right: 69px;
  position: relative;
}
.ct-team-carousel2 .item--image img {
  -webkit-border-radius: 7px 0 0 7px;
  -khtml-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  position: relative;
  left: -21px;
}
.ct-team-carousel2 .item--image svg {
  height: 98px;
  fill: url(#team-gradient) #f55301;
  opacity: 0;
}
.ct-team-carousel2 .item--image .svg-image {
  display: inline-block;
  width: 24px;
  height: 99px;
  background-image: url(../images/team-arrow.png);
  background-position: 50%;
  background-repeat: no-repeat;
}
.ct-team-carousel2 .item--image svg,
.ct-team-carousel2 .item--image .svg-image {
  position: absolute;
  top: 4px;
  right: 65px;
  -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 {
  position: absolute;
  margin-bottom: 0;
  list-style: none;
  top: 16px;
  right: 0;
  width: 65px;
}
.ct-team-carousel2 .item--social li {
  display: block;
  line-height: 1;
  text-align: center;
}
.ct-team-carousel2 .item--social li + li {
  margin-top: 12px;
}
.ct-team-carousel2 .item--social li a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}
.ct-team-carousel2 .item--social li a:hover {
  -webkit-transform: translateX(5px);
  -khtml-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.ct-team-carousel2 .item--title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.ct-team-carousel2 .item--title a {
  color: inherit;
}
.ct-team-carousel2 .item--title a:hover {
  color: inherit;
}
.ct-team-carousel2 .item--position {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.ct-team-carousel2 .item--description {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-top: 3px;
  display: none;
}
.ct-team-carousel2 .item--holder {
  padding: 20px 28px 23px;
  position: relative;
}
.ct-team-carousel2 .item--inner {
  -webkit-border-radius: 0 7px 7px 7px;
  -khtml-border-radius: 0 7px 7px 7px;
  -moz-border-radius: 0 7px 7px 7px;
  -ms-border-radius: 0 7px 7px 7px;
  -o-border-radius: 0 7px 7px 7px;
  border-radius: 0 7px 7px 7px;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.ct-team-carousel2 .item--inner:before,
.ct-team-carousel2 .item--inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: 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--inner:after {
  background-color: #fff;
  -webkit-box-shadow: 0 17px 16px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 17px 16px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 17px 16px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 17px 16px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 17px 16px rgba(12, 12, 12, 0.1);
  box-shadow: 0 17px 16px rgba(12, 12, 12, 0.1);
  opacity: 0;
}
.ct-team-carousel2 .item--inner:hover:before {
  opacity: 0;
}
.ct-team-carousel2 .item--inner:hover:after {
  opacity: 1;
}
.ct-team-carousel2 .item--inner:hover .item--image .svg-image {
  opacity: 0;
}
.ct-team-carousel2 .item--inner:hover .item--image svg {
  opacity: 1;
}
.ct-team-carousel2 .item--inner:hover .item--social li a,
.ct-team-carousel2 .item--inner:hover .item--title {
  color: #222;
}
.ct-team-carousel2 .item--inner:hover .item--description {
  color: #5d5d5d;
}
.ct-team-carousel2 .ct-carousel-inner {
  margin: 0 -40px;
  position: relative;
}
.ct-team-carousel2 .ct-carousel-inner .slick-slide {
  padding: 0 40px;
}
.ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}
.ct-team-carousel2 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
  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%);
  margin: 0;
}
.ct-team-carousel2
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-prev {
  left: 28px;
  z-index: 9;
}
.ct-team-carousel2
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-next {
  right: 28px;
  left: auto;
  z-index: 9;
}
.ct-process1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ct-process1 .ct-process-icon {
  width: 104px;
  height: 104px;
  line-height: 104px;
  font-size: 52px;
  margin: 0 auto 34px;
  position: relative;
  z-index: 1;
}
.ct-process1 .ct-process-icon:before {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5750d),
    to(#f7c42a)
  );
  background-image: -webkit-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -moz-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -ms-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: -o-linear-gradient(bottom, #f5750d, #f7c42a);
  background-image: linear-gradient(bottom, #f5750d, #f7c42a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5750d',endColorStr='#f7c42a');
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 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-process1 .ct-process-icon:after {
  z-index: -1;
  content: "";
  background-color: #18295c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-process1 .ct-process-icon i {
  background-image: -webkit-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(-190deg, #f7c42a, #f5750d);
  background-image: linear-gradient(-190deg, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d');
}
.ct-process1 .ct-process-icon i,
.ct-process1 .ct-process-icon img,
.ct-process1 .ct-process-icon svg {
  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-process1 .ct-process-icon img {
  max-height: 52px;
}
.ct-process1 .ct-process-icon svg {
  height: 52px;
}
.ct-process1 .ct-process-divider {
  position: absolute;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .ct-process1 .ct-process-divider {
    display: none !important;
  }
}
.ct-process1 .ct-process-title {
  margin-bottom: 19px;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .ct-process1 .ct-process-title {
    font-size: 18px;
  }
}
.ct-process1 .ct-process-description {
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .ct-process1 .ct-process-description {
    max-width: 260px;
    margin: auto;
  }
}
.ct-process1 .ct-process-button {
  padding-top: 11px;
}
.ct-process1 .ct-process-button a {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  background-color: #f7c42a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f7c42a),
    to(#f5750d)
  );
  background-image: -webkit-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(left, #f7c42a, #f5750d);
  background-image: linear-gradient(left, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d',gradientType='1');
  position: relative;
}
.ct-process1 .ct-process-button a:before {
  content: "";
  height: 1px;
  width: 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;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f7c42a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f7c42a),
    to(#f5750d)
  );
  background-image: -webkit-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -moz-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -ms-linear-gradient(left, #f7c42a, #f5750d);
  background-image: -o-linear-gradient(left, #f7c42a, #f5750d);
  background-image: linear-gradient(left, #f7c42a, #f5750d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d',gradientType='1');
}
.ct-process1 .ct-process-button a i {
  margin-left: 4px;
  display: initial;
  -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-process1 .ct-process-button a:hover i {
  margin-left: 8px;
}
.ct-process1 .ct-process-button a:hover:before {
  width: 100%;
}
.ct-process1 .ct-process-item {
  padding: 0 15px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ct-process1 .ct-process-item + .ct-process-item {
    margin-top: 60px;
  }
}
.ct-process1 .ct-process-item:hover .ct-process-icon:before {
  -webkit-transform: rotate(14deg);
  -khtml-transform: rotate(14deg);
  -moz-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  -o-transform: rotate(14deg);
  transform: rotate(14deg);
}
.ct-process1 .ct-process-item:nth-child(1) .ct-process-divider {
  background-image: url(../images/process-divider1.png);
  width: 70px;
  height: 10px;
  right: -35px;
}
.ct-process1 .ct-process-item:nth-child(2) .ct-process-divider {
  background-image: url(../images/process-divider2.png);
  width: 62px;
  height: 10px;
  right: -31px;
}
.ct-process1 .ct-process-item:nth-child(3) .ct-process-divider {
  background-image: url(../images/process-divider3.png);
  width: 46px;
  height: 16px;
  right: -23px;
}
.ct-process1.ct-process-1-column .ct-process-item {
  width: 100%;
}
.ct-process1.ct-process-2-column .ct-process-item {
  width: 50%;
}
.ct-process1.ct-process-2-column
  .ct-process-item:nth-child(2)
  .ct-process-divider {
  display: none;
}
.ct-process1.ct-process-3-column .ct-process-item {
  width: 33.33%;
}
.ct-process1.ct-process-3-column
  .ct-process-item:nth-child(3)
  .ct-process-divider {
  display: none;
}
@media screen and (min-width: 1200px) {
  .ct-process1.ct-process-4-column {
    margin: 0 -60px;
  }
}
.ct-process1.ct-process-4-column .ct-process-item {
  width: 25%;
}
@media screen and (min-width: 1200px) {
  .ct-process1.ct-process-4-column .ct-process-item {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .ct-process1 .ct-process-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .ct-process1 .ct-process-item {
    width: 100% !important;
  }
}
.ct-process1.style2 .ct-process-icon {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.ct-process1.style2 .ct-process-icon i {
  background-image: none;
  text-fill-color: transparent;
  -o-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.ct-process1.style2 .ct-process-icon:before {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
  -webkit-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  -khtml-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  -moz-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  -ms-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  -o-box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  box-shadow: 0 6px 13px rgba(2, 8, 38, 0.24);
  opacity: 0;
}
.ct-process1.style2 .ct-process-icon:after {
  background-color: #02038d;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-process1.style2 .ct-process-button a {
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
}
.ct-process1.style2 .ct-process-button a:before {
  background-color: #49c200;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49c200),
    to(#b0e603)
  );
  background-image: -webkit-linear-gradient(left, #49c200, #b0e603);
  background-image: -moz-linear-gradient(left, #49c200, #b0e603);
  background-image: -ms-linear-gradient(left, #49c200, #b0e603);
  background-image: -o-linear-gradient(left, #49c200, #b0e603);
  background-image: linear-gradient(left, #49c200, #b0e603);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c200',endColorStr='#b0e603',gradientType='1');
}
.ct-process1.style2 .ct-process-item:nth-child(1) .ct-process-divider {
  background-image: url(../images/dark-process-divider1.png);
}
.ct-process1.style2 .ct-process-item:nth-child(2) .ct-process-divider {
  background-image: url(../images/dark-process-divider2.png);
}
.ct-process1.style2 .ct-process-item:nth-child(3) .ct-process-divider {
  background-image: url(../images/dark-process-divider3.png);
}
.ct-process1.style2 .ct-process-item:hover .ct-process-icon::before {
  top: 10px;
  left: 10px;
  opacity: 1;
}
.ct-client1 .client-image {
  text-align: center;
}
.ct-client1 .client-image a {
  display: inline-block;
  vertical-align: top;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  opacity: 0.5;
}
.ct-client1 .client-image a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ct-client1 .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ct-client1 .ct-clients-list-inner {
  margin: 0 -15px;
}
.ct-client1 .ct-clients-list-inner .slick-slide {
  padding: 0 15px;
}
.ct-fancybox-carousel1 .item--icon {
  width: 96px;
  min-width: 96px;
  display: flex;
  align-items: center;
  background-image: -webkit-linear-gradient(
    90deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  color: #1f1f1f;
  justify-content: 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;
}
@media screen and (max-width: 767px) {
  .ct-fancybox-carousel1 .item--icon {
    width: 80px;
    min-width: 80px;
  }
}
.ct-fancybox-carousel1 .item--icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='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;
  opacity: 0;
}
.ct-fancybox-carousel1 .item--icon i {
  font-size: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ct-fancybox-carousel1 .item--icon i {
    font-size: 30px;
  }
}
.ct-fancybox-carousel1 .item--holder {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 30px 20px 30px 28px;
}
@media screen and (max-width: 767px) {
  .ct-fancybox-carousel1 .item--holder {
    padding-left: 20px;
  }
}
.ct-fancybox-carousel1 .item--holder .item--title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.ct-fancybox-carousel1 .item--inner {
  display: flex;
  flex-wrap: nowrap;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.ct-fancybox-carousel1 .item--inner .item--more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ct-fancybox-carousel1 .item--inner:hover .item--icon {
  color: #fff;
}
.ct-fancybox-carousel1 .item--inner:hover .item--icon:before {
  opacity: 1;
}
.ct-fancybox-carousel1 .ct-carousel-inner {
  margin: 0 -10px;
}
.ct-fancybox-carousel1 .ct-carousel-inner .slick-slide {
  padding: 0 10px;
}
.ct-fancybox-carousel1 .ct-slick-carousel[data-arrows="true"] {
  padding: 0 52px;
}
@media screen and (max-width: 767px) {
  .ct-fancybox-carousel1 .ct-slick-carousel[data-arrows="true"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ct-fancybox-carousel1 .ct-slick-carousel[data-arrows="true"] .slick-arrow {
  margin: 0;
  width: 52px;
  height: 52px;
  color: #767677;
  background-color: initial;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-fancybox-carousel1
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow:hover {
  color: #222;
}
.ct-fancybox-carousel1
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow:hover:after {
  display: none;
}
.ct-fancybox-carousel1
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-prev {
  right: auto;
  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-fancybox-carousel1
  .ct-slick-carousel[data-arrows="true"]
  .slick-arrow.slick-next {
  left: auto;
  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-pointer1 .ct-pointer-imge {
  text-align: center;
}
.ct-pointer1 .ct-pointer-holder {
  background-image: -webkit-linear-gradient(
    90deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  padding: 26px 20px 26px 23px;
  width: 262px;
  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;
  -webkit-box-shadow: 0 17px 16px rgba(12, 12, 12, 6%);
  -khtml-box-shadow: 0 17px 16px rgba(12, 12, 12, 6%);
  -moz-box-shadow: 0 17px 16px rgba(12, 12, 12, 6%);
  -ms-box-shadow: 0 17px 16px rgba(12, 12, 12, 6%);
  -o-box-shadow: 0 17px 16px rgba(12, 12, 12, 6%);
  box-shadow: 0 17px 16px rgba(12, 12, 12, 6%);
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .ct-pointer1 .ct-pointer-holder {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .ct-pointer1 .ct-pointer-holder {
    display: none;
  }
}
.ct-pointer1 .ct-pointer-holder:before {
  content: "";
  border-width: 15px;
  border-style: solid;
  border-color: transparent #c0c1c0 transparent transparent;
  position: absolute;
  top: 50%;
  left: -30px;
  -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-pointer1 .ct-pointer-holder.content-left {
  top: 50%;
  right: 70px;
  -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-pointer1 .ct-pointer-holder.content-left:before {
  left: auto;
  right: -30px;
  border-color: transparent transparent transparent #c0c1c0;
}
.ct-pointer1 .ct-pointer-holder.content-right {
  top: 50%;
  left: 70px;
  -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-pointer1 .ct-pointer-holder.content-top {
  bottom: 70px;
  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%);
  background-image: -webkit-linear-gradient(
    180deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(180deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(180deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(180deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(180deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.ct-pointer1 .ct-pointer-holder.content-top:before {
  left: 50%;
  top: auto;
  -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: -30px;
  border-color: #c0c1c0 transparent transparent transparent;
}
.ct-pointer1 .ct-pointer-holder.content-bottom {
  top: 70px;
  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%);
  background-image: -webkit-linear-gradient(
    180deg,
    #c0c1c0 0%,
    #fff 50%,
    #c0c1c0
  );
  background-image: -moz-linear-gradient(180deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -ms-linear-gradient(180deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: -o-linear-gradient(180deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  background-image: linear-gradient(180deg, #c0c1c0 0%, #fff 50%, #c0c1c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.ct-pointer1 .ct-pointer-holder.content-bottom:before {
  left: 50%;
  top: -30px;
  -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: auto;
  border-color: transparent transparent #c0c1c0 transparent;
}
.ct-pointer1 .ct-pointer-holder h3 {
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .ct-pointer1 .ct-pointer-holder h3 {
    font-size: 20px;
  }
}
.ct-pointer1 .ct-pointer-holder .ct-pointer-description {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 1199px) {
  .ct-pointer1 .ct-pointer-holder .ct-pointer-description {
    font-size: 14px;
    line-height: 26px;
  }
}
.ct-pointer1 .ct-pointer-holder .ct-pointer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.ct-pointer1 .ct-pointer-btn {
  height: 47px;
  width: 47px;
  border: 12px solid #fff;
  -webkit-border-radius: 47px;
  -khtml-border-radius: 47px;
  -moz-border-radius: 47px;
  -ms-border-radius: 47px;
  -o-border-radius: 47px;
  border-radius: 47px;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  cursor: pointer;
}
.ct-pointer1 .ct-pointer-btn.open + .ct-pointer-holder {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .ct-pointer1 .ct-pointer-btn {
    display: none;
  }
}
.ct-pointer1 .ct-pointer-item {
  position: absolute;
}
.ct-pointer1.style2 .ct-pointer-btn {
  border: none;
  background-color: initial;
  background-image: none;
}
.ct-pointer1.style2 .ct-pointer-btn:before {
  content: "";
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  height: 14px;
  width: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  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-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);
  z-index: 2;
}
.ct-pointer1.style2 .ct-pointer-btn:after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  animation: pointerscale 3s linear 0s infinite;
  -webkit-animation: pointerscale 3s linear 0s infinite;
  -ms-animation: pointerscale 3s linear 0s infinite;
  -o-animation: pointerscale 3s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  -webkit-box-shadow: 0 0 16px rgba(12, 12, 12, 0.23);
  -khtml-box-shadow: 0 0 16px rgba(12, 12, 12, 0.23);
  -moz-box-shadow: 0 0 16px rgba(12, 12, 12, 0.23);
  -ms-box-shadow: 0 0 16px rgba(12, 12, 12, 0.23);
  -o-box-shadow: 0 0 16px rgba(12, 12, 12, 0.23);
  box-shadow: 0 0 16px rgba(12, 12, 12, 0.23);
  background-color: #fff;
  -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-pointer1.style2 .ct-pointer-btn:hover:after {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.elementor-widget-wp-widget-woocommerce_products .product_list_widget {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .star-rating-wrap {
  display: none;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder {
  padding: 24px 28px 20px;
  position: relative;
  z-index: 1;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0 0 7px 7px;
  -khtml-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  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;
  opacity: 0;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  .product-title {
  font-size: 24px;
  color: #223543;
  margin-bottom: 0;
}
@media screen and (max-width: 1260px) {
  .elementor-widget-wp-widget-woocommerce_products
    .product_list_widget
    .wg-product-holder
    .product-title {
    font-size: 20px;
  }
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  .product-title
  a {
  color: inherit;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  .product-title
  a:hover {
  color: inherit;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  .amount {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1260px) {
  .elementor-widget-wp-widget-woocommerce_products
    .product_list_widget
    .wg-product-holder
    .amount {
    font-size: 16px;
  }
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  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;
  font-weight: 400;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-holder
  ins {
  background-color: initial;
  background-image: none;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-inner {
  background-color: #fff;
  -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: 0 15px 29px rgba(11, 11, 11, 0.15);
  -khtml-box-shadow: 0 15px 29px rgba(11, 11, 11, 0.15);
  -moz-box-shadow: 0 15px 29px rgba(11, 11, 11, 0.15);
  -ms-box-shadow: 0 15px 29px rgba(11, 11, 11, 0.15);
  -o-box-shadow: 0 15px 29px rgba(11, 11, 11, 0.15);
  box-shadow: 0 15px 29px rgba(11, 11, 11, 0.15);
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-inner:hover
  .product-title {
  color: #fff;
}
.elementor-widget-wp-widget-woocommerce_products
  .product_list_widget
  .wg-product-inner:hover
  .wg-product-holder:before {
  opacity: 1;
}
.elementor-widget-wp-widget-woocommerce_products .product_list_widget li {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .elementor-widget-wp-widget-woocommerce_products .product_list_widget li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .elementor-widget-wp-widget-woocommerce_products .product_list_widget li {
    width: 100%;
  }
}
.ct-video-player {
  position: relative;
}
.ct-video-player img {
  -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: 0 6px 18px rgba(2, 8, 38, 0.35);
  -khtml-box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  -moz-box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  -ms-box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  -o-box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
  box-shadow: 0 6px 18px rgba(2, 8, 38, 0.35);
}
.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%);
}
.input-color-custom
  .ct-contact-form-layout1
  .wpcf7-form-control:not(.wpcf7-submit) {
  color: #a5b0c9;
}
.h-text-shadow .item--title {
  text-shadow: 0 3px 3px rgba(23, 23, 23, 0.25);
  -webkit-text-shadow: 0 3px 3px rgba(23, 23, 23, 0.25);
}
.wp-version.elementor-widget-text-editor {
  position: absolute;
  top: 60px;
  left: 0;
}
.wp-version.elementor-widget-text-editor .elementor-text-editor {
  display: inline-block;
}
.ct-showcase1 {
  margin-top: 15px;
  -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-showcase1 .ct-showcase-image {
  -webkit-box-shadow: 0 0 15px rgba(10, 50, 229, 0.19);
  -khtml-box-shadow: 0 0 15px rgba(10, 50, 229, 0.19);
  -moz-box-shadow: 0 0 15px rgba(10, 50, 229, 0.19);
  -ms-box-shadow: 0 0 15px rgba(10, 50, 229, 0.19);
  -o-box-shadow: 0 0 15px rgba(10, 50, 229, 0.19);
  box-shadow: 0 0 15px rgba(10, 50, 229, 0.19);
  -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;
  overflow: hidden;
  position: relative;
}
.ct-showcase1 .ct-showcase-meta {
  text-align: center;
}
.ct-showcase1 .ct-showcase-meta h3 {
  margin-top: 56px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .ct-showcase1 .ct-showcase-meta h3 {
    font-size: 17px;
  }
}
.ct-showcase1 .ct-showcase-meta h3 cite {
  color: #1040d3;
  font-style: normal;
}
.ct-showcase1 .ct-showcase-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  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;
  opacity: 0;
}
.ct-showcase1 .ct-showcase-link {
  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%);
  z-index: 3;
  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;
  margin-top: -30px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 60px;
  display: flex;
  flex-wrap: nowrap;
}
.ct-showcase1 .ct-showcase-link a {
  padding: 0 28px;
  line-height: 60px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ct-showcase1 .ct-showcase-link a {
    padding: 0 24px;
    font-size: 14px;
    line-height: 51px;
  }
}
.ct-showcase1 .ct-showcase-link a:after {
  z-index: -1;
  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;
  background-color: #f55301;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f55301),
    to(#ff9f00)
  );
  background-image: -webkit-linear-gradient(left, #f55301, #ff9f00);
  background-image: -moz-linear-gradient(left, #f55301, #ff9f00);
  background-image: -ms-linear-gradient(left, #f55301, #ff9f00);
  background-image: -o-linear-gradient(left, #f55301, #ff9f00);
  background-image: linear-gradient(left, #f55301, #ff9f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
  opacity: 0;
}
.ct-showcase1 .ct-showcase-link a.is-active {
  color: #fff;
}
.ct-showcase1 .ct-showcase-link a.is-active:after {
  opacity: 1;
}
.ct-showcase1:hover {
  -webkit-transform: translateY(-15px);
  -khtml-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.ct-showcase1:hover .ct-showcase-overlay,
.ct-showcase1:hover .ct-showcase-link {
  opacity: 1;
  margin-top: 0;
}
#ct-header-wrap
  #ct-header
  .ct-showcase1
  .ct-showcase-image
  .ct-showcase-link
  a {
  line-height: 44px;
  padding: 0 14px;
}
#ct-header-wrap
  #ct-header
  .ct-showcase1
  .ct-showcase-image
  .ct-showcase-link
  a.is-active {
  color: #fff;
}
#ct-header-wrap
  #ct-header
  .ct-showcase1
  .ct-showcase-image
  .ct-showcase-link
  a:before {
  display: none;
}
#ct-header-wrap #ct-header .ct-showcase1 .ct-showcase-meta h3 {
  font-size: 16px;
  margin-top: 36px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .text-gradient,
  body blockquote cite,
  blockquote body cite,
  body .post-previous-next a span:nth-child(1),
  .post-previous-next a body span:nth-child(1),
  body .comment-content:hover .comment-date,
  .comment-content:hover body .comment-date,
  body .ct-contact-info1.style2 .ct-contact-icon i,
  .ct-contact-info1.style2 .ct-contact-icon body i,
  body .ct-list.style1 .ct-list-icon i,
  .ct-list.style1 .ct-list-icon body i,
  body .ct-blog-carousel-layout1 .item--readmore a,
  .ct-blog-carousel-layout1 .item--readmore body a,
  body .ct-contact-form-layout1.style2 .input-icon,
  .ct-contact-form-layout1.style2 body .input-icon,
  body .ct-contact-form-layout1.style2 .nice-select:after,
  .ct-contact-form-layout1.style2 body .nice-select:after,
  body .ct-fancy-box-layout1 .item--icon i,
  .ct-fancy-box-layout1 .item--icon body i,
  body .ct-download .item--download a i,
  .ct-download .item--download a body i,
  body .ct-counter-layout2 .ct-counter-number-prefix,
  .ct-counter-layout2 body .ct-counter-number-prefix,
  body .ct-counter-layout2 .ct-counter-number-suffix,
  .ct-counter-layout2 body .ct-counter-number-suffix,
  body .ct-process1 .ct-process-icon i,
  .ct-process1 .ct-process-icon body i,
  body .ct-process1 .ct-process-button a,
  .ct-process1 .ct-process-button body a,
  body
    .elementor-widget-wp-widget-woocommerce_products
    .product_list_widget
    .wg-product-holder
    .amount,
  .elementor-widget-wp-widget-woocommerce_products
    .product_list_widget
    .wg-product-holder
    body
    .amount,
  body .widget_products .amount,
  .widget_products body .amount,
  body .woocommerce ul.products li.product .price .amount,
  .woocommerce ul.products li.product .price body .amount,
  body .woocommerce ul.products li.product .price ins,
  .woocommerce ul.products li.product .price body ins,
  body .single-product #primary div.product .entry-summary .price ins,
  .single-product #primary div.product .entry-summary .price body ins,
  body
    .single-product
    #primary
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .meta
    .woocommerce-review__published-date,
  .single-product
    #primary
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .meta
    body
    .woocommerce-review__published-date,
  body
    body
    #yith-quick-view-modal
    #yith-quick-view-content
    .entry-summary
    .price
    ins,
  body
    #yith-quick-view-modal
    #yith-quick-view-content
    .entry-summary
    .price
    body
    ins,
  body blockquote cite,
  body .post-previous-next a span:nth-child(1),
  body .comment-content:hover .comment-date,
  body .ct-contact-info1.style2 .ct-contact-icon i,
  body .ct-list.style1 .ct-list-icon i,
  body .ct-blog-carousel-layout1 .item--readmore a,
  body .ct-contact-form-layout1.style2 .input-icon,
  body .ct-contact-form-layout1.style2 .nice-select::after,
  body .ct-fancy-box-layout1 .item--icon i,
  body .ct-download .item--download a i,
  body .ct-counter-layout2 .ct-counter-number-prefix,
  body .ct-counter-layout2 .ct-counter-number-suffix,
  body .ct-process1 .ct-process-icon i,
  body .ct-process1 .ct-process-button a,
  body
    .elementor-widget-wp-widget-woocommerce_products
    .product_list_widget
    .wg-product-holder
    .amount,
  body .widget_products .amount,
  .woocommerce ul.products li.product .price .amount,
  .woocommerce ul.products li.product .price ins,
  body.single-product #primary div.product .entry-summary .price ins,
  body.single-product
    #primary
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .meta
    .woocommerce-review__published-date,
  body
    #yith-quick-view-modal
    #yith-quick-view-content
    .entry-summary
    .price
    ins,
  body .ct-text-gradient .elementor-text-editor,
  body .ct-text-gradient .elementor-text-editor {
    text-fill-color: #fe9800;
    -o-text-fill-color: #fe9800;
    -ms-text-fill-color: #fe9800;
    -moz-text-fill-color: #fe9800;
    -webkit-text-fill-color: #fe9800;
    background-clip: #fe9800;
    -o-background-clip: #fe9800;
    -ms-background-clip: #fe9800;
    -webkit-background-clip: #fe9800;
    background-image: none;
  }
}
.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;
}
.footer-template-default #ct-masthead,
.footer-template-default #pagetitle {
  display: none;
}
.site-content {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-content {
    overflow: hidden;
  }
}
.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: 70px;
  }
  body .content-has-sidebar.float-right {
    padding-left: 70px;
  }
  body.single-post .content-has-sidebar.float-left {
    padding-right: 15px;
  }
  body.single-post .content-has-sidebar.float-right {
    padding-left: 15px;
  }
}
@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;
  }
}
.ct-widget-cart-sidebar {
  -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  padding-top: 30px;
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  -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);
  z-index: 9999;
  width: 320px;
  overflow: hidden;
}
.ct-widget-cart-sidebar.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.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 {
  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, 8%);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 8%);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 8%);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 8%);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 8%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 8%);
}
.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: #fe9800;
  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 .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar
    .widget-cart-sidebar
    .widget_shopping_cart
    .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.entry-content &gt; .woocommerce .cart-empty,
.entry-content &gt; .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce ins {
  background-color: initial;
  color: #fe9800;
}
.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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  z-index: 3;
  border-left: 1px solid #ececf0;
  color: #222;
  font-size: 15px;
  background-color: initial;
  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 Free";
  text-indent: 0;
  font-weight: 400;
}
.woocommerce #secondary .widget_product_search button:hover {
  background-color: #fe9800;
  border-color: #fe9800;
  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: #fe9800;
}
.woocommerce #secondary .widget_product_search .search-field:focus + button {
  border-color: #fe9800;
}
.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 Free";
  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: #fe9800;
}
@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: 35px;
}
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: 1px solid #ececec;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  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: 50px;
  color: #767677;
  font-size: 16px;
  padding-left: 14px;
}
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 {
  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-image: -webkit-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #525252 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size: inherit;
  background-position: inherit;
}
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 #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 #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 {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  background-color: initial;
  color: #fff;
  background-image: -webkit-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #525252 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-transform: translate(0, -4px);
  -khtml-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.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: #fe9800;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  color: #fe9800;
}
.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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #fe9800;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height: 10px;
  width: 10px;
  background-color: #fe9800;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  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;
}
.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: 0;
  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: #fe9800;
  background-color: #fe9800;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #fe9800;
  background-color: #fe9800;
}
#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: #fe9800;
  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: #fe9800;
}
.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;
  -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: 400;
  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: 44px;
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
@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: #fe9800;
}
.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: #fe9800;
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.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 {
  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 0;
  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: 0;
  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: #fe9800;
  color: #fff;
  text-indent: 0;
  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 #fe9800;
  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-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-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-position: inherit;
  background-size: inherit;
  -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(0, 0, 0, 0.23);
  -khtml-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 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: 0 !important;
  text-indent: 0;
  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 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  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
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-add-button,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistexistsbrowse,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistaddedbrowse {
  width: 40px;
  height: 40px;
  position: relative;
  text-indent: -9999px;
  color: #222;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-add-button
  .add_to_wishlist,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistexistsbrowse
  .add_to_wishlist,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistaddedbrowse
  .add_to_wishlist,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-add-button
  a,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistexistsbrowse
  a,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistaddedbrowse
  a {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -khtml-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-add-button
  .add_to_wishlist
  i,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistexistsbrowse
  .add_to_wishlist
  i,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistaddedbrowse
  .add_to_wishlist
  i,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-add-button
  a
  i,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistexistsbrowse
  a
  i,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistaddedbrowse
  a
  i {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translate(-50%, -50%);
  margin: 0;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistexistsbrowse
  a:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcwl-wishlistaddedbrowse
  a:before {
  content: "\f004";
  font-family: "font awesome 5 Free";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translate(-50%, -50%);
  font-weight: 900;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcqv-button {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -khtml-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .yith-wcqv-button
  i {
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translate(-50%, -50%);
  margin: 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;
}
.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: 0 !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: #fe9800;
}
.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;
  -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;
}
.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 Free";
}
.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 Free";
}
.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: #fe9800;
}
.single-product .woocommerce-summary-wrap {
  margin: 0 -25px;
}
.single-product .woocommerce-summary-wrap &gt; .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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -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: #fe9800;
  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: #fe9800;
}
.single-product
  #primary
  div.product
  form.cart.variations_form
  button.single_add_to_cart_button:hover {
  background-color: initial;
}
.single-product #primary div.product form.cart:not(.variations_form),
.single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  margin: 0;
  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, 9%);
  -khtml-box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
  -moz-box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
  -ms-box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
  -o-box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
  box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
}
.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, 9%);
  -khtml-box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
  -moz-box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
  -ms-box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
  -o-box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
  box-shadow: 0 23px 27px rgba(16, 16, 16, 9%);
}
.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(254, 152, 0, 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(254, 152, 0, 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 Free";
  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: #fe9800;
  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 .yith-wcwl-add-to-wishlist {
  display: none;
}
.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;
}
.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
  &gt; 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 .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0;
  margin-top: -20px;
  margin-bottom: 0;
  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;
  padding: 0;
  border: none;
  background-color: initial;
  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;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
  content: "";
  background-color: #fff;
  border: 2px solid #e2e2e2;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  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;
}
@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
  &gt; a {
  color: #fff;
}
.single-product
  #primary
  div.product
  .woocommerce-tabs
  ul.wc-tabs
  li.active
  &gt; a:before {
  opacity: 0;
}
.single-product
  #primary
  div.product
  .woocommerce-tabs
  ul.wc-tabs
  li.active
  &gt; a:after {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 14px;
  line-height: 26px;
}
.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
  &gt; 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: 400;
  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 {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.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, 8%);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 8%);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 8%);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 8%);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 8%);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 8%);
}
@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;
  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 &gt; span {
  display: block;
  width: 100%;
  color: #222;
}
.single-product #primary div.product .product_meta &gt; 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: #fe9800;
}
@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 #fe9800;
}
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, 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: #fe9800;
}
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: initial;
}
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: 0;
}
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: #fe9800;
  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: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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(254, 152, 0, 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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@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: 0 6px 30px rgba(0, 0, 0, 8%);
  -khtml-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
  -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
  -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
  -o-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
  -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 &gt; h2,
body.woocommerce-wishlist .cart-collaterals .cart_totals &gt; 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: 400;
  padding: 12px 10px 12px 0;
}
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: #fe9800;
}
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: #fe9800;
}
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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.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 &gt; 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 &gt; 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: #fe9800;
}
.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: 400;
}
.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: #fe9800;
}
.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: #fe9800;
}
.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: #fe9800;
  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
  &gt; 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
  &gt; 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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  max-width: 670px;
  margin: 0 auto 30px;
}
.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: #fe9800;
}
.woocommerce-account
  .site-content
  #primary
  .woocommerce-form
  .woocommerce-LostPassword
  a:hover {
  color: #fe9800;
}
.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: initial;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: #fe9800;
  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: 0;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f410";
  font-family: "font awesome 5 Free";
  font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  color: #fe9800;
}
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: #fe9800;
}
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 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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -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: #fe9800;
  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: #fe9800;
  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: #000;
}
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: #000 !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: 0 !important;
  text-indent: 0;
  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;
  }
}
.elementor-editor-active .site-footer-custom,
.elementor-editor-active #ct-header-wrap {
  display: none !important;
}
.elementor-editor-active .ct-grid .grid-item {
  position: static !important;
}
#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
  &gt; .elementor-container.elementor-column-gap-default {
  max-width: 1190px;
}
.elementor
  .elementor-section.elementor-section-boxed
  &gt; .elementor-container.elementor-column-gap-extended {
  max-width: 1200px;
}
.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;
}
@media screen and (max-width: 1199px) {
  .ct-team-carousel2 .ct-slick-carousel {
    padding-left: 20px;
  }
  .ct-service-carousel2.ct-slick-slider .slick-list,
  .ct-testimonial-carousel2.ct-slick-slider .slick-list,
  .ct-portfolio-carousel2.ct-slick-slider .slick-list,
  .ct-client1.ct-slick-slider .slick-list {
    margin: 0;
  }
}
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-demo-bar {
  left: 0;
  right: auto;
  -webkit-transform: translate(-301px, 0);
  -khtml-transform: translate(-301px, 0);
  -moz-transform: translate(-301px, 0);
  -ms-transform: translate(-301px, 0);
  -o-transform: translate(-301px, 0);
  transform: translate(-301px, 0);
}
body.rtl .ct-demo-bar.active {
  -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);
}
body.rtl .ct-demo-bar .ct-demo-option {
  left: auto;
  right: -40px;
  -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;
}
body.rtl .ct-demo-bar .ct-demo-option span {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .ct-demo-bar .ct-demo-option span:before {
  right: auto;
  left: -12px;
  border-color: transparent #222 transparent transparent;
}
body.rtl .btn i {
  margin-left: 0;
  margin-right: 8px;
}
body.rtl .btn .ct-align-icon-left i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .btn i.space-right {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .btn.btn-preset3 i.space-right {
  margin-left: 0;
  margin-right: 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 {
}
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-meta
  .header-right-item.h-btn-cart
  .widget_cart_counter_header {
  right: auto;
  left: -11px;
}
body.rtl #ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-time {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl #ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-time i {
  margin-right: 0;
  margin-left: 2px;
}
body.rtl #ct-header-wrap #ct-header-top .ct-header-social a:before {
  left: auto;
  right: 0;
}
body.rtl #ct-header-wrap #ct-header-top .ct-header-social a:last-child {
  padding-right: 15px;
  padding-left: 0;
}
body.rtl #ct-header-wrap .ct-header-call i,
body.rtl #ct-header-wrap .ct-header-address i {
  margin-right: 0;
  margin-left: 12px;
}
body.rtl #ct-header-wrap.ct-header-layout1 .ct-main-navigation {
  flex-grow: 1;
}
body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-main .ct-header-meta {
  margin-left: 0;
  margin-right: 23px;
}
body.rtl
  #ct-header-wrap.ct-header-layout1
  .ct-header-main
  .ct-header-meta
  .header-right-item {
  padding-left: 0;
  margin-left: 0;
  padding-right: 23px;
  margin-right: 23px;
}
body.rtl
  #ct-header-wrap.ct-header-layout1
  .ct-header-main
  .ct-header-meta
  .header-right-item:before {
  left: auto;
  right: 0;
}
body.rtl
  #ct-header-wrap.ct-header-layout1
  .ct-header-main:not(.h-fixed)
  .ct-header-meta {
  margin-right: 0;
  margin-left: 39px;
}
body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-button .btn {
  -webkit-border-radius: 0 8px 8px 0;
  -khtml-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
body.rtl
  #ct-header-wrap.ct-header-layout1
  .ct-header-main:not(.h-fixed)
  .ct-header-button
  + .ct-header-navigation-bg {
  -webkit-border-radius: 8px 0 0 8px;
  -khtml-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
@media screen and (min-width: 1200px) {
  body.rtl .ct-main-menu &gt; li {
    float: right;
  }
  body.rtl .ct-main-menu &gt; li.menu-item-has-children &gt; 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: -40px;
    content: "\f30a";
    font-family: "font awesome 5 Free";
  }
  body.rtl .ct-main-menu .sub-menu li.menu-item-has-children &gt; a::after {
    right: auto;
    left: 0;
    content: "\f104";
  }
  body.rtl .ct-main-menu .sub-menu li &gt; a:hover:before,
  body.rtl .ct-main-menu .sub-menu li.current_page_item &gt; a:before,
  body.rtl .ct-main-menu .sub-menu li.current-menu-item &gt; a:before,
  body.rtl .ct-main-menu .sub-menu li.current_page_ancestor &gt; a:before,
  body.rtl .ct-main-menu .sub-menu li.current-menu-ancestor &gt; a:before {
    left: auto;
    right: -23px;
  }
  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-layout2
    #ct-header-middle
    .ct-header-address {
    margin-left: 0;
    margin-right: 55px;
  }
  body.rtl
    #ct-header-wrap.ct-header-layout2
    #ct-header
    .ct-header-meta
    .header-right-item
    + .header-right-item {
    margin-left: 0;
    margin-right: 34px;
  }
  body.rtl #ct-header-wrap.ct-header-layout3 .ct-header-main .ct-header-meta {
    margin-left: 0;
    margin-right: 23px;
  }
  body.rtl
    #ct-header-wrap.ct-header-layout3
    .ct-header-main
    .ct-header-meta
    .header-right-item {
    padding-left: 0;
    margin-left: 0;
    padding-right: 23px;
    margin-right: 23px;
  }
  body.rtl
    #ct-header-wrap.ct-header-layout3
    .ct-header-main
    .ct-header-meta
    .header-right-item:before {
    left: auto;
    right: 0;
  }
  body.rtl
    #ct-header-wrap.ct-header-layout3
    .ct-header-main
    .ct-header-meta
    .header-right-item:first-child {
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  body.rtl .ct-main-menu .sub-menu li a {
    padding-left: 0;
    padding-right: 15px;
  }
  body.rtl #ct-menu-mobile .btn-nav-cart {
    margin-right: 0;
    margin-left: 6px;
  }
  body.rtl #ct-header-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 {
}
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,
body.rtl .item--meta-default li {
  margin-right: 0;
  margin-left: 20px;
}
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 {
}
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 .grid-filter-wrap span::after {
  right: auto;
  left: -5px;
}
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
  &gt; .grid-item:nth-child(1)
  .item--holder
  .item--meta {
  left: auto;
  right: 50px;
}
body.rtl
  .ct-portfolio-grid2
  .ct-grid-inner
  &gt; .grid-item:nth-child(1)
  .item--holder
  .item--readmore {
  right: auto;
  left: 40px;
}
body.rtl .ct-contact-info1 .ct-contact-icon {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .ct-title1.style1 h3 span {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .ct-newsletter1 .tnp-field-button,
body.rtl .ct-newsletter1 .tnp-field-button .tnp-button {
  right: auto;
  left: 0;
}
body.rtl .ct-navigation-menu1.tow-col-light ul.menu li a {
  padding-left: 0;
  padding-right: 16px;
}
body.rtl .ct-navigation-menu1.tow-col-light ul.menu li a:before {
  content: "\f104";
  left: auto;
  right: 0;
  margin-left: 8px;
  margin-right: 0;
}
body.rtl .ct-navigation-menu1.tow-col-light ul.menu li a:after {
  display: none;
}
body.rtl .ct-heading .item--sub-title.style1 {
  padding-left: 0;
  padding-right: 78px;
}
body.rtl .ct-heading .item--sub-title.style1:before {
  left: auto;
  right: 0;
}
body.rtl .ct-service-grid3 .item--icon,
body.rtl .ct-service-grid4 .item--icon {
  padding-right: 0;
  padding-left: 20px;
}
body.rtl .ct-service-grid3 .item--icon-abs,
body.rtl .ct-service-grid4 .item--icon-abs {
  right: auto;
  left: 18px;
}
body.rtl .ct-history1 {
  direction: ltr;
  text-align: left;
}
body.rtl .ct-testimonial-grid1 .item--image .item-icon,
body.rtl .ct-testimonial-carousel1 .item--image .item-icon {
  left: auto;
  right: -22px;
}
body.rtl .ct-team-details .ct-team-icon {
  -webkit-border-radius: 0 7px 7px 0;
  -khtml-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
body.rtl .ct-team-details .ct-team-meta {
  -webkit-border-radius: 7px 0 0 7px;
  -khtml-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
body.rtl .ct-team-details .ct-team-contact li i {
  margin-right: 0;
  margin-left: 14px;
}
body.rtl .ct-team-details .ct-team-social .ct-team-button {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .ct-fancy-box-layout1 .item--icon {
  margin-right: 0;
  margin-left: 22px;
}
body.rtl .ct-pricing-layout1 .pricing-feature li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .ct-accordion.layout1 .ct-accordion-item::before {
  left: auto;
  right: -1px;
}
body.rtl .ct-accordion.layout1 .ct-ac-title a {
  padding-right: 24px;
  padding-left: 65px;
}
body.rtl .ct-accordion.layout1 .ct-ac-title a:before {
  right: auto;
  left: 35px;
}
body.rtl .ct-accordion.layout1 .ct-ac-title a:after {
  right: auto;
  left: 30px;
}
body.rtl .ct-accordion.layout1 .ct-ac-content {
  padding-left: 65px;
  padding-right: 24px;
}
body.rtl .ct-contact-info2 .ct-contact-icon {
  padding-right: 0;
  padding-left: 10px;
}
body.rtl .ct-service-grid2 .item--featured + .item--holder {
  -webkit-border-radius: 7px 0 0 7px;
  -khtml-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
body.rtl .ct-service-grid2 .item--featured {
  -webkit-border-radius: 0 7px 7px 0;
  -khtml-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
body.rtl .ct-service-grid2 .item--title::before {
  left: auto;
  right: 0;
}
body.rtl .ct-service-grid2 .item--icon {
  right: auto;
  left: 17px;
}
body.rtl .ct-grid .ct-load-more i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .ct-title1.style2 h3 {
  padding-left: 0;
  padding-right: 76px;
}
body.rtl .ct-title1.style2 h3 i {
  left: auto;
  right: 0;
}
body.rtl .ct-list.style1 .ct-list-icon {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .ct-navigation-menu1.default li a i {
  right: auto;
  left: 34px;
}
body.rtl .ct-navigation-menu1.default li a i:before {
  content: "\f104";
}
body.rtl .ct-counter-layout1 .ct-counter-icon {
  margin-right: 0;
  margin-left: 14px;
}
body.rtl .shap-slider-bottom {
  transform: skew(29deg) !important;
  -webkit-transform: skew(29deg) !important;
}
body.rtl .rev_slider .ct-slider-nav .slider-nav-right,
body.rtl .revslider-initialised .ct-slider-nav .slider-nav-right,
body.rtl .rev_slider .ct-slider-nav .slider-nav-right,
body.rtl .revslider-initialised .ct-slider-nav .slider-nav-right {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .rev_slider .slider-nav-left .fac-angle-left:before,
body.rtl .revslider-initialised .slider-nav-left .fac-angle-left:before {
  content: "\f105";
}
body.rtl .rev_slider .slider-nav-right .fac-angle-right:before,
body.rtl .revslider-initialised .slider-nav-right .fac-angle-right:before {
  content: "\f104";
}
body.rtl .ct-heading .item--title.st-line-left,
body.rtl .ct-heading .item--title.st-line-left2 {
  padding-left: 0;
  padding-right: 78px;
}
body.rtl .ct-heading .item--title.st-line-left:before,
body.rtl .ct-heading .item--title.st-line-left2:before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  body.rtl .ct-heading .item--title.st-line-left,
  body.rtl .ct-heading .item--title.st-line-left2 {
    padding-left: 0;
    padding-right: 69px;
  }
  body.rtl .ct-heading .item--title.st-line-left:before,
  body.rtl .ct-heading .item--title.st-line-left2:before {
    width: 40px;
  }
}
body.rtl .ct-progressbar1 .ct-progress-title {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .ct-service-grid3 .item--icon .text-inherit,
body.rtl .ct-service-grid4 .item--icon .text-inherit {
  left: auto;
  right: 0;
}
body.rtl .ct-team-carousel1 .item--holder {
  padding-right: 60px;
  padding-left: 30px;
}
body.rtl .ct-team-carousel1 .item--social {
  left: auto;
  right: 0;
}
body.rtl .ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon-pbs {
  right: auto;
  left: -73px;
}
@media screen and (max-width: 1199px) {
  body.rtl .ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon-pbs {
    left: -55px;
  }
}
body.rtl .ct-contact-form-layout2 .ct-contact-form-holder {
  padding-right: 80px;
  padding-left: 55px;
}
@media screen and (max-width: 1199px) {
  body.rtl .ct-contact-form-layout2 .ct-contact-form-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.rtl .ct-contact-form-layout2 .ct-contact-form-meta .form-meta-icon {
  margin-right: 0;
  margin-left: 22px;
}
body.rtl .ct-portfolio-carousel2 .item--title {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .ct-contact-form-layout1.style2 .input-icon {
  right: auto;
  left: 0;
}
body.rtl .ct-process1 .ct-process-item .ct-process-divider {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.rtl .ct-process1 .ct-process-item:nth-child(3) .ct-process-divider {
  right: auto;
  left: -23px;
}
body.rtl .ct-process1 .ct-process-item:nth-child(2) .ct-process-divider {
  right: auto;
  left: -31px;
}
body.rtl .ct-process1 .ct-process-item:nth-child(1) .ct-process-divider {
  right: auto;
  left: -35px;
}
body.rtl .item--readmore .fac-arrow-circle-right::before {
  content: "\f0a8";
}
body.rtl .ct-contact-form-layout1.style2 .nice-select::after {
  left: 0;
  right: auto;
}
body.rtl .ct-tabs--layout1.style2 .ct-tab-title {
  padding-left: 0;
  padding-right: 29px;
}
body.rtl .ct-tabs--layout1.style2 .ct-tab-title:before {
  left: auto;
  right: 0;
}
body.rtl .ct-tabs--layout1.style2 .ct-tab-title:after {
  left: auto;
  right: 6px;
}
body.rtl .ct-counter-layout2 .ct-counter-number {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .ct-cta1 .item--holder {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .ct-list.style2 .ct-list-icon {
  margin-right: 0;
  margin-left: 25px;
}
body.rtl .ct-process-button .fac-angle-right:before {
  content: "\f104";
}
body.rtl .ct-banner3 .ct-banner-title span::before {
  left: auto;
  right: 0;
}
body.rtl .ct-banner3 .ct-banner-title span::after {
  left: auto;
  right: 8px;
}
body.rtl .ct-button-layout1 .ct-align-icon-right i {
  margin-left: 8px;
  margin-right: 0;
}
body.rtl .ct-testimonial-carousel3 .item-icon {
  right: auto;
  left: 38px;
}
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: 0;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-inner img.avatar {
    margin: 0 auto 22px;
  }
}
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;
}
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;
}
body.rtl .scroll-top {
  right: auto;
  left: 30px;
}
@media screen and (max-width: 767px) {
  body.rtl {
  }
  body.rtl .scroll-top {
    -webkit-border-radius: 0 2px 0 0;
    -khtml-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -ms-border-radius: 0 2px 0 0;
    -o-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
    left: 0;
  }
}
body.rtl .widget_block .widget-content .wp-block-search__label:before,
body.rtl
  .widget_block
  .widget-content
  .wp-block-group__inner-container
  &gt; h2:before {
  left: auto;
  right: 0;
}

@media screen and (max-width: 768px) {
  .ct-counter-layout1 .ct-counter-icon i {
      font-size: 40px;
  }
}
</pre></body></html>