img:is([sizes="auto"i], [sizes^="auto,"i]) {
        contain-intrinsic-size: 3000px 1500px
      }

 body,
      html {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0
      }

      .page-preloader {
        top: 0;
        left: 0;
        z-index: 999;
        position: fixed;
        height: 100%;
        width: 100%;
        text-align: center
      }

      .preloader-preview-area {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s;
        top: 50%;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        margin-top: 10px;
        max-height: calc(50% - 20px);
        opacity: 1;
        width: 100%;
        text-align: center;
        position: absolute
      }

      .preloader-logo {
        max-width: 90%;
        top: 50%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        margin: -10px auto 0 auto;
        max-height: calc(50% - 20px);
        opacity: 1;
        position: relative
      }

      .ball-pulse>div {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        -webkit-animation: ball-pulse .75s infinite cubic-bezier(.2, .68, .18, 1.08);
        animation: ball-pulse .75s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      .ball-pulse>div:nth-child(1) {
        -webkit-animation-delay: -.36s;
        animation-delay: -.36s
      }

      .ball-pulse>div:nth-child(2) {
        -webkit-animation-delay: -.24s;
        animation-delay: -.24s
      }

      .ball-pulse>div:nth-child(3) {
        -webkit-animation-delay: -.12s;
        animation-delay: -.12s
      }

      @-webkit-keyframes ball-pulse {
        0% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1
        }

        45% {
          -webkit-transform: scale(.1);
          transform: scale(.1);
          opacity: .7
        }

        80% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1
        }
      }

      @keyframes ball-pulse {
        0% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1
        }

        45% {
          -webkit-transform: scale(.1);
          transform: scale(.1);
          opacity: .7
        }

        80% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1
        }
      }

      .ball-clip-rotate-pulse {
        position: relative;
        -webkit-transform: translateY(-15px) translateX(-10px);
        -ms-transform: translateY(-15px) translateX(-10px);
        transform: translateY(-15px) translateX(-10px);
        display: inline-block
      }

      .ball-clip-rotate-pulse>div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100%
      }

      .ball-clip-rotate-pulse>div:first-child {
        height: 36px;
        width: 36px;
        top: 7px;
        left: -7px;
        -webkit-animation: ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
        animation: ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
      }

      .ball-clip-rotate-pulse>div:last-child {
        position: absolute;
        width: 50px;
        height: 50px;
        left: -16px;
        top: -2px;
        background: 0 0;
        border: 2px solid;
        -webkit-animation: ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
        animation: ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
        -webkit-animation-duration: 1s;
        animation-duration: 1s
      }

      @-webkit-keyframes ball-clip-rotate-pulse-rotate {
        0% {
          -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1)
        }

        50% {
          -webkit-transform: rotate(180deg) scale(.6);
          transform: rotate(180deg) scale(.6)
        }

        100% {
          -webkit-transform: rotate(360deg) scale(1);
          transform: rotate(360deg) scale(1)
        }
      }

      @keyframes ball-clip-rotate-pulse-rotate {
        0% {
          -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1)
        }

        50% {
          -webkit-transform: rotate(180deg) scale(.6);
          transform: rotate(180deg) scale(.6)
        }

        100% {
          -webkit-transform: rotate(360deg) scale(1);
          transform: rotate(360deg) scale(1)
        }
      }

      @-webkit-keyframes ball-clip-rotate-pulse-scale {
        30% {
          -webkit-transform: scale(.3);
          transform: scale(.3)
        }

        100% {
          -webkit-transform: scale(1);
          transform: scale(1)
        }
      }

      @keyframes ball-clip-rotate-pulse-scale {
        30% {
          -webkit-transform: scale(.3);
          transform: scale(.3)
        }

        100% {
          -webkit-transform: scale(1);
          transform: scale(1)
        }
      }

      @-webkit-keyframes square-spin {
        25% {
          -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
          transform: perspective(100px) rotateX(180deg) rotateY(0)
        }

        50% {
          -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
          transform: perspective(100px) rotateX(180deg) rotateY(180deg)
        }

        75% {
          -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
          transform: perspective(100px) rotateX(0) rotateY(180deg)
        }

        100% {
          -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
          transform: perspective(100px) rotateX(0) rotateY(0)
        }
      }

      @keyframes square-spin {
        25% {
          -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
          transform: perspective(100px) rotateX(180deg) rotateY(0)
        }

        50% {
          -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
          transform: perspective(100px) rotateX(180deg) rotateY(180deg)
        }

        75% {
          -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
          transform: perspective(100px) rotateX(0) rotateY(180deg)
        }

        100% {
          -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
          transform: perspective(100px) rotateX(0) rotateY(0)
        }
      }

      .square-spin {
        display: inline-block
      }

      .square-spin>div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        width: 50px;
        height: 50px;
        -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
        animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
      }

      .cube-transition {
        position: relative;
        -webkit-transform: translate(-25px, -25px);
        -ms-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
        display: inline-block
      }

      .cube-transition>div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        width: 15px;
        height: 15px;
        position: absolute;
        top: -5px;
        left: -5px;
        -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
        animation: cube-transition 1.6s 0s infinite ease-in-out
      }

      .cube-transition>div:last-child {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s
      }

      @-webkit-keyframes cube-transition {
        25% {
          -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
          transform: translateX(50px) scale(.5) rotate(-90deg)
        }

        50% {
          -webkit-transform: translate(50px, 50px) rotate(-180deg);
          transform: translate(50px, 50px) rotate(-180deg)
        }

        75% {
          -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
          transform: translateY(50px) scale(.5) rotate(-270deg)
        }

        100% {
          -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg)
        }
      }

      @keyframes cube-transition {
        25% {
          -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
          transform: translateX(50px) scale(.5) rotate(-90deg)
        }

        50% {
          -webkit-transform: translate(50px, 50px) rotate(-180deg);
          transform: translate(50px, 50px) rotate(-180deg)
        }

        75% {
          -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
          transform: translateY(50px) scale(.5) rotate(-270deg)
        }

        100% {
          -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg)
        }
      }

      .ball-scale>div {
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        height: 60px;
        width: 60px;
        -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
        animation: ball-scale 1s 0s ease-in-out infinite
      }

      @-webkit-keyframes ball-scale {
        0% {
          -webkit-transform: scale(0);
          transform: scale(0)
        }

        100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 0
        }
      }

      @keyframes ball-scale {
        0% {
          -webkit-transform: scale(0);
          transform: scale(0)
        }

        100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 0
        }
      }

      .line-scale>div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        width: 5px;
        height: 50px;
        border-radius: 2px;
        margin: 2px
      }

      .line-scale>div:nth-child(1) {
        -webkit-animation: line-scale 1s -.5s infinite cubic-bezier(.2, .68, .18, 1.08);
        animation: line-scale 1s -.5s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      .line-scale>div:nth-child(2) {
        -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
        animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      .line-scale>div:nth-child(3) {
        -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
        animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      .line-scale>div:nth-child(4) {
        -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
        animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      .line-scale>div:nth-child(5) {
        -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
        animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      @-webkit-keyframes line-scale {
        0% {
          -webkit-transform: scaley(1);
          transform: scaley(1)
        }

        50% {
          -webkit-transform: scaley(.4);
          transform: scaley(.4)
        }

        100% {
          -webkit-transform: scaley(1);
          transform: scaley(1)
        }
      }

      @keyframes line-scale {
        0% {
          -webkit-transform: scaley(1);
          transform: scaley(1)
        }

        50% {
          -webkit-transform: scaley(.4);
          transform: scaley(.4)
        }

        100% {
          -webkit-transform: scaley(1);
          transform: scaley(1)
        }
      }

      .ball-scale-multiple {
        position: relative;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        display: inline-block
      }

      .ball-scale-multiple>div {
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        margin: 2px;
        position: absolute;
        left: -30px;
        top: 0;
        opacity: 0;
        margin: 0;
        width: 50px;
        height: 50px;
        -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
        animation: ball-scale-multiple 1s 0s linear infinite
      }

      .ball-scale-multiple>div:nth-child(2) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s
      }

      .ball-scale-multiple>div:nth-child(3) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s
      }

      @-webkit-keyframes ball-scale-multiple {
        0% {
          -webkit-transform: scale(0);
          transform: scale(0);
          opacity: 0
        }

        5% {
          opacity: 1
        }

        100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 0
        }
      }

      @keyframes ball-scale-multiple {
        0% {
          -webkit-transform: scale(0);
          transform: scale(0);
          opacity: 0
        }

        5% {
          opacity: 1
        }

        100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 0
        }
      }

      .ball-pulse-sync {
        display: inline-block
      }

      .ball-pulse-sync>div {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block
      }

      .ball-pulse-sync>div:nth-child(1) {
        -webkit-animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
        animation: ball-pulse-sync .6s -.21s infinite ease-in-out
      }

      .ball-pulse-sync>div:nth-child(2) {
        -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
        animation: ball-pulse-sync .6s -.14s infinite ease-in-out
      }

      .ball-pulse-sync>div:nth-child(3) {
        -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
        animation: ball-pulse-sync .6s -70ms infinite ease-in-out
      }

      @-webkit-keyframes ball-pulse-sync {
        33% {
          -webkit-transform: translateY(10px);
          transform: translateY(10px)
        }

        66% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px)
        }

        100% {
          -webkit-transform: translateY(0);
          transform: translateY(0)
        }
      }

      @keyframes ball-pulse-sync {
        33% {
          -webkit-transform: translateY(10px);
          transform: translateY(10px)
        }

        66% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px)
        }

        100% {
          -webkit-transform: translateY(0);
          transform: translateY(0)
        }
      }

      .transparent-circle {
        display: inline-block;
        border-top: .5em solid rgba(255, 255, 255, .2);
        border-right: .5em solid rgba(255, 255, 255, .2);
        border-bottom: .5em solid rgba(255, 255, 255, .2);
        border-left: .5em solid #fff;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: transparent-circle 1.1s infinite linear;
        animation: transparent-circle 1.1s infinite linear;
        width: 50px;
        height: 50px;
        border-radius: 50%
      }

      .transparent-circle:after {
        border-radius: 50%;
        width: 10em;
        height: 10em
      }

      @-webkit-keyframes transparent-circle {
        0% {
          -webkit-transform: rotate(0);
          transform: rotate(0)
        }

        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg)
        }
      }

      @keyframes transparent-circle {
        0% {
          -webkit-transform: rotate(0);
          transform: rotate(0)
        }

        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg)
        }
      }

      .ball-spin-fade-loader {
        position: relative;
        top: -10px;
        left: -10px;
        display: inline-block
      }

      .ball-spin-fade-loader>div {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        -webkit-animation: ball-spin-fade-loader 1s infinite linear;
        animation: ball-spin-fade-loader 1s infinite linear
      }

      .ball-spin-fade-loader>div:nth-child(1) {
        top: 25px;
        left: 0;
        animation-delay: -.84s;
        -webkit-animation-delay: -.84s
      }

      .ball-spin-fade-loader>div:nth-child(2) {
        top: 17.05px;
        left: 17.05px;
        animation-delay: -.72s;
        -webkit-animation-delay: -.72s
      }

      .ball-spin-fade-loader>div:nth-child(3) {
        top: 0;
        left: 25px;
        animation-delay: -.6s;
        -webkit-animation-delay: -.6s
      }

      .ball-spin-fade-loader>div:nth-child(4) {
        top: -17.05px;
        left: 17.05px;
        animation-delay: -.48s;
        -webkit-animation-delay: -.48s
      }

      .ball-spin-fade-loader>div:nth-child(5) {
        top: -25px;
        left: 0;
        animation-delay: -.36s;
        -webkit-animation-delay: -.36s
      }

      .ball-spin-fade-loader>div:nth-child(6) {
        top: -17.05px;
        left: -17.05px;
        animation-delay: -.24s;
        -webkit-animation-delay: -.24s
      }

      .ball-spin-fade-loader>div:nth-child(7) {
        top: 0;
        left: -25px;
        animation-delay: -.12s;
        -webkit-animation-delay: -.12s
      }

      .ball-spin-fade-loader>div:nth-child(8) {
        top: 17.05px;
        left: -17.05px;
        animation-delay: 0s;
        -webkit-animation-delay: 0s
      }

      @-webkit-keyframes ball-spin-fade-loader {
        50% {
          opacity: .3;
          -webkit-transform: scale(.4);
          transform: scale(.4)
        }

        100% {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1)
        }
      }

      @keyframes ball-spin-fade-loader {
        50% {
          opacity: .3;
          -webkit-transform: scale(.4);
          transform: scale(.4)
        }

        100% {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1)
        }
      }



