@-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,.2);
    box-shadow:0 0 rgba(255,255,255,.2)
  }
  70% {
    -webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);
    box-shadow:0 0 0 60px rgba(255,255,255,0)
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
    box-shadow:0 0 rgba(255,255,255,0)
  }
}
@keyframes myPulse {
  0% {
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.2);
    box-shadow:0 0 rgba(255,255,255,.2)
  }
  70% {
    -webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);
    box-shadow:0 0 0 60px rgba(255,255,255,0)
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
    box-shadow:0 0 rgba(255,255,255,0)
  }
}
@-webkit-keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow:0 0 0 0 rgba(231,61,142,.2);
    box-shadow:0 0 rgba(231,61,142,.2)
  }
  70% {
    -webkit-box-shadow:0 0 0 60px rgba(231,61,142,0);
    box-shadow:0 0 0 60px rgba(231,61,142,0)
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(231,61,142,0);
    box-shadow:0 0 rgba(231,61,142,0)
  }
}
@keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow:0 0 0 0 rgba(231,61,142,.2);
    box-shadow:0 0 rgba(231,61,142,.2)
  }
  70% {
    -webkit-box-shadow:0 0 0 60px rgba(231,61,142,0);
    box-shadow:0 0 0 60px rgba(231,61,142,0)
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(231,61,142,0);
    box-shadow:0 0 rgba(231,61,142,0)
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:.8
  }
  20% {
    opacity:.8
  }
  100% {
    -webkit-transform:scale(5.5);
    transform:scale(5.5);
    opacity:0
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:.8
  }
  20% {
    opacity:.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(.4)
  }
  20% {
    -webkit-transform:scaleY(1)
  }
}
@keyframes ct-stretchdelay {
  0%,
  40%,
  100% {
    transform:scaleY(.4);
    -webkit-transform:scaleY(.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,.2)
  }
  40% {
    transform:scale(1,.2)
  }
  50% {
    transform:scale(1,1)
  }
  90% {
    transform:scale(1,1)
  }
  100% {
    transform:scale(1,.2)
  }
}
@keyframes barUp2 {
  0% {
    transform:scale(1,.4)
  }
  40% {
    transform:scale(1,.4)
  }
  50% {
    transform:scale(1,.8)
  }
  90% {
    transform:scale(1,.8)
  }
  100% {
    transform:scale(1,.4)
  }
}
@keyframes barUp3 {
  0% {
    transform:scale(1,.6)
  }
  100% {
    transform:scale(1,.6)
  }
}
@keyframes barUp4 {
  0% {
    transform:scale(1,.8)
  }
  40% {
    transform:scale(1,.8)
  }
  50% {
    transform:scale(1,.4)
  }
  90% {
    transform:scale(1,.4)
  }
  100% {
    transform:scale(1,.8)
  }
}
@keyframes barUp5 {
  0% {
    transform:scale(1,1)
  }
  40% {
    transform:scale(1,1)
  }
  50% {
    transform:scale(1,.2)
  }
  90% {
    transform:scale(1,.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)
  }
}
@-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(.8,.8,1);
    transform:scale3d(.8,.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(.8,.8,1);
    transform:scale3d(.8,.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,.4);
    box-shadow:0 0 rgba(255,255,255,.4)
  }
  70% {
    -webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);
    box-shadow:0 0 0 60px rgba(255,255,255,0)
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
    box-shadow:0 0 rgba(255,255,255,0)
  }
}
@keyframes CTPulse {
  0% {
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4);
    box-shadow:0 0 rgba(255,255,255,.4)
  }
  70% {
    -webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);
    box-shadow:0 0 0 60px rgba(255,255,255,0)
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
    box-shadow:0 0 rgba(255,255,255,0)
  }
}
@-webkit-keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow:0 0 0 0 rgba(231,61,142,.4);
    box-shadow:0 0 rgba(231,61,142,.4)
  }
  70% {
    -webkit-box-shadow:0 0 0 60px rgba(231,61,142,0);
    box-shadow:0 0 0 60px rgba(231,61,142,0)
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(231,61,142,0);
    box-shadow:0 0 rgba(231,61,142,0)
  }
}
@keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow:0 0 0 0 rgba(231,61,142,.4);
    box-shadow:0 0 rgba(231,61,142,.4)
  }
  70% {
    -webkit-box-shadow:0 0 0 60px #000;
    box-shadow:0 0 0 60px rgba(231,61,142,0)
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(231,61,142,0);
    box-shadow:0 0 rgba(231,61,142,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)
  }
}
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:#e73d8e
}
a,
a:hover,
a:focus,
a:before,
a:after {
  outline:none;
  text-decoration:none
}
a:hover,
a:focus {
  color:#5b5cfb
}
p {
  margin-bottom:15px
}
body {
  background-color:#fff;
  font-size:16px;
  line-height:1.875;
  color:#3a505f;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
  letter-spacing:0
}
body.body-default-font {
  font-family:poppins,sans-serif
}
body.ovhidden {
  overflow:hidden
}
.site {
  position:relative
}
.fac-normal {
  font-weight:400
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color:#291a55;
  clear:both;
  line-height:1.25;
  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
}
h1,
.h1 {
  font-size:48px
}
h2,
.h2 {
  font-size:36px
}
h3,
.h3 {
  font-size:30px
}
h4,
.h4 {
  font-size:24px
}
h5,
.h5 {
  font-size:18px
}
h6,
.h6 {
  font-size:16px
}
img {
  width:auto;
  max-width:100%;
  height:auto
}
label {
  margin-bottom:0
}
table {
  border-bottom:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
  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:#222
}
caption,
td {
  font-weight:400;
  text-align:left
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding:13px 8px
}
th {
  font-weight:600;
  border-top:1px solid #e7e7e7;
  padding:9px 13px;
  border-right:1px solid #e7e7e7
}
td {
  border-top:1px solid #e7e7e7;
  padding:9px 13px;
  border-right:1px solid #e7e7e7
}
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:#e73d8e
}
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:#e73d8e
}
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
}
blockquote {
  background-color:#f9f9f9;
  padding:24px 57px 24px 37px;
  font-size:19px;
  line-height:30px;
  color:#291a55;
  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:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1')
}
@media screen and (max-width:767px) {
  blockquote {
    padding-left:20px;
    padding-right:20px
  }
}
blockquote cite {
  display:block;
  color:#3090e4;
  font-size:15px;
  font-style:normal;
  margin-top:10px
}
.dlab-divider {
  height:1px;
  width:100%;
  margin:30px 0;
  background-color:#d3d3d3
}
dl+h2+ul {
  padding-left:35px
}
dl+h2+ul ul {
  padding-left:35px
}
dl+h2+ul ul li {
  list-style:outside
}
.post-password-form label {
  display:block;
  max-width:60%
}
.post-password-form input {
  margin:10px 0
}
@media screen and (max-width:767px) {
  .post-password-form label {
    max-width:60%
  }
}
#tslOverlay {
  background-color:initial!important
}
@font-face {
  font-family:gilroy light;
  src:url(../fonts/main/gilroy-light-webfont.woff2)format('woff2'),
  url(../fonts/main/gilroy-light-webfont.woff)format('woff');
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:gilroy regular;
  src:url(../fonts/main/gilroy-regular-webfont.woff2)format('woff2'),
  url(../fonts/main/gilroy-regular-webfont.woff)format('woff');
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:gilroy medium;
  src:url(../fonts/main/gilroy-medium-webfont.woff2)format('woff2'),
  url(../fonts/main/gilroy-medium-webfont.woff)format('woff');
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:gilroy semibold;
  src:url(../fonts/main/gilroy-semibold-webfont.woff2)format('woff2'),
  url(../fonts/main/gilroy-semibold-webfont.woff)format('woff');
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:gilroy bold;
  src:url(../fonts/main/gilroy-bold-webfont.woff2)format('woff2'),
  url(../fonts/main/gilroy-bold-webfont.woff)format('woff');
  font-weight:400;
  font-style:normal
}
.ft-gilroy-l {
  font-family:gilroy light
}
.ft-gilroy-l b {
  font-family:gilroy bold
}
.ft-gilroy {
  font-family:gilroy bold
}
.wp-image-space {
  margin-bottom:23px;
  padding-top:53px
}
.fac.icon-fal {
  font-weight:300
}
.fac.icon-far {
  font-weight:400
}
.fac.icon-fab {
  font-family:"font awesome 5 brands"
}
.ct-text-outline {
  -webkit-text-stroke-width:2px;
  -webkit-text-stroke-color:rgba(255,255,255,5%);
  -ms-text-stroke-color:rgba(255,255,255,5%);
  -o-text-stroke-color:rgba(255,255,255,5%);
  color:transparent;
  font-size:220px;
  line-height:.536;
  font-weight:800
}
.wp-block-button {
  margin-bottom:20px
}
.wp-block-gallery .blocks-gallery-item {
  float:left
}
.entry-body .entry-content .wp-block-cover-text {
  color:rgba(255,255,255,.87)
}
.fw400 {
  font-weight:400
}
.fw500 {
  font-weight:500
}
.fw600 {
  font-weight:600
}
.fw700 {
  font-weight:700
}
.col-flex-wrap {
  flex-wrap:wrap;
  display:flex
}
.col-space-custom1.vc_column_container {
  padding-left:210px
}
.ft-heading2 {
  font-family:poppins,sans-serif!important
}
.btn-video {
  height:80px;
  width:80px;
  line-height:80px;
  text-align:center;
  background-color:#e73d8e;
  font-size:14px;
  color:#fff;
  -webkit-border-radius:80px;
  -khtml-border-radius:80px;
  -moz-border-radius:80px;
  -ms-border-radius:80px;
  -o-border-radius:80px;
  border-radius:80px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -khtml-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.btn-video:before {
  position:absolute;
  content:"";
  top:0;
  left:0;
  height:100%;
  width:100%;
  border-radius:50%;
  z-index:-1;
  -o-animation:CTPulse 2s infinite cubic-bezier(.4,0,1,1)both;
  -ms-animation:CTPulse 2s infinite cubic-bezier(.4,0,1,1)both;
  -webkit-animation:CTPulse 2s infinite cubic-bezier(.4,0,1,1)both;
  animation:CTPulse 2s infinite cubic-bezier(.4,0,1,1)both
}
.btn-video:hover,
.btn-video:focus {
  background-color:#e73d8e;
  color:#fff
}
@media screen and (max-width:767px) {
  .entry-video .btn-video {
    height:60px;
    width:60px;
    line-height:60px
  }
}
.sub-title {
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-weight:800;
  color:#e73d8e
}
.d-table {
  display:table
}
.d-table-cell {
  display:table-cell;
  vertical-align:middle
}
.bg-image {
  background-size:cover;
  background-position:50%;
  background-repeat:no-repeat
}
.screen-reader-text {
  display:none
}
#content[tabindex="-1"]:focus {
  outline:0
}
#content.zindex,
.vc_row.zindex {
  position:relative;
  z-index:9999
}
.alignleft,
.alignright,
.aligncenter {
  margin-top:6px;
  margin-bottom:45px
}
.alignleft {
  display:inline;
  float:left;
  margin-right:35px
}
.alignright {
  display:inline;
  float:right;
  margin-left:35px
}
.aligncenter {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto
}
.bg-overlay {
  position:relative
}
.bg-overlay:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:inherit;
  display:block
}
.text-block {
  line-height:1.75
}
.text-block1 {
  font-size:14px;
  line-height:32px
}
.bg-gradient {
  background-color:#232490;
  background-image:-webkit-gradient(linear,left top,right top,from(#232490),to(#5b5cfb));
  background-image:-webkit-linear-gradient(left,#232490,#5b5cfb);
  background-image:-moz-linear-gradient(left,#232490,#5b5cfb);
  background-image:-ms-linear-gradient(left,#232490,#5b5cfb);
  background-image:-o-linear-gradient(left,#232490,#5b5cfb);
  background-image:linear-gradient(left,#232490,#5b5cfb);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490',endColorStr='#5b5cfb',gradientType='1')
}
.el-overlay {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%
}
.box-white {
  background-color:#fff;
  border:1px solid #e5e5e5;
  -webkit-border-radius:6px;
  -khtml-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  padding:29px
}
.box-white .menu li {
  font-size:18px;
  line-height:29px;
  font-weight:600
}
.bg-primary {
  background-color:#e73d8e!important
}
.br-radius {
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px
}
.ct-box {
  padding:30px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  background-color:#fff;
  -webkit-box-shadow:0 2px 5px rgba(0,0,0,.12);
  -khtml-box-shadow:0 2px 5px rgba(0,0,0,.12);
  -moz-box-shadow:0 2px 5px rgba(0,0,0,.12);
  -ms-box-shadow:0 2px 5px rgba(0,0,0,.12);
  -o-box-shadow:0 2px 5px rgba(0,0,0,.12);
  box-shadow:0 2px 5px rgba(0,0,0,.12)
}
.ct-bgimage {
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover
}
.row-visible {
  overflow:visible!important
}
.ct-close {
  display:inline-block;
  height:32px;
  line-height:32px;
  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-close:before,
.ct-close:after {
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms;
  content:"";
  background-color:#282828;
  display:block;
  height:2px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  width:22px;
  top:21px
}
.ct-close: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-close:after {
  -webkit-transform:rotate(-45deg);
  -khtml-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  top:15px
}
.ct-close:hover:before,
.ct-close:hover:after {
  background-color:#5b5cfb
}
.ct-icon-plus {
  height:10px;
  width:10px;
  position:relative;
  display:inline-block
}
.ct-icon-plus:before,
.ct-icon-plus:after {
  content:"";
  background-color:#e73d8e;
  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
}
.text-while {
  color:#fff
}
.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
}
.style-none {
  list-style:none;
  margin:0
}
.z-index-0 {
  z-index:0
}
.z-index-1 {
  z-index:1
}
.z-index-2 {
  z-index:2
}
.z-index-99 {
  z-index:99
}
.subtitle {
  font-weight:700;
  font-size:14px;
  color:#e73d8e;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-family:poppins,sans-serif
}
.text-gradient,
#header-wrap .site-menu-phone .menu-phone-icon .fac-phone,
.single-post .post-previous-next a span:nth-child(1),
.rev_slider cite,
.revslider-initialised cite,
.ct-heading .ct-heading-tag cite,
.ct-cta-wrapper .ct-cta-title cite,
.ct-counter-default .ct-counter-digit span {
  background-color:#232490;
  background-image:-webkit-gradient(linear,left top,right top,from(#232490),to(#5b5cfb));
  background-image:-webkit-linear-gradient(left,#232490,#5b5cfb);
  background-image:-moz-linear-gradient(left,#232490,#5b5cfb);
  background-image:-ms-linear-gradient(left,#232490,#5b5cfb);
  background-image:-o-linear-gradient(left,#232490,#5b5cfb);
  background-image:linear-gradient(left,#232490,#5b5cfb);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490',endColorStr='#5b5cfb',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
}
@media screen and (min-width:1200px) {
  .rm-padding-right {
    padding-right:0!important
  }
  .rm-padding-left {
    padding-left:0!important
  }
}
@media screen and (min-width:992px) {
  .flex {
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-wrap:wrap
  }
  .flex .flex-col {
    display:flex!important;
    display:-webkit-flex!important;
    display:-ms-flex!important;
    flex-wrap:wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center
  }
  .flex-two {
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-flow:row wrap
  }
  .flex-two .flex-col {
    flex:1 0;
    -webkit-flex:1 0 0;
    -ms-flex:1 0 0;
    display:flex!important;
    display:-webkit-flex!important;
    display:-ms-flex!important;
    flex-wrap:wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center
  }
}
@media screen and (min-width:992px) {
  .text-left-lg {
    text-align:left!important
  }
  .text-right-lg {
    text-align:right!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
  }
}
@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
  }
}
@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
  }
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color:inherit;
  opacity:1
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:inherit;
  opacity:1
}
input::-o-placeholder,
textarea::-o-placeholder {
  color:inherit;
  opacity:1
}
input::-ms-placeholder,
textarea::-ms-placeholder {
  color:inherit;
  opacity:1
}
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:2px solid #ececec;
  color:#3a505f;
  padding:6px 14px;
  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:2px;
  -khtml-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  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:#e73d8e
}
select {
  height:60px
}
textarea {
  line-height:normal;
  padding-top:18px;
  padding-bottom:18px;
  height:150px
}
.ct-select form {
  position:relative;
  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
}
.ct-select select {
  height:60px;
  line-height:37px;
  font-size:15px;
  background-color:initial;
  position:relative;
  z-index:99;
  -webkit-appearance:none;
  -khtml-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none
}
.ct-select i {
  position:absolute;
  right:14px;
  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%)
}
.wpcf7-form .input-filled {
  position:relative;
  margin-bottom:16px
}
.wpcf7-form .wpcf7-form-control-wrap {
  display:block;
  position:relative
}
.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 30px;
  margin:20px 0 0;
  font-size:14px;
  background-color:#fff
}
.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 button.wpcf7-submit {
  padding-left:44px;
  padding-right:44px;
  line-height:45px;
  font-size:16px;
  margin-top:8px;
  background-image:-webkit-linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  background-image:-moz-linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  background-image:-ms-linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  background-image:-o-linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  background-image:linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='')
}
.wpcf7-form button.wpcf7-submit i {
  margin-left:12px
}
#ui-datepicker-div {
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  box-shadow:0 4px 15px rgba(0,0,0,.24);
  border:none;
  padding:0
}
#ui-datepicker-div .ui-datepicker-header {
  background-color:#e73d8e;
  border:none;
  border-bottom:1px solid rgba(255,255,255,.1);
  -webkit-border-radius:3px 3px 0 0;
  -khtml-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  -ms-border-radius:3px 3px 0 0;
  -o-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
  font-weight:400;
  padding:0
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  height:40px;
  width:40px;
  line-height:40px;
  text-align:center;
  background-color:initial;
  border:none;
  cursor:pointer;
  padding:0;
  margin:0;
  top:0
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display:none
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  font-family:material-design-iconic-font;
  font-size:16px;
  color:rgba(255,255,255,.4)
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left:0
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content:"\f2f4"
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right:0
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content:"\f2f6"
}
#ui-datepicker-div .ui-datepicker-title {
  color:#fff;
  font-size:16px;
  line-height:40px;
  margin:0 40px
}
#ui-datepicker-div .ui-datepicker-title select {
  font-size:inherit;
  color:#fff;
  line-height:normal;
  height:inherit;
  background-color:initial;
  -webkit-appearance:none;
  -khtml-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  margin:0;
  padding:0;
  width:inherit;
  border:none
}
#ui-datepicker-div .ui-datepicker-title select option {
  padding:0
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color:initial;
  border:none;
  margin:0
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color:#e73d8e
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  text-transform:uppercase;
  color:#fff
}
#ui-datepicker-div .ui-datepicker-calendar td {
  font-size:12px
}
#ui-datepicker-div .ui-datepicker-calendar td a,
#ui-datepicker-div .ui-datepicker-calendar td span {
  background-color:initial;
  border:none;
  text-align:center
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight,
#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color:#e73d8e;
  color:#fff;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight,
#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color:rgba(231,61,142,.7)
}
form .select2-container--default {
  width:100%!important
}
form .select2-container--default .select2-selection {
  border:1px solid #e9e9e9;
  height:48px;
  -webkit-border-radius:0;
  -khtml-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height:48px;
  padding-left:25px;
  padding-right:45px;
  font-size:14px;
  color:#5f5f5f
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right:20px;
  top:50%;
  color:#5f5f5f;
  height:20px;
  width:20px;
  line-height:20px;
  -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 .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,.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:#e73d8e
}
.ct-field-checkbox {
  position:relative;
  padding-left:27px
}
.ct-field-checkbox .icon-check {
  border:1px solid #e1e3e3;
  border-radius:1px;
  display:block;
  height:17px;
  width:17px;
  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%);
  z-index:1
}
.ct-field-checkbox .icon-check:before {
  content:"\f00c";
  font-size:13px;
  color:#e73d8e;
  position:absolute;
  top:-4px;
  left:1px;
  font-family:FontAwesome;
  opacity:0
}
.ct-field-checkbox input {
  bottom:0;
  height:100%;
  left:0;
  position:absolute;
  width:100%;
  opacity:0;
  cursor:pointer;
  z-index:3
}
.ct-field-checkbox input:checked+.icon-check:before {
  opacity:1
}
.nice-select {
  padding-top:0;
  padding-bottom:0;
  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:"\f2f9";
  font-family:material-design-iconic-font;
  font-size:20px;
  color:#3a505f;
  position:absolute;
  right:14px;
  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:50px
}
.nice-select .option {
  text-overflow:ellipsis;
  overflow:hidden
}
.nice-select.open .list {
  color:#3a505f;
  width:100%;
  max-height:250px;
  overflow:auto;
  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
}
.nice-select .list {
  margin-top:4px!important;
  margin-left:-2px!important;
  margin-right:-2px!important;
  border:1px solid #e9e9e9;
  background-color:#fff;
  padding:12px 0;
  box-sizing:border-box;
  opacity:0;
  overflow:hidden;
  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(.75)translateY(-21px);
  -ms-transform:scale(.75)translateY(-21px);
  transform:scale(.75)translateY(-21px);
  -webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  z-index:9;
  font-size:15px;
  width:calc(100% + 4px)!important;
  width:-webkit-calc(100% + 4px)!important;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px
}
.nice-select .list .selected {
  color:#e73d8e
}
.nice-select .list:hover .option:not(:hover) {
  background-color:initial!important
}
.nice-select .option {
  cursor:pointer;
  line-height:normal;
  list-style:none;
  outline:none;
  padding:6px 22px;
  text-align:left;
  -webkit-transition:all .2s;
  -khtml-transition:all .2s;
  -moz-transition:all .2s;
  -ms-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
  margin-bottom:0!important
}
.nice-select .option:hover {
  color:#e73d8e
}
.nice-select .option.disabled {
  background-color:initial;
  color:#999;
  cursor:default
}
.no-csspointerevents .nice-select .list {
  display:none
}
.no-csspointerevents .nice-select.open .list {
  display:block
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
  color:#e73d8e
}
body #content #booked-profile-page .booked-profile-header,
body #content table.booked-calendar th {
  background-color:#e73d8e!important
}
body #content table.booked-calendar tr:not(.days) th {
  background-color:#e73d8e!important;
  border-color:#e73d8e!important
}
body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-list-view button.button:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .appt-block .google-cal-button>a:hover {
  background-color:#e73d8e!important;
  border-color:#e73d8e!important
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover,
body #booked-profile-page input[type=submit].button-primary,
body table.booked-calendar input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
body #booked-profile-page .appt-block .google-cal-button>a,
body .booked-modal p.booked-title-bar,
body table.booked-calendar td:hover .date span,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,
.booked-ms-modal .booked-book-appt {
  background-color:#e73d8e!important;
  border-color:#e73d8e!important
}
body #content table.booked-calendar td.today .date span {
  border-color:#e73d8e!important
}
body #content table.booked-calendar td.today:hover .date span {
  background-color:#e73d8e!important
}
body #content table.booked-calendar td.active:hover .date span {
  color:#fff!important
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color:#e73d8e!important
}
body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  background:#e73d8e!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;
  color:#fff!important
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current,
body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color:#e73d8e!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;
  color:#fff!important
}
body .xdsoft_datetimepicker {
  font-family:inherit
}
body .xdsoft_datetimepicker .blue-gradient-button {
  font-family:poppins,sans-serif
}
.btn,
button,
.button,
input[type=submit] {
  border:none;
  color:#fff;
  font-size:14px;
  padding:0 34px;
  line-height: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;
  -webkit-border-radius:60px;
  -khtml-border-radius:60px;
  -moz-border-radius:60px;
  -ms-border-radius:60px;
  -o-border-radius:60px;
  border-radius:60px;
  position:relative;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  z-index:1;
  font-weight:700;
  outline:none;
  white-space:nowrap;
  text-transform:inherit;
  background-image:-webkit-linear-gradient(90deg,#f18fbe 0%,#e73d8e 50%,#f18fbe);
  background-image:-moz-linear-gradient(90deg,#f18fbe 0%,#e73d8e 50%,#f18fbe);
  background-image:-ms-linear-gradient(90deg,#f18fbe 0%,#e73d8e 50%,#f18fbe);
  background-image:-o-linear-gradient(90deg,#f18fbe 0%,#e73d8e 50%,#f18fbe);
  background-image:linear-gradient(90deg,#f18fbe 0%,#e73d8e 50%,#f18fbe);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size:300%,1px;
  background-position:0
}
.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 {
  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;
  outline:none;
  text-decoration:none;
  background-position:100%!important
}
.btn span,
.btn i {
  display:inline-block;
  vertical-align:middle
}
.btn i {
  margin-left:14px
}
.btn i.icon-left {
  margin-left:0;
  margin-right:14px
}
.btn.size-md {
  font-size:15px;
  line-height:52px;
  padding:0 43px
}
.btn.size-lg {
  font-size:16px;
  line-height:57px;
  padding:0 50px
}
.btn.btn-gradient1 {
  background-image:-webkit-linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  background-image:-moz-linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  background-image:-ms-linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  background-image:-o-linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  background-image:linear-gradient(90deg,#5b5cfb 0%,#232490 50%,#5b5cfb);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='')
}
.btn.btn-gradient2 {
  background-image:-webkit-linear-gradient(90deg,#ff5b11 0%,#ff9723 50%,#ff5b11);
  background-image:-moz-linear-gradient(90deg,#ff5b11 0%,#ff9723 50%,#ff5b11);
  background-image:-ms-linear-gradient(90deg,#ff5b11 0%,#ff9723 50%,#ff5b11);
  background-image:-o-linear-gradient(90deg,#ff5b11 0%,#ff9723 50%,#ff5b11);
  background-image:linear-gradient(90deg,#ff5b11 0%,#ff9723 50%,#ff5b11);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  font-size:15px;
  font-weight:600;
  line-height:53px;
  padding-left:32px;
  padding-right:32px
}
.btn.btn-preset4 {
  background-image:-webkit-linear-gradient(90deg,#e73d8e 0%,#232490 50%,#e73d8e);
  background-image:-moz-linear-gradient(90deg,#e73d8e 0%,#232490 50%,#e73d8e);
  background-image:-ms-linear-gradient(90deg,#e73d8e 0%,#232490 50%,#e73d8e);
  background-image:-o-linear-gradient(90deg,#e73d8e 0%,#232490 50%,#e73d8e);
  background-image:linear-gradient(90deg,#e73d8e 0%,#232490 50%,#e73d8e);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  font-size:15px;
  padding-left:43px;
  padding-right:43px;
  line-height:52px
}
.btn.btn-gray {
  background-color:initial;
  background-image:none;
  line-height:45px;
  font-size:15px;
  font-weight:600;
  color:#291a55;
  padding:0 26px;
  overflow:visible
}
.btn.btn-gray:before,
.btn.btn-gray:after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-border-radius:45px;
  -khtml-border-radius:45px;
  -moz-border-radius:45px;
  -ms-border-radius:45px;
  -o-border-radius:45px;
  border-radius:45px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms;
  z-index:-1
}
.btn.btn-gray:before {
  background-color:#eeeef6;
  -webkit-box-shadow:0 -2px 4px rgba(0,0,0,.1)inset;
  -khtml-box-shadow:0 -2px 4px rgba(0,0,0,.1)inset;
  -moz-box-shadow:0 -2px 4px rgba(0,0,0,.1)inset;
  -ms-box-shadow:0 -2px 4px rgba(0,0,0,.1)inset;
  -o-box-shadow:0 -2px 4px rgba(0,0,0,.1)inset;
  box-shadow:0 -2px 4px rgba(0,0,0,.1)inset
}
.btn.btn-gray:after {
  background-image:-webkit-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-moz-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-ms-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-o-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f02a7 0%',endColorStr='#2f97e7 100%');
  -webkit-box-shadow:0 5px 9px rgba(5,56,175,.39);
  -khtml-box-shadow:0 5px 9px rgba(5,56,175,.39);
  -moz-box-shadow:0 5px 9px rgba(5,56,175,.39);
  -ms-box-shadow:0 5px 9px rgba(5,56,175,.39);
  -o-box-shadow:0 5px 9px rgba(5,56,175,.39);
  box-shadow:0 5px 9px rgba(5,56,175,.39);
  opacity:0
}
.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray:active {
  color:#fff
}
.btn.btn-gray:hover:before,
.btn.btn-gray:focus:before,
.btn.btn-gray:active:before {
  opacity:0
}
.btn.btn-gray:hover:after,
.btn.btn-gray:focus:after,
.btn.btn-gray:active:after {
  opacity:1
}
.btn.btn-third {
  line-height:51px;
  font-size:15px;
  letter-spacing:.01em;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  background-color:#00a0e8;
  background-image:none;
  -webkit-box-shadow:0 2px 18px rgba(22,33,113,.26);
  -khtml-box-shadow:0 2px 18px rgba(22,33,113,.26);
  -moz-box-shadow:0 2px 18px rgba(22,33,113,.26);
  -ms-box-shadow:0 2px 18px rgba(22,33,113,.26);
  -o-box-shadow:0 2px 18px rgba(22,33,113,.26);
  box-shadow:0 2px 18px rgba(22,33,113,.26)
}
.btn.btn-third:hover {
  background-color:#00a0e8;
  background-image:none;
  -webkit-transform:translateY(-4px);
  -khtml-transform:translateY(-4px);
  -moz-transform:translateY(-4px);
  -ms-transform:translateY(-4px);
  -o-transform:translateY(-4px);
  transform:translateY(-4px)
}
.btn.btn-shape1 {
  background-color:#d8ff09;
  background-image:-webkit-gradient(linear,left top,right top,from(#d8ff09),to(#4ba116));
  background-image:-webkit-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-moz-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-ms-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-o-linear-gradient(left,#d8ff09,#4ba116);
  background-image:linear-gradient(left,#d8ff09,#4ba116);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ff09',endColorStr='#4ba116',gradientType='1');
  background-size:inherit;
  font-size:16px;
  padding:0 39px;
  line-height:68px;
  -webkit-border-radius:60px 0 60px 60px;
  -khtml-border-radius:60px 0 60px 60px;
  -moz-border-radius:60px 0 60px 60px;
  -ms-border-radius:60px 0 60px 60px;
  -o-border-radius:60px 0 60px 60px;
  border-radius:60px 0 60px 60px
}
.btn.btn-shape1:before {
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  z-index:-1;
  background-image:url(../images/btn-style1.png);
  background-repeat:no-repeat;
  background-position:100% 100%
}
.btn.btn-shape1: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)
}
.btn.btn-shape2 {
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1');
  background-size:inherit;
  font-size:16px;
  padding:0 53px;
  line-height:68px;
  -webkit-border-radius:60px 0 60px 60px;
  -khtml-border-radius:60px 0 60px 60px;
  -moz-border-radius:60px 0 60px 60px;
  -ms-border-radius:60px 0 60px 60px;
  -o-border-radius:60px 0 60px 60px;
  border-radius:60px 0 60px 60px
}
.btn.btn-shape2:before {
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  z-index:-1;
  background-image:url(../images/btn-style2.png);
  background-repeat:no-repeat;
  background-position:0 100%
}
.btn.btn-shape2: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)
}
.btn.btn-shape3 {
  background-color:#06ffdf;
  background-image:-webkit-gradient(linear,left top,right top,from(#06ffdf),to(#0042ff));
  background-image:-webkit-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-moz-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-ms-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-o-linear-gradient(left,#06ffdf,#0042ff);
  background-image:linear-gradient(left,#06ffdf,#0042ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#06ffdf',endColorStr='#0042ff',gradientType='1');
  background-size:inherit;
  font-size:16px;
  padding:0 51px;
  line-height:68px;
  -webkit-border-radius:60px 60px 60px 0;
  -khtml-border-radius:60px 60px 60px 0;
  -moz-border-radius:60px 60px 60px 0;
  -ms-border-radius:60px 60px 60px 0;
  -o-border-radius:60px 60px 60px 0;
  border-radius:60px 60px 60px 0
}
.btn.btn-shape3:before {
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  z-index:-1;
  background-image:url(../images/btn-style3.png);
  background-repeat:no-repeat;
  background-position:100% 0
}
.btn.btn-shape3: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)
}
.btn-align-center {
  text-align:center
}
.btn-align-right {
  text-align:right
}
.btn-group .btn+.btn {
  margin-left:30px
}
.btn-block {
  display:block
}
.ct-button-wrapper i {
  margin-left:12px
}
.ct-button-wrapper i.icon-left {
  margin-left:0;
  margin-right:12px
}
.ct-btn-group {
  display:inline-block;
  margin-right:20px;
  margin-bottom:20px
}
.btn-shadow .btn {
  -webkit-box-shadow:0 16px 32px rgba(231,61,142,.3);
  -khtml-box-shadow:0 16px 32px rgba(231,61,142,.3);
  -moz-box-shadow:0 16px 32px rgba(231,61,142,.3);
  -ms-box-shadow:0 16px 32px rgba(231,61,142,.3);
  -o-box-shadow:0 16px 32px rgba(231,61,142,.3);
  box-shadow:0 16px 32px rgba(231,61,142,.3)
}
.text-normal .btn {
  text-transform:capitalize;
  letter-spacing:0
}
.btn-hover-white .btn.btn-default:hover,
.btn-hover-white .btn.btn-default:focus {
  color:#fff
}
.btn-hover-white .btn.btn-default:hover:before,
.btn-hover-white .btn.btn-default:focus:before {
  border-color:#fff
}
#header-wrap {
  position:relative;
  z-index:999;
  background-color:#fff
}
#header-wrap .header-main {
  -webkit-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  -khtml-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  -moz-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  -ms-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  -o-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  position:relative;
  background-color:#fff
}
#header-wrap .header-main.h-fixed {
  position:fixed;
  left:0;
  top:0;
  right:0;
  -webkit-animation:.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation:.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation:.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation:.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation:.95s ease 0s normal forwards 1 running headerSlideDown;
  animation:.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-box-shadow:0 4px 31px rgba(31,53,158,.26);
  -khtml-box-shadow:0 4px 31px rgba(31,53,158,.26);
  -moz-box-shadow:0 4px 31px rgba(31,53,158,.26);
  -ms-box-shadow:0 4px 31px rgba(31,53,158,.26);
  -o-box-shadow:0 4px 31px rgba(31,53,158,.26);
  box-shadow:0 4px 31px rgba(31,53,158,.26)
}
#header-wrap .header-main .row {
  align-items:center
}
#header-wrap .header-branding,
#header-wrap .header-navigation {
  margin-left:15px;
  margin-right:15px
}
#header-wrap .header-branding {
  position:relative;
  top:-1px;
  margin-top:10px;
  margin-bottom:10px;
  color:#fff;
  opacity:1
}
#header-wrap .header-branding img {
  max-height:69px
}
#header-wrap .header-branding a.logo-light {
  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
}
#header-wrap .header-navigation {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-grow:1;
  justify-content:flex-end
}
#header-wrap .site-menu-right {
  margin-left:4px;
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
#header-wrap .site-menu-right .icon-box {
  font-size:14px;
  color:#1d2f3c;
  -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;
  height:40px;
  width:40px;
  line-height:40px;
  text-align:center;
  display:inline-block;
  position:relative
}
#header-wrap .site-menu-right .icon-box:hover {
  color:#e73d8e
}
#header-wrap .site-menu-right .cart-couter-items {
  height:14px;
  width:14px;
  position:absolute;
  top:4px;
  right:4px;
  line-height:14px;
  background-color:#e73d8e;
  -webkit-border-radius:14px;
  -khtml-border-radius:14px;
  -moz-border-radius:14px;
  -ms-border-radius:14px;
  -o-border-radius:14px;
  border-radius:14px;
  font-size:10px;
  font-weight:600;
  color:#fff
}
#header-wrap .site-menu-phone {
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  margin-left:16px
}
#header-wrap .site-menu-phone .menu-phone-icon {
  height:35px;
  width:35px;
  min-width:35px;
  line-height:35px;
  text-align:center;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px;
  -moz-border-radius:35px;
  -ms-border-radius:35px;
  -o-border-radius:35px;
  border-radius:35px;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1');
  margin-right:9px;
  position:relative;
  z-index:1
}
#header-wrap .site-menu-phone .menu-phone-icon:before {
  content:'';
  background-color:#fff;
  position:absolute;
  top:2px;
  left:2px;
  right:2px;
  bottom:2px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px;
  -moz-border-radius:35px;
  -ms-border-radius:35px;
  -o-border-radius:35px;
  border-radius:35px
}
#header-wrap .site-menu-phone .menu-phone-icon .fac-phone {
  -webkit-transform:scaleX(-1);
  -khtml-transform:scaleX(-1);
  -moz-transform:scaleX(-1);
  -ms-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
  font-size:18px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  line-height:35px
}
#header-wrap .site-menu-phone .menu-phone-meta {
  line-height:1
}
#header-wrap .site-menu-phone .menu-phone-meta label {
  font-size:12px;
  display:block;
  line-height:1;
  margin-bottom:4px
}
#header-wrap .site-menu-phone .menu-phone-meta a {
  color:#1d2f3c;
  font-size:20px;
  font-weight:600;
  display:block
}
#header-wrap .site-menu-phone .menu-phone-meta a:hover {
  color:#e73d8e
}
#header-wrap .site-header-social a {
  color:#162171;
  margin-left:12px
}
#header-wrap .site-header-social a:first-child {
  margin-left:20px
}
#header-wrap .site-header-social a:hover {
  color:#e73d8e
}
@media screen and (min-width:1200px) {
  #header-wrap .site-menu-phone.phone-mobile {
    display:none
  }
  #header-wrap .header-main.h-fixed .primary-menu>li>a {
    line-height:95px
  }
  #header-wrap #header-top {
    padding:17px 0;
    font-size:14px;
    color:#fff
  }
  #header-wrap #header-top .row {
    align-items:center
  }
  #header-wrap #header-top .row>div {
    padding:0 15px
  }
  #header-wrap #header-top .header-top-address {
    flex-grow:1
  }
  #header-wrap #header-top.header-top-1 i {
    margin-right:7px
  }
  #header-wrap.header-transparent {
    background-color:initial;
    position:absolute;
    left:0;
    right:0;
    top:0
  }
  #header-wrap.header-transparent .header-main:not(.h-fixed) {
    background-color:initial
  }
  #header-wrap.header-transparent .header-main:not(.h-fixed) .header-branding a.logo-light {
    opacity:1
  }
  #header-wrap.header-transparent .header-main:not(.h-fixed) .header-branding a.logo-dark {
    opacity:0
  }
  #header-wrap.header-transparent .header-main:not(.h-fixed) .primary-menu>li>a {
    color:#fff
  }
  #header-wrap.header-transparent .header-main:not(.h-fixed) .primary-menu>li>a:before {
    background-color:#fff
  }
  #header-wrap.header-transparent .header-main:not(.h-fixed) .site-menu-right .icon-box {
    color:#fff
  }
  #header-wrap.header-transparent .header-main:not(.h-fixed) .site-menu-right .icon-box:hover {
    color:#e73d8e
  }
  #header-wrap.header-layout1 {
    background-color:initial;
    position:absolute;
    left:0;
    right:0;
    top:0
  }
  #header-wrap.header-layout1 .primary-menu>li>a .line-menu {
    height:6px;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    transform-origin:left center;
    -webkit-transform-origin:left 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 .25s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -moz-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -ms-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -o-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    transition:transform .25s cubic-bezier(.37,.31,.2,.85)
  }
  #header-wrap.header-layout1 .primary-menu>li>a .line-menu:before,
  #header-wrap.header-layout1 .primary-menu>li>a .line-menu:after {
    content:'';
    height:6px;
    background-color:#f3a1c8;
    background-image:-webkit-gradient(linear,left top,right top,from(#f3a1c8),to(#e73d8e));
    background-image:-webkit-linear-gradient(left,#f3a1c8,#e73d8e);
    background-image:-moz-linear-gradient(left,#f3a1c8,#e73d8e);
    background-image:-ms-linear-gradient(left,#f3a1c8,#e73d8e);
    background-image:-o-linear-gradient(left,#f3a1c8,#e73d8e);
    background-image:linear-gradient(left,#f3a1c8,#e73d8e);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3a1c8',endColorStr='#e73d8e',gradientType='1');
    position:absolute
  }
  #header-wrap.header-layout1 .primary-menu>li>a .line-menu:before {
    left:0;
    top:0;
    width:12px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
  }
  #header-wrap.header-layout1 .primary-menu>li>a .line-menu:after {
    right:0;
    top:0;
    width:calc(100% - 19px);
    width:-webkit-calc(100% - 19px);
    width:-ms-calc(100% - 19px);
    width:-o-calc(100% - 19px)
  }
  #header-wrap.header-layout1 .primary-menu>li:hover>a .line-menu,
  #header-wrap.header-layout1 .primary-menu>li.current_page_item>a .line-menu,
  #header-wrap.header-layout1 .primary-menu>li.current-menu-item>a .line-menu,
  #header-wrap.header-layout1 .primary-menu>li.current_page_ancestor>a .line-menu,
  #header-wrap.header-layout1 .primary-menu>li.current-menu-ancestor>a .line-menu {
    transform-origin:right center;
    -webkit-transform-origin:right 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)
  }
  #header-wrap.header-layout1 .header-navigation {
    position:relative
  }
  #header-wrap.header-layout1 .header-main:not(.h-fixed) {
    margin:auto;
    max-width:1170px;
    padding:0 25px 0 20px;
    box-shadow:0 0 13px rgba(29,47,60,.27),0 0 10px rgba(29,47,60,.41);
    -webkit-box-shadow:0 0 13px #1d2f3c,0 0 10px rgba(29,47,60,.41);
    z-index:1
  }
  #header-wrap.header-layout1 .header-main:not(.h-fixed):before {
    content:'';
    height:14px;
    background-color:rgba(255,255,255,.6);
    left:45px;
    right:45px;
    position:absolute;
    bottom:-14px
  }
  #header-wrap.header-layout1 .header-main:not(.h-fixed) .header-navigation .widget_shopping_cart {
    right:-40px
  }
  #header-wrap.header-layout2 {
    -webkit-box-shadow:0 4px 51px rgba(31,53,158,.36);
    -khtml-box-shadow:0 4px 51px rgba(31,53,158,.36);
    -moz-box-shadow:0 4px 51px rgba(31,53,158,.36);
    -ms-box-shadow:0 4px 51px rgba(31,53,158,.36);
    -o-box-shadow:0 4px 51px rgba(31,53,158,.36);
    box-shadow:0 4px 51px rgba(31,53,158,.36)
  }
  #header-wrap.header-layout2 .header-top-1 {
    background-color:#162171;
    padding:12px 0
  }
  #header-wrap.header-layout2 .site-menu-right .icon-box {
    color:#162171
  }
  #header-wrap.header-layout2 .site-menu-right .icon-box:hover {
    color:#00a0e8
  }
  #header-wrap.header-layout2 .primary-menu>li>a {
    color:#162171;
    line-height:95px
  }
  #header-wrap.header-layout2 .primary-menu>li>a .line-menu {
    position:absolute;
    bottom:0;
    left:-15px;
    width:0%;
    height:5px;
    background-color:#1f359e;
    -webkit-transition:all .5s;
    -khtml-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s
  }
  #header-wrap.header-layout2 .primary-menu>li>a:hover .line-menu,
  #header-wrap.header-layout2 .primary-menu>li.current_page_item>a .line-menu,
  #header-wrap.header-layout2 .primary-menu>li.current-menu-item>a .line-menu,
  #header-wrap.header-layout2 .primary-menu>li.current_page_ancestor>a .line-menu,
  #header-wrap.header-layout2 .primary-menu>li.current-menu-ancestor>a .line-menu,
  #header-wrap.header-layout2 .primary-menu>li.current-menu-parent>a .line-menu {
    width:100%;
    left:0
  }
  #header-wrap.header-layout2 .primary-menu .sub-menu li a {
    color:#162171
  }
  #header-wrap.header-layout2 .primary-menu .sub-menu li>a:hover,
  #header-wrap.header-layout2 .primary-menu .sub-menu li.current_page_item>a,
  #header-wrap.header-layout2 .primary-menu .sub-menu li.current-menu-item>a,
  #header-wrap.header-layout2 .primary-menu .sub-menu li.current_page_ancestor>a,
  #header-wrap.header-layout2 .primary-menu .sub-menu li.current-menu-ancestor>a,
  #header-wrap.header-layout2 .primary-menu .sub-menu li.current-menu-parent>a {
    color:#00a0e8
  }
  #header-wrap.header-layout2 .header-navigation {
    position:relative;
    flex-grow:1;
    justify-content:center;
    -webkit-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center
  }
  #header-wrap.header-layout3 .btn-third {
    -webkit-border-radius:51px;
    -khtml-border-radius:51px;
    -moz-border-radius:51px;
    -ms-border-radius:51px;
    -o-border-radius:51px;
    border-radius:51px;
    background-color:#6fd0ff;
    color:#321464
  }
  #header-wrap.header-layout3 .primary-menu>li>a .line-menu {
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background-color:#1d2f3c;
    -webkit-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -moz-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -ms-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -o-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    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);
    margin-top:10px
  }
  #header-wrap.header-layout3 .primary-menu>li>a:hover .line-menu,
  #header-wrap.header-layout3 .primary-menu>li.current_page_item>a .line-menu,
  #header-wrap.header-layout3 .primary-menu>li.current-menu-item>a .line-menu,
  #header-wrap.header-layout3 .primary-menu>li.current_page_ancestor>a .line-menu,
  #header-wrap.header-layout3 .primary-menu>li.current-menu-ancestor>a .line-menu,
  #header-wrap.header-layout3 .primary-menu>li.current-menu-parent>a .line-menu {
    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)
  }
  #header-wrap.header-layout3 .header-navigation {
    position:relative;
    flex-grow:1;
    justify-content:center;
    -webkit-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center
  }
  #header-wrap.header-layout3 .header-main:not(.h-fixed) {
    margin-top:20px
  }
  #header-wrap.header-layout3 .header-main:not(.h-fixed) .primary-menu>li>a .line-menu {
    background-color:#fff
  }
  #header-wrap.header-layout4.header-transparent .btn-third {
    -webkit-border-radius:51px;
    -khtml-border-radius:51px;
    -moz-border-radius:51px;
    -ms-border-radius:51px;
    -o-border-radius:51px;
    border-radius:51px;
    background-color:#6fd0ff;
    color:#321464
  }
  #header-wrap.header-layout4.header-transparent .primary-menu>li {
    padding:0 6px
  }
  #header-wrap.header-layout4.header-transparent .primary-menu>li>a .line-menu {
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background-color:#1d2f3c;
    -webkit-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -moz-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -ms-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -o-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    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);
    margin-top:10px
  }
  #header-wrap.header-layout4.header-transparent .primary-menu>li>a .text-menu {
    line-height:41px;
    display:inline-block;
    padding:0 18px;
    -webkit-border-radius:20px 0 20px 20px;
    -khtml-border-radius:20px 0 20px 20px;
    -moz-border-radius:20px 0 20px 20px;
    -ms-border-radius:20px 0 20px 20px;
    -o-border-radius:20px 0 20px 20px;
    border-radius:20px 0 20px 20px;
    -webkit-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -moz-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -ms-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    -o-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
    transition:transform .25s cubic-bezier(.37,.31,.2,.85)
  }
  #header-wrap.header-layout4.header-transparent .primary-menu>li>a:hover,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current_page_item>a,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-item>a,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current_page_ancestor>a,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-ancestor>a,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-parent>a {
    color:#180033
  }
  #header-wrap.header-layout4.header-transparent .primary-menu>li>a:hover .line-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current_page_item>a .line-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-item>a .line-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current_page_ancestor>a .line-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-ancestor>a .line-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-parent>a .line-menu {
    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)
  }
  #header-wrap.header-layout4.header-transparent .primary-menu>li>a:hover .text-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current_page_item>a .text-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-item>a .text-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current_page_ancestor>a .text-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-ancestor>a .text-menu,
  #header-wrap.header-layout4.header-transparent .primary-menu>li.current-menu-parent>a .text-menu {
    background-color:#d8ff09;
    background-image:-webkit-gradient(linear,left top,right top,from(#d8ff09),to(#4ba116));
    background-image:-webkit-linear-gradient(left,#d8ff09,#4ba116);
    background-image:-moz-linear-gradient(left,#d8ff09,#4ba116);
    background-image:-ms-linear-gradient(left,#d8ff09,#4ba116);
    background-image:-o-linear-gradient(left,#d8ff09,#4ba116);
    background-image:linear-gradient(left,#d8ff09,#4ba116);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ff09',endColorStr='#4ba116',gradientType='1')
  }
  #header-wrap.header-layout4.header-transparent .primary-menu .line-menu {
    display:none
  }
  #header-wrap.header-layout4.header-transparent .primary-menu .sub-menu {
    -webkit-border-radius:18px 0 18px 18px;
    -khtml-border-radius:18px 0 18px 18px;
    -moz-border-radius:18px 0 18px 18px;
    -ms-border-radius:18px 0 18px 18px;
    -o-border-radius:18px 0 18px 18px;
    border-radius:18px 0 18px 18px
  }
  #header-wrap.header-layout4.header-transparent .header-navigation {
    position:relative
  }
  #header-wrap.header-layout4.header-transparent .site-menu-right .h-hidden-sidebar {
    width:60px;
    height:60px;
    background-color:#fff;
    -webkit-border-radius:60px;
    -khtml-border-radius:60px;
    -moz-border-radius:60px;
    -ms-border-radius:60px;
    -o-border-radius:60px;
    border-radius:60px;
    position:relative;
    -webkit-box-shadow:0 7px 27px rgba(12,12,12,.24);
    -khtml-box-shadow:0 7px 27px rgba(12,12,12,.24);
    -moz-box-shadow:0 7px 27px rgba(12,12,12,.24);
    -ms-box-shadow:0 7px 27px rgba(12,12,12,.24);
    -o-box-shadow:0 7px 27px rgba(12,12,12,.24);
    box-shadow:0 7px 27px rgba(12,12,12,.24);
    margin-left:16px
  }
  #header-wrap.header-layout4.header-transparent .site-menu-right .h-hidden-sidebar svg {
    height:28px;
    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%)
  }
  #header-wrap.header-layout4.header-transparent .site-menu-right .h-hidden-sidebar svg g {
    fill:#15022b;
    -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
  }
  #header-wrap.header-layout4.header-transparent .site-menu-right .h-hidden-sidebar:hover svg g {
    fill:#e73d8e
  }
  #header-wrap.header-layout4.header-transparent .header-main:not(.h-fixed) {
    margin-top:28px
  }
}
@media screen and (max-width:1199px) {
  #header-wrap {
    -webkit-box-shadow:0 4px 31px rgba(31,53,158,.26);
    -khtml-box-shadow:0 4px 31px rgba(31,53,158,.26);
    -moz-box-shadow:0 4px 31px rgba(31,53,158,.26);
    -ms-box-shadow:0 4px 31px rgba(31,53,158,.26);
    -o-box-shadow:0 4px 31px rgba(31,53,158,.26);
    box-shadow:0 4px 31px rgba(31,53,158,.26)
  }
  #header-wrap #header-top,
  #header-wrap .site-menu-right,
  #header-wrap .site-menu-phone:not(.phone-mobile),
  #header-wrap .site-header-button,
  #header-wrap .site-header-social {
    display:none
  }
  #header-wrap.fixed-height {
    height:inherit!important
  }
  #header-wrap .mobile-menu-cart {
    position:relative
  }
  #header-wrap .mobile-menu-cart .cart-couter-items {
    height:14px;
    width:14px;
    position:absolute;
    top:0;
    right:0;
    line-height:14px;
    background-color:#e73d8e;
    -webkit-border-radius:14px;
    -khtml-border-radius:14px;
    -moz-border-radius:14px;
    -ms-border-radius:14px;
    -o-border-radius:14px;
    border-radius:14px;
    font-size:10px;
    font-weight:600;
    color:#fff
  }
  #header-wrap .header-branding {
    margin-top:15px;
    margin-bottom:15px
  }
  #header-wrap .header-branding.desktop {
    display:none
  }
  #header-wrap #main-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%)
  }
  #header-wrap #header-main .row {
    min-height:80px
  }
  #header-wrap #header-main.h-fixed {
    position:fixed;
    left:0;
    width:100%;
    top:0
  }
  #header-wrap #header-main .btn-mobile {
    margin-bottom:20px
  }
  #header-wrap #header-main .btn-mobile:hover {
    color:#fff
  }
  #header-wrap .header-btn-nav,
  #header-wrap .header-btn-phone {
    display:none
  }
  .admin-bar #header-main .header-navigation .main-navigation {
    top:32px
  }
}
.header-layout2 .site-menu-right .cart-couter-items,
.header-layout2 .mobile-menu-cart .cart-couter-items {
  background-color:#00a0e8!important
}
.header-layout2 .widget_shopping_cart .widget_shopping_cart_footer .buttons .btn,
.header-layout2 .widget_shopping_cart .product_list_widget li.empty .btn {
  background-image:-webkit-linear-gradient(90deg,#6fd0ff 0%,#059af7 50%,#6fd0ff);
  background-image:-moz-linear-gradient(90deg,#6fd0ff 0%,#059af7 50%,#6fd0ff);
  background-image:-ms-linear-gradient(90deg,#6fd0ff 0%,#059af7 50%,#6fd0ff);
  background-image:-o-linear-gradient(90deg,#6fd0ff 0%,#059af7 50%,#6fd0ff);
  background-image:linear-gradient(90deg,#6fd0ff 0%,#059af7 50%,#6fd0ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='')
}
.header-layout2 .widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
  color:#00a0e8
}
.header-layout2 .widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
  color:#00a0e8
}
@media screen and (max-width:782px) {
  .admin-bar #header-main .header-navigation .main-navigation {
    top:46px
  }
}
.admin-bar #header-wrap #header-main.h-fixed {
  top:32px
}
@media screen and (max-width:782px) {
  .admin-bar #header-wrap #header-main.h-fixed {
    top:46px
  }
}
@media screen and (max-width:600px) {
  .admin-bar #header-wrap #header-main.h-fixed {
    top:0
  }
}
ul.menu {
  list-style:none;
  margin:0
}
ul.menu ul {
  list-style:none;
  margin:0
}
.primary-menu-not-set a {
  font-size:16px;
  font-weight:600;
  color:#1d2f3c;
  line-height:120px;
  text-transform:capitalize;
  display:inline-block
}
.primary-menu-not-set a:hover {
  color:#e73d8e
}
@media screen and (min-width:1200px) {
  .menu-toggle,
  #main-menu-mobile,
  .btn-mobile {
    display:none
  }
  .main-navigation ul {
    display:block
  }
  .primary-menu {
    list-style:none;
    margin:0;
    padding:0
  }
  .primary-menu li {
    position:relative
  }
  .primary-menu li a {
    display:block
  }
  .primary-menu>li {
    display:inline-block;
    vertical-align:middle;
    float:left;
    white-space:nowrap;
    padding:0 16px
  }
  .primary-menu>li>a {
    font-size:16px;
    font-weight:600;
    color:#1d2f3c;
    line-height:120px;
    text-transform:capitalize;
    position:relative;
    -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
  }
  .primary-menu>li:hover>a .line-menu,
  .primary-menu>li.current_page_item>a .line-menu,
  .primary-menu>li.current-menu-item>a .line-menu,
  .primary-menu>li.current_page_ancestor>a .line-menu,
  .primary-menu>li.current-menu-ancestor>a .line-menu {
    transform-origin:right center;
    -webkit-transform-origin:right 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)
  }
  .primary-menu>li.menu-item-has-children>a .text-menu:after {
    content:"\f107";
    font-family:"font awesome 5 pro";
    margin-left:5px;
    font-weight:900;
    display:inline-block;
    vertical-align:middle
  }
  .primary-menu>li>ul.back {
    right:0!important;
    left:auto!important
  }
  .primary-menu>li>ul.back li>ul.back {
    right:100%!important;
    left:auto!important
  }
  .primary-menu>li>.sub-menu li>ul.back {
    right:100%!important;
    left:auto!important
  }
  .primary-menu .sub-menu {
    list-style:none;
    position:absolute;
    background:#fff;
    top:100%;
    min-width:235px;
    z-index:99;
    visibility:hidden;
    opacity:0;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,.2);
    -khtml-box-shadow:0 0 40px rgba(0,0,0,.2);
    -moz-box-shadow:0 0 40px rgba(0,0,0,.2);
    -ms-box-shadow:0 0 40px rgba(0,0,0,.2);
    -o-box-shadow:0 0 40px rgba(0,0,0,.2);
    box-shadow:0 0 40px rgba(0,0,0,.2);
    -webkit-transition:all 200ms linear 0ms;
    -khtml-transition:all 200ms linear 0ms;
    -moz-transition:all 200ms linear 0ms;
    -ms-transition:all 200ms linear 0ms;
    -o-transition:all 200ms linear 0ms;
    transition:all 200ms linear 0ms;
    clip:rect(1px,1px,1px,1px);
    padding:26px 0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    margin-top:30px;
    left:0
  }
  .primary-menu .sub-menu li {
    padding:0 40px
  }
  .primary-menu .sub-menu li a {
    color:#3a505f;
    font-size:14px;
    font-weight:600;
    padding:7px 0;
    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;
    border-bottom:1px solid #eaeaea
  }
  .primary-menu .sub-menu li a:before {
    content:"\f061";
    font-family:"font awesome 5 pro";
    font-weight:900;
    position:absolute;
    top:50%;
    left:-20px;
    -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;
    -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
  }
  .primary-menu .sub-menu li>a:hover,
  .primary-menu .sub-menu li.current_page_item>a,
  .primary-menu .sub-menu li.current-menu-item>a,
  .primary-menu .sub-menu li.current_page_ancestor>a,
  .primary-menu .sub-menu li.current-menu-ancestor>a,
  .primary-menu .sub-menu li.current-menu-parent>a {
    color:#e73d8e;
    padding-left:22px
  }
  .primary-menu .sub-menu li>a:hover:before,
  .primary-menu .sub-menu li.current_page_item>a:before,
  .primary-menu .sub-menu li.current-menu-item>a:before,
  .primary-menu .sub-menu li.current_page_ancestor>a:before,
  .primary-menu .sub-menu li.current-menu-ancestor>a:before,
  .primary-menu .sub-menu li.current-menu-parent>a:before {
    left:0;
    opacity:1
  }
  .primary-menu .sub-menu li:last-child>a {
    border-bottom:none
  }
  .primary-menu .sub-menu .sub-menu {
    top:0;
    left:100%;
    -webkit-transform:translateY(-26px);
    -khtml-transform:translateY(-26px);
    -moz-transform:translateY(-26px);
    -ms-transform:translateY(-26px);
    -o-transform:translateY(-26px);
    transform:translateY(-26px)
  }
  .primary-menu .sub-menu .vc_row {
    background:#fff;
    padding:10px;
    -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.25);
    -khtml-box-shadow:0 1px 3px 0 rgba(0,0,0,.25);
    -moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.25);
    -ms-box-shadow:0 1px 3px 0 rgba(0,0,0,.25);
    -o-box-shadow:0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow:0 1px 3px rgba(0,0,0,.25)
  }
  .primary-menu .sub-menu .menu-item-has-children>a {
    position:relative;
    padding-right:20px
  }
  .primary-menu .sub-menu .menu-item-has-children>a:after {
    content:"\f105";
    font-family:"font awesome 5 pro";
    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%);
    font-size:14px;
    font-weight:900
  }
  .primary-menu li:hover,
  .primary-menu li.focus {
    overflow:visible
  }
  .primary-menu li:hover>.sub-menu,
  .primary-menu li.focus>.sub-menu {
    visibility:visible;
    opacity:1;
    clip:inherit;
    margin-top:0
  }
  .menu-mobile-close,
  .header-social-mobile,
  .header-mobile-search {
    display:none
  }
}
@media(min-width:1200px) and (max-width:1400px) {
  .primary-menu>li {
    padding:0 14px
  }
}
@media screen and (max-width:1199px) {
  .primary-menu-not-set {
    text-align:center
  }
  .primary-menu-not-set a {
    color:#222
  }
  .primary-menu-not-set a:hover {
    color:#e73d8e
  }
  .header-social-mobile {
    display:block;
    text-align:center;
    margin-top:35px;
    margin-bottom:25px
  }
  .header-social-mobile a {
    color:#505050;
    font-size:16px;
    margin:0 6px
  }
  .header-social-mobile a:hover {
    color:#e73d8e
  }
  .menu-mobile-close {
    display:block;
    width:40px;
    height:40px;
    background-color:#e73d8e;
    line-height:40px;
    text-align:center;
    color:#fff;
    font-size:20px;
    position:absolute;
    top: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;
    cursor:pointer
  }
  .menu-mobile-close:hover {
    background-color:#e73d8e;
    color:#fff
  }
  .header-mobile-search {
    margin-bottom:15px;
    position:relative;
    display:block
  }
  .header-mobile-search .search-submit {
    position:absolute;
    width:50px;
    height:100%;
    right:0;
    line-height:100%;
    padding:0;
    border:none;
    background-color:initial;
    background-image:none;
    color:#3a505f;
    top:0
  }
  .header-mobile-search .search-submit:hover {
    color:#e73d8e
  }
  .header-mobile-search .search-field {
    background-color:#fff;
    height:50px;
    padding:0 18px;
    font-size:14px
  }
  .header-mobile-search .search-field:focus {
    border-color:#e73d8e
  }
  .menu-mobile-button {
    display:block;
    margin-bottom:15px;
    text-align:center
  }
  .menu-mobile-button .h-btn {
    line-height:42px;
    background-color:#e73d8e;
    padding:0 26px;
    display:block;
    color:#fff;
    font-size:15px;
    font-weight:500
  }
  .menu-mobile-button .h-btn.h-btn-call {
    padding-left:62px;
    background-image:url(../images/icon-call.png);
    background-repeat:no-repeat;
    background-position:23px
  }
  .menu-mobile-button .h-btn:hover {
    background-color:#e73d8e;
    color:#fff
  }
  .menu-mobile-overlay {
    position:fixed;
    height:100%;
    width:100%;
    z-index:998;
    background-color:rgba(0,0,0,.4);
    left:0;
    top:0;
    visibility:hidden;
    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;
    cursor:url(../images/close-icon-white.png),auto
  }
  .menu-mobile-overlay.active {
    opacity:1;
    visibility:visible
  }
  .header-navigation {
    position:absolute;
    height:100vh;
    width:280px;
    top:0;
    bottom:0;
    margin:0!important;
    overflow:hidden;
    visibility:hidden;
    z-index:999
  }
  .header-navigation .main-navigation {
    overflow:hidden;
    width:280px;
    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%)
  }
  .header-navigation .main-navigation .main-navigation-inner {
    height:100%;
    overflow-y:scroll;
    padding:0 26px 0 16px;
    margin-right:-10px
  }
  .header-navigation .main-navigation .main-navigation-inner .primary-menu {
    margin-bottom:20px
  }
  .header-navigation .main-navigation .btn {
    letter-spacing:0;
    padding-left:20px;
    padding-right:20px;
    line-height:50px;
    display:block
  }
  .header-navigation .main-navigation .btn i {
    margin-right:6px
  }
  .header-navigation .main-navigation .btn+.btn {
    margin-top:10px
  }
  .header-navigation.navigation-open {
    z-index:999;
    visibility:visible
  }
  .header-navigation.navigation-open .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%)
  }
  .primary-menu {
    list-style:none;
    margin:0;
    padding:0
  }
  .primary-menu li {
    position:relative;
    list-style:none
  }
  .primary-menu li a {
    display:block;
    padding:12px 16px;
    color:#222;
    font-family:poppins,sans-serif;
    font-size:16px;
    font-weight:600
  }
  .primary-menu>li>a:hover,
  .primary-menu>li>a.current,
  .primary-menu>li.current_page_item>a,
  .primary-menu>li.current-menu-item>a,
  .primary-menu>li.current_page_ancestor>a,
  .primary-menu>li.current-menu-ancestor>a {
    background-color:#f5f5f5;
    color:#e73d8e
  }
  .primary-menu .sub-menu {
    position:relative;
    padding-left:20px;
    display:none
  }
  .primary-menu .sub-menu.submenu-open+.main-menu-toggle:before {
    content:'\f2fc'
  }
  .primary-menu .sub-menu li>a:hover,
  .primary-menu .sub-menu li>a.current,
  .primary-menu .sub-menu li.current_page_item>a,
  .primary-menu .sub-menu li.current-menu-item>a,
  .primary-menu .sub-menu li.current_page_ancestor>a,
  .primary-menu .sub-menu li.current-menu-ancestor>a {
    color:#e73d8e
  }
  .primary-menu li.focus>.sub-menu {
    visibility:visible;
    opacity:1;
    max-height:none;
    overflow:visible
  }
  .site-menu-right .widget_shopping_cart {
    display:none
  }
  #main-menu-mobile .mobile-menu-cart {
    line-height:32px;
    width:30px;
    color:#1f2233;
    margin-right:8px;
    display:inline-block;
    text-align:center;
    cursor:pointer
  }
  #main-menu-mobile .mobile-menu-cart .widget_shopping_cart {
    top:calc(100% + 35px);
    top:-webkit-calc(100% + 35px);
    top:-ms-calc(100% + 35px);
    top:-o-calc(100% + 35px);
    width:295px;
    padding-left:20px;
    padding-right:20px;
    right:-45px
  }
  #main-menu-mobile .mobile-menu-cart .widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
    letter-spacing:0
  }
  #main-menu-mobile .mobile-menu-cart .h-btn-cart {
    display:block;
    height:32px;
    width:30px
  }
  #main-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
  }
  #main-menu-mobile .btn-nav-mobile:before,
  #main-menu-mobile .btn-nav-mobile:after,
  #main-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:22px;
    top:21px
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top:9px
  }
  #main-menu-mobile .btn-nav-mobile span {
    top:15px
  }
  #main-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)
  }
  #main-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
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display:none
  }
  #main-menu-mobile .menu-user-icon {
    display:inline-block
  }
  #main-menu-mobile .menu-user-icon .menu-user {
    display:block;
    height:32px;
    width:30px;
    line-height:32px;
    color:#1f2233;
    text-align:center;
    cursor:pointer;
    font-size:16px
  }
  #main-menu-mobile .menu-user-icon .ct-form-user {
    top:calc(100% + 24px);
    top:-webkit-calc(100% + 24px);
    top:-ms-calc(100% + 24px);
    top:-o-calc(100% + 24px)
  }
  .main-menu-toggle {
    -webkit-transition:all 300ms linear 0ms;
    -khtml-transition:all 300ms linear 0ms;
    -moz-transition:all 300ms linear 0ms;
    -ms-transition:all 300ms linear 0ms;
    -o-transition:all 300ms linear 0ms;
    transition:all 300ms linear 0ms;
    cursor:pointer;
    display:inline-block;
    height:19px;
    line-height:19px;
    position:absolute;
    right:12px;
    text-align:center;
    top:16px;
    width:19px
  }
  .main-menu-toggle:before {
    content:"\f2f9";
    font-family:material-design-iconic-font;
    font-size:18px;
    color:#222
  }
  .main-menu-toggle+.main-menu-toggle {
    display:none
  }
  #header-wrap.header-layout2 .primary-menu>li>a:hover,
  #header-wrap.header-layout2 .primary-menu>li>a.current,
  #header-wrap.header-layout2 .primary-menu>li.current_page_item>a,
  #header-wrap.header-layout2 .primary-menu>li.current-menu-item>a,
  #header-wrap.header-layout2 .primary-menu>li.current_page_ancestor>a,
  #header-wrap.header-layout2 .primary-menu>li.current-menu-ancestor>a {
    color:#00a0e8
  }
  #header-wrap.header-layout2 .menu-mobile-close {
    background-color:#00a0e8
  }
  #header-wrap.header-layout2 .menu-mobile-close:hover {
    background-color:#00a0e8
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin:0 0 1.5em;
  overflow:hidden
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float:left;
  width:50%
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float:right;
  text-align:right;
  width:50%
}
#pagetitle {
  padding:284px 0 106px;
  background-color:#291a55;
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  background-attachment:fixed;
  z-index:1
}
@media screen and (max-width:1199px) {
  #pagetitle {
    padding:140px 0
  }
}
@media screen and (max-width:991px) {
  #pagetitle {
    padding:110px 0;
    background-attachment:inherit
  }
}
#pagetitle:before {
  background-color:initial
}
#pagetitle .container {
  position:relative;
  z-index:99;
  margin:auto
}
#pagetitle .container .page-title-inner {
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
@media screen and (max-width:767px) {
  #pagetitle .container .page-title-inner {
    display:block
  }
}
#pagetitle .page-title-meta {
  margin-right:30px;
  flex-grow:1
}
#pagetitle .page-title-meta p {
  margin-top:10px;
  margin-bottom:0;
  color:rgba(255,255,255,.87)
}
#pagetitle h1.page-title {
  font-size:36px;
  margin-bottom:0;
  color:#fff
}
@media screen and (max-width:991px) {
  #pagetitle h1.page-title {
    font-size:32px
  }
}
#pagetitle .ct-breadcrumb {
  margin:10px 0;
  list-style:none;
  display:flex;
  flex-wrap:wrap
}
#pagetitle .ct-breadcrumb li {
  color:#fff;
  font-size:16px;
  font-weight:700;
  margin-right:19px
}
#pagetitle .ct-breadcrumb li:before {
  content:"\f105";
  font-family:"font awesome 5 pro";
  font-weight:900;
  color:#fff;
  margin:0 19px 0 0
}
#pagetitle .ct-breadcrumb li a {
  color:inherit
}
#pagetitle .ct-breadcrumb li a:hover {
  color:#e73d8e
}
#pagetitle .ct-breadcrumb li:first-child:before {
  display:none
}
#pagetitle .ct-breadcrumb li:last-child {
  margin-right:0
}
.entry-tags a,
.comment-reply a,
.comment-reply-title small a,
.ct-download-layout1 a,
.ct-fancybox-readmore a,
.portfolio-more a {
  position:relative;
  overflow:hidden;
  z-index:1
}
.entry-tags a:before,
.comment-reply a:before,
.comment-reply-title small a:before,
.ct-download-layout1 a:before,
.ct-fancybox-readmore a:before,
.portfolio-more a:before,
.entry-tags a:after,
.comment-reply a:after,
.comment-reply-title small a:after,
.ct-download-layout1 a:after,
.ct-fancybox-readmore a:after,
.portfolio-more 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,
.comment-reply-title small a:before,
.ct-download-layout1 a:before,
.ct-fancybox-readmore a:before,
.portfolio-more a:before {
  background-color:#f4f7fc
}
.entry-tags a:after,
.comment-reply a:after,
.comment-reply-title small a:after,
.ct-download-layout1 a:after,
.ct-fancybox-readmore a:after,
.portfolio-more a:after {
  background-color:#f18fbe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f18fbe),to(#e73d8e));
  background-image:-webkit-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-moz-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-ms-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-o-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:linear-gradient(left,#f18fbe,#e73d8e);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f18fbe',endColorStr='#e73d8e',gradientType='1');
  opacity:0
}
.entry-tags a:hover,
.comment-reply a:hover,
.comment-reply-title small a:hover,
.ct-download-layout1 a:hover,
.ct-fancybox-readmore a:hover,
.portfolio-more a:hover {
  color:#fff
}
.entry-tags a:hover:before,
.comment-reply a:hover:before,
.comment-reply-title small a:hover:before,
.ct-download-layout1 a:hover:before,
.ct-fancybox-readmore a:hover:before,
.portfolio-more a:hover:before {
  opacity:0
}
.entry-tags a:hover:after,
.comment-reply a:hover:after,
.comment-reply-title small a:hover:after,
.ct-download-layout1 a:hover:after,
.ct-fancybox-readmore a:hover:after,
.portfolio-more 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:#223543;
  display:inline-block;
  line-height:40px;
  padding:0 26px;
  -webkit-border-radius:40px;
  -khtml-border-radius:40px;
  -moz-border-radius:40px;
  -ms-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  margin:5px 5px 5px 0
}
.single-title {
  font-size:26px;
  margin-bottom:19px
}
.entry-video {
  position:relative
}
.entry-gallery {
  position:relative;
  overflow:hidden
}
.entry-gallery .owl-nav {
  margin-top:0
}
.entry-gallery .owl-nav .owl-next,
.entry-gallery .owl-nav .owl-prev {
  height:100%;
  width:108px;
  border:none;
  background-color:initial;
  position:absolute;
  color:rgba(255,255,255,.4);
  top:0;
  font-size:30px;
  -webkit-border-radius:0;
  -khtml-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  margin:0
}
.entry-gallery .owl-nav .owl-next span,
.entry-gallery .owl-nav .owl-prev span,
.entry-gallery .owl-nav .owl-next:before,
.entry-gallery .owl-nav .owl-prev:before,
.entry-gallery .owl-nav .owl-next:after,
.entry-gallery .owl-nav .owl-prev:after {
  display:none
}
.entry-gallery .owl-nav .owl-next i,
.entry-gallery .owl-nav .owl-prev i {
  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
}
.entry-gallery .owl-nav .owl-next:hover,
.entry-gallery .owl-nav .owl-prev:hover {
  color:#fff;
  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
}
.entry-gallery .owl-nav .owl-next {
  right:0
}
.entry-gallery .owl-nav .owl-next i:before {
  content:'\f061';
  font-family:"font awesome 5 pro"
}
.entry-gallery .owl-nav .owl-prev {
  left:0
}
.entry-gallery .owl-nav .owl-prev i:before {
  content:'\f060';
  font-family:"font awesome 5 pro"
}
.entry-audio {
  display:flex;
  flex-wrap:wrap
}
.entry-quote {
  width:100%
}
.entry-quote .entry-body {
  background-repeat:repeat;
  background-position:50%
}
.entry-quote svg {
  height:56px;
  margin-top:8px;
  margin-right:29px
}
.entry-quote svg path {
  fill:#e73d8e
}
.entry-quote .entry-quote-inner {
  display:flex;
  flex-wrap:nowrap
}
.entry-quote .entry-quote-inner .entry-title {
  margin-bottom:0
}
.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:700;
  color:#72839a;
  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
}
.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 #edf3fc;
  -webkit-border-radius:56px;
  -khtml-border-radius:56px;
  -moz-border-radius:56px;
  -ms-border-radius:56px;
  -o-border-radius:56px;
  border-radius:56px;
  z-index:-2
}
.posts-pagination .page-numbers:after {
  background-image:-webkit-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-moz-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-ms-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-o-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f02a7 0%',endColorStr='#2f97e7 100%');
  -webkit-border-radius:56px;
  -khtml-border-radius:56px;
  -moz-border-radius:56px;
  -ms-border-radius:56px;
  -o-border-radius:56px;
  border-radius:56px;
  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
}
.entry-title a {
  color:inherit
}
.entry-title a:hover {
  color:#0538af
}
.entry-featured {
  width:100%
}
.entry-featured img {
  -webkit-transition:all 1.5s cubic-bezier(0,0,.2,1);
  -khtml-transition:all 1.5s cubic-bezier(0,0,.2,1);
  -moz-transition:all 1.5s cubic-bezier(0,0,.2,1);
  -ms-transition:all 1.5s cubic-bezier(0,0,.2,1);
  -o-transition:all 1.5s cubic-bezier(0,0,.2,1);
  transition:all 1.5s cubic-bezier(0,0,.2,1);
  width:100%
}
.entry-featured .post-image {
  position:relative;
  overflow:hidden
}
.entry-featured .post-image a {
  display:block
}
.entry-featured .post-image:hover img {
  -webkit-transform:scale(1.06);
  -khtml-transform:scale(1.06);
  -moz-transform:scale(1.06);
  -ms-transform:scale(1.06);
  -o-transform:scale(1.06);
  transform:scale(1.06)
}
.entry-featured .bg-overlay:before {
  background-color:rgba(231,61,142,.85);
  opacity:0
}
.entry-meta {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:0;
  list-style:none;
  border-bottom:1px solid #ececf0;
  padding-bottom:16px;
  position:relative
}
.entry-meta:before {
  content:'';
  width:40px;
  height:3px;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1');
  position:absolute;
  bottom:-1px;
  left:0
}
.entry-meta li {
  color:#6787c0;
  font-size:15px;
  line-height:20px
}
.entry-meta li:after {
  content:'/';
  margin:0 8px
}
.entry-meta li a {
  color:#23205f;
  border-bottom:1px solid #a9a8ba;
  position:relative
}
.entry-meta li a:before {
  content:'';
  height:1px;
  width:100%;
  position:absolute;
  bottom:-1px;
  left:0;
  background-color:#e73d8e;
  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 .25s cubic-bezier(.37,.31,.2,.85);
  -khtml-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
  -moz-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
  -ms-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
  -o-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
  transition:transform .25s cubic-bezier(.37,.31,.2,.85)
}
.entry-meta li a:hover {
  border-color:transparent
}
.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)
}
.entry-meta li:last-child:after {
  display:none
}
.single-hentry .entry-category {
  display:flex;
  flex-wrap:wrap;
  position:absolute;
  bottom:30px;
  right:35px;
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1');
  padding:6px 12px;
  color:#fff;
  -webkit-box-shadow:0 8px 9px rgba(5,56,175,.34);
  -khtml-box-shadow:0 8px 9px rgba(5,56,175,.34);
  -moz-box-shadow:0 8px 9px rgba(5,56,175,.34);
  -ms-box-shadow:0 8px 9px rgba(5,56,175,.34);
  -o-box-shadow:0 8px 9px rgba(5,56,175,.34);
  box-shadow:0 8px 9px rgba(5,56,175,.34)
}
.single-hentry .entry-category a {
  color:#fff;
  font-size:15px;
  font-weight:600;
  margin-left:4px
}
.single-hentry .entry-title {
  font-size:26px;
  margin-bottom:20px;
  display:block
}
.single-hentry .post-image {
  position:relative;
  overflow:hidden
}
.single-hentry .entry-quote {
  width:100%
}
.single-hentry .entry-quote .entry-meta {
  margin-top:27px
}
@media screen and (max-width:575px) {
  .single-hentry .entry-quote .entry-meta {
    margin-bottom:0;
    margin-top:17px
  }
  .single-hentry .entry-quote .entry-meta li {
    margin-bottom:0;
    margin-top:10px
  }
}
.single-hentry .entry-featured {
  -webkit-border-radius:6px 6px 0 0;
  -khtml-border-radius:6px 6px 0 0;
  -moz-border-radius:6px 6px 0 0;
  -ms-border-radius:6px 6px 0 0;
  -o-border-radius:6px 6px 0 0;
  border-radius:6px 6px 0 0;
  overflow:hidden
}
.single-hentry .entry-blog {
  border:1px solid #e8edf5;
  -webkit-border-radius:6px;
  -khtml-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px
}
.single-hentry.archive {
  border:1px solid #e8edf5;
  margin-bottom:60px;
  display:flex;
  flex-wrap:wrap;
  -webkit-border-radius:6px;
  -khtml-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  background-color:#fff;
  position:relative;
  overflow: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
}
.single-hentry.archive:hover {
  -webkit-box-shadow:0 3px 19px rgba(0,0,0,8%);
  -khtml-box-shadow:0 3px 19px rgba(0,0,0,8%);
  -moz-box-shadow:0 3px 19px rgba(0,0,0,8%);
  -ms-box-shadow:0 3px 19px rgba(0,0,0,8%);
  -o-box-shadow:0 3px 19px rgba(0,0,0,8%);
  box-shadow:0 3px 19px rgba(0,0,0,8%)
}
.single-hentry.archive .entry-body {
  width:100%;
  padding:32px 32px 40px
}
@media screen and (max-width:767px) {
  .single-hentry.archive .entry-body {
    padding-left:20px;
    padding-right:20px;
    padding-bottom:32px
  }
}
.single-hentry.archive .entry-meta {
  margin-bottom:16px
}
.single-hentry.archive .entry-more {
  margin-top:20px
}
.single-post .entry-meta {
  margin-bottom:30px
}
@media screen and (max-width:575px) {
  .single-post .entry-meta {
    margin-bottom:20px
  }
  .single-post .entry-meta li {
    margin-bottom:10px
  }
}
.single-post .entry-quote {
  padding:30px 40px 0
}
@media screen and (max-width:575px) {
  .single-post .entry-quote {
    padding:24px 15px 0
  }
}
.single-post .entry-body {
  width:100%;
  padding:32px 32px 40px
}
@media screen and (max-width:767px) {
  .single-post .entry-body {
    padding-left:20px;
    padding-right:20px;
    padding-bottom:32px
  }
}
.single-post .entry-content {
  word-wrap:break-word
}
.single-post .entry-content p {
  margin-bottom:30px
}
.single-post .entry-content p:last-child {
  margin-bottom:0
}
.single-post .entry-content-bottom {
  margin-top:55px;
  padding-bottom:20px;
  border-bottom:1px solid #ececf0;
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
.single-post .entry-content-bottom>div {
  margin-bottom:10px
}
.single-post .entry-content-bottom label {
  font-size:15px;
  font-weight:500;
  color:#223543;
  margin-right:17px
}
.single-post .entry-content-bottom .entry-tags {
  flex-grow:1
}
.single-post .entry-content-bottom .entry-social a {
  font-size:18px;
  height:32px;
  width:32px;
  background-color:#e73d8e;
  -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-content-bottom .entry-social a.fb-social {
  background-color:#3b5998
}
.single-post .entry-content-bottom .entry-social a.tw-social {
  background-color:#55acee
}
.single-post .entry-content-bottom .entry-social a.g-social {
  background-color:#dd4b39
}
.single-post .entry-content-bottom .entry-social a.pin-social {
  background-color:#cd339a
}
.single-post .entry-content-bottom .entry-social a+a {
  margin-left:2px
}
.single-post .post-previous-next {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-bottom:1px solid #ececf0;
  padding:21px 0
}
.single-post .post-previous-next .post-previous {
  flex-grow:1;
  margin-right:30px
}
.single-post .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
}
.single-post .post-previous-next a span {
  color:#3a505f;
  display:inline-block
}
.single-post .post-previous-next a span:nth-child(1) {
  background-color:#f18fbe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f18fbe),to(#e73d8e));
  background-image:-webkit-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-moz-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-ms-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-o-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:linear-gradient(left,#f18fbe,#e73d8e);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f18fbe',endColorStr='#e73d8e',gradientType='1');
  opacity:0
}
.single-post .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%
}
.single-post .post-previous-next a:hover {
  color:#3a505f
}
.single-post .post-previous-next a:hover span:nth-child(1) {
  opacity:1
}
.single-post .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;
  background-color:#e73d8e;
  font-size:14px;
  font-weight:500;
  margin:0 3px;
  font-family:poppins,sans-serif;
  -webkit-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  -khtml-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  -moz-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  -ms-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  -o-transition:all .3s cubic-bezier(.39,.575,.565,1)0s;
  transition:all .3s cubic-bezier(.39,.575,.565,1)0s
}
.entry-content .page-links span span {
  margin:0
}
.entry-content .page-links a span {
  background-color:#e0e3e8;
  color:#000
}
.entry-content .page-links a span:hover {
  background-color:#e73d8e;
  color:#fff
}
.no-results .searchform-wrap {
  position:relative
}
.no-results .searchform-wrap .search-submit {
  position:absolute;
  right:0;
  top:0;
  padding:0;
  width:50px;
  line-height:50px;
  -webkit-border-radius:0;
  -khtml-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0
}
.no-results .searchform-wrap .search-submit:hover {
  background-color:#e73d8e;
  border-color:#e73d8e;
  color:#fff
}
.entry-navigation,
.post-type-navigation {
  border-bottom:1px solid #eaeaea;
  padding-bottom:47px;
  margin-bottom:42px
}
.entry-navigation .nav-links,
.post-type-navigation .nav-links {
  display:flex;
  flex-wrap:nowrap;
  align-items:center
}
@media screen and (max-width:575px) {
  .entry-navigation .nav-links,
  .post-type-navigation .nav-links {
    display:block
  }
}
.entry-navigation .nav-links label,
.post-type-navigation .nav-links label {
  color:#b2c4d3;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:.2em;
  display:block;
  margin-bottom:8px
}
.entry-navigation .nav-links a,
.post-type-navigation .nav-links a {
  font-size:24px;
  line-height:1.25;
  font-family:poppins,sans-serif;
  letter-spacing:-.03em;
  color:#0d2335
}
.entry-navigation .nav-links a:hover,
.post-type-navigation .nav-links a:hover {
  color:#e73d8e
}
@media screen and (max-width:767px) {
  .entry-navigation .nav-links a,
  .post-type-navigation .nav-links a {
    font-size:20px
  }
}
.entry-navigation .nav-item,
.post-type-navigation .nav-item {
  width:calc(100% - 60px);
  width:-webkit-calc(100% - 60px);
  width:-ms-calc(100% - 60px);
  width:-o-calc(100% - 60px)
}
.entry-navigation .nav-item.nav-post-next,
.post-type-navigation .nav-item.nav-post-next {
  text-align:right
}
@media screen and (max-width:575px) {
  .entry-navigation .nav-item,
  .post-type-navigation .nav-item {
    width:100%
  }
  .entry-navigation .nav-item.nav-post-next,
  .post-type-navigation .nav-item.nav-post-next {
    text-align:left
  }
}
.entry-navigation .nav-archive,
.post-type-navigation .nav-archive {
  width:120px;
  min-width:120px;
  text-align:center
}
.entry-navigation .nav-archive svg,
.post-type-navigation .nav-archive svg {
  height:40px
}
.entry-navigation .nav-archive svg path,
.post-type-navigation .nav-archive svg path {
  fill:#e73d8e
}
@media screen and (max-width:575px) {
  .entry-navigation .nav-archive,
  .post-type-navigation .nav-archive {
    display:inline-block;
    vertical-align:middle;
    text-align:left;
    margin:30px 0
  }
}
.entry-author-info {
  padding-top:68px
}
.entry-author-info .entry-author-info-inner {
  border:1px solid #d0e7fa;
  padding:92px 50px 46px;
  position:relative;
  text-align:center
}
@media screen and (max-width:575px) {
  .entry-author-info .entry-author-info-inner {
    padding-top:82px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:26px
  }
}
.entry-author-info .entry-author-info-inner .author-avatar img {
  width:120px;
  -webkit-border-radius:120px;
  -khtml-border-radius:120px;
  -moz-border-radius:120px;
  -ms-border-radius:120px;
  -o-border-radius:120px;
  border-radius:120px;
  border:6px solid #fff;
  position:absolute;
  top:-60px;
  left:0;
  right:0;
  margin:auto
}
.entry-author-info .entry-author-info-inner .author-name {
  margin-bottom:9px;
  font-size:26px
}
.entry-author-info .entry-author-info-inner .author-name a {
  color:inherit
}
.entry-author-info .entry-author-info-inner .user-social {
  margin:0 0 15px;
  list-style:none
}
.entry-author-info .entry-author-info-inner .user-social li {
  display:inline-block
}
.entry-author-info .entry-author-info-inner .user-social li a {
  font-size:12px;
  color:#758ca0;
  display:inline-block;
  margin:0 6px
}
.page-template-blog-classic #primary.col-12 {
  max-width:840px;
  margin:auto
}
.item-author-image {
  flex-wrap:nowrap;
  align-items:center;
  display:flex
}
.item-author-image .author-image {
  width:52px;
  min-width:52px;
  margin-right:16px
}
.item-author-image .author-image img {
  -webkit-box-shadow:0 0 1px rgba(34,34,34,.26);
  -khtml-box-shadow:0 0 1px rgba(34,34,34,.26);
  -moz-box-shadow:0 0 1px rgba(34,34,34,.26);
  -ms-box-shadow:0 0 1px rgba(34,34,34,.26);
  -o-box-shadow:0 0 1px rgba(34,34,34,.26);
  box-shadow:0 0 1px rgba(34,34,34,.26);
  -webkit-border-radius:52px;
  -khtml-border-radius:52px;
  -moz-border-radius:52px;
  -ms-border-radius:52px;
  -o-border-radius:52px;
  border-radius:52px
}
.item-author-image a {
  color:inherit;
  font-size:17px
}
.item-author-image a:hover {
  color:#e73d8e
}
@media screen and (min-width:1200px) {
  .sidebar-fixed-inner,
  .col-sidebar-fixed>.vc_column-inner {
    position:-webkit-sticky;
    position:sticky;
    top:30px
  }
  .admin-bar .sidebar-fixed-inner,
  .admin-bar .col-sidebar-fixed>.vc_column-inner {
    top:62px
  }
  .header-sticky .sidebar-fixed-inner,
  .header-sticky .col-sidebar-fixed>.vc_column-inner {
    top:110px
  }
  .admin-bar.header-sticky .sidebar-fixed-inner,
  .admin-bar.header-sticky .col-sidebar-fixed>.vc_column-inner {
    top:142px
  }
}
.widget-title,
.comments-title,
.comment-reply-title {
  font-size:22px;
  font-weight:600;
  margin-bottom:30px;
  padding-bottom:10px;
  position:relative
}
.widget-title:before,
.comments-title:before,
.comment-reply-title:before {
  content:'';
  width:40px;
  height:3px;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',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
}
.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
}
ul.menu {
  list-style:none;
  margin:0
}
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_entries 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:#223543;
  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:#e8effb;
  text-align:center;
  line-height:27px;
  font-size:12px;
  color:#223543;
  -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>a,
#content .widget_categories ul li.current-menu-item>a,
#content .widget_nav_menu ul li.current-menu-item>a,
#content .widget_pages ul li.current-menu-item>a,
#content .widget_archive ul li.current-menu-item>a,
#content .widget_meta ul li.current-menu-item>a,
#content .widget_recent_entries ul li.current-menu-item>a,
#content .widget_product_categories ul li.current-cat>a,
#content .widget_categories ul li.current-cat>a,
#content .widget_nav_menu ul li.current-cat>a,
#content .widget_pages ul li.current-cat>a,
#content .widget_archive ul li.current-cat>a,
#content .widget_meta ul li.current-cat>a,
#content .widget_recent_entries ul li.current-cat>a,
#content .widget_product_categories ul li.current-cat-parent>a,
#content .widget_categories ul li.current-cat-parent>a,
#content .widget_nav_menu ul li.current-cat-parent>a,
#content .widget_pages ul li.current-cat-parent>a,
#content .widget_archive ul li.current-cat-parent>a,
#content .widget_meta ul li.current-cat-parent>a,
#content .widget_recent_entries ul li.current-cat-parent>a,
#content .widget_product_categories ul li>a:hover,
#content .widget_categories ul li>a:hover,
#content .widget_nav_menu ul li>a:hover,
#content .widget_pages ul li>a:hover,
#content .widget_archive ul li>a:hover,
#content .widget_meta ul li>a:hover,
#content .widget_recent_entries ul li>a:hover {
  padding-left:23px;
  background-image:-webkit-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-moz-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-ms-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:-o-linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  background-image:linear-gradient(21deg,#3f02a7 0%,#2f97e7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f02a7 0%',endColorStr='#2f97e7 100%');
  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>a span.count,
#content .widget_categories ul li.current-menu-item>a span.count,
#content .widget_nav_menu ul li.current-menu-item>a span.count,
#content .widget_pages ul li.current-menu-item>a span.count,
#content .widget_archive ul li.current-menu-item>a span.count,
#content .widget_meta ul li.current-menu-item>a span.count,
#content .widget_recent_entries ul li.current-menu-item>a span.count,
#content .widget_product_categories ul li.current-cat>a span.count,
#content .widget_categories ul li.current-cat>a span.count,
#content .widget_nav_menu ul li.current-cat>a span.count,
#content .widget_pages ul li.current-cat>a span.count,
#content .widget_archive ul li.current-cat>a span.count,
#content .widget_meta ul li.current-cat>a span.count,
#content .widget_recent_entries ul li.current-cat>a span.count,
#content .widget_product_categories ul li.current-cat-parent>a span.count,
#content .widget_categories ul li.current-cat-parent>a span.count,
#content .widget_nav_menu ul li.current-cat-parent>a span.count,
#content .widget_pages ul li.current-cat-parent>a span.count,
#content .widget_archive ul li.current-cat-parent>a span.count,
#content .widget_meta ul li.current-cat-parent>a span.count,
#content .widget_recent_entries ul li.current-cat-parent>a span.count,
#content .widget_product_categories ul li>a:hover span.count,
#content .widget_categories ul li>a:hover span.count,
#content .widget_nav_menu ul li>a:hover span.count,
#content .widget_pages ul li>a:hover span.count,
#content .widget_archive ul li>a:hover span.count,
#content .widget_meta ul li>a:hover span.count,
#content .widget_recent_entries ul li>a:hover span.count {
  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
}
.widget_recent_comments li {
  font-size:16px;
  line-height:24px;
  color:#6a6a6a
}
.widget_recent_comments li+li {
  padding-top:9px;
  margin-top:15px;
  border-top:1px solid rgba(0,0,0,.085)
}
.widget_recent_comments li span {
  color:#4c4c4c;
  font-weight:500
}
.widget_recent_comments li a {
  color:#000001;
  font-weight:500
}
.widget_recent_comments li a:hover {
  color:#e73d8e
}
.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 {
  display:inline-block;
  color:#111
}
.widget_rss .rsswidget .rss-widget-icon {
  margin-top:-2px
}
.widget_rss .rss-date {
  font-size:.875em;
  font-style:italic;
  display:block
}
.widget_rss cite {
  font-weight:700;
  font-size:.875em
}
.widget_calendar th,
.widget_calendar td {
  text-align:center;
  padding:5px
}
.widget_calendar #prev {
  text-align:left
}
.widget_calendar #next {
  text-align:right
}
.widget_calendar caption {
  text-align:center
}
.widget_calendar #wp-calendar {
  font-size:13px
}
.widget_text p {
  margin-bottom:17px
}
.widget_text p:last-child {
  margin-bottom:0
}
.widget_cms_check_availability {
  background-color:#fff;
  border:1px solid #e5e5e5!important;
  -webkit-border-radius:6px;
  -khtml-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  margin-bottom:55px!important;
  padding:30px!important
}
.widget_cms_check_availability .select2-selection__arrow {
  display:none!important
}
.widget_newsletterwidget {
  line-height:1.714
}
.widget_newsletterwidget form {
  margin-top:23px;
  position:relative
}
.widget_newsletterwidget form .tnp-field-email {
  flex-grow:1;
  margin-bottom:0
}
.widget_newsletterwidget form .tnp-field-email .tnp-email {
  -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 #eaedf4;
  height:60px;
  padding:10px 25px;
  background-color:initial
}
.widget_newsletterwidget form .tnp-field-email .tnp-email:focus {
  border-color:#e73d8e
}
.widget_newsletterwidget form .tnp-field-button {
  margin-top:15px;
  margin-bottom:0
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit {
  background-color:#e73d8e;
  border:none;
  line-height:60px;
  padding:0 50px;
  font-size:15px;
  width:inherit;
  -webkit-border-radius:60px;
  -khtml-border-radius:60px;
  -moz-border-radius:60px;
  -ms-border-radius:60px;
  -o-border-radius:60px;
  border-radius:60px
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
  background-color:#232490
}
.widget_newsletterwidget form .tnp-field {
  margin-right:15px
}
.widget_newsletterwidget form .tnp-field:last-child {
  margin-right:0
}
.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;
  color:#223543;
  margin-bottom:4px;
  margin-top:-2px
}
.widget_ct_recent_posts .entry-title:hover {
  color:#e73d8e
}
.widget_ct_recent_posts .item-date {
  font-size:15px;
  color:#999
}
.tagcloud a {
  border:none;
  background-color:initial;
  padding:0 21px;
  color:#3a505f;
  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:#e73d8e;
  background-color:#e73d8e
}
.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:#3a505f;
  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;
  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:#e73d8e;
  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
}
.widget_search .search-form .search-field:focus {
  border-color:#e73d8e
}
.widget_search .search-form .search-field:focus+.search-submit {
  border-color:#e73d8e
}
.ct-social {
  margin:0;
  list-style:none
}
.ct-social li {
  display:inline-block;
  margin-right:10px;
  margin-top:10px
}
.ct-social li a {
  font-size:16px;
  color:#c3c3c3;
  background-color:initial;
  border:1px solid #e3e3e3;
  height:40px;
  width:40px;
  line-height:40px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  text-align:center;
  display:block;
  position:relative;
  z-index:1
}
.ct-social li a span {
  display:none
}
.ct-social li a:hover {
  color:#fff;
  background-color:#e73d8e;
  border-color:#e73d8e
}
.ct-social li:last-child {
  margin-right:0
}
.widget_cs_social_widget .ct-social {
  margin-top:-10px!important
}
#sb_instagram.sbi {
  padding-bottom:0!important;
  margin-top:-16px!important
}
#sb_instagram.sbi #sbi_images {
  float:none;
  padding:0!important;
  margin:0 -8px!important;
  width:initial
}
#sb_instagram.sbi #sbi_images .sbi_item {
  margin-top:16px!important;
  padding:0 8px!important
}
#sb_instagram.sbi #sbi_images .sbi_item .sbi_photo {
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px
}
@media screen and (min-width:992px) {
  #sb_instagram.sbi.sbi_col_3 .sbi_photo {
    height:60px!important
  }
}
.wg-banner {
  position:relative;
  z-index:1;
  padding:41px 45px 50px;
  text-align:center
}
@media screen and (max-width:767px) {
  .wg-banner {
    padding-left:30px;
    padding-right:30px
  }
}
.wg-banner:before {
  content:'';
  z-index:-1;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(231,61,142,.9)
}
.wg-banner .wg-banner-title {
  color:#fff
}
.wg-banner .wg-banner-body {
  padding-top:128px
}
.wg-banner .wg-banner-body h4,
.wg-banner .wg-banner-body h6 {
  font-family:poppins,sans-serif;
  color:#fff;
  letter-spacing:-.03em
}
.wg-banner .wg-banner-body h6 {
  margin-bottom:2px;
  font-size:30px;
  font-weight:200
}
.wg-banner .wg-banner-body h4 {
  margin-bottom:0;
  font-size:40px;
  font-weight:600
}
.wg-banner .wg-banner-button {
  margin-top:83px;
  font-family:poppins,sans-serif;
  font-size:12px;
  letter-spacing:.2em;
  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;
  padding:0 20px;
  background-color:#e4227e
}
.wg-banner .wg-banner-button:hover {
  background-color:#db1b77
}
.ct-introduction {
  font-size:14px;
  line-height:30px
}
.count.right {
  float:right
}
.count.left {
  float:left
}
.wg-fancybox .wg-fancybox-inner {
  padding:47px 40px 50px;
  position:relative;
  text-align:center;
  overflow:hidden;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px
}
@media screen and (max-width:575px) {
  .wg-fancybox .wg-fancybox-inner {
    padding:27px 20px 30px
  }
}
.wg-fancybox .wg-fancybox-inner:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#e73d8e;
  opacity:.9
}
.wg-fancybox .wg-fancybox-body {
  position:relative;
  z-index:99
}
.wg-fancybox .wg-fancybox-body h4 {
  font-size:14px;
  line-height:normal;
  font-family:inherit;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#fff;
  margin-bottom:130px
}
.wg-fancybox .wg-fancybox-body .wg-fancybox-desc {
  color:#fff;
  font-size:40px;
  line-height:1.2;
  font-family:poppins,sans-serif;
  margin-bottom:85px
}
.wg-fancybox .wg-fancybox-body .wg-fancybox-button {
  line-height:60px;
  color:#fff;
  background-color:#c4186a
}
.wg-fancybox .wg-fancybox-body .wg-fancybox-button:hover {
  color:#e73d8e;
  background-color:#fff;
  border-color:#fff
}
.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-item {
  padding:0 5px;
  margin-top:10px;
  margin-bottom:0
}
.widget_media_gallery .gallery {
  margin:-10px -5px 0
}
.ct-newsletter.widget {
  background-image:-webkit-gradient(linear,left top,left bottom,from(#3f02a7),to(#2f97e7));
  background-image:-webkit-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-moz-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-ms-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-o-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:linear-gradient(bottom,#3f02a7,#2f97e7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f02a7',endColorStr='#2f97e7');
  padding:29px 26px 42px
}
.ct-newsletter.widget .widget-title {
  padding-bottom:20px;
  margin-bottom:0;
  color:#fff;
  font-size:22px
}
.ct-newsletter.widget .widget-title:before {
  content:'\f2b6';
  font-family:"font awesome 5 pro";
  position:static;
  background-image:none;
  background-color: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:3px;
  -khtml-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  border:1px solid #ececec;
  height:58px;
  font-size:13px;
  text-align:center
}
.ct-newsletter.widget .tnp-field-button .tnp-button {
  font-weight:400;
  text-transform:uppercase;
  width:100%;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  background-image:none;
  background-color:#2f97e7
}
.ct-newsletter.widget .tnp-field-button .tnp-button:hover {
  background-color:#1983d5
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border:none;
  margin-bottom:0;
  margin-top:0;
  padding:0
}
embed,
iframe,
object {
  max-width:100%
}
.custom-logo-link {
  display:inline-block
}
.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:.8075em 0;
  font-size:.875em;
  font-style:italic
}
.wp-caption-text {
  text-align:center
}
.gallery-caption {
  display:block
}
.wp-video .mejs-container {
  min-width:inherit!important
}
.wp-video .mejs-controls.mejs-offscreen {
  opacity:1!important;
  display:block!important
}
.wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color:#e73d8e
}
.comment-content a {
  word-wrap:break-word
}
.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:#e73d8e
}
.comments-area .no-comments {
  display:none
}
.comment-title {
  font-size:20px;
  font-weight:600;
  text-transform:capitalize;
  margin-bottom:0
}
.comment-title a {
  color:inherit
}
.comment-title a:hover {
  color:#e73d8e
}
.comment-list {
  padding:0;
  list-style:none
}
.comment-list li .children {
  padding-left:60px
}
@media screen and (max-width:575px) {
  .comment-list li .children {
    padding-left:0
  }
}
.comment-list li .children li {
  list-style:none;
  margin-top:59px
}
.comment-list li .comment-respond {
  margin-left:0;
  margin-bottom:60px
}
.comment-list>li {
  margin-bottom:34px
}
.comment-list>li:last-child {
  margin-bottom:0
}
.comment-list>li>.children>li>.children>li>.children>li>.children {
  padding-left:0
}
.comment-list>li>.children>li>.children>li>.children>li>.children .children {
  padding-left:0
}
.comment-inner {
  display:flex;
  flex-wrap:nowrap
}
@media screen and (max-width:575px) {
  .comment-inner {
    display:block;
    text-align:center
  }
}
.comment-inner img.avatar {
  width:92px;
  height:92px;
  min-width:92px;
  margin-right:30px;
  float:left;
  -webkit-border-radius:100px;
  -khtml-border-radius:100px;
  -moz-border-radius:100px;
  -ms-border-radius:100px;
  -o-border-radius:100px;
  border-radius:100px
}
@media screen and (max-width:767px) {
  .comment-inner img.avatar {
    width:60px;
    height:60px;
    min-width:60px;
    margin-right:18px
  }
}
@media screen and (max-width:575px) {
  .comment-inner img.avatar {
    float:none;
    margin:0 auto 22px;
    width:92px;
    height:92px;
    min-width:92px
  }
}
.comment-date {
  font-size:14px;
  color:#e12454;
  margin-bottom:22px;
  border-bottom:1px solid #e55f7d;
  display:inline-block
}
.comment-content {
  background-color:#f4f7fc;
  padding:21px 24px 40px;
  position:relative;
  flex-grow:1
}
.comment-content .comment-text {
  color:#223543;
  font-size:15px;
  line-height:27px
}
.comment-content .comment-text p:last-child {
  margin-bottom:0
}
.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:35px;
  -khtml-border-radius:35px;
  -moz-border-radius:35px;
  -ms-border-radius:35px;
  -o-border-radius:35px;
  border-radius:35px
}
.comment-reply a i {
  margin-left:4px
}
.comment-reply a:before {
  background-color:#191919
}
.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 {
  margin:0 -7px
}
.comment-form .row>div {
  padding:0 7px
}
.comment-form .form-submit {
  margin-bottom:0
}
.comment-form .form-submit .submit {
  padding-left:45px;
  padding-right:45px
}
.comment-form .comment-notes {
  display:none
}
.comment-form .comment-field {
  position:relative;
  margin-bottom:30px
}
.comment-form .comment-field textarea,
.comment-form .comment-field input {
  padding-right:67px
}
.comment-form .comment-field i {
  font-size:14px;
  position:absolute;
  right:33px;
  top:50%;
  -webkit-transform:translate(0%,-50%);
  -khtml-transform:translate(0%,-50%);
  -moz-transform:translate(0%,-50%);
  -ms-transform:translate(0%,-50%);
  -o-transform:translate(0%,-50%);
  transform:translate(0%,-50%);
  color:#e73d8e
}
.comment-form .comment-field.comment-form-comment i {
  top:30px
}
.comment-form-cookies-consent {
  font-size:14px;
  line-height:24px;
  padding-left:20px;
  position:relative;
  margin-bottom:22px;
  color:#222
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label:before,
.comment-form-cookies-consent label:after {
  position:absolute;
  width:12px;
  height:12px;
  left:0;
  top:50%;
  -webkit-transform:translate(0,-50%);
  -khtml-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%)
}
.comment-form-cookies-consent label:before {
  content:'';
  border:1px solid #cfcfcf;
  background-color:#ececed;
  z-index:1
}
.comment-form-cookies-consent label:after {
  content:'\f00c';
  font-family:"font awesome 5 pro";
  font-weight:400;
  z-index:2;
  font-size:8px;
  color:#e73d8e;
  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:#e73d8e;
  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
}
.logo-footer img {
  max-height:69px
}
.ct-scroll-top {
  background-color:#e73d8e;
  bottom:58px;
  opacity:0;
  visibility:hidden;
  color:#fff;
  height:45px;
  position:fixed;
  right:-50px;
  text-align:center;
  width:45px;
  font-size:18px;
  z-index:1002;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -khtml-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -ms-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -o-box-shadow:0 1px 3px rgba(0,0,0,.1);
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-border-radius:5px 0 0 5px;
  -khtml-border-radius:5px 0 0 5px;
  -moz-border-radius:5px 0 0 5px;
  -ms-border-radius:5px 0 0 5px;
  -o-border-radius:5px 0 0 5px;
  border-radius:5px 0 0 5px;
  overflow:hidden;
  line-height:45px
}
.ct-scroll-top:hover,
.ct-scroll-top:focus {
  -webkit-box-shadow:0 8px 16px rgba(0,0,0,.2);
  -khtml-box-shadow:0 8px 16px rgba(0,0,0,.2);
  -moz-box-shadow:0 8px 16px rgba(0,0,0,.2);
  -ms-box-shadow:0 8px 16px rgba(0,0,0,.2);
  -o-box-shadow:0 8px 16px rgba(0,0,0,.2);
  box-shadow:0 8px 16px rgba(0,0,0,.2);
  color:#fff;
  background-color:#e01c79
}
.ct-scroll-top:hover i,
.ct-scroll-top:focus i {
  -o-animation:toTopFromBottom .5s forwards;
  -ms-animation:toTopFromBottom .5s forwards;
  -webkit-animation:toTopFromBottom .5s forwards;
  animation:toTopFromBottom .5s forwards
}
.ct-scroll-top:active {
  color:#fff
}
.ct-scroll-top.on {
  visibility:visible;
  opacity:1;
  right:0
}
@media screen and (max-width:575px) {
  .ct-scroll-top {
    bottom:116px;
    width:40px;
    height:40px;
    line-height:40px;
    font-size:14px
  }
}
.ct-modal.ct-search-popup .ct-modal-content form {
  padding:16px 0;
  position:relative;
  border-bottom:1px solid #fff
}
.ct-modal.ct-search-popup .ct-modal-content .search-field {
  font-size:45px;
  height:inherit;
  font-family:poppins,sans-serif;
  color:#fff;
  padding:0;
  border:none;
  background-color:initial;
  font-weight:700;
  padding-right:80px
}
@media screen and (max-width:767px) {
  .ct-modal.ct-search-popup .ct-modal-content .search-field {
    font-size:24px
  }
}
.ct-modal.ct-search-popup .ct-modal-content .search-field:focus {
  -webkit-box-shadow:none;
  -khtml-box-shadow:none;
  -moz-box-shadow:none;
  -ms-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none
}
.ct-modal.ct-search-popup .ct-modal-content .search-field:focus+.line-focus {
  width:100%
}
.ct-modal.ct-search-popup .ct-modal-content .esc-search {
  margin-top:18px;
  font-size:14px;
  color:rgba(255,255,255,.67)
}
.ct-modal.ct-search-popup .ct-modal-content .search-submit {
  background-image:none;
  background-color:initial;
  color:#fff;
  font-size:36px;
  position:absolute;
  border:none;
  top:50%;
  -webkit-transform:translate(0,-50%);
  -khtml-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%);
  right:0;
  padding:5px 0 5px 5px;
  line-height:1;
  overflow:visible
}
@media screen and (max-width:991px) {
  .ct-modal.ct-search-popup .ct-modal-content .search-submit {
    font-size:36px
  }
}
@media screen and (max-width:767px) {
  .ct-modal.ct-search-popup .ct-modal-content .search-submit {
    display:none
  }
}
.ct-hidden-sidebar {
  width:380px;
  position:fixed;
  top:0;
  right:0;
  background-color:#fff;
  height:100%;
  padding:65px 0 40px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms;
  -webkit-box-shadow:0 0 30px rgba(0,0,0,.1);
  -khtml-box-shadow:0 0 30px rgba(0,0,0,.1);
  -moz-box-shadow:0 0 30px rgba(0,0,0,.1);
  -ms-box-shadow:0 0 30px rgba(0,0,0,.1);
  -o-box-shadow:0 0 30px rgba(0,0,0,.1);
  box-shadow:0 0 30px rgba(0,0,0,.1);
  z-index:999;
  opacity:0;
  visibility:hidden;
  -webkit-transform:translateX(380px);
  -khtml-transform:translateX(380px);
  -moz-transform:translateX(380px);
  -ms-transform:translateX(380px);
  -o-transform:translateX(380px);
  transform:translateX(380px)
}
.ct-hidden-sidebar.open {
  opacity:1;
  visibility:visible;
  -webkit-transform:translateX(0);
  -khtml-transform:translateX(0);
  -moz-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateX(0)
}
.ct-hidden-sidebar .ct-close {
  position:absolute;
  top:18px;
  right:30px
}
.ct-hidden-sidebar .ct-hidden-sidebar-inner {
  height:100%;
  overflow:auto;
  padding:0 40px
}
.ct-hidden-sidebar .ct-hidden-sidebar-inner .widget {
  margin-bottom:39px
}
.ct-hidden-sidebar .ct-hidden-sidebar-inner .widget-title {
  text-align:left
}
.ct-hidden-sidebar .ct-hidden-sidebar-inner .ct-social {
  text-align:left
}
@media screen and (max-width:991px) {
  .ct-hidden-sidebar {
    display:none
  }
}
.admin-bar .ct-hidden-sidebar {
  padding-top:95px
}
.admin-bar .ct-hidden-sidebar .ct-close {
  top:50px
}
.logo-max-height img {
  max-height:22px
}
.text-copyright a {
  color:inherit
}
.text-copyright a:hover {
  color:#fff
}
.text-copyright p:last-child {
  margin-bottom:0
}
.vc_wp_custommenu,
#content .vc_wp_custommenu {
  margin-bottom:0!important
}
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a {
  border:none;
  -webkit-border-radius:1px;
  -khtml-border-radius:1px;
  -moz-border-radius:1px;
  -ms-border-radius:1px;
  -o-border-radius:1px;
  border-radius:1px;
  margin-bottom:12px;
  z-index:1;
  font-size:18px;
  font-weight:600;
  color:#1d2f3c;
  padding:26px 35px
}
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:before,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:before,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:after,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:after {
  content:'';
  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
}
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:before,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:before {
  background-color:#fff;
  border:1px solid #d7d7d7
}
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:after,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:after {
  background-color:#232490;
  background-image:-webkit-gradient(linear,left top,right top,from(#232490),to(#5b5cfb));
  background-image:-webkit-linear-gradient(left,#232490,#5b5cfb);
  background-image:-moz-linear-gradient(left,#232490,#5b5cfb);
  background-image:-ms-linear-gradient(left,#232490,#5b5cfb);
  background-image:-o-linear-gradient(left,#232490,#5b5cfb);
  background-image:linear-gradient(left,#232490,#5b5cfb);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490',endColorStr='#5b5cfb',gradientType='1');
  opacity:0
}
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a i,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a i {
  position:absolute;
  top:50%;
  right:32px;
  -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%)
}
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-menu-item>a,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-menu-item>a,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat>a,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat>a,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat-parent>a,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat-parent>a,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li>a:hover,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li>a:hover {
  background-color:initial;
  background-image:none;
  color:#fff;
  text-fill-color:#fff;
  -o-text-fill-color:#fff;
  -ms-text-fill-color:#fff;
  -moz-text-fill-color:#fff;
  -webkit-text-fill-color:#fff;
  background-clip:initial;
  -o-background-clip:initial;
  -ms-background-clip:initial;
  -moz-background-clip:initial;
  -webkit-background-clip:initial
}
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-menu-item>a:before,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-menu-item>a:before,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat>a:before,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat>a:before,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat-parent>a:before,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat-parent>a:before,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li>a:hover:before,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li>a:hover:before {
  opacity:1
}
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-menu-item>a:after,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-menu-item>a:after,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat>a:after,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat>a:after,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat-parent>a:after,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li.current-cat-parent>a:after,
.vc_wp_custommenu.style-default .widget_nav_menu ul.menu li>a:hover:after,
#content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li>a:hover:after {
  opacity:1
}
.vc_wp_custommenu.tow-col-light ul.menu,
#content .vc_wp_custommenu.tow-col-light ul.menu {
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
.vc_wp_custommenu.tow-col-light ul.menu li,
#content .vc_wp_custommenu.tow-col-light ul.menu li {
  margin-bottom:12px
}
.vc_wp_custommenu.tow-col-light ul.menu li a,
#content .vc_wp_custommenu.tow-col-light ul.menu li a {
  color:inherit;
  position:relative;
  font-size:14px;
  padding-left:16px
}
.vc_wp_custommenu.tow-col-light ul.menu li a:before,
#content .vc_wp_custommenu.tow-col-light ul.menu li a:before {
  content:"\f105";
  font-family:"font awesome 5 pro";
  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%)
}
.vc_wp_custommenu.tow-col-light ul.menu li a:after,
#content .vc_wp_custommenu.tow-col-light ul.menu li a:after {
  content:'';
  position:absolute;
  bottom:0;
  right:0;
  left:15px;
  height:1px;
  background-color:#e73d8e;
  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 .25s cubic-bezier(.37,.31,.2,.85);
  -khtml-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
  -moz-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
  -ms-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
  -o-transition:transform .25s cubic-bezier(.37,.31,.2,.85);
  transition:transform .25s cubic-bezier(.37,.31,.2,.85)
}
.vc_wp_custommenu.tow-col-light ul.menu li:hover>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li:hover>a,
.vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a,
.vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a,
.vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a,
.vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a {
  margin-left:8px;
  color:#e73d8e
}
.vc_wp_custommenu.tow-col-light ul.menu li:hover>a:after,
#content .vc_wp_custommenu.tow-col-light ul.menu li:hover>a:after,
.vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a:after,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a:after,
.vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a:after,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a:after,
.vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a:after,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a:after,
.vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a:after,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>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)
}
.vc_wp_custommenu.tow-col-light ul.menu li:last-child,
#content .vc_wp_custommenu.tow-col-light ul.menu li:last-child {
  margin-bottom:0
}
.vc_wp_custommenu.tow-col-light ul.menu>li,
#content .vc_wp_custommenu.tow-col-light ul.menu>li {
  width:50%
}
@media screen and (max-width:575px) {
  .vc_wp_custommenu.tow-col-light ul.menu>li,
  #content .vc_wp_custommenu.tow-col-light ul.menu>li {
    width:100%
  }
}
.vc_wp_custommenu.tow-col-light ul.menu li a,
#content .vc_wp_custommenu.tow-col-light ul.menu li a {
  color:#fff
}
.vc_wp_custommenu.tow-col-light ul.menu li:hover>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li:hover>a,
.vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a,
.vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a,
.vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a,
.vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a,
#content .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a {
  color:#e73d8e
}
@media screen and (min-width:1200px) {
  #custom-footer-1>.vc_col-sm-4:nth-child(1) {
    width:28.2%;
    padding-right:90px
  }
  #custom-footer-1>.vc_col-sm-4:nth-child(2) {
    width:38.4666%;
    padding-right:95px
  }
}
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li a:after {
  background-color:#00a0e8
}
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li:hover>a,
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a,
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a,
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a,
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a {
  color:#00a0e8
}
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li:hover>a,
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a,
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a,
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a,
#custom-footer-1.preset1 .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a {
  color:#00a0e8
}
#custom-footer-1.preset1 .ct-newsletter-layout1 .tnp-field-button::before {
  background-color:#00a0e8;
  background-image:none
}
#custom-footer-1.preset2 .ct-newsletter-layout1 .tnp-field-button::before {
  background-color:#ffc96e;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffc96e),to(#ff2cc6));
  background-image:-webkit-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-moz-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-ms-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-o-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:linear-gradient(left,#ffc96e,#ff2cc6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc96e',endColorStr='#ff2cc6',gradientType='1')
}
#custom-footer-1.preset3 .ct-newsletter-layout1 .tnp-field-button::before {
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1')
}
#custom-footer-1.preset3 .vc_wp_custommenu.tow-col-light ul.menu li:hover>a,
#custom-footer-1.preset3 #content .vc_wp_custommenu.tow-col-light ul.menu li:hover>a,
#custom-footer-1.preset3 .vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a,
#custom-footer-1.preset3 #content .vc_wp_custommenu.tow-col-light ul.menu li.current_page_item>a,
#custom-footer-1.preset3 .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a,
#custom-footer-1.preset3 #content .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-item>a,
#custom-footer-1.preset3 .vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a,
#custom-footer-1.preset3 #content .vc_wp_custommenu.tow-col-light ul.menu li.current_page_ancestor>a,
#custom-footer-1.preset3 .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a,
#custom-footer-1.preset3 #content .vc_wp_custommenu.tow-col-light ul.menu li.current-menu-ancestor>a {
  color:#f798fe
}
#custom-footer-1.preset3 .vc_wp_custommenu.tow-col-light ul.menu li a::after,
#custom-footer-1.preset3 #content .vc_wp_custommenu.tow-col-light ul.menu li a::after {
  background-color:#f798fe
}
.ct-text-block1.copyright.preset3 a {
  color:#f798fe
}
.ct-text-block1.copyright.preset3 a:hover {
  color:#fff
}
.footer-bottom-preset1 .ct-text-block1.copyright a {
  color:#00a0e8
}
.footer-bottom-preset1 .ct-text-block1.copyright a:hover {
  color:#fff
}
body.ct-preset1 .ct-scroll-top,
body.ct-preset1 .ct-modal .ct-close:hover::before,
body.ct-preset1 .ct-modal .ct-close:hover::after,
body.ct-preset1 .mfp-image-holder .mfp-close,
body.ct-preset1 .mfp-iframe-holder .mfp-close,
body.ct-preset1 .ct-loading-stairs .loader-bar,
body.ct-preset1 .ct-loading-stairs .loader-ball {
  background-color:#00a0e8
}
@media screen and (min-width:1200px) {
  .col-xl-col5 {
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
  }
}
.hover-effect {
  position:relative;
  overflow:hidden;
  z-index:1
}
.hover-effect:before,
.hover-effect:after {
  background-color:#000;
  content:"";
  height:100%;
  left:-110%;
  opacity:.1;
  position:absolute;
  top:0;
  -webkit-transition:all .5s ease 0s;
  -khtml-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  transition:all .5s ease 0s;
  -webkit-transform:skewX(25deg);
  -khtml-transform:skewX(25deg);
  -moz-transform:skewX(25deg);
  -ms-transform:skewX(25deg);
  -o-transform:skewX(25deg);
  transform:skewX(25deg);
  width:100%;
  z-index:-1
}
.hover-effect:hover:before,
.hover-effect:focus:before,
.hover-effect:active:before {
  left:-10%;
  -webkit-transition:all .3s ease 0s;
  -khtml-transition:all .3s ease 0s;
  -moz-transition:all .3s ease 0s;
  -ms-transition:all .3s ease 0s;
  -o-transition:all .3s ease 0s;
  transition:all .3s ease 0s
}
.hover-effect:hover:after,
.hover-effect:focus:after,
.hover-effect:active:after {
  left:-20%
}
.ct-grid .entry-featured {
  overflow:hidden
}
.ct-grid .entry-featured img {
  width:100%;
  -webkit-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  -khtml-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  -moz-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  -ms-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  -o-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  transition:all .4s cubic-bezier(.39,.575,.565,1)0s
}
.item-featured img {
  width:100%;
  -webkit-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  -khtml-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  -moz-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  -ms-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  -o-transition:all .4s cubic-bezier(.39,.575,.565,1)0s;
  transition:all .4s cubic-bezier(.39,.575,.565,1)0s
}
.item-featured a.no-thumnail {
  min-height:280px;
  background-color:#e73d8e
}
.ct-carousel .item-title {
  font-size:22px;
  line-height:1.59
}
.ct-carousel .item-title a {
  color:inherit
}
.ct-carousel .item-title a:hover {
  color:#e73d8e
}
@media screen and (max-width:991px) {
  .ct-grid.filter-click .ct-grid-inner .wpb_animate_when_almost_visible {
    opacity:1
  }
}
.ct-grid .ct-grid-inner,
.ct-grid .grid-item-inner {
  position:relative
}
.ct-grid .ct-grid-inner.ct-grid-masonry,
.ct-grid .grid-item-inner.ct-grid-masonry {
  display:block
}
.ct-grid .grid-item.ct-animated .grid-item-inner {
  animation:.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation:.65s ease 0s normal forwards 1 running moveUp;
  -ms-animation:.65s ease 0s normal forwards 1 running moveUp;
  -o-animation:.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:25px
}
.ct-grid .ct-load-more .btn {
  background-color:initial;
  border:1px solid #c6d7e5;
  color:#758ca0;
  line-height:58px;
  padding:0 50px
}
.ct-grid .ct-load-more .btn:hover {
  background-color:#e73d8e;
  border-color:#e73d8e;
  color:#fff
}
.ct-grid .ct-load-more i {
  margin-left:0;
  vertical-align:initial
}
.ct-grid .ct-load-more i.fa {
  margin-right:8px
}
.ct-grid .ct-load-more .fac-plus {
  margin-left:8px;
  vertical-align:initial
}
.ct-grid .item-title {
  font-size:24px;
  line-height:1.45
}
.ct-grid .item-title a {
  color:inherit
}
.ct-grid .item-title a:hover {
  color:#e73d8e
}
.ct-grid .ct-grid-pagination {
  margin-top:35px;
  margin-bottom:-10px
}
.ct-grid .item-featured a {
  display:block
}
.grid-filter-wrap {
  text-align:center;
  margin-bottom:40px
}
.grid-filter-wrap .filter-item {
  -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:#677383;
  display:inline-block;
  cursor:pointer;
  margin:0 14px 10px;
  padding:0;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  position:relative
}
.grid-filter-wrap .filter-item:before {
  content:'';
  position:absolute;
  bottom:5px;
  width:0;
  left:0;
  right:0;
  margin:auto;
  height:1px;
  background-color:#e73d8e;
  -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
}
.grid-filter-wrap .filter-item.active,
.grid-filter-wrap .filter-item:hover {
  color:#e73d8e
}
.grid-filter-wrap .filter-item.active:before,
.grid-filter-wrap .filter-item:hover:before {
  width:100%
}
.owl-nav .owl-prev,
.ct-nav-carousel .owl-prev,
.owl-nav .owl-next,
.ct-nav-carousel .owl-next {
  color:#1d2f3c;
  display:inline-block;
  font-size:15px;
  height:60px;
  -webkit-border-radius:60px;
  -khtml-border-radius:60px;
  -moz-border-radius:60px;
  -ms-border-radius:60px;
  -o-border-radius:60px;
  border-radius:60px;
  text-align:center;
  width:60px;
  margin:0 10px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms;
  padding:0;
  letter-spacing:0;
  cursor:pointer;
  position:relative;
  z-index:1
}
.owl-nav .owl-prev i,
.ct-nav-carousel .owl-prev i,
.owl-nav .owl-next i,
.ct-nav-carousel .owl-next 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%)
}
.owl-nav .owl-prev:before,
.ct-nav-carousel .owl-prev:before,
.owl-nav .owl-next:before,
.ct-nav-carousel .owl-next:before,
.owl-nav .owl-prev:after,
.ct-nav-carousel .owl-prev:after,
.owl-nav .owl-next:after,
.ct-nav-carousel .owl-next: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;
  cursor:pointer;
  -webkit-border-radius:60px;
  -khtml-border-radius:60px;
  -moz-border-radius:60px;
  -ms-border-radius:60px;
  -o-border-radius:60px;
  border-radius:60px;
  cursor:pointer
}
.owl-nav .owl-prev:before,
.ct-nav-carousel .owl-prev:before,
.owl-nav .owl-next:before,
.ct-nav-carousel .owl-next:before {
  -webkit-box-shadow:0 1px 20px rgba(58,58,59,.14);
  -khtml-box-shadow:0 1px 20px rgba(58,58,59,.14);
  -moz-box-shadow:0 1px 20px rgba(58,58,59,.14);
  -ms-box-shadow:0 1px 20px rgba(58,58,59,.14);
  -o-box-shadow:0 1px 20px rgba(58,58,59,.14);
  box-shadow:0 1px 20px rgba(58,58,59,.14);
  background-color:#fff;
  z-index:-2
}
.owl-nav .owl-prev:after,
.ct-nav-carousel .owl-prev:after,
.owl-nav .owl-next:after,
.ct-nav-carousel .owl-next:after {
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1');
  z-index:-1;
  opacity:0
}
.owl-nav .owl-prev:hover,
.ct-nav-carousel .owl-prev:hover,
.owl-nav .owl-next:hover,
.ct-nav-carousel .owl-next:hover {
  color:#fff
}
.owl-nav .owl-prev:hover:before,
.ct-nav-carousel .owl-prev:hover:before,
.owl-nav .owl-next:hover:before,
.ct-nav-carousel .owl-next:hover:before {
  opacity:0
}
.owl-nav .owl-prev:hover:after,
.ct-nav-carousel .owl-prev:hover:after,
.owl-nav .owl-next:hover:after,
.ct-nav-carousel .owl-next:hover:after {
  opacity:1
}
.owl-nav {
  text-align:center;
  margin-top:50px
}
.ct-nav-carousel .owl-prev,
.ct-nav-carousel .owl-next {
  margin:0;
  height:54px;
  width:54px;
  -webkit-box-shadow:0 7px 8px rgba(12,12,12,.17);
  -khtml-box-shadow:0 7px 8px rgba(12,12,12,.17);
  -moz-box-shadow:0 7px 8px rgba(12,12,12,.17);
  -ms-box-shadow:0 7px 8px rgba(12,12,12,.17);
  -o-box-shadow:0 7px 8px rgba(12,12,12,.17);
  box-shadow:0 7px 8px rgba(12,12,12,.17)
}
.ct-nav-carousel .owl-prev:after,
.ct-nav-carousel .owl-next:after {
  background-color:#f798fe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f798fe),to(#612be1));
  background-image:-webkit-linear-gradient(left,#f798fe,#612be1);
  background-image:-moz-linear-gradient(left,#f798fe,#612be1);
  background-image:-ms-linear-gradient(left,#f798fe,#612be1);
  background-image:-o-linear-gradient(left,#f798fe,#612be1);
  background-image:linear-gradient(left,#f798fe,#612be1);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f798fe',endColorStr='#612be1',gradientType='1')
}
.ct-nav-carousel .owl-prev:hover .ct-arrow-left:before,
.ct-nav-carousel .owl-next:hover .ct-arrow-left:before,
.ct-nav-carousel .owl-prev:hover .ct-arrow-right:before,
.ct-nav-carousel .owl-next:hover .ct-arrow-right:before {
  background-color:#fff
}
.ct-nav-carousel .owl-prev:hover .ct-arrow-left:after,
.ct-nav-carousel .owl-next:hover .ct-arrow-left:after,
.ct-nav-carousel .owl-prev:hover .ct-arrow-right:after,
.ct-nav-carousel .owl-next:hover .ct-arrow-right:after {
  color:#fff
}
.ct-nav-carousel .owl-prev {
  margin-right:20px
}
.ct-nav-carousel.style2 .owl-prev:after,
.ct-nav-carousel.style2 .owl-next:after {
  background-color:#d8ff09;
  background-image:-webkit-gradient(linear,left top,right top,from(#d8ff09),to(#4ba116));
  background-image:-webkit-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-moz-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-ms-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-o-linear-gradient(left,#d8ff09,#4ba116);
  background-image:linear-gradient(left,#d8ff09,#4ba116);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ff09',endColorStr='#4ba116',gradientType='1')
}
.nav-style2 .owl-prev,
.nav-style2 .owl-next {
  border:1px solid #dff0fe;
  color:#c0d3e2;
  font-size:18px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  width:60px;
  height:60px;
  line-height:58px;
  margin:0
}
.nav-style2 .owl-prev:before,
.nav-style2 .owl-next:before,
.nav-style2 .owl-prev:after,
.nav-style2 .owl-next:after,
.nav-style2 .owl-prev span,
.nav-style2 .owl-next span {
  display:none
}
.nav-style2 .owl-prev:hover,
.nav-style2 .owl-next:hover {
  border-color:#0d2335;
  background-color:#0d2335;
  color:#fff
}
.nav-style2 .owl-prev {
  margin-right:26px
}
.nav-style2 .owl-prev i:before {
  content:'\f060'
}
.nav-style2 .owl-next i:before {
  content:'\f061'
}
.nav-position-center .owl-nav {
  margin:0
}
.nav-position-center .owl-prev,
.nav-position-center .owl-next {
  margin: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%);
  opacity:0
}
.nav-position-center .owl-prev {
  left:-130px
}
@media screen and (max-width:1400px) {
  .nav-position-center .owl-prev {
    left:30px
  }
}
.nav-position-center .owl-next {
  right:-130px
}
@media screen and (max-width:1400px) {
  .nav-position-center .owl-next {
    right:30px
  }
}
.nav-position-center:hover .owl-prev,
.nav-position-center:hover .owl-next {
  opacity:1
}
@media screen and (min-width:1400px) {
  .nav-position-center:hover .owl-prev {
    left:-100px
  }
  .nav-position-center:hover .owl-next {
    right:-100px
  }
}
.hide-nav .owl-nav {
  display:none
}
.owl-dots {
  text-align:center;
  margin-top:45px;
  display:flex;
  justify-content:center;
  padding:0
}
.owl-dots .owl-dot {
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  background-color:#c0d2eb;
  display:inline-block;
  height:5px;
  margin:0 5px;
  padding:0;
  border:none;
  width:50px;
  -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
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
  background-color:#e73d8e
}
.ct-carousel-filter {
  margin-bottom:25px
}
.ct-carousel-filter .ct-filter-item {
  font-size:24px;
  line-height:normal;
  color:rgba(0,0,0,.33);
  -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:0 38px 10px 0;
  display:inline-block
}
.ct-carousel-filter .ct-filter-item.ct-filter-active,
.ct-carousel-filter .ct-filter-item:hover {
  color:#e73d8e;
  cursor:pointer
}
#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:#e73d8e;
  border-top-color:#e73d8e
}
#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 #e73d8e;
  position:relative
}
#ct-loadding .loading-spin .spinner .bar:after {
  content:"";
  width:6px;
  height:6px;
  display:block;
  background:#e73d8e;
  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 .75s linear infinite alternate;
  animation:spin-rotate-right .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 .75s linear infinite alternate;
  animation:spin-rotate-left .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:#e73d8e;
  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:#e73d8e;
  opacity:.6;
  position:absolute;
  top:0;
  left:0;
  -webkit-animation:ct-bounce 2s infinite ease-in-out;
  animation:ct-bounce 2s infinite ease-in-out
}
.ct-spinner3 .double-bounce2 {
  -webkit-animation-delay:-1s;
  animation-delay:-1s
}
.ct-spinner4 {
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  top:0;
  bottom:0;
  width:70px;
  height:40px;
  text-align:center;
  font-size:10px
}
.ct-spinner4>div {
  background-color:#e73d8e;
  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:-.9s;
  animation-delay:-.9s
}
.ct-spinner4 .rect5 {
  -webkit-animation-delay:-.8s;
  animation-delay:-.8s
}
.ct-spinner5 {
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  top:50%;
  -webkit-transform:translate(0,-50%);
  -khtml-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%);
  width:70px;
  text-align:center
}
.ct-spinner5>div {
  width:18px;
  height:18px;
  background-color:#e73d8e;
  -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:-.32s;
  animation-delay:-.32s
}
.ct-spinner5 .bounce2 {
  -webkit-animation-delay:-.16s;
  animation-delay:-.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:#e73d8e;
  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:.2s;
  animation-delay:.2s
}
.ct-cube-grid .ct-cube2 {
  -webkit-animation-delay:.3s;
  animation-delay:.3s
}
.ct-cube-grid .ct-cube3 {
  -webkit-animation-delay:.4s;
  animation-delay:.4s
}
.ct-cube-grid .ct-cube4 {
  -webkit-animation-delay:.1s;
  animation-delay:.1s
}
.ct-cube-grid .ct-cube5 {
  -webkit-animation-delay:.2s;
  animation-delay:.2s
}
.ct-cube-grid .ct-cube6 {
  -webkit-animation-delay:.3s;
  animation-delay:.3s
}
.ct-cube-grid .ct-cube7 {
  -webkit-animation-delay:0s;
  animation-delay:0s
}
.ct-cube-grid .ct-cube8 {
  -webkit-animation-delay:.1s;
  animation-delay:.1s
}
.ct-cube-grid .ct-cube9 {
  -webkit-animation-delay:.2s;
  animation-delay:.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:#e73d8e;
  -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:.3s;
  animation-delay:.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:.6s;
  animation-delay:.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:.9s;
  -ms-animation-delay:.9s;
  -o-animation-delay:.9s;
  animation-delay:.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:#e73d8e;
  transform-origin:center bottom;
  -webkit-box-shadow:1px 1px 0 rgba(0,0,0,.2);
  -khtml-box-shadow:1px 1px 0 rgba(0,0,0,.2);
  -moz-box-shadow:1px 1px 0 rgba(0,0,0,.2);
  -ms-box-shadow:1px 1px 0 rgba(0,0,0,.2);
  -o-box-shadow:1px 1px 0 rgba(0,0,0,.2);
  box-shadow:1px 1px rgba(0,0,0,.2)
}
.ct-loading-stairs .loader-bar:nth-child(1) {
  left:0;
  -webkit-transform:scale(1,.2);
  -khtml-transform:scale(1,.2);
  -moz-transform:scale(1,.2);
  -ms-transform:scale(1,.2);
  -o-transform:scale(1,.2);
  transform:scale(1,.2);
  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,.4);
  -khtml-transform:scale(1,.4);
  -moz-transform:scale(1,.4);
  -ms-transform:scale(1,.4);
  -o-transform:scale(1,.4);
  transform:scale(1,.4);
  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,.6);
  -khtml-transform:scale(1,.6);
  -moz-transform:scale(1,.6);
  -ms-transform:scale(1,.6);
  -o-transform:scale(1,.6);
  transform:scale(1,.6);
  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,.8);
  -khtml-transform:scale(1,.8);
  -moz-transform:scale(1,.8);
  -ms-transform:scale(1,.8);
  -o-transform:scale(1,.8);
  transform:scale(1,.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:#e73d8e;
  -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:#232490;
  background-image:-webkit-gradient(linear,left top,right top,from(#232490),to(#5b5cfb));
  background-image:-webkit-linear-gradient(left,#232490,#5b5cfb);
  background-image:-moz-linear-gradient(left,#232490,#5b5cfb);
  background-image:-ms-linear-gradient(left,#232490,#5b5cfb);
  background-image:-o-linear-gradient(left,#232490,#5b5cfb);
  background-image:linear-gradient(left,#232490,#5b5cfb);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490',endColorStr='#5b5cfb',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
}
.nav-tabs.ct-tabs {
  border:none;
  margin-bottom:10px
}
.nav-tabs.ct-tabs .nav-item {
  margin:0 0 10px 26px
}
.nav-tabs.ct-tabs .nav-item:first-child {
  margin-left:0
}
.nav-tabs.ct-tabs .nav-item a {
  margin:0;
  border:none;
  padding:0;
  font-size:13px;
  color:rgba(34,34,34,.33)
}
.nav-tabs.ct-tabs .nav-item a.active {
  color:#222
}
.entry-footer .entry-edit-link {
  display:none
}
div.pp_overlay {
  z-index:9999!important;
  opacity:.85!important
}
.nav-tabs-none {
  border:none
}
.nav-tabs-none li.nav-item {
  margin:0
}
.nav-tabs-none li.nav-item a.nav-link {
  border:none;
  padding:0
}
.owl-carousel[data-arrows=false] .owl-nav,
.owl-carousel[data-bullets=false] .owl-dots {
  display:none
}
.owl-carousel.nav-middle .owl-nav {
  margin:0
}
.owl-carousel.nav-middle .owl-nav .owl-prev,
.owl-carousel.nav-middle .owl-nav .owl-next {
  margin: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%)
}
.owl-carousel.nav-middle .owl-nav .owl-prev {
  left:-110px
}
@media screen and (max-width:1400px) {
  .owl-carousel.nav-middle .owl-nav .owl-prev {
    left:-70px
  }
}
@media screen and (max-width:1280px) {
  .owl-carousel.nav-middle .owl-nav .owl-prev {
    left:30px
  }
}
.owl-carousel.nav-middle .owl-nav .owl-next {
  right:-110px
}
@media screen and (max-width:1400px) {
  .owl-carousel.nav-middle .owl-nav .owl-next {
    right:-70px
  }
}
@media screen and (max-width:1280px) {
  .owl-carousel.nav-middle .owl-nav .owl-next {
    right:30px
  }
}
.owl-carousel.dots-style2 .owl-dots .owl-dot {
  width:20px;
  height:4px;
  background-color:#cbd1da;
  -webkit-border-radius:0;
  -khtml-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0
}
.owl-carousel.dots-style2 .owl-dots .owl-dot.active {
  background-color:#e73d8e
}
.ct-modal {
  background-color:rgba(0,0,0,.9);
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
  -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 500ms ease-in-out;
  -khtml-transition:all 500ms ease-in-out;
  -moz-transition:all 500ms ease-in-out;
  -ms-transition:all 500ms ease-in-out;
  -o-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out
}
.ct-modal .ct-modal-content {
  left:0;
  margin:auto;
  max-width:900px;
  padding:100px 15px;
  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%);
  position:relative;
  -webkit-transition:all 500ms ease-in-out;
  -khtml-transition:all 500ms ease-in-out;
  -moz-transition:all 500ms ease-in-out;
  -ms-transition:all 500ms ease-in-out;
  -o-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out;
  transition-delay:500ms;
  margin-top:60px;
  opacity:0
}
.ct-modal.open {
  -webkit-transform:translateY(0%);
  -khtml-transform:translateY(0%);
  -moz-transform:translateY(0%);
  -ms-transform:translateY(0%);
  -o-transform:translateY(0%);
  transform:translateY(0%);
  opacity:1
}
.ct-modal.open .ct-modal-content {
  -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-top:0;
  opacity:1
}
.ct-modal.remove {
  -webkit-transform:translateY(-100%);
  -khtml-transform:translateY(-100%);
  -moz-transform:translateY(-100%);
  -ms-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  transform:translateY(-100%);
  opacity:0;
  transition-delay:500ms
}
.ct-modal.remove .ct-modal-content {
  -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%);
  transition-delay:0ms;
  margin-top:60px;
  opacity:0
}
.ct-modal .ct-close {
  position:absolute;
  top:30px;
  right:30px
}
.ct-modal .ct-close:before,
.ct-modal .ct-close:after {
  background-color:#fff
}
.ct-modal .ct-close:hover:before,
.ct-modal .ct-close:hover:after {
  background-color:#e73d8e
}
@media screen and (max-width:991px) {
  .ct-modal .ct-close {
    display:block
  }
}
@media screen and (max-width:575px) {
  .ct-modal .ct-modal-content {
    max-width:300px
  }
}
.vc_row .ct-row-overlay {
  position:absolute;
  left:0;
  width:100%;
  height:100%;
  z-index:1
}
.vc_row .ct-row-overlay:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:inherit
}
.vc_row .ct-row-overlay.position-left {
  left:0
}
.vc_row .ct-row-overlay.position-right {
  right:0
}
.vc_row .ct-row-overlay .ct-row-overlay-image {
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:50% 0;
  -webkit-box-shadow:0 13px 18px rgba(31,53,158,.29);
  -khtml-box-shadow:0 13px 18px rgba(31,53,158,.29);
  -moz-box-shadow:0 13px 18px rgba(31,53,158,.29);
  -ms-box-shadow:0 13px 18px rgba(31,53,158,.29);
  -o-box-shadow:0 13px 18px rgba(31,53,158,.29);
  box-shadow:0 13px 18px rgba(31,53,158,.29)
}
.vc_row .ct-row-overlay+.vc_column-inner {
  position:relative;
  z-index:inherit
}
.vc_row .ct-row-overlay+.ct-image-section {
  z-index:99!important
}
.slider-nav .thumbs {
  display:flex;
  flex-wrap:nowrap;
  margin:0 -2px
}
.slider-nav .thumb {
  width:20%;
  padding:0 2px;
  margin-top:4px;
  -webkit-transition:all 400ms ease-in-out;
  -khtml-transition:all 400ms ease-in-out;
  -moz-transition:all 400ms ease-in-out;
  -ms-transition:all 400ms ease-in-out;
  -o-transition:all 400ms ease-in-out;
  transition:all 400ms ease-in-out;
  cursor:pointer
}
.slider-nav .thumb.active {
  opacity:.57
}
.vc_row.bg-image-ps-top {
  background-position:50% 0!important
}
.vc_row.bg-image-ps-top.row-bg-gradient::after {
  background-repeat:inherit;
  background-position:inherit
}
.vc_row.bg-image-ps-center {
  background-position:50%!important
}
.vc_row.bg-image-ps-center.row-bg-gradient::after {
  background-repeat:inherit;
  background-position:inherit
}
.vc_row.bg-image-ps-bottom {
  background-position:50% 100%!important
}
.vc_row.bg-image-ps-bottom.row-bg-gradient::after {
  background-repeat:inherit;
  background-position:inherit
}
.vc_row.bg-image-ps-bottom-left {
  background-position:0 100%!important
}
.vc_row.bg-image-ps-bottom-right {
  background-position:100% 100%!important
}
.vc_row.bg-image-ps-right {
  background-position:50% 100%!important
}
.vc_row.bg-image-ps-left {
  background-position:50% 0!important
}
.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 .6s ease;
  -khtml-transition:transform .6s ease;
  -moz-transition:transform .6s ease;
  -ms-transition:transform .6s ease;
  -o-transition:transform .6s ease;
  transition:transform .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,.1);
  -khtml-box-shadow:0 3px 15px rgba(0,0,0,.1);
  -moz-box-shadow:0 3px 15px rgba(0,0,0,.1);
  -ms-box-shadow:0 3px 15px rgba(0,0,0,.1);
  -o-box-shadow:0 3px 15px rgba(0,0,0,.1);
  box-shadow:0 3px 15px rgba(0,0,0,.1);
  -webkit-border-radius:5px 0 0 5px;
  -khtml-border-radius:5px 0 0 5px;
  -moz-border-radius:5px 0 0 5px;
  -ms-border-radius:5px 0 0 5px;
  -o-border-radius:5px 0 0 5px;
  border-radius:5px 0 0 5px
}
.ct-demo-bar .ct-demo-option span {
  position:absolute;
  background-color:#222;
  color:#fff;
  white-space:nowrap;
  padding:0 12px;
  font-size:13px;
  top:0;
  right:100%;
  margin-right:12px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-demo-bar .ct-demo-option span:before {
  content:'';
  border-color:#222;
  border-style:solid;
  border-color:transparent transparent transparent #222;
  border-width:6px;
  position:absolute;
  top:50%;
  right:-12px;
  -webkit-transform:translate(0,-50%);
  -khtml-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%)
}
.ct-demo-bar .ct-demo-option a {
  display:block;
  color:#222;
  font-size:15px;
  height:30px;
  line-height:30px;
  position:relative
}
.ct-demo-bar .ct-demo-option a:first-child {
  font-size:16px
}
.ct-demo-bar .ct-demo-option a:hover span {
  opacity:1;
  visibility:visible
}
.ct-demo-bar .ct-demo-bar-meta {
  padding:40px 20px 0
}
.ct-demo-bar .ct-demo-bar-meta h4 {
  font-size:18px
}
.ct-demo-bar .ct-demo-bar-inner {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  -webkit-box-shadow:-1px 1px 10px rgba(0,0,0,.1);
  -khtml-box-shadow:-1px 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow:-1px 1px 10px rgba(0,0,0,.1);
  -ms-box-shadow:-1px 1px 10px rgba(0,0,0,.1);
  -o-box-shadow:-1px 1px 10px rgba(0,0,0,.1);
  box-shadow:-1px 1px 10px rgba(0,0,0,.1);
  overflow:auto;
  height:100%;
  color:#222;
  line-height:1.5;
  font-size:14px
}
.ct-demo-bar .ct-demo-bar-inner:hover {
  overflow-y:auto
}
.ct-demo-bar .ct-demo-bar-list {
  list-style:none;
  margin:0;
  padding:20px
}
.ct-demo-bar .ct-demo-bar-item {
  position:relative
}
.ct-demo-bar .ct-demo-bar-item:before {
  z-index:1;
  content:'';
  background-color:rgba(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:.85;
  background-color:#000
}
body .mfp-container .mfp-content {
  padding:15px
}
body .mfp-figure::after {
  display:none
}
body .mfp-bottom-bar {
  margin-top:0;
  width:inherit;
  left:15px;
  right:15px
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  line-height:30px;
  height:30px;
  padding:0;
  right:0;
  text-align:center;
  top:0;
  width:30px;
  -webkit-border-radius:30px;
  -khtml-border-radius:30px;
  -moz-border-radius:30px;
  -ms-border-radius:30px;
  -o-border-radius:30px;
  border-radius:30px;
  letter-spacing:0;
  font-weight:400;
  overflow:hidden;
  background-color:#e73d8e;
  opacity:1
}
body .mfp-image-holder .mfp-close:before,
body .mfp-iframe-holder .mfp-close:before,
body .mfp-image-holder .mfp-close:after,
body .mfp-iframe-holder .mfp-close:after {
  display:none;
  background-color:#1d274e;
  background-image:none
}
.pp_pic_holder .ppt,
.pp_pic_holder .pp_gallery {
  display:none!important
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color:#e73d8e;
  width:50px;
  height:50px;
  -webkit-border-radius:50px!important;
  -khtml-border-radius:50px!important;
  -moz-border-radius:50px!important;
  -ms-border-radius:50px!important;
  -o-border-radius:50px!important;
  border-radius:50px!important;
  opacity:1
}
.mfp-wrap .mfp-container .mfp-arrow:before,
.mfp-wrap .mfp-container .mfp-arrow:after {
  border:none
}
.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;
  background-color:initial
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  margin:-25px 0 0 30px
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content:"\f2ea"
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  margin:-25px 30px 0 0
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content:"\f2ee"
}
.wpb_revslider_element {
  margin-bottom:0!important
}
.slider-video-hidden {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-99999px;
  opacity:0
}
.rev_slider,
.revslider-initialised {
  margin-bottom:0!important
}
.rev_slider .title-box-shadow,
.revslider-initialised .title-box-shadow {
  text-shadow:0 3px 4px rgba(0,0,0,.22);
  -webkit-text-shadow:0 3px 4px rgba(0,0,0,.22);
  -ms-text-shadow:0 3px 4px rgba(0,0,0,.22);
  -o-text-shadow:0 3px 4px rgba(0,0,0,.22)
}
.rev_slider .btn.btn-rev1,
.revslider-initialised .btn.btn-rev1 {
  height:56px!important;
  line-height:56px!important;
  padding-left:51px!important;
  padding-right:51px!important;
  -webkit-border-radius:7px;
  -khtml-border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  border-radius:7px;
  font-size:16px;
  background-image:-webkit-linear-gradient(90deg,#162171 0%,#1a36c0 50%,#162171);
  background-image:-moz-linear-gradient(90deg,#162171 0%,#1a36c0 50%,#162171);
  background-image:-ms-linear-gradient(90deg,#162171 0%,#1a36c0 50%,#162171);
  background-image:-o-linear-gradient(90deg,#162171 0%,#1a36c0 50%,#162171);
  background-image:linear-gradient(90deg,#162171 0%,#1a36c0 50%,#162171);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-box-shadow:0 13px 18px rgba(26,54,192,.29);
  -khtml-box-shadow:0 13px 18px rgba(26,54,192,.29);
  -moz-box-shadow:0 13px 18px rgba(26,54,192,.29);
  -ms-box-shadow:0 13px 18px rgba(26,54,192,.29);
  -o-box-shadow:0 13px 18px rgba(26,54,192,.29);
  box-shadow:0 13px 18px rgba(26,54,192,.29)
}
.rev_slider .btn.btn-rev2,
.revslider-initialised .btn.btn-rev2 {
  height:56px!important;
  line-height:56px!important;
  padding-left:38px!important;
  padding-right:38px!important;
  -webkit-border-radius:56px;
  -khtml-border-radius:56px;
  -moz-border-radius:56px;
  -ms-border-radius:56px;
  -o-border-radius:56px;
  border-radius:56px;
  font-size:16px;
  font-weight:600;
  background-image:-webkit-linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  background-image:-moz-linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  background-image:-ms-linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  background-image:-o-linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  background-image:linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-box-shadow:0 13px 18px rgba(111,208,255,.29);
  -khtml-box-shadow:0 13px 18px rgba(111,208,255,.29);
  -moz-box-shadow:0 13px 18px rgba(111,208,255,.29);
  -ms-box-shadow:0 13px 18px rgba(111,208,255,.29);
  -o-box-shadow:0 13px 18px rgba(111,208,255,.29);
  box-shadow:0 13px 18px rgba(111,208,255,.29)
}
.rev_slider .btn.btn-rev3,
.revslider-initialised .btn.btn-rev3 {
  height:56px!important;
  line-height:56px!important;
  padding-left:50px!important;
  padding-right:50px!important;
  -webkit-border-radius:56px;
  -khtml-border-radius:56px;
  -moz-border-radius:56px;
  -ms-border-radius:56px;
  -o-border-radius:56px;
  border-radius:56px;
  font-size:16px;
  font-weight:600;
  background-color:#3f02a7;
  background-image:none;
  -webkit-box-shadow:0 13px 18px rgba(63,2,167,.29);
  -khtml-box-shadow:0 13px 18px rgba(63,2,167,.29);
  -moz-box-shadow:0 13px 18px rgba(63,2,167,.29);
  -ms-box-shadow:0 13px 18px rgba(63,2,167,.29);
  -o-box-shadow:0 13px 18px rgba(63,2,167,.29);
  box-shadow:0 13px 18px rgba(63,2,167,.29)
}
.rev_slider .btn.btn-rev3:hover,
.revslider-initialised .btn.btn-rev3:hover {
  background-color:#059af7;
  color:#fff
}
.rev_slider .btn.btn-rev4,
.revslider-initialised .btn.btn-rev4 {
  height:52px!important;
  line-height:52px!important;
  padding-left:36px!important;
  padding-right:36px!important;
  -webkit-border-radius:52px;
  -khtml-border-radius:52px;
  -moz-border-radius:52px;
  -ms-border-radius:52px;
  -o-border-radius:52px;
  border-radius:52px;
  font-size:16px;
  font-weight:700;
  color:#291a55;
  background-color:#fff;
  background-image:none;
  background-image:none;
  -webkit-box-shadow:0 4px 16px rgba(41,26,85,.46);
  -khtml-box-shadow:0 4px 16px rgba(41,26,85,.46);
  -moz-box-shadow:0 4px 16px rgba(41,26,85,.46);
  -ms-box-shadow:0 4px 16px rgba(41,26,85,.46);
  -o-box-shadow:0 4px 16px rgba(41,26,85,.46);
  box-shadow:0 4px 16px rgba(41,26,85,.46)
}
.rev_slider .btn.btn-rev4:hover,
.revslider-initialised .btn.btn-rev4:hover {
  background-color:#e73d8e;
  color:#fff
}
.rev_slider .btn.btn-rev5,
.revslider-initialised .btn.btn-rev5 {
  height:60px!important;
  line-height:60px!important;
  padding-left:45px!important;
  padding-right:45px!important;
  -webkit-border-radius:60px;
  -khtml-border-radius:60px;
  -moz-border-radius:60px;
  -ms-border-radius:60px;
  -o-border-radius:60px;
  border-radius:60px;
  font-size:16px!important;
  font-weight:700!important;
  background-color:#00a0e8;
  background-image:none
}
.rev_slider .btn.btn-rev5:hover,
.revslider-initialised .btn.btn-rev5:hover {
  background-color:#00064c
}
.rev_slider .btn.btn-shape2,
.revslider-initialised .btn.btn-shape2,
.rev_slider .btn.btn-shape3,
.revslider-initialised .btn.btn-shape3 {
  height:68px!important;
  line-height:68px!important;
  padding-left:52px!important;
  padding-right:52px!important;
  font-size:16px!important;
  font-weight:700!important
}
.rev_slider .box-shadown-none,
.revslider-initialised .box-shadown-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
}
.rev_slider .ft-gilroy-l,
.revslider-initialised .ft-gilroy-l,
.rev_slider .ft-gilroy,
.revslider-initialised .ft-gilroy {
  letter-spacing:-.02em!important
}
.rev_slider .lt-button,
.revslider-initialised .lt-button,
.rev_slider .lt-text,
.revslider-initialised .lt-text {
  letter-spacing:-.02em!important
}
.rev_slider .icon-space-left,
.revslider-initialised .icon-space-left {
  margin-left:20px
}
.rev_slider u,
.revslider-initialised u {
  color:#e73d8e;
  text-decoration:none;
  position:relative
}
.rev_slider u:before,
.revslider-initialised u:before {
  content:'';
  height:5px;
  position:absolute;
  bottom:2px;
  width:100%;
  background-color:#0538af;
  left:0
}
.rev_slider cite,
.revslider-initialised cite {
  font-family:playfair display,serif;
  font-weight:900;
  padding:0 10px;
  margin-left:-10px;
  margin-right:-10px
}
.rev_slider span.btn,
.revslider-initialised span.btn {
  display:inline-block;
  padding:0 34px;
  line-height:62px
}
.rev_slider .lt-heading,
.revslider-initialised .lt-heading {
  letter-spacing:-.03em!important
}
.rev_slider .tp-leftarrow.custom,
.revslider-initialised .tp-leftarrow.custom,
.rev_slider .tp-rightarrow.custom,
.revslider-initialised .tp-rightarrow.custom {
  width:60px!important;
  height:60px!important;
  border:4px solid #fff!important;
  -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:initial!important;
  background-position:50%;
  background-repeat:no-repeat;
  -webkit-transition:all .3s linear!important;
  -khtml-transition:all .3s linear!important;
  -moz-transition:all .3s linear!important;
  -ms-transition:all .3s linear!important;
  -o-transition:all .3s linear!important;
  transition:all .3s linear!important;
  opacity:.3!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 {
  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
}
.rev_slider .tp-leftarrow.custom:after,
.revslider-initialised .tp-leftarrow.custom:after,
.rev_slider .tp-rightarrow.custom:after,
.revslider-initialised .tp-rightarrow.custom:after {
  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
}
@media screen and (max-width:991px) {
  .rev_slider .tp-leftarrow.custom,
  .revslider-initialised .tp-leftarrow.custom,
  .rev_slider .tp-rightarrow.custom,
  .revslider-initialised .tp-rightarrow.custom {
    width:50px!important;
    height:50px!important;
    border:3px solid #fff!important
  }
}
.rev_slider .ct-video-button,
.revslider-initialised .ct-video-button {
  display:block;
  font-size:0!important;
  text-align:center!important;
  height:56px!important;
  width:56px!important;
  background-color:#00a0e8!important;
  background-image:none!important;
  z-index:1;
  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%
}
.rev_slider .ct-video-button i,
.revslider-initialised .ct-video-button i {
  font-size:14px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -khtml-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.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:1px solid rgba(0,160,232,.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
}
.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
}
.ct-heading {
  position:relative;
  z-index:1
}
.ct-heading .ct-heading-sub.style1 {
  font-size:14px;
  letter-spacing:.2em;
  color:#00a0e8;
  margin-bottom:19px;
  position:relative;
  padding:0;
  display:inline-block
}
.ct-heading .ct-heading-sub.style1:before,
.ct-heading .ct-heading-sub.style1:after {
  content:'';
  width:173px;
  height:9px;
  background-image:url(../images/line-heading-small.png);
  background-repeat:no-repeat;
  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%)
}
.ct-heading .ct-heading-sub.style1:before {
  left:-200px
}
.ct-heading .ct-heading-sub.style1:after {
  right:-200px
}
@media screen and (max-width:767px) {
  .ct-heading .ct-heading-sub.style1:before,
  .ct-heading .ct-heading-sub.style1:after {
    width:123px
  }
  .ct-heading .ct-heading-sub.style1:before {
    left:-150px
  }
  .ct-heading .ct-heading-sub.style1:after {
    right:-150px
  }
}
.ct-heading .ct-heading-sub.style2,
.ct-heading .ct-heading-sub.style3,
.ct-heading .ct-heading-sub.style4,
.ct-heading .ct-heading-sub.style5 {
  font-size:16px;
  color:#180033;
  font-weight:400
}
.ct-heading .ct-heading-sub.style2 span,
.ct-heading .ct-heading-sub.style3 span,
.ct-heading .ct-heading-sub.style4 span,
.ct-heading .ct-heading-sub.style5 span {
  display:inline-block;
  padding-right:70px;
  position:relative
}
.ct-heading .ct-heading-sub.style2 span:before,
.ct-heading .ct-heading-sub.style3 span:before,
.ct-heading .ct-heading-sub.style4 span:before,
.ct-heading .ct-heading-sub.style5 span:before {
  content:'';
  width:60px;
  height:4px;
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1');
  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-heading .ct-heading-sub.style3 span:before {
  background-color:#06ffdf;
  background-image:-webkit-gradient(linear,left top,right top,from(#06ffdf),to(#0042ff));
  background-image:-webkit-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-moz-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-ms-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-o-linear-gradient(left,#06ffdf,#0042ff);
  background-image:linear-gradient(left,#06ffdf,#0042ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#06ffdf',endColorStr='#0042ff',gradientType='1')
}
.ct-heading .ct-heading-sub.style4 span:before {
  background-color:#d8ff09;
  background-image:-webkit-gradient(linear,left top,right top,from(#d8ff09),to(#4ba116));
  background-image:-webkit-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-moz-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-ms-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-o-linear-gradient(left,#d8ff09,#4ba116);
  background-image:linear-gradient(left,#d8ff09,#4ba116);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ff09',endColorStr='#4ba116',gradientType='1')
}
.ct-heading .ct-heading-sub.style5 span:before {
  background-color:#f798fe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f798fe),to(#612be1));
  background-image:-webkit-linear-gradient(left,#f798fe,#612be1);
  background-image:-moz-linear-gradient(left,#f798fe,#612be1);
  background-image:-ms-linear-gradient(left,#f798fe,#612be1);
  background-image:-o-linear-gradient(left,#f798fe,#612be1);
  background-image:linear-gradient(left,#f798fe,#612be1);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f798fe',endColorStr='#612be1',gradientType='1')
}
.ct-heading h3.ct-heading-tag {
  font-size:36px;
  letter-spacing:-.025em
}
@media screen and (max-width:991px) {
  .ct-heading h3.ct-heading-tag br {
    display:none
  }
}
.ct-heading .ct-heading-tag {
  margin-bottom:32px
}
.ct-heading .ct-heading-tag a {
  color:inherit
}
.ct-heading .ct-heading-tag a:hover {
  color:inherit
}
.ct-heading .ct-heading-tag cite {
  font-family:playfair display,serif;
  font-weight:900;
  padding:0 10px;
  display:inline-block;
  margin:0 -10px;
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1')
}
.ct-heading .ct-heading-tag.preset6 cite {
  background-color:#ffc96e;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffc96e),to(#ff2cc6));
  background-image:-webkit-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-moz-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-ms-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-o-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:linear-gradient(left,#ffc96e,#ff2cc6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc96e',endColorStr='#ff2cc6',gradientType='1')
}
.ct-heading .ct-heading-tag b {
  color:#e73d8e
}
.ct-heading .ct-heading-desc {
  font-size:18px;
  line-height:32px;
  font-weight:500
}
.ct-heading .ct-heading-desc p {
  margin-bottom:32px
}
.ct-heading .ct-heading-desc p:last-child {
  margin-bottom:0
}
@media screen and (max-width:767px) {
  .ct-heading .ct-heading-desc br {
    display:none
  }
}
.ct-heading.align-left .ct-heading-sub.style1 {
  padding-left:0
}
.ct-heading.align-left .ct-heading-sub.style1:before {
  display:none
}
.ct-heading.align-right .ct-heading-sub.style1 {
  padding-right:0
}
.ct-heading.align-right .ct-heading-sub.style1:after {
  display:none
}
.ct-heading.layout2 .ct-heading-tag {
  margin-bottom:19px
}
.ct-heading.layout2 h3.ct-heading-tag {
  color:#162171
}
.ct-heading.layout3 .ct-heading-tag {
  display:inline-block;
  position:relative
}
.ct-heading.layout3 .ct-heading-tag:after {
  content:'';
  width:191px;
  height:9px;
  background-image:url(../images/line-heading.png);
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  right:-215px;
  -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-divider {
  height:6px;
  width:64px;
  display:inline-block;
  vertical-align:top;
  position:relative
}
.ct-divider:before,
.ct-divider:after {
  content:'';
  position:absolute;
  top:0;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1');
  height:6px
}
.ct-divider:before {
  width:12px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  left:0
}
.ct-divider:after {
  width:45px;
  right:0
}
.ct-divider-wrap {
  height:6px;
  margin-bottom:26px
}
.ct-divider-heading {
  height:6px;
  margin-bottom:23px
}
.ct-divider-heading.style2 .ct-divider:before,
.ct-divider-heading.style2 .ct-divider:after {
  background-color:#e73d8e;
  background-image:-webkit-gradient(linear,left top,right top,from(#e73d8e),to(#232490));
  background-image:-webkit-linear-gradient(left,#e73d8e,#232490);
  background-image:-moz-linear-gradient(left,#e73d8e,#232490);
  background-image:-ms-linear-gradient(left,#e73d8e,#232490);
  background-image:-o-linear-gradient(left,#e73d8e,#232490);
  background-image:linear-gradient(left,#e73d8e,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#e73d8e',endColorStr='#232490',gradientType='1')
}
.ct-text-block1 p:last-child {
  margin-bottom:0
}
.ct-text-block1.copyright a {
  color:#e73d8e
}
.ct-text-block1.copyright a:hover {
  color:#fff
}
.ct-wg-title {
  font-size:24px;
  font-weight:600;
  margin-bottom:28px;
  display:flex;
  flex-wrap:nowrap;
  align-items:center
}
.ct-wg-title span {
  display:inline-block;
  margin-right:20px
}
.ct-wg-title i {
  width:100%;
  height:1px;
  background-color:rgba(233,234,238,.15);
  display:inline-block
}
.ct-newsletter-layout1 form.newsletter,
.ct-newsletter-layout1 .tnp-subscription {
  position:relative;
  margin:0
}
.ct-newsletter-layout1 form.newsletter div.tnp-field,
.ct-newsletter-layout1 .tnp-subscription div.tnp-field {
  margin-bottom:0
}
.ct-newsletter-layout1 .tnp-field-email .tnp-email {
  border:none;
  background-color:rgba(255,255,255,.23);
  -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:22px
}
.ct-newsletter-layout1 .tnp-field-button {
  margin-bottom:0!important;
  height:46px;
  width:62px;
  position:absolute;
  bottom:0;
  right:0;
  overflow:hidden
}
.ct-newsletter-layout1 .tnp-field-button:before,
.ct-newsletter-layout1 .tnp-field-button:after {
  font-weight:400;
  font-family:"font awesome 5 pro";
  height:46px;
  width:62px;
  font-size:14px;
  position:absolute;
  bottom:0;
  right:0;
  color:#fff;
  text-align:center;
  line-height:46px;
  z-index:1
}
.ct-newsletter-layout1 .tnp-field-button:before {
  content:'';
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1')
}
.ct-newsletter-layout1 .tnp-field-button:after {
  z-index:2;
  content:'\f1d8'
}
.ct-newsletter-layout1 .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
}
.ct-newsletter-layout1 .tnp-field-button:hover:after {
  -o-animation:toRightFromLeft .3s forwards;
  -ms-animation:toRightFromLeft .3s forwards;
  -webkit-animation:toRightFromLeft .3s forwards;
  animation:toRightFromLeft .3s forwards
}
.ct-newsletter-layout2 {
  padding:43px 30px 59px;
  background-color:#f798fe 35%;
  background-image:-webkit-gradient(linear,left top,right top,from(#f798fe 35%),to(#612be1));
  background-image:-webkit-linear-gradient(left,#f798fe 35%,#612be1);
  background-image:-moz-linear-gradient(left,#f798fe 35%,#612be1);
  background-image:-ms-linear-gradient(left,#f798fe 35%,#612be1);
  background-image:-o-linear-gradient(left,#f798fe 35%,#612be1);
  background-image:linear-gradient(left,#f798fe 35%,#612be1);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f798fe 35%',endColorStr='#612be1',gradientType='1');
  -webkit-border-radius:25px;
  -khtml-border-radius:25px;
  -moz-border-radius:25px;
  -ms-border-radius:25px;
  -o-border-radius:25px;
  border-radius:25px;
  position:relative;
  -webkit-box-shadow:0 0 16px rgba(27,2,52,.34);
  -khtml-box-shadow:0 0 16px rgba(27,2,52,.34);
  -moz-box-shadow:0 0 16px rgba(27,2,52,.34);
  -ms-box-shadow:0 0 16px rgba(27,2,52,.34);
  -o-box-shadow:0 0 16px rgba(27,2,52,.34);
  box-shadow:0 0 16px rgba(27,2,52,.34);
  z-index:1
}
.ct-newsletter-layout2:before {
  content:'';
  z-index:-1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(../images/fr-newsletter-bg.png);
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover;
  position:absolute;
  -webkit-border-radius:28px;
  -khtml-border-radius:28px;
  -moz-border-radius:28px;
  -ms-border-radius:28px;
  -o-border-radius:28px;
  border-radius:28px
}
.ct-newsletter-layout2:after {
  content:'';
  width:159px;
  height:292px;
  background-image:url(../images/fr-newsletter-man.png);
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover;
  position:absolute;
  bottom:3px;
  left:75px;
  z-index:-1
}
@media screen and (max-width:767px) {
  .ct-newsletter-layout2:after {
    left:-10px
  }
}
.ct-newsletter-layout2 .ct-newsletter-meta {
  text-align:center;
  margin-bottom:24px
}
.ct-newsletter-layout2 .ct-newsletter-meta h3 {
  color:#fff;
  margin-bottom:4px;
  font-size:36px;
  text-shadow:0 2px 2px rgba(1,43,152,.38);
  -webkit-text-shadow:0 2px 2px rgba(1,43,152,.38)
}
.ct-newsletter-layout2 .ct-newsletter-meta span {
  display:inline-block;
  color:#fff;
  max-width:450px;
  margin:0 auto
}
.ct-newsletter-layout2 form.newsletter,
.ct-newsletter-layout2 .tnp-subscription {
  max-width:690px;
  padding:0 15px;
  margin:auto;
  display:flex;
  flex-wrap:nowrap;
  align-items:center
}
@media screen and (max-width:767px) {
  .ct-newsletter-layout2 form.newsletter,
  .ct-newsletter-layout2 .tnp-subscription {
    display:block;
    padding:0
  }
}
.ct-newsletter-layout2 form.newsletter .tnp-email,
.ct-newsletter-layout2 .tnp-subscription .tnp-email {
  font-size:15px;
  color:#888;
  padding:0 29px;
  height:62px;
  border:none;
  -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 6px 40px rgba(5,41,140,.25);
  -khtml-box-shadow:0 6px 40px rgba(5,41,140,.25);
  -moz-box-shadow:0 6px 40px rgba(5,41,140,.25);
  -ms-box-shadow:0 6px 40px rgba(5,41,140,.25);
  -o-box-shadow:0 6px 40px rgba(5,41,140,.25);
  box-shadow:0 6px 40px rgba(5,41,140,.25)
}
.ct-newsletter-layout2 form.newsletter .tnp-button,
.ct-newsletter-layout2 .tnp-subscription .tnp-button {
  font-size:15px;
  line-height:62px;
  height:auto;
  padding:0 38px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  background-image:-webkit-linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
  background-image:-moz-linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
  background-image:-ms-linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
  background-image:-o-linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
  background-image:linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-box-shadow:0 7px 16px rgba(12,12,12,.22);
  -khtml-box-shadow:0 7px 16px rgba(12,12,12,.22);
  -moz-box-shadow:0 7px 16px rgba(12,12,12,.22);
  -ms-box-shadow:0 7px 16px rgba(12,12,12,.22);
  -o-box-shadow:0 7px 16px rgba(12,12,12,.22);
  box-shadow:0 7px 16px rgba(12,12,12,.22)
}
.ct-newsletter-layout2 form.newsletter .tnp-field-email,
.ct-newsletter-layout2 .tnp-subscription .tnp-field-email {
  margin-right:13px;
  flex-grow:1
}
@media screen and (max-width:767px) {
  .ct-newsletter-layout2 form.newsletter .tnp-field-email,
  .ct-newsletter-layout2 .tnp-subscription .tnp-field-email {
    margin-right:0;
    margin-bottom:10px
  }
}
@media screen and (max-width:767px) {
  .ct-newsletter-layout2 form.newsletter .tnp-field-button,
  .ct-newsletter-layout2 .tnp-subscription .tnp-field-button {
    text-align:center
  }
}
.ct-newsletter-layout2 .ct-newsletter-layer1,
.ct-newsletter-layout2 .ct-newsletter-layer2 {
  position:absolute;
  background-position:50%;
  background-repeat:no-repeat;
  z-index:-1
}
.ct-newsletter-layout2 .ct-newsletter-layer1 {
  background-image:url(../images/fr-newsletter-layer1.png);
  left:11%;
  top:30%;
  width:100px;
  height:33px;
  -webkit-animation:NewsletterAnimated1 10s infinite linear;
  -moz-animation:NewsletterAnimated1 10s infinite linear;
  -o-animation:NewsletterAnimated1 10s infinite linear;
  animation:NewsletterAnimated1 10s infinite linear
}
.ct-newsletter-layout2 .ct-newsletter-layer2 {
  background-image:url(../images/fr-newsletter-layer2.png);
  top:32%;
  right:14%;
  width:74px;
  height:24px;
  -webkit-animation:NewsletterAnimated1 15s infinite linear;
  -moz-animation:NewsletterAnimated1 15s infinite linear;
  -o-animation:NewsletterAnimated1 15s infinite linear;
  animation:NewsletterAnimated1 15s infinite linear
}
.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:#e73d8e;
  background-color:#fff;
  text-align:center;
  margin-right:4px;
  margin-bottom:8px
}
.ct-icon1 a i.fa-facebook {
  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-cta-wrapper {
  background-color:#fff;
  padding:29px 30px;
  -webkit-box-shadow:0 0 27px rgba(29,47,60,.18);
  -khtml-box-shadow:0 0 27px rgba(29,47,60,.18);
  -moz-box-shadow:0 0 27px rgba(29,47,60,.18);
  -ms-box-shadow:0 0 27px rgba(29,47,60,.18);
  -o-box-shadow:0 0 27px rgba(29,47,60,.18);
  box-shadow:0 0 27px rgba(29,47,60,.18);
  position:relative;
  z-index:1
}
@media screen and (max-width:767px) {
  .ct-cta-wrapper {
    padding-left:20px;
    padding-right:20px
  }
}
.ct-cta-wrapper:before {
  content:'';
  height:27px;
  left:57px;
  right:57px;
  position:absolute;
  bottom:-27px;
  background-color:rgba(255,255,255,.6);
  z-index:-1
}
@media screen and (max-width:991px) {
  .ct-cta-wrapper:before {
    left:30px;
    right:30px
  }
}
.ct-cta-wrapper .ct-cta-title {
  margin:12px 0;
  font-size:36px;
  padding:0 15px;
  flex-grow:1
}
.ct-cta-wrapper .ct-cta-title cite {
  font-family:playfair display;
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1');
  padding-right:10px
}
@media screen and (max-width:991px) {
  .ct-cta-wrapper .ct-cta-title {
    font-size:30px
  }
}
@media screen and (max-width:991px) {
  .ct-cta-wrapper .ct-cta-title {
    font-size:26px
  }
}
.ct-cta-wrapper .ct-cta-button {
  padding:0 15px;
  margin:12px 0
}
.ct-cta-wrapper .ct-cta-button .btn {
  line-height:56px;
  padding:0 50px
}
.ct-cta-wrapper .ct-cta-inner {
  max-width:920px;
  margin:auto
}
.ct-cta-wrapper .ct-cta-inner .ct-cta-holer {
  margin:0 -15px;
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
.item-meta {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:0;
  list-style:none
}
.item-meta li {
  font-size:14px;
  color:#6787c0;
  margin-right:20px
}
.item-meta li i {
  margin-right:4px
}
.item-meta li a {
  color:inherit
}
.item-meta li a:hover {
  color:#e73d8e
}
.ct-grid-blog1 .item-title,
.ct-carousel-blog1 .item-title,
.ct-carousel-blog2 .item-title {
  margin-bottom:24px;
  font-size:20px;
  line-height:30px
}
.ct-grid-blog1 .item-body,
.ct-carousel-blog1 .item-body,
.ct-carousel-blog2 .item-body {
  padding:32px 34px 39px;
  position:relative;
  z-index:1
}
@media screen and (max-width:767px) {
  .ct-grid-blog1 .item-body,
  .ct-carousel-blog1 .item-body,
  .ct-carousel-blog2 .item-body {
    padding-left:20px;
    padding-right:20px;
    padding-bottom:32px
  }
}
.ct-grid-blog1 .item-body:before,
.ct-carousel-blog1 .item-body:before,
.ct-carousel-blog2 .item-body:before {
  content:'';
  background-color:#fff;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  -webkit-box-shadow:0 2px 27px rgba(54,54,54,.13);
  -khtml-box-shadow:0 2px 27px rgba(54,54,54,.13);
  -moz-box-shadow:0 2px 27px rgba(54,54,54,.13);
  -ms-box-shadow:0 2px 27px rgba(54,54,54,.13);
  -o-box-shadow:0 2px 27px rgba(54,54,54,.13);
  box-shadow:0 2px 27px rgba(54,54,54,.13);
  z-index:-1
}
.ct-grid-blog1 .item-meta,
.ct-carousel-blog1 .item-meta,
.ct-carousel-blog2 .item-meta {
  margin-bottom:6px
}
.ct-grid-blog1 .item-featured,
.ct-carousel-blog1 .item-featured,
.ct-carousel-blog2 .item-featured {
  position:relative;
  z-index:2
}
.ct-grid-blog1 .item-featured+.item-body:before,
.ct-carousel-blog1 .item-featured+.item-body:before,
.ct-carousel-blog2 .item-featured+.item-body:before {
  height:calc(100% + 43px);
  height:-webkit-calc(100% + 43px);
  height:-ms-calc(100% + 43px);
  height:-o-calc(100% + 43px);
  top:-43px
}
.ct-grid-blog1 .item-overlay,
.ct-carousel-blog1 .item-overlay,
.ct-carousel-blog2 .item-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(63,2,167,.88)),to(rgba(47,151,231,.88)));
  background-image:-webkit-linear-gradient(bottom,rgba(63,2,167,.88),rgba(47,151,231,.88));
  background-image:-moz-linear-gradient(bottom,rgba(63,2,167,.88),rgba(47,151,231,.88));
  background-image:-ms-linear-gradient(bottom,rgba(63,2,167,.88),rgba(47,151,231,.88));
  background-image:-o-linear-gradient(bottom,rgba(63,2,167,.88),rgba(47,151,231,.88));
  background-image:linear-gradient(bottom,rgba(63,2,167,.88),rgba(47,151,231,.88));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(63, 2, 167, 0.88)',endColorStr='rgba(47, 151, 231, 0.88)');
  -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;
  opacity:0
}
.ct-grid-blog1 .item-overlay a,
.ct-carousel-blog1 .item-overlay a,
.ct-carousel-blog2 .item-overlay a {
  font-size:24px;
  font-weight:500;
  background-color:#fff;
  color:#012068;
  height:54px;
  width:54px;
  -webkit-border-radius:54px;
  -khtml-border-radius:54px;
  -moz-border-radius:54px;
  -ms-border-radius:54px;
  -o-border-radius:54px;
  border-radius:54px;
  text-align:center;
  line-height:54px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  -webkit-transform:translateY(-60px);
  -khtml-transform:translateY(-60px);
  -moz-transform:translateY(-60px);
  -ms-transform:translateY(-60px);
  -o-transform:translateY(-60px);
  transform:translateY(-60px);
  opacity: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;
  transition-delay:.1s;
  -webkit-transition-delay:.1s;
  -ms-transition-delay:.1s;
  -o-transition-delay:.1s
}
.ct-grid-blog1 .item-overlay a:hover,
.ct-carousel-blog1 .item-overlay a:hover,
.ct-carousel-blog2 .item-overlay a:hover {
  background-color:#e73d8e;
  color:#fff;
  transition-delay:0s;
  -webkit-transition-delay:0s;
  -ms-transition-delay:0s;
  -o-transition-delay:0s
}
.ct-grid-blog1 .grid-item-inner,
.ct-carousel-blog1 .grid-item-inner,
.ct-carousel-blog2 .grid-item-inner {
  margin-bottom:36px
}
.ct-grid-blog1 .grid-item-inner:hover .item-overlay,
.ct-carousel-blog1 .grid-item-inner:hover .item-overlay,
.ct-carousel-blog2 .grid-item-inner:hover .item-overlay {
  opacity:1
}
.ct-grid-blog1 .grid-item-inner:hover .item-title a,
.ct-carousel-blog1 .grid-item-inner:hover .item-title a,
.ct-carousel-blog2 .grid-item-inner:hover .item-title a {
  color:#0538af
}
.ct-grid-blog1 .grid-item-inner:hover .item-overlay a,
.ct-carousel-blog1 .grid-item-inner:hover .item-overlay a,
.ct-carousel-blog2 .grid-item-inner:hover .item-overlay a {
  -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-carousel-blog1.style2 .item-title {
  color:#062c97
}
.ct-carousel-blog1.style2 .item-title a:hover {
  color:#00a0e8!important
}
.ct-carousel-blog1.style2 .item-more .btn:before {
  -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 2px 4px rgba(0,0,0,.1)inset;
  -khtml-box-shadow:0 2px 4px rgba(0,0,0,.1)inset;
  -moz-box-shadow:0 2px 4px rgba(0,0,0,.1)inset;
  -ms-box-shadow:0 2px 4px rgba(0,0,0,.1)inset;
  -o-box-shadow:0 2px 4px rgba(0,0,0,.1)inset;
  box-shadow:0 2px 4px rgba(0,0,0,.1)inset
}
.ct-carousel-blog1.style2 .item-more .btn:after {
  -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:#162171;
  background-image:-webkit-gradient(linear,left top,right top,from(#162171),to(#1a36c0));
  background-image:-webkit-linear-gradient(left,#162171,#1a36c0);
  background-image:-moz-linear-gradient(left,#162171,#1a36c0);
  background-image:-ms-linear-gradient(left,#162171,#1a36c0);
  background-image:-o-linear-gradient(left,#162171,#1a36c0);
  background-image:linear-gradient(left,#162171,#1a36c0);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#162171',endColorStr='#1a36c0',gradientType='1')
}
.ct-carousel-blog1.style2 .item-overlay {
  background-color:rgba(22,33,113,.89);
  background-image:-webkit-gradient(linear,left top,right top,from(rgba(22,33,113,.89)),to(rgba(26,54,192,.89)));
  background-image:-webkit-linear-gradient(left,rgba(22,33,113,.89),rgba(26,54,192,.89));
  background-image:-moz-linear-gradient(left,rgba(22,33,113,.89),rgba(26,54,192,.89));
  background-image:-ms-linear-gradient(left,rgba(22,33,113,.89),rgba(26,54,192,.89));
  background-image:-o-linear-gradient(left,rgba(22,33,113,.89),rgba(26,54,192,.89));
  background-image:linear-gradient(left,rgba(22,33,113,.89),rgba(26,54,192,.89));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(22, 33, 113, 0.89)',endColorStr='rgba(26, 54, 192, 0.89)',gradientType='1');
  background-color:initial
}
.ct-carousel-blog1 .owl-stage-outer {
  padding:0 30px;
  margin:0 -30px
}
.ct-carousel-blog1 .owl-stage-outer .owl-item {
  opacity: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
}
.ct-carousel-blog1 .owl-stage-outer .owl-item.active {
  opacity:1
}
.ct-carousel-blog2 .item-body {
  padding:25px 34px 37px
}
@media screen and (max-width:767px) {
  .ct-carousel-blog2 .item-body {
    padding-left:20px;
    padding-right:20px
  }
}
.ct-carousel-blog2 .item-body:before {
  -webkit-box-shadow:none;
  -khtml-box-shadow:none;
  -moz-box-shadow:none;
  -ms-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none
}
.ct-carousel-blog2 .item-meta li {
  color:#8f8f8f
}
.ct-carousel-blog2 .item-title {
  margin-bottom:0
}
.ct-carousel-blog2 .item-overlay {
  -webkit-border-radius:20px 20px 0 0;
  -khtml-border-radius:20px 20px 0 0;
  -moz-border-radius:20px 20px 0 0;
  -ms-border-radius:20px 20px 0 0;
  -o-border-radius:20px 20px 0 0;
  border-radius:20px 20px 0 0
}
.ct-carousel-blog2 .grid-item-inner {
  -webkit-box-shadow:0 9px 35px rgba(0,39,72,.12);
  -khtml-box-shadow:0 9px 35px rgba(0,39,72,.12);
  -moz-box-shadow:0 9px 35px rgba(0,39,72,.12);
  -ms-box-shadow:0 9px 35px rgba(0,39,72,.12);
  -o-box-shadow:0 9px 35px rgba(0,39,72,.12);
  box-shadow:0 9px 35px rgba(0,39,72,.12);
  -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;
  position:relative;
  overflow:hidden;
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  margin-bottom:0
}
.ct-carousel-blog2 .grid-item-inner:hover {
  -webkit-box-shadow:0 9px 46px rgba(0,39,72,.2);
  -khtml-box-shadow:0 9px 46px rgba(0,39,72,.2);
  -moz-box-shadow:0 9px 46px rgba(0,39,72,.2);
  -ms-box-shadow:0 9px 46px rgba(0,39,72,.2);
  -o-box-shadow:0 9px 46px rgba(0,39,72,.2);
  box-shadow:0 9px 46px rgba(0,39,72,.2)
}
.ct-carousel-blog2 .owl-stage-outer {
  padding:30px 40px 50px;
  margin:0 -40px
}
.ct-carousel-blog2 .owl-stage-outer .owl-item {
  opacity: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
}
.ct-carousel-blog2 .owl-stage-outer .owl-item.active {
  opacity:1
}
.ct-image-section {
  position:absolute!important;
  z-index:-1
}
.ct-image-section.slide-based {
  z-index:inherit
}
@media(min-width:768px) and (max-width:991px) {
  .ct-image-section.hidde-md {
    display:none
  }
}
@media screen and (max-width:767px) {
  .ct-image-section.hidde-sm {
    display:none
  }
}
.ct-contact-info-layout1 .ct-contact-info-icon {
  width:67px;
  min-width:67px;
  height:65px;
  line-height:65px;
  color:#fff;
  background-color:#f18fbe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f18fbe),to(#e73d8e));
  background-image:-webkit-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-moz-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-ms-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-o-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:linear-gradient(left,#f18fbe,#e73d8e);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f18fbe',endColorStr='#e73d8e',gradientType='1');
  border-radius:9px;
  text-align:center;
  font-size:18px;
  position:relative;
  margin-right:21px
}
.ct-contact-info-layout1 .ct-contact-info-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%)
}
.ct-contact-info-layout1 .ct-contact-info-title {
  margin-bottom:11px;
  font-size:20px
}
.ct-contact-info-layout1 .ct-contact-info-subtitle {
  font-size:20px;
  font-weight:600;
  color:#3a505f;
  margin-bottom:8px
}
.ct-contact-info-layout1 .ct-contact-info-content {
  font-size:14px;
  line-height:26px
}
.ct-contact-info-layout1 .contact-info-inner {
  display:flex;
  flex-wrap:nowrap
}
.ct-contact-info-layout2 {
  font-size:18px;
  line-height:30px
}
.ct-contact-info-layout2 .ct-contact-info-icon {
  line-height:1;
  width:34px;
  min-width:34px;
  margin-right:10px
}
.ct-contact-info-layout2 .ct-contact-info-icon i {
  font-size:25px;
  color:#291a55
}
.ct-contact-info-layout2 .contact-info-inner {
  display:flex;
  flex-wrap:nowrap
}
.ct-contact-info-layout2+.ct-contact-info-layout2 {
  margin-top:25px
}
@media screen and (min-width:992px) {
  .vc_row-o-equal-height .ct-google-map {
    height:100%
  }
  .vc_row-o-equal-height .ct-google-map .map-render {
    height:100%!important
  }
}
.ct-contact-form-layout2 .wpcf7-form-control:not(.wpcf7-submit) {
  background-color:rgba(255,255,255,.21);
  border:none;
  color:#fff;
  font-size:15px;
  padding-left:24px;
  height: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-contact-form-layout2 .wpcf7-form-control:not(.wpcf7-submit):focus {
  -webkit-box-shadow:0 0 0 1px #e73d8e inset;
  -khtml-box-shadow:0 0 0 1px #e73d8e inset;
  -moz-box-shadow:0 0 0 1px #e73d8e inset;
  -ms-box-shadow:0 0 0 1px #e73d8e inset;
  -o-box-shadow:0 0 0 1px #e73d8e inset;
  box-shadow:0 0 0 1px #e73d8e inset
}
.ct-contact-form-layout2 .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid {
  -webkit-box-shadow:0 0 0 1px #f13c3c inset;
  -khtml-box-shadow:0 0 0 1px #f13c3c inset;
  -moz-box-shadow:0 0 0 1px #f13c3c inset;
  -ms-box-shadow:0 0 0 1px #f13c3c inset;
  -o-box-shadow:0 0 0 1px #f13c3c inset;
  box-shadow:0 0 0 1px #f13c3c inset
}
.ct-contact-form-layout2 .wpcf7-form-control.wpcf7-select span.current {
  line-height:45px
}
.ct-contact-form-layout2 .wpcf7-form-control.wpcf7-select:after {
  color:#fff
}
.ct-contact-form-layout2 .wpcf7-form-control.wpcf7-textarea {
  height:113px
}
.ct-contact-form-layout3 {
  background-color:#041048;
  padding:66px 60px 50px;
  background-image:url(../images/bg-contact-form.png);
  background-size:cover;
  background-position:50%;
  background-repeat:no-repeat
}
@media screen and (max-width:1199px) {
  .ct-contact-form-layout3 {
    padding-left:30px;
    padding-right:30px
  }
}
.ct-contact-form-layout3 .wpcf7-form-control:not(.wpcf7-submit) {
  background-color:#162156;
  border:none;
  color:#fff;
  font-size:15px;
  font-weight:500;
  padding-left:24px;
  height:68px;
  -webkit-border-radius:0;
  -khtml-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0
}
.ct-contact-form-layout3 .wpcf7-form-control:not(.wpcf7-submit):focus {
  -webkit-box-shadow:0 0 0 1px #00a0e8 inset;
  -khtml-box-shadow:0 0 0 1px #00a0e8 inset;
  -moz-box-shadow:0 0 0 1px #00a0e8 inset;
  -ms-box-shadow:0 0 0 1px #00a0e8 inset;
  -o-box-shadow:0 0 0 1px #00a0e8 inset;
  box-shadow:0 0 0 1px #00a0e8 inset
}
.ct-contact-form-layout3 .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid {
  -webkit-box-shadow:0 0 0 1px #f13c3c inset;
  -khtml-box-shadow:0 0 0 1px #f13c3c inset;
  -moz-box-shadow:0 0 0 1px #f13c3c inset;
  -ms-box-shadow:0 0 0 1px #f13c3c inset;
  -o-box-shadow:0 0 0 1px #f13c3c inset;
  box-shadow:0 0 0 1px #f13c3c inset
}
.ct-contact-form-layout3 .wpcf7-form-control.wpcf7-select span.current {
  line-height:68px
}
.ct-contact-form-layout3 .wpcf7-form-control.wpcf7-select:after {
  color:#fff
}
.ct-contact-form-layout3 .wpcf7-form-control.wpcf7-textarea {
  height:135px
}
.ct-contact-form-layout3 .wpcf7-form button.wpcf7-submit {
  background-image:none;
  line-height:56px;
  padding:0 50px;
  margin-top:3px
}
.ct-contact-form-layout3 .wpcf7-form button.wpcf7-submit:hover {
  -webkit-box-shadow:0 13px 18px rgba(0,160,232,.29);
  -khtml-box-shadow:0 13px 18px rgba(0,160,232,.29);
  -moz-box-shadow:0 13px 18px rgba(0,160,232,.29);
  -ms-box-shadow:0 13px 18px rgba(0,160,232,.29);
  -o-box-shadow:0 13px 18px rgba(0,160,232,.29);
  box-shadow:0 13px 18px rgba(0,160,232,.29)
}
.ct-contact-form-layout3 .row {
  margin:0 -9px
}
.ct-contact-form-layout3 .row>div {
  padding:0 9px;
  margin-bottom:18px
}
.ct-contact-form-layout4 {
  background-image:-webkit-linear-gradient(100deg,#00a0e8,#1a36c0);
  background-image:-moz-linear-gradient(100deg,#00a0e8,#1a36c0);
  background-image:-ms-linear-gradient(100deg,#00a0e8,#1a36c0);
  background-image:-o-linear-gradient(100deg,#00a0e8,#1a36c0);
  background-image:linear-gradient(100deg,#00a0e8,#1a36c0);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a0e8',endColorStr='#1a36c0');
  padding:50px 74px 52px;
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 13px 18px rgba(0,160,232,.29);
  -khtml-box-shadow:0 13px 18px rgba(0,160,232,.29);
  -moz-box-shadow:0 13px 18px rgba(0,160,232,.29);
  -ms-box-shadow:0 13px 18px rgba(0,160,232,.29);
  -o-box-shadow:0 13px 18px rgba(0,160,232,.29);
  box-shadow:0 13px 18px rgba(0,160,232,.29);
  position:relative;
  z-index:1
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout4 {
    padding-left:30px;
    padding-right:30px
  }
}
.ct-contact-form-layout4:before,
.ct-contact-form-layout4:after {
  content:'';
  width:174px;
  height:61px;
  background-image:url(../images/fr-seo.png);
  background-repeat:no-repeat;
  position:absolute;
  z-index:-1
}
.ct-contact-form-layout4:before {
  top:12px;
  left:12px;
  opacity:.77
}
.ct-contact-form-layout4:after {
  right:12px;
  bottom:12px;
  opacity:.53
}
.ct-contact-form-layout4 .ct-contact-form-inner {
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
@media screen and (max-width:1199px) {
  .ct-contact-form-layout4 .ct-contact-form-inner {
    display:block;
    text-align:center
  }
}
.ct-contact-form-layout4 .form-title {
  color:#fff;
  margin-bottom:0;
  font-size:30px;
  padding-right:30px;
  width:48%
}
@media screen and (max-width:1199px) {
  .ct-contact-form-layout4 .form-title {
    width:100%;
    margin-bottom:30px;
    padding-right:0
  }
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout4 .form-title {
    font-size:26px
  }
}
.ct-contact-form-layout4 .wpcf7 {
  width:52%
}
@media screen and (max-width:1199px) {
  .ct-contact-form-layout4 .wpcf7 {
    width:100%
  }
}
.ct-contact-form-layout4 .wpcf7-form {
  display:flex;
  flex-wrap:nowrap;
  align-items:center
}
@media screen and (max-width:1199px) {
  .ct-contact-form-layout4 .wpcf7-form {
    justify-content:center
  }
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout4 .wpcf7-form {
    display:block
  }
}
.ct-contact-form-layout4 .wpcf7-form .wpcf7-text {
  font-size:16px;
  height:53px;
  font-weight:600;
  color:#8a90bd;
  text-align:center;
  -webkit-border-radius:53px;
  -khtml-border-radius:53px;
  -moz-border-radius:53px;
  -ms-border-radius:53px;
  -o-border-radius:53px;
  border-radius:53px;
  border:none
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout4 .wpcf7-form .wpcf7-text {
    font-size:14px
  }
}
.ct-contact-form-layout4 .wpcf7-form .wpcf7-submit {
  background-color:#00a0e8;
  background-image:none;
  font-weight:600;
  line-height:53px;
  padding:0 34px;
  -webkit-box-shadow:0 9px 10px rgba(0,0,0,.19);
  -khtml-box-shadow:0 9px 10px rgba(0,0,0,.19);
  -moz-box-shadow:0 9px 10px rgba(0,0,0,.19);
  -ms-box-shadow:0 9px 10px rgba(0,0,0,.19);
  -o-box-shadow:0 9px 10px rgba(0,0,0,.19);
  box-shadow:0 9px 10px rgba(0,0,0,.19);
  margin:0
}
.ct-contact-form-layout4 .wpcf7-form .wpcf7-submit: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-contact-form-layout4 .stt-one {
  height:34px;
  width:34px;
  line-height:34px;
  text-align:center;
  -webkit-border-radius:34px;
  -khtml-border-radius:34px;
  -moz-border-radius:34px;
  -ms-border-radius:34px;
  -o-border-radius:34px;
  border-radius:34px;
  color:#fff;
  background-color:#162171;
  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%);
  font-size:16px;
  font-weight:600;
  left:12px;
  z-index:1
}
.ct-contact-form-layout4 .stt-one+.wpcf7-form-control-wrap .wpcf7-text {
  padding-left:48px
}
.ct-contact-form-layout4 .input-filled {
  margin-bottom:0;
  position:relative
}
.ct-contact-form-layout4 .icon-gap {
  width:37px;
  min-width:37px;
  height:13px;
  display:inline-block;
  background-image:url(../images/fr-icon-gap.png);
  background-repeat:no-repeat;
  background-position:50%;
  margin:0 11px
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout4 .icon-gap {
    margin:21px 0 11px
  }
}
.ct-contact-form-layout4 .wpcf7-response-output {
  position:absolute;
  bottom:-58px;
  left:0;
  right:0;
  margin:auto;
  border-radius:5px;
  text-align:center
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout4 .wpcf7-response-output {
    bottom:-75px
  }
}
.ct-contact-form-layout5 {
  padding:59px 40px 70px;
  -webkit-border-radius:28px;
  -khtml-border-radius:28px;
  -moz-border-radius:28px;
  -ms-border-radius:28px;
  -o-border-radius:28px;
  border-radius:28px;
  background-color:#32c6f6 40%;
  background-image:-webkit-gradient(linear,left top,right top,from(#32c6f6 40%),to(#0042ff));
  background-image:-webkit-linear-gradient(left,#32c6f6 40%,#0042ff);
  background-image:-moz-linear-gradient(left,#32c6f6 40%,#0042ff);
  background-image:-ms-linear-gradient(left,#32c6f6 40%,#0042ff);
  background-image:-o-linear-gradient(left,#32c6f6 40%,#0042ff);
  background-image:linear-gradient(left,#32c6f6 40%,#0042ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#32c6f6 40%',endColorStr='#0042ff',gradientType='1');
  position:relative;
  z-index:1;
  -webkit-box-shadow:0 7px 35px rgba(1,43,152,.38);
  -khtml-box-shadow:0 7px 35px rgba(1,43,152,.38);
  -moz-box-shadow:0 7px 35px rgba(1,43,152,.38);
  -ms-box-shadow:0 7px 35px rgba(1,43,152,.38);
  -o-box-shadow:0 7px 35px rgba(1,43,152,.38);
  box-shadow:0 7px 35px rgba(1,43,152,.38)
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout5 {
    padding-left:20px;
    padding-right:20px
  }
}
.ct-contact-form-layout5:before {
  content:'';
  z-index:-1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(../images/seo-check-bg.png);
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover;
  position:absolute;
  -webkit-box-shadow:0 2px 8px rgba(0,0,0,.29)inset;
  -khtml-box-shadow:0 2px 8px rgba(0,0,0,.29)inset;
  -moz-box-shadow:0 2px 8px rgba(0,0,0,.29)inset;
  -ms-box-shadow:0 2px 8px rgba(0,0,0,.29)inset;
  -o-box-shadow:0 2px 8px rgba(0,0,0,.29)inset;
  box-shadow:0 2px 8px rgba(0,0,0,.29)inset;
  -webkit-border-radius:28px;
  -khtml-border-radius:28px;
  -moz-border-radius:28px;
  -ms-border-radius:28px;
  -o-border-radius:28px;
  border-radius:28px
}
.ct-contact-form-layout5:after {
  content:'';
  width:163px;
  height:368px;
  background-image:url(../images/seo-check.png);
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover;
  position:absolute;
  bottom:-14px;
  left:30px;
  z-index:-1
}
.ct-contact-form-layout5 .form-title {
  color:#fff;
  text-align:center;
  margin-bottom:13px;
  font-size:36px;
  text-shadow:0 2px 2px rgba(1,43,152,.38);
  -webkit-text-shadow:0 2px 2px rgba(1,43,152,.38)
}
.ct-contact-form-layout5 .form-description {
  color:#fff;
  text-align:center;
  max-width:450px;
  margin:0 auto 36px
}
.ct-contact-form-layout5 .ct-contact-form-inner {
  max-width:650px;
  margin:auto
}
.ct-contact-form-layout5 .fr-seo-check1 {
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  background-color:#fff;
  padding:6px;
  -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 6px 40px rgba(5,41,140,.25);
  -khtml-box-shadow:0 6px 40px rgba(5,41,140,.25);
  -moz-box-shadow:0 6px 40px rgba(5,41,140,.25);
  -ms-box-shadow:0 6px 40px rgba(5,41,140,.25);
  -o-box-shadow:0 6px 40px rgba(5,41,140,.25);
  box-shadow:0 6px 40px rgba(5,41,140,.25)
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout5 .fr-seo-check1 {
    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;
    display:block;
    max-width:280px;
    margin:auto;
    text-align:center
  }
}
.ct-contact-form-layout5 .wpcf7-form .input-filled {
  margin-bottom:0
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout5 .wpcf7-form .input-filled {
    margin-bottom:10px
  }
}
.ct-contact-form-layout5 .wpcf7-form .input-filled.space-line .wpcf7-form-control {
  border-left:1px solid #8b7f99
}
@media screen and (max-width:767px) {
  .ct-contact-form-layout5 .wpcf7-form .input-filled.space-line .wpcf7-form-control {
    border:none
  }
}
.ct-contact-form-layout5 .wpcf7-form .wpcf7-response-output {
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px
}
.ct-contact-form-layout5 .wpcf7-form .wpcf7-submit {
  margin:0;
  line-height:49px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  padding:0 36px;
  background-image:-webkit-linear-gradient(90deg,#ffe712 0%,#ed585a 50%,#ffe712);
  background-image:-moz-linear-gradient(90deg,#ffe712 0%,#ed585a 50%,#ffe712);
  background-image:-ms-linear-gradient(90deg,#ffe712 0%,#ed585a 50%,#ffe712);
  background-image:-o-linear-gradient(90deg,#ffe712 0%,#ed585a 50%,#ffe712);
  background-image:linear-gradient(90deg,#ffe712 0%,#ed585a 50%,#ffe712);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-box-shadow:0 2px 2px rgba(12,12,12,.22);
  -khtml-box-shadow:0 2px 2px rgba(12,12,12,.22);
  -moz-box-shadow:0 2px 2px rgba(12,12,12,.22);
  -ms-box-shadow:0 2px 2px rgba(12,12,12,.22);
  -o-box-shadow:0 2px 2px rgba(12,12,12,.22);
  box-shadow:0 2px 2px rgba(12,12,12,.22)
}
@media screen and (min-width:768px) {
  .ct-contact-form-layout5 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    color:#180033;
    height:28px;
    border:none;
    padding:0 32px;
    -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:767px) {
  .ct-contact-form-layout5 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    border:none;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px
  }
}
.ct-contact-form-layout5 .fr-layer1,
.ct-contact-form-layout5 .fr-layer2,
.ct-contact-form-layout5 .fr-layer3 {
  position:absolute;
  background-position:50%;
  background-repeat:no-repeat;
  z-index:-1
}
.ct-contact-form-layout5 .fr-layer1 {
  background-image:url(../images/seo-check-layer1.png);
  left:17%;
  top:23%;
  width:112px;
  height:34px;
  -webkit-animation:NewsletterAnimated1 10s infinite linear;
  -moz-animation:NewsletterAnimated1 10s infinite linear;
  -o-animation:NewsletterAnimated1 10s infinite linear;
  animation:NewsletterAnimated1 10s infinite linear
}
.ct-contact-form-layout5 .fr-layer2 {
  background-image:url(../images/seo-check-layer2.png);
  top:45px;
  left:50%;
  width:91px;
  height:31px;
  -webkit-animation:NewsletterAnimated1 15s infinite linear;
  -moz-animation:NewsletterAnimated1 15s infinite linear;
  -o-animation:NewsletterAnimated1 15s infinite linear;
  animation:NewsletterAnimated1 15s infinite linear
}
.ct-contact-form-layout5 .fr-layer3 {
  background-image:url(../images/seo-check-layer3.png);
  right:16%;
  top:25%;
  width:96px;
  height:34px;
  -webkit-animation:NewsletterAnimated2 20s infinite linear;
  -moz-animation:NewsletterAnimated2 20s infinite linear;
  -o-animation:NewsletterAnimated2 20s infinite linear;
  animation:NewsletterAnimated2 20s infinite linear
}
.ct-accordion.custom-max-width {
  max-width:690px
}
.ct-accordion .card-header {
  border:none;
  background-color:initial;
  padding:0
}
.ct-accordion .card-body {
  font-size:15px;
  line-height:26px;
  padding:0 40px 24px 37px
}
.ct-accordion .card-title {
  font-size:18px;
  margin-bottom:0;
  line-height:26px
}
.ct-accordion .card-title a {
  display:block;
  padding:27px 60px 27px 37px;
  cursor:pointer;
  position:relative;
  color:inherit
}
.ct-accordion .card-title a:hover {
  color:inherit
}
.ct-accordion .card-title a .card-arrow {
  width:80px;
  height:80px;
  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;
  position:absolute;
  text-align:center;
  line-height:80px;
  font-size:16px;
  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 .card-title a .card-arrow.active {
  -webkit-transform:translate(0,-50%)scale(0);
  -khtml-transform:translate(0,-50%)scale(0);
  -moz-transform:translate(0,-50%)scale(0);
  -ms-transform:translate(0,-50%)scale(0);
  -o-transform:translate(0,-50%)scale(0);
  transform:translate(0,-50%)scale(0)
}
.ct-accordion .card-title a .card-arrow.active i {
  height:21px;
  width:21px;
  font-size:12px;
  color:#fff;
  background-color:#9ba2aa;
  -webkit-border-radius:21px;
  -khtml-border-radius:21px;
  -moz-border-radius:21px;
  -ms-border-radius:21px;
  -o-border-radius:21px;
  border-radius:21px;
  line-height:21px
}
.ct-accordion .card {
  border:1px solid #e6e6e6;
  -webkit-border-radius:0;
  -khtml-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  position:relative
}
.ct-accordion .card: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;
  height:100%;
  width:6px;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1');
  position:absolute;
  top:0;
  left:0;
  opacity:0
}
.ct-accordion .card+.card {
  margin-top:19px
}
.ct-accordion .card.active {
  border:transparent;
  border-left:none;
  -webkit-box-shadow:0 0 25px rgba(0,0,0,.15);
  -khtml-box-shadow:0 0 25px rgba(0,0,0,.15);
  -moz-box-shadow:0 0 25px rgba(0,0,0,.15);
  -ms-box-shadow:0 0 25px rgba(0,0,0,.15);
  -o-box-shadow:0 0 25px rgba(0,0,0,.15);
  box-shadow:0 0 25px rgba(0,0,0,.15)
}
.ct-accordion .card.active:before {
  opacity:1
}
.ct-accordion .card.active .card-title a {
  padding-bottom:8px
}
.ct-accordion .card.active .card-title .card-arrow:not(.active) {
  -webkit-transform:translate(0,-50%)scale(0);
  -khtml-transform:translate(0,-50%)scale(0);
  -moz-transform:translate(0,-50%)scale(0);
  -ms-transform:translate(0,-50%)scale(0);
  -o-transform:translate(0,-50%)scale(0);
  transform:translate(0,-50%)scale(0)
}
.ct-accordion .card.active .card-title .card-arrow.active {
  -webkit-transform:translate(0,-50%)scale(1);
  -khtml-transform:translate(0,-50%)scale(1);
  -moz-transform:translate(0,-50%)scale(1);
  -ms-transform:translate(0,-50%)scale(1);
  -o-transform:translate(0,-50%)scale(1);
  transform:translate(0,-50%)scale(1)
}
.ct-testimonial .testimonial-rating {
  position:relative;
  z-index:1;
  line-height:1;
  display:flex;
  flex-wrap:nowrap;
  justify-content:center
}
.ct-testimonial .testimonial-rating span:before {
  font-family:FontAwesome;
  content:"\f005";
  color:#f3b945;
  font-size:18px;
  letter-spacing:3px
}
.ct-testimonial .testimonial-rating.star4 span:nth-child(5):before {
  color:#adbbcf
}
.ct-testimonial .testimonial-rating.star3 span:nth-child(4):before,
.ct-testimonial .testimonial-rating.star3 span:nth-child(5):before {
  color:#adbbcf
}
.ct-testimonial .testimonial-rating.star2 span:nth-child(3):before,
.ct-testimonial .testimonial-rating.star2 span:nth-child(4):before,
.ct-testimonial .testimonial-rating.star2 span:nth-child(5):before {
  color:#adbbcf
}
.ct-testimonial-carousel1 .testimonial-icon {
  font-size:170px;
  height:47px;
  width:65px;
  position:absolute;
  top:-17px;
  right:36px;
  font-family:playfair display;
  line-height:110px;
  -webkit-transform:rotate(180deg);
  -khtml-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
  -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 .testimonial-icon.text-gradient,
.ct-testimonial-carousel1 #header-wrap .site-menu-phone .menu-phone-icon .fac-phone.testimonial-icon,
#header-wrap .site-menu-phone .menu-phone-icon .ct-testimonial-carousel1 .fac-phone.testimonial-icon,
.ct-testimonial-carousel1 .single-post .post-previous-next a span:nth-child(1).testimonial-icon,
.single-post .post-previous-next a .ct-testimonial-carousel1 span:nth-child(1).testimonial-icon,
.ct-testimonial-carousel1 .rev_slider cite.testimonial-icon,
.rev_slider .ct-testimonial-carousel1 cite.testimonial-icon,
.ct-testimonial-carousel1 .revslider-initialised cite.testimonial-icon,
.revslider-initialised .ct-testimonial-carousel1 cite.testimonial-icon,
.ct-testimonial-carousel1 .ct-heading .ct-heading-tag cite.testimonial-icon,
.ct-heading .ct-heading-tag .ct-testimonial-carousel1 cite.testimonial-icon,
.ct-testimonial-carousel1 .ct-cta-wrapper .ct-cta-title cite.testimonial-icon,
.ct-cta-wrapper .ct-cta-title .ct-testimonial-carousel1 cite.testimonial-icon,
.ct-testimonial-carousel1 .ct-counter-default .ct-counter-digit span.testimonial-icon,
.ct-counter-default .ct-counter-digit .ct-testimonial-carousel1 span.testimonial-icon {
  background-color:#ff9723;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff9723),to(#ff5b11));
  background-image:-webkit-linear-gradient(left,#ff9723,#ff5b11);
  background-image:-moz-linear-gradient(left,#ff9723,#ff5b11);
  background-image:-ms-linear-gradient(left,#ff9723,#ff5b11);
  background-image:-o-linear-gradient(left,#ff9723,#ff5b11);
  background-image:linear-gradient(left,#ff9723,#ff5b11);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9723',endColorStr='#ff5b11',gradientType='1');
  opacity:0
}
.ct-testimonial-carousel1 .testimonial-icon.text-gray {
  color:#e0e0e0
}
.ct-testimonial-carousel1 .testimonial-featured {
  margin:0 auto 20px;
  width:88px;
  height:88px;
  border:3px solid #5b5cfb;
  padding:3px;
  -webkit-border-radius:88px;
  -khtml-border-radius:88px;
  -moz-border-radius:88px;
  -ms-border-radius:88px;
  -o-border-radius:88px;
  border-radius:88px
}
.ct-testimonial-carousel1 .testimonial-featured img {
  -webkit-border-radius:88px;
  -khtml-border-radius:88px;
  -moz-border-radius:88px;
  -ms-border-radius:88px;
  -o-border-radius:88px;
  border-radius:88px
}
.ct-testimonial-carousel1 .testimonial-content {
  font-size:15px;
  line-height:26px;
  color:#012068;
  margin-bottom:20px
}
.ct-testimonial-carousel1 .testimonial-title {
  font-size:20px;
  margin-bottom:0
}
.ct-testimonial-carousel1 .testimonial-position {
  font-size:15px;
  color:#9c9c9c
}
.ct-testimonial-carousel1 .testimonial-item {
  position:relative;
  text-align:center;
  padding:33px 50px 28px;
  background-color:#fff;
  -webkit-box-shadow:0 5px 21px rgba(106,89,47,.23);
  -khtml-box-shadow:0 5px 21px rgba(106,89,47,.23);
  -moz-box-shadow:0 5px 21px rgba(106,89,47,.23);
  -ms-box-shadow:0 5px 21px rgba(106,89,47,.23);
  -o-box-shadow:0 5px 21px rgba(106,89,47,.23);
  box-shadow:0 5px 21px rgba(106,89,47,.23);
  -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-testimonial-carousel1 .testimonial-item {
    padding-left:30px;
    padding-right:30px
  }
}
@media screen and (max-width:767px) {
  .ct-testimonial-carousel1 .testimonial-item {
    padding-left:20px;
    padding-right:20px
  }
}
.ct-testimonial-carousel1 .testimonial-item:before {
  content:'';
  height:5px;
  width:0%;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1');
  opacity:0
}
.ct-testimonial-carousel1 .testimonial-item:hover {
  -webkit-transform:translateY(-23px);
  -khtml-transform:translateY(-23px);
  -moz-transform:translateY(-23px);
  -ms-transform:translateY(-23px);
  -o-transform:translateY(-23px);
  transform:translateY(-23px)
}
.ct-testimonial-carousel1 .testimonial-item:hover:before {
  width:100%;
  opacity:1
}
.ct-testimonial-carousel1 .testimonial-item:hover .testimonial-icon.text-gradient,
.ct-testimonial-carousel1 .testimonial-item:hover #header-wrap .site-menu-phone .menu-phone-icon .fac-phone.testimonial-icon,
#header-wrap .site-menu-phone .menu-phone-icon .ct-testimonial-carousel1 .testimonial-item:hover .fac-phone.testimonial-icon,
.ct-testimonial-carousel1 .testimonial-item:hover .single-post .post-previous-next a span:nth-child(1).testimonial-icon,
.single-post .post-previous-next a .ct-testimonial-carousel1 .testimonial-item:hover span:nth-child(1).testimonial-icon,
.ct-testimonial-carousel1 .testimonial-item:hover .rev_slider cite.testimonial-icon,
.rev_slider .ct-testimonial-carousel1 .testimonial-item:hover cite.testimonial-icon,
.ct-testimonial-carousel1 .testimonial-item:hover .revslider-initialised cite.testimonial-icon,
.revslider-initialised .ct-testimonial-carousel1 .testimonial-item:hover cite.testimonial-icon,
.ct-testimonial-carousel1 .testimonial-item:hover .ct-heading .ct-heading-tag cite.testimonial-icon,
.ct-heading .ct-heading-tag .ct-testimonial-carousel1 .testimonial-item:hover cite.testimonial-icon,
.ct-testimonial-carousel1 .testimonial-item:hover .ct-cta-wrapper .ct-cta-title cite.testimonial-icon,
.ct-cta-wrapper .ct-cta-title .ct-testimonial-carousel1 .testimonial-item:hover cite.testimonial-icon,
.ct-testimonial-carousel1 .testimonial-item:hover .ct-counter-default .ct-counter-digit span.testimonial-icon,
.ct-counter-default .ct-counter-digit .ct-testimonial-carousel1 .testimonial-item:hover span.testimonial-icon {
  opacity:1
}
.ct-testimonial-carousel1 .testimonial-item:hover .testimonial-icon.text-gray {
  opacity:0
}
.ct-testimonial-carousel1 .owl-stage-outer {
  padding:40px 30px;
  margin:0 -30px
}
.ct-testimonial-carousel1 .owl-stage-outer .owl-item {
  opacity: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
}
.ct-testimonial-carousel1 .owl-stage-outer .owl-item.active {
  opacity:1
}
.ct-testimonial-carousel2 .testimonial-featured {
  margin:0 auto 26px;
  width:92px;
  height:92px;
  -webkit-box-shadow:0 3px 16px rgba(0,0,0,.54);
  -khtml-box-shadow:0 3px 16px rgba(0,0,0,.54);
  -moz-box-shadow:0 3px 16px rgba(0,0,0,.54);
  -ms-box-shadow:0 3px 16px rgba(0,0,0,.54);
  -o-box-shadow:0 3px 16px rgba(0,0,0,.54);
  box-shadow:0 3px 16px rgba(0,0,0,.54);
  border:3px solid #fff;
  -webkit-border-radius:92px;
  -khtml-border-radius:92px;
  -moz-border-radius:92px;
  -ms-border-radius:92px;
  -o-border-radius:92px;
  border-radius:92px
}
.ct-testimonial-carousel2 .testimonial-featured img {
  -webkit-border-radius:92px;
  -khtml-border-radius:92px;
  -moz-border-radius:92px;
  -ms-border-radius:92px;
  -o-border-radius:92px;
  border-radius:92px
}
.ct-testimonial-carousel2 .testimonial-content {
  font-size:15px;
  line-height:26px;
  margin-bottom:28px;
  -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-carousel2 .testimonial-title {
  font-size:15px;
  margin-bottom:10px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-testimonial-carousel2 .testimonial-item-front {
  position:relative;
  z-index:1;
  padding:44px 40px;
  text-align:center;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
  background-color:#fff;
  -webkit-box-shadow:0 18px 46px rgba(0,8,11,.19);
  -khtml-box-shadow:0 18px 46px rgba(0,8,11,.19);
  -moz-box-shadow:0 18px 46px rgba(0,8,11,.19);
  -ms-box-shadow:0 18px 46px rgba(0,8,11,.19);
  -o-box-shadow:0 18px 46px rgba(0,8,11,.19);
  box-shadow:0 18px 46px rgba(0,8,11,.19);
  backface-visibility:hidden;
  box-sizing:border-box;
  -webkit-transition:all .35s ease;
  -khtml-transition:all .35s ease;
  -moz-transition:all .35s ease;
  -ms-transition:all .35s ease;
  -o-transition:all .35s ease;
  transition:all .35s ease
}
@media screen and (max-width:1400px) {
  .ct-testimonial-carousel2 .testimonial-item-front {
    padding-left:30px;
    padding-right:30px
  }
}
@media screen and (max-width:767px) {
  .ct-testimonial-carousel2 .testimonial-item-front {
    padding-left:20px;
    padding-right:20px
  }
}
.ct-testimonial-carousel2 .testimonial-item-back {
  position:relative;
  z-index:1;
  padding:74px 40px;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1');
  text-align:center;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
  position:absolute;
  top:50%;
  left:0;
  right:0;
  -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 .35s ease;
  -khtml-transition:all .35s ease;
  -moz-transition:all .35s ease;
  -ms-transition:all .35s ease;
  -o-transition:all .35s ease;
  transition:all .35s ease
}
@media screen and (max-width:1400px) {
  .ct-testimonial-carousel2 .testimonial-item-back {
    padding-left:30px;
    padding-right:30px
  }
}
@media screen and (max-width:767px) {
  .ct-testimonial-carousel2 .testimonial-item-back {
    padding-left:20px;
    padding-right:20px
  }
}
@media screen and (max-width:575px) {
  .ct-testimonial-carousel2 .testimonial-item-back {
    left:15px;
    right:15px
  }
}
.ct-testimonial-carousel2 .testimonial-item-back:before {
  content:'';
  z-index:-1;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(../images/bg-testimonial.png);
  background-repeat:no-repeat;
  background-position:50%
}
.ct-testimonial-carousel2 .testimonial-item-back .testimonial-content,
.ct-testimonial-carousel2 .testimonial-item-back .testimonial-title {
  color:#fff
}
.ct-testimonial-carousel2 .testimonial-item-back .testimonial-icon {
  font-size:250px;
  font-weight:700;
  height:76px;
  width:130px;
  position:absolute;
  top:-38px;
  left:11px;
  font-family:playfair display;
  line-height:160px;
  -webkit-transform:rotate(180deg);
  -khtml-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
  -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:#ff9723;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff9723),to(#ff5b11));
  background-image:-webkit-linear-gradient(left,#ff9723,#ff5b11);
  background-image:-moz-linear-gradient(left,#ff9723,#ff5b11);
  background-image:-ms-linear-gradient(left,#ff9723,#ff5b11);
  background-image:-o-linear-gradient(left,#ff9723,#ff5b11);
  background-image:linear-gradient(left,#ff9723,#ff5b11);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9723',endColorStr='#ff5b11',gradientType='1');
  -webkit-text-stroke-width:4px;
  -webkit-text-stroke-color:#fff;
  -ms-text-stroke-color:#fff;
  -o-text-stroke-color:#fff
}
.ct-testimonial-carousel2 .testimonial-item {
  position:relative
}
.ct-testimonial-carousel2 .owl-item.active.center .testimonial-item-front {
  -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-testimonial-carousel2 .owl-item.active.center .testimonial-item-back {
  opacity:1;
  -webkit-transition-delay:.14s;
  -moz-transition-delay:.14s;
  transition-delay:.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-testimonial-carousel2 .owl-stage-outer {
  padding:70px 30px 60px;
  margin:0 -30px
}
.ct-testimonial-carousel3 .testimonial-featured {
  width:66px;
  height:66px;
  min-width:66px;
  margin-right:18px;
  border:5px solid #fff;
  -webkit-border-radius:66px;
  -khtml-border-radius:66px;
  -moz-border-radius:66px;
  -ms-border-radius:66px;
  -o-border-radius:66px;
  border-radius:66px;
  background-color:#fff;
  -webkit-box-shadow:0 7px 6px rgba(0,15,44,.19);
  -khtml-box-shadow:0 7px 6px rgba(0,15,44,.19);
  -moz-box-shadow:0 7px 6px rgba(0,15,44,.19);
  -ms-box-shadow:0 7px 6px rgba(0,15,44,.19);
  -o-box-shadow:0 7px 6px rgba(0,15,44,.19);
  box-shadow:0 7px 6px rgba(0,15,44,.19);
  position:relative;
  z-index:1
}
.ct-testimonial-carousel3 .testimonial-featured:before {
  content:'';
  z-index:-1;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -khtml-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -moz-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -ms-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -o-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -webkit-border-radius:66px;
  -khtml-border-radius:66px;
  -moz-border-radius:66px;
  -ms-border-radius:66px;
  -o-border-radius:66px;
  border-radius:66px
}
.ct-testimonial-carousel3 .testimonial-featured img {
  width:auto;
  -webkit-border-radius:66px;
  -khtml-border-radius:66px;
  -moz-border-radius:66px;
  -ms-border-radius:66px;
  -o-border-radius:66px;
  border-radius:66px
}
.ct-testimonial-carousel3 .testimonial-top {
  background-color:#fff;
  -webkit-border-radius:14px 14px 14px 0;
  -khtml-border-radius:14px 14px 14px 0;
  -moz-border-radius:14px 14px 14px 0;
  -ms-border-radius:14px 14px 14px 0;
  -o-border-radius:14px 14px 14px 0;
  border-radius:14px 14px 14px 0;
  -webkit-box-shadow:0 7px 24px rgba(0,15,44,.18);
  -khtml-box-shadow:0 7px 24px rgba(0,15,44,.18);
  -moz-box-shadow:0 7px 24px rgba(0,15,44,.18);
  -ms-box-shadow:0 7px 24px rgba(0,15,44,.18);
  -o-box-shadow:0 7px 24px rgba(0,15,44,.18);
  box-shadow:0 7px 24px rgba(0,15,44,.18);
  padding:44px 30px 53px 42px;
  font-size:15px;
  line-height:30px;
  color:#555;
  margin-bottom:30px;
  position:relative
}
.ct-testimonial-carousel3 .testimonial-top:before {
  content:'';
  position:absolute;
  bottom:-30px;
  left:0;
  border-style:solid;
  border-width:15px;
  border-color:#fff transparent transparent #fff
}
.ct-testimonial-carousel3 .testimonial-rating {
  justify-content:inherit
}
.ct-testimonial-carousel3 .testimonial-rating span:before {
  letter-spacing:6px;
  font-size:17px
}
.ct-testimonial-carousel3 .testimonial-title {
  font-size:22px;
  margin-bottom:3px
}
.ct-testimonial-carousel3 .testimonial-position {
  font-size:14px;
  color:#777
}
.ct-testimonial-carousel3 .testimonial-bottom {
  display:flex;
  flex-wrap:nowrap;
  padding-bottom:10px
}
.ct-testimonial-carousel3 .testimonial-content {
  margin-bottom:14px
}
.ct-testimonial-carousel3 .owl-stage-outer {
  padding:30px 30px 0;
  margin:0 -30px
}
.ct-testimonial-carousel3 .owl-stage-outer .owl-item {
  opacity: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
}
.ct-testimonial-carousel3 .owl-stage-outer .owl-item.active {
  opacity:1
}
@media screen and (min-width:992px) {
  .ct-testimonial-carousel3.el-offset-right {
    position:relative;
    width:calc(100% + 264px);
    -webkit-width:calc(100% + 264px);
    -ms-width:calc(100% + 264px);
    -o-width:calc(100% + 264px)
  }
}
.ct-grid-team1 .team-featured {
  position:relative;
  -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
}
@media screen and (max-width:767px) {
  .ct-grid-team1 .team-featured img {
    width:100%
  }
}
.ct-grid-team1 .team-featured>a:before {
  content:'';
  z-index:1;
  background-color:rgba(19,30,103,.83);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-transition:all .4s ease;
  -khtml-transition:all .4s ease;
  -moz-transition:all .4s ease;
  -ms-transition:all .4s ease;
  -o-transition:all .4s ease;
  transition:all .4s ease;
  -webkit-transform:translateY(100%);
  -khtml-transform:translateY(100%);
  -moz-transform:translateY(100%);
  -ms-transform:translateY(100%);
  -o-transform:translateY(100%);
  transform:translateY(100%);
  opacity:0;
  transition-delay:.4s;
  -webkit-transition-delay:.4s;
  -ms-transition-delay:.4s;
  -o-transition-delay:.4s;
  -webkit-border-radius:18px;
  -khtml-border-radius:18px;
  -moz-border-radius:18px;
  -ms-border-radius:18px;
  -o-border-radius:18px;
  border-radius:18px
}
.ct-grid-team1 .team-featured .team-social {
  position:absolute;
  bottom:64px;
  right:30px;
  display:flex;
  z-index:2
}
.ct-grid-team1 .team-featured .team-social a {
  font-size:19px;
  color:#fff;
  display:inline-block;
  -webkit-transition:all .4s ease;
  -khtml-transition:all .4s ease;
  -moz-transition:all .4s ease;
  -ms-transition:all .4s ease;
  -o-transition:all .4s ease;
  transition:all .4s ease;
  opacity:0;
  -webkit-transform:translateX(100px);
  -khtml-transform:translateX(100px);
  -moz-transform:translateX(100px);
  -ms-transform:translateX(100px);
  -o-transform:translateX(100px);
  transform:translateX(100px)
}
.ct-grid-team1 .team-featured .team-social a+a {
  margin-left:25px
}
.ct-grid-team1 .team-featured .team-social a:nth-child(4) {
  transition-delay:.1s;
  -webkit-transition-delay:.1s;
  -ms-transition-delay:.1s;
  -o-transition-delay:.1s
}
.ct-grid-team1 .team-featured .team-social a:nth-child(3) {
  transition-delay:.2s;
  -webkit-transition-delay:.2s;
  -ms-transition-delay:.2s;
  -o-transition-delay:.2s
}
.ct-grid-team1 .team-featured .team-social a:nth-child(2) {
  transition-delay:.3s;
  -webkit-transition-delay:.3s;
  -ms-transition-delay:.3s;
  -o-transition-delay:.3s
}
.ct-grid-team1 .team-featured .team-social a:nth-child(1) {
  transition-delay:.4s;
  -webkit-transition-delay:.41s;
  -ms-transition-delay:.4s;
  -o-transition-delay:.4s
}
.ct-grid-team1 .team-icon {
  min-width:56px;
  margin-right:27px
}
@media screen and (max-width:1199px) {
  .ct-grid-team1 .team-icon {
    margin-right:20px;
    min-width:50px
  }
}
.ct-grid-team1 .team-icon a {
  width:56px;
  height:56px;
  line-height:56px;
  background-color:#e73d8e;
  -webkit-border-radius:56px;
  -khtml-border-radius:56px;
  -moz-border-radius:56px;
  -ms-border-radius:56px;
  -o-border-radius:56px;
  border-radius:56px;
  text-align:center;
  font-size:32px;
  color:#fff;
  position:relative;
  display:inline-block
}
.ct-grid-team1 .team-icon 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%)
}
@media screen and (max-width:1199px) {
  .ct-grid-team1 .team-icon a {
    width:50px;
    height:50px;
    line-height:50px;
    font-size:26px
  }
}
.ct-grid-team1 .team-title {
  font-size:22px;
  margin-bottom:4px
}
.ct-grid-team1 .team-title a {
  color:inherit
}
.ct-grid-team1 .team-title a:hover {
  color:#e73d8e
}
.ct-grid-team1 .team-position {
  font-size:15px
}
.ct-grid-team1 .team-holder {
  position:relative;
  z-index:99;
  margin-top:-46px;
  margin-left:47px;
  background-color:#fff;
  padding:19px 33px;
  display:flex;
  flex-wrap:nowrap;
  -webkit-box-shadow:0 6px 35px rgba(0,0,0,9%);
  -khtml-box-shadow:0 6px 35px rgba(0,0,0,9%);
  -moz-box-shadow:0 6px 35px rgba(0,0,0,9%);
  -ms-box-shadow:0 6px 35px rgba(0,0,0,9%);
  -o-box-shadow:0 6px 35px rgba(0,0,0,9%);
  box-shadow:0 6px 35px rgba(0,0,0,9%);
  -webkit-border-radius:0 0 20px 0;
  -khtml-border-radius:0 0 20px 0;
  -moz-border-radius:0 0 20px 0;
  -ms-border-radius:0 0 20px 0;
  -o-border-radius:0 0 20px 0;
  border-radius:0 0 20px 0
}
@media screen and (max-width:1199px) {
  .ct-grid-team1 .team-holder {
    padding-left:28px;
    padding-right:20px;
    margin-left:30px
  }
}
@media screen and (max-width:767px) {
  .ct-grid-team1 .team-holder {
    padding-left:20px
  }
}
.ct-grid-team1 .grid-item-inner {
  margin-bottom:60px
}
.ct-grid-team1 .grid-item-inner:hover .team-featured>a:before {
  -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;
  transition-delay:0s;
  -webkit-transition-delay:0s;
  -ms-transition-delay:0s;
  -o-transition-delay:0s
}
.ct-grid-team1 .grid-item-inner:hover .team-featured .team-social a {
  opacity:1;
  -webkit-transform:translateX(0);
  -khtml-transform:translateX(0);
  -moz-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateX(0)
}
.ct-grid-team1 .grid-item-inner:hover .team-featured .team-social a:nth-child(1) {
  transition-delay:.1s;
  -webkit-transition-delay:.1s;
  -ms-transition-delay:.1s;
  -o-transition-delay:.1s
}
.ct-grid-team1 .grid-item-inner:hover .team-featured .team-social a:nth-child(2) {
  transition-delay:.2s;
  -webkit-transition-delay:.2s;
  -ms-transition-delay:.2s;
  -o-transition-delay:.2s
}
.ct-grid-team1 .grid-item-inner:hover .team-featured .team-social a:nth-child(3) {
  transition-delay:.3s;
  -webkit-transition-delay:.3s;
  -ms-transition-delay:.3s;
  -o-transition-delay:.3s
}
.ct-grid-team1 .grid-item-inner:hover .team-featured .team-social a:nth-child(4) {
  transition-delay:.4s;
  -webkit-transition-delay:.41s;
  -ms-transition-delay:.4s;
  -o-transition-delay:.4s
}
.ct-team-details .team-featured {
  width:33.5%
}
@media screen and (max-width:575px) {
  .ct-team-details .team-featured {
    width:100%;
    margin-bottom:28px
  }
}
.ct-team-details .team-featured img {
  -webkit-border-radius:36px;
  -khtml-border-radius:36px;
  -moz-border-radius:36px;
  -ms-border-radius:36px;
  -o-border-radius:36px;
  border-radius:36px
}
.ct-team-details .team-body {
  width:66.5%
}
@media screen and (max-width:575px) {
  .ct-team-details .team-body {
    width:100%
  }
}
.ct-team-details .team-button .btn {
  padding-left:38px;
  padding-right:38px
}
.ct-team-details .team-title {
  font-size:22px;
  margin-bottom:0;
  color:#223543;
  margin-right:12px
}
.ct-team-details .team-position {
  font-size:14px;
  font-weight:700;
  color:#00a0e8
}
.ct-team-details .team-meta {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin-bottom:12px
}
.ct-team-details .team-info {
  list-style:none;
  font-size:16px;
  line-height:24px;
  display:flex;
  flex-wrap:wrap;
  margin:0 -10px
}
.ct-team-details .team-info i {
  margin-right:13px;
  margin-top:4px
}
.ct-team-details .team-info li {
  width:50%;
  padding:0 10px;
  margin-top:22px;
  display:flex;
  flex-wrap:nowrap;
  align-items:fl
}
@media screen and (max-width:991px) {
  .ct-team-details .team-info li {
    width:100%
  }
}
.ct-team-details .team-info li.info-address {
  width:100%;
  max-width:282px
}
.ct-team-details .team-info li a {
  color:inherit
}
.ct-team-details .team-info li a:hover {
  color:#e73d8e
}
.ct-team-details .team-holder {
  margin-left:-12px;
  margin-right:-12px;
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
.ct-team-details .team-holder>div {
  padding:0 12px;
  margin-top:23px
}
.ct-team-details .team-social a {
  display:inline-block;
  margin-right:6px
}
.ct-team-details .team-social a:hover {
  -webkit-transform:translateY(-6px);
  -khtml-transform:translateY(-6px);
  -moz-transform:translateY(-6px);
  -ms-transform:translateY(-6px);
  -o-transform:translateY(-6px);
  transform:translateY(-6px)
}
.ct-team-details .team-social a i {
  -webkit-box-shadow:0 6px 16px rgba(103,103,103,.36);
  -khtml-box-shadow:0 6px 16px rgba(103,103,103,.36);
  -moz-box-shadow:0 6px 16px rgba(103,103,103,.36);
  -ms-box-shadow:0 6px 16px rgba(103,103,103,.36);
  -o-box-shadow:0 6px 16px rgba(103,103,103,.36);
  box-shadow:0 6px 16px rgba(103,103,103,.36);
  height:37px;
  width:37px;
  background-color:#fff;
  display:inline-block;
  -webkit-border-radius:37px;
  -khtml-border-radius:37px;
  -moz-border-radius:37px;
  -ms-border-radius:37px;
  -o-border-radius:37px;
  border-radius:37px;
  font-size:22px;
  line-height:37px;
  text-align:center
}
.ct-team-details .team-social a i.fa-facebook {
  color:#16599b
}
.ct-team-details .team-social a i.fa-twitter {
  color:#03a9f4
}
.ct-team-details .team-social a i.fa-dribbble {
  color:#ea4c89
}
.ct-team-details .team-social a i.fa-behance {
  color:#0067ff
}
.ct-team-details .ct-team-inner {
  margin:0 -20px;
  display:flex;
  flex-wrap:wrap
}
.ct-team-details .ct-team-inner>div {
  padding:0 20px
}
.ct-fancybox-layout1 .ct-fancybox-icon {
  line-height:1;
  margin-right:26px
}
.ct-fancybox-layout1 .ct-fancybox-icon i {
  font-size:54px;
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1')
}
.ct-fancybox-layout1 .ct-fancybox-title {
  font-size:20px;
  margin-top:2px;
  margin-bottom:6px;
  color:#223543
}
.ct-fancybox-layout1 .ct-fancybox-content {
  font-size:14px;
  line-height:26px
}
.ct-fancybox-layout1 .ct-fancybox-inner {
  display:flex;
  flex-wrap:nowrap
}
.ct-fancybox-layout1.style2 .ct-fancybox-icon {
  margin-right:34px
}
@media screen and (max-width:1199px) {
  .ct-fancybox-layout1.style2 .ct-fancybox-icon {
    margin-right:26px
  }
}
.ct-fancybox-layout1.style2 .ct-fancybox-title {
  margin-top:0;
  color:#1a0233;
  margin-bottom:16px
}
.ct-fancybox-layout1.style2 .ct-fancybox-content {
  color:#555;
  font-size:15px;
  line-height:32px
}
@media screen and (max-width:767px) {
  .ct-fancybox-layout3 {
    position:relative
  }
}
.ct-fancybox-layout3 .ct-fancybox-title {
  font-size:22px;
  margin-bottom:11px;
  margin-top:-2px
}
.ct-fancybox-layout3 .ct-fancybox-title a {
  color:inherit
}
.ct-fancybox-layout3 .ct-fancybox-title a:hover {
  color:#00a0e8
}
.ct-fancybox-layout3 .ct-fancybox-description {
  font-size:15px;
  line-height:26px
}
.ct-fancybox-layout3 .ct-fancybox-icon {
  margin-right:10px;
  line-height:1
}
.ct-fancybox-layout3 .ct-fancybox-icon i {
  font-size:35px;
  color:#00a0e8;
  -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
}
.ct-fancybox-layout3 .ct-fancybox-content {
  background-color:#fff;
  padding:34px 22px 26px;
  -webkit-box-shadow:0 13px 18px rgba(31,53,158,.11);
  -khtml-box-shadow:0 13px 18px rgba(31,53,158,.11);
  -moz-box-shadow:0 13px 18px rgba(31,53,158,.11);
  -ms-box-shadow:0 13px 18px rgba(31,53,158,.11);
  -o-box-shadow:0 13px 18px rgba(31,53,158,.11);
  box-shadow:0 13px 18px rgba(31,53,158,.11);
  display:flex;
  flex-wrap:nowrap;
  position:relative;
  z-index:1
}
.ct-fancybox-layout3 .ct-fancybox-content:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  background-image:url(../images/icon-dot.png);
  background-repeat:repeat;
  width:93px;
  z-index:-1
}
.ct-fancybox-layout3 .ct-fancybox-content:hover .ct-fancybox-icon i {
  -webkit-transform:rotateY(360deg);
  -khtml-transform:rotateY(360deg);
  -moz-transform:rotateY(360deg);
  -ms-transform:rotateY(360deg);
  -o-transform:rotateY(360deg);
  transform:rotateY(360deg)
}
.ct-fancybox-layout3 .ct-fancybox-number {
  font-size:351px;
  line-height:1;
  font-weight:700;
  position:absolute;
  top:-39px;
  left:0;
  text-shadow:0 13px 18px rgba(31,53,158,.29);
  -webkit-text-shadow:0 13px 18px rgba(31,53,158,.29);
  -ms-text-shadow:0 13px 18px rgba(31,53,158,.29);
  -o-text-shadow:0 13px 18px rgba(31,53,158,.29)
}
.ct-fancybox-layout3 .ct-fancybox-number.text-gradient,
.ct-fancybox-layout3 #header-wrap .site-menu-phone .menu-phone-icon .fac-phone.ct-fancybox-number,
#header-wrap .site-menu-phone .menu-phone-icon .ct-fancybox-layout3 .fac-phone.ct-fancybox-number,
.ct-fancybox-layout3 .single-post .post-previous-next a span:nth-child(1).ct-fancybox-number,
.single-post .post-previous-next a .ct-fancybox-layout3 span:nth-child(1).ct-fancybox-number,
.ct-fancybox-layout3 .rev_slider cite.ct-fancybox-number,
.rev_slider .ct-fancybox-layout3 cite.ct-fancybox-number,
.ct-fancybox-layout3 .revslider-initialised cite.ct-fancybox-number,
.revslider-initialised .ct-fancybox-layout3 cite.ct-fancybox-number,
.ct-fancybox-layout3 .ct-heading .ct-heading-tag cite.ct-fancybox-number,
.ct-heading .ct-heading-tag .ct-fancybox-layout3 cite.ct-fancybox-number,
.ct-fancybox-layout3 .ct-cta-wrapper .ct-cta-title cite.ct-fancybox-number,
.ct-cta-wrapper .ct-cta-title .ct-fancybox-layout3 cite.ct-fancybox-number,
.ct-fancybox-layout3 .ct-counter-default .ct-counter-digit span.ct-fancybox-number,
.ct-counter-default .ct-counter-digit .ct-fancybox-layout3 span.ct-fancybox-number {
  background-image:-webkit-gradient(linear,left top,left bottom,from(#162171),to(#1a36c0));
  background-image:-webkit-linear-gradient(top,#162171,#1a36c0);
  background-image:-moz-linear-gradient(top,#162171,#1a36c0);
  background-image:-ms-linear-gradient(top,#162171,#1a36c0);
  background-image:-o-linear-gradient(top,#162171,#1a36c0);
  background-image:linear-gradient(top,#162171,#1a36c0);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#162171',endColorStr='#1a36c0')
}
.ct-fancybox-layout3 .ct-fancybox-number.text-bg {
  background-color:initial;
  background-image:url(../images/number-bg.png);
  background-repeat:no-repeat;
  background-position:50% 40px
}
@media screen and (max-width:767px) {
  .ct-fancybox-layout3 .ct-fancybox-number {
    font-size:300px;
    top:-43px
  }
}
.ct-fancybox-layout3 .ct-fancybox-inner {
  padding-top:85px;
  padding-left:76px
}
@media screen and (max-width:1199px) {
  .ct-fancybox-layout3 .ct-fancybox-inner {
    padding-left:56px
  }
}
@media(min-width:768px) and (max-width:991px) {
  .ct-fancybox-layout3 .ct-fancybox-inner {
    padding-left:30px
  }
}
.ct-fancybox-layout4 .ct-fancybox-icon {
  line-height:1;
  margin-bottom:19px
}
.ct-fancybox-layout4 .ct-fancybox-icon i {
  font-size:78px;
  color:#fff
}
.ct-fancybox-layout4 .ct-fancybox-title {
  margin-bottom:16px;
  font-size:22px;
  color:#fff
}
.ct-fancybox-layout4 .ct-fancybox-content {
  font-size:15px;
  line-height:26px;
  color:#b6c9d6;
  margin-bottom:12px
}
.ct-fancybox-layout4 .ct-fancybox-button a {
  display:inline-block;
  color:#fff;
  -webkit-transform:translateX(60px);
  -khtml-transform:translateX(60px);
  -moz-transform:translateX(60px);
  -ms-transform:translateX(60px);
  -o-transform:translateX(60px);
  transform:translateX(60px);
  opacity:0
}
.ct-fancybox-layout4 .ct-fancybox-button .ct-arrow-right {
  -webkit-transform:translateX(30px);
  -khtml-transform:translateX(30px);
  -moz-transform:translateX(30px);
  -ms-transform:translateX(30px);
  -o-transform:translateX(30px);
  transform:translateX(30px);
  transition-delay:.05s;
  -webkit-transition-delay:.05s;
  -ms-transition-delay:.05s;
  -o-transition-delay:.05s
}
.ct-fancybox-layout4 .ct-fancybox-button .ct-arrow-right:before {
  background-color:#fff;
  transition-delay:.05s;
  -webkit-transition-delay:.05s;
  -ms-transition-delay:.05s;
  -o-transition-delay:.05s
}
.ct-fancybox-layout4 .ct-fancybox-button .ct-arrow-right:after {
  color:#fff
}
.ct-fancybox-layout4 .ct-fancybox-inner {
  position:relative;
  overflow:hidden
}
.ct-fancybox-layout4 .ct-fancybox-inner:hover .ct-fancybox-button a {
  -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-fancybox-layout4 .ct-fancybox-inner:hover .ct-arrow-right {
  -webkit-transform:translateX(0);
  -khtml-transform:translateX(0);
  -moz-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateX(0)
}
.ct-fancybox-layout5 .ct-fancybox-icon {
  height:121px;
  width:121px;
  position:relative;
  z-index:1;
  background-color:#f2f2f6;
  -webkit-border-radius:121px;
  -khtml-border-radius:121px;
  -moz-border-radius:121px;
  -ms-border-radius:121px;
  -o-border-radius:121px;
  border-radius:121px;
  margin:0 auto 34px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-fancybox-layout5 .ct-fancybox-icon i,
.ct-fancybox-layout5 .ct-fancybox-icon img {
  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-fancybox-layout5 .ct-fancybox-icon img {
  max-height:120px
}
.ct-fancybox-layout5 .ct-fancybox-icon i {
  font-size:52px;
  background-color:#ffc96e;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffc96e),to(#ff2cc6));
  background-image:-webkit-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-moz-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-ms-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-o-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:linear-gradient(left,#ffc96e,#ff2cc6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc96e',endColorStr='#ff2cc6',gradientType='1')
}
.ct-fancybox-layout5 .ct-fancybox-icon .ct-fancybox-rotate {
  position:absolute;
  top:10px;
  left:10px;
  bottom:10px;
  right:10px;
  -webkit-border-radius:121px;
  -khtml-border-radius:121px;
  -moz-border-radius:121px;
  -ms-border-radius:121px;
  -o-border-radius:121px;
  border-radius:121px;
  -webkit-animation:service_hexagon 2s infinite linear;
  -moz-animation:service_hexagon 2s infinite linear;
  -o-animation:service_hexagon 2s infinite linear;
  animation:service_hexagon 2s infinite linear;
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused
}
.ct-fancybox-layout5 .ct-fancybox-icon .ct-fancybox-rotate:before,
.ct-fancybox-layout5 .ct-fancybox-icon .ct-fancybox-rotate:after {
  content:'';
  height:16px;
  width:16px;
  -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
}
.ct-fancybox-layout5 .ct-fancybox-icon .ct-fancybox-rotate:before {
  top:0;
  left:0;
  background-color:#ffc96e;
  -webkit-box-shadow:0 4px 8px rgba(255,201,110,.45);
  -khtml-box-shadow:0 4px 8px rgba(255,201,110,.45);
  -moz-box-shadow:0 4px 8px rgba(255,201,110,.45);
  -ms-box-shadow:0 4px 8px rgba(255,201,110,.45);
  -o-box-shadow:0 4px 8px rgba(255,201,110,.45);
  box-shadow:0 4px 8px rgba(255,201,110,.45)
}
.ct-fancybox-layout5 .ct-fancybox-icon .ct-fancybox-rotate:after {
  bottom:0;
  right:0;
  background-color:#ff2cc6;
  -webkit-box-shadow:0 4px 8px rgba(255,44,198,.45);
  -khtml-box-shadow:0 4px 8px rgba(255,44,198,.45);
  -moz-box-shadow:0 4px 8px rgba(255,44,198,.45);
  -ms-box-shadow:0 4px 8px rgba(255,44,198,.45);
  -o-box-shadow:0 4px 8px rgba(255,44,198,.45);
  box-shadow:0 4px 8px rgba(255,44,198,.45)
}
.ct-fancybox-layout5 .ct-fancybox-title {
  margin-bottom:24px;
  font-size:24px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-fancybox-layout5 .ct-fancybox-content {
  font-size:15px;
  line-height:28px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-fancybox-layout5 .ct-fancybox-readmore a {
  width:68px;
  font-size:24px;
  height:68px;
  position:absolute;
  bottom:-34px;
  left:0;
  right:0;
  margin:auto;
  -webkit-border-radius:68px;
  -khtml-border-radius:68px;
  -moz-border-radius:68px;
  -ms-border-radius:68px;
  -o-border-radius:68px;
  border-radius:68px;
  line-height:68px;
  color:#fff;
  font-weight:600;
  overflow:visible
}
.ct-fancybox-layout5 .ct-fancybox-readmore a:before {
  background-image:-webkit-gradient(linear,left top,left bottom,from(#3f02a7),to(#2f97e7));
  background-image:-webkit-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-moz-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-ms-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-o-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:linear-gradient(bottom,#3f02a7,#2f97e7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f02a7',endColorStr='#2f97e7');
  -webkit-box-shadow:0 5px 9px rgba(10,36,120,.39);
  -khtml-box-shadow:0 5px 9px rgba(10,36,120,.39);
  -moz-box-shadow:0 5px 9px rgba(10,36,120,.39);
  -ms-box-shadow:0 5px 9px rgba(10,36,120,.39);
  -o-box-shadow:0 5px 9px rgba(10,36,120,.39);
  box-shadow:0 5px 9px rgba(10,36,120,.39)
}
.ct-fancybox-layout5 .ct-fancybox-readmore a:after {
  background-color:#ffc96e;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffc96e),to(#ff2cc6));
  background-image:-webkit-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-moz-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-ms-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-o-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:linear-gradient(left,#ffc96e,#ff2cc6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc96e',endColorStr='#ff2cc6',gradientType='1');
  -webkit-box-shadow:0 5px 9px rgba(255,44,198,.39);
  -khtml-box-shadow:0 5px 9px rgba(255,44,198,.39);
  -moz-box-shadow:0 5px 9px rgba(255,44,198,.39);
  -ms-box-shadow:0 5px 9px rgba(255,44,198,.39);
  -o-box-shadow:0 5px 9px rgba(255,44,198,.39);
  box-shadow:0 5px 9px rgba(255,44,198,.39)
}
.ct-fancybox-layout5 .ct-fancybox-inner {
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  position:relative;
  padding:57px 40px 75px;
  z-index:1;
  text-align:center
}
.ct-fancybox-layout5 .ct-fancybox-inner:before,
.ct-fancybox-layout5 .ct-fancybox-inner:after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-fancybox-layout5 .ct-fancybox-inner:before {
  z-index:-2;
  background-color:#fff;
  -webkit-box-shadow:0 5px 49px rgba(10,36,120,.11);
  -khtml-box-shadow:0 5px 49px rgba(10,36,120,.11);
  -moz-box-shadow:0 5px 49px rgba(10,36,120,.11);
  -ms-box-shadow:0 5px 49px rgba(10,36,120,.11);
  -o-box-shadow:0 5px 49px rgba(10,36,120,.11);
  box-shadow:0 5px 49px rgba(10,36,120,.11)
}
.ct-fancybox-layout5 .ct-fancybox-inner:after {
  z-index:-1;
  opacity:0;
  background-image:-webkit-linear-gradient(-16deg,#00d7ff,#060394);
  background-image:-moz-linear-gradient(-16deg,#00d7ff,#060394);
  background-image:-ms-linear-gradient(-16deg,#00d7ff,#060394);
  background-image:-o-linear-gradient(-16deg,#00d7ff,#060394);
  background-image:linear-gradient(-16deg,#00d7ff,#060394);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#00d7ff',endColorStr='#060394')
}
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-icon .ct-fancybox-rotate {
  -webkit-animation-play-state:running;
  -moz-animation-play-state:running;
  -o-animation-play-state:running;
  animation-play-state:running
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner:before,
.ct-fancybox-layout5 .ct-fancybox-inner:hover:before {
  opacity:0
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner:after,
.ct-fancybox-layout5 .ct-fancybox-inner:hover:after {
  opacity:1
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner .ct-fancybox-title,
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-title,
.ct-fancybox-layout5.is_active .ct-fancybox-inner .ct-fancybox-content,
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-content {
  color:#fff
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner .ct-fancybox-readmore a:before,
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-readmore a:before {
  opacity:0
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner .ct-fancybox-readmore a:after,
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-readmore a:after {
  opacity:1
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner .ct-fancybox-icon,
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-icon {
  background-color:#fff
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner .ct-fancybox-icon i,
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-icon i {
  background-color:#059af7;
  background-image:-webkit-gradient(linear,left top,right top,from(#059af7),to(#6fd0ff));
  background-image:-webkit-linear-gradient(left,#059af7,#6fd0ff);
  background-image:-moz-linear-gradient(left,#059af7,#6fd0ff);
  background-image:-ms-linear-gradient(left,#059af7,#6fd0ff);
  background-image:-o-linear-gradient(left,#059af7,#6fd0ff);
  background-image:linear-gradient(left,#059af7,#6fd0ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#059af7',endColorStr='#6fd0ff',gradientType='1')
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner .ct-fancybox-icon .ct-fancybox-rotate:before,
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-icon .ct-fancybox-rotate:before {
  background-color:#6fd0ff;
  -webkit-box-shadow:0 4px 8px rgba(111,208,255,.45);
  -khtml-box-shadow:0 4px 8px rgba(111,208,255,.45);
  -moz-box-shadow:0 4px 8px rgba(111,208,255,.45);
  -ms-box-shadow:0 4px 8px rgba(111,208,255,.45);
  -o-box-shadow:0 4px 8px rgba(111,208,255,.45);
  box-shadow:0 4px 8px rgba(111,208,255,.45)
}
.ct-fancybox-layout5.is_active .ct-fancybox-inner .ct-fancybox-icon .ct-fancybox-rotate:after,
.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-icon .ct-fancybox-rotate:after {
  background-color:#059af7;
  -webkit-box-shadow:0 4px 8px rgba(5,154,247,.45);
  -khtml-box-shadow:0 4px 8px rgba(5,154,247,.45);
  -moz-box-shadow:0 4px 8px rgba(5,154,247,.45);
  -ms-box-shadow:0 4px 8px rgba(5,154,247,.45);
  -o-box-shadow:0 4px 8px rgba(5,154,247,.45);
  box-shadow:0 4px 8px rgba(5,154,247,.45)
}
.ct-fancybox-layout6 {
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-fancybox-layout6 .ct-fancybox-icon {
  line-height:1;
  width:43px;
  min-width:43px;
  margin-right:10px
}
.ct-fancybox-layout6 .ct-fancybox-icon i {
  font-size:35px;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#3f02a7),to(#2f97e7));
  background-image:-webkit-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-moz-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-ms-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:-o-linear-gradient(bottom,#3f02a7,#2f97e7);
  background-image:linear-gradient(bottom,#3f02a7,#2f97e7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f02a7',endColorStr='#2f97e7');
  text-shadow:0 5px 9px rgba(10,36,120,.39);
  -webkit-text-shadow:0 5px 9px rgba(10,36,120,.39)
}
.ct-fancybox-layout6 .ct-fancybox-title {
  font-size:20px;
  margin-bottom:10px
}
.ct-fancybox-layout6 .ct-fancybox-content {
  font-size:16px;
  line-height:26px
}
.ct-fancybox-layout6 .ct-fancybox-inner {
  display:flex;
  flex-wrap:nowrap;
  background-color:#fff;
  padding:36px 30px 36px 44px;
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 27px rgba(6,15,154,.26);
  -khtml-box-shadow:0 0 27px rgba(6,15,154,.26);
  -moz-box-shadow:0 0 27px rgba(6,15,154,.26);
  -ms-box-shadow:0 0 27px rgba(6,15,154,.26);
  -o-box-shadow:0 0 27px rgba(6,15,154,.26);
  box-shadow:0 0 27px rgba(6,15,154,.26)
}
@media screen and (max-width:575px) {
  .ct-fancybox-layout6 .ct-fancybox-inner {
    padding-left:20px;
    padding-right:20px
  }
}
.ct-fancybox-layout6+.ct-fancybox-layout6 {
  margin-top:30px
}
.ct-fancybox-layout6: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-fancybox-layout7 .ct-fancybox-icon {
  height:121px;
  width:121px;
  position:relative;
  z-index:1;
  background-color:#f2f2f6;
  -webkit-border-radius:121px;
  -khtml-border-radius:121px;
  -moz-border-radius:121px;
  -ms-border-radius:121px;
  -o-border-radius:121px;
  border-radius:121px;
  margin:0 auto 33px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-fancybox-layout7 .ct-fancybox-icon i,
.ct-fancybox-layout7 .ct-fancybox-icon img {
  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-fancybox-layout7 .ct-fancybox-icon img {
  max-height:120px
}
.ct-fancybox-layout7 .ct-fancybox-icon i {
  font-size:34px;
  color:#fff
}
.ct-fancybox-layout7 .ct-fancybox-icon .ct-fancybox-icon-inner {
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1');
  width:70px;
  height:70px;
  -webkit-border-radius:70px;
  -khtml-border-radius:70px;
  -moz-border-radius:70px;
  -ms-border-radius:70px;
  -o-border-radius:70px;
  border-radius:70px;
  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-fancybox-layout7 .ct-fancybox-icon .ct-fancybox-rotate {
  position:absolute;
  top:10px;
  left:10px;
  bottom:10px;
  right:10px;
  -webkit-border-radius:121px;
  -khtml-border-radius:121px;
  -moz-border-radius:121px;
  -ms-border-radius:121px;
  -o-border-radius:121px;
  border-radius:121px;
  -webkit-animation:service_hexagon 2s infinite linear;
  -moz-animation:service_hexagon 2s infinite linear;
  -o-animation:service_hexagon 2s infinite linear;
  animation:service_hexagon 2s infinite linear;
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused
}
.ct-fancybox-layout7 .ct-fancybox-icon .ct-fancybox-rotate:before,
.ct-fancybox-layout7 .ct-fancybox-icon .ct-fancybox-rotate:after {
  content:'';
  height:16px;
  width:16px;
  -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
}
.ct-fancybox-layout7 .ct-fancybox-icon .ct-fancybox-rotate:before {
  top:0;
  left:0;
  background-color:#ff9723;
  -webkit-box-shadow:0 4px 8px rgba(255,151,35,.45);
  -khtml-box-shadow:0 4px 8px rgba(255,151,35,.45);
  -moz-box-shadow:0 4px 8px rgba(255,151,35,.45);
  -ms-box-shadow:0 4px 8px rgba(255,151,35,.45);
  -o-box-shadow:0 4px 8px rgba(255,151,35,.45);
  box-shadow:0 4px 8px rgba(255,151,35,.45)
}
.ct-fancybox-layout7 .ct-fancybox-icon .ct-fancybox-rotate:after {
  bottom:0;
  right:0;
  background-color:#ff5b11;
  -webkit-box-shadow:0 4px 8px rgba(255,91,17,.45);
  -khtml-box-shadow:0 4px 8px rgba(255,91,17,.45);
  -moz-box-shadow:0 4px 8px rgba(255,91,17,.45);
  -ms-box-shadow:0 4px 8px rgba(255,91,17,.45);
  -o-box-shadow:0 4px 8px rgba(255,91,17,.45);
  box-shadow:0 4px 8px rgba(255,91,17,.45)
}
.ct-fancybox-layout7 .ct-fancybox-title {
  margin-bottom:17px;
  font-size:20px
}
.ct-fancybox-layout7 .ct-fancybox-content {
  font-size:15px;
  line-height:24px
}
.ct-fancybox-layout7 .ct-fancybox-readmore {
  z-index:99;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.ct-fancybox-layout7 .ct-fancybox-inner {
  background-color:#fff;
  -webkit-box-shadow:0 4px 35px rgba(57,57,57,.24);
  -khtml-box-shadow:0 4px 35px rgba(57,57,57,.24);
  -moz-box-shadow:0 4px 35px rgba(57,57,57,.24);
  -ms-box-shadow:0 4px 35px rgba(57,57,57,.24);
  -o-box-shadow:0 4px 35px rgba(57,57,57,.24);
  box-shadow:0 4px 35px rgba(57,57,57,.24);
  position:relative;
  padding:37px 30px 32px;
  z-index:1;
  text-align:center
}
.ct-fancybox-layout7 .ct-fancybox-inner:hover .ct-fancybox-icon .ct-fancybox-rotate {
  -webkit-animation-play-state:running;
  -moz-animation-play-state:running;
  -o-animation-play-state:running;
  animation-play-state:running
}
.ct-fancybox-layout7.preset1 .ct-fancybox-icon-inner {
  background-color:#232490;
  background-image:-webkit-gradient(linear,left top,right top,from(#232490),to(#5b5cfb));
  background-image:-webkit-linear-gradient(left,#232490,#5b5cfb);
  background-image:-moz-linear-gradient(left,#232490,#5b5cfb);
  background-image:-ms-linear-gradient(left,#232490,#5b5cfb);
  background-image:-o-linear-gradient(left,#232490,#5b5cfb);
  background-image:linear-gradient(left,#232490,#5b5cfb);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490',endColorStr='#5b5cfb',gradientType='1')
}
.ct-fancybox-layout7.preset1 .ct-fancybox-rotate:before {
  background-color:#5b5cfb;
  -webkit-box-shadow:0 4px 8px rgba(91,92,251,.45);
  -khtml-box-shadow:0 4px 8px rgba(91,92,251,.45);
  -moz-box-shadow:0 4px 8px rgba(91,92,251,.45);
  -ms-box-shadow:0 4px 8px rgba(91,92,251,.45);
  -o-box-shadow:0 4px 8px rgba(91,92,251,.45);
  box-shadow:0 4px 8px rgba(91,92,251,.45)
}
.ct-fancybox-layout7.preset1 .ct-fancybox-rotate:after {
  background-color:#232490;
  -webkit-box-shadow:0 4px 8px rgba(35,36,144,.45);
  -khtml-box-shadow:0 4px 8px rgba(35,36,144,.45);
  -moz-box-shadow:0 4px 8px rgba(35,36,144,.45);
  -ms-box-shadow:0 4px 8px rgba(35,36,144,.45);
  -o-box-shadow:0 4px 8px rgba(35,36,144,.45);
  box-shadow:0 4px 8px rgba(35,36,144,.45)
}
.ct-fancybox-layout7.preset3 .ct-fancybox-icon-inner {
  background-color:#3f02a7;
  background-image:-webkit-gradient(linear,left top,right top,from(#3f02a7),to(#2f97e7));
  background-image:-webkit-linear-gradient(left,#3f02a7,#2f97e7);
  background-image:-moz-linear-gradient(left,#3f02a7,#2f97e7);
  background-image:-ms-linear-gradient(left,#3f02a7,#2f97e7);
  background-image:-o-linear-gradient(left,#3f02a7,#2f97e7);
  background-image:linear-gradient(left,#3f02a7,#2f97e7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f02a7',endColorStr='#2f97e7',gradientType='1')
}
.ct-fancybox-layout7.preset3 .ct-fancybox-rotate:before {
  background-color:#2f97e7;
  -webkit-box-shadow:0 4px 8px rgba(47,151,231,.45);
  -khtml-box-shadow:0 4px 8px rgba(47,151,231,.45);
  -moz-box-shadow:0 4px 8px rgba(47,151,231,.45);
  -ms-box-shadow:0 4px 8px rgba(47,151,231,.45);
  -o-box-shadow:0 4px 8px rgba(47,151,231,.45);
  box-shadow:0 4px 8px rgba(47,151,231,.45)
}
.ct-fancybox-layout7.preset3 .ct-fancybox-rotate:after {
  background-color:#3f02a7;
  -webkit-box-shadow:0 4px 8px rgba(63,2,167,.45);
  -khtml-box-shadow:0 4px 8px rgba(63,2,167,.45);
  -moz-box-shadow:0 4px 8px rgba(63,2,167,.45);
  -ms-box-shadow:0 4px 8px rgba(63,2,167,.45);
  -o-box-shadow:0 4px 8px rgba(63,2,167,.45);
  box-shadow:0 4px 8px rgba(63,2,167,.45)
}
.ct-fancybox-layout7.preset4 .ct-fancybox-icon-inner {
  background-color:#e73d8e;
  background-image:-webkit-gradient(linear,left top,right top,from(#e73d8e),to(#f18fbe));
  background-image:-webkit-linear-gradient(left,#e73d8e,#f18fbe);
  background-image:-moz-linear-gradient(left,#e73d8e,#f18fbe);
  background-image:-ms-linear-gradient(left,#e73d8e,#f18fbe);
  background-image:-o-linear-gradient(left,#e73d8e,#f18fbe);
  background-image:linear-gradient(left,#e73d8e,#f18fbe);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#e73d8e',endColorStr='#f18fbe',gradientType='1')
}
.ct-fancybox-layout7.preset4 .ct-fancybox-rotate:before {
  background-color:#f18fbe;
  -webkit-box-shadow:0 4px 8px rgba(241,143,190,.45);
  -khtml-box-shadow:0 4px 8px rgba(241,143,190,.45);
  -moz-box-shadow:0 4px 8px rgba(241,143,190,.45);
  -ms-box-shadow:0 4px 8px rgba(241,143,190,.45);
  -o-box-shadow:0 4px 8px rgba(241,143,190,.45);
  box-shadow:0 4px 8px rgba(241,143,190,.45)
}
.ct-fancybox-layout7.preset4 .ct-fancybox-rotate:after {
  background-color:#e73d8e;
  -webkit-box-shadow:0 4px 8px rgba(231,61,142,.45);
  -khtml-box-shadow:0 4px 8px rgba(231,61,142,.45);
  -moz-box-shadow:0 4px 8px rgba(231,61,142,.45);
  -ms-box-shadow:0 4px 8px rgba(231,61,142,.45);
  -o-box-shadow:0 4px 8px rgba(231,61,142,.45);
  box-shadow:0 4px 8px rgba(231,61,142,.45)
}
.ct-fancybox-layout8 {
  background-color:#fff;
  padding:40px 20px 43px;
  -webkit-box-shadow:0 1px 18px rgba(0,0,0,.11);
  -khtml-box-shadow:0 1px 18px rgba(0,0,0,.11);
  -moz-box-shadow:0 1px 18px rgba(0,0,0,.11);
  -ms-box-shadow:0 1px 18px rgba(0,0,0,.11);
  -o-box-shadow:0 1px 18px rgba(0,0,0,.11);
  box-shadow:0 1px 18px rgba(0,0,0,.11);
  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-fancybox-layout8 .ct-fancybox-icon {
  line-height:1;
  margin-bottom:22px
}
.ct-fancybox-layout8 .ct-fancybox-icon i {
  font-size:56px
}
.ct-fancybox-layout8 .ct-fancybox-title {
  font-size:20px;
  color:#012068;
  margin-bottom:17px
}
.ct-fancybox-layout8 .ct-fancybox-content {
  font-size:15px;
  line-height:26px;
  color:#1a1e66
}
.ct-fancybox-layout8:hover {
  -webkit-transform:translateY(-10px);
  -khtml-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  transform:translateY(-10px);
  -webkit-box-shadow:0 0 18px rgba(0,0,0,.19);
  -khtml-box-shadow:0 0 18px rgba(0,0,0,.19);
  -moz-box-shadow:0 0 18px rgba(0,0,0,.19);
  -ms-box-shadow:0 0 18px rgba(0,0,0,.19);
  -o-box-shadow:0 0 18px rgba(0,0,0,.19);
  box-shadow:0 0 18px rgba(0,0,0,.19)
}
.ct-fancybox-layout9 {
  max-width:220px
}
.ct-fancybox-layout9 .ct-fancybox-title {
  font-size:24px;
  margin-bottom:26px;
  position:relative;
  padding-bottom:28px
}
.ct-fancybox-layout9 .ct-fancybox-title:before {
  width:26px;
  height:3px;
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  background-color:#06ffdf;
  background-image:-webkit-gradient(linear,left top,right top,from(#06ffdf),to(#0042ff));
  background-image:-webkit-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-moz-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-ms-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-o-linear-gradient(left,#06ffdf,#0042ff);
  background-image:linear-gradient(left,#06ffdf,#0042ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#06ffdf',endColorStr='#0042ff',gradientType='1')
}
@media screen and (max-width:991px) {
  .ct-fancybox-layout9 .ct-fancybox-title {
    font-size:20px
  }
}
.ct-fancybox-layout9 .ct-fancybox-icon {
  width:67px;
  height:67px;
  -webkit-border-radius:67px;
  -khtml-border-radius:67px;
  -moz-border-radius:67px;
  -ms-border-radius:67px;
  -o-border-radius:67px;
  border-radius:67px;
  background-color:#06ffdf;
  background-image:-webkit-gradient(linear,left top,right top,from(#06ffdf),to(#0042ff));
  background-image:-webkit-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-moz-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-ms-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-o-linear-gradient(left,#06ffdf,#0042ff);
  background-image:linear-gradient(left,#06ffdf,#0042ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#06ffdf',endColorStr='#0042ff',gradientType='1');
  position:relative;
  margin-bottom:16px
}
.ct-fancybox-layout9 .ct-fancybox-icon.preset2 {
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1')
}
.ct-fancybox-layout9 .ct-fancybox-icon.preset2+.ct-fancybox-title:before {
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1')
}
.ct-fancybox-layout9 .ct-fancybox-icon.preset3 {
  background-color:#d8ff09;
  background-image:-webkit-gradient(linear,left top,right top,from(#d8ff09),to(#4ba116));
  background-image:-webkit-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-moz-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-ms-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-o-linear-gradient(left,#d8ff09,#4ba116);
  background-image:linear-gradient(left,#d8ff09,#4ba116);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ff09',endColorStr='#4ba116',gradientType='1')
}
.ct-fancybox-layout9 .ct-fancybox-icon.preset3+.ct-fancybox-title:before {
  background-color:#d8ff09;
  background-image:-webkit-gradient(linear,left top,right top,from(#d8ff09),to(#4ba116));
  background-image:-webkit-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-moz-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-ms-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-o-linear-gradient(left,#d8ff09,#4ba116);
  background-image:linear-gradient(left,#d8ff09,#4ba116);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ff09',endColorStr='#4ba116',gradientType='1')
}
.ct-fancybox-layout9 .ct-fancybox-icon.preset4 {
  background-color:#f798fe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f798fe),to(#612be1));
  background-image:-webkit-linear-gradient(left,#f798fe,#612be1);
  background-image:-moz-linear-gradient(left,#f798fe,#612be1);
  background-image:-ms-linear-gradient(left,#f798fe,#612be1);
  background-image:-o-linear-gradient(left,#f798fe,#612be1);
  background-image:linear-gradient(left,#f798fe,#612be1);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f798fe',endColorStr='#612be1',gradientType='1')
}
.ct-fancybox-layout9 .ct-fancybox-icon.preset4+.ct-fancybox-title:before {
  background-color:#f798fe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f798fe),to(#612be1));
  background-image:-webkit-linear-gradient(left,#f798fe,#612be1);
  background-image:-moz-linear-gradient(left,#f798fe,#612be1);
  background-image:-ms-linear-gradient(left,#f798fe,#612be1);
  background-image:-o-linear-gradient(left,#f798fe,#612be1);
  background-image:linear-gradient(left,#f798fe,#612be1);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f798fe',endColorStr='#612be1',gradientType='1')
}
.ct-fancybox-layout9 .ct-fancybox-icon i,
.ct-fancybox-layout9 .ct-fancybox-icon img {
  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-fancybox-layout9 .ct-fancybox-icon img {
  max-height:40px
}
.ct-fancybox-layout9 .ct-fancybox-icon i {
  font-size:38px;
  color:#fff
}
.ct-fancybox-layout9 .ct-fancybox-content {
  font-size:15px;
  line-height:26px;
  color:#555
}
.ct-arrow-left,
.ct-arrow-right {
  width:22px;
  height:12px;
  position:relative;
  display:inline-block;
  -webkit-transition:all 200ms linear 0ms;
  -khtml-transition:all 200ms linear 0ms;
  -moz-transition:all 200ms linear 0ms;
  -ms-transition:all 200ms linear 0ms;
  -o-transition:all 200ms linear 0ms;
  transition:all 200ms linear 0ms
}
.ct-arrow-left:before,
.ct-arrow-right:before,
.ct-arrow-left:after,
.ct-arrow-right:after {
  content:'';
  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%);
  position:absolute;
  -webkit-transition:all 200ms linear 0ms;
  -khtml-transition:all 200ms linear 0ms;
  -moz-transition:all 200ms linear 0ms;
  -ms-transition:all 200ms linear 0ms;
  -o-transition:all 200ms linear 0ms;
  transition:all 200ms linear 0ms
}
.ct-arrow-left:before,
.ct-arrow-right:before {
  width:21px;
  height:2px;
  background-color:#291a55;
  left:0
}
.ct-arrow-left:after,
.ct-arrow-right:after {
  content:'\f105';
  font-weight:400;
  font-family:"font awesome 5 pro";
  right:0;
  color:#291a55;
  font-style:normal;
  font-size:19px
}
.ct-arrow-left:after {
  content:'\f104';
  right:auto;
  left:0
}
.ct-view-more {
  font-size:14px;
  font-weight:700
}
.ct-view-more span {
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1')
}
.ct-view-more .ct-arrow-right {
  margin-left:8px
}
.ct-view-more:hover .ct-arrow-right {
  width:32px
}
.ct-view-more:hover .ct-arrow-right:before {
  width:31px
}
.ct-fancybox-layout2 .ct-fancybox-icon {
  width:67px;
  height:65px;
  line-height:65px;
  -webkit-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -khtml-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -moz-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -ms-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -o-box-shadow:0 6px 16px rgba(231,61,142,.36);
  box-shadow:0 6px 16px rgba(231,61,142,.36);
  background-color:#e73d8e;
  -webkit-border-radius:9px;
  -khtml-border-radius:9px;
  -moz-border-radius:9px;
  -ms-border-radius:9px;
  -o-border-radius:9px;
  border-radius:9px;
  margin:0 auto 15px;
  position:relative
}
.ct-fancybox-layout2 .ct-fancybox-icon * {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -khtml-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.ct-fancybox-layout2 .ct-fancybox-icon i {
  color:#291a55;
  font-size:43px
}
.ct-fancybox-layout2 .ct-fancybox-title {
  font-size:22px;
  margin-bottom:12px
}
@media screen and (max-width:1199px) {
  .ct-fancybox-layout2 .ct-fancybox-title {
    font-size:17px
  }
}
.ct-fancybox-layout2 .ct-fancybox-content {
  font-size:15px;
  line-height:26px;
  margin-bottom:10px
}
.ct-fancybox-layout2 .ct-fancybox-inner {
  background-color:#fff;
  text-align:center;
  -webkit-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -khtml-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -moz-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -ms-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -o-box-shadow:0 6px 35px rgba(58,58,59,.1);
  box-shadow:0 6px 35px rgba(58,58,59,.1);
  padding:50px 25px 40px;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-fancybox-layout2 .ct-fancybox-inner:hover {
  -webkit-box-shadow:0 42px 35px rgba(41,26,85,.27);
  -khtml-box-shadow:0 42px 35px rgba(41,26,85,.27);
  -moz-box-shadow:0 42px 35px rgba(41,26,85,.27);
  -ms-box-shadow:0 42px 35px rgba(41,26,85,.27);
  -o-box-shadow:0 42px 35px rgba(41,26,85,.27);
  box-shadow:0 42px 35px rgba(41,26,85,.27)
}
.ct-grid-pricing1 .pricing-title {
  font-size:24px;
  margin-bottom:17px
}
.ct-grid-pricing1 .pricing-price {
  font-size:60px;
  font-weight:700;
  color:#291a55
}
@media screen and (max-width:991px) {
  .ct-grid-pricing1 .pricing-price {
    font-size:40px
  }
}
.ct-grid-pricing1 .pricing-currency {
  font-size:24px;
  color:#291a55;
  position:relative;
  top:-28px;
  left:3px
}
@media screen and (max-width:991px) {
  .ct-grid-pricing1 .pricing-currency {
    top:-18px
  }
}
.ct-grid-pricing1 .pricing-time {
  font-size:20px;
  position:relative;
  top:-5px
}
@media screen and (max-width:991px) {
  .ct-grid-pricing1 .pricing-time {
    font-size:16px
  }
}
.ct-grid-pricing1 .pricing-meta {
  line-height:1;
  margin-bottom:29px
}
.ct-grid-pricing1 .pricing-content ul {
  list-style:none;
  margin-bottom:0
}
.ct-grid-pricing1 .pricing-content ul li+li {
  margin-top:9px
}
.ct-grid-pricing1 .pricing-button {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  z-index:99;
  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;
  transition-delay:.1s;
  -webkit-transition-delay:.1s;
  -ms-transition-delay:.1s;
  -o-transition-delay:.1s
}
.ct-grid-pricing1 .pricing-featured-text {
  position:absolute;
  top: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);
  z-index:99;
  background:#f18fbe;
  font-size:18px;
  font-weight:600;
  color:#fff;
  line-height:49px;
  padding:0 24px;
  border-radius:0 0 30px 30px
}
@media screen and (max-width:991px) {
  .ct-grid-pricing1 .pricing-featured-text {
    font-size:16px
  }
}
.ct-grid-pricing1 .grid-item-inner {
  position:relative;
  padding-bottom:89px;
  z-index:1
}
.ct-grid-pricing1 .grid-item-inner:before,
.ct-grid-pricing1 .grid-item-inner:after {
  content:'';
  position:absolute;
  -webkit-border-radius:8px;
  -khtml-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  opacity:0;
  -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-grid-pricing1 .grid-item-inner:before {
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#f18fbe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f18fbe),to(#e73d8e));
  background-image:-webkit-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-moz-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-ms-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:-o-linear-gradient(left,#f18fbe,#e73d8e);
  background-image:linear-gradient(left,#f18fbe,#e73d8e);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f18fbe',endColorStr='#e73d8e',gradientType='1');
  -webkit-box-shadow:0 0 30px rgba(41,26,85,.12);
  -khtml-box-shadow:0 0 30px rgba(41,26,85,.12);
  -moz-box-shadow:0 0 30px rgba(41,26,85,.12);
  -ms-box-shadow:0 0 30px rgba(41,26,85,.12);
  -o-box-shadow:0 0 30px rgba(41,26,85,.12);
  box-shadow:0 0 30px rgba(41,26,85,.12)
}
.ct-grid-pricing1 .grid-item-inner:after {
  background-color:#fff;
  top:5px;
  left:5px;
  right:5px;
  bottom:5px
}
.ct-grid-pricing1 .grid-item-inner .grid-item-box {
  background-color:#fff;
  padding:81px 30px 45px;
  -webkit-border-radius:8px;
  -khtml-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  -webkit-box-shadow:0 0 30px rgba(41,26,85,.12);
  -khtml-box-shadow:0 0 30px rgba(41,26,85,.12);
  -moz-box-shadow:0 0 30px rgba(41,26,85,.12);
  -ms-box-shadow:0 0 30px rgba(41,26,85,.12);
  -o-box-shadow:0 0 30px rgba(41,26,85,.12);
  box-shadow:0 0 30px rgba(41,26,85,.12);
  margin-top: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
}
@media screen and (max-width:991px) {
  .ct-grid-pricing1 .grid-item-inner .grid-item-box {
    padding-left:20px;
    padding-right:20px
  }
}
.ct-grid-pricing1 .grid-item-inner .grid-item-box-inner {
  position:relative;
  z-index:1
}
.ct-grid-pricing1 .grid-item-inner:hover:before,
.ct-grid-pricing1 .grid-item-inner.is_featured:before,
.ct-grid-pricing1 .grid-item-inner:hover:after,
.ct-grid-pricing1 .grid-item-inner.is_featured:after {
  opacity:1
}
.ct-grid-pricing1 .grid-item-inner:hover .grid-item-box,
.ct-grid-pricing1 .grid-item-inner.is_featured .grid-item-box {
  background-color:initial;
  -webkit-box-shadow:0 0 30px rgba(41,26,85,0);
  -khtml-box-shadow:0 0 30px rgba(41,26,85,0);
  -moz-box-shadow:0 0 30px rgba(41,26,85,0);
  -ms-box-shadow:0 0 30px rgba(41,26,85,0);
  -o-box-shadow:0 0 30px rgba(41,26,85,0);
  box-shadow:0 0 30px rgba(41,26,85,0)
}
.ct-grid-pricing1 .grid-item-inner:hover .pricing-button,
.ct-grid-pricing1 .grid-item-inner.is_featured .pricing-button {
  opacity:1;
  bottom:44px
}
.ct-grid-pricing1.style2 .pricing-featured-text {
  background-color:#060394
}
.ct-grid-pricing1.style2 .btn.btn-gradient2 {
  background-image:-webkit-linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  background-image:-moz-linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  background-image:-ms-linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  background-image:-o-linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  background-image:linear-gradient(90deg,#ffc96e 0%,#ff2cc6 50%,#ffc96e);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  -webkit-box-shadow:0 9px 16px rgba(255,44,198,.24);
  -khtml-box-shadow:0 9px 16px rgba(255,44,198,.24);
  -moz-box-shadow:0 9px 16px rgba(255,44,198,.24);
  -ms-box-shadow:0 9px 16px rgba(255,44,198,.24);
  -o-box-shadow:0 9px 16px rgba(255,44,198,.24);
  box-shadow:0 9px 16px rgba(255,44,198,.24)
}
.ct-grid-pricing1.style2 .grid-item-inner:before {
  background-image:-webkit-gradient(linear,left top,left bottom,from(#060394),to(#00d7ff));
  background-image:-webkit-linear-gradient(top,#060394,#00d7ff);
  background-image:-moz-linear-gradient(top,#060394,#00d7ff);
  background-image:-ms-linear-gradient(top,#060394,#00d7ff);
  background-image:-o-linear-gradient(top,#060394,#00d7ff);
  background-image:linear-gradient(top,#060394,#00d7ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#060394',endColorStr='#00d7ff')
}
@media screen and (max-width:767px) {
  .ct-grid-pricing1 .ct-grid-masonry {
    height:auto!important
  }
  .ct-grid-pricing1 .grid-item {
    position:static!important
  }
}
.ct-grid-pricing2 .grid-item-box {
  background-color:#fff;
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 40px rgba(33,33,33,.14);
  -khtml-box-shadow:0 0 40px rgba(33,33,33,.14);
  -moz-box-shadow:0 0 40px rgba(33,33,33,.14);
  -ms-box-shadow:0 0 40px rgba(33,33,33,.14);
  -o-box-shadow:0 0 40px rgba(33,33,33,.14);
  box-shadow:0 0 40px rgba(33,33,33,.14);
  margin-top:30px;
  overflow:hidden
}
.ct-grid-pricing2 .pricing-holder {
  padding:0 30px 48px;
  text-align:center
}
.ct-grid-pricing2 .pricing-title {
  color:rgba(24,0,51,.2);
  text-align:right;
  margin-top:-35px;
  margin-right:-10px;
  margin-bottom:21px;
  position:relative;
  z-index:99
}
.ct-grid-pricing2 .pricing-content ul {
  list-style:none;
  margin-bottom:24px
}
.ct-grid-pricing2 .pricing-content ul li {
  font-size:16px;
  line-height:35px;
  color:#777
}
.ct-grid-pricing2 .pricing-price {
  font-size:60px;
  font-weight:700;
  color:#180033
}
@media screen and (max-width:991px) {
  .ct-grid-pricing2 .pricing-price {
    font-size:40px
  }
}
.ct-grid-pricing2 .pricing-currency {
  font-size:24px;
  color:#180033;
  position:relative;
  top:-28px;
  left:3px
}
@media screen and (max-width:991px) {
  .ct-grid-pricing2 .pricing-currency {
    top:-18px
  }
}
.ct-grid-pricing2 .pricing-time {
  font-size:20px;
  position:relative;
  top:-5px;
  color:#555
}
@media screen and (max-width:991px) {
  .ct-grid-pricing2 .pricing-time {
    font-size:16px
  }
}
.ct-grid-pricing2 .pricing-meta {
  line-height:1;
  margin-bottom:20px
}
.ct-grid-pricing2 .pricing-button .btn {
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1');
  line-height:47px;
  padding:0 30px;
  background-size:inherit;
  -webkit-box-shadow:0 7px 16px rgba(237,88,90,.26);
  -khtml-box-shadow:0 7px 16px rgba(237,88,90,.26);
  -moz-box-shadow:0 7px 16px rgba(237,88,90,.26);
  -ms-box-shadow:0 7px 16px rgba(237,88,90,.26);
  -o-box-shadow:0 7px 16px rgba(237,88,90,.26);
  box-shadow:0 7px 16px rgba(237,88,90,.26)
}
.ct-grid-pricing2 .pricing-button .btn: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)
}
@media screen and (max-width:991px) {
  .ct-grid-pricing2 .pricing-button .btn {
    font-size:14px;
    padding:0 20px
  }
}
.ct-grid-pricing2 .pricing-image {
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1');
  min-height:227px;
  -webkit-box-shadow:0 -14px 25px rgba(0,0,0,.29)inset;
  -khtml-box-shadow:0 -14px 25px rgba(0,0,0,.29)inset;
  -moz-box-shadow:0 -14px 25px rgba(0,0,0,.29)inset;
  -ms-box-shadow:0 -14px 25px rgba(0,0,0,.29)inset;
  -o-box-shadow:0 -14px 25px rgba(0,0,0,.29)inset;
  box-shadow:0 -14px 25px rgba(0,0,0,.29)inset;
  -webkit-border-radius:20px 20px 0 0;
  -khtml-border-radius:20px 20px 0 0;
  -moz-border-radius:20px 20px 0 0;
  -ms-border-radius:20px 20px 0 0;
  -o-border-radius:20px 20px 0 0;
  border-radius:20px 20px 0 0;
  position:relative;
  z-index:1
}
.ct-grid-pricing2 .pricing-image:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  background-position:50% 100%;
  background-repeat:no-repeat;
  background-image:url(../images/shape-pricing.png);
  background-size:100%
}
.ct-grid-pricing2 .pricing-image img {
  position:absolute;
  top:34px;
  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);
  max-width:300px;
  max-height:170px
}
.ct-grid-pricing2 .ct-grid-masonry {
  margin:0 -24px
}
.ct-grid-pricing2 .ct-grid-masonry .grid-item {
  padding:0 24px
}
@media screen and (max-width:991px) {
  .ct-grid-pricing2 .ct-grid-masonry {
    margin:0 -10px
  }
  .ct-grid-pricing2 .ct-grid-masonry .grid-item {
    padding:0 10px
  }
}
.ct-download-layout1 a {
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  padding:8px 30px;
  color:#3a505f
}
.ct-download-layout1 a:before {
  border:1px solid #cdcbcb;
  background-color:#fff;
  -webkit-border-radius:1px;
  -khtml-border-radius:1px;
  -moz-border-radius:1px;
  -ms-border-radius:1px;
  -o-border-radius:1px;
  border-radius:1px
}
.ct-download-layout1 a:after {
  -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:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1')
}
.ct-download-layout1 a span {
  font-size:25px;
  width:42px;
  min-width:42px;
  display:inline-block;
  position:relative
}
.ct-download-layout1 a i {
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.ct-download-layout1 a i:not(.text-gradient) {
  opacity:0
}
.ct-download-layout1 a .text-gradient,
.ct-download-layout1 a #header-wrap .site-menu-phone .menu-phone-icon .fac-phone,
#header-wrap .site-menu-phone .menu-phone-icon .ct-download-layout1 a .fac-phone,
.ct-download-layout1 a .single-post .post-previous-next a span:nth-child(1),
.single-post .post-previous-next a .ct-download-layout1 a span:nth-child(1),
.ct-download-layout1 a .rev_slider cite,
.rev_slider .ct-download-layout1 a cite,
.ct-download-layout1 a .revslider-initialised cite,
.revslider-initialised .ct-download-layout1 a cite,
.ct-download-layout1 a .ct-heading .ct-heading-tag cite,
.ct-heading .ct-heading-tag .ct-download-layout1 a cite,
.ct-download-layout1 a .ct-cta-wrapper .ct-cta-title cite,
.ct-cta-wrapper .ct-cta-title .ct-download-layout1 a cite,
.ct-download-layout1 a .ct-counter-default .ct-counter-digit span,
.ct-counter-default .ct-counter-digit .ct-download-layout1 a span {
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1');
  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-download-layout1 a:hover i:not(.text-gradient) {
  opacity:1
}
.ct-download-layout1 a:hover .text-gradient,
.ct-download-layout1 a:hover #header-wrap .site-menu-phone .menu-phone-icon .fac-phone,
#header-wrap .site-menu-phone .menu-phone-icon .ct-download-layout1 a:hover .fac-phone,
.ct-download-layout1 a:hover .single-post .post-previous-next a span:nth-child(1),
.single-post .post-previous-next a .ct-download-layout1 a:hover span:nth-child(1),
.ct-download-layout1 a:hover .rev_slider cite,
.rev_slider .ct-download-layout1 a:hover cite,
.ct-download-layout1 a:hover .revslider-initialised cite,
.revslider-initialised .ct-download-layout1 a:hover cite,
.ct-download-layout1 a:hover .ct-heading .ct-heading-tag cite,
.ct-heading .ct-heading-tag .ct-download-layout1 a:hover cite,
.ct-download-layout1 a:hover .ct-cta-wrapper .ct-cta-title cite,
.ct-cta-wrapper .ct-cta-title .ct-download-layout1 a:hover cite,
.ct-download-layout1 a:hover .ct-counter-default .ct-counter-digit span,
.ct-counter-default .ct-counter-digit .ct-download-layout1 a:hover span {
  opacity:0
}
.ct-download-layout1+.ct-download-layout1 {
  margin-top:17px
}
.ct-list-icon1 {
  font-size:15px;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  margin-left:15px
}
.ct-list-icon1 .list-icon {
  min-width:37px;
  width:37px;
  line-height:1
}
.ct-list-icon1 .list-icon i {
  font-size:24px;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1')
}
.ct-list-icon1+.ct-list-icon1 {
  margin-top:12px
}
.ct-list-icon2 {
  font-size:16px;
  line-height:26px;
  display:flex;
  flex-wrap:nowrap;
  margin-left:20px
}
.ct-list-icon2 .list-icon {
  min-width:30px;
  width:30px;
  line-height:1;
  padding-top:4px
}
.ct-list-icon2 .list-icon i {
  font-size:18px;
  color:#2ac23c
}
.ct-list-icon2+.ct-list-icon2 {
  margin-top:26px
}
.ct-gallery-carousel-layout1 .owl-dots {
  margin-top:40px
}
.ct-gallery-carousel-layout1 .owl-dots .owl-dot {
  width:6px;
  height:6px;
  background-color:#c6c6c6;
  margin:0 20px
}
.ct-gallery-carousel-layout1 .owl-dots .owl-dot:before {
  content:'';
  z-index:-1;
  width:12px;
  height:12px;
  -webkit-border-radius:12px;
  -khtml-border-radius:12px;
  -moz-border-radius:12px;
  -ms-border-radius:12px;
  -o-border-radius:12px;
  border-radius:12px;
  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;
  background-color:#ff5b11;
  top:-3px;
  left:-3px;
  position:absolute
}
.ct-gallery-carousel-layout1 .owl-dots .owl-dot.active {
  background-color:#ff5b11
}
.ct-gallery-carousel-layout1 .owl-dots .owl-dot.active:before {
  opacity:1
}
.wpb-js-composer .vc_tta-container .ct-text-block1 p {
  margin-bottom:28px
}
.wpb-js-composer .vc_tta-container .ct-text-block1 p:last-child {
  margin-bottom:0
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom:1px solid #d7d7d7
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin-right:30px
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right:0
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border:none;
  padding:3px 20px;
  font-size:18px;
  color:#1d2f3c;
  font-weight:700;
  position:relative;
  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
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before {
  content:'';
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1');
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  position:absolute;
  right:auto;
  top: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
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color:#fff
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:before {
  opacity:1
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border:none;
  padding:30px 0 0
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container {
  text-align:center;
  overflow:visible
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom:none;
  overflow:visible;
  margin:auto
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin:0;
  display:none
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(1),
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2) {
  display:inline-block
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(1) a:before {
  content:'';
  background-color:#e2edf3;
  width:87px;
  height:48px;
  -webkit-border-radius:48px;
  -khtml-border-radius:48px;
  -moz-border-radius:48px;
  -ms-border-radius:48px;
  -o-border-radius:48px;
  border-radius:48px;
  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:-46px;
  z-index:-2
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2) a:before {
  content:'';
  background-color:#ffc96e;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffc96e),to(#ff2cc6));
  background-image:-webkit-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-moz-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-ms-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-o-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:linear-gradient(left,#ffc96e,#ff2cc6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc96e',endColorStr='#ff2cc6',gradientType='1');
  -webkit-box-shadow:0 13px 18px rgba(255,44,198,.29);
  -khtml-box-shadow:0 13px 18px rgba(255,44,198,.29);
  -moz-box-shadow:0 13px 18px rgba(255,44,198,.29);
  -ms-box-shadow:0 13px 18px rgba(255,44,198,.29);
  -o-box-shadow:0 13px 18px rgba(255,44,198,.29);
  box-shadow:0 13px 18px rgba(255,44,198,.29);
  width:30px;
  height:30px;
  -webkit-border-radius:30px;
  -khtml-border-radius:30px;
  -moz-border-radius:30px;
  -ms-border-radius:30px;
  -o-border-radius:30px;
  border-radius:30px;
  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:-29px;
  -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
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border:none;
  padding:0 61px;
  font-size:18px;
  color:rgba(41,26,85,.58);
  font-weight:600;
  position:relative;
  z-index:1
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color:#291a55
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab+.vc_tta-tab.vc_active a:before {
  left:4px
}
@media screen and (min-width:768px) {
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body-height {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0;
    visibility:hidden;
    -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
  }
}
@media screen and (max-width:767px) {
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body-height {
    height:auto!important
  }
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border:none;
  padding:9px 0 0;
  overflow:visible
}
@media screen and (min-width:768px) {
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    height:auto!important;
    display:block!important
  }
}
@media screen and (min-width:768px) {
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body-height {
    position:static;
    opacity:1;
    visibility:visible;
    height:auto!important
  }
}
@media screen and (max-width:767px) {
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
    border:none
  }
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
    background-color:#232490;
    background-image:-webkit-gradient(linear,left top,right top,from(#232490),to(#5b5cfb));
    background-image:-webkit-linear-gradient(left,#232490,#5b5cfb);
    background-image:-moz-linear-gradient(left,#232490,#5b5cfb);
    background-image:-ms-linear-gradient(left,#232490,#5b5cfb);
    background-image:-o-linear-gradient(left,#232490,#5b5cfb);
    background-image:linear-gradient(left,#232490,#5b5cfb);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490',endColorStr='#5b5cfb',gradientType='1');
    color:#fff;
    font-size:18px;
    font-weight:700;
    padding:26px 60px 26px 32px
  }
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:before {
    content:"\f105";
    font-family:"font awesome 5 pro";
    font-size:18px;
    font-weight:900;
    position:absolute;
    top:50%;
    right:32px;
    -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%)
  }
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding-bottom:30px!important
  }
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel+.vc_tta-panel {
    margin-top:20px
  }
  .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:before {
    content:"\f107"
  }
}
.ct-services-layout1 .ct-service-icon {
  width:67px;
  height:65px;
  line-height:65px;
  -webkit-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -khtml-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -moz-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -ms-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -o-box-shadow:0 6px 16px rgba(231,61,142,.36);
  box-shadow:0 6px 16px rgba(231,61,142,.36);
  background-color:#e73d8e;
  -webkit-border-radius:9px;
  -khtml-border-radius:9px;
  -moz-border-radius:9px;
  -ms-border-radius:9px;
  -o-border-radius:9px;
  border-radius:9px;
  margin:0 auto 15px
}
.ct-services-layout1 .ct-service-icon i {
  color:#291a55;
  font-size:43px
}
.ct-services-layout1 .ct-service-title {
  font-size:22px;
  margin-bottom:12px
}
@media screen and (max-width:1199px) {
  .ct-services-layout1 .ct-service-title {
    font-size:17px
  }
}
.ct-services-layout1 .ct-service-content {
  font-size:15px;
  line-height:26px;
  margin-bottom:10px
}
.ct-services-layout1 .ct-service-inner {
  background-color:#fff;
  text-align:center;
  -webkit-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -khtml-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -moz-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -ms-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -o-box-shadow:0 6px 35px rgba(58,58,59,.1);
  box-shadow:0 6px 35px rgba(58,58,59,.1);
  padding:50px 25px 40px;
  -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-services-layout1 .ct-service-inner:hover {
  -webkit-box-shadow:0 42px 35px rgba(41,26,85,.27);
  -khtml-box-shadow:0 42px 35px rgba(41,26,85,.27);
  -moz-box-shadow:0 42px 35px rgba(41,26,85,.27);
  -ms-box-shadow:0 42px 35px rgba(41,26,85,.27);
  -o-box-shadow:0 42px 35px rgba(41,26,85,.27);
  box-shadow:0 42px 35px rgba(41,26,85,.27)
}
.ct-services-layout1 .owl-stage-outer {
  padding:30px 40px 80px;
  margin:0 -40px
}
.ct-services-layout1 .owl-stage-outer .owl-item {
  opacity: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
}
.ct-services-layout1 .owl-stage-outer .owl-item.active {
  opacity:1
}
.ct-services-layout1 .owl-nav {
  margin-top:0
}
@media screen and (min-width:768px) {
  .ct-services-layout1[data-arrows=true] {
    padding:0 83px
  }
  .ct-services-layout1[data-arrows=true] .owl-nav {
    margin-top:0
  }
  .ct-services-layout1[data-arrows=true] .owl-nav>div {
    position:absolute;
    margin:-25px 0 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-services-layout1[data-arrows=true] .owl-nav .owl-prev {
    left:0
  }
  .ct-services-layout1[data-arrows=true] .owl-nav .owl-next {
    right:0
  }
}
.ct-grid-portfolio1 .portfolio-title {
  color:#fff;
  font-size:22px;
  margin-bottom:0
}
.ct-grid-portfolio1 .portfolio-title a {
  color:inherit
}
.ct-grid-portfolio1 .portfolio-title a:hover {
  color:#fff
}
.ct-grid-portfolio1 .portfolio-subtitle {
  margin-top:6px;
  font-size:12px;
  line-height:1.25;
  color:#fff
}
.ct-grid-portfolio1 .portfolio-holder {
  position:absolute;
  bottom:75px;
  left:0;
  right:0;
  background:#162171;
  padding:25px 32px 29px;
  opacity:0;
  -webkit-transform:translateY(60px);
  -khtml-transform:translateY(60px);
  -moz-transform:translateY(60px);
  -ms-transform:translateY(60px);
  -o-transform:translateY(60px);
  transform:translateY(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
}
.ct-grid-portfolio1 .grid-item-inner {
  position:relative;
  overflow:hidden;
  -webkit-box-shadow:0 7px 38px rgba(22,33,113,.21);
  -khtml-box-shadow:0 7px 38px rgba(22,33,113,.21);
  -moz-box-shadow:0 7px 38px rgba(22,33,113,.21);
  -ms-box-shadow:0 7px 38px rgba(22,33,113,.21);
  -o-box-shadow:0 7px 38px rgba(22,33,113,.21);
  box-shadow:0 7px 38px rgba(22,33,113,.21);
  margin-bottom:62px
}
.ct-grid-portfolio1 .grid-item-inner:hover .portfolio-holder {
  opacity:1;
  -webkit-transform:translateY(0);
  -khtml-transform:translateY(0);
  -moz-transform:translateY(0);
  -ms-transform:translateY(0);
  -o-transform:translateY(0);
  transform:translateY(0)
}
.ct-grid-portfolio2 .portfolio-title,
.ct-carousel-portfolio1 .portfolio-title {
  color:#fff;
  font-size:30px;
  margin-bottom:2px
}
@media screen and (max-width:1400px) {
  .ct-grid-portfolio2 .portfolio-title,
  .ct-carousel-portfolio1 .portfolio-title {
    font-size:24px
  }
}
.ct-grid-portfolio2 .portfolio-title a,
.ct-carousel-portfolio1 .portfolio-title a {
  color:inherit
}
.ct-grid-portfolio2 .portfolio-title a:hover,
.ct-carousel-portfolio1 .portfolio-title a:hover {
  color:#fff
}
.ct-grid-portfolio2 .portfolio-subtitle,
.ct-carousel-portfolio1 .portfolio-subtitle {
  margin-top:6px;
  font-size:16px;
  line-height:1.25;
  color:#fff
}
.ct-grid-portfolio2 .portfolio-holder,
.ct-carousel-portfolio1 .portfolio-holder {
  position:absolute;
  bottom:28px;
  left:26px;
  right:26px;
  background:#162171;
  padding:20px 34px 20px 46px;
  opacity:0;
  -webkit-transform:translateY(-60px);
  -khtml-transform:translateY(-60px);
  -moz-transform:translateY(-60px);
  -ms-transform:translateY(-60px);
  -o-transform:translateY(-60px);
  transform:translateY(-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;
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
@media screen and (max-width:1400px) {
  .ct-grid-portfolio2 .portfolio-holder,
  .ct-carousel-portfolio1 .portfolio-holder {
    padding:25px 30px
  }
}
.ct-grid-portfolio2 .portfolio-more,
.ct-carousel-portfolio1 .portfolio-more {
  height:65px;
  min-width:65px
}
.ct-grid-portfolio2 .portfolio-more a,
.ct-carousel-portfolio1 .portfolio-more a {
  display:inline-block;
  width:65px;
  height:65px;
  line-height:65px;
  -webkit-border-radius:65px;
  -khtml-border-radius:65px;
  -moz-border-radius:65px;
  -ms-border-radius:65px;
  -o-border-radius:65px;
  border-radius:65px;
  font-size:30px;
  color:#fff;
  text-align:center
}
.ct-grid-portfolio2 .portfolio-more a:before,
.ct-carousel-portfolio1 .portfolio-more a:before {
  background-color:#ffc96e;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffc96e),to(#ff2cc6));
  background-image:-webkit-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-moz-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-ms-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:-o-linear-gradient(left,#ffc96e,#ff2cc6);
  background-image:linear-gradient(left,#ffc96e,#ff2cc6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc96e',endColorStr='#ff2cc6',gradientType='1')
}
.ct-grid-portfolio2 .portfolio-more a:after,
.ct-carousel-portfolio1 .portfolio-more a:after {
  background-color:#6fd0ff;
  background-image:-webkit-gradient(linear,left top,right top,from(#6fd0ff),to(#059af7));
  background-image:-webkit-linear-gradient(left,#6fd0ff,#059af7);
  background-image:-moz-linear-gradient(left,#6fd0ff,#059af7);
  background-image:-ms-linear-gradient(left,#6fd0ff,#059af7);
  background-image:-o-linear-gradient(left,#6fd0ff,#059af7);
  background-image:linear-gradient(left,#6fd0ff,#059af7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#6fd0ff',endColorStr='#059af7',gradientType='1')
}
.ct-grid-portfolio2 .portfolio-meta,
.ct-carousel-portfolio1 .portfolio-meta {
  margin-right:20px;
  flex-grow:1;
  padding:17px 0
}
.ct-grid-portfolio2 .grid-item-inner,
.ct-carousel-portfolio1 .grid-item-inner {
  position:relative;
  overflow:hidden;
  -webkit-box-shadow:0 7px 38px rgba(22,33,113,.21);
  -khtml-box-shadow:0 7px 38px rgba(22,33,113,.21);
  -moz-box-shadow:0 7px 38px rgba(22,33,113,.21);
  -ms-box-shadow:0 7px 38px rgba(22,33,113,.21);
  -o-box-shadow:0 7px 38px rgba(22,33,113,.21);
  box-shadow:0 7px 38px rgba(22,33,113,.21);
  margin-bottom:62px
}
.ct-grid-portfolio2 .grid-item-inner:hover .portfolio-holder,
.ct-carousel-portfolio1 .grid-item-inner:hover .portfolio-holder {
  opacity:1;
  -webkit-transform:translateY(0);
  -khtml-transform:translateY(0);
  -moz-transform:translateY(0);
  -ms-transform:translateY(0);
  -o-transform:translateY(0);
  transform:translateY(0)
}
.ct-carousel-portfolio1 .owl-stage-outer {
  padding:40px 30px 0;
  margin:0 -30px
}
.ct-carousel-portfolio1 .owl-stage-outer .owl-item {
  opacity: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
}
.ct-carousel-portfolio1 .owl-stage-outer .owl-item.active {
  opacity:1
}
.ct-client-carousel .ct-client-item {
  text-align:center
}
.ct-client-carousel .ct-client-item a {
  display:inline-block
}
.ct-client-carousel .ct-client-item img {
  width:auto
}
.ct-client-carousel .owl-stage {
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
.ct-client-carousel.hover-opacity a {
  opacity:.2
}
.ct-client-carousel.hover-opacity a:hover {
  opacity:1
}
@media screen and (max-width:767px) {
  #ct-row-overlay.ct-row-overlay {
    width:100%!important
  }
}
.ct-box-text {
  background-color:#23205f;
  padding:35px 30px;
  text-align:center
}
.ct-box-text h3 {
  color:#fff;
  margin-bottom:2px;
  font-size:36px;
  letter-spacing:-.025em;
  font-weight:700;
  line-height:1.2
}
.ct-box-text h3 cite {
  color:#ff5e12;
  font-style:normal
}
.ct-box-text h4 {
  color:#fff;
  margin-bottom:0;
  font-size:36px;
  font-weight:300;
  line-height:1.2;
  letter-spacing:-.025em
}
.counter-line>.vc_column-inner>.wpb_wrapper {
  position:relative
}
.counter-line>.vc_column-inner>.wpb_wrapper:before {
  content:'';
  width:1px;
  height:52px;
  border-right:1px dashed #c6c6c6;
  position:absolute;
  top:50%;
  right:1px;
  -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-counter-default .ct-counter-digit {
  font-size:48px;
  color:#291a55;
  font-weight:600;
  line-height:1;
  margin-bottom:5px
}
.ct-counter-default .ct-counter-digit span {
  background-color:#ff5b11;
  background-image:-webkit-gradient(linear,left top,right top,from(#ff5b11),to(#ff9723));
  background-image:-webkit-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-moz-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-ms-linear-gradient(left,#ff5b11,#ff9723);
  background-image:-o-linear-gradient(left,#ff5b11,#ff9723);
  background-image:linear-gradient(left,#ff5b11,#ff9723);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11',endColorStr='#ff9723',gradientType='1');
  font-size:35px;
  position:relative;
  top:-18px;
  right:-2px
}
.ct-counter-default .ct-counter-title {
  font-size:16px;
  margin-bottom:0;
  color:#223543;
  font-weight:500
}
.ct-grid-service1 .ct-service-icon {
  width:67px;
  min-width:67px;
  height:65px;
  line-height:65px;
  -webkit-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -khtml-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -moz-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -ms-box-shadow:0 6px 16px rgba(231,61,142,.36);
  -o-box-shadow:0 6px 16px rgba(231,61,142,.36);
  box-shadow:0 6px 16px rgba(231,61,142,.36);
  background-color:#e73d8e;
  -webkit-border-radius:9px;
  -khtml-border-radius:9px;
  -moz-border-radius:9px;
  -ms-border-radius:9px;
  -o-border-radius:9px;
  border-radius:9px;
  margin-right:20px;
  text-align:center
}
.ct-grid-service1 i {
  color:#291a55;
  font-size:43px
}
.ct-grid-service1 .ct-service-title {
  font-size:20px;
  margin-bottom:7px
}
.ct-grid-service1 .ct-service-content {
  font-size:14px;
  line-height:26px
}
.ct-grid-service1 .ct-view-more {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:99
}
.ct-grid-service1 .ct-service-inner {
  display:flex;
  flex-wrap:nowrap;
  padding:35px 30px 28px 39px;
  position:relative;
  z-index:1;
  margin-bottom:30px
}
.ct-grid-service1 .ct-service-inner:before {
  content:'';
  background-color:#fff;
  -webkit-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -khtml-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -moz-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -ms-box-shadow:0 6px 35px rgba(58,58,59,.1);
  -o-box-shadow:0 6px 35px rgba(58,58,59,.1);
  box-shadow:0 6px 35px rgba(58,58,59,.1);
  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;
  z-index:-1
}
.ct-grid-service1 .ct-service-inner:hover:before {
  opacity:1
}
@media screen and (max-width:767px) {
  .ct-grid-service1 .ct-service-inner {
    padding-right:20px;
    padding-left:20px
  }
}
.ct-grid-service2 .ct-service-icon {
  line-height:1;
  margin-bottom:13px
}
.ct-grid-service2 .ct-service-title {
  font-size:32px;
  color:#fff;
  margin-bottom:16px
}
@media screen and (max-width:1199px) {
  .ct-grid-service2 .ct-service-title {
    font-size:26px
  }
}
.ct-grid-service2 .ct-service-content {
  font-size:15px;
  line-height:26px;
  color:#fff;
  margin-bottom:20px
}
.ct-grid-service2 .ct-view-more {
  color:#fff
}
.ct-grid-service2 .ct-view-more .ct-arrow-right::before {
  background-color:#fff
}
.ct-grid-service2 .ct-view-more .ct-arrow-right::after {
  color:#fff
}
.ct-grid-service2 .grid-item {
  padding:0
}
.ct-grid-service2 .ct-service-inner {
  padding:50px 50px 45px;
  position:relative;
  z-index:1
}
@media screen and (max-width:1400px) {
  .ct-grid-service2 .ct-service-inner {
    padding-left:40px;
    padding-right:40px
  }
}
@media screen and (max-width:1199px) {
  .ct-grid-service2 .ct-service-inner {
    padding:40px 30px 35px
  }
}
.ct-grid-service2 .ct-service-inner:before,
.ct-grid-service2 .ct-service-inner:after {
  content:'';
  border-color:#fff;
  border-style:solid;
  width:60px;
  height:53px;
  position:absolute;
  -webkit-transition:all 230ms linear 0ms;
  -khtml-transition:all 230ms linear 0ms;
  -moz-transition:all 230ms linear 0ms;
  -ms-transition:all 230ms linear 0ms;
  -o-transition:all 230ms linear 0ms;
  transition:all 230ms linear 0ms;
  opacity:0
}
.ct-grid-service2 .ct-service-inner:before {
  top:24px;
  right:24px;
  border-width:5px 5px 0 0
}
.ct-grid-service2 .ct-service-inner:after {
  left:24px;
  bottom:24px;
  border-width:0 0 5px 5px
}
.ct-grid-service2 .ct-service-inner .ct-service-overlay {
  background-color:#d8ff09;
  background-image:-webkit-gradient(linear,left top,right top,from(#d8ff09),to(#4ba116));
  background-image:-webkit-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-moz-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-ms-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-o-linear-gradient(left,#d8ff09,#4ba116);
  background-image:linear-gradient(left,#d8ff09,#4ba116);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ff09',endColorStr='#4ba116',gradientType='1');
  z-index:-1;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-transition:all 230ms linear 0ms;
  -khtml-transition:all 230ms linear 0ms;
  -moz-transition:all 230ms linear 0ms;
  -ms-transition:all 230ms linear 0ms;
  -o-transition:all 230ms linear 0ms;
  transition:all 230ms linear 0ms
}
.ct-grid-service2 .ct-service-inner:hover {
  z-index:99
}
.ct-grid-service2 .ct-service-inner:hover:before {
  top:4px;
  right:4px;
  opacity:1
}
.ct-grid-service2 .ct-service-inner:hover:after {
  left:4px;
  bottom:4px;
  opacity:1
}
.ct-grid-service2 .ct-service-inner:hover .ct-service-overlay {
  top:-14px;
  left:-14px;
  height:calc(100% + 28px);
  height:-webkit-calc(100% + 28px);
  width:calc(100% + 28px);
  width:-webkit-calc(100% + 28px)
}
.ct-video-button {
  height:52px;
  width:52px;
  background-color:#5b5cfb;
  background-image:-webkit-gradient(linear,left top,right top,from(#5b5cfb),to(#232490));
  background-image:-webkit-linear-gradient(left,#5b5cfb,#232490);
  background-image:-moz-linear-gradient(left,#5b5cfb,#232490);
  background-image:-ms-linear-gradient(left,#5b5cfb,#232490);
  background-image:-o-linear-gradient(left,#5b5cfb,#232490);
  background-image:linear-gradient(left,#5b5cfb,#232490);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb',endColorStr='#232490',gradientType='1');
  position:relative;
  font-size:12px;
  color:#fff;
  display:inline-block;
  -webkit-border-radius:52px;
  -khtml-border-radius:52px;
  -moz-border-radius:52px;
  -ms-border-radius:52px;
  -o-border-radius:52px;
  border-radius:52px;
  z-index:99
}
.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(91,92,251,.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 {
  color:#fff
}
.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
}
.ct-video-layout1 .ct-video-inner {
  position:relative
}
.ct-video-layout1 .ct-video-inner img {
  width:100%
}
.ct-video-layout1.intro-added .ct-video-button {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -khtml-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.ct-video-layout1.no-intro {
  line-height:1;
  display:inline-block;
  vertical-align:top
}
.ct-video-layout1.no-intro+.ct-button-wrapper {
  display:inline-block;
  margin-left:23px;
  position:relative;
  z-index:99
}
.ct-portfolio-details {
  font-size:15px;
  margin:0;
  list-style:none
}
.ct-portfolio-details label {
  font-weight:500
}
.ct-portfolio-details a {
  color:inherit
}
.ct-portfolio-details a:hover {
  color:#e73d8e
}
.ct-portfolio-details i {
  color:#e73d8e;
  min-width:19px
}
.ct-portfolio-details li+li {
  margin-top:12px
}
.landing-shadow-section-01 {
  -webkit-box-shadow:0 0 38px rgba(6,15,53,.56);
  -khtml-box-shadow:0 0 38px rgba(6,15,53,.56);
  -moz-box-shadow:0 0 38px rgba(6,15,53,.56);
  -ms-box-shadow:0 0 38px rgba(6,15,53,.56);
  -o-box-shadow:0 0 38px rgba(6,15,53,.56);
  box-shadow:0 0 38px rgba(6,15,53,.56)
}
.landing-shadow-section-02 {
  -webkit-box-shadow:0 2px 10px rgba(34,34,34,.36);
  -khtml-box-shadow:0 2px 10px rgba(34,34,34,.36);
  -moz-box-shadow:0 2px 10px rgba(34,34,34,.36);
  -ms-box-shadow:0 2px 10px rgba(34,34,34,.36);
  -o-box-shadow:0 2px 10px rgba(34,34,34,.36);
  box-shadow:0 2px 10px rgba(34,34,34,.36)
}
.landing-feature {
  list-style:none;
  margin:68px 0;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center
}
@media screen and (max-width:767px) {
  .landing-feature {
    flex-wrap:wrap;
    margin-top:38px
  }
}
.landing-feature li {
  padding:0 55px
}
@media screen and (max-width:991px) {
  .landing-feature li {
    padding:0 25px
  }
}
@media screen and (max-width:767px) {
  .landing-feature li {
    margin-top:30px
  }
}
.ct-showcase .ct-showcase-image {
  position:relative
}
.ct-showcase .ct-showcase-image img {
  -webkit-box-shadow:0 0 15px rgba(10,50,229,.19);
  -khtml-box-shadow:0 0 15px rgba(10,50,229,.19);
  -moz-box-shadow:0 0 15px rgba(10,50,229,.19);
  -ms-box-shadow:0 0 15px rgba(10,50,229,.19);
  -o-box-shadow:0 0 15px rgba(10,50,229,.19);
  box-shadow:0 0 15px rgba(10,50,229,.19)
}
.ct-showcase .ct-showcase-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.49);
  -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-showcase .ct-showcase-overlay .btn {
  font-size:15px;
  font-weight:600;
  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%);
  padding-left:45px;
  padding-right:45px;
  background-image:-webkit-linear-gradient(90deg,#162172 0%,#1a36bf 50%,#162172);
  background-image:-moz-linear-gradient(90deg,#162172 0%,#1a36bf 50%,#162172);
  background-image:-ms-linear-gradient(90deg,#162172 0%,#1a36bf 50%,#162172);
  background-image:-o-linear-gradient(90deg,#162172 0%,#1a36bf 50%,#162172);
  background-image:linear-gradient(90deg,#162172 0%,#1a36bf 50%,#162172);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  margin-top:60px
}
@media screen and (max-width:991px) {
  .ct-showcase .ct-showcase-overlay .btn {
    padding:0 34px
  }
}
.ct-showcase .ct-showcase-title {
  font-size:18px;
  text-transform:uppercase;
  color:#000;
  font-weight:600;
  text-align:center;
  margin:55px 0 0
}
.ct-showcase .ct-showcase-title a {
  color:inherit
}
.ct-showcase .ct-showcase-title a:hover {
  color:#000
}
.ct-showcase .ct-showcase-title cite {
  font-style:normal;
  color:#3241ff
}
.ct-showcase .ct-showcase-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
}
.ct-showcase .ct-showcase-inner: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-showcase .ct-showcase-inner:hover .ct-showcase-overlay {
  opacity:1
}
.ct-showcase .ct-showcase-inner:hover .ct-showcase-overlay .btn {
  margin-top:0
}
.ct-single-image {
  overflow: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-single-image .block-revealer-content {
  position:relative
}
.ct-single-image .block-revealer-content a {
  display:block
}
.ct-single-image .block-revealer-content img,
.ct-single-image .block-revealer-content .bg-image {
  width:100%;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px
}
.ct-single-image.image-border img {
  border:1px solid #e9f0fb
}
.ct-single-image .bg-image {
  width:100%;
  height:300px
}
.ct-single-image.img-style2 img {
  border:11px solid #fff;
  -webkit-border-radius:115px 0 50px 0;
  -khtml-border-radius:115px 0 50px 0;
  -moz-border-radius:115px 0 50px 0;
  -ms-border-radius:115px 0 50px 0;
  -o-border-radius:115px 0 50px 0;
  border-radius:115px 0 50px 0
}
@media screen and (min-width:1200px) {
  .ct-single-image.image-contact {
    margin-left:-50px
  }
}
@media screen and (max-width:767px) {
  .ct-single-image img {
    width:100%
  }
}
.ct-single-image.logo-footer img {
  width:auto
}
.image-block-revealers {
  display:inline-block;
  vertical-align:top;
  position:relative;
  overflow:hidden;
  width:100%
}
.image-block-revealers .block-revealer-element {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:0
}
.ct-process-layout1 .ct-process-image {
  margin-bottom:26px;
  position:relative
}
.ct-process-layout1 .ct-process-image:before {
  content:'';
  width:71px;
  height:11px;
  background-image:url(../images/process-line-01.png);
  background-repeat:no-repeat;
  position:absolute;
  right:-35px;
  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%)
}
@media screen and (max-width:991px) {
  .ct-process-layout1 .ct-process-image:before {
    display:none
  }
}
.ct-process-layout1 .ct-process-title {
  font-size:22px;
  margin-bottom:14px
}
.ct-process-layout1 .ct-process-desc {
  font-size:15px;
  line-height:28px;
  color:#555
}
.ct-process-layout1 .ct-process-item {
  text-align:center;
  margin-bottom:50px
}
.ct-process-layout1 .ct-process-item:last-child .ct-process-image:before {
  display:none
}
.ct-process-layout1 .ct-process-item:nth-child(2) .ct-process-image:before {
  background-image:url(../images/process-line-02.png);
  width:62px;
  right:-31px
}
.ct-process-layout1 .ct-process-item:nth-child(3) .ct-process-image:before {
  background-image:url(../images/process-line-03.png);
  width:47px;
  height:17px;
  right:-24px
}
.ct-carousel-team1 .team-featured {
  margin-bottom:24px
}
.ct-carousel-team1 .team-featured img {
  width:auto;
  margin:0 auto
}
.ct-carousel-team1 .team-title {
  font-size:20px;
  margin-bottom:2px
}
.ct-carousel-team1 .team-title a {
  color:inherit
}
.ct-carousel-team1 .team-title a:hover {
  color:inherit
}
.ct-carousel-team1 .team-position {
  font-size:15px;
  color:#777;
  -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-carousel-team1 .team-social {
  margin-top:5px
}
.ct-carousel-team1 .team-social a {
  display:inline-block
}
.ct-carousel-team1 .team-social a i {
  display:inline-block;
  width:27px;
  height:27px;
  line-height:27px;
  position:relative;
  background-color:#e73d8e;
  color:#fff;
  font-size:14px;
  text-shadow:0 2px 2px rgba(0,0,0,.12);
  -webkit-text-shadow:0 2px 2px rgba(0,0,0,.12);
  -webkit-border-radius:27px;
  -khtml-border-radius:27px;
  -moz-border-radius:27px;
  -ms-border-radius:27px;
  -o-border-radius:27px;
  border-radius:27px;
  margin:8px 2px 0
}
.ct-carousel-team1 .team-social a i.fa-behance {
  background-color:#4176fa
}
.ct-carousel-team1 .team-social a i.fa-twitter {
  background-color:#55acee
}
.ct-carousel-team1 .team-social a i.fa-dribbble {
  background-color:#f26798
}
.ct-carousel-team1 .team-social a i.fa-facebook {
  background-color:#3b5998
}
.ct-carousel-team1 .team-social a:hover {
  -webkit-transform:translate(0,10px);
  -khtml-transform:translate(0,10px);
  -moz-transform:translate(0,10px);
  -ms-transform:translate(0,10px);
  -o-transform:translate(0,10px);
  transform:translate(0,10px)
}
.ct-carousel-team1 .grid-item-inner {
  text-align:center;
  position:relative;
  z-index:1;
  padding:40px 30px 64px
}
.ct-carousel-team1 .grid-item-inner .ct-team-overlay {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-border-radius:270px;
  -khtml-border-radius:270px;
  -moz-border-radius:270px;
  -ms-border-radius:270px;
  -o-border-radius:270px;
  border-radius:270px;
  background-color:#06ffdf;
  background-image:-webkit-gradient(linear,left top,right top,from(#06ffdf),to(#0042ff));
  background-image:-webkit-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-moz-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-ms-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-o-linear-gradient(left,#06ffdf,#0042ff);
  background-image:linear-gradient(left,#06ffdf,#0042ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#06ffdf',endColorStr='#0042ff',gradientType='1');
  z-index:-1;
  -webkit-box-shadow:0 -5px 8px rgba(0,0,0,.29)inset;
  -khtml-box-shadow:0 -5px 8px rgba(0,0,0,.29)inset;
  -moz-box-shadow:0 -5px 8px rgba(0,0,0,.29)inset;
  -ms-box-shadow:0 -5px 8px rgba(0,0,0,.29)inset;
  -o-box-shadow:0 -5px 8px rgba(0,0,0,.29)inset;
  box-shadow:0 -5px 8px rgba(0,0,0,.29)inset;
  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-carousel-team1 .grid-item-inner:hover .ct-team-overlay {
  opacity:1
}
.ct-carousel-team1 .grid-item-inner:hover .team-title a,
.ct-carousel-team1 .grid-item-inner:hover .team-position {
  color:#fff
}
.ct-grid-portfolio3 .portfolio-featured a {
  display:block;
  position:relative
}
.ct-grid-portfolio3 .portfolio-featured a:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -khtml-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -moz-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -ms-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -o-box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  box-shadow:0 -1px 27px rgba(0,0,0,.29)inset;
  -webkit-border-radius:7px;
  -khtml-border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  border-radius:7px
}
.ct-grid-portfolio3 .portfolio-featured 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
}
.ct-grid-portfolio3 .portfolio-holder {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:20px 20px 28px;
  text-align:center;
  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
}
.ct-grid-portfolio3 .portfolio-holder:before {
  content:'';
  z-index:-1;
  position:absolute;
  height:270px;
  left:0;
  bottom:0;
  right:0;
  background-position:50% 0;
  background-repeat:no-repeat;
  background-image:url(../images/portfolio-overlay.png);
  -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-grid-portfolio3 .portfolio-title {
  font-size:22px;
  margin-bottom:4px;
  color:#fff
}
.ct-grid-portfolio3 .portfolio-title a {
  color:inherit
}
.ct-grid-portfolio3 .portfolio-subtitle {
  font-size:14px;
  color:#e0e0e0
}
.ct-grid-portfolio3 .grid-item-inner {
  position:relative;
  margin-bottom:12px
}
.ct-grid-portfolio3 .grid-item-inner .grid-item-more {
  position:absolute;
  top:0;
  left:0;
  z-index:99;
  width:100%;
  height:100%
}
.ct-grid-portfolio3 .grid-item-inner:hover .portfolio-holder {
  opacity:1
}
.ct-grid-portfolio3 .grid-item {
  padding:0 6px
}
@media screen and (min-width:1200px) {
  .ct-grid-portfolio3 .col-xl-auto {
    width:25%
  }
  .ct-grid-portfolio3 .col-xl-auto:nth-child(1),
  .ct-grid-portfolio3 .col-xl-auto:nth-child(2) {
    width:50%
  }
}
@media screen and (min-width:992px) {
  .ct-grid-portfolio3 .col-lg-auto {
    width:25%
  }
  .ct-grid-portfolio3 .col-lg-auto:nth-child(1),
  .ct-grid-portfolio3 .col-lg-auto:nth-child(2) {
    width:50%
  }
}
.ct-dot-animated {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0
}
.ct-dot-animated.top-slider {
  height:calc(100% + 330px);
  height:-webkit-calc(100% + 330px);
  margin-top:-330px
}
.ct-dot-animated .ct-dot-item {
  background-color:rgba(255,216,155,.4);
  width:1px;
  height:100%;
  position:absolute;
  top:0;
  left:0
}
.ct-dot-animated .ct-dot-item span {
  width:9px;
  height:9px;
  -webkit-border-radius:9px;
  -khtml-border-radius:9px;
  -moz-border-radius:9px;
  -ms-border-radius:9px;
  -o-border-radius:9px;
  border-radius:9px;
  background-color:#06ffdf;
  background-image:-webkit-gradient(linear,left top,right top,from(#06ffdf),to(#0042ff));
  background-image:-webkit-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-moz-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-ms-linear-gradient(left,#06ffdf,#0042ff);
  background-image:-o-linear-gradient(left,#06ffdf,#0042ff);
  background-image:linear-gradient(left,#06ffdf,#0042ff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#06ffdf',endColorStr='#0042ff',gradientType='1');
  position:absolute;
  bottom:14%;
  left:-4px
}
.ct-dot-animated .ct-dot-item:nth-child(1) span {
  -webkit-animation:dotAnimatedBottomToTop1 30s infinite linear;
  -moz-animation:dotAnimatedBottomToTop1 30s infinite linear;
  -o-animation:dotAnimatedBottomToTop1 30s infinite linear;
  animation:dotAnimatedBottomToTop1 30s infinite linear
}
.ct-dot-animated .ct-dot-item:nth-child(2) {
  left:20%
}
.ct-dot-animated .ct-dot-item:nth-child(2) span {
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1');
  bottom:64%;
  -webkit-animation:dotAnimatedBottomToTop2 30s infinite linear;
  -moz-animation:dotAnimatedBottomToTop2 30s infinite linear;
  -o-animation:dotAnimatedBottomToTop2 30s infinite linear;
  animation:dotAnimatedBottomToTop2 30s infinite linear
}
.ct-dot-animated .ct-dot-item:nth-child(3) {
  left:40%
}
.ct-dot-animated .ct-dot-item:nth-child(3) span {
  background-color:#f798fe;
  background-image:-webkit-gradient(linear,left top,right top,from(#f798fe),to(#612be1));
  background-image:-webkit-linear-gradient(left,#f798fe,#612be1);
  background-image:-moz-linear-gradient(left,#f798fe,#612be1);
  background-image:-ms-linear-gradient(left,#f798fe,#612be1);
  background-image:-o-linear-gradient(left,#f798fe,#612be1);
  background-image:linear-gradient(left,#f798fe,#612be1);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f798fe',endColorStr='#612be1',gradientType='1');
  bottom:5%;
  -webkit-animation:dotAnimatedBottomToTop3 30s infinite linear;
  -moz-animation:dotAnimatedBottomToTop3 30s infinite linear;
  -o-animation:dotAnimatedBottomToTop3 30s infinite linear;
  animation:dotAnimatedBottomToTop3 30s infinite linear
}
.ct-dot-animated .ct-dot-item:nth-child(4) {
  left:60%
}
.ct-dot-animated .ct-dot-item:nth-child(4) span {
  background-color:#d8ff09;
  background-image:-webkit-gradient(linear,left top,right top,from(#d8ff09),to(#4ba116));
  background-image:-webkit-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-moz-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-ms-linear-gradient(left,#d8ff09,#4ba116);
  background-image:-o-linear-gradient(left,#d8ff09,#4ba116);
  background-image:linear-gradient(left,#d8ff09,#4ba116);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ff09',endColorStr='#4ba116',gradientType='1');
  bottom:78%;
  -webkit-animation:dotAnimatedBottomToTop4 35s infinite linear;
  -moz-animation:dotAnimatedBottomToTop4 35s infinite linear;
  -o-animation:dotAnimatedBottomToTop4 35s infinite linear;
  animation:dotAnimatedBottomToTop4 35s infinite linear
}
.ct-dot-animated .ct-dot-item:nth-child(5) {
  left:80%
}
.ct-dot-animated .ct-dot-item:nth-child(5) span {
  background-color:#ffe712;
  background-image:-webkit-gradient(linear,left top,right top,from(#ffe712),to(#ed585a));
  background-image:-webkit-linear-gradient(left,#ffe712,#ed585a);
  background-image:-moz-linear-gradient(left,#ffe712,#ed585a);
  background-image:-ms-linear-gradient(left,#ffe712,#ed585a);
  background-image:-o-linear-gradient(left,#ffe712,#ed585a);
  background-image:linear-gradient(left,#ffe712,#ed585a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe712',endColorStr='#ed585a',gradientType='1');
  bottom:46%;
  -webkit-animation:dotAnimatedBottomToTop5 30s infinite linear;
  -moz-animation:dotAnimatedBottomToTop5 30s infinite linear;
  -o-animation:dotAnimatedBottomToTop5 30s infinite linear;
  animation:dotAnimatedBottomToTop5 30s infinite linear
}
.ct-dot-animated .ct-dot-item:nth-child(6) {
  left:auto;
  right:0
}
.ct-dot-animated .ct-dot-item:nth-child(6) span {
  background-color:#6fd0ff;
  background-image:-webkit-gradient(linear,left top,right top,from(#6fd0ff),to(#059af7));
  background-image:-webkit-linear-gradient(left,#6fd0ff,#059af7);
  background-image:-moz-linear-gradient(left,#6fd0ff,#059af7);
  background-image:-ms-linear-gradient(left,#6fd0ff,#059af7);
  background-image:-o-linear-gradient(left,#6fd0ff,#059af7);
  background-image:linear-gradient(left,#6fd0ff,#059af7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#6fd0ff',endColorStr='#059af7',gradientType='1');
  bottom:27%;
  -webkit-animation:dotAnimatedBottomToTop6 30s infinite linear;
  -moz-animation:dotAnimatedBottomToTop6 30s infinite linear;
  -o-animation:dotAnimatedBottomToTop6 30s infinite linear;
  animation:dotAnimatedBottomToTop6 30s infinite linear
}
.ct-dot-animated .ct-dot-container {
  max-width:1004px;
  height:100%;
  margin:0 auto;
  position:relative
}
.error404 .site-content {
  padding-top:195px!important;
  padding-bottom:0!important
}
@media screen and (max-width:1199px) {
  .error404 .site-content {
    padding-top:100px!important
  }
}
.error404 .content-inner {
  max-width:1200px;
  margin:auto;
  padding:0 15px
}
.error404 .error-image {
  float:right;
  margin-right:-60px;
  margin-top:-320px
}
@media screen and (max-width:1199px) {
  .error404 .error-image {
    margin-right:0;
    margin-top:-120px;
    max-width:600px
  }
}
@media screen and (max-width:991px) {
  .error404 .error-image {
    margin-top:60px;
    max-width:100%;
    float:none;
    text-align:center
  }
}
@media screen and (max-width:991px) {
  .error404 .error-holder {
    text-align:center
  }
}
.error404 .error-holder .error-number {
  font-size:200px;
  line-height:1;
  color:#e73d8e;
  font-weight:900;
  position:relative;
  display:inline-block;
  z-index:1;
  margin-bottom:22px
}
@media screen and (max-width:575px) {
  .error404 .error-holder .error-number {
    font-size:120px
  }
}
.error404 .error-holder .error-number span {
  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;
  margin-left:3px;
  margin-top:3px;
  color:#c6dcf9
}
.error404 .error-holder .error-content {
  font-size:24px;
  line-height:32px;
  margin-bottom:49px
}
@media screen and (max-width:575px) {
  .error404 .error-holder .error-content {
    font-size:20px
  }
}
.error404 .error-holder .error-content span {
  font-size:32px;
  line-height:32px;
  font-weight:700;
  color:#222
}
@media screen and (max-width:575px) {
  .error404 .error-holder .error-content span {
    font-size:24px
  }
}
.error404 .error-holder .btn {
  background-color:#ff9200
}
.error404 .error-holder .btn:hover,
.error404 .error-holder .btn:focus {
  background-color:#222
}
@media screen and (min-width:1200px) {
  body .container {
    max-width:1200px;
    width:100%
  }
  body .vc_inner.row_inner_boxed {
    padding-left:15px;
    padding-right:15px;
    max-width:1230px;
    margin-left:auto;
    margin-right:auto
  }
}
@media screen and (max-width:1199px) {
  body .container {
    max-width:100%
  }
}
@media(min-width:992px) and (max-width:1280px) {
  .col-offset-left>.vc_column-inner {
    padding-left:30px!important
  }
  .col-offset-right>.vc_column-inner {
    padding-right:30px!important
  }
}
@media screen and (max-width:991px) {
  #primary.content-has-sidebar+#secondary {
    margin-top:60px
  }
}
.site-content {
  background-color:#fff;
  padding-top:124px;
  padding-bottom:66px
}
@media screen and (max-width:1199px) {
  .site-content {
    overflow:hidden
  }
}
.widget .widget-content ul:not(.entry-meta) {
  margin:0;
  list-style:none
}
.page-template-default .entry-footer {
  text-align:center
}
.page-template-default .entry-footer i {
  padding-right:8px
}
.vc_column_container>.theiaStickySidebar>.vc_column-inner {
  box-sizing:border-box;
  padding-left:15px;
  padding-right:15px;
  width:100%
}
.row-bg-gradient {
  position:relative
}
.row-bg-gradient:before {
  content:'';
  background-image:-webkit-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-moz-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-ms-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-o-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490 0%',endColorStr='#5b5cfb 100%');
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:block!important;
  z-index:1
}
.row-bg-gradient:after {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:block!important;
  background-image:inherit;
  z-index:1
}
.row-bg-gradient .vc_column-inner {
  position:relative;
  z-index:3
}
.row-bg-gradient-overlay {
  position:relative
}
.row-bg-gradient-overlay:before {
  content:'';
  background-color:rgba(35,36,144,.9);
  background-image:-webkit-gradient(linear,left top,right top,from(rgba(35,36,144,.9)),to(rgba(91,92,251,.9)));
  background-image:-webkit-linear-gradient(left,rgba(35,36,144,.9),rgba(91,92,251,.9));
  background-image:-moz-linear-gradient(left,rgba(35,36,144,.9),rgba(91,92,251,.9));
  background-image:-ms-linear-gradient(left,rgba(35,36,144,.9),rgba(91,92,251,.9));
  background-image:-o-linear-gradient(left,rgba(35,36,144,.9),rgba(91,92,251,.9));
  background-image:linear-gradient(left,rgba(35,36,144,.9),rgba(91,92,251,.9));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(35, 36, 144, 0.9)',endColorStr='rgba(91, 92, 251, 0.9)',gradientType='1');
  background-color:initial;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:block!important;
  z-index:1
}
.row-bg-gradient-overlay .vc_column-inner {
  position:relative;
  z-index:3
}
.vc-row-overlay {
  position:relative;
  overflow:hidden
}
.row-overlay {
  position:relative
}
.row-overlay:after {
  background-color:inherit;
  bottom:0;
  content:"";
  display:block!important;
  height:100%!important;
  left:0;
  position:absolute;
  right:0;
  top:0;
  visibility:visible!important
}
.row-overlay .vc_column-inner {
  position:relative;
  z-index:1
}
.col-overlay .vc_column-inner {
  position:relative
}
.col-overlay .vc_column-inner:after {
  background-color:inherit;
  bottom:0;
  content:"";
  display:block!important;
  height:100%!important;
  left:0;
  position:absolute;
  right:0;
  top:0;
  visibility:visible!important
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position:relative;
  z-index:1
}
.vc_row.vc_row-fluid>.wpb_column {
  z-index:2
}
.vc_row .ct-row-overlay {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1
}
.vc_row .ct-row-overlay.ct-row-overlay-skew {
  right:0;
  -webkit-transform:skew(-20deg);
  -khtml-transform:skew(-20deg);
  -moz-transform:skew(-20deg);
  -ms-transform:skew(-20deg);
  -o-transform:skew(-20deg);
  transform:skew(-20deg);
  left:-1e3px;
  border-right:10px solid #e73d8e
}
@media screen and (max-width:767px) {
  .vc_row .ct-row-overlay.ct-row-overlay-skew {
    opacity:0;
    display:none
  }
}
.vc_row.row-flex {
  display:flex
}
@media(min-width:768px) and (max-width:991px) {
  .wpb_single_image.image_align_sm_left {
    text-align:left!important
  }
  .wpb_single_image.image_align_sm_center {
    text-align:center!important
  }
  .wpb_single_image.image_align_sm_right {
    text-align:right!important
  }
}
@media screen and (min-width:992px) {
  .vc_row-o-equal-height .wpb_wrapper,
  .vc_row-o-equal-height .ct-images-carousel-layout1 {
    height:100%
  }
  .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
  }
  .content-has-sidebar.float-right+#secondary.widget-has-sidebar:before {
    left:auto;
    right:0
  }
}
@media screen and (max-width:1600px) {
  .rm-padding-x2lg>.vc_column-inner,
  .rm-padding-x2lg>.theiaStickySidebar>.vc_column-inner {
    padding-left:60px!important;
    padding-right:60px!important
  }
}
@media screen and (max-width:1400px) {
  .rm-padding-xlg>.vc_column-inner,
  .rm-padding-xlg>.theiaStickySidebar>.vc_column-inner {
    padding-left:30px!important;
    padding-right:30px!important
  }
  .rm-padding-xxl>.vc_column-inner,
  .rm-padding-xxl>.theiaStickySidebar>.vc_column-inner {
    padding-left:60px!important;
    padding-right:60px!important
  }
  .rm-margin-xl.vc_row {
    margin-left:-15px!important;
    margin-right:-15px!important
  }
  .rm-margin-xl.wpb_single_image {
    margin:0!important
  }
}
@media screen and (max-width:1280px) {
  .rm-padding-x2lg>.vc_column-inner,
  .rm-padding-x2lg>.theiaStickySidebar>.vc_column-inner {
    padding-left:30px!important;
    padding-right:30px!important
  }
}
@media screen and (max-width:1199px) {
  .rm-padding-lg>.vc_column-inner,
  .rm-padding-lg>.theiaStickySidebar>.vc_column-inner {
    padding-left:15px!important;
    padding-right:15px!important
  }
  .vc_row.row-rm-padding-lg {
    margin-left:-15px!important;
    margin-right:-15px!important
  }
  .rm-margin-lg.vc_row {
    margin-left:-15px!important;
    margin-right:-15px!important
  }
  .rm-margin-lg.wpb_single_image {
    margin:0!important
  }
}
@media screen and (max-width:991px) {
  .rm-padding-md>.vc_column-inner,
  .rm-padding-md>.theiaStickySidebar>.vc_column-inner {
    padding-left:15px!important;
    padding-right:15px!important
  }
  .rm-padding-x2lg>.vc_column-inner,
  .rm-padding-x2lg>.theiaStickySidebar>.vc_column-inner {
    padding-left:15px!important;
    padding-right:15px!important
  }
  .rm-padding-x2lg.row-rm-padding-md-0>.vc_column-inner,
  .rm-padding-x2lg>.theiaStickySidebar>.vc_column-inner {
    padding-left:0!important;
    padding-right:0!important
  }
  .vc_row.row-rm-padding-md {
    margin-left:-15px!important;
    margin-right:-15px!important
  }
  .vc_row.row-rm-padding-md-0 {
    margin-left:0!important;
    margin-right:0!important
  }
  #primary .vc_row.rm-margin-md {
    margin-left:-15px!important;
    margin-right:-15px!important
  }
  .rm-margin-top-md>.vc_column-inner {
    margin-top:0!important
  }
  .add-margin-bottom-md>.vc_column-inner {
    margin-bottom:45px
  }
}
@media screen and (max-width:767px) {
  .rm-border-sm>.vc_column-inner {
    border:none!important
  }
  .sm-col-to {
    flex-direction:column-reverse;
    display:flex
  }
  .rm-padding-xs>.vc_column-inner,
  .rm-padding-sm>.vc_column-inner,
  .rm-padding-xs>.theiaStickySidebar>.vc_column-inner,
  .rm-padding-sm>.theiaStickySidebar>.vc_column-inner {
    padding-left:15px!important;
    padding-right:15px!important
  }
  .rm-padding-sm0>.vc_column-inner,
  .rm-padding-sm0>.theiaStickySidebar>.vc_column-inner {
    padding-left:0!important;
    padding-right:0!important
  }
  .vc_row.row-rm-padding-sm {
    margin-left:-15px!important;
    margin-right:-15px!important
  }
  .rm-margin-sm.wpb_single_image {
    margin:0!important
  }
  .rm-margin-sm.ct-single-image {
    margin:0!important
  }
  .rm-margin-sm>.vc_column-inner {
    margin:0!important
  }
  .wpb_single_image.image_align_xs_left {
    text-align:left!important
  }
  .wpb_single_image.image_align_xs_center {
    text-align:center!important
  }
  .wpb_single_image.image_align_xs_right {
    text-align:right!important
  }
}
@media screen and (max-width:575px) {
  .rm-padding-xs>.vc_column-inner,
  .rm-padding-xs>.theiaStickySidebar>.vc_column-inner {
    padding-left:15px!important;
    padding-right:15px!important
  }
  .vc_row.row-rm-padding-xs {
    margin-left:-15px!important;
    margin-right:-15px!important
  }
}
@media screen and (max-width:480px) {
  .img-100-xs {
    width:100%
  }
}
.widget_shopping_cart {
  position:absolute;
  background-color:#fff;
  right:0;
  top:100%;
  -webkit-box-shadow:0 0 40px rgba(0,0,0,.2);
  -khtml-box-shadow:0 0 40px rgba(0,0,0,.2);
  -moz-box-shadow:0 0 40px rgba(0,0,0,.2);
  -ms-box-shadow:0 0 40px rgba(0,0,0,.2);
  -o-box-shadow:0 0 40px rgba(0,0,0,.2);
  box-shadow:0 0 40px rgba(0,0,0,.2);
  width:280px;
  padding:30px 20px;
  -webkit-border-radius:0;
  -khtml-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms;
  text-align:left;
  color:#3a505f;
  z-index:-99;
  visibility:hidden;
  opacity:0;
  margin-top:25px;
  line-height:1.875
}
.widget_shopping_cart.open {
  z-index:99;
  margin-top:11px;
  visibility:visible;
  opacity:1;
  margin-top:0
}
.widget_shopping_cart:before {
  content:'';
  width:21px;
  height:11px;
  position:absolute;
  top:-11px;
  left:0;
  right:0;
  margin:auto
}
.widget_shopping_cart .widget_shopping_title {
  font-size:20px;
  border-bottom:1px solid #ebebeb;
  line-height:1;
  padding-bottom:20px;
  margin-bottom:30px;
  color:#152136;
  font-family:poppins,sans-serif;
  font-weight:500
}
.widget_shopping_cart .product_list_widget {
  list-style:none;
  margin:0
}
.widget_shopping_cart .product_list_widget li {
  padding:0 40px 0 0!important;
  position:relative;
  margin-bottom:30px!important
}
.widget_shopping_cart .product_list_widget li:last-child {
  margin-bottom:0!important
}
.widget_shopping_cart .product_list_widget li.empty {
  font-size:16px;
  padding:0!important;
  text-align:center
}
.widget_shopping_cart .product_list_widget li.empty span {
  text-align:center;
  margin-bottom:20px;
  display:block;
  margin-top:20px
}
.widget_shopping_cart .product_list_widget li.empty i {
  font-size:60px;
  color:#0d2335
}
.widget_shopping_cart .product_list_widget li.empty .btn {
  line-height:50px;
  width:100%
}
.widget_shopping_cart .product_list_widget li.empty .btn:hover {
  color:#fff
}
.widget_shopping_cart .product_list_widget .cart-product-image {
  width:50px;
  min-width:50px;
  position:absolute;
  top:0;
  left:0
}
.widget_shopping_cart .product_list_widget .cart-product-image img {
  float:none;
  margin:0;
  width:100%
}
.widget_shopping_cart .product_list_widget .cart-product-image+.cart-product-meta {
  padding-left:70px
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
  font-size:16px;
  color:#222;
  line-height:22px;
  margin-top:-5px;
  margin-bottom:2px
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
  display:inline-block;
  color:inherit;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  width:100%;
  font-weight:400
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
  color:#e73d8e
}
.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
  font-weight:600;
  font-size:14px;
  color:#e73d8e;
  border:none
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
  font-size:17px;
  color:#d9d9d9;
  position:absolute;
  width:16px;
  height:16px;
  line-height:16px;
  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%)
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
  color:#de3b36
}
.widget_shopping_cart .widget_shopping_cart_footer {
  border-top:1px solid #ebebeb;
  margin-top:30px;
  padding-top:20px
}
.widget_shopping_cart .widget_shopping_cart_footer .total {
  margin-bottom:18px;
  padding-top:0;
  border:none
}
.widget_shopping_cart .widget_shopping_cart_footer .total strong {
  font-size:18px;
  line-height:28px;
  color:#152136;
  font-weight:700
}
.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
  color:#152136;
  float:right;
  font-size:18px;
  line-height:1;
  font-weight:700
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons {
  margin-bottom:0;
  display:flex;
  flex-wrap:nowrap;
  margin-left:-10px;
  margin-right:-10px
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
  padding-left:20px;
  padding-right:20px;
  margin:0 10px;
  width:50%;
  line-height:50px;
  font-size:13px
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn:hover {
  color:#fff
}
.entry-content>.woocommerce .cart-empty,
.entry-content>.woocommerce .return-to-shop {
  text-align:center
}
.woocommerce ins {
  background-color:initial;
  color:#e73d8e
}
.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 span.count {
  background-color:#f6f6f6;
  display:inline-block;
  width:24px;
  height:24px;
  -webkit-border-radius:24px;
  -khtml-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
  line-height:24px;
  text-align:center;
  font-size:13px;
  -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 #secondary .widget a:hover>span.count {
  background-color:#e73d8e;
  color:#fff
}
.woocommerce #secondary .widget_product_search .search-field {
  height:60px;
  border-color:#eaedf4;
  -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:16px
}
.woocommerce #secondary .widget_product_search .search-field:focus {
  border-color:#e73d8e
}
.woocommerce #secondary .widget_product_search button {
  padding:0;
  width:60px;
  height:60px;
  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:0;
  z-index:3
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position:relative
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  font-weight:400;
  color:#fff;
  font-size:16px;
  content:'\f002';
  font-family:"font awesome 5 pro";
  position:absolute;
  top:50%;
  right:23px;
  -webkit-transform:translate(0,-50%);
  -khtml-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%);
  z-index:2
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:after {
  content:'';
  z-index:1;
  height:60px;
  width:60px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  position:absolute;
  top:0;
  right:0;
  background-image:-webkit-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-moz-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-ms-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-o-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490 0%',endColorStr='#5b5cfb 100%')
}
.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 img {
  margin:0;
  width:100%;
  max-width:80px;
  position:absolute;
  top:0;
  left:0
}
.woocommerce #secondary .widget_products ul li a {
  font-size:15px;
  color:#222;
  font-weight:800;
  line-height:1.25;
  margin-top:8px;
  margin-bottom:6px;
  font-family:poppins,sans-serif
}
.woocommerce #secondary .widget_products ul li a:hover {
  color:#e73d8e
}
@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:2px solid #ececec;
  text-align:left;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  height:50px
}
body.woocommerce .nice-select span.current,
body.woocommerce-page .nice-select span.current {
  line-height:46px
}
body.woocommerce .nice-select:after,
body.woocommerce-page .nice-select:after {
  color:inherit
}
body.woocommerce .nice-select ul.list,
body.woocommerce-page .nice-select ul.list {
  border:2px solid #ececec
}
body.woocommerce form .select2-container--default .select2-selection,
body.woocommerce-page form .select2-container--default .select2-selection {
  border:2px solid #ececec;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  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:46px;
  color:#3a505f;
  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 37px;
  line-height: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;
  -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;
  background-image:-webkit-linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  background-image:-moz-linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  background-image:-ms-linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  background-image:-o-linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  background-image:linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size:300%,1px;
  background-position:0
}
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;
  background-position:100%!important;
  background-image:-webkit-linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  background-image:-moz-linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  background-image:-ms-linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  background-image:-o-linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  background-image:linear-gradient(90deg,#232490 0%,#5b5cfb 50%,#232490 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  color:#fff
}
.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:#e73d8e
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  color:#e73d8e
}
.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 43px 0 32px;
  border:none;
  background-color:#222;
  color:#fff;
  font-weight:700;
  -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:60px;
  width:104px
}
.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:#fff;
  font-size:12px;
  right:36px;
  cursor:pointer
}
.woocommerce #content .quantity-icon i.quantity-up,
.woocommerce-page #content .quantity-icon i.quantity-up {
  top:22px
}
.woocommerce #content .quantity-icon i.quantity-down,
.woocommerce-page #content .quantity-icon i.quantity-down {
  bottom:22px
}
.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:12px 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:#e73d8e
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height:10px;
  width:10px;
  background-color:#e73d8e;
  -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:.05em;
  padding-left:18px;
  padding-right:18px
}
.woocommerce #secondary .widget_price_filter .price_label {
  font-size:14px;
  color:#252525;
  font-family:poppins,sans-serif
}
.widget_products .amount {
  font-size:14px;
  font-weight:700;
  color:#e73d8e
}
.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 .2s cubic-bezier(.39,.575,.565,1)0s;
  -khtml-transition:all .2s cubic-bezier(.39,.575,.565,1)0s;
  -moz-transition:all .2s cubic-bezier(.39,.575,.565,1)0s;
  -ms-transition:all .2s cubic-bezier(.39,.575,.565,1)0s;
  -o-transition:all .2s cubic-bezier(.39,.575,.565,1)0s;
  transition:all .2s cubic-bezier(.39,.575,.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:#e73d8e;
  background-color:#e73d8e
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color:#e73d8e;
  background-color:#e73d8e
}
#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:#e73d8e;
  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:#222
}
#shop-breadcrumb ul li a:hover {
  color:#e73d8e
}
.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:14px;
  margin-left:8px;
  color:#758ca0;
  text-transform:capitalize
}
.woocommerce span.onsale {
  height:45px;
  width:45px;
  min-width:inherit;
  min-height:inherit;
  font-size:16px;
  color:#fff;
  padding:0;
  text-align:center;
  line-height:45px;
  background-color:#e73d8e;
  font-family:poppins,sans-serif;
  -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:.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:#e73d8e
}
.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:800
}
.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:#e73d8e
}
.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:#e73d8e
}
.woocommerce ul.products li.product .price {
  font-size:16px;
  line-height:26px;
  font-weight:700;
  color:#e73d8e;
  margin-bottom:0
}
.woocommerce ul.products li.product .price del {
  color:#8f8f8f;
  font-weight:400;
  opacity:1
}
.woocommerce ul.products li.product .price ins {
  color:#e73d8e;
  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,.13);
  -khtml-box-shadow:0 2px 27px rgba(54,54,54,.13);
  -moz-box-shadow:0 2px 27px rgba(54,54,54,.13);
  -ms-box-shadow:0 2px 27px rgba(54,54,54,.13);
  -o-box-shadow:0 2px 27px rgba(54,54,54,.13);
  box-shadow:0 2px 27px rgba(54,54,54,.13);
  padding-bottom:22px
}
.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 .2s ease 0s;
  -khtml-transition:all .2s ease 0s;
  -moz-transition:all .2s ease 0s;
  -ms-transition:all .2s ease 0s;
  -o-transition:all .2s ease 0s;
  transition:all .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 .2s ease 0s;
  -khtml-transition:all .2s ease 0s;
  -moz-transition:all .2s ease 0s;
  -ms-transition:all .2s ease 0s;
  -o-transition:all .2s ease 0s;
  transition:all .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 {
  display:none
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .view-tooltip:first-child,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .view-tooltip:first-child,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .view-tooltip:first-child {
  display:block;
  position:absolute;
  top:50%;
  background-color:#e73d8e;
  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:first-child:before,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .view-tooltip:first-child:before,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .view-tooltip:first-child:before {
  content:'';
  border-width:6px;
  border-style:solid;
  border-color:transparent transparent transparent #e73d8e;
  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:hover .view-tooltip:first-child,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist:hover .view-tooltip:first-child,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view:hover .view-tooltip:first-child {
  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:.1s;
  transition-delay:.1s
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view {
  position:absolute;
  right:20px;
  top:120px;
  -webkit-transition-delay:.2s;
  transition-delay:.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-color:#e73d8e;
  background-image:none;
  -webkit-border-radius:50px;
  -khtml-border-radius:50px;
  -moz-border-radius:50px;
  -ms-border-radius:50px;
  -o-border-radius:50px;
  border-radius:50px;
  -webkit-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -khtml-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -moz-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -ms-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -o-box-shadow:0 4px 8px rgba(231,61,142,.23);
  box-shadow:0 4px 8px rgba(231,61,142,.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 pro";
  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 .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;
  background-color:#e73d8e;
  -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;
  background-image:none;
  -webkit-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -khtml-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -moz-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -ms-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -o-box-shadow:0 4px 8px rgba(231,61,142,.23);
  box-shadow:0 4px 8px rgba(231,61,142,.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 pro";
  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;
  background-color:#e73d8e;
  -webkit-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -khtml-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -moz-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -ms-box-shadow:0 4px 8px rgba(231,61,142,.23);
  -o-box-shadow:0 4px 8px rgba(231,61,142,.23);
  box-shadow:0 4px 8px rgba(231,61,142,.23);
  background-image:none;
  -webkit-border-radius:50px;
  -khtml-border-radius:50px;
  -moz-border-radius:50px;
  -ms-border-radius:50px;
  -o-border-radius:50px;
  border-radius:50px;
  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,.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:#e73d8e
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color:rgba(51,51,51,.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
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  padding:0;
  text-align:center;
  height:56px;
  width:56px;
  line-height:56px;
  font-size:15px;
  font-weight:700;
  color:#72839a;
  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 {
  border:2px solid #edf3fc;
  -webkit-border-radius:56px;
  -khtml-border-radius:56px;
  -moz-border-radius:56px;
  -ms-border-radius:56px;
  -o-border-radius:56px;
  border-radius:56px;
  z-index:-2
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after {
  background-image:-webkit-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-moz-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-ms-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:-o-linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  background-image:linear-gradient(21deg,#232490 0%,#5b5cfb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490 0%',endColorStr='#5b5cfb 100%');
  -webkit-border-radius:56px;
  -khtml-border-radius:56px;
  -moz-border-radius:56px;
  -ms-border-radius:56px;
  -o-border-radius:56px;
  border-radius:56px;
  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 pro"
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:after {
  font-size:16px;
  font-weight:400;
  content:'\f104';
  font-family:"font awesome 5 pro"
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color:#fff
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover:before {
  opacity:0
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current:after,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover:after {
  opacity:1
}
.single-product .woocommerce-social-share {
  padding-top:30px
}
.single-product .woocommerce-social-share label {
  font-size:14px;
  color:#42495b;
  font-family:poppins,sans-serif;
  margin-right:20px
}
.single-product .woocommerce-social-share a {
  color:#6a6a6a;
  font-size:16px;
  margin-right:12px
}
.single-product .woocommerce-social-share a:hover {
  color:#e73d8e
}
.single-product .woocommerce-summary-wrap {
  margin:0 -25px
}
.single-product .woocommerce-summary-wrap>.col-xl-6 {
  padding:0 25px
}
.single-product #shop-breadcrumb {
  padding-bottom:46px
}
.single-product #shop-newsletter {
  margin-top:30px
}
.single-product .woocommerce-sg-product-price {
  margin-bottom:36px
}
.single-product section.related {
  padding-top:105px
}
.single-product section.related h2 {
  font-size:30px;
  text-align:center;
  margin-bottom:0
}
@media screen and (max-width:991px) {
  .single-product section.related h2 {
    font-size:36px
  }
}
.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 {
  margin-bottom:32px;
  font-size:14px;
  line-height:24px
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom:0
}
.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 .3s ease 0s;
  -khtml-transition:all .3s ease 0s;
  -moz-transition:all .3s ease 0s;
  -ms-transition:all .3s ease 0s;
  -o-transition:all .3s ease 0s;
  transition:all .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:#e73d8e;
  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:.5
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
  border:2px solid rgba(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:#e73d8e
}
.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 .flex-control-nav {
  margin-top:20px;
  margin-left:-10px;
  margin-right:-10px
}
@media screen and (max-width:575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top:10px;
    margin-left:-5px;
    margin-right:-5px
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
  padding:0 10px;
  width:25%;
  margin-bottom:20px
}
@media screen and (max-width:575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding:0 5px
  }
}
.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(231,61,142,.1);
  outline-offset:-9px
}
.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(231,61,142,.85);
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  display:block;
  opacity:0;
  -webkit-transition:all .3s linear;
  -khtml-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -o-transition:all .3s linear;
  transition:all .3s linear
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content:"\f06e";
  font-family:"font awesome 5 pro";
  font-size:16px;
  height:40px;
  width:40px;
  line-height:40px;
  -webkit-border-radius:40px;
  -khtml-border-radius:40px;
  -moz-border-radius:40px;
  -ms-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  background-color:#fff;
  text-align:center;
  color:#e73d8e;
  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 .3s linear;
  -khtml-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -o-transition:all .3s linear;
  transition:all .3s linear;
  opacity:0
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity:.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:19px
}
.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:30px;
  line-height:1;
  color:#222;
  font-family:poppins,sans-serif;
  font-weight:800
}
.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 solid #ddd;
  padding-top:31px
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt>h3 {
  font-size:30px;
  margin-bottom:11px
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
  clear:left;
  margin-top:30px
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  overflow:visible;
  padding:0;
  margin-bottom:0;
  border-bottom:2px solid #ddd;
  display:inline-block
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before,
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
  display:none!important
}
@media screen and (max-width:575px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
    display:block
  }
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
  margin:0 50px 0 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-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 0 17px;
  font-size:24px;
  line-height:1;
  color:#696969;
  letter-spacing:-.03em;
  font-weight:400;
  font-family:gilroy regular;
  position:relative
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
  content:'';
  width:0;
  left:0;
  right:0;
  margin:auto;
  bottom:-2px;
  background-color:#e73d8e;
  -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;
  position:absolute;
  height:2px
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after {
  display:none!important
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active>a {
  color:#e73d8e;
  font-family:gilroy bold
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active>a:before {
  opacity:1;
  width:100%
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size:14px;
  line-height:30px
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom:0
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
  display:none
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  padding-top:32px;
  margin-bottom:0
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border:1px solid #dee2e6
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom:1px solid #dee2e6;
  font-family:inherit;
  color:#152136;
  font-weight: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:30px;
  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:20px;
  border:1px solid #eee
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position:absolute;
  right:10px;
  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:6px
  }
}
.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;
  border:5px solid #fff
}
@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 {
  display:flex;
  align-items:center;
  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:14px;
  font-weight:500;
  color:#e73d8e
}
.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
}
.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 .meta .woocommerce-review__published-date:before {
  content:"\f017";
  font-family:FontAwesome;
  margin:0 4px
}
.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 {
  margin-top:35px;
  display:flex;
  flex-wrap:wrap;
  font-size:14px;
  color:#758ca0
}
.single-product #primary div.product .product_meta>span {
  margin-right:34px
}
.single-product #primary div.product .product_meta a {
  color:inherit
}
.single-product #primary div.product .product_meta a:hover {
  color:#e73d8e
}
@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:60px;
  padding:0 25px
}
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;
  border-left:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7
}
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:1px solid #dee2e6;
  border-bottom:2px solid #dee2e6
}
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
}
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:#e73d8e
}
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:#e73d8e;
  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(231,61,142,.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>h2,
body.woocommerce-wishlist .cart-collaterals .cart_totals>h2 {
  font-size:28px;
  text-transform:capitalize;
  margin-bottom:18px;
  font-weight:800
}
body.woocommerce-cart .cart-collaterals .cart_totals th,
body.woocommerce-wishlist .cart-collaterals .cart_totals th {
  color:#222;
  font-weight:800;
  vertical-align:middle!important
}
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 .cart-subtotal td,
body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td,
body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal strong,
body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal strong,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total strong,
body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total strong {
  font-weight:700;
  color:#e73d8e
}
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:#e73d8e
}
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:#e73d8e
}
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
}
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>h3 {
  font-size:28px;
  font-weight:800;
  margin-bottom:18px;
  text-transform:capitalize
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom:36px
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
  font-size:28px;
  font-weight:800;
  margin-bottom:18px;
  text-transform:capitalize
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size:28px;
  cursor:pointer;
  -webkit-transition:all .3s linear;
  -khtml-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -o-transition:all .3s linear;
  transition:all .3s linear
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color:#e73d8e
}
.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:28px;
  font-weight:800;
  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:#e73d8e
}
.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,.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:#e73d8e
}
.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:#e73d8e;
  margin-left:-16px;
  opacity:0;
  -webkit-transition:all 300ms linear 0ms;
  -khtml-transition:all 300ms linear 0ms;
  -moz-transition:all 300ms linear 0ms;
  -ms-transition:all 300ms linear 0ms;
  -o-transition:all 300ms linear 0ms;
  transition:all 300ms linear 0ms
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active>a,
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color:inherit;
  padding-left:26px
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active>a:before,
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left:0;
  opacity:1
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
  margin-bottom:30px;
  padding:0 15px;
  width:70%;
  float:left
}
@media screen and (max-width:767px) {
  .woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
    width:100%;
    margin-bottom:0
  }
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1,
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
  flex:inherit;
  max-width:inherit
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
  width:100%
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width:100%
}
.woocommerce-account .site-content #primary .woocommerce-form {
  background-color:#f7f8fa;
  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:#e73d8e
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color:#e73d8e
}
.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:#e73d8e;
  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,.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,.2);
  opacity:1;
  border:1px solid rgba(0,0,0,.2);
  -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:"\e646";
  font-family:themify;
  font-size:13px
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  border-color:#e73d8e;
  color:#fff;
  background-color:#e73d8e
}
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:#e73d8e
}
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:700;
  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 .3s ease 0s;
  -khtml-transition:all .3s ease 0s;
  -moz-transition:all .3s ease 0s;
  -ms-transition:all .3s ease 0s;
  -o-transition:all .3s ease 0s;
  transition:all .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:#e73d8e;
  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:.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,.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:#e73d8e;
  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:#0538af
}
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:60px
}
.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:#0538af!important
}
#yith-wcwl-form .wishlist-empty {
  text-align:center!important
}
#yith-wcwl-form .product-add-to-cart {
  text-align:center!important
}
#yith-wcwl-form .product-add-to-cart a.button {
  padding:0 20px;
  background-color:#e73d8e;
  color:#fff;
  line-height:60px;
  display:inline-block!important
}
#yith-wcwl-form .product-add-to-cart a.button:hover {
  background-color:#0538af
}
#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
  }
}
body.rtl {
  direction:rtl;
  unicode-bidi:embed;
  text-align:right
}
body.rtl .vc_col-lg-1,
body.rtl .vc_col-lg-10,
body.rtl .vc_col-lg-11,
body.rtl .vc_col-lg-12,
body.rtl .vc_col-lg-2,
body.rtl .vc_col-lg-3,
body.rtl .vc_col-lg-4,
body.rtl .vc_col-lg-5,
body.rtl .vc_col-lg-6,
body.rtl .vc_col-lg-7,
body.rtl .vc_col-lg-8,
body.rtl .vc_col-lg-9,
body.rtl .vc_col-md-1,
body.rtl .vc_col-md-10,
body.rtl .vc_col-md-11,
body.rtl .vc_col-md-12,
body.rtl .vc_col-md-2,
body.rtl .vc_col-md-3,
body.rtl .vc_col-md-4,
body.rtl .vc_col-md-5,
body.rtl .vc_col-md-6,
body.rtl .vc_col-md-7,
body.rtl .vc_col-md-8,
body.rtl .vc_col-md-9,
body.rtl .vc_col-sm-1,
body.rtl .vc_col-sm-10,
body.rtl .vc_col-sm-11,
body.rtl .vc_col-sm-12,
body.rtl .vc_col-sm-2,
body.rtl .vc_col-sm-3,
body.rtl .vc_col-sm-4,
body.rtl .vc_col-sm-5,
body.rtl .vc_col-sm-6,
body.rtl .vc_col-sm-7,
body.rtl .vc_col-sm-8,
body.rtl .vc_col-sm-9,
body.rtl .vc_col-xs-1,
body.rtl .vc_col-xs-10,
body.rtl .vc_col-xs-11,
body.rtl .vc_col-xs-12,
body.rtl .vc_col-xs-2,
body.rtl .vc_col-xs-3,
body.rtl .vc_col-xs-4,
body.rtl .vc_col-xs-5,
body.rtl .vc_col-xs-6,
body.rtl .vc_col-xs-7,
body.rtl .vc_col-xs-8,
body.rtl .vc_col-xs-9 {
  float:right
}
body.rtl .text-left,
body.rtl .align-left {
  text-align:right
}
body.rtl .owl-dots .owl-dot {
  margin:0 8px
}
body.rtl .owl-nav {
  direction:ltr
}
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:after {
  right:auto;
  left:18px
}
body.rtl .nice-select {
  padding-left:40px;
  padding-right:18px
}
body.rtl .nice-select .option {
  text-align:right
}
body.rtl #pagetitle h1.page-title {
  margin-right:0;
  margin-left:30px
}
body.rtl .wpcf7-form .input-filled>i {
  right:auto;
  left:38px
}
body.rtl .wpcf7-form .input-filled>i+.wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  padding-right:40px;
  padding-left:70px
}
body.rtl #pagetitle .page-title-search .search-field {
  padding-right:30px;
  padding-left:86px
}
body.rtl #pagetitle .page-title-search .search-submit {
  right:auto;
  left:0
}
@media screen and (min-width:992px) {
  .rtl .text-left-lg {
    text-align:right!important
  }
  .rtl .text-right-lg {
    text-align:left!important
  }
}
@media screen and (max-width:1199px) {
  .rtl .align-left-md {
    text-align:right
  }
  .rtl .align-right-md {
    text-align:left
  }
}
@media screen and (max-width:991px) {
  .rtl .text-left-md {
    text-align:right!important
  }
  .rtl .text-right-md {
    text-align:left!important
  }
  .rtl .align-left-sm {
    text-align:right
  }
  .rtl .align-right-sm {
    text-align:left
  }
}
@media screen and (max-width:767px) {
  .rtl .text-left-sm {
    text-align:right!important
  }
  .rtl .text-right-sm {
    text-align:left!important
  }
  .rtl .align-left-xs {
    text-align:right
  }
  .rtl .align-right-xs {
    text-align:left
  }
}
.rtl .ct-modal.ct-search-popup .ct-modal-content .search-field {
  padding-right:0;
  padding-left:80px
}
.rtl .ct-modal.ct-search-popup .ct-modal-content .search-submit {
  right:auto;
  left:0
}
.rtl #header-wrap #header-top.layout1 .header-info-item i {
  margin-right:0;
  margin-left:16px
}
.rtl #header-wrap .site-menu-right .menu-right-item.box-icon.box-icon-style2+.box-icon-style2 {
  margin-left:0;
  margin-right:21px
}
.rtl #header-wrap #header-top.header-top-1 i {
  margin-right:0;
  margin-left:7px
}
.rtl .widget_shopping_cart {
  right:auto;
  left:0
}
@media screen and (min-width:1200px) {
  .rtl #header-wrap .primary-menu>li {
    float:right
  }
  .rtl #header-wrap .primary-menu .sub-menu {
    left:auto;
    right:0
  }
  .rtl #header-wrap .primary-menu .sub-menu .menu-item-has-children>a {
    padding-left:20px;
    padding-right:0
  }
  .rtl #header-wrap .primary-menu .sub-menu .menu-item-has-children>a:after {
    right:auto;
    left:0;
    content:"\f104"
  }
  .rtl #header-wrap .primary-menu .sub-menu .sub-menu {
    right:100%
  }
  .rtl #header-wrap .site-menu-right {
    margin-left:0;
    margin-right:14px
  }
  .rtl #header-wrap .site-menu-right .menu-right-item+.menu-right-item {
    margin-left:0;
    margin-right:9px
  }
  .rtl #header-wrap .primary-menu>li.menu-item-has-children>a .text-menu::after {
    margin-left:0;
    margin-right:5px
  }
  .rtl #header-wrap .primary-menu .sub-menu li a:before {
    left:auto;
    right:0;
    content:"\f060"
  }
  .rtl #header-wrap .primary-menu .sub-menu li>a:hover,
  .rtl #header-wrap .primary-menu .sub-menu li.current_page_item>a,
  .rtl #header-wrap .primary-menu .sub-menu li.current-menu-item>a,
  .rtl #header-wrap .primary-menu .sub-menu li.current_page_ancestor>a,
  .rtl #header-wrap .primary-menu .sub-menu li.current-menu-ancestor>a,
  .rtl #header-wrap .primary-menu .sub-menu li.current-menu-parent>a {
    padding-right:22px;
    padding-left:20px
  }
  .rtl #header-wrap .primary-menu .sub-menu li>a:hover:before,
  .rtl #header-wrap .primary-menu .sub-menu li.current_page_item>a:before,
  .rtl #header-wrap .primary-menu .sub-menu li.current-menu-item>a:before,
  .rtl #header-wrap .primary-menu .sub-menu li.current_page_ancestor>a:before,
  .rtl #header-wrap .primary-menu .sub-menu li.current-menu-ancestor>a:before,
  .rtl #header-wrap .primary-menu .sub-menu li.current-menu-parent>a:before {
    right:0;
    left:auto
  }
  .rtl #header-wrap.header-layout2 .header-main .btn-phone+.menu-right-item {
    margin-left:0;
    margin-right:30px
  }
}
@media screen and (max-width:1199px) {
  .rtl #header-wrap .site-branding {
    text-align:right
  }
  .rtl #header-wrap .site-branding .logo-dark {
    left:auto;
    right:0
  }
  .rtl #header-wrap .primary-menu li {
    text-align:right
  }
  .rtl #header-wrap .primary-menu .sub-menu {
    left:auto;
    right:0
  }
  .rtl #header-wrap .menu-mobile-close {
    right:auto;
    left:0
  }
  .rtl #header-wrap #main-menu-mobile {
    right:auto;
    left:15px
  }
  .rtl #header-wrap .main-menu-toggle {
    right:auto;
    left:12px
  }
  .rtl #header-wrap .header-navigation {
    right:0
  }
  .rtl #header-wrap .header-navigation .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%);
    left:auto
  }
  .rtl #header-wrap .header-navigation.navigation-open .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%)
  }
  .rtl #header-wrap .header-mobile-search .search-submit {
    right:auto;
    left:0
  }
}
.rtl #header-wrap .site-menu-phone .menu-phone-icon {
  margin-right:0;
  margin-left:9px
}
.rtl #header-wrap .site-menu-phone {
  margin-left:0;
  margin-right:16px
}
.rtl #header-wrap.header-layout1 {
}
.rtl #header-wrap.header-layout1 .header-main:not(.h-fixed) .header-navigation .widget_shopping_cart {
  right:auto;
  left:-35px
}
.rtl #header-wrap.header-layout1 .primary-menu>li {
  padding:0 14px
}
.rtl .ct-grid-service1 .ct-service-icon {
  margin-left:20px;
  margin-right:0
}
.rtl .ct-short-text.layout1 .short-text-title {
  padding-right:0;
  padding-left:32px
}
@media screen and (max-width:767px) {
  .rtl .ct-short-text.layout1 .short-text-title {
    padding-left:0
  }
}
.rtl .ct-short-text.layout1 .short-text-description {
  padding-left:0;
  padding-right:32px
}
@media screen and (max-width:767px) {
  .rtl .ct-short-text.layout1 .short-text-description {
    padding-right:0
  }
}
.rtl .ct-short-text.layout1 .short-text-title::before {
  right:auto;
  left:0
}
@media screen and (max-width:767px) {
  .rtl .ct-short-text.layout1 .short-text-title::before {
    left:0;
    right:0;
    margin:auto
  }
}
.rtl .ct-list.layout1 li i {
  margin-left:9px;
  margin-right:0
}
.rtl .ct-contact-info .ct-contact-info-icon i {
  margin-right:0;
  margin-left:30px
}
.rtl .ct-video-wrapper.video-intro-style3 .ct-video-inner {
  margin-right:0;
  margin-left:30px
}
.rtl .ct-view-more .ct-arrow-right {
  margin-left:0;
  margin-right:10px
}
.rtl .ct-view-more .ct-arrow-right:after {
  content:'\f104';
  right:auto;
  left:0
}
.rtl.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(1) a::before {
  right:auto;
  left:-46px
}
.rtl.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab+.vc_tta-tab.vc_active a::before {
  left:auto;
  right:4px
}
.rtl.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-tabs.vc_tta-style-tab-pricing .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2) a::before {
  right:-28px;
  left:auto
}
.rtl .ct-divider {
}
.rtl .ct-divider:before {
  left:auto;
  right:0
}
.rtl .ct-divider:after {
  right:auto;
  left:0
}
.rtl .site-footer .top-footer ul.menu li:hover>a,
.rtl .site-footer .top-footer ul.menu li.current_page_item>a,
.rtl .site-footer .top-footer ul.menu li.current-menu-item>a,
.rtl .site-footer .top-footer ul.menu li.current_page_ancestor>a,
.rtl .site-footer .top-footer ul.menu li.current-menu-ancestor>a {
  padding-left:0;
  padding-right:26px
}
.rtl .site-footer .top-footer ul.menu li a::before {
  left:auto;
  right:0;
  content:"\f177"
}
.rtl .entry-meta:before {
  left:auto;
  right:0
}
.rtl .comment-reply a i {
  margin-left:0;
  margin-right:4px
}
.rtl .comment-form .comment-field textarea,
.rtl .comment-form .comment-field input {
  padding-right:20px
}
.rtl .entry-meta li i,
.rtl .item-meta li i {
  margin-right:0;
  margin-left:10px
}
.rtl .ct-social li:last-child {
  margin-right:10px
}
.rtl #content .widget_categories ul li a::before,
.rtl #content .widget_nav_menu ul li a::before,
.rtl #content .widget_pages ul li a::before,
.rtl #content .widget_archive ul li a::before,
.rtl #content .widget_meta ul li a::before,
.rtl #content .widget_recent_entries ul li a::before {
  float:right;
  margin-left:8px;
  margin-right:0;
  content:"\f104"
}
.rtl .widget-title::before,
.rtl .comments-title::before,
.rtl .comment-reply-title::before {
  left:auto;
  right:0
}
.rtl .widget_ct_recent_posts .entry-media {
  margin-right:0;
  margin-left:20px
}
.rtl .widget_ct_recent_posts .item-time i {
  padding-left:8px;
  padding-right:0
}
.rtl .widget_search .search-form .search-field {
  padding-left:70px;
  padding-right:30px
}
.rtl .widget_search .search-form .search-submit {
  right:auto;
  left:0
}
.rtl #pagetitle .ct-breadcrumb li {
  margin-right:0;
  margin-left:19px
}
.rtl #pagetitle .ct-breadcrumb li::before {
  content:"\f104";
  float:right;
  margin-right:0;
  margin-left:19px
}
.rtl .ct-contact-info .ct-contact-info-meta {
  margin-right:0;
  margin-left:36px
}
@media screen and (max-width:575px) {
  .rtl .ct-contact-info .ct-contact-info-meta {
    margin-left:0
  }
}
.rtl .ct-button-wrapper i {
  margin-right:12px
}
.rtl .ct-button-wrapper i.icon-left {
  margin-left:12px;
  margin-right:0
}
.rtl .ct-service-layout1 .item-more a,
.rtl .ct-service-layout2 .item-more a,
.rtl .ct-carousel-service1 .item-more a,
.rtl .ct-carousel-service2 .item-more a,
.rtl .ct-service-layout3 .item-more a {
  padding-right:0;
  padding-left:40px
}
.rtl .ct-service-layout1 .item-more a i,
.rtl .ct-service-layout2 .item-more a i,
.rtl .ct-carousel-service1 .item-more a i,
.rtl .ct-carousel-service2 .item-more a i,
.rtl .ct-service-layout3 .item-more a i {
  right:auto;
  left:0
}
.rtl .ct-service-layout1 .item-more a i:before,
.rtl .ct-service-layout2 .item-more a i:before,
.rtl .ct-carousel-service1 .item-more a i:before,
.rtl .ct-carousel-service2 .item-more a i:before,
.rtl .ct-service-layout3 .item-more a i:before {
  content:"\ea93"
}
.rtl .ct-contact-form-layout4 .ct-contact-form-meta h3 {
  text-align:right
}
.rtl .ct-carousel-team2 .team-video-button i:before {
  content:"\ea93"
}
.rtl #section-service-content>.vc_column-inner>.wpb_wrapper>.ct-single-image {
  left:auto;
  right:-50px
}
.rtl .ct-icon1 a+a {
  margin-left:0;
  margin-right:11px
}
.rtl .ct-carousel-team1 .team-meta {
  margin-right:0;
  margin-left:20px
}
.rtl .ct-service-layout2 .grid-item-inner .item-count {
  left:auto;
  right:47px
}
.rtl .ct-fancybox-layout3 .ct-fancybox-icon {
  margin-right:0;
  margin-left:10px
}
.rtl .ct-contact-form-layout4 .form-title {
  padding-right:0;
  padding-left:30px
}
.rtl .ct-grid-team1 .team-icon {
  margin-right:0;
  margin-left:25px
}
.rtl .ct-grid-team1 .team-featured .team-social a+a {
  margin-left:0;
  margin-right:20px
}
.rtl .ct-accordion .card-title a {
  padding-left:60px;
  padding-right:37px
}
.rtl .ct-accordion .card-title a .card-arrow {
  right:auto;
  left:0
}
.rtl .ct-newsletter-layout1 .tnp-field-button {
  right:auto;
  left:0
}
.rtl .ct-wg-title span {
  margin-right:0;
  margin-left:20px
}
@media screen and (min-width:1200px) {
  .rtl #custom-footer-1>.vc_col-sm-4:nth-child(1) {
    padding-right:0;
    padding-left:90px
  }
  .rtl #custom-footer-1>.vc_col-sm-4:nth-child(2) {
    padding-right:0;
    padding-left:95px
  }
}
.rtl .ct-heading.align-left .ct-heading-sub.style1:after {
  left:-200px;
  right:auto
}
.rtl .ct-heading.layout3 .ct-heading-tag::after {
  right:auto;
  left:-215px
}
.rtl .vc_wp_custommenu.tow-col-light ul.menu li a::before,
.rtl #content .vc_wp_custommenu.tow-col-light ul.menu li a::before {
  margin-right:0;
  margin-left:8px;
  content:"\f104"
}
.rtl .ct-scroll-top.on {
  right:auto;
  left:0;
  -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
}
.rtl .ct-fancybox-layout6 .ct-fancybox-icon {
  margin-right:0;
  margin-left:10px
}
.rtl .ct-fancybox-layout9 .ct-fancybox-title::before {
  left:auto;
  right:0
}
.rtl .ct-fancybox-layout1.style2 .ct-fancybox-icon {
  margin-right:0;
  margin-left:30px
}
.rtl .ct-process-layout1 .ct-process-image::before {
  right:auto;
  left:-35px;
  -webkit-transform:rotate(180deg);
  -khtml-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg)
}
.rtl .ct-process-layout1 .ct-process-item:nth-child(2) .ct-process-image::before {
  right:auto;
  left:-31px
}
.rtl .ct-process-layout1 .ct-process-item:nth-child(2) .ct-process-image::before {
  right:auto;
  left:-24px
}
.rtl .ct-process-layout1 .ct-process-item:nth-child(3) .ct-process-image::before {
  right:auto;
  left:-24px
}
.rtl .ct-contact-form-layout5 .fr-seo-check1 {
  flex-direction:row-reverse
}
.rtl .ct-contact-form-layout5 .wpcf7-form .input-filled.space-line .wpcf7-form-control {
  border-left:none;
  border-right:1px solid #8b7f99
}
.rtl .ct-testimonial-carousel3 .testimonial-featured {
  margin-right:0;
  margin-left:18px
}
.rtl .ct-newsletter-layout2 form.newsletter .tnp-field-email {
  margin-left:13px;
  margin-right:0
}
@media screen and (max-width:767px) {
  .rtl .ct-newsletter-layout2 form.newsletter .tnp-field-email {
    margin-left:0
  }
}
.rtl.single-post .content-area .entry-content-bottom .entry-tags {
  margin-right:0;
  margin-left:30px
}
.rtl.single-post .content-area .entry-content-bottom .entry-tags a {
  margin-right:0;
  margin-left:16px
}
.rtl.single-post .content-area .entry-content-bottom .entry-social a+a {
  margin-left:0;
  margin-right:25px
}
.rtl .comment-inner img.avatar {
  margin-right:0;
  margin-left:30px
}
.rtl .comment-reply {
  right:auto;
  left:20px
}
.rtl.single-portfolio .entry-footer .entry-social a+a {
  margin-left:0;
  margin-right:6px
}
.rtl.single-portfolio .post-type-nav .nav-link-next .nav-inner {
  text-align:left
}
.rtl.single-portfolio .post-type-nav .nav-link-next .nav-inner .nav-icon {
  opacity:0
}
.rtl.single-portfolio .post-type-nav .nav-link-next .nav-inner:hover {
  padding-right:0
}
.rtl.single-portfolio .post-type-nav .nav-link-prev .nav-inner .nav-icon {
  opacity:0
}
.rtl.single-portfolio .post-type-nav .nav-link-prev .nav-inner:hover {
  padding-left:0
}
.rtl.woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-left {
  margin-right:0;
  margin-left:30px
}
.rtl.woocommerce .star-rating-wrap .count-rating {
  margin-left:0;
  margin-right:8px
}
.rtl.single-product #primary div.product .entry-summary .price ins {
  margin-right:0;
  margin-left:22px
}
.rtl .ct-list.layout2 li label {
  margin-right:0;
  margin-left:30px
}
.rtl.single-product #primary div.product .woocommerce-product-gallery {
  direction:ltr
}
.rtl .site-footer .bottom-footer .bottom-social a+a {
  margin-left:0;
  margin-right:15px
}
.rtl .ct-newsletter-layout1 form.newsletter .tnp-field-button .tnp-button {
  right:auto;
  left:0
}
.rtl .ct-case-study-detail1 .case-study-icon {
  margin-right:0;
  margin-left:20px
}
.rtl .ct-team-details .team-title {
  margin-right:0;
  margin-left:12px
}
.rtl .ct-team-details .team-info i {
  margin-right:0;
  margin-left:13px
}
.rtl .ct-fancybox-layout1 .ct-fancybox-icon {
  margin-right:0;
  margin-left:26px
}
.rtl .ct-contact-info-layout1 .ct-contact-info-icon {
  margin-right:0;
  margin-left:21px
}
.rtl .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:before,
.rtl #content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a:before {
  margin:0
}
.rtl .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a i,
.rtl #content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a i {
  left:32px;
  right:auto
}
.rtl .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a i:before,
.rtl #content .vc_wp_custommenu.style-default .widget_nav_menu ul.menu li a i:before {
  content:"\f104"
}
.rtl .ct-contact-info-layout2 .ct-contact-info-icon {
  margin-right:0;
  margin-left:10px
}
.rtl .ct-download-layout1 span .text-gradient,
.rtl .ct-download-layout1 span #header-wrap .site-menu-phone .menu-phone-icon .fac-phone,
#header-wrap .site-menu-phone .menu-phone-icon .rtl .ct-download-layout1 span .fac-phone,
.rtl .ct-download-layout1 span .single-post .post-previous-next a span:nth-child(1),
.single-post .post-previous-next a .rtl .ct-download-layout1 span span:nth-child(1),
.rtl .ct-download-layout1 span .rev_slider cite,
.rev_slider .rtl .ct-download-layout1 span cite,
.rtl .ct-download-layout1 span .revslider-initialised cite,
.revslider-initialised .rtl .ct-download-layout1 span cite,
.rtl .ct-download-layout1 span .ct-heading .ct-heading-tag cite,
.ct-heading .ct-heading-tag .rtl .ct-download-layout1 span cite,
.rtl .ct-download-layout1 span .ct-cta-wrapper .ct-cta-title cite,
.ct-cta-wrapper .ct-cta-title .rtl .ct-download-layout1 span cite,
.rtl .ct-download-layout1 span .ct-counter-default .ct-counter-digit span,
.ct-counter-default .ct-counter-digit .rtl .ct-download-layout1 span span {
  left:auto;
  right:0
}
.rtl.woocommerce #secondary .widget_product_search button {
  right:auto;
  left:0
}
.rtl.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin-right:0;
  margin-left:30px
}
.rtl.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  left:23px;
  right:auto
}
.rtl.woocommerce #secondary .widget_product_search .woocommerce-product-search:after {
  right:auto;
  left:0
}
.rtl.woocommerce #secondary .widget_products ul li {
  padding-right:95px;
  padding-left:0
}
.rtl.woocommerce #secondary .widget_products ul li img {
  left:auto;
  right:0
}
.rtl.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
  margin-right:0;
  margin-left:50px
}
.rtl #content .widget_product_categories ul li a::before {
  content:"\f104";
  margin-right:0;
  margin-left:8px;
  float:right
}
