/*
===============================================
COMMON.CSS
----------
- This CSS file is same for all pages.
===============================================
*/


/* Resets */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

body {
    opacity: 0;
}

.hidethis {
    display: none !important;
}


/* Scrollbar CSS */


/* width */

::-webkit-scrollbar {
    width: 3px;
    outline: none;
}

body.mouse-scroll::-webkit-scrollbar {
    width: 0px;
    outline: none;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #202945;
    border-radius: 40px;
}


/* Font Declarations */

@font-face {
    font-family: 'Butler';
    src: local('Butler'), url('../fonts/butler-bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Daviton Brush';
    src: local('Daviton Brush'), url('../fonts/davitonbrush.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), url('../fonts/montserrat-regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), url('../fonts/montserrat-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), url('../fonts/montserrat-semibold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), url('../fonts/montserrat-bold.woff2') format('woff2');
    font-weight: 700;
}


/* Default CSS */

body.mouse-scroll {
    overflow: hidden;
}

body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
}

body.mouse-scroll {
    overflow: hidden;
}

body.stop-mouse-scroll {
    overflow: hidden;
}

.hidethis {
    display: none !important;
}


/* Headings and default texts */

body p {
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    color: #202945;
}

body ul li,
body ol li {
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    color: #202945;
    margin-bottom: 15px;
}

body .main-heading h1 {
    font-size: 38px;
    font-family: 'Butler';
    line-height: 125%;
    font-weight: 700;
}

body .main-heading.normal-text h1 {
    font-family: 'Montserrat', sans-serif;
}

body .main-heading.mega-main-heading h1 {
    font-size: 54px;
    line-height: 110%;
}

body .main-heading.mega-main-heading.cursive-text h1 {
    font-family: 'Daviton Brush' !important;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}

body .main-heading.mega-main-heading.daviton-text h1 {
    font-family: 'Daviton Brush' !important;
    font-weight: normal;
    text-transform: uppercase;
}

body .main-heading.mega-main-heading.daviton-text.white-text h1 {
    color: #fff;
}

body .main-heading.mega-main-heading.cursive-text h1 .yellow-text,
body .main-heading.mega-main-heading.daviton-text h1 .yellow-text {
    color: #F7D54E;
}

body .sub-heading h2 {
    font-family: 'Butler';
    font-size: 26px;
    font-weight: 600;
    line-height: 130%;
}

body .sub-heading.normal-text h2 {
    font-family: 'Montserrat', sans-serif;
}

body .sub-heading-2 h3,
body .sub-heading-2 h3 ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

body .para-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    color: #202945;
    font-weight: 400;
}

body .small-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    color: #202945;
    font-weight: 400;
}

body .cta-link p a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #202945;
}

body #mk-theme-container strong {
    color: #202945;
    font-weight: 600;
}

body .white-text p,
body .white-text p>*,
body .white-text h1,
body .white-text h2,
body .white-text h3 {
    color: #fff;
}

body span.underline-text {
    border-bottom: 2px solid #F7D54E;
}


/* Header CSS */

body header.mk-header {
    pointer-events: none;
}

body header.mk-header .mk-dashboard-trigger,
body header.mk-header .header-logo a {
    pointer-events: auto;
}

body header .mk-grid {
    max-width: 100%;
}

body header .mk-header-inner {
    padding: 0 3%;
}

body header .header-logo img {
    max-width: 140px;
}

body #mk-theme-container header .header-logo a {
    margin-left: 0;
    margin-top: 5px;
}

body #mk-theme-container header .header-logo a img {
    min-width: 160px;
}

body #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div {
    height: 2px;
    width: 35px;
    background-color: #202945 !important;
}

body #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div:nth-child(2) {
    margin-top: 8px;
}

body #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div:nth-child(3) {
    margin-top: 8px;
}

body header.mk-header .mk-header-bg {
    background: transparent;
}

body header.mk-header.a-sticky .mk-header-inner {
    border: none;
}

body #mk-theme-container header .mk-dashboard-trigger {
    /* 	display: none; */
}

body #mk-theme-container header .header-logo a img,
body.sticky-header #mk-theme-container header .header-logo a img {
    min-width: 160px;
    opacity: 0;
    pointer-events: visible;
}

body #mk-theme-container header .mainlogosvganim {
    position: absolute;
    top: 15px;
    left: calc(3% - 15px);
    width: 190px;
}

body #mk-theme-container header.transparent-header .mainlogosvganim svg path {
    fill: #fff;
    stroke: #fff;
}

body.sticky-header #mk-theme-container header.transparent-header .mainlogosvganim svg path {
    fill: #202945;
    stroke: #202945;
}

body #mk-theme-container header.a-sticky .mainlogosvganim svg path {
    fill: #202945;
    stroke: #202945;
}

body.single #mk-theme-container header .mainlogosvganim svg path {
    fill: #fff;
    stroke: #fff;
}

body .mk-fullscreen-nav {
    display: none;
}


/* Header Sticky Changes */

body.sticky-header #mk-theme-container header .mk-sticky-logo {
    opacity: 1;
}

body #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div {
    background-color: #202945 !important;
}

body #mk-theme-container header.transparent-header .mk-dashboard-trigger .mk-css-icon-menu>div {
    background-color: #fff !important;
}