#wpadminbar {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        transform: translateZ(0px);
      }

      @media screen and (max-width: 600px) {
        #wpadminbar {
          position: fixed !important;
        }
      }

      body {
        background-color: #fff;
      }

      .hb-custom-header #mk-page-introduce,
      .mk-header {
        background-color: ;
      }

      .hb-custom-header>div,
      .mk-header-bg {
        background-color: #fff;
      }

      .mk-classic-nav-bg {
        background-color: #ffffff;
      }

      .master-holder-bg {
        background-color: #fff;
      }

      #mk-footer {
        background-color: #3a3a3a;
      }

      #mk-boxed-layout {
        -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0px rgba(0, 0, 0, 0);
      }

      .mk-news-tab .mk-tabs-tabs .is-active a,
      .mk-fancy-title.pattern-style span,
      .mk-fancy-title.pattern-style.color-gradient span:after,
      .page-bg-color {
        background-color: #fff;
      }

      .page-title {
        font-size: 34px;
        color: ;
        text-transform: none;
        font-weight: inherit;
        letter-spacing: 0px;
      }

      .page-subtitle {
        font-size: 14px;
        line-height: 100%;
        color: ;
        font-size: 14px;
        text-transform: none;
      }

      body,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-family: Open Sans
      }

      p {
        font-family: Open Sans
      }

      @font-face {
        font-family: 'star';
        src: url('../themes/jupiter/assets/stylesheet/fonts/star/font.eot');
        src: url('../themes/jupiter/assets/stylesheet/fonts/star/font.eot?#iefix') format('embedded-opentype'), url('themes/jupiter/assets/stylesheet/fonts/star/font.woff') format('woff'), url('themes/jupiter/assets/stylesheet/fonts/star/font.ttf') format('truetype'), url('themes/jupiter/assets/stylesheet/fonts/star/font.svg#star') format('svg');
        font-weight: normal;
        font-style: normal;
      }

      @font-face {
        font-family: 'WooCommerce';
        src: url('../themes/jupiter/assets/stylesheet/fonts/woocommerce/font.eot');
        src: url('../themes/jupiter/assets/stylesheet/fonts/woocommerce/font.eot?#iefix') format('embedded-opentype'), url('themes/jupiter/assets/stylesheet/fonts/woocommerce/font.woff') format('woff'), url('themes/jupiter/assets/stylesheet/fonts/woocommerce/font.ttf') format('truetype'), url('themes/jupiter/assets/stylesheet/fonts/woocommerce/font.svg#WooCommerce') format('svg');
        font-weight: normal;
        font-style: normal;
      }

      .cmk-center-all {
        text-align: center;
      }

      .mk-footer-copyright {
        float: none;
        padding-bottom: 80px;
        text-transform: uppercase;
      }

      .mk-footer-copyright a {
        color: #00c8d7;
      }

      #sub-footer {
        padding-bottom: 40px;
        background-color: none;
      }

      #mk-footer {
        background: #3a3a3a url("../uploads/2020/07/bg_footer-texture.png") no-repeat center bottom;
      }

      li.bartext,
      li.baricon {
        list-style: none;
        float: left;
        margin: 8px 20px 0 0;
        color: #000;
      }

      li.barbutton {
        background-color: #00c8d7;
        color: #fff;
        float: left;
        padding: 12px 14px;
        margin: 0;
      }

      li.barbutton a {
        color: #fff;
        text-decoration: none;
        margin: 0;
      }

      .bartext a {
        text-decoration: none;
        color: #000;
      }

      .bartext img {
        margin: 0 5px -5px 0;
      }

      #mk-page-introduce.intro-left .page-title.mk-drop-shadow {
        color: #333333;
      }

      .gform_wrapper .gform_footer input.button,
      .gform_wrapper .gform_footer input[type="submit"],
      .gform_wrapper .gform_page_footer input.button,
      .gform_wrapper .gform_page_footer input[type="submit"] {
        width: 100% !important;
        background-color: #77787b !important;
      }

      .gform_wrapper {
        margin-bottom: 0 !important;
      }

      body .gform_wrapper ul li.cform {
        margin-top: 0 !important;
      }

      .gfield .field_sublabel_below .field_description_below .gfield_visibility_visible {
        margin-bottom: 10px !ipmortant;
      }

      #mk-footer {
        text-transform: uppercase;
      }

      .hideonmobile {
        display: none;
      }

      .mk-header .mk-classic-nav-bg,
      .mk-header .mk-header-bg {
        height: 0px;
      }

      #fancy-title-4 {
        font-size: 48px;
      }

      @media only screen and (min-width:960px) {
        .hideonmobile {
          display: inline;
        }

        li.bartext,
        li.baricon {
          margin-top: 0px;
        }

        #fancy-title-4 {
          font-size: 64px;
        }

        .mk-header .mk-classic-nav-bg,
        .mk-header .mk-header-bg {
          height: 100%;
        }

        #topbar {
          position: relative;
          z-index: 400;
        }
      }



