
/*fonts*/

@font-face {
    font-family: WorkSansRegular;
    font-style: normal;
    src: local(''),
    url('./fonts/WorkSans-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: WorkSansMedium;
    font-style: normal;
    src: local(''),
    url('./fonts/WorkSans-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: WorkSansBold;
    font-style: normal;
    src: local(''),
    url('./fonts/WorkSans-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: WorkSansItalic;
    font-style: normal;
    src: local(''),
    url('./fonts/WorkSans-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
}


/*@font-face {*/
/*    font-family: MerriweatherRegular;*/
/*    font-style: normal;*/
/*    src: local(''),*/
/*    url('./fonts/Merriweather24pt-Regular.ttf') format('truetype'); !* Safari, Android, iOS *!*/
/*}*/
/*@font-face {*/
/*    font-family: MerriweatherBold;*/
/*    font-style: normal;*/
/*    src: local(''),*/
/*    url('./fonts/Merriweather24pt-Bold.ttf') format('truetype'); !* Safari, Android, iOS *!*/
/*}*/
/*@font-face {*/
/*    font-family: MerriweatherItalic;*/
/*    font-style: normal;*/
/*    src: local(''),*/
/*    url('./fonts/Merriweather24pt-Italic.ttf') format('truetype'); !* Safari, Android, iOS *!*/
/*}*/

@font-face {
    font-family: MerriweatherRegular;
    font-style: normal;
    src: local(''),
    url('./fonts2/Merriweather-Regular.otf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: MerriweatherBold;
    font-style: normal;
    src: local(''),
    url('./fonts2/Merriweather-Bold.otf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: MerriweatherItalic;
    font-style: normal;
    src: local(''),
    url('./fonts2/Merriweather-Italic.otf') format('truetype'); /* Safari, Android, iOS */
}


@font-face {
    font-family: MerriweatherSemi;
    font-style: normal;
    src: local(''),
    url('./fonts/Merriweather24pt-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
}


/*general*/
html ,
body {
    overflow-x: hidden;
    font-family: WorkSansRegular;
}
img {
    max-width: 100%;
}
a {
    cursor: pointer;
}
body {
    padding-top: 85px;
}


/*btn*/
.btn {
    border-radius: 23px;
    border: none;
    font-size: 16px;
    padding: 10px 24px !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    background: transparent linear-gradient(90deg, #F3CE52 0%, #E0AA3E 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
}

/*navbar*/
.navbar-container {
    padding: 18px 0;
    background-color: #251D3A;
    transition: all 0.2s ease;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
.navbar {
    padding: 0 !important;
}
.sticky-scroll .nav-link.active::after {
    bottom: -18px;
    transition: all 0.2s ease;
}
.sticky-scroll .navbar-container{
    padding: 10px 0;
    box-shadow: 0px 6px 24px #313495;
    transition: all 0.2s ease;
}
.navbar .row {
    width: 100%;
}
.navbar-brand{
    padding: 0;
    width: auto;
}
.navbar-brand img{
    width: auto;
    height: 73px;
    transition: all 0.2s ease;
}
.sticky-scroll .navbar-brand img{
    width: auto;
    height: 53px;
    transition: all 0.2s ease;
}

.nav-link {
    color: #FFFFFF !important;
    font-family: WorkSansMedium;
    font-size: 16px;
    padding: 0 18px !important;
}
.navbar-collapse {
    padding: 0;
    width: auto;
    justify-content: flex-end;
}
.home-icon {
    width: 21px;
    height: 24px;
}
.navbar-nav {
    align-items: center;
}
.nav-item .btn {
    margin-left: 10px;
}
.nav-link.active::after {
    content: "";
    width: 53px;
    height: 3px;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    background-color: #F3CE52;
    margin: auto;
    transition: all 0.2s ease;
}
.nav-link.active {
    position: relative;
}



/*banner*/
.banner-container {
    position: relative;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: cover;
}
.banner-gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: transparent linear-gradient(142deg, #251D3A 0%, #251C3EB0 55%, #25155000 100%) 0% 0% no-repeat padding-box;
}
.banner-content {
    padding-top: 196px;
    padding-bottom: 196px;
    color: #FFFFFF !important;
    z-index: 99;
}
.banner-title {
    color: #FFFFFF;
    font-family: MerriweatherBold;
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 40px;
}
.banner-description p,
.banner-description {
    color: #FFFFFF;
    font-family: WorkSansRegular;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 48px;
}


/*about*/
.about-container {
    background: transparent linear-gradient(180deg, #251D3A 0%, #251550 100%) 0% 0% no-repeat padding-box;
    padding: 66px 0;
}

.about-title {
    color: #FFFFFF;
    font-family: MerriweatherBold;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
}
.about-description {
    color: #FFFFFF;
    font-family: WorkSansRegular;
    font-size: 16px;
    line-height: 36px;
}


/*download app*/
.downloadApp-container {
    padding-top: 100px;
    background: transparent linear-gradient(180deg, #251D3A 0%, #251550 100%) 0% 0% no-repeat padding-box;
}
.help-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent linear-gradient(258deg, #F3CE52 0%, #E0AA3E 100%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
    margin-bottom: 120px;

    min-height: 404px;
    position: relative;
    padding-right: 60px;
}
.provider-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent linear-gradient(286deg, #251D3A 0%, #341584 100%) 0% 0% no-repeat padding-box;    border-radius: 24px;
    border-radius: 24px;
    /*margin-bottom: 120px;*/
    margin-bottom: 150px;

    min-height: 404px;
    position: relative;
    padding-left: 60px;
}
.download-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent linear-gradient(108deg, #341584 0%, #251D3A 100%) 0% 0% no-repeat padding-box;    border-radius: 24px;
    margin-bottom: 120px;

    min-height: 375px;
    position: relative;
    padding-left: 60px;
}
.logoIconWhite {
    width: 340px;
    height: 340px;
}
.downloadApp-title {
    color: #FFFFFF;
    font-family: MerriweatherBold;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 24px;
}
.downloadApp-description {
    color: #FFFFFF;
    font-family: WorkSansRegular;
    font-size: 16px;
    line-height: 30px;
}
.pricing-items {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.price_separator {
    height: 15px;
    width: 1.5px;
    background-color: #FFFFFF;
    margin: 0 8px;
    margin-bottom: 8px;
}
.price_old {
    font-size: 14px;
    font-family: WorkSansRegular;
    font-style: italic;
    text-decoration-line: line-through;
    color: #fff;
}
.price_new {
    font-size: 20px;
    font-family: WorkSansMedium;
    color: #5D60BA;
    margin-right: 3px;
}
.download-img {
    /*width: 560px;*/
    width: auto;
    height: 465px;
    position: absolute;
    bottom: 120px;
    right: 0;
    padding: 0;
    z-index: 9;
}
.help-img {
    /*width: 554px;*/
    width: auto;
    height: 465px;
    position: absolute;
    bottom: 120px;
    left: 0;
    padding: 0;
    z-index: 9;
}
.provider-img {
    /*width: 648px;   */
    width: auto;
    height: 465px;
    position: absolute;
    /*bottom: 120px;*/
    bottom: 150px;
    right: 0;
    padding: 0;
    z-index: 9;
}

.btn-link {
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
    font-family: WorkSansBold;
    font-size: 18px;
    text-decoration-line: none;
}
.arrow-right {
    width: 26px;
    height: 15px;
    margin-left: 13px;
}
.downloadApp-store {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.appStore {
    width: 164px;
    height: 56px;
    margin-right: 28px;
}
.googlePlay {
    width: 164px;
    height: 56px;
}

/*advantages*/
.advantages-container {
    padding: 120px 0 110px 0;
    background: transparent linear-gradient(0deg, #251D3A 0%, #251550 100%) 0% 0% no-repeat padding-box;
}
.advantages-item-row .advantages-item {
    margin-right: 8px;
    margin-left: 8px;
}
.advantages-item {
    position: relative;
    padding: 24px;
    background: #313495 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 14px #4700FF26;
    border-radius: 16px;
    margin-bottom: 25px;
}
.advantages-img {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 81px;
    height: 81px;
    opacity: 0.8;
}
.advantages-img-card img {
    width: 32px;
    height: 32px;
}
.advantages-img-card {
    background: transparent linear-gradient(180deg, #341584 0%, #251D3A 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}
.advantages-name {
    color: #fff;
    font-size: 18px;
    font-family: MerriweatherBold;
    margin-bottom: 16px;
}
.advantages-item-row {
    margin: 0 -25px;
}
.advantages-main {
    color: #fff;
    font-size: 16px;
    font-family: WorkSansRegular;
    line-height: 30px;
}
.slider-btn-container {
    position: relative;
}
.slider-btn-container img {
    width: 14px;
    height: 24px;
}
.prev-btn {
    position: absolute;
    left: -50px;
    top: -170px;
    z-index: 9;
    cursor: pointer;
}
.next-btn {
    position: absolute;
    right: -50px;
    top: -170px;
    z-index: 9;
    cursor: pointer;
}


/*footer*/
.footer-container-top {
    background: transparent linear-gradient(180deg, #251D3A 0%, #251550 100%) 0% 0% no-repeat padding-box;
    color: #ffffff !important;
}
.footer-container {
    padding-top: 40px;
    padding-bottom: 85px;
}
.footer-logo {
    width: 195px;
    height: 53px;
    margin-bottom: 24px;
}
.footer-bottom-container span{
    font-size: 12px;
    line-height: 14px;
}
.footer-bottom-container {
    padding-top: 18px;
    padding-bottom: 36px;
    border-top: 1px solid #70707010;
}
.footer-logo-app-motion {
    width: auto;
    height: 28px;
    margin-left: 12px;
}
.footerDesc a{
    color: #F3CE52;
    font-size: 14px;
    text-decoration-line: none;
}
.widget-footer-title {
    color: #fff;
    font-size: 22px;
    font-family: MerriweatherBold;
    margin-bottom: 30px;
}
.footer-info-container-pages a{
    color: #fff;
    font-size: 16px;
    text-decoration-line: none;
    font-family: WorkSansRegular;
    display: block;
    margin-bottom: 15px;
}
.widget-content-contacts img{
    width: 19px;
    height: auto;
    margin-right: 13px;
}
.widget-content-contacts {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.widget-content-contacts .widget-content{
    color: #fff;
    text-decoration-line: none;
    line-height: 34px;
}
.widget-content-contacts-address img{
    margin-top: 10px;
}
.widget-content-contacts-address {
    align-items: flex-start;
}
.footerDesc {
    margin-bottom: 15px;
    font-size: 14px;
}
.socials-footer-container a img{
    width: 32px;
    height: 32px;
}
.socials-footer-container a{
    text-decoration-line: none;
    margin-right: 28px;
}
.socials-footer-container a:last-of-type{
    margin-right: 0;
}
.socials-footer-container {
    display: flex;
    align-items: center;
}

/*gdpr*/
.gdpr-container {
    padding-bottom: 120px;
    padding-top: 30px;
}

#gdpr-page-title {
    color: #0E1133;
    font-family: MerriweatherBold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: 30px;
}

.gdpr-content strong {
    font-family: WorkSansBold
}
.gdpr-content > *,
.gdpr-content {
    color: #0E1133;
    font-family: WorkSansRegular;
    font-size: 16px;
    line-height: 24px;
}

/*breadcrumb*/
.breadcrumb {
    margin-bottom: 20px;
}
.breadcrumb-item img{
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 18px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #341584;
    padding-right: 18px;
}
.breadcrumb-item {
    color: #EEA718;
    font-family: WorkSansMedium;
    font-size: 16px;
    line-height: 25px;
}

/*faq*/
.faq-items .card .card-header i{
    color: #583AA5;
    font-size: 14px;
}
.faq-items .card .card-header.collapsed{
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #B5B5BF30;
    color: #251D3A !important;
    font-family: MerriweatherBold;
    font-size: 16px;
    padding: 16px 30px !important;
}
.faq-items .card .card-header{
    background-color: #EDEAF5;
    border-radius: 0;
    border-bottom: none;
    color: #583AA5 !important;
    font-family: MerriweatherBold;
    font-size: 16px;
    padding: 20px 30px 12px 30px !important;
}
.faq-items .card .card-body{
    background-color: #EDEAF5;
    color: #583AA5 !important;
    padding: 0 30px 20px 30px !important;
    font-family: WorkSansRegular;
    line-height: 22px;
    font-size: 13px;
}
.faq-items .card {
    border: none;
    border-radius: 0;
}

/*contact*/
.contact-container {
    padding: 20px 0 130px 0;
    background: transparent linear-gradient(180deg, #251D3A 0%, #251550 100%) 0% 0% no-repeat padding-box;
}
.contact-form-container {
    background: #313495 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #0E113326;
    border-radius: 40px;
    padding: 56px 32px;
    background-repeat: no-repeat;
    background-size: 365px 310px;
    background-position-x: right;
    background-position-y: top;
}
.contact-title {
    color: #ffffff !important;
    font-family: MerriweatherBold;
    font-size: 40px;
    margin-bottom: 30px;
}
.contact-description {
    color: #ffffff !important;
    font-family: WorkSansRegular;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 50px;
}
.contact-form-container .required {
    color: #fff !important;
}
.btn-contact-submit {
    background: transparent linear-gradient(89deg, #F3CE52 0%, #E0AA3E 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-contact-submit i {
    display: none;
}
textarea::placeholder {
    font-family: WorkSansItalic;
    color: #fff!important;
    font-size: 14px;
}
.contact-form-container input.form-control::placeholder {
    color: #ffffff !important;
    font-family: MerriweatherSemi;
    font-size: 15px;
}
.contact-form-container .col-form .form-group {
    position: relative;
}
.contact-form-container .field_boolean_inline_fg .text-gdpr {
    color: #fff;
    font-family: WorkSansRegular;
    font-size: 14px;
    line-height: 18px;
}
.contact-form-container .field_boolean_inline_fg .text-gdpr a{
    color: #F3CE52;
    text-decoration-line: none;
}
.contact-form-container .field_boolean_inline_fg {
    display: flex;
}
.contact-form-container label {
    color: #ffffff !important;
    font-family: WorkSansRegular;
    font-size: 12px;
    position: absolute;
    top: -8px;
    left: 16px;
    background: #313495;
    padding: 0 6px;
}
.contact-form-container .col-form-field_boolean_inline label {
    position: unset;
    top: 0px;
    left: 0px;
    padding: 0px;
}
.contact-form-container input.form-control {
    background-color: transparent !important;
    border: 1px solid #707DF3;
    border-radius: 12px;
    color: #fff !important;
    font-family: MerriweatherSemi;
    font-size: 15px;
    padding: 15px 16px;
}
.contact-form-container input.form-control:-webkit-autofill,
.contact-form-container input.form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #313495 inset !important;
    caret-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}
.contact-form-container input.form-control::selection {
    color: inherit;
}
.contact-form-container .col-form {
    margin-bottom: 30px;
}
.contact-form-container .col-form-field_textarea {
    margin-bottom: 45px;
}
.contact-form-container .field-gdpr-inline_cfg {
    margin-bottom: 0;
}
textarea {
    background: transparent !important;
    border: 1px solid #707DF3 !important;
    border-radius: 12px !important;
    padding: 16px !important;
    color: #ffffff !important;
    font-family: MerriweatherSemi;
    font-size: 14px;
}
.field_boolean_inline_fg input {
    -webkit-appearance: none;
    background-color: #5D60BA;
    border: 1px solid #707DF3 !important;
    padding: 1px !important;
    border-radius: 4px !important;
    display: inline-block;
    position: relative !important;
    height: 19px !important;
    min-width: 19px;
    vertical-align: top;
    margin-bottom: 0px;
    margin-right: 12px !important;
    margin-top: 0px !important;
}
.field_boolean_inline_fg input:checked:after{
    content: '';
    font-size: 16px;
    position: absolute;
    top: 1px;
    left: 5px;
    border-bottom: 2px solid #F3CE52;
    border-right: 2px solid #F3CE52;
    height: 10px;
    width: 7px;
    transform: rotate(40deg);
}
.field_boolean_inline_fg .checker .input-checkbox input:checked{
    background: #5D60BA !important;
    border: 1px solid #341584 !important;
    color: #341584;
}

/*screenshots*/
.screenshots-container {
    padding: 20px 0 190px 0;
    background: transparent linear-gradient(0deg, #251D3A 0%, #251550 100%) 0% 0% no-repeat padding-box;
}
.screenshots-container img {
    box-shadow: 0px 6px 24px #251D3A26;
    border-radius: 20px;
}

.screenshots-items .slick-slide {
    padding-right: 30px;
}

.slick-dots li button {
    display: block;
    margin: 0 5px;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 0;
    background: #5D60BA;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    margin: 0 5px;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 0;
    background: #5D60BA;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    width: 24px;
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: -85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screenshots-title {
    color: #FFFFFF;
    font-family: MerriweatherBold;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}
.screenshots-description {
    color: #FFFFFF;
    font-family: WorkSansRegular;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 42px;
}

/*newsletter*/
.newsletter-container .submit-newsletter #mc-submit {
    background-color: #EEA718;
    border-radius: 0px 25px 25px 0px;
    color: #fff;
    max-height: 50px;
    height: 50px;
    font-size: 18px;
    font-family: MerriweatherBold;
    padding: 0 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    /*margin-top: 5px;*/
}
.newsletter-container .layout-default .row{
    display: flex;
    align-items: center;
}
.newsletter-container .submit-newsletter {
    /*max-height: 50px;*/
    /*height: 50px;*/
    display: flex;
    align-items: center;
}
.newsletter-container .newsletter-flex_fg input {
    background: #FAFAFB 0% 0% no-repeat padding-box;
    border: 1px solid #E2E2EB;
    border-radius: 25px 0px 0px 25px;
    color: #92929E;
    font-family: MerriweatherRegular;
    font-size: 18px;
    max-height: 50px;
    height: 50px;
    padding-left: 35px;
    padding-right: 35px;
    outline: none !important;
    box-shadow: none !important;
}
.newsletter-container .widget-content-gdpr {
    color: #fff;
    font-family: WorkSansRegular;
    font-size: 14px;
    line-height: 18px;
}
.newsletter-container .widget-content-gdpr a{
    color: #fff;
    text-decoration-line: none;
}

.newsletter-container {
    padding: 50px 0;
    background: transparent linear-gradient(0deg, #251D3A 0%, #251550 100%) 0% 0% no-repeat padding-box;
}

.newsletter-title {
    color: #fff;
    font-size: 16px;
    font-family: MerriweatherItalic;
    margin-bottom: 16px;
}
.newsletter-subtitle {
    color: #fff;
    font-size: 24px;
    font-family: WorkSansMedium;
    margin-bottom: 24px;
}

.swal2-popup {
    padding: 81px 30px !important;
    border-radius: 40px !important;
    background: #313495 !important;
}
.swal2-close, .swal2-close:focus {
    position: absolute !important;
    top: 24px !important;
    right: 40px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 32px !important;
    background: #251D3A !important;
    font-size: 18px !important;
    color: #fff !important;
    box-shadow: none !important;
}
.swal2-title {
    font-size: 18px !important;
    font-family: MerriweatherRegular !important;
    color: #fff !important;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}
.swal2-html-container {
    font-size: 16px !important;
    font-family: MerriweatherRegular !important;
    color: #fff !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.newsletter-popup .swal2-actions {
    display: none !important;
}

/*promote-business*/

.promote-business-container img{
    width: 100%;
}
.promote-business-container {
    padding: 130px 0 190px 0;
    background: transparent linear-gradient(0deg, #251D3A 0%, #251550 100%) 0% 0% no-repeat padding-box;
}

.contact-form-alert-success {
    background: transparent;
    border: none;
    text-align: center;
    padding: 0;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-toggler-container {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        background-image: none !important;
    }
}
@media (max-width: 992px) {
    .newsletter-mail-container input {
        background: #FAFAFB 0% 0% no-repeat padding-box;
        border: 1px solid #E2E2EB;
        border-radius: 33px;
        height: 66px;
        margin-bottom: 40px;
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
        color: #92929E;
        font-size: 18px;
        font-family: MerriweatherRegular;
    }
    .newsletter-subtitle {
        width: 80%;
        text-align: center;
        margin: 15px auto 30px auto;
    }
    .newsletter-container .widget-content-gdpr {
        color: #fff;
        font-family: WorkSansRegular;
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        line-height: 22px;
    }
    .newsletter-container .submit-newsletter #mc-submit {
        width: 85%;
        margin: auto;
        margin-top: 40px;
        border-radius: 31px;
        font-size: 16px;
        font-family: WorkSansRegular;
        background-color: #EEA718;
    }
    .icon-bar {
        display: block;
        width: 27px;
        height: 2.5px;
        border-radius: 1px;
        /*margin-bottom: 5px;*/
        background: #fff;
    }

    .navbar-toggler .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
    }
    .navbar-toggler .icon-bar:nth-of-type(1) {
        top: 3px;
        transform: rotate(45deg);
        right: -9px;
        width: 20px;
    }
    .navbar-toggler .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }
    .navbar-toggler .icon-bar:nth-of-type(3) {
        top: -3px;
        transform: rotate(-45deg);
        left: -5px;
        width: 20px;
    }



    .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
        top: 0px;
        transform: rotate(0deg);
        background-color: #fff;
        left: auto;
        right: 0;
        width: 27px;
    }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
        top: 6px;
        background-color: #fff;
        width: 27px;
    }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
        top: 12px;
        transform: rotate(0deg);
        background-color: #fff;
        left: auto;
        width: 27px;
        right: 0;
    }

    .navbar-toggler-container {
        width: auto;
        padding: 0;
        position: absolute;
        right: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }
    .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 70px;
        box-shadow: 0px 3px 20px #00000012;
        border-radius: 0px 0px 16px 16px;
        background-color: #251D3A;
        padding-top: 45px;
        padding-bottom: 35px;
        background-repeat: no-repeat;
        background-size: 168px 143px;
        background-position-y: bottom;
        background-position-x: right;
    }
    .nav-link.active::after {
        display: none;
    }
    .navbar-nav .nav-item {
        margin-bottom: 32px;
    }
    .navbar-brand {
        margin-left: 24px;
    }
    .navbar-container {
        padding: 18px 0px;
    }
    .navbar .row{
        width: auto;
    }
    .row-navbar {
        width: 100% !important;
    }
    .navbar-toggler {
        outline: none!important;
        border: none !important;
        box-shadow: none !important;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .fadeIn-L {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition-delay: 0s;
    }
    .fadeIn-Left {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }
    .fadeIn-D {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
    }
    .fadeInDown {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .fadeIn-R {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
    }
    .fadeIn-Right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
    }
    .layout-home .blur{
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        transition: all 0.6s ease-in-out;
    }
    .layout-home .blur.blur-Out{
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -o-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0);
    }
}

@media (max-width: 768px) {
    .contact-form-container .contact-description {
        margin-bottom: 36px;
    }
    .contact-form-container .col-form {
        margin-bottom: 22px;
    }
    .contact-form-container .col-form-field_textarea {
        margin-bottom: 25px;
    }
    .contact-form-container .field-gdpr-inline_cfg {
        margin-bottom: 16px;
    }
    .contact-form-container .btn-contact-submit {
        margin-top: 24px;
    }
}