body #mk-theme-container header.sticky-header .mk-sticky-logo {
    opacity: 1;
}

body #mk-theme-container header.a-sticky .mk-dashboard-trigger .mk-css-icon-menu>div {
    background-color: #202945 !important;
}

body.sticky-header #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div {
    background-color: #202945 !important;
}

body #mk-theme-container header.sticky-header .mk-dashboard-trigger .mk-css-icon-menu>div {
    background-color: #202945 !important;
}


/* Default CSS */

body #mk-theme-container {
    width: 100%;
    overflow: hidden;
}

body #mk-theme-container .mk-page-section {
    padding: 0 2%;
    overflow: visible;
}

body #mk-theme-container .mk-page-section .page-section-content {
    padding: 0;
}

body .para-text p strong {
    color: #202945;
}

body #mk-theme-container .full-width-section,
body #mk-theme-container .full-width-section .vc_column_container>.vc_column-inner {
    padding: 0;
}


/* Main CTA CSS */

body #mk-theme-container .main-cta a {
    position: relative;
    display: inline-block;
    background: #F7D54E;
    padding: 12px 50px;
    overflow: hidden;
}

body #mk-theme-container .main-cta.blue-cta a {
    background: #202945;
}

body #mk-theme-container .main-cta a p {
    position: relative;
    color: #202945;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    z-index: 2;
}

body #mk-theme-container .main-cta.blue-cta a p {
    color: #fff;
}

body #mk-theme-container .main-cta.big-cta a {
    padding: 24px 60px;
}

body #mk-theme-container .main-cta a:before {
    position: absolute;
    content: '';
    top: -32.5px;
    left: -32.5px;
    height: 65px;
    width: 65px;
    background: #202945;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s;
    z-index: 1;
}

body #mk-theme-container .main-cta.blue-cta a:before,
body #mk-theme-container .main-cta.white-hover a:before {
    background: #fff;
}

body #mk-theme-container .main-cta a {
    font-weight: 600;
    transition: all 0.8s;
    text-shadow: none;
}

body #mk-theme-container .main-cta a span {
    position: relative;
    font-size: 15px;
    color: #202945;
    text-transform: uppercase;
    color: #202945;
    z-index: 2;
}

body #mk-theme-container .main-cta a:hover p {
    color: #fff;
    transition: all 0.4s;
}

body #mk-theme-container .main-cta.blue-cta a:hover p,
body #mk-theme-container .main-cta.white-hover a:hover p {
    color: #202945;
}

body #mk-theme-container .main-cta a:hover:before {
    transform: scale(100);
    transition: all 1s;
}


/* Fold Shortcodes CSS */

body .shortcodes-raw {
    margin-bottom: 0px;
}

