/*

  font-family: "Montserrat", sans-serif;
   font-family: 'Liberation Serif';
     font-family: 'Domaine Text';

*/
@font-face {
    font-family: 'Domaine Text';
    src: url('../font/domaine/DomaineText-Black.eot');
    src: url('../font/domaine/DomaineText-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/domaine/DomaineText-Black.woff2') format('woff2'),
        url('../font/domaine/DomaineText-Black.woff') format('woff'),
        url('../font/domaine/DomaineText-Black.ttf') format('truetype'),
        url('../font/domaine/DomaineText-Black.svg#DomaineText-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domaine Text';
    src: url('../font/domaine/DomaineText-Bold.eot');
    src: url('../font/domaine/DomaineText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/domaine/DomaineText-Bold.woff2') format('woff2'),
        url('../font/domaine/DomaineText-Bold.woff') format('woff'),
        url('../font/domaine/DomaineText-Bold.ttf') format('truetype'),
        url('../font/domaine/DomaineText-Bold.svg#DomaineText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domaine Text';
    src: url('../font/domaine/DomaineText-Light.eot');
    src: url('../font/domaine/DomaineText-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/domaine/DomaineText-Light.woff2') format('woff2'),
        url('../font/domaine/DomaineText-Light.woff') format('woff'),
        url('../font/domaine/DomaineText-Light.ttf') format('truetype'),
        url('../font/domaine/DomaineText-Light.svg#DomaineText-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domaine Text';
    src: url('../font/domaine/DomaineText-Medium.eot');
    src: url('../font/domaine/DomaineText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/domaine/DomaineText-Medium.woff2') format('woff2'),
        url('../font/domaine/DomaineText-Medium.woff') format('woff'),
        url('../font/domaine/DomaineText-Medium.ttf') format('truetype'),
        url('../font/domaine/DomaineText-Medium.svg#DomaineText-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domaine Text';
    src: url('../font/domaine/DomaineText-Regular.eot');
    src: url('../font/domaine/DomaineText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/domaine/DomaineText-Regular.woff2') format('woff2'),
        url('../font/domaine/DomaineText-Regular.woff') format('woff'),
        url('../font/domaine/DomaineText-Regular.ttf') format('truetype'),
        url('../font/domaine/DomaineText-Regular.svg#DomaineText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*Liberation Tect**/
@font-face {
    font-family: 'Liberation Serif';
    src: url('../font/LiberationSerif-Bold.eot');
    src: url('../font/LiberationSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/LiberationSerif-Bold.woff2') format('woff2'),
        url('../font/LiberationSerif-Bold.woff') format('woff'),
        url('../font/LiberationSerif-Bold.ttf') format('truetype'),
        url('../font/LiberationSerif-Bold.svg#LiberationSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Liberation Serif';
    src: url('../font/LiberationSerif.eot');
    src: url('../font/LiberationSerif.eot?#iefix') format('embedded-opentype'),
        url('../font/LiberationSerif.woff2') format('woff2'),
        url('../font/LiberationSerif.woff') format('woff'),
        url('../font/LiberationSerif.ttf') format('truetype'),
        url('../font/LiberationSerif.svg#LiberationSerif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 0;
     font-family: "Montserrat", sans-serif;
    background: #000024;

}

h1, h2, h3, h4, h5, h6{
    margin-top: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
   color: #E8242D;
}
h1,
.h1 {
    font-family: 'Domaine Text';
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    color: #ffffff;
    margin-bottom: 10px;
}

h2,
.h2 {
    font-family: 'Liberation Serif';
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    color: #ffffff;
    margin-bottom: 24px;
}

h3,
.h3 {
    font-family: 'Liberation Serif';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    color: #ffffff;
    margin-bottom: 20px;
}

h4,
.h4 {
    font-family: 'Liberation Serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 16px;
}

h5,
.h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 20px;
}

h6,
.h6 {
    font-family: 'Liberation Serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #0C1015;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 24px;
}
li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}
a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    transition: all 0.6s;
}
a:hover{
    text-decoration: none;
    color: rgba(234, 21, 125, 1);
}
p:last-child,
li:last-child {
    margin-bottom: 0;
}



body .mfp-container .mfp-close {
    height: 43px;
    width: 121px;
     background-image: url(../images/popup-close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    font-size: 0;
    opacity: 1;
    display: none;
}


.popup-modal-dismiss{
    opacity: 1;
    background-image: url(../images/popup-close.svg);
    background-repeat: no-repeat;
    background-size: cover; 
    height: 43px;
    width: 121px;
    display: block;
    cursor: pointer;
}
section{
    margin: 160px 0;
}
.section-title ul li {
    padding-left: 24px;
    position: relative;
    list-style-type: none;
}
.section-title ul li:before {
    content: "";
    display: block;
    background: var(--pink);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.section-title ol li::marker {
    color: var(--dark-blue);
    font-weight: 500;
}
.section-title ol li {
    margin-left: 0;
    list-style-type: none;
    position: relative;
    counter-increment: step-counter;
    padding-left: 24px;
}
.section-title ol li:before {
    content: "";
    display: block;
    list-style-type: disc;
    height: 14px;
    width: 14px;
    color: var(--dark-blue);
    font-weight: 500;
    position: absolute;
    left: 0;
    content: counter(step-counter, decimal) ".";
    font-size: 16px;
}
.section-title li::marker {
    color: var(--pink);
}
.section-title {
    margin-bottom: 40px;
}
ul,
ol {
    margin-left: 0;font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    margin-bottom: 0;
}

a.btn,
body form.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit ,
input[type="submit"] {
    border-radius: 50px;
    background: rgba(234, 21, 125, 1);
    padding: 11px 30px 11px 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    border: 1px solid rgba(234, 21, 125, 1);
    transition: all 0.6s;
    text-align: center;
    font-family: 'Domaine Text';
/*     cursor: pointer; */
}
a.btn:hover,
body form.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit:hover,input[type="submit"]:hover{
    border: 1px solid  rgba(234, 21, 125, 1);
    background-color: #FFCBE4;
    color: rgba(234, 21, 125, 1);
}
a.btn:hover svg path {
    fill: rgba(234, 21, 125, 1);
}

body .ff-btn-submit svg path {
    fill: #ffffff;
}
body .ff-btn-submit svg {
    margin-left: 10px;
    transition: all 0.6s;
    vertical-align: middle;
}


body .ff-btn-submit:hover {
    color: #ffffff;
}
a.btn svg {
    margin-left: 10px;
    transition: all 0.6s;
    vertical-align: middle;
}
a.btn.btn-white {
     border: 1px solid #FFA136;
     background-color: transparent;
     color: #000000; 
}

a.btn.btn-white:hover {
  background-color: #CC6D00;
  color: #000000;
  border: 1px solid #CC6D00;
}
a.btn.btn-white:hover svg path{
   fill: #ffffff;
}
a.btn.border-white {
    border: 1px solid #FFF;
    background-color: transparent;
}
a.btn.border-white svg path {
    fill:  #FFA136;
}
a.btn.border-white:hover {
    border: 1px solid #FFA136;
    background-color: #FFA136;
    color: #ffffff;
}

a.btn.border-white:hover svg path {
    fill: #ffffff;
}
a.btn.border-orange {
    border: 1px solid #E95D24;
    background-color: transparent;
    color: #0C1015;
}

a.btn.border-orange svg path {
    fill: #E95D24;
}

a.btn.border-orange:hover {
    border: 1px solid #FFA136;
    background-color: #FFA136;
    color: #ffffff;
}

a.btn.border-orange:hover svg path {
    fill: #ffffff;
}
.bg-black a.btn.border-orange {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.bg-black a.btn.border-orange:hover {
    background-color: #FFA136;
    border: 1px solid #FFA136;
}
.bg-black a.btn:hover {
    color: #ffffff;
}

.bg-black a.btn:hover svg path {
    fill: #ffffff;
}





.container{
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 100%;
}
.column-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #EA157D;
    border: 0;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #EA157D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.slick-prev {
    left: 0;
    background-image: url(../images/left-arrow.svg);
}

.slick-next {
    right: 0;
      background-image: url(../images/right-arrow.svg);
}
.slick-arrow:hover {
    border: 1px solid #EA157D;
}

.slick-arrow:hover svg path {
    fill: #EA157D;
}
.custom-arrow .slick-arrow {
    position: static;
    transform: unset;
}
.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: end;
}
.custom-arrow .slick-arrow.next {
    margin-left: 15px;
}

ul.slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
}

ul.slick-dots li {
    margin-bottom: 0;
    height: 10px;
    width: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 17px;
    opacity: 1;
    list-style-type: none;
}

ul.slick-dots li button {
    font-size: 0;
    background: 0;
    border: 0;
    width: 0;
    box-shadow: unset;
}
ul.slick-dots li.slick-active {
    opacity: 1;
    outline: 5px solid rgb(232 36 45 / 20%);
    background: #E8242D;
}
.custom-slick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}
.custom-dots {
    position: relative;
}
.custom-dots .slick-dots {
    position: static;
    justify-content: start;
}
.custom-dots .slick-dots li {
    background-color: #093833;
}


/*************************************************
                 language Css
*************************************************/
.language-dropdown .gt_container-1f4zvt a.glink span {
    font-size: 14px;
}

.language-dropdown {
    position: relative;
    margin-left: 15px;

}

.language-dropdown .gt_white_content.notranslate {
    position: absolute;
    top: calc(100% + 27px);
    margin: initial;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: auto;
    border-radius: 0 0 8px 8px;
    padding: 0;
}
.language-dropdown .gt_languages a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #010022;
    font-weight: 400 !important;
    border: 0;
    padding: 10px;
    display: block;
    width: 100%;
}
.language-dropdown  .gt_black_overlay {
    display: none !important;
}
.language-dropdown .gt_languages {
    min-height: unset !important;
    height: 100%;
}
.gtranslate_wrapper .gt_switcher-popup {
    display: flex;
    align-items: center;
}
.gtranslate_wrapper .gt_switcher-popup img {
    flex-shrink: 0;
    margin-right: 5px;
}
.language-dropdown .gt_switcher-popup > span:last-child {
    font-size: 0 !important;
    width: 12px;
    height: 6px;
    display: inline-block;
    background-image: url(../images/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0 !important;
    margin-left: 5px;
    flex-shrink: 0;
}
.language-dropdown .gt_white_content .gt_languages {
    display: block;
    overflow: visible;
    max-height: unset;
}
/*************************************************
                 Header Css
*************************************************/
.sticky-header .site-branding {
    margin-right: 15px;
}
.admin-bar header.is-sticky {
    top: 32px;
}
header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.6s ease-out;
    z-index: 3;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site {
    position: relative;
}
.sidebar {
    display: none;
}
.site-header {
    padding: 24px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
body.admin-bar .sidebar {
    top: 32px;
}
.site-header .sticky-header {
    background: #2E1E4B;
    backdrop-filter: blur(27.200000762939453px);
    padding: 16px 20px;
    border-radius: 555px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu .menu  li {
    display: inline-block;
}

.header-menu .menu li a {
    font-size: 14px;
    line-height: 34px;
    color: #ffffff;
    transition: all 0.6s;
}

.header-menu .menu li a:hover{
    color: rgba(234, 21, 125, 1);
}
.header-menu .menu li.active a{
     color: rgba(234, 21, 125, 1);
}
.header-menu .menu li:not(:last-child) {
    margin-right: 15px;
}
.site-branding a img {
    vertical-align: middle;
}
.header-cta a {
    background: #FFCBE4;
    color: #EA157D;
    padding: 11px 15px 11px 15px;
    font-size: 14px;
    line-height: 20px;
}
.header-cta a:hover{
    background: #EA157D;
     color: #ffffff;
}
.header-right {
    display: flex;
    align-items: center;
}

.header-right .toggler {
    margin-left: 28px;
    display: none;
}

.header-right .toggler .icon {
    display: inline-block;
}

.header-right .toggler .icon img {
    vertical-align: middle;
    object-fit: contain;
}
.header-right .header-cta {
    margin-left: 25px;
}
/*************************************************
                 Footer  Css
*************************************************/

.contact-form-wrapper {
    text-align: center;
    margin-top: 60px;
}

.contact-form-wrapper label {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-form-wrapper form {
    max-width: 540px;
    margin: auto;
    position: relative;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
.contact-form-wrapper form input[type="email"] {
    padding: 12px 130px 12px 25px;
    width: 100%;
    outline: none;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.contact-form-wrapper span.wpcf7-spinner {
    display: none;
}
.contact-form-wrapper .waitlist-wrap{
    position: relative;
}
.contact-form-wrapper form .wpcf7-not-valid-tip {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    margin-top: 6px;
    font-weight: 500;
}
.contact-form-wrapper form .wpcf7-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 30px 12px 30px;
	cursor: pointer;
}

.contact-form-wrapper form p {
    margin: 0;
}
.contact-form-wrapper .wpcf7 form .wpcf7-response-output {
    padding: 10px;
    margin-top: 55px;
    color: #ffffff;
    opacity: 1;
    font-weight: 500;
}


.site-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-footer-row .footer-left {
    width: 16%;
}
.site-footer-row .footer-middle {
    width: 47%;
}
.site-footer-row .footer-right {
    width: 25.5%;
}
.footer-menu .menu {
    column-count: 4;
    flex-wrap: wrap;
    column-gap: 40px;
    flex-wrap: wrap;
}
.footer-menu .menu li {
    list-style-type: none;
    margin-bottom: 20px;
}
.site-footer {
    background: #00001A;
    padding: 80px 0;
    border-top: 1px solid #575757;
}
.footer-left a img {
    vertical-align: middle;
    margin-bottom: 7px;
}
.copy-right-text {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.footer-left a img {
    vertical-align: middle;
    margin-bottom: 7px;
}
.copy-right-text {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.footer-right p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}
.social-link a img {
    vertical-align: middle;
    height: 32px;
    width: 32px;
    object-fit: cover;
    margin-right: 32px;
}
.user-info a {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

.user-info {
    margin-bottom: 15px;
}
/*************************************************
                 Responsive Css
*************************************************/
 @media only screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }

}
@media only screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }
}
@media only screen and (min-width:1200px) {
    .container {
        max-width: 1726px;
    }
    
}

@media only screen and (max-width:1399px) {
    .site-header .sticky-header {
        padding: 16px 20px;
    }
    .header-menu .menu li:not(:last-child) {
        margin-right: 10px;
    }
    .header-menu .menu li a {
        font-size: 14px;
        line-height: 24px;
    }
    /*Footer Css*/
    .footer-menu .menu {
        column-gap: 15px;
    }
}

@media only screen and (max-width:1199px) {
    section{
        margin: 100px 0;
    }
    .contact-form-wrapper {
        margin-bottom: 100px;
    }
    h1, .h1 {
        font-size: 40px;
        line-height: 48px;
    }
   h2, .h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .header-right .toggler {
        display: block;
    }
    .site-header .sticky-header {
        padding: 5px 20px;
    }
    .header-menu .menu li:not(:last-child) {
        margin-right: 0;
    }
    body.menu-open .header-menu{
        display: none;
    }
    .sidebar {
        display: block;
        position: fixed;
        left: 0;
        background: #2E1E4B;
        width: 100%;
        height: 100vh;
        z-index: 3;
        top: 0;
        padding: 24px 0;
        transform: translateX(-100%);
        transition: all 0.6s;
    }
    .sidebar .sidebar-logo a img {
        max-width: 96px;
        vertical-align: middle;
    }

    body.menu-open{
        overflow: hidden;
    }
    body.menu-open .sidebar {
        transform: translateX(0);
    }

    .sidebar .menu li {
        display: revert;
        list-style-type: none;
        text-align: center;
        font-weight: 500;
        padding: 10px 0;
    }

    .sidebar .menu li:not(:last-child) {
        margin-bottom: 10px;
    }
    .header-cta {
        display: none;
    }
    .sidebar .menu li a {
        font-weight: 500;
    }
    .sidebar-topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 20px;
    }
    .sidebar-menu {
        margin-top: 24px;
    }
    .header-menu {
        display: none;
    }
    .site-branding img {
        max-width: 96px;
    }
    .language-dropdown .gt_white_content.notranslate {
        top: calc(100% + 11px);
    }
     /*Footer Css*/
     .footer-menu .menu {
        column-count: 2;
    }
     .social-link a img {
        height: 32px;
        width: 32px;
        margin-right: 15px;
    }
}
@media only screen and (max-width:991px) {
    .language-dropdown .gt_white_content.notranslate {
        top: calc(100% + 5px);
    }
    section{
        margin: 80px 0;
    }
    .contact-form-wrapper {
        margin-bottom: 80px;
    }
    .site-footer-row {
        display: block;
    }
    .site-footer-row .footer-left {
        width: 100%;
    }
    .site-footer-row .footer-middle {
        width: 100%;
        margin: 40px 0;
    }
    .site-footer-row .footer-right {
        width: 100%;
    }
    .site-footer {
        padding: 25px 0 15px;
    }
    .footer-right p {
        font-size: 16px;
        line-height: 24px;
    }
    .user-info a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (max-width:782px) {
    body.admin-bar .sidebar {
        top: 46px;
    }
    .admin-bar header.is-sticky {
        top: 46px;
    }
   
}
@media only screen and (max-width:600px) {
 .admin-bar header.is-sticky {
    top: 0;
}
body.admin-bar .sidebar {
    top: 0;
}
}
@media only screen and (max-width:374px) {
   .gt_container--febu7s a.glink span {
        font-size: 14px !important;
    }
    .language-dropdown {
            margin-left: 10px;
    }
    .sticky-header .site-branding {
        margin-right: 10px;
    }
    .site-header .sticky-header {
        padding: 5px 10px;
    }
    .sidebar-topbar {
        padding: 5px 10px;
    }
}