@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-regular-webfont.woff') format('woff'),
    url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff'),
    url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;

} */

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-light-webfont.woff') format('woff'),
    url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff'),
    url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;
} */

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff'),
         url('../fonts/montserrat-medium-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin-webfont.eot');
    src: url('../fonts/montserrat-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-thin-webfont.woff') format('woff'),
         url('../fonts/montserrat-thin-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-thin-webfont.svg#montserratthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    background-color: #01011d;
}
::selection{
    color: #01011c;
    background: rgba(219,0,113,.6);
    -webkit-text-stroke-color: transparent;
}
h1, h2, h3, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
}

/***** SECTION 1 *****/

.section1 {
    position: relative;
    background-repeat: no-repeat;
    max-height: 1078px;
    
}
.section1 .gradient-background{
        background-color: #01011D;
        background-image: url("../images/gradient.jpg");
        background-size: cover;
        background-position: center;
        backdrop-filter: blur(80);
        height: 100%;
        -webkit-backdrop-filter: blur(80px);
        position: absolute;
        -webkit-filter: blur(38px);
        filter: blur(38px);
        height: 100%;
        width: 100%;
        z-index: 1;
        top: 0;
}

.section1 .inner-container {
    margin: 0 auto;
    max-width: 1350px;
    overflow: hidden;
    padding: 92px 0;
    position: relative;
    z-index: 5;
}

.section1 .inner-container .left {
    width: 470px;
    float: left;
    padding: 70px 0;
}

.section1 .inner-container .right {
    width: calc(100% - 600px);
    float: right;
    padding-top: 200px;
    padding-left: 70px;
    padding-bottom: 200px;
}
/* 
.section1 p {
    font-family: 'Rubik';
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    /* text-transform: uppercase; */
/*}

.section1 p strong {
    /* font-family: 'montserrat'; */
    /*font-family: 'Rubik';
    color: #ffffff;
} */

/* .section1 .black-button {
    font-size: 20px;
    padding: 21px 25px;
    display: inline-block;
    color: #ffffff;
    border-radius: 24px;
    text-decoration: none;
    background-color: #707070;
    margin-top: 50px;
} */

.section1 .elemental-logo {
    position: absolute;
    display: block;
    left: 59px;
    /* bottom: 29px; */
    z-index: 5;
}

.section1 .elemental-logo img{
    width: 300px;
}

/* .section1:after {
    content: "";
    display: block;
    background-image: url(../images/hex-4.png);
    background-repeat: no-repeat;
    width: 166px;
    height: 191px;
    position: absolute;
    left: 794px;
    bottom: -95px;
    z-index: 2;
} */