body .fold-shortcode {
    position: relative;
    display: block;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

body .fold-shortcode .inner-section {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

body .fold-shortcode .inner-section .section-background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

body .fold-shortcode .inner-section .section-content {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

body .fold-shortcode .inner-section .section-content .main-cta a h3 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    background: #F7D54E;
    padding: 25px 50px;
}

body .fold-shortcode .inner-section .section-content .main-cta a h3:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text h1 {
    position: relative;
    z-index: 1;
    line-height: 115%;
    margin-bottom: 10px;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline {
    position: relative;
    display: inline-block;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline .underline-elem {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    height: 35px;
    width: 100%;
    background: url('../../../../../wp-content/uploads/2020/02/line-1.svg') center/contain no-repeat;
    z-index: -1;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-2 .underline-elem {
    background: url('../../../../../wp-content/uploads/2020/02/line-2.svg') center/contain no-repeat;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-3 .underline-elem {
    background: url('../../../../../wp-content/uploads/2020/02/line-3.svg') center/contain no-repeat;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-4 .underline-elem {
    background: url('../../../../../wp-content/uploads/2020/02/line-4.svg') center/contain no-repeat;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-5 .underline-elem {
    background: url('../../../../../wp-content/uploads/2020/02/line-5.svg') center/contain no-repeat;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-5 .underline-elem {
    bottom: 2px;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline .underline-elem {
    -webkit-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    transform: scaleY(1.3);
    bottom: -15px;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-2 .underline-elem {
    -webkit-transform: scaleY(0.8);
    -ms-transform: scaleY(0.8);
    transform: scaleY(0.8);
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-3 .underline-elem {
    -webkit-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    transform: scaleY(1.3);
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-4 .underline-elem {
    -webkit-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    transform: scaleY(1.3);
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-5 .underline-elem {
    bottom: -10px;
}

body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-5 .underline-elem {
    -webkit-transform: scaleY(1.7);
    -ms-transform: scaleY(1.7);
    transform: scaleY(1.7);
}

body .fold-shortcode .inner-section .scroll-down-element {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 7%;
    cursor: pointer;
    pointer-events: none;
    z-index: 2;
    flex-wrap: wrap;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

body .fold-shortcode .inner-section .scroll-down-element.can-scroll {
    pointer-events: auto;
}

body .fold-shortcode .inner-section .scroll-down-element .scroll-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background: #202945;
    border-radius: 50%;
}

body .fold-shortcode .inner-section .scroll-down-element .scroll-circle .inner-circle {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
}

body .fold-shortcode .inner-section .scroll-down-element .scroll-circle .inner-circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}

body .fold-shortcode .inner-section .scroll-down-element .scroll-text {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

body .fold-shortcode .inner-section .scroll-down-element .scroll-text p {
    font-weight: 600;
    margin-bottom: 0px;
    margin-left: 0px;
}

body .fold-shortcode.white-scroll .inner-section .scroll-down-element .scroll-text p {
    color: #fff;
}

body .fold-shortcode.white-scroll .inner-section .scroll-down-element .scroll-circle {
    background: #F7D54E;
}

body .fold-shortcode.white-scroll .inner-section .scroll-down-element .inner-circle svg path,
body .fold-shortcode.white-scroll .inner-section .scroll-down-element .inner-circle svg rect {
    fill: #202945;
}


/* No full height CSS */

body .fold-shortcode.no-full-height {
    position: relative;
    height: auto;
    overflow: visible;
}

body .fold-shortcode.no-full-height .inner-section {
    position: relative;
}

body .fold-shortcode.no-full-height .inner-section .section-content {
    position: relative;
}


/* Tilt Text CSS */

body .mk-page-section .tilt-text h3 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 10px;
    padding-right: 50px;
    margin-bottom: 30px;
}

body .mk-page-section .tilt-text h1,
body .mk-page-section .tilt-text h2 {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    padding-right: 50px;
    margin-bottom: 30px;
}

body .mk-page-section .tilt-text h3:before,
body .mk-page-section .tilt-text h2:before,
body .mk-page-section .tilt-text h1:before {
    position: absolute;
    content: '';
    top: 0;
    left: -25px;
    height: 100%;
    width: 100%;
    background: #F7D54E;
    transform: rotate(-1.6deg);
    z-index: -1;
}

body .mk-page-section .tilt-text.blue-tilt h3 {
    color: #fff;
}

body .mk-page-section .tilt-text.blue-tilt h3:before {
    background: #202945;
}


/* Form Errors */

body #mk-theme-container .gform_wrapper div.validation_error {
    display: none;
}

body #mk-theme-container .gform_wrapper li.gfield.gfield_error {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    background: transparent;
    padding: 0;
    border: none;
    padding-top: 10px;
}

body #mk-theme-container .gform_wrapper .validation_message {
    position: absolute;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 150%;
    font-weight: 600;
    top: -30px;
    left: 0;
    color: #F7493F;
}

body #mk-theme-container .gform_confirmation_message {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 170%;
    color: #202945;
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 10px;
}

body #mk-theme-container .gform_confirmation_message:before {
    position: absolute;
    content: '';
    top: 0;
    left: -5px;
    width: 5px;
    height: 100%;
    background: #F7D54E;
}

body #mk-theme-container .gform_footer {
    position: relative;
}

body #mk-theme-container .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 57%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body .footer-section .copyright-text p {
    margin-bottom: 0;
    padding: 10px 0px;
}


/* eForm CSS */

body .ipt-uif-custom-material-custom input:not([type]).invalid,
body .ipt-uif-custom-material-custom input[type="text"].invalid,
body .ipt-uif-custom-material-custom input[type="password"].invalid,
body .ipt-uif-custom-material-custom input[type="email"].invalid,
body .ipt-uif-custom-material-custom input[type="url"].invalid,
body .ipt-uif-custom-material-custom input[type="time"].invalid,
body .ipt-uif-custom-material-custom input[type="date"].invalid,
body .ipt-uif-custom-material-custom input[type="datetime"].invalid,
body .ipt-uif-custom-material-custom input[type="datetime-local"].invalid,
body .ipt-uif-custom-material-custom input[type="tel"].invalid,
body .ipt-uif-custom-material-custom input[type="number"].invalid,
body .ipt-uif-custom-material-custom input[type="search"].invalid,
body .ipt-uif-custom-material-custom textarea.materialize-textarea.invalid,
body .ipt-uif-custom-material-custom input:not([type]):focus.invalid,
body .ipt-uif-custom-material-custom input[type="text"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="password"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="email"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="url"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="time"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="date"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="datetime"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="datetime-local"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="tel"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="number"]:focus.invalid,
body .ipt-uif-custom-material-custom input[type="search"]:focus.invalid,
body .ipt-uif-custom-material-custom textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #202945;
    box-shadow: 0 1px 0 0 #202945;
}

body .ipt-uif-custom-material-custom .formError .formErrorContent .error-message {
    color: #202945;
}


/* Thank You Page */

body.thank-you .thank-you-section .circle-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.thank-you .thank-you-section .circle-row>div {
    position: relative;
    max-width: 26vw;
    margin-bottom: 70px;
}

body.thank-you .thank-you-section .circle-row>div:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 35vw;
    width: 35vw;
    background: #FBF9F2;
    border-radius: 50%;
    z-index: -1;
}

body.thank-you .thank-you-section .circle-row .logo-image img {
    margin-bottom: 20px;
    max-width: 280px;
}

body.thank-you .thank-you-section .circle-row .sub-heading-2 h3 {
    margin-bottom: 20px;
}


/* Connect to Kurian Section */

body .fold-shortcode.connect-with-shortcode {
    background: #FBF9F2;
}

body .connect-with-shortcode .inner-section .section-content .text-container {
    display: flex;
    max-width: 80%;
    margin-bottom: 45px;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-1 {
    width: 48%;
    padding: 5%;
    padding-left: 0%;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-2 {
    width: 52%;
    padding: 5%;
    background: #F7D54E;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col .col-heading {
    margin-bottom: 40px;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-1 .col-heading h1 {
    position: relative;
    padding-right: 30px;
    margin-bottom: 60px;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-1 .col-heading h1:after {
    position: absolute;
    content: '';
    top: -35px;
    right: 20px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #F7D54E;
    transform: rotate(-45deg);
    transform-origin: top right;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-2 .col-heading {
    display: flex;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-2 .col-heading h1 {
    width: calc(100% - 140px)
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-2 .col-heading .background {
    display: block;
    width: 110px;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 30px;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col .col-desc {
    margin-bottom: 50px;
}

body .connect-with-shortcode .inner-section .section-content .text-container .connect-col .col-desc a {
    color: #202945;
    text-decoration: underline;
}


/* Footer Section */

body #mk-theme-container .footer-section {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background: #202945;
    border-top: 1px solid #FBF9F2;
}

body .footer-section .copyright-text p {
    margin-bottom: 0;
    padding: 14px 0px;
    line-height: 200%;
}

body .footer-section .copyright-text p a {
    position: relative;
    border-bottom: 1px solid #F7D54E;
}

body .footer-section .copyright-text p a:hover {
    color: #F7D54E;
}


/* Website Menu CSS */

body .website-menu .jupiter-donut-hidden-sm {
    display: inline-block !important;
}

body .website-menu .jupiter-donut-visible-sm {
    display: none !important;
}

body.fullscreen-nav-opened {
    overflow-x: hidden;
    overflow-y: scroll;
}

body .website-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

body .website-menu .website-menu-background,
body .website-menu .website-menu-background .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body .website-menu .website-menu-background .background-1 {
    background: #FBF9F2;
    left: 100%;
}

body .website-menu .website-menu-background .background-2 {
    background: #202945;
    left: 100%;
}

body .website-menu .menu-container {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    transform: translateY(-50%);
    margin-top: 40px;
}

body .website-menu .menu-container .menu-item {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-bottom: 40px;
    left: 15%;
    opacity: 0;
}

body .website-menu .menu-container .menu-item a {
    position: relative;
    display: inline-block;
}

body .website-menu .menu-container .menu-item a .shape-elem {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

body .website-menu .menu-container .menu-item a .shape-elem svg {
    transform-style: preserve-3d;
}

body .website-menu .menu-container .menu-item a .shape-elem svg path,
body .website-menu .menu-container .menu-item a .shape-elem svg rect {
    fill: #F7D54E;
    opacity: 1;
}

body .website-menu .menu-container .menu-item.item-1 a .shape-elem svg,
body .website-menu .menu-container .menu-item.item-6 a .shape-elem svg {
    transform: rotateX(90deg) rotateY(90deg);
    transition: all .2s ease-in-out;
}

body .website-menu .menu-container .menu-item.item-2 a .shape-elem svg {
    transform: rotateX(-90deg) rotateY(-90deg);
    transition: all .2s ease-in-out;
}

body .website-menu .menu-container .menu-item.item-3 a .shape-elem svg {
    transform: rotateX(-90deg) rotateY(90deg);
    transition: all .2s ease-in-out;
}

body .website-menu .menu-container .menu-item.item-4 a .shape-elem svg {
    transform: rotateX(90deg) rotateY(-90deg);
    transition: all .2s ease-in-out;
}

body .website-menu .menu-container .menu-item.item-5 a .shape-elem svg {
    transform: rotateX(90deg) rotateY(90deg);
    transition: all .2s ease-in-out;
}

body .website-menu .menu-container .menu-item.item-1 {
    position: relative;
    margin-top: 0px;
}

body .website-menu .menu-container .menu-item.item-1:before {
    position: absolute;
    content: 'Who We Are';
    color: #F7D54E;
    top: -75px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
}

body .website-menu .menu-container .menu-item.item-2 {
    position: relative;
}

body .website-menu .menu-container .menu-item.item-2:before {
    position: absolute;
    content: 'What We Do';
    color: #F7D54E;
    top: -75px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
}

body .website-menu .menu-container .menu-item.item-last {
    margin-top: 0px;
}

body .website-menu .menu-container .menu-item .menu-heading {
    position: relative;
    z-index: 1;
}

body .website-menu .menu-container .menu-item .menu-heading h1 {
    position: relative;
    display: inline-block;
    color: #FBF9F2;
    text-align: left;
    transform-origin: left center;
    transform: scale(1.4);
    text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.015);
    transition: all .2s ease-in-out;
    opacity: 0.7;
}

body .website-menu .menu-container .menu-item .sub-heading-inner {
    position: relative;
    width: 30vw;
    height: 100%;
}

body .website-menu .menu-container .menu-item .menu-subheading-1,
body .website-menu .menu-container .menu-item .menu-subheading-2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    pointer-events: none;
    transition: all .2s ease-in-out;
    z-index: 2;
}

body .website-menu .menu-container .menu-item .menu-subheading-2 {
    opacity: 0;
    transition: all .2s ease-in-out;
}

body .website-menu .menu-container .menu-item .menu-subheading-1 {
    opacity: 0;
}

body .website-menu .menu-container .menu-item .menu-subheading-1 h3 {
    color: #FFF;
    text-transform: uppercase;
    transform-origin: left center;
    transform: scale(.7);
    transition: all .2s ease-in-out;
}

body .website-menu .menu-container .menu-item .menu-subheading-2 h2 {
    color: #FFF;
    position: relative;
    left: -60px;
    transform-origin: right center;
    transform: scale(1.2);
    text-align: right;
    transition: left .2s ease-in-out;
}

body .website-menu .menu-container .menu-item .underline-elem {
    position: absolute;
    bottom: 30px;
    width: 50%;
    height: 2px;
    background: #FFF;
    opacity: 1;
    transition: all .2s ease-in-out;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
}

body .website-menu .menu-container .menu-item a:hover .menu-heading h1 {
    opacity: 0.1;
    color: #FBF9F2;
    transition: all .4s ease-in-out;
}

body .website-menu .menu-container .menu-item a:hover .menu-subheading-1 {
    opacity: 0;
    transition: all .2s ease-in-out;
}

body .website-menu .menu-container .menu-item a:hover .menu-subheading-2 {
    opacity: 1;
    transition: all .4s ease-in-out;
}

body .website-menu .menu-container .menu-item a:hover .menu-subheading-2 h2 {
    left: 0;
    transition: all .4s ease-in-out;
}

body .website-menu .menu-container .menu-item a:hover .underline-elem {
    opacity: 1;
    width: 100%;
    transition: all .4s ease-in-out;
}

body .website-menu .menu-container .menu-item a:hover .shape-elem svg {
    transform: rotateX(0deg) rotateY(0deg);
    transition: all 0.4s ease-in-out;
}


/* Menu Close */

body .website-menu .menu-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: calc(3% - 0px);
    height: 65px;
    width: 65px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.015);
    cursor: pointer;
    opacity: 0;
}

body .website-menu .menu-close .menu-line {
    display: block;
    height: 2px;
    width: 35px;
    background: #202945;
}

body .website-menu .menu-logo {
    position: absolute;
    top: 15px;
    left: calc(3% - 15px);
    width: 190px;
    opacity: 0;
}

body .website-menu .menu-logo svg path {
    fill: #fff;
    stroke: #fff;
}


/* Testimonial Section CSS */

body #mk-theme-container .testimonial-section .testimonial-text {
    position: relative;
    margin-bottom: 20px;
}

body #mk-theme-container .testimonial-section .testimonial-text:before {
    position: absolute;
    content: '';
    top: -55px;
    left: -55px;
    height: 60px;
    width: 60px;
    background: url('../../../../../wp-content/uploads/2020/03/q1-y.svg') center/contain no-repeat;
    z-index: -1;
}

body #mk-theme-container .testimonial-section .testimonial-text:after {
    position: absolute;
    content: '';
    bottom: -35px;
    right: -70px;
    height: 60px;
    width: 60px;
    background: url('../../../../../wp-content/uploads/2020/03/q2-y.svg') center/contain no-repeat;
    z-index: -1;
}

body #mk-theme-container .testimonial-section .testimonial-text svg {
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: -1;
}

body #mk-theme-container .testimonial-section .testimonial-text h3 {
    margin-bottom: 25px;
}

body #mk-theme-container .testimonial-section .col-2 .testimonial-text h3.last-child {
    margin-bottom: 0px;
}

body #mk-theme-container .testimonial-section .testimonial-name h3 {
    font-family: 'Butler';
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 7px;
}

body #mk-theme-container .testimonial-section .testimonial-designation p {
    font-weight: 700;
    text-transform: uppercase;
}

