/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/* Set Font Default */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Header Popup */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Archive */
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/* Grid */
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# RTL
--------------------------------------------------------------*/
@-o-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes ctspin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes ctspin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes ctspin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ctspin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes ctspinY {
  from {
    -ms-transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
  }
}
@-moz-keyframes ctspinY {
  from {
    -moz-transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(360deg);
  }
}
@-webkit-keyframes ctspinY {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes ctspinY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, );
    box-shadow: 0 0 0 60px rgba(255, 255, 255, );
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, );
    box-shadow: 0 0 0 0 rgba(255, 255, 255, );
  }
}
@keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, );
    box-shadow: 0 0 0 60px rgba(255, 255, 255, );
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, );
    box-shadow: 0 0 0 0 rgba(255, 255, 255, );
  }
}
@-webkit-keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 132, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 79, 132, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 79, 132, 0);
    box-shadow: 0 0 0 60px rgba(0, 79, 132, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 132, 0);
    box-shadow: 0 0 0 0 rgba(0, 79, 132, 0);
  }
}
@keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 132, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 79, 132, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 79, 132, 0);
    box-shadow: 0 0 0 60px rgba(0, 79, 132, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 132, 0);
    box-shadow: 0 0 0 0 rgba(0, 79, 132, 0);
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes ct-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes ct-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes ct-bounce2 {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
  }
}
@keyframes ct-bounce2 {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
@-webkit-keyframes ct-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes ct-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@-webkit-keyframes ct-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes ct-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ct-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes ct-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@-webkit-keyframes ct-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes ct-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideTop {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -250px;
  }
}
@-ms-keyframes headerSlideTop {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -250px;
  }
}
@-webkit-keyframes headerSlideTop {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -250px;
  }
}
@keyframes headerSlideTop {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -250px;
  }
}
@-webkit-keyframes ct-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ct-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ct-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes pointerscale {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(3.35, 3.35);
    transform: scale(3.35, 3.35);
  }
}
@-webkit-keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@-webkit-keyframes in-top {
  from {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes in-top {
  from {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@keyframes out-top {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes in-bottom {
  from {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@keyframes out-bottom {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes in-left {
  from {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@keyframes out-left {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes in-right {
  from {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes out-right {
  /* In Out Fade */
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-top-fade {
  from {
    -webkit-transform: translateY(-120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@keyframes in-top-fade {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes out-top-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-120%);
  }
}
@keyframes out-top-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-120%);
  }
}
@-webkit-keyframes in-bottom-fade {
  from {
    -webkit-transform: translateY(120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@keyframes in-bottom-fade {
  from {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes out-bottom-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(120%);
  }
}
@keyframes out-bottom-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(120%);
  }
}
@-webkit-keyframes in-left-fade {
  from {
    -webkit-transform: translateX(-120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@keyframes in-left-fade {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes out-left-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-120%);
  }
}
@keyframes out-left-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-120%);
  }
}
@-webkit-keyframes in-right-fade {
  from {
    -webkit-transform: translateX(120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@keyframes in-right-fade {
  from {
    transform: translateX(120%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes out-right-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(120%);
  }
}
@keyframes out-right-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(120%);
  }
}
@-webkit-keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, );
    box-shadow: 0 0 0 60px rgba(255, 255, 255, );
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, );
    box-shadow: 0 0 0 0 rgba(255, 255, 255, );
  }
}
@keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, );
    box-shadow: 0 0 0 60px rgba(255, 255, 255, );
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, );
    box-shadow: 0 0 0 0 rgba(255, 255, 255, );
  }
}
@-webkit-keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 132, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 79, 132, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 79, 132, 0);
    box-shadow: 0 0 0 60px rgba(0, 79, 132, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 132, 0);
    box-shadow: 0 0 0 0 rgba(0, 79, 132, 0);
  }
}
@keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 132, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 79, 132, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 0, 0, );
    box-shadow: 0 0 0 60px rgba(0, 79, 132, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 132, 0);
    box-shadow: 0 0 0 0 rgba(0, 79, 132, 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;
  }
}
@keyframes toLeftFromRight {
  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(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ct_dual_ring {
  0% {
    -webkit-transform: rotate(0deg);
  }
  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(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes NewsletterAnimated2 {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes particleToptoBottom {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes animationFramesSix {
  0% {
    transform: translate(31px, -45px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -80px) rotate(19deg);
  }
  41% {
    transform: translate(-70px, -100px) rotate(36deg);
  }
  60% {
    transform: translate(-133px, -84px) rotate(54deg);
  }
  80% {
    transform: translate(-98px, -24px) rotate(72deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse-border3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes background-animate {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
}
@keyframes background-animate {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
}
@keyframes load_zoom {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(0.7);
  }
  40% {
    opacity: 1;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(0.3);
  }
  80% {
    opacity: 1;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(0);
  }
}
@-webkit-keyframes load_zoom {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.7);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.3);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes loading-run {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes loading-run {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes loading-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes stevloader {
  0%, 100% {
    box-shadow: -7px -7px 0em 5px #004f84, 7px -7px 0em 5px , 7px 7px 0em 5px , -7px 7px 0em 5px ;
  }
  8.3333% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #004f84, 7px 7px 0em 5px , -7px 7px 0em 5px ;
  }
  16.6667% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px #004f84, -7px 7px 0em 5px ;
  }
  25% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #004f84;
  }
  33.3333% {
    box-shadow: -7px -7px 0em 5px #004f84, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px ;
  }
  41.6667% {
    box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px #004f84, 7px 7px 0em 5px transparent, -7px 7px 0em 5px ;
  }
  50% {
    box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px , 7px 7px 0em 5px #004f84, -7px 7px 0em 5px ;
  }
  58.3333% {
    box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px , 7px 7px 0em 5px transparent, -7px 7px 0em 5px #004f84;
  }
  66.6667% {
    box-shadow: -7px -7px 0em 5px #004f84, 7px -7px 0em 5px , 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  75% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #004f84, 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  83.3333% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px , 7px 7px 0em 5px #004f84, -7px 7px 0em 5px transparent;
  }
  91.6667% {
    box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px , 7px 7px 0em 5px , -7px 7px 0em 5px #004f84;
  }
}
@-webkit-keyframes stevloader {
  0%, 100% {
    -webkit-box-shadow: -7px -7px 0em 5px #004f84, 7px -7px 0em 5px , 7px 7px 0em 5px , -7px 7px 0em 5px ;
  }
  8.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #004f84, 7px 7px 0em 5px , -7px 7px 0em 5px ;
  }
  16.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px #004f84, -7px 7px 0em 5px ;
  }
  25% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px #004f84;
  }
  33.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px #004f84, 7px -7px 0em 5px transparent, 7px 7px 0em 5px transparent, -7px 7px 0em 5px ;
  }
  41.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px #004f84, 7px 7px 0em 5px transparent, -7px 7px 0em 5px ;
  }
  50% {
    -webkit-box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px , 7px 7px 0em 5px #004f84, -7px 7px 0em 5px ;
  }
  58.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px , 7px -7px 0em 5px , 7px 7px 0em 5px transparent, -7px 7px 0em 5px #004f84;
  }
  66.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px #004f84, 7px -7px 0em 5px , 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  75% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px #004f84, 7px 7px 0em 5px transparent, -7px 7px 0em 5px transparent;
  }
  83.3333% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px , 7px 7px 0em 5px #004f84, -7px 7px 0em 5px transparent;
  }
  91.6667% {
    -webkit-box-shadow: -7px -7px 0em 5px transparent, 7px -7px 0em 5px , 7px 7px 0em 5px , -7px 7px 0em 5px #004f84;
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce-right {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  60% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@-webkit-keyframes slider-image-zoom {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slider-image-zoom {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotate-3d {
  from {
    transform: rotateY(45deg);
  }
  to {
    transform: rotateY(225deg);
  }
}
.ft-heading {
  font-family: 'Poppins', sans-serif;
}
@keyframes pxl_float_two {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.ct-slide-up-down {
  animation: pxl_float_two 1.2s ease infinite alternate;
}
@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.ct-image-zoom {
  animation: pxl_zoom_reverse 6s linear infinite;
}
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: #c1282a;
}
a.link-underline {
  font-weight: 700;
  color: #004f84;
  border-bottom: 1px solid rgba(0, 79, 132, 0.67);
}
a.link-underline:hover {
  border-bottom: none;
}
a.link-preset {
  color: #ff5e14;
}
a.link-preset:hover {
  color: #ff5e14;
  text-decoration: underline;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
.text-underline {
  text-decoration: underline;
}
a:hover, a:focus {
  color: #ff5e14;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.875;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
}
body.ov-hidden {
  overflow: hidden;
}
body.body-default-font {
  font-family: 'Roboto', sans-serif;
}
.site {
  position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0e0e0e;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
}
.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6 {
  font-family: 'Poppins', sans-serif;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 36px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 24px;
  font-weight: 600;
}
h6, .h6 {
  font-size: 18px;
  font-weight: 600;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #282828;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #004f84;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #004f84;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
blockquote {
  background-color: #f9f9f9;
  padding: 24px 57px 24px 37px;
  font-size: 19px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  position: relative;
  margin-top: 40px;
  margin-bottom: 34px;
}
blockquote:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff5e14;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: linear-gradient(left, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14', gradientType='1');
  -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 10px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.bq-style2 {
  background-color: transparent;
  border: none;
  font-style: italic;
  color: #666;
}
blockquote.bq-style2 cite {
  text-fill-color: #000;
  -o-text-fill-color: #000;
  -ms-text-fill-color: #000;
  -moz-text-fill-color: #000;
  -webkit-text-fill-color: #000;
  background-clip: #000;
  -o-background-clip: #000;
  -ms-background-clip: #000;
  -webkit-background-clip: #000;
  background-image: none;
}
blockquote.bq-style2:before {
  height: auto;
  background: none;
  width: auto;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  content: '\f10d';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  color: #000;
  font-size: 16px;
}
blockquote.bq-style2:after {
  height: auto;
  background: none;
  width: auto;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  content: '\f10e';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  color: #000;
  font-size: 16px;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  position: absolute;
}
blockquote.bq-style3 {
  font-style: italic;
  color: #004f84;
}
blockquote.bq-style3:before {
  display: none;
}
blockquote.bq-style3 cite {
  text-fill-color: #000;
  -o-text-fill-color: #000;
  -ms-text-fill-color: #000;
  -moz-text-fill-color: #000;
  -webkit-text-fill-color: #000;
  background-clip: #000;
  -o-background-clip: #000;
  -ms-background-clip: #000;
  -webkit-background-clip: #000;
  background-image: none;
}
blockquote.bq-style4 {
  font-style: italic;
  color: #fff;
  background-color: #0e0e0e;
}
blockquote.bq-style4:before {
  display: none;
}
blockquote.bq-style4 cite {
  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: #fff;
  -o-background-clip: #fff;
  -ms-background-clip: #fff;
  -webkit-background-clip: #fff;
  background-image: none;
  font-weight: 700;
}
.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;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.post-password-form {
  max-width: 650px;
  margin: auto;
  padding: 60px 16px;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-button {
  margin-bottom: 20px;
}
.entry-body .entry-content .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 9999999999 !important;
}
@font-face {
  font-family: 'Bill-Smith';
  src: url('../fonts/billsmith.woff2') format('woff2'), url('../fonts/billsmith.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.tf-bill-smith {
  font-family: 'Bill-Smith';
}
@media screen and (max-width: 1199px) {
  .ct-hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .ct-hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ct-hidden-sm {
    display: none !important;
  }
}
.df-flex {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.el-empty:empty {
  display: none;
}
.el-grow {
  flex-grow: 1;
}
.el-grow.elementor-element {
  flex-grow: 1 !important;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.ct-hidden {
  display: none !important;
}
.icon-space-right {
  margin-right: 10px;
}
.color-primary {
  color: #004f84;
}
.color-four {
  color: #ffd200;
}
.color-white {
  color: #fff;
}
.slide-in-container {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.wow.case-fade-in-up {
  -webkit-transform: translateY(80px);
  -khtml-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.wow.case-fade-in-up.animated {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.heading-text-shadow .item--title span {
  text-shadow: 0 3px 4px rgba(13, 13, 13, 0.29);
  -webkit-text-shadow: 0 3px 4px rgba(13, 13, 13, 0.29);
}
.ct-icon-close {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}
.ct-icon-close:before, .ct-icon-close:after {
  content: '';
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 9px;
  left: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.ct-icon-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-icon-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-icon-close.ct-center {
  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-close .ct-icon-close:before, .ct-close .ct-icon-close:after {
  background-color: #fff;
}
.ct-menu-close .ct-icon-close {
  height: 30px;
  width: 30px;
}
.ct-menu-close .ct-icon-close:before, .ct-menu-close .ct-icon-close:after {
  background-color: #fff;
  width: 30px;
  top: 14px;
  height: 3px;
}
.ct-close:hover .ct-icon-close:before, .ct-modal-close:hover .ct-icon-close:before, .ct-menu-close:hover .ct-icon-close:before, .ct-close:hover .ct-icon-close:after, .ct-modal-close:hover .ct-icon-close:after, .ct-menu-close:hover .ct-icon-close:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-type-normal .ct-close {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 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: #ff5e14 !important;
  background-image: none !important;
}
.btn-type-normal .ct-close:hover {
  background-color: #ff5e14 !important;
}
.gradient-gray {
  background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.gradient-dark {
  background-image: -webkit-linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
  background-image: -moz-linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
  background-image: -ms-linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
  background-image: -o-linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
  background-image: linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.bg-gradient, .ct-slick-carousel .slick-arrow:after, .ct-title1.style2 h3 i, .ct-history1 .ct-history--start, .ct-history1 .ct-history--item:after, .ct-widget-cart-sidebar .ct-close, .woocommerce span.onsale, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after, .ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title:before {
  background-color: #ff5e14;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: linear-gradient(left, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14', gradientType='1');
}
.bg-gradient2 {
  background-color: #ff5e14;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: linear-gradient(left, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14', gradientType='1');
}
.bg-gradient4 {
  background-color: #ff5e14;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: linear-gradient(left, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14', gradientType='1');
}
.el-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-gradient, blockquote cite, .ct-header-popup-wrap .ct-header-meta .h-item-icon, .post-previous-next a span:nth-child(1), .comment-content:hover .comment-date, .ct-list.style1 .ct-list-icon i, .ct-contact-info1.style2 .ct-contact-icon i, .ct-portfolio-carousel1.style2 .grid-item-inner .item--meta .item--category a, .ct-service-grid4 .item--title i, .ct-service-carousel3 .item--icon i, .ct-download .item--download a i, .ct-blog-grid-layout1 .entry-readmore a, .ct-blog-carousel-layout1 .entry-readmore a, .ct-blog-grid-layout2 .entry-readmore a, .ct-piechart-layout2 .item--holder span, .ct-fancy-box-grid2 .item--icon i, .ct-service-grid11 .item--icon i, .ct-video-player .ct-video-button.style11 i, .ct-counter .ct-counter-inner .icon-color-gradient i, .widget_products .amount, .woocommerce ul.products li.product .price .amount, .woocommerce ul.products li.product .price ins, .single-product #primary div.product .entry-summary .price ins, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins, .ct-accordion.layout1.style3 .ct-accordion-item .ct-ac-title-text:before, .ct-accordion.layout2 .ct-accordion-item.active .ct-ac-title-text i, .ct-contact-form-layout1.style9 .ct-contact-meta h3, .ct-fancy-box-layout1.style3 .item--icon i, .ct-fancy-box-layout1.style4 .item--icon i, .ct-fancy-box-layout1.style8 .item--icon i, .ct-fancy-box-layout2 .item--icon i, .ct-fancy-box-layout5 .item--icon i, .ct-fancy-box-layout5 .item--list i, .ct-fancy-box-layout19 .item--number, .ct-counter-layout2.style1 .ct-counter-icon i, .ct-counter-layout2.style2:hover .ct-counter-icon i, .ct-counter-layout2.style3 .ct-counter-number:not(.color-active), .ct-counter-layout3 .ct-counter-icon i, .ct-counter-layout3 .ct-counter-number .ct-counter-number-prefix, .ct-counter-layout3 .ct-counter-number .ct-counter-number-suffix, .ct-counter-layout5 .ct-counter-number .ct-counter-number-value, .ct-counter-layout7.style3 .item--icon i, .ct-counter-layout8 .ct-counter-number, .ct-testimonial-carousel11 .item--inner:hover .item-icon, .ct-process1.style1 .ct-process-button a, .text-gradient2, .ct-text-gradient .elementor-text-editor, .ct-text-gradient .elementor-widget-container {
  background-color: #ff5e14;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: linear-gradient(left, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.var-text-gradient, .ct-service-external2 .item--readmore a, .ct-process1.style3.style-2 .ct-process-button a {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.ct-text-gradient .elementor-text-editor, .ct-text-gradient2 .elementor-text-editor {
  display: inline-block;
}
.text-gradient2 {
  background-color: #ff5e14;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: linear-gradient(left, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14', gradientType='1');
}
.ct-text-gradient .elementor-text-editor {
  display: inline-block;
}
.elementor-widget-wrap > .elementor-element.el-inline {
  width: auto;
  display: inline-block;
  float: left;
}
.ct-arrow-left, .ct-arrow-right {
  display: inline-block;
  width: 25px;
  height: 13px;
  position: relative;
  font-style: normal;
}
.ct-arrow-left:before, .ct-arrow-right:before {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #0e0e0e;
  font-weight: 400;
  font-size: 14px;
}
.ct-arrow-left:after, .ct-arrow-right:after {
  content: '';
  background-color: #0e0e0e;
  width: 23px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ct-arrow-left.arrow-white:before, .ct-arrow-right.arrow-white:before {
  color: #fff;
}
.ct-arrow-left.arrow-white:after, .ct-arrow-right.arrow-white:after {
  background-color: #fff;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-top-left {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.bg-top-right {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.bg-top-center {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-bottom-left {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.bg-bottom-right {
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.bg-bottom-center {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg-primary {
  background-color: #004f84 !important;
}
.bg-primary-color {
  background-color: #004f84;
}
.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}
.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}
.row-visible {
  overflow: visible !important;
}
.ct-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.ct-icon-plus:before, .ct-icon-plus:after {
  content: "";
  background-color: #ff5e14;
  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;
}
.ct-icon-plus-lg {
  height: 14px;
  width: 14px;
  position: relative;
  display: inline-block;
}
.ct-icon-plus-lg:before, .ct-icon-plus-lg:after {
  content: "";
  background-color: #ff5e14;
  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-lg:before {
  width: 100%;
  height: 2px;
  top: 6px;
  left: 0;
}
.ct-icon-plus-lg:after {
  width: 2px;
  height: 100%;
  left: 6px;
  top: 0;
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0e0e), to(rgba(0, 0, 0, )));
  background-image: -webkit-linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, ));
  background-image: -moz-linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, ));
  background-image: -ms-linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, ));
  background-image: -o-linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, ));
  background-image: linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, ));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0e0e0e', endColorStr='rgba(0, 0, 0, )');
}
.overlay-gradient:after {
  background-color: #0e0e0e;
  opacity: 0.3;
  z-index: 1;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.align-justified {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
  .align-justified-md {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
  .align-justified-sm {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
  .align-justified-xs {
    width: 100%;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #9b9b9b;
  padding: 6px 22px;
  line-height: normal;
  font-size: 15px;
  font-weight: 400;
  height: 51px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  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: #004f84;
}
select {
  height: 60px;
}
textarea {
  line-height: normal;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 150px;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form:before {
  content: '';
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #004f84 transparent #004f84;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: ctspin 0.6s infinite linear;
  -webkit-animation: ctspin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 27px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: 1px solid #d8d8d8;
  padding: 10px 22px;
  margin: 20px 0 0;
  font-size: 13px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.wpcf7-form.submitting * {
  opacity: 0.66;
}
.wpcf7-form.submitting:before {
  opacity: 1;
  visibility: visible;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #004f84;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f13d";
  font-family: "flaticon-v7";
  font-size: 14px;
  color: #9b9b9b;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 37px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.14);
  -khtml-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: inherit;
}
.nice-select .list .selected {
  color: #222;
}
.nice-select .list .option {
  font-size: 14px;
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .list .option.selected {
  font-weight: 700;
}
.nice-select .list .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .list .option:hover, .nice-select .list .option:focus {
  background-color: #f3f3f4;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.open .list, .nice-select .list.open {
  padding: 5px;
  min-width: 185px;
  overflow: auto;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #004f84;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  font-family: 'Poppins', sans-serif;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #004f84;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #004f84;
}
body table.booked-calendar td.today .date span {
  border-color: #004f84;
}
body table.booked-calendar td.today:hover .date span {
  background-color: #004f84 !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
  color: #004f84;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
  height: auto;
}
.btn, button, .button, input[type="submit"], .tnp-subscription .tnp-field-button .tnp-button, .tnp-subscription .tnp-field-button .tnp-submit {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 0 34px;
  line-height: 51px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #004f84;
  background-image: -webkit-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -moz-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -ms-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -o-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 300%, 1px;
  background-position: 0%;
  height: auto;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .tnp-subscription .tnp-field-button .tnp-button:hover, .tnp-subscription .tnp-field-button .tnp-submit:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .tnp-subscription .tnp-field-button .tnp-button:focus, .tnp-subscription .tnp-field-button .tnp-submit:focus, .btn:active, button:active, .button:active, input[type="submit"]:active, .tnp-subscription .tnp-field-button .tnp-button:active, .tnp-subscription .tnp-field-button .tnp-submit:active, .btn:not([disabled]):not(.disabled).active, button:not([disabled]):not(.disabled).active, .button:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled).active, .tnp-subscription .tnp-field-button .tnp-button:not([disabled]):not(.disabled).active, .tnp-subscription .tnp-field-button .tnp-submit:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active, button:not([disabled]):not(.disabled):active, .button:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled):active, .tnp-subscription .tnp-field-button .tnp-button:not([disabled]):not(.disabled):active, .tnp-subscription .tnp-field-button .tnp-submit:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-position: 100%;
  background-color: #0e0e0e;
}
.btn.btn-w-100, button.btn-w-100, .button.btn-w-100, input[type="submit"].btn-w-100, .tnp-subscription .tnp-field-button .tnp-button.btn-w-100, .tnp-subscription .tnp-field-button .tnp-submit.btn-w-100 {
  width: 100%;
}
.ct-newsletter-btn-gradient .ct-newsletter .tnp-field-button .tnp-button, .ct-newsletter-btn-gradient .ct-newsletter .tnp-field-button .tnp-sbumit {
  background-image: -webkit-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -moz-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -ms-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -o-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 300%, 1px;
  background-position: 0%;
}
.ct-newsletter-btn-gradient .ct-newsletter .tnp-field-button .tnp-button:hover, .ct-newsletter-btn-gradient .ct-newsletter .tnp-field-button .tnp-sbumit:hover, .ct-newsletter-btn-gradient .ct-newsletter .tnp-field-button .tnp-button:focus, .ct-newsletter-btn-gradient .ct-newsletter .tnp-field-button .tnp-sbumit:focus {
  background-position: 100%;
}
.btn--flex .btn {
  display: inline-flex;
  align-items: center;
}
.btn--flex .btn i {
  display: flex;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.elementor a.btn {
  -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
}
.btn.style-reset1 {
  line-height: 52px;
  padding: 0 38px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
}
.btn i {
  margin-left: 8px;
}
.btn i.space-right {
  margin-left: 0;
  margin-right: 8px;
}
.btn i.fac-rotate {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn .ct-align-icon-left i {
  margin-left: 0;
  margin-right: 8px;
}
.btn .ct-align-icon-right {
  float: right;
}
@media screen and (min-width: 768px) {
  .btn.btn-padding-big {
    padding-left: 165px;
    padding-right: 165px;
  }
}
.btn.hover-white:hover {
  background-color: #fff;
  color: #0e0e0e;
}
.btn.btn-square {
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
.btn.btn-half-circle1, .btn.btn-half-circle2 {
  line-height: 56px;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #0e0e0e;
  font-size: 16px;
  padding-left: 34px;
  padding-right: 58px;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-half-circle1:before, .btn.btn-half-circle2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  background-color: #004f84;
  z-index: -2;
  -webkit-border-radius: 56px 5px 5px 56px;
  -khtml-border-radius: 56px 5px 5px 56px;
  -moz-border-radius: 56px 5px 5px 56px;
  -ms-border-radius: 56px 5px 5px 56px;
  -o-border-radius: 56px 5px 5px 56px;
  border-radius: 56px 5px 5px 56px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn.btn-half-circle1 .ct-button-icon, .btn.btn-half-circle2 .ct-button-icon {
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -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;
}
.btn.btn-half-circle1 .ct-button-icon i, .btn.btn-half-circle2 .ct-button-icon i {
  margin: 0;
}
.btn.btn-half-circle1:hover, .btn.btn-half-circle2:hover, .btn.btn-half-circle1:focus, .btn.btn-half-circle2:focus {
  color: #0e0e0e;
  background-color: transparent;
}
.btn.btn-half-circle1:hover .ct-button-icon, .btn.btn-half-circle2:hover .ct-button-icon, .btn.btn-half-circle1:focus .ct-button-icon, .btn.btn-half-circle2:focus .ct-button-icon {
  right: 24px;
  opacity: 1;
}
.btn.btn-half-circle1:hover:before, .btn.btn-half-circle2:hover:before, .btn.btn-half-circle1:focus:before, .btn.btn-half-circle2:focus:before {
  width: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-half-circle2 {
  color: #313131;
  background-color: #004f84;
}
.btn.btn-half-circle2:hover, .btn.btn-half-circle2:focus {
  color: #fff;
  background-color: transparent;
}
.btn.btn-half-circle2:before {
  background-color: #313131;
}
.btn.btn-mini {
  -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;
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  padding: 0 25px;
}
.btn.btn-block {
  display: block;
}
.btn.btn-primary {
  background-image: none;
  background-color: #004f84;
  border-color: #004f84;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
  color: #fff;
}
.btn.btn-primary.hover-white:hover {
  background-color: #fff;
  color: #0e0e0e;
}
.btn.btn-secondary {
  background-color: transparent;
  background-image: none;
  font-size: 16px;
  line-height: 55px;
  padding: 0 42px;
  z-index: 1;
  overflow: hidden;
}
.btn.btn-secondary:before, .btn.btn-secondary:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-color: #0e0e0e;
}
.btn.btn-secondary:after {
  background-color: #ff5e14;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: linear-gradient(left, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14', gradientType='1');
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.btn.btn-secondary:hover:before {
  opacity: 0;
}
.btn.btn-secondary:hover:after {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.btn.btn-secondary2 {
  border-color: #0e0e0e;
  background-color: #0e0e0e;
  background-image: none;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-secondary2:hover {
  border-color: #004f84;
  background-color: #004f84;
}
.btn.btn-round {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  line-height: 57px;
  padding: 0 46px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-round2 {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  line-height: 56px;
  padding: 0 34px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  background-color: #ff5e14;
}
.btn.btn-round2:hover, .btn.btn-round2:focus {
  background-color: #ff5e14;
}
.btn.btn-round3 {
  -webkit-box-shadow: 0 8px 27px rgba(255, 94, 20, 0.19) !important;
  -khtml-box-shadow: 0 8px 27px rgba(255, 94, 20, 0.19) !important;
  -moz-box-shadow: 0 8px 27px rgba(255, 94, 20, 0.19) !important;
  -ms-box-shadow: 0 8px 27px rgba(255, 94, 20, 0.19) !important;
  -o-box-shadow: 0 8px 27px rgba(255, 94, 20, 0.19) !important;
  box-shadow: 0 8px 27px rgba(255, 94, 20, 0.19) !important;
  font-size: 16px;
  line-height: 52px;
  font-family: inherit;
  padding: 0 30px;
  -webkit-border-radius: 52px;
  -khtml-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  background-image: -webkit-linear-gradient(20deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -moz-linear-gradient(20deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -ms-linear-gradient(20deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -o-linear-gradient(20deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: linear-gradient(20deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.btn.btn-round3.icon-active {
  padding-left: 60px;
}
.btn.btn-round3.icon-active .ct-button-icon {
  height: 38px;
  line-height: 38px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(bottom, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(bottom, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(bottom, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(bottom, #ff5e14, #ff5e14);
  background-image: linear-gradient(bottom, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14');
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 38px;
  -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%);
}
.btn.btn-round3.icon-active .ct-button-icon i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.btn.btn-round3.btn-third-color {
  background-image: -webkit-linear-gradient(90deg, #018589 0%, #ffd200 50%, #018589);
  background-image: -moz-linear-gradient(90deg, #018589 0%, #ffd200 50%, #018589);
  background-image: -ms-linear-gradient(90deg, #018589 0%, #ffd200 50%, #018589);
  background-image: -o-linear-gradient(90deg, #018589 0%, #ffd200 50%, #018589);
  background-image: linear-gradient(90deg, #018589 0%, #ffd200 50%, #018589);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  -webkit-box-shadow: 0 8px 27px rgba(255, 210, 0, 0.19) !important;
  -khtml-box-shadow: 0 8px 27px rgba(255, 210, 0, 0.19) !important;
  -moz-box-shadow: 0 8px 27px rgba(255, 210, 0, 0.19) !important;
  -ms-box-shadow: 0 8px 27px rgba(255, 210, 0, 0.19) !important;
  -o-box-shadow: 0 8px 27px rgba(255, 210, 0, 0.19) !important;
  box-shadow: 0 8px 27px rgba(255, 210, 0, 0.19) !important;
}
.btn.btn-round3.btn-third-color.icon-active .ct-button-icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#018589), to(#ffd200));
  background-image: -webkit-linear-gradient(bottom, #018589, #ffd200);
  background-image: -moz-linear-gradient(bottom, #018589, #ffd200);
  background-image: -ms-linear-gradient(bottom, #018589, #ffd200);
  background-image: -o-linear-gradient(bottom, #018589, #ffd200);
  background-image: linear-gradient(bottom, #018589, #ffd200);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#018589', endColorStr='#ffd200');
}
.btn.btn-round-slider {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.btn.btn-team {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
  padding: 0 26px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-image: none !important;
  z-index: 1;
}
.btn.btn-team:before, .btn.btn-team:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-team:before {
  background-color: #eef2fb;
}
.btn.btn-team:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -moz-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -ms-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -o-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 300%, 1px;
  background-position: 0%;
}
.btn.btn-team:hover {
  color: #fff;
}
.btn.btn-team:hover:before {
  opacity: 0;
}
.btn.btn-team:hover:after {
  opacity: 1;
}
.btn.text-white {
  background-color: transparent;
  background-image: none !important;
  padding: 0;
  line-height: normal;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.text-white:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: -8px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.btn.text-white:hover:before {
  opacity: 1;
  bottom: 0;
}
.btn.line-white {
  background-color: transparent;
  background-image: none;
  line-height: 40px;
  padding: 0 17px;
  z-index: 1;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.line-white:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  z-index: -1;
  background-color: #004f84;
  font-size: 14px;
}
.btn.line-white:hover, .btn.line-white:focus {
  color: #fff;
}
.btn.line-white:hover:before, .btn.line-white:focus:before {
  width: 100%;
}
.btn.line-white2 {
  background-color: transparent;
  background-image: none;
  line-height: 56px;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  z-index: 1;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.line-white2 .ct-button-text {
  border-bottom: 1px solid #e1e1e1;
}
.btn.line-white2 .ct-button-icon {
  color: #004f84;
  font-size: 18px;
}
.btn.line-white2 .ct-button-icon.ct-align-icon-right i {
  margin-left: 10px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
}
.btn.line-white2:hover .ct-button-icon.ct-align-icon-right i {
  -webkit-transform: translateX(4px);
  -khtml-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.btn.btn-white {
  background-color: transparent;
  background-image: none !important;
  color: #000;
  position: relative;
  z-index: 1;
}
.btn.btn-white:before, .btn.btn-white:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 74px;
  -khtml-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
}
.btn.btn-white:before {
  background-color: #fff;
}
.btn.btn-white:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -moz-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -ms-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: -o-linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  background-image: linear-gradient(90deg, #ff5e14 0%, #ff5e14 50%, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 300%, 1px;
  background-position: 0%;
}
.btn.btn-white:hover {
  color: #fff;
}
.btn.btn-white:hover:before {
  opacity: 0;
}
.btn.btn-white:hover:after {
  opacity: 1;
}
.btn.btn-white2 {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
  background-color: #fff;
  padding-left: 46px;
  padding-right: 46px;
  line-height: 62px;
  font-size: 16px;
  -webkit-border-radius: 62px;
  -khtml-border-radius: 62px;
  -moz-border-radius: 62px;
  -ms-border-radius: 62px;
  -o-border-radius: 62px;
  border-radius: 62px;
  color: #0e0e0e;
}
.btn.btn-white2:hover {
  background-color: #0e0e0e;
  color: #fff;
}
.btn.btn-third {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
  background-color: #018589;
  padding-left: 36px;
  padding-right: 36px;
  line-height: 58px;
  font-size: 15px;
  -webkit-border-radius: 58px;
  -khtml-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border-radius: 58px;
  color: #fff;
}
.btn.btn-third:hover {
  background-color: #004f84;
  color: #fff;
}
.btn.btn-third2 {
  background-color: #018589;
  padding-left: 26px;
  padding-right: 26px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 53px;
}
.btn.btn-third2:hover {
  background-color: #004f84;
  color: #fff;
}
.btn.btn-hover-outline {
  border: 2px solid #004f84;
  line-height: 47px;
}
.btn.btn-hover-outline:hover, .btn.btn-hover-outline:focus {
  background-color: transparent;
  border-color: #004f84;
  color: #004f84;
}
.btn.btn-hover-primary-dark:hover, .btn.btn-hover-primary-dark:focus {
  background-color: #00365b !important;
  border-color: #00365b !important;
  color: #fff !important;
}
.btn.btn-effect {
  overflow: hidden;
  z-index: 1;
}
.btn.btn-effect:after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.btn.btn-effect:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn.effect-left-to-right {
  z-index: 1;
}
.btn.effect-left-to-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  z-index: -1;
}
.btn.effect-left-to-right:hover, .btn.effect-left-to-right:focus {
  color: #0e0e0e;
}
.btn.effect-left-to-right:hover:before, .btn.effect-left-to-right:focus: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);
}
.btn.btn-small {
  line-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #004f84;
  -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;
  display: inline-flex;
  align-items: center;
}
.btn.btn-small:hover, .btn.btn-small:focus {
  background-color: #00365b;
}
.btn.btn-small i.flaticon-v2-right {
  font-size: 24px;
  margin-right: -6px;
}
.btn.btn-outline-primary {
  color: #004f84;
  border: 2px solid #004f84;
  background-color: transparent;
  background-image: none;
  line-height: 48px;
}
.btn.btn-outline-primary:before, .btn.btn-outline-primary:after {
  display: none;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background-color: #004f84;
  color: #fff;
}
.btn.btn-outline-secondary {
  color: #0e0e0e;
  border: 2px solid #0e0e0e;
  background-color: transparent;
  background-image: none;
  line-height: 48px;
}
.btn.btn-outline-secondary:before, .btn.btn-outline-secondary:after {
  display: none;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  border-color: #004f84;
  background-color: #004f84;
  color: #fff;
}
.btn.btn-outline-white {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 51px;
  -khtml-border-radius: 51px;
  -moz-border-radius: 51px;
  -ms-border-radius: 51px;
  -o-border-radius: 51px;
  border-radius: 51px;
  line-height: 41px;
  padding: 0 35px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
  color: #fff;
}
.btn.line-dark1 {
  background: transparent;
  color: #000;
  box-shadow: none !important;
  padding-right: 26px;
  padding-left: 0;
}
.btn.line-dark1 i {
  color: #004f84;
}
.btn.line-dark1 .ct-button-text {
  border-bottom: 1px solid #b2b2b2;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.btn.line-dark1:hover, .btn.line-dark1:focus {
  color: #004f84;
}
.btn.line-dark1:hover .ct-button-text, .btn.line-dark1:focus .ct-button-text {
  border-color: rgba(0, 79, 132, 0.25);
  color: #004f84;
}
.ct-icon-active + .btn.btn-white2 {
  padding-right: 76px;
}
.ct-icon-active + .btn.btn-white2 .ct-button-icon {
  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: 10px;
  width: 44px;
  height: 44px;
  background-color: #004f84;
  color: #fff;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
}
.ct-icon-active + .btn.btn-white2 .ct-button-icon * {
  margin: 0px;
}
.ct-icon-active + .btn.btn-white2:hover .ct-button-icon {
  background-color: #fff;
  color: #0e0e0e;
}
.ct-icon-active + .btn.btn-third {
  padding-right: 68px;
}
.ct-icon-active + .btn.btn-third .ct-button-icon {
  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: 9px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #018589;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
}
.ct-icon-active + .btn.btn-third .ct-button-icon * {
  margin: 0px;
}
.ct-icon-active + .btn.btn-third:hover .ct-button-icon {
  background-color: #fff;
  color: #004f84;
}
.btn-text {
  background-image: -webkit-linear-gradient(90deg, #0e0e0e 0%, #5f5f5f 50%, #0e0e0e);
  background-image: -moz-linear-gradient(90deg, #0e0e0e 0%, #5f5f5f 50%, #0e0e0e);
  background-image: -ms-linear-gradient(90deg, #0e0e0e 0%, #5f5f5f 50%, #0e0e0e);
  background-image: -o-linear-gradient(90deg, #0e0e0e 0%, #5f5f5f 50%, #0e0e0e);
  background-image: linear-gradient(90deg, #0e0e0e 0%, #5f5f5f 50%, #0e0e0e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.btn-text i {
  margin-right: 4px;
  display: initial;
}
.btn-text span {
  display: initial;
  border-bottom: 1px solid #0e0e0e;
  line-height: 20px;
}
.btn-text:hover {
  background-color: #ff5e14;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5e14), to(#ff5e14));
  background-image: -webkit-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -moz-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -ms-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: -o-linear-gradient(left, #ff5e14, #ff5e14);
  background-image: linear-gradient(left, #ff5e14, #ff5e14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e14', endColorStr='#ff5e14', gradientType='1');
}
.btn-text:hover span {
  border-color: #ff5e14;
}
.btn-text2 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: inline-flex;
  align-items: center;
}
.btn-text2 i {
  font-size: 16px;
  margin: 0 10px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-text2:hover {
  color: #004f84;
}
.btn-landing .btn.btn-default {
  font-size: 18px;
  font-weight: 600;
  line-height: 74px;
  padding: 0 66px;
  -webkit-border-radius: 74px;
  -khtml-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  -khtml-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  -ms-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  -o-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
}
@media screen and (max-width: 767px) {
  .btn-landing .btn.btn-default {
    line-height: 60px;
    padding: 0 46px;
    font-size: 16px;
  }
}
.btn-landing .btn.btn-white {
  font-size: 18px;
  font-weight: 600;
  line-height: 74px;
  padding: 0 66px;
  -webkit-border-radius: 74px;
  -khtml-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
}
.btn-landing .btn.btn-white:before {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  -khtml-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
}
@media screen and (max-width: 767px) {
  .btn-landing .btn.btn-white {
    line-height: 60px;
    padding: 0 46px;
    font-size: 16px;
  }
}
.btn-type-normal .btn, .btn-type-normal button, .btn-type-normal .button, .btn-type-normal input[type="submit"] {
  background-image: none;
}
.btn-type-normal .ct-newsletter.widget .tnp-field-button .tnp-button:hover, .btn-type-normal .ct-newsletter.widget .tnp-field-button .tnp-submit:hover, .btn-type-normal .ct-newsletter.widget .tnp-field-button .tnp-button:focus, .btn-type-normal .ct-newsletter.widget .tnp-field-button .tnp-submit:focus {
  background-color: #00365b;
}
.rm-box-shadow .btn, .rm-boxshadow .btn {
  -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;
}
.add-box-shadow .btn {
  -webkit-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  -khtml-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  -moz-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  -ms-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  -o-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
}
.add-box-shadow .btn:hover {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.ct-icon-active {
  display: none;
}
.btn.btn-icon-fixed {
  line-height: 56px;
  height: inherit;
  padding-right: 26px;
  padding-left: 78px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-icon-fixed:before, .btn.btn-icon-fixed:after {
  display: none;
}
.btn.btn-icon-fixed i {
  font-size: 18px;
  margin: 0;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0;
  left: 0;
  background: #002a46;
  border-radius: 3px 0 0 3px;
  line-height: 56px;
  text-align: center;
}
.btn.btn-icon-fixed i:before {
  display: inline-block;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn.btn-icon-fixed:hover i:before {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.btn-arrow, .btn-arrow2 {
  display: inline-flex;
}
.btn-arrow span:not(.ct-button-icon), .btn-arrow2 span:not(.ct-button-icon) {
  font-size: 14px;
  font-weight: 700;
  color: #0e0e0e;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  font-family: 'Poppins', sans-serif;
  line-height: 37px;
  padding: 0 12px 0 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.btn-arrow span:not(.ct-button-icon):before, .btn-arrow2 span:not(.ct-button-icon):before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #0e0e0e;
  -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;
  z-index: -1;
}
.btn-arrow i, .btn-arrow2 i {
  width: 37px;
  height: 37px;
  background-color: #004f84;
  line-height: 37px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  display: inline-block;
}
.btn-arrow:hover span, .btn-arrow2:hover span {
  color: #fff;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.btn-arrow:hover span:before, .btn-arrow2:hover span:before {
  width: 100%;
}
.btn-arrow.btn, .btn-arrow2.btn {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-arrow.btn:before, .btn-arrow2.btn:before, .btn-arrow.btn:after, .btn-arrow2.btn:after {
  display: none;
}
.btn-arrow.btn:hover, .btn-arrow2.btn:hover, .btn-arrow.btn:focus, .btn-arrow2.btn:focus {
  background-color: transparent;
}
.btn-arrow2 {
  background-image: none;
}
.btn-arrow2 span:not(.ct-button-icon) {
  font-size: 15px;
  padding-right: 16px;
  line-height: 50px;
}
.btn-arrow2 span:not(.ct-button-icon):before {
  -webkit-border