#text-block-4 {
        margin-bottom: 0px;
        text-align: left;
      }

      .full-width-2 .mk-video-color-mask {
        /*background: rgba(0, 0, 0, 0.6);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.6)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);*/
        opacity: 0.4;
      }

      .full-width-2 {
        min-height: 100px;
        margin-bottom: 0px;
/*        background-color: rgba(0, 0, 0, 0.45);*/
      }

      .full-width-2 .page-section-content {
        padding: 0px 0 0px;
      }

      #background-layer--2 {
        ;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        ;
      }

      #background-layer--2 .mk-color-layer {
        ;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }

      .full-width-2 .mk-fancy-title.pattern-style span,
      .full-width-2 .mk-blog-view-all {
        background-color: rgba(0, 0, 0, 0.45) !important;
      }

      #text-block-9 {
        margin-bottom: 0px;
        text-align: left;
      }

      .full-width-7 {
        min-height: 300px;
        margin-bottom: 0px;
      }

      .full-width-7 .page-section-content {
        padding: 0px 0 0px;
      }

      #background-layer--7 {
        ;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        ;
      }

      #background-layer--7 .mk-color-layer {
        ;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }

      .vc_custom_1611099073598 {}

      #text-block-11 {
        margin-bottom: 0px;
        text-align: left;
      }

      #text-block-12 {
        margin-bottom: 0px;
        text-align: left;
      }

      #text-block-13 {
        margin-bottom: 0px;
        text-align: left;
      }

      #padding-14 {
        height: 50px;
      }

      .vc_custom_1611106249204 {}

      #fancy-title-17 {
        letter-spacing: 0px;
        text-transform: uppercase;
        font-size: 28px;
        color: #222222;
        text-align: center;
        font-style: inherit;
        font-weight: 900;
        padding-top: 0px;
        padding-bottom: 0px;
      }

      #fancy-title-17 span {}

      #fancy-title-17 span i {
        font-style: inherit;
      }

      @media handheld,
      only screen and (max-width:767px) {
        #fancy-title-17 {
          text-align: center !important;
        }
      }

      #divider-18 {
        padding: 0px 0 0px;
      }

      #divider-18 .divider-inner {
        border-top-width: 4px;
        border-top-color: #59cbe8;
        width: 60px
      }

      #divider-18 .divider-inner:after {}

      #divider-20 {
        padding: 30px 0 0px;
      }

      #divider-20 .divider-inner {}

      #divider-20 .divider-inner:after {}

      #clients-21 {
        margin-bottom: 20px;
      }

      #clients-21 .client-logo {
        border-color: transparent;
        ;
        border-width: 1px;
        border-style: solid;
        margin: 0 autopx;
      }

      #clients-21 li:nth-child(5) .client-logo {
        border-right-style: none;
      }

      #clients-21 .client-logo:hover {}

      #divider-22 {
        padding: 80px 0 0px;
      }

      #divider-22 .divider-inner {}

      #divider-22 .divider-inner:after {}

      .vc_custom_1595131737428 {}

      #fancy-title-24 {
        letter-spacing: 0px;
        text-transform: uppercase;
        font-size: 48px;
        color: #ffffff;
        text-align: center;
        font-style: inherit;
        font-weight: bolder;
        padding-top: 20px;
        padding-bottom: 20px;
      }

      #fancy-title-24 span {}

      #fancy-title-24 span i {
        font-style: inherit;
      }

      @media handheld,
      only screen and (max-width:767px) {
        #fancy-title-24 {
          text-align: center !important;
        }
      }

      @media handheld,
      only screen and (min-width:768px) and (max-width:1024px) {
        #fancy-title-24 {
          font-size: 36px;
        }
      }

      @media handheld,
      only screen and (max-width:767px) {
        #fancy-title-24 {
          font-size: 28px;
        }
      }

      #text-block-26 {
        margin-bottom: 0px;
        text-align: left;
      }

.align_product_column p {
    font-size: 14px !important;
    line-height: 23px !important;
}

.vc_custom_1611022732417 {
    padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    background-color: #ffffff !important;
}

.vc_custom_1611022287589 {
    padding-top: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    background-color: #f5f5f5 !important;
}

@media (min-width: 1025px) {
    .align_product_column {
        min-height: 450px !important;
    }
}

.align_product_column {
    display: flex !important;
    flex-flow: column wrap !important;
    justify-content: center !important;
}

.vc_custom_1668559160805 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
#text-block-6 {
    margin-bottom: 0px;
    text-align: left;
}

.vc_custom_1611022299467 {
    padding-top: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    background-color: #f5f5f5 !important;
}


@media (min-width: 1025px) {
    .align_product_image img {
        display: block !important;
/*        width: 100% !important; */
        height: 450px !important;
        object-fit: cover !important;
    }
}