body #mk-theme-container .testimonial-section .section-row.row-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

body #mk-theme-container .testimonial-section .section-row.row-1 .col-2 {
    padding-left: 40px;
}

body #mk-theme-container .testimonial-section .testimonial-image img {
    max-width: 200px;
    margin-bottom: 10px;
    border-radius: 50%;
}

body #mk-theme-container .testimonial-section .testimonial-logo img {
    margin-top: 0px;
    max-width: 120px;
}

body #mk-theme-container .testimonial-section .testimonial-triangle-elem {
    position: relative;
}

body #mk-theme-container .testimonial-section .testimonial-triangle-elem svg {
    position: absolute;
    top: -5%;
    left: -20%;
    width: 150%;
    height: 150%;
    z-index: -1;
    display: none;
}

body #mk-theme-container .testimonial-section .testimonial-triangle-elem.cream svg #testimonial_bg_shape-2 {
    fill: #FBF9F2;
}


/* Smaller Screen Desktops */

@media only screen and (max-width: 1280px) {
    body header .mk-header-inner {
        padding: 0 3%;
    }
    body #mk-theme-container .mk-page-section {
        padding: 0 2%;
    }
    body #mk-theme-container .full-width-section,
    body #mk-theme-container .full-width-section .vc_column_container>.vc_column-inner {
        padding: 0;
    }
    /* Headings and default texts */
    body p {
        font-size: 14px;
    }
    body ul li,
    body ol li {
        font-size: 14px;
    }
    body .main-heading h1 {
        font-size: 36px;
    }
    body .main-heading.mega-main-heading h1 {
        font-size: 50px;
    }
    body .sub-heading h2 {
        font-size: 24px;
    }
    body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li {
        font-size: 16px;
    }
    body .para-text p {
        font-size: 14px;
    }
    body .small-text p {
        font-size: 13px;
    }
    body .cta-link p a {
        font-size: 13px;
    }
    body #mk-theme-container .main-cta a span {
        font-size: 14px;
    }
    body #mk-theme-container .gform_wrapper li.gfield.gfield_error {
        padding-top: 10px;
    }
    body #mk-theme-container .gform_wrapper .validation_message {
        font-size: 13px;
        top: -30px;
    }
    body #mk-theme-container .gform_confirmation_message {
        font-size: 13px;
        padding: 17px 15px;
    }
    body .connect-with-shortcode .inner-section .section-content .text-container {
        max-width: 76%;
    }
}