@media only screen and (max-width:1700px){
    .section1 .inner-container {
        margin: 0 auto;
        max-width: 1350px;
        overflow: hidden;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1650px) {
    .section1:after {
        left: 400px;
    }
}

@media only screen and (max-width: 1350px) {
    /* .section1 {
        background-position:
            left 584px top -235px,
            left -200px top 106px,
            left -42px top 345px,
            right 462px bottom 12px
        ;
        max-height: 1078px;
    } */

    .section1 .inner-container .left {
        padding: 170px 20px 91px;
    }

    .section1 .inner-container .right {
        padding-top: 280px;
        padding-right: 30px;
    }

    .section1::after {
        display: none;
    }

}
@media only screen and (max-width:1189px){
    .section1 .left img{
        max-width: 500px;
        height:auto;
    }

    .section1 .inner-container .right{
        padding-left:0;
    }
    .section1 p {
            font-size: 43px;
    }

    .section1 .right span a{
        display: block;
        margin: 10px;
    }

}

@media only screen and (max-width: 1100px) {
    .section1 p {
        font-size: 43px;
    }

}

@media only screen and (max-width: 975px) {
    /* .section1 {
        background-position:
            left 584px top -235px,
            left -200px top 106px,
            left -42px top 345px,
            left -200px bottom 12px
        ;
    } */

    /* .section1 p {
        font-size: 35px;
    } */

    .section1 .left img {
        height: 600px;
    }

    .section1 .inner-container .left {
        width: 410px;
    }

    .section1 .inner-container .right {
        width: calc(100% - 410px);
    }

    /* .section1 .black-button {
        font-size: 20px;
        padding: 16px 20px;
        border-radius: 19px;
    } */
}

/* @media only screen and (max-width: 830px) {
    .section1 p {
        font-size: 25px;
    }

    .section1 .left img {
        height: 300px;
        width: 300px;
    }

    .section1 .inner-container .left {
        width: 260px;
        padding-left: 30px;
    }

    .section1 .inner-container .right {
        padding-top: 170px;
        width: calc(100% - 400px);
    }

    .section1 .black-button {
        font-size: 15px;
        padding: 11px 15px;
        border-radius: 14px;
        margin-top: 20px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .section1 .inner-container .left {
        padding: 110px 20px 91px;
    }

} */

/* @media only screen and (max-width: 640px) {
    .section1 {
        background-position:
            left 584px top -235px,
            right 145px top 106px,
            left -400px top 345px,
            left -200px bottom 12px
        ;
    }
    .section1 .inner-container .left {
        float: none;
        width: 100%;
        padding: 140px 0 0;
        text-align: center;
    }

    .section1 .inner-container .right {
        float: none;
        width: 100%;
        padding: 20px 40px 60px;
        text-align: center;
    }

    .section1 .elemental-logo {
        top: 30px;
        left: 20px;
        right: 20px;
        text-align: center;
        pointer-events: none;
    }

    .section1 .elemental-logo img{
        width: 100%;
        max-width: 300px;
    }

    .section1 .black-button {
        margin-left: 15px;
    }
} */

/* Dark CTA underneath section 1 */
/* .dark_cta{
    /* background-color: #707070 !important; 
    
} */

/***** SECTION 2 *****/

.section2 {
    position: relative;
    background-color: #01011d;
    background-repeat: no-repeat;
}

.section2 .inner-container {
    margin: 0 auto;
    max-width: 1120px;
    overflow: hidden;
    padding-top: 132px;
}

/* .section2 .hex-block {
    color: #555555;
    overflow: hidden;
    margin-bottom: 160px;
}

.section2 .hex-block h2 {
    font-family: 'Rubik';
    font-size: 35px;
}

.section2 .hex-block h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;

} */

/* .section2 .hex-block p {
    font-size: 16px;
    margin-bottom: 20px;
}
.section2 .hex-block  ol li {
    font-weight: 700;
    margin-bottom: 20px;
} */
/*.section2 .hex-block .left p {*/
/*    text-align: left;*/
/*    padding-left: 40px;*/
/*}*/
/*.section2 .hex-block .left h2 {*/
/*    text-align: left;*/
/*    padding-left: 40px;*/
/*}*/
/*.section2 .hex-block .left h3 {*/
/*    text-align: left;*/
/*    padding-left: 40px;*/
/*}*/
/* .section2 .hex-block .cta-button {
    display: inline-block;
    padding: 11px 30px;
    border-radius: 24px;
    font-size: 17px;
    color: #ffffff;
    background-color: #DC177C;
}

.section2 .hex-block ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.section2 .hex-block ul li {
    padding: 16px 20px;
    font-family: 'Rubik';
    font-size: 20px;
    margin-bottom: 21px;
    display: block;
    background-color: #A5A5A5;
    border-radius: 4px;
    color: #ffffff;
    float: left;
    clear: left;
}

.section2 .hex-block.odd .right {
    width: calc(500px - 7px);
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.section2 .hex-block.odd .left {
    width: calc(100% - 500px);
    box-sizing: border-box;
    float: none;
    padding-right: 70px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.section2 .hex-block.even .left {
    width: 500px;
    float: left;
}

.section2 .hex-block.even .right {
    width: calc(100% - 500px);
    box-sizing: border-box;
    float: right;
    padding-left: 70px;
}
.section2 .hex-block .left img,
.section2 .hex-block .right img {
    display: block;
    width: 100%;
} */

/* .section2:after {
    content: "";
    display: block;
    background-image: url(../images/2hex-4.png);
    background-repeat: no-repeat;
    width: 194px;
    height: 223px;
    position: absolute;
    left: 121px;
    bottom: -157px;
    z-index: 2;
} */

/* @media only screen and (max-width: 1600px) {
    .section2 .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section2 .hex-block.odd .left {
        padding-left: 30px;
    }

    .section2 .hex-block.even .right{
        padding-right: 30px;
    }

} */

/* @media only screen and (max-width: 1400px) {
    .section2 .hex-block.odd .left {
        width: 50%;
        padding-top: 11%;
    }

    .section2 .hex-block.odd .right {
        width: calc(50% - 7px);
    }

    .section2 .hex-block.odd .right img {
        width: 100%;
    }

    .section2 .hex-block.even .right {
        width: 50%;
        padding-top: 11%;
        padding-left: 60px;
    }

    .section2 .hex-block.even .left {
        width: 50%;
    }

    .section2 .hex-block.even .left img {
        width: 100%;
    }
} */

/* @media only screen and (max-width: 1350px) {
    .section2 {
        background-image: none;
    }
    .section2::before {
        display: none;
    }
    .section2::after {
        display: none;
    }
    .section2 .inner-container {
        padding-top: 65px;
    }

    .section2 .hex-block h2 {
        font-size: 30px;
    }

    .section2 .hex-block h3 {
        font-size: 30px;
    }

    .section2 .hex-block p {
        font-size: 14px;
    }

    .section2 .hex-block ul li {
        font-size: 21px;
        padding: 12px 16px;
    }
} */

/* @media only screen and (max-width: 1100px) {
    .section2 .hex-block.odd .left {
        width: 60%;
        padding-top: 0;
    }

    .section2 .hex-block.odd .right {
        width: 40%;
    }

    .section2 .hex-block.even .right {
        width: 60%;
        padding-top: 0;
    }

    .section2 .hex-block.even .left {
        width: 40%;
    }
}

@media only screen and (max-width:1024px){
.section2 .hex-block.odd .right {
    width: 38%;
}
} */

/* @media only screen and (max-width: 940px) {
    .section2 .hex-block.odd .right {
        padding-top: 80px;
    }

    .section2 .hex-block.even .left {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 800px) {
    .section2 .hex-block.odd .left {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }

    .section2 .hex-block.odd .right {
        width: 100%;
        float: none;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .section2 .hex-block.odd .right img {
        width: auto;
        max-width: 100%;
    }

    .section2 .hex-block.even .right {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }

    .section2 .hex-block.even .left {
        width: 100%;
        float: none;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .section2 .hex-block.even .left img {
        width: auto;
        max-width: 100%;
    }

    .section2 .hex-block ul li {
        font-size: 18px;
        padding: 12px 16px;
        float: none;
        display: inline-block;
        margin: 0 10px 20px;
    }

    .section2 .hex-block ul {
        text-align: center;
    }
} */

/***** SECTION 3 *****/

.section3 {
    position: relative;
    /* background-color: #6abbc1; */
    min-height: 375px;
    background-color: #01011d;
}

.section3 .inner-container {
    margin: 0 auto;
    padding: 100px 0;
    /* width: 1294px; */
    text-align: center;
}

.meet-btn{
    /* display: inline-block;
    padding: 11px 30px;
    border-radius: 24px;
    font-size: 17px;
    color: #000;
    background-color: #fff; */
}

.section3 h2 {
    text-align: center;
    /* font-family: 'montserratlight'; */
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 38px;
}

/* .section3 .fields-container {
    overflow: hidden;
}

.section3 .field {
    float: left;
    margin-right: 34px;
    position: relative;
}

.section3 .field {
    float: left;
    margin-right: 34px;
    width: calc(27.7% - 34px);
    position: relative;
}

.section3 .field input {
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(67,69,68,0.2);
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0 10px 52px;
    border-radius: 6px;
    border: 0px none;
    font-family: 'Rubik';
}

.section3 .field input::placeholder {
    color: #ffffff;
    opacity: 1;
}

.section3 .field input:focus::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.section3 .field:after {
    content: "";
    background-image: url(../images/ico-user.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 36px;
    width: 22px;
    top: 0;
    position: absolute;
    left: 20px;
}

.section3 .field.email:after {
    background-image: url(../images/ico-email.png);
}

.section3 .field.mobile:after {
    background-image: url(../images/ico-mobile.png);
}

.section3 .field hr{
    border: 1px dotted #D6D6D6;
    margin: 6px 0;
}

.section3 .field.error hr{
    border-color: #ffffff;
}

.section3 .field .error-text{
    color: #f16b6b;
    font-size: 13px;
}

.section3 .submit {
    float: left;
    position: relative;
    cursor: pointer;
}

.section3 .submit .submit-button {
    background-color: #ffffff;
    width: 100%;
    max-width: 139px;
    height: 44px;
    text-transform: uppercase;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    font-family: 'Rubik';
    color: #626262;
    display: block;
    border-radius: 24px;
    padding: 0 25px;
}

#seo, #seo1{
   padding-left: 80px;
}*/
@media only screen and (max-width: 1340px) {
    .section3 .inner-container {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media only screen and (max-width: 1100px) {
    .section3 h2 {
        font-size: 40px;
        text-align: center;
    }

    /* .section3 .field input {
        font-size: 14px;
        padding-top: 12px;
    }

    .section3 .field::after {
        height: 42px;
    }

    .section3 .submit .submit-button {
        height: 43px;
        font-size: 18px;
        line-height: 46px;
    } */
}
/*
@media only screen and (max-width: 900px) {
    .section3 .field {
        float: none;
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .section3 .submit {
        float: none;
        margin: 0;
        width: 100%;
    }

    .section3 .submit .submit-button {
        max-width: 200px;
        margin: 0 auto;
    }
     #seo, #seo1{
        padding-left: 50px;
    }
}
@media only screen and (max-width:500px){
    #seo, #seo1{
        padding-left: 0 !important;
    }
} */

/***** SECTION 7 *****/

.section7 {
    position: relative;
    background-color: #6abbc1;
    background-repeat: no-repeat;
    /* background-image:
        url(../images/7hex-1.png)
    ; */
    background-position:
        left 731px bottom -263px
    ;
}

.section7 .inner-container {
    margin: 0 auto;
    max-width: 1120px;
    overflow: hidden;
    padding-top: 82px;
    padding-bottom: 95px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
}

.section7 .left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 200px;
    padding-top: 66px;
}

.section7 .left h2 {
    font-size: 51px;
    font-family: 'Rubik';
    margin-bottom: 15px;
    overflow-wrap: unset;
}

.section7 .left p {
    font-size: 23px;
}

.section7 .right {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.section7 .right p {
    font-size: 14px;
    text-align: center;
}

.section7 .right h3 {
    margin-top: 16px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;

}

.section7 .simple-slider {
    width: 406px;
}

.section7 .simple-slider .slides {
    margin: 0;
    padding: 0;
}

.section7 .simple-slider .slide {
    display: inline-block;
    list-style: none;
    padding-bottom: 28px;
}

.section7 .simple-slider .slide {
    text-align: center;
}

.section7 .simple-slider .slide img {
    margin-bottom: 17px;
}

.section7 .simple-slider .controls {
    text-align: center;
    margin: 0;
    padding: 0;
}

.section7 .simple-slider .controls li {
    display: inline-block;
    list-style: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    margin-left: 20px;
    opacity: 0.5;
}

.section7 .simple-slider .controls li:first-child {
    margin-left: 0;
}

.section7 .simple-slider .controls li.active {
    opacity: 1;
}

@media only screen and (max-width: 1050px) {
    .section7 .left {
        padding-right: 130px;
    }

}

@media only screen and (max-width: 900px) {
    .section7 .left {
        width: 100%;
        float: none;
        padding: 0 0 60px;
    }

    .section7 .left h2 {
        text-align: center;
        font-size: 40px;
    }

    .section7 .left p {
        text-align: center;
        font-size: 20px;
    }

    .section7 .right {
        width: 100%;
        float: none;
    }

    .section7 .right .simple-slider {
        margin: 0 auto;
        width: 400px;
    }

}



/***** SECTION 8 *****/

.section8 {
    position: relative;
    background-color: #434544;
}

.section8 .inner-container {
    margin: 0 auto;
    max-width: 1120px;
    overflow: hidden;
    padding-top: 94px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
}

.section8 a {
    color: #ffffff;
    text-decoration: none;
}

.section8 .left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    min-height: 689px;
    padding-top: 81px;
    padding-right: 30px;
}

.section8 .left h2 {
    font-family: 'Rubik';
    font-size: 40px;
    margin-bottom: 46px;
}
.section8 .left .contact-link {
    padding-left: 75px;
    display: block;
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 29px;
}
.section8 .left .contact-link.email {
    background-image: url('../images/ico-email-large.png');
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.section8 .left .contact-link.mobile {
    background-image: url('../images/ico-mobile-large.png');
    background-repeat: no-repeat;
    background-position: left 17px center;
    background-size: contain;
}

.section8 .left .contact-link.location {
    background-image: url('../images/location-icon.png');
    background-repeat: no-repeat;
    background-position: left 17px top;
    background-size: 18px 28px;
}
.section8 .left .footer-logo {
    position: absolute;
    bottom: 40px;
}

.section8 .left .footer-logo img{
    width: 300px;
}

.section8 .right {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.section8 .right .form-container {
    background-color: #ffffff;
    padding-top: 91px;
    /* padding-left: 79px;
    padding-right: 37px; */
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 53px;
    overflow: hidden;
}

.section8 .right h3 {
    font-size: 35px;
    color: #DC177C;
    margin-bottom: 8px;
    font-family: 'montserratlight';
}

.section8 .right .field {
    border-bottom: 1px dotted #D6D6D6;
    position: relative;
}

.section8 .right .field img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.section8 .right .field .error-text{
    color: #cc0000;
    font-size: 13px;
    position: absolute;
    bottom: -18px;
    left: 3px;
    z-index: 2;
}

.section8 .right .robot-check .error-text {
    color: #cc0000;
    font-size: 13px;
    text-transform: none;
}

.section8 .right .field input {
    display: block;
    height: 60px;
    line-height: 60px;
    font-family: 'Rubik';
    font-size: 14px;
    color: #868686;
    padding-left: 65px;
    box-sizing: border-box;
    border: 0 none;
    width: 100%;
    outline: none;
    /* background-image: url(../images/ico-user-dark.png);
    background-repeat: no-repeat;
    background-position: 20px 22px; */
}

.custom-dropdown {
    position: relative;
    width: 100%;
}

.selected-option {
    display: block;
    height: 60px;
    line-height: 60px;
    font-family: 'Rubik';
    font-size: 14px;
    color: #868686;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
    margin-left:55px;
}

.options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    color:#868686;
    z-index: 3;
    &.active{
        display: block;
    }
}

.option {
    padding: 10px;
    cursor: pointer;
}
.option.active{
    background-color: #f0f0f0;
}

.option:hover {
    background-color: #f0f0f0;
}

#budget_validation option {
    color: #01011d;
    font-weight: 500;
    font-size: 20px;
}

.selected-option:after {
    content: '\25BC'; /* Unicode character for arrow down */
    float:right;
}

.selected-option.arrow-up:after {
    content: '\25B2'; /* Unicode character for arrow up */
    float:right;
}

/* .section8 .right .field input[name="phone"] {
    background-image: url(../images/ico-mobile-dark.png);
    background-position: 21px 19px;
}

.section8 .right .field input[name="email"] {
    background-image: url(../images/ico-email-dark.png);
    background-position: 18px 22px;
} */

.section8 .right .field textarea {
    display: block;
    height: 166px;
    font-size: 14px;
    color: #868686;
    padding-left: 65px;
    box-sizing: border-box;
    border: 0 none;
    font-family: 'Rubik';
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    resize: none;
    outline: none;
    overflow-y: auto;
    margin: 20px 0 10px 0;
}
.section8 .right .field textarea::-webkit-scrollbar-thumb {
    border-radius: 20px;
    width: 5px;
    background-color: #dc177c;
}
.section8 .right .field textarea::-webkit-scrollbar-track {
    background-color: transparent;
}
.section8 .right .field textarea::-webkit-scrollbar {
    width: 5px;
}

.section8 .right .robot-check {
    padding-top: 42px;
    padding-bottom: 37px;
    font-size: 11px;
    color: #868686;
    line-height: 28px;
    text-transform: uppercase;
}

.section8 .right .robot-check .cbox {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px dotted #707070;
    background-color: #ffffff;
    cursor: pointer;
    float: left;
    margin-right: 23px;
}

.section8 .right .robot-check .cbox.checked {
    background-image: url(../images/check-dot.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.section8 .right a.submit {
    background-color: #DC177C;
    color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 24px;
    font-size: 14px;
    padding: 11px 26px;
    float: right;
    cursor: pointer;
}

@media only screen and (max-width: 950px) {
    .section8 .left h2 {
        font-size: 35px;
    }

    .section8 .left .contact-link {
        font-size: 22px;
    }
}

@media only screen and (max-width: 800px) {

    .section8 .left {
        width: 100%;
        float: none;
        padding: 0 0 60px;
        min-height: 0;
        position: static;
    }

    .section8 .right {
        width: 100%;
        float: none;
        padding-bottom: 170px;
    }

    .section8 .right .form-container {
        padding: 60px;
    }

    .section8 .inner-container {
        padding-bottom: 0px;
    }

}

@media only screen and (max-width:500px){
    .section8 .right .field textarea {
        display: block;
        height: 166px;
        font-size: 13px !important;
        color: #868686;
        padding-left: 65px;
        box-sizing: border-box;
        border: 0 none;
        font-family: 'Rubik';
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}



/* popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 99;
    padding: 20px;
}
.popup-overlay.hide {
    display: none;
}

.success-popup {
    position: fixed;
    max-width: 600px;
    /* padding: 40px; */
    background-color: #b4519e;
    display: block;
    z-index: 999;
    top: calc(50vh - 200px);
    left: calc(50vw - 300px);
    /* min-height: 365px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px 80px;
}
.success-popup.hide {
    display: none;
}
.success-popup img.left {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    float: left;
    position: absolute;
}
.success-popup img.logo {
    width: 150px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.success-popup h3{
    font-family: 'Rubik';
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.success-popup p{
    font-family: 'Rubik';
    font-size: 14px;
    text-transform: uppercase;
    color: #555555;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
.success-popup p strong {font-family: 'Rubik';}
.success-popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
    background-image: url('../images/x.png');
    background-size: contain;
    cursor: pointer;
}
/* .success-popup  .cta-button {
    padding: 11px 30px;
    border-radius: 24px;
    font-size: 17px;
    color: #b4519e;
    background-color: #fff;
    margin-top: 10px;
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
} */
.success-popup  .cta-button:hover {
    color: #000000;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
@media only screen and (max-width:700px){
    .success-popup{
        width: calc(100% - 40px);
        max-width: 100%;
        left: 20px;
    }
}
@media only screen and (max-width:700px){
    .success-popup{
        padding: 20px 40px;
        top: calc(50vh - 220px);
    }
}

/*  styling for moving contact form to the top */
.section1{
    max-height: initial;
    min-height: 100vh;
}
.section1 .right .form-container{
    background-color: #ffffff;
    padding: 30px;
    /* overflow: hidden; */
    width: calc(100% - 80px);
}
@media(max-width: 1130px){
    .section1 .right .form-container{
        width: 100%;
    }
}

.section1 .right h3{
    font-size: 35px;
    color: #DC177C;
    margin-bottom: 8px;
    font-family: 'Rubik';
}
.section .right h3 span{
    font-family: 'Rubik';
}
.section1 .right .field {
    border-bottom: 1px dotted #D6D6D6;
    position: relative;
}
.section1 .right .field img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.section1 .right .field input {
    display: block;
    height: 60px;
    line-height: 60px;
    font-family: 'Rubik';
    font-size: 14px;
    color: #868686;
    padding-left: 65px;
    outline: none;
    box-sizing: border-box;
    border: 0 none;
    width: 100%;
}
.section1 .right .field .error-text {
    color: #cc0000;
    font-size: 13px;
    position: absolute;
    bottom: -16px;
    left: 3px;
    z-index: 2;
}
.section1 .right .robot-check {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    color: #ffffff;
    line-height: 28px;
    text-transform: uppercase;
    white-space: nowrap;
}
.section1 .right .robot-check .cbox {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px dotted #707070;
    background-color: #ffffff;
    cursor: pointer;
    float: left;
    margin-right: 23px;
}
.section1 .right .robot-check .error-text {
    color: #cc0000;
    font-size: 13px;
    text-transform: none;
}
.section1 .right .field textarea {
    display: block;
    height: 120px;
    font-size: 14px;
    color: #868686;
    padding-left: 65px;
    box-sizing: border-box;
    border: 0 none;
    font-family: 'Rubik';
    width: 100%;
    /* padding-top: 20px; */
    resize: none;
    padding-bottom: 20px;
    outline: none;
    overflow-y: auto;
    margin: 20px 0 10px 0;
}
.section1 .right .field textarea::placeholder{
    color: #fff;
    opacity: 1;
}
.section1 .right .field textarea::-webkit-scrollbar-thumb {
    border-radius: 20px;
    width: 5px;
    background-color: #dc177c;
}
.section1 .right .field textarea::-webkit-scrollbar-track {
    background-color: transparent;
}
.section1 .right .field textarea::-webkit-scrollbar {
    width: 5px;
}
.section1 .right .field .selected-option {
    text-align: left;
}
.section1 .right a.submit {
    background-color: #DC177C;
    color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 24px;
    font-size: 14px;
    padding: 11px 26px;
    /* float: right; */
    cursor: pointer;
}

.grouped-robot-and-submit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.section1 .inner-container .image-form-container{
    display: flex;
    align-items: center;
    gap: 150px;
    width: 100%;
}
/* .section1 p {
    font-size: 40px;
    text-align: right;
    width: calc(100% - 325px);
    padding-right: 80px;
    float: right;
    padding-left: 15px;
}
@media(max-width: 1135px){
   .section1 p{
        text-align: center;
        width: 100%;
        padding-right: 0;
        float: none;
        padding-top: 80px;
   }
}
@media(max-width: 850px){
    .section1 p{
        font-size: 25px;
    }
} */

/* .section1 .inner-container{
    padding: 40px 0;
} */
@media only screen and (max-width: 1700px) {
    .section1 .inner-container {
        padding: 120px 38px 38px !important;
    }
}

@media(max-width: 1360px){
    .section1 .inner-container .image-form-container{
        gap: 100px;
    }
} 
@media(max-width: 1270px){
    .section1 .inner-container .image-form-container{
        gap: 50px;
    }
} 
@media(max-width: 1010px){
    .section1 .inner-container .image-form-container{
        flex-direction: column;
        align-items: center;
    }
} 
.section1 .inner-container .image-form-container .left{
    float: none;
    width: 50%;
    padding-top: 20px;
}
.section1 .inner-container .image-form-container .left img{
    height: 550px;
    width: 550px;
}
.section1 .inner-container .image-form-container .right{
    padding-top: 0px;
    padding-bottom: 50px;
    float: none;
    width: 50%;
    padding-right: 0;
}
.section1 .right .robot-check .cbox.checked {
    background-image: url(../images/check-dot.png);
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width: 1350px) {
    .section1 .inner-container .left {
      padding: 50px 0px 91px;
    }
    .section1 .inner-container .right {
        padding-top: 165px;
    }
}
@media only screen and (max-width: 1189px) {
    .section1 .inner-container .image-form-container .right {
      padding-left: 50px;
    }
}
@media(max-width: 1010px){
    .section1 .inner-container .image-form-container{
        flex-direction: column;  
        gap: 30px;
    }
    .section1 .inner-container .image-form-container .left{
        width: 100%;
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .section1 .inner-container .image-form-container .right{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-left: 0;
    }
    .section1 .inner-container .image-form-container .right .form-container{
        max-width: 400px;
        width: 100%;
    }
}
@media(max-width: 640px){
    .section1 .inner-container{
        padding-top: 50px !important;
    }
}
@media(max-width: 1010px) and (min-width: 640px){
    .section1 .inner-container .image-form-container .right{
        padding-bottom: 50px;
    }
}
@media(max-width: 1235px){
    .section1 .inner-container .image-form-container .left img{
        width: 450px;
    }
    .section1 .inner-container .image-form-container .right{
        padding-left: 0;
    }
}
@media only screen and (max-width: 1010px) {
    .section1 .inner-container .image-form-container .left{
        display: none;
    }
    .section1 .inner-container .image-form-container .right{
        margin-top: 30px;
        padding-bottom: 0;
    }
}
.section1 .elemental-logo {
    position: absolute;
    display: block;
    /* left: 59px; */
    top: 29px;
}

.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.meet-btn{
    display: inline-block;
    height: 42px;
    border-radius: 4px;
    line-height: 42px;
    padding: 0 40px;
    text-align: center;
    background: linear-gradient(90deg,#3d7bfa 0%,#dc177c 100%);
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.meet-btn::before {
    content: "";
    display: block;
    width: 180px;
    height: 60px;
    background: linear-gradient(90deg,#3d7bfa 0%,#dc177c 100%);
    position: absolute;
    left: -17px;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    filter: blur(20px);
    opacity: .4;
}

.meet-btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/small-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    height: 30px;
    width: 36px;
}

.section7{
    background-color: #01011d;
}
.section8{
    background-color: #01011d;
}

.section3.dark-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* right and left images */
.left-side-image {
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
    
}

.right-side-image {
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
    
}

.left-side-image .inner{
    width: 100%;
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    
}
@media(max-width: 1000px){
    .left-side-image .inner{
        min-height: unset;
        padding: 100px 0 50px;
    }
}
.right-side-image .inner{
    width: 100%;
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1000px){
    .right-side-image .inner{
        min-height: unset;
        padding: 50px 0;
    }
}

.left-side-image .inner .content{
    width: 80%;
    margin: 0 auto;
}

.right-side-image .inner .content{
    width: 80%;
    margin: 0 auto;
}

.left-side-image .inner .content .left-bg-img{
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: .5;
}
@media(max-width: 1000px){
    .left-side-image .inner .content .left-bg-img{
        display: none;
    }
}

.right-side-image .inner .content .right-bg-img{
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: .5;
}
@media(max-width: 1000px){
    .right-side-image .inner .content .right-bg-img{
        display: none;
    }
}

.left-side-image .inner .content .paragraph-container{
    width: 50%;
    margin-left: auto;
}
@media(max-width: 1000px){
    .left-side-image .inner .content .paragraph-container{
        width: 100%;
    }
}
.right-side-image .inner .content .paragraph-container{
    width: 50%;
    margin-right: auto;
}
@media(max-width: 1000px){
    .right-side-image .inner .content .paragraph-container{
        width: 100%;
    }
}
.left-side-image .inner .content .paragraph-container h2{
    font-family: Rubik,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    word-break: break-word;
    color: #fff;
    text-transform: uppercase;
}
.right-side-image .inner .content .paragraph-container h2{
    font-family: Rubik,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    word-break: break-word;
    color: #fff;
    text-transform: uppercase;
}
@media(max-width: 800px){
    .left-side-image .inner .content .paragraph-container h2{
        font-size: 24px;
        line-height: 26px;
    }
    .right-side-image .inner .content .paragraph-container h2{
        font-size: 24px;
        line-height: 26px;
    }
}
.left-side-image .inner .content .paragraph-container ul{
    padding: 15px;
    display: block;
    list-style: none;
    padding-left: 0;
}
.right-side-image .inner .content .paragraph-container ul{
    padding: 15px;
    display: block;
    /* float: right; */
    /* list-style: none; */
}
.left-side-image .inner .content .paragraph-container ul li{
    width: 100%;
    color: #fff;
}
.right-side-image .inner .content .paragraph-container ul li{
    width: 100%;
    color: #fff;
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .03em;
    /* line-height: 40px; */
    margin-bottom: 20px;
}
.left-side-image .inner .content .paragraph-container ul li p{
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 20px;
}

.call-to-action-btn{
    display: block;
    width: 260px;
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(90deg,#3d7bfa 0%,#dc177c 100%);
    float: left;
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 20px;
    cursor: pointer;
}

.call-to-action-btn::before {
    content: "";
    display: block;
    height: 60px;
    background: linear-gradient(90deg,#3d7bfa 0%,#dc177c 100%);
    position: absolute;
    left: -17px;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    filter: blur(20px);
    opacity: .4;
    
}
.call-to-action-btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/small-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    height: 30px;
    width: 36px;
}

section.white{
    background-color: #fff;
    background-image: url(../images/elemental-faded-gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 130%;
}

section.white .inner{
    width: 100%;
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    max-width: 1850px;
    padding: 100px 100px;
    margin: auto;
}

@media(max-width: 1180px){
    section.white .inner {
        padding: 100px 30px;
    }
}
section.white .inner .content{
    width: 80%;
    margin: 0 auto;
    
}
@media(max-width: 1180px){
    section.white .inner .content{
        width: 100%;
    }
}

section.white .inner .content .paragraph-container h2{
    font-family: Rubik,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #01011d;
    text-transform: uppercase;
    margin: 0px 0 30px;
}
@media(max-width: 800px){
    section.white .inner .content .paragraph-container h2{
        font-size: 24px;
        line-height: 26px;
    }
}

section.white .inner .content .paragraph-container ul{
    margin-bottom: 60px;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 30px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
@media(max-width: 1180px){
    section.white .inner .content .paragraph-container ul{
        flex-direction: column;
    }
}

section.white .inner .content .paragraph-container ul li{
    /* width: calc(50% - 15px); */
    perspective: 1px;
    margin-bottom: 30px;
}

section.white .inner .content .paragraph-container ul li h3{
    color: #01011d;
    font-weight: 600;
    font-family: Rubik,sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0;
}
section.white .inner .content .paragraph-container ul li p{
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 20px;
}

section.showcase-experience-container{
    overflow: hidden;
    position: relative;
}

section.showcase-experience-container .inner{
    width: 100%;
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    max-width: 1850px;
    padding: 150px 100px;
    margin: auto;
}
@media(max-width: 1086px){
    section.showcase-experience-container .inner{
        padding: 50px 30px
    }
}

section.showcase-experience-container .inner .content{
    width: 80%;
    /* margin: 60px auto; */
}

section.showcase-experience-container .inner .content h2{
    font-family: Rubik,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    word-break: break-word;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 30px 0;
}

.heading-wrap{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media(max-width: 800px){
    section.showcase-experience-container .inner .content h2{
        font-size: 24px;
        line-height: 26px;
    }
    section.showcase-experience-container .inner .content{
        width: 100%;
    }
}
section.showcase-experience-container .inner .content p{
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 20px;
    text-align: left;
    color: #fff;

}
section.showcase-experience-container .inner .content ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 15px;
    flex-wrap: wrap;
    gap: 30px;
}
@media(max-width: 800px){
    section.showcase-experience-container .inner .content ul{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 0;
    }
}
section.showcase-experience-container .inner .content li{
    width: calc(50% - 15px);
    perspective: 1px;
    color: #fff;
    margin-bottom: 50px;
}
section.showcase-experience-container .inner .content li:last-of-type{
    margin-bottom: 0;
}
section.showcase-experience-container .inner .content li:nth-last-child(2){
    margin-bottom: 0;
}
@media(max-width: 800px){
    section.showcase-experience-container .inner .content li{
        width: 100%;
        margin-bottom: 0;
    }
}
section.showcase-experience-container .inner .content li > .frame img{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 12px #0003;
    transition: .5s;

}
section.showcase-experience-container .inner .content li > div{
    position: relative;
    width: 100%;
    height: 223px;
    overflow: hidden;
    margin-bottom: 30px;
}
section.showcase-experience-container .inner .content li > h3{
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    opacity: .75;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 15px 0;
}
section.showcase-experience-container .inner .content li > p{
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 20px;
    opacity: 1;
}

section.showcase-experience-container .inner .content .p-text{
    text-align: center;
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 15px 0;
}

section.section7{
    background-color: unset;
}
section.section7::before{
    background-image: url("../images/software-half.jpg");
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: center right;
    background-color: rgba(0,0,0,0.4);
}
section.section7::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
} 
section.section3{
    position: relative;
    z-index: 5;
}
section.section3::before{
    background-image: url("../images/blue-bg-image.jpeg");
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: center right;
    background-color: rgba(0,0,0,0.4);
    opacity: 0.2;
}

.section1 .right .form-container.form-styling{
    background-color: unset;
}

.section1 .right .form-container.form-styling .field{
    border-bottom: 1px solid #fff;
}

.section1 .right .form-container.form-styling input{
    display: block;
    width: 100%;
    color: #fff;
    letter-spacing: .02em;
    text-align: left;
    background-color: unset;
}
.section1 .right .form-container.form-styling textarea{
    background-color: unset;
    color: #fff;
}

.section1 .right .form-container.form-styling input::placeholder{
    display: none;
    width: 100%;
    color: #fff;
    letter-spacing: .02em;
    text-align: left;
    opacity: 1;
}

.section1 .right .form-container.form-styling .custom-dropdown .selected-option{
    color: #fff;
}

.section1 .right .form-container.form-styling h3{
    /* background: -webkit-linear-gradient(350deg,#3d7bfa -13%,#dc177c 100%);
    background-clip: border-box;
    -webkit-background-clip: text; */
    font-family: Rubik;
    color: #fff;
    /* -webkit-text-fill-color: transparent; */
}
.section1 .right .form-container.form-styling h3 span{
    font-weight: 700;
}
.section1 .right .robot-check .cbox{
    background-color: unset;
    border: 1px solid #fff;

}
.section8 .right a.submit{
    border-radius: 4px;
    text-align: center;
    background: linear-gradient(90deg,#3d7bfa 0%,#dc177c 100%);
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
    /* padding-right: 20px; */
    text-align: center;
    cursor: pointer;
}
.section1 .right a.submit{
    border-radius: 4px;
    text-align: center;
    background: linear-gradient(90deg,#3d7bfa 0%,#dc177c 100%);
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
    /* padding-right: 20px; */
    text-align: center;
    cursor: pointer;
}

 .success-popup{
    background-color: #01011c;
    box-shadow: 1.25px 4px 23px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
    text-align: center;
 }

 .success-popup .cta-button{
    height: 42px;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    background: linear-gradient(90deg,#3d7bfa 0%,#dc177c 100%);
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 70px 0 40px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.success-popup .cta-button:hover{
    color: #fff;
}

.success-popup .cta-button::before {
    content: "";
    display: block;
    width: 180px;
    height: 60px;
    background: linear-gradient(90deg,#3d7bfa 0%,#dc177c 100%);
    position: absolute;
    left: -17px;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    filter: blur(20px);
    opacity: .4;
}

.success-popup .cta-button::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/small-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    height: 30px;
    width: 36px;
}
.popup-overlay{
    background-color: rgba(0,0,0,0.4);
}
.success-popup img.logo{
    width: 80px;
    margin-bottom: 30px;
}

/* language toggle */

.language-toggle-container{
    position: absolute;
    top: 44px;
    right: 60px;
    z-index: 100;
}
.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
  
.switch > span {
    position: absolute;
    top: 10px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
    color: #dc177c;
}

input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
}

.switch > span.on {
    left: 0;
    padding-left: 2px;
    color: #dc177c;
}
  
.switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    visibility: hidden;
}
.check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
input.check-toggle-round-flat + label {
    padding: 2px;
    width: 100px;
    height: 36px;
    background-color: #dc177c;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
  
input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #dc177c;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
    top: 3px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
}

/* end of language toggle */

.extended-btn{
    width: unset;
    padding: 0 60px 0 30px;
    white-space: nowrap;
}
@media(max-width: 560px){
    .extended-btn{
        padding: 0 50px 0 20px;
    }
}

h3 span{
    font-weight: 700;
    font-family: 'Rubik';
}

@media(max-width: 1180px){
    section.white .inner .content .paragraph-container ul li:last-of-type{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .section1 .elemental-logo {
      left: 30px;
      right: unset;
    }
    .section1 .elemental-logo img{
        width: 250px;
    }
    .language-toggle-container{
        right: 30px;
        top: 38px;
    }
}
@media only screen and (max-width: 1700px) {
    .section1 .inner-container {
      padding: 38px !important;
      padding-top: 150px !important;
    }
}

@media only screen and (max-width: 1600px) {
    .section1 .inner-container h2{
      text-align: center;
      width: unset;
      float: none;
      padding-left: 0;
      padding-right: 0;
    }
}

@media (max-width: 1135px) {
    .section1 p {
      padding-top: 0px;
    }
}
@media(max-width: 1000px){
    section.showcase-experience-container .inner .content{
        margin-top: 0;
    }
    .right-side-image {
        padding-bottom: 0;
    }
}

.section1 .inner-container{
    padding-top: 150px;
}
.section1 .inner-container h2{
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 50px;
    line-height: 47px;
    text-align: center;
    width: unset;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.section1 .inner-container h2 span:last-of-type{
    color: #fff;
    font-size: 28px;
    display: block;
    margin-top: 10px;
    line-height: 30px;
}


.section1 .inner-container h2 span strong{
    font-weight: 700;
}


@media(max-width: 600px){
    .section1 .inner-container h2{
        font-size: 38px;
        line-height: 40px;
    }
}


.right-side-image .inner .content .paragraph-container .list-container{
    width: 100%;
}

.right-side-image .inner .content .paragraph-container .inner-paragraph-container{
    max-width: 400px;
    width: 100%;
    float: right;
    margin-right: 68px;
}

.right-side-image .inner .content .paragraph-container .dutch-container{
    max-width: 600px;
    width: 100%;
    float: right;
    margin-right: 68px;
}


@media(max-width: 1000px){
    .right-side-image .inner .content .paragraph-container .inner-paragraph-container{
        max-width: unset;
        float: none;
        margin-right: unset;
    }
}


@media (max-width: 800px){
    section.showcase-experience-container .inner .content .p-text{
        font-size: 23px;
    }
}

@media(max-width: 500px){
    .call-to-action-btn, .meet-btn{
        font-size: 11px;
    }

    .call-to-action-btn::after, .meet-btn::after{
        background-size: 12px;
    }
    .extended-btn {
        padding: 0 40px 0 20px;
    }
}
@media(min-height: 800px) and (min-width: 1600px){
    .section1 .inner-container{
        padding-top: 120px;
    }

    .section1 .inner-container p{
        margin-bottom: 60px;
        text-align: center;
        width: 100%;
        float: none;
    }
}
@media (min-height: 850px) {
    .section1 .inner-container > h2 {
      margin-top: 30px;
      
    }
}
@media (min-width: 2000px) and (min-height: 1200px) {
    .section1 .inner-container {
      padding: 150px 0;
    }
}
@media (max-height: 800px) {
    .section1 .inner-container {
      padding: 120px 0;
      
    }
    .section1 .inner-container h2{
        margin-bottom: 30px;
    }
}