/* Mid Large Screen Desktops */

@media only screen and (min-width: 1440px) {
    body header .mk-header-inner {
        padding: 0 3%;
    }
    body #mk-theme-container .mk-page-section {
        padding: 0 2%;
    }
    body #mk-theme-container .full-width-section,
    body #mk-theme-container .full-width-section .vc_column_container>.vc_column-inner {
        padding: 0;
    }
    /* Headings and default texts */
    body p {
        font-size: 16px;
    }
    body ul li,
    body ol li {
        font-size: 16px;
    }
    body .main-heading h1 {
        font-size: 40px;
    }
    body .main-heading.mega-main-heading h1 {
        font-size: 58px;
    }
    body .sub-heading h2 {
        font-size: 28px;
    }
    body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li {
        font-size: 20px;
    }
    body .para-text p {
        font-size: 16px;
    }
    body #mk-theme-container .main-cta a span {
        font-size: 16px;
    }
    body .small-text p {
        font-size: 15px;
    }
    body .cta-link p a {
        font-size: 15px;
    }
    body #mk-theme-container .gform_wrapper li.gfield.gfield_error {
        padding-top: 15px;
    }
    body #mk-theme-container .gform_wrapper .validation_message {
        font-size: 15px;
        top: -35px;
    }
    body #mk-theme-container .gform_confirmation_message {
        font-size: 15px;
        padding: 17px 15px;
    }
    body .connect-with-shortcode .inner-section .section-content .text-container {
        max-width: 84%;
    }
}


/* Large Screen Desktops */

@media only screen and (min-width: 1920px) {
    body header .mk-header-inner {
        padding: 0 4%;
    }
    body #mk-theme-container .mk-page-section {
        padding: 0 3%;
    }
    body #mk-theme-container .full-width-section,
    body #mk-theme-container .full-width-section .vc_column_container>.vc_column-inner {
        padding: 0;
    }
    /* Headings and default texts */
    body p {
        font-size: 18px;
    }
    body #mk-theme-container .main-cta a span {
        font-size: 18px;
    }
    body ul li,
    body ol li {
        font-size: 18px;
    }
    body .main-heading h1 {
        font-size: 48px;
    }
    body .main-heading.mega-main-heading h1 {
        font-size: 70px;
    }
    body .sub-heading h2 {
        font-size: 34px;
    }
    body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li {
        font-size: 22px;
    }
    body .para-text p {
        font-size: 18px;
    }
    body .small-text p {
        font-size: 16px;
    }
    body .cta-link p a {
        font-size: 16px;
    }
    body #mk-theme-container .gform_wrapper li.gfield.gfield_error {
        padding-top: 20px;
    }
    body #mk-theme-container .gform_wrapper .validation_message {
        font-size: 16px;
        top: -30px;
    }
    body #mk-theme-container .gform_confirmation_message {
        font-size: 16px;
        padding: 20px 25px;
    }
    body.thank-you .thank-you-section .circle-row>div {
        max-width: 20vw;
    }
    body.thank-you .thank-you-section .circle-row>div:after {
        height: 28vw;
        width: 28vw;
    }
    /* Connect to Kurian CSS */
    body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-2 .col-heading h1 {
        width: calc(100% - 170px)
    }
    body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-2 .col-heading .background {
        width: 140px;
        height: 140px;
    }
    body .connect-with-shortcode .inner-section .section-content .text-container {
        max-width: 80%;
    }
    body .website-menu .menu-close {
        right: calc(4% - 0px);
    }
    body .website-menu .menu-logo {
        left: calc(4% - 15px);
    }
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body.mobile-mouse-scroll {
        overflow: visible !important;
    }
    body #mk-theme-container .mk-padding-wrapper {
        padding: 0;
    }
    body #mk-theme-container header.mk-header {
        position: fixed;
        top: 0;
        left: 0;
        background: #202945;
    }
    body #mk-theme-container header .header-logo a {
        position: relative;
        width: 160px;
        padding-left: 20px;
    }
    body header.mk-header .mk-dashboard-trigger {
        /* 		display: none; */
        padding-right: 20px;
    }
    body #mk-theme-container header.a-sticky .mk-dashboard-trigger .mk-css-icon-menu>div,
    body.sticky-header #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div,
    body #mk-theme-container header.sticky-header .mk-dashboard-trigger .mk-css-icon-menu>div,
    body #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div {
        background-color: #fff !important;
    }
    body #mk-theme-container header .header-logo a img,
    body.sticky-header #mk-theme-container header .header-logo a img {
        opacity: 1;
        pointer-events: auto;
    }
    body #mk-theme-container header .mainlogosvganim {
        opacity: 0;
        pointer-events: none;
    }
    /* Headings and default texts */
    body .main-heading.mega-main-heading h1 {
        font-size: 36px;
        line-height: 130%;
    }
    /* Headings and default texts */
    body p {
        font-size: 15px;
    }
    body #mk-theme-container .main-cta a span {
        font-size: 15px;
    }
    body ul li,
    body ol li {
        font-size: 15px;
    }
    body .main-heading h1 {
        font-size: 28px;
    }
    body .main-heading.normal-text h1 {
        font-size: 26px;
        line-height: 140%;
        font-weight: 600;
    }
    body .sub-heading h2 {
        font-size: 22px;
    }
    body .sub-heading-2 h3 {
        font-size: 18px;
    }
    body .para-text p {
        font-size: 15px;
    }
    body .small-text p {
        font-size: 14px;
    }
    body .cta-link p a {
        font-size: 14px;
    }
    body #mk-theme-container .gform_wrapper li.gfield.gfield_error {
        padding-top: 20px;
    }
    body #mk-theme-container .gform_wrapper .validation_message {
        font-size: 15px;
    }
    body #mk-theme-container .gform_confirmation_message {
        font-size: 15px;
        padding: 18px 25px;
    }
    /* 	Website Menu */
    body .website-menu .menu-container .menu-item .menu-subheading-1,
    body .website-menu .menu-container .menu-item .menu-subheading-2 {
        display: none;
    }
    body .website-menu .menu-container .menu-item a .shape-elem {
        display: none;
    }
    body .website-menu .menu-logo {
        top: 25px;
        padding-left: 20px;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}


/* Mobile Devices */

@media only screen and (max-width: 765px) {
    body.mobile-mouse-scroll {
        overflow: visible !important;
    }
    body #mk-theme-container .mk-padding-wrapper {
        padding: 0;
    }
    body #mk-theme-container header.mk-header {
        position: fixed;
        top: 0;
        left: 0;
        background: #202945;
    }
    body #mk-theme-container header .header-logo a {
        position: relative;
        width: 160px;
        padding-left: 20px;
    }
    body header.mk-header .mk-dashboard-trigger {
        /* 		display: none; */
        padding-right: 20px;
    }
    body #mk-theme-container header.a-sticky .mk-dashboard-trigger .mk-css-icon-menu>div,
    body.sticky-header #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div,
    body #mk-theme-container header.sticky-header .mk-dashboard-trigger .mk-css-icon-menu>div,
    body #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div {
        background-color: #fff !important;
    }
    body #mk-theme-container header .header-logo a img,
    body.sticky-header #mk-theme-container header .header-logo a img {
        opacity: 1;
        pointer-events: auto;
    }
    body #mk-theme-container header .mainlogosvganim {
        opacity: 0;
        pointer-events: none;
    }
    /* Headings and default texts */
    body .main-heading.mega-main-heading h1 {
        font-size: 30px;
        line-height: 130%;
    }
    /* Headings and default texts */
    body p {
        font-size: 15px;
    }
    body #mk-theme-container .main-cta a span {
        font-size: 15px;
    }
    body ul li,
    body ol li {
        font-size: 15px;
    }
    body .main-heading h1 {
        font-size: 26px;
    }
    body .main-heading.normal-text h1 {
        font-size: 22px;
        line-height: 140%;
        font-weight: 600;
    }
    body .sub-heading h2 {
        font-size: 20px;
    }
    body .sub-heading-2 h3 {
        font-size: 17px;
    }
    body .para-text p {
        font-size: 13px;
    }
    body .small-text p {
        font-size: 12px;
    }
    body .cta-link p a {
        font-size: 12px;
    }
    body #mk-theme-container .main-cta.big-cta a {
        padding: 20px 34px;
    }
    body #mk-theme-container .gform_wrapper li.gfield.gfield_error {
        padding-top: 20px;
    }
    body #mk-theme-container .gform_wrapper .validation_message {
        font-size: 15px;
    }
    body #mk-theme-container .gform_confirmation_message {
        font-size: 15px;
        padding: 18px 25px;
    }
    /* Thank You Page */
    body.thank-you .thank-you-section .circle-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body.thank-you .thank-you-section .circle-row>div {
        position: relative;
        max-width: 330px;
        margin-bottom: 70px;
    }
    body.thank-you .thank-you-section .circle-row>div:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 500px;
        width: 500px;
        background: #FBF9F2;
        border-radius: 50%;
        z-index: -1;
    }
    /* Fold Shortcode CSS */
    body .fold-shortcode .inner-section .scroll-down-element .scroll-circle {
        width: 50px;
        height: 50px;
    }
    body .fold-shortcode .inner-section .scroll-down-element .scroll-text {
        min-width: 100px;
    }
    body .fold-shortcode .inner-section .scroll-down-element .scroll-text p {
        margin-left: 0;
        line-height: 135%;
        text-align: center;
    }
    body .fold-shortcode .inner-section .scroll-down-element {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50px;
        bottom: 13%;
    }
    body .fold-shortcode .inner-section .scroll-down-element .scroll-circle .inner-circle {
        width: 15px;
        height: 15px;
    }
    body .fold-shortcode .inner-section .section-content .text-container .underline-text h1 {
        line-height: 130%;
    }
    body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-2 .underline-elem {
        transform: scaleY(0.7);
    }
    body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline .underline-elem {
        bottom: -18px;
    }
    body .fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-5 .underline-elem {
        bottom: -16px;
    }
    body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline .underline-elem {
        transform: scaleY(1.7);
    }
    body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-2 .underline-elem {
        transform: scaleY(0.6);
    }
    body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-3 .underline-elem {
        transform: scaleY(1.7);
    }
    body .fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-5 .underline-elem {
        transform: scaleY(1.7);
    }
    body .fold-shortcode .inner-section.why-section-3 .section-content .text-container .underline-text.normal-text .underline.line-3 .underline-elem {
        transform: scaleY(1);
    }
    body .fold-shortcode .inner-section.why-section-3 .section-content .text-container .underline-text.normal-text .underline.line-5 .underline-elem {
        transform: scaleY(2.2);
    }
    /* Counter CSS */
    body .counter-elem #countdown-timer div {
        background: #F7D54E;
        margin: 0 5px;
        margin-top: 0px;
        height: 45px;
        width: 45px;
        font-size: 14px;
        padding-bottom: 10px;
    }
    body .counter-elem #countdown-timer div span {
        font-size: 6px;
        bottom: 0;
    }
    /* Connect to Kurian CSS */
    body .connect-with-shortcode {
        height: auto;
    }
    body .fold-shortcode.connect-with-shortcode {
        position: relative;
        height: auto;
        overflow: visible;
    }
    body .fold-shortcode.connect-with-shortcode .inner-section {
        position: relative;
    }
    body .fold-shortcode.connect-with-shortcode .inner-section .section-content {
        position: relative;
    }
    body .connect-with-shortcode.connect-with-shortcode .inner-section .section-content .text-container {
        display: block;
        max-width: 100%;
        padding: 0 20px;
    }
    body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-1 {
        padding: 6%;
        margin-bottom: 40px;
    }
    body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-1 {
        width: 100%;
    }
    body .connect-with-shortcode .inner-section .section-content .text-container .connect-col.col-2 {
        width: 100%;
    }
    /* 	Menu Website CSS */
    body .website-menu .jupiter-donut-hidden-sm {
        display: none !important;
    }
    body .website-menu .jupiter-donut-visible-sm {
        display: inline-block !important;
    }
    body .website-menu .main-heading.mega-main-heading h1 {
        font-size: 34px;
    }
    body .website-menu .menu-container .menu-item .sub-heading-inner {
        position: relative;
        width: 300px;
        height: 100%;
    }
    body .website-menu .menu-container {
        padding-left: 40px;
        margin-top: 0px;
    }
    body .website-menu .menu-container .menu-item .menu-subheading-1 h3 {
        transform: scale(.5);
    }
    body .website-menu .menu-container .menu-item .menu-heading h1 {
        transform: scale(1.1);
    }
    body .website-menu .menu-container .menu-item.item-1 {
        margin-top: 0px;
    }
    body .website-menu .menu-container .menu-item {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    body .website-menu .menu-close {
        width: 65px;
        height: 65px;
    }
    body .website-menu .menu-container .menu-item .menu-subheading-1,
    body .website-menu .menu-container .menu-item .menu-subheading-2 {
        display: none;
    }
    body .website-menu .menu-container .menu-item a .shape-elem {
        display: none;
    }
    body .website-menu .menu-logo {
        top: 25px;
        padding-left: 20px;
    }
    body .website-menu .menu-container .menu-item.item-1:before,
    body .website-menu .menu-container .menu-item.item-2:before {
        display: none;
    }
    /* Testimonial Section CSS */
    body #mk-theme-container .testimonial-section {
        padding: 0 20px;
    }
    body #mk-theme-container .testimonial-section .testimonial-text {
        margin-top: 40px;
    }
    body #mk-theme-container .testimonial-section .section-row.row-1 {
        display: block;
    }
    body #mk-theme-container .testimonial-section .section-row.row-1 .col-2 {
        padding-left: 0;
        margin-top: 30px;
    }
    body #mk-theme-container .testimonial-section .testimonial-image {
        max-width: 180px;
    }
    body #mk-theme-container .testimonial-section .testimonial-text:before {
        top: -50px;
        left: -10px;
        height: 40px;
        width: 40px;
    }
    body #mk-theme-container .testimonial-section .testimonial-text:after {
        height: 40px;
        width: 40px;
        bottom: -30px;
        right: 0;
    }
    /* Talk to Kurian CSS */
    body #mk-theme-container .talk-to-kurian-section {
        padding: 0 20px;
    }
    /* 	Footer Section CSS */
    body .footer-section .copyright-text p {
        padding: 10px 40px;
    }
}