@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

@font-face {
    font-family: Bahnschrift;
    src: url("../fonts/Bahnschrift.woff") format("woff2"), url("../fonts/Bahnschrift.woff2") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Bahnschriftlt;
    src: url("../fonts/Bahnschriftlt.woff") format("woff2"), url("../fonts/Bahnschriftlt.woff2") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    background: rgb(0, 0, 0);
    font-family: "Signika", sans-serif;
}

html {
    scroll-behavior: smooth;
}

section {
    background: rgb(0, 0, 0);
}

.sectionGap {
    padding-top: 4em;
    padding-bottom: 4em;
}

.extragap {
    padding-bottom: 5.5em;
}

.para {
    font-weight: 300;
    font-size: 1.3em;
}

.heroSection {
    width: 100%;
    position: relative;
}

.navbar {
    transition: all 0.5s ease 0s;
    animation-duration: 0.5s;
    animation-name: smooth;
}

.fixed {
    background-color: rgba(0, 0, 0, 0.88);
    color: rgb(255, 255, 255);
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999999;
    animation-duration: 0.5s;
    animation-name: smooth;
}

.fixed .navbar-brand img {
    width: 100px;
}
.navbar-brand{
    display: flex;
    align-items: center;
}
.navbar-brand  i{
    color: #68F1FF;
    padding-right: 0.5em;
}
.navbar-brand p{
    font-size:14px;
    margin-bottom: 5px;
    font-weight: 200;
}

.fixed .navbar {
    width: 80%;
    margin: 0px auto;
}

@keyframes smooth {
    0% {
        top: 0%;
    }

    100% {
        top: 2%;
    }
}

.customContainer {
    width: 80%;
    margin: 0px auto;
    z-index: 9999;
    position: relative;
}

section {
}

#bgVideo {
    width: 100%;
}

.top {
    position: absolute;
    top: 0px;
    width: 80%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.Topinner {
    position: unset;
}

.heroVideo {
    height: 80vh;
    overflow: hidden;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.heroVideo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(17, 24, 39, 0.3) 0%, rgb(0, 0, 0) 85%) rgba(0, 0, 0, 0.46);
    left: 0px;
    right: 0px;
}

.heroText h1 {
    font-family: Orbitron, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 4em;
    font-weight: 700;
}

.heroText {
    color: rgb(255, 255, 255);
    margin-top: 6em;
}

.heroSection h1 span {
    color: rgb(0, 231, 255);
}

.heroText h5 {
    font-size: 1.8em;
    font-weight: 400;
    margin-top: 0.7em;
}

.dateTIme {
    display: flex;
    align-items: center;
}

.dateTIme p {
    padding-right: 1.5em;
    padding-top: 0.8em;
    font-size: 1.2em;
}

.btn-reg {
    color: rgb(255, 255, 255);
    font-family: Play, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1em;
    padding: 8px 35px;
    background: linear-gradient(90deg, rgb(19, 150, 204) 0%, rgb(94, 175, 202) 44%, rgb(127, 194, 201) 100%);
    margin-right: 1em;
    margin-top: 1em;
    border-radius: 4px;
}

.sectionTitle {
    font-size: 2.2em;
    margin-bottom: 0.7em;
    color: rgb(255, 255, 255);
    font-family: Orbitron, sans-serif;
}

section p {
    color: rgb(255, 255, 255);
    font-weight: 200;
    font-size: 1.1em;
    line-height: 1.4;
    position: relative;
}

.Overviewsec {
    background: rgb(0, 0, 0);
}

.OverviewImg {
    text-align: right;
}

.OverviewImg img {
    width: 85%;
}

.ovweviewGap {
    margin-top: 5em;
}
.MidWrap{
    /* background: url(../images/midbg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 300px; */
    position: relative;
    padding: 3em;
    z-index: 9999999;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    text-align: center;
    margin: 2em 0;
}
.MidWrap p{
font-size: 1.3em;
position: relative;
z-index: 9999999;
margin: 0;
margin-top: 10px;
}
.MidWrap h4{
 font-size: 1.7em; 
 /* font-family: orbitron; */
 color: #fff;
 position: relative;
z-index: 9999999;
margin: 5px;
}
.MidWrap::after{
    content: '';
    position: absolute;
    background: linear-gradient(120deg, rgba(0, 209, 255, 0.3) 0%, rgba(0, 102, 255, 0.3) 44%, rgba(0, 192, 255, 0.3) 100%);
    width: 100%;
    height: 100%;
    border-radius: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.innerFlex {
    display: flex;
    align-items: center;
}

.shocaseBox {
    width: 70%;
    margin-left: 70px;
    height: 130px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-bottom: 3em;
    background: linear-gradient(120deg, rgba(0, 209, 255, 0.3) 0%, rgba(0, 102, 255, 0.3) 44%, rgba(0, 192, 255, 0.3) 100%);
}

.shocaseBox p {
    font-size: 1em;
    margin: 0px;
    line-height: 1.2;
}

.iconWrap {
    width: 80px;
    height: 80px;
    background: rgba(11, 34, 59, 0.863);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -40px;
    border: 2px solid rgb(65, 208, 255);
}

.gradico {
    background: linear-gradient(120deg, rgb(0, 209, 255) 0%, rgb(104, 174, 255) 100%);
    width: 85px;
    height: 85px;
}

.gradico img {
    width: 40px !important;
}

.iconWrap img {
    width: 30px;
}

.Showimg {
    text-align: right;
}

.Showimg img {
    width: 90%;
}

#ExhibitorProfile {
    position: relative;
    color: rgb(255, 255, 255);
}

#ExhibitorProfile::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    background: rgba(0, 0, 0, 0.4);
}

.exhibitList {
    border-radius: 8px;
    border: 1px solid rgba(0, 157, 255, 0.19);
    background: rgba(0, 157, 255, 0.06);
    backdrop-filter: blur(5.1px);
    padding: 1.8em 2em 0.5em;
    margin-bottom: 2em;
    height: 410px;
    z-index: 999;
    color: rgb(255, 255, 255);
}

ul {
    padding: 0px;
    list-style: none;
}

.exhibitList h5 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: #06b4cf;
}

li {
    line-height: 2;
    font-size: 1.1em;
    font-weight: 300;
}

.whyList {
}

.whyList li {
    position: relative;
    color: rgb(255, 255, 255);
    padding-left: 2em;
    line-height: 2.4;
}

.whyList li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    background: url("../images/shieldIco.png") no-repeat;
    width: 30px;
    height: 30px;
}

.visList li {
    position: relative;
    color: rgb(255, 255, 255);
    padding-left: 2em;
    line-height: 3;
}

.visList li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    background: url("../images/shieldIco.png") no-repeat;
    width: 30px;
    height: 30px;
}

.Overviewsec {
    background-image: url("../images/glow.svg"), url("../images/glow.svg"), url("../images/glow.svg");
    background-position: 0% 16%, 100% -101%, 207% 130%;
    background-repeat: no-repeat;
    background-size: contain;
}

.whatwesec {
    background-image: url("../images/glow.svg"), url("../images/glow.svg"), url("../images/glow.svg");
    background-position: 10% 50%, -84% center, 201% 94%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
}

.whyexhibit {
    background-image: url("../images/glow.svg"), url("../images/glow.svg"), url("../images/glow.svg");
    background-position: 0% 94%, -71% 53%, 249% 112%;
    background-repeat: no-repeat;
    background-size: contain;
}

.AdvisoryBoard {
    background-image: url("../images/glow.svg"), url("../images/glow.svg"), url("../images/glow.svg");
    background-position: 0% 94%, -71% 53%, 249% 112%;
    background-repeat: no-repeat;
    background-size: contain;
}

.collabplatform {
    background-image: url("../images/glow.svg"), url("../images/glow.svg");
    background-position: 80% 101%, -55% 200px, 249% 112%;
    background-repeat: no-repeat;
    background-size: contain;
}

.opportunitywrap {
    background-image: url("../images/glow2.svg"), url("../images/glow2.svg");
    background-position: 60% 10%, 100% 100px, 10% 112%;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-video-header {
    background-image: linear-gradient(color(srgb 0 0 0) 3%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 90%, rgb(0, 0, 0) 98%), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/Header_BG.jpg");
    background-position: 0px 0px, 0px 0px, 100% center;
    background-size: auto, auto, cover;
    position: relative;
    overflow: hidden;
}

.ExhbitImg {
    text-align: right;
    position: relative;
}

.ExhbitImg img {
    width: 80%;
}

.ExhbitBox {
    color: rgb(255, 255, 255);
    border-radius: 8px;
    background: linear-gradient(116deg, rgb(24, 141, 190) 8.44%, rgb(109, 176, 192) 87.12%);
    padding: 2em 4em;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.industries{
    background: url(../images/bgindustries.png);
    width: 100%;
    padding: 2em 10px;
    background-size: cover;
}
.indIco{
    display: flex;
    align-items: center;
}
.indIco p{
    margin-bottom: 0;
    margin-left: 0.7em;
    line-height: 1;
    margin-top: 3px;
    width: 100px;
}
.indIco img{
   width: 35px;
}
.my-slider{
margin-top: 2em;
}
.ExhbitBox h3 {
    font-size: 2em;
}

.ExhbitBox h6 {
    font-size: 1.5em;
    font-weight: 400;
}

.paraMain {
    font-size: 1.5em;
    font-weight: 300;
    width: 85%;
}

.collabWrap {
    margin-top: 3em;
}

.collabIco img {
    width: 70px;
}

.visitWrap .collabIco img {
    width: 50px;
}

.collabText {
    color: rgb(255, 255, 255);
}

.collabText h4 {
    margin-top: 0.7em;
    font-weight: 400;
    font-size: 1.8em;
}

.collabText p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.3;
}

.titlew {
    width: 70%;
    margin: 0px auto 2em;
}

.oppList li {
    line-height: 1.5 !important;
    margin-bottom: 1em;
}

.oppImg {
    text-align: left;
}

.oppImg img {
    width: 90%;
    border-radius: 8px;
    border: 2px solid rgba(7, 90, 187, 0);
    background: url("<path-to-image>") 50% center / cover no-repeat lightgray;
}

.visitImg {
    text-align: left;
    position: relative;
}

.visitImg img {
    width: 80%;
}

.visitImgBox {
    width: 220px;
    text-align: center;
    position: absolute;
    bottom: -50px;
    right: 30px;
    border-radius: 12px;
}

.visitImgBox img {
    width: 100%;
    border-radius: 12px;
}

.collabText h5 {
    font-size: 1.1em;
    font-weight: 300;
    margin-top: 1.3em;
}

.footdiv {
    border-radius: 20px;
    padding: 2em 0.5em 0em;
}

.socialIcons {
    display: flex;
}

.socialIcons a {
    margin-right: 15px;
    color: rgb(255, 255, 255);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.why-visit {
    background: url("../images/whysecbg.png") 0% 0% / 100%;
    width: 100%;
    height: 600px;
    position: relative;
}

.why-visit::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 95%);
}

#footer {
    padding-bottom: 0px !important;
}

.footerLinks {
    display: block;
}

.footerLinks a p {
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 15px;
    color: rgb(255, 255, 255) !important;
}

.footerLinks2 a p {
    font-weight: 300;
    font-size: 0.9em;
    padding-bottom: 15px;
    color: rgb(255, 255, 255) !important;
}

.copytext {
    border-top: 1px solid rgb(151, 151, 151);
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0px auto;
}

.formSect {
    background-image: url("../images/glow.svg"), url("../images/glow.svg"), url("../images/glow.sv");
    background-position: 0% 94%, -71% 53%, 249% 112%;
    background-repeat: no-repeat;
    background-size: cover;
}

.formSect section {
    background: unset;
}

btn-stand {
    background: rgb(45, 55, 104);
    color: rgb(255, 255, 255);
    border-radius: 30px;
}

.formWrap {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1.5em;
    border-radius: 16px;
    background: rgb(237, 236, 238);
    width: 70%;
    margin: 0px auto;
}

#sponsorship .formWrap {
    width: 100% !important;
}

.formlbl {
    padding-left: 6px;
    font-size: 1em;
    margin-bottom: 0px;
    font-weight: 500;
}

.form-control {
    border-radius: 10px;
    margin-top: 5px;
    background: rgb(255, 255, 255);
    font-size: 0.85em;
    height: calc(2.5em + 2px + 0.75rem);
    font-weight: 500;
    border: 1px solid rgb(226, 226, 226);
}

.ccode {
    position: absolute;
    top: 55%;
    left: 5.3%;
    width: 50px;
    border: none;
    font-size: 14px;
    pointer-events: none;
}

.number {
    padding-left: 70px;
}

.prelative {
    position: relative;
}

.wrap2 {
    width: 70%;
    margin: 0px auto;
}

.ccode {
    position: absolute;
    top: 56%;
    left: 5.3%;
    width: 48px;
    border: none;
    font-size: 14px;
    pointer-events: none;
}

#bookform {
    width: 90%;
    margin: 0px auto;
}

.hline {
    border-top: 1px solid rgb(204, 204, 204);
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
}

.form-check {
    margin-top: 1em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid rgb(175, 175, 175);
    appearance: none;
    -webkit-print-color-adjust: exact;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    margin-top: 0px;
    background-color: rgb(255, 255, 255);
}

.form-check-label {
    margin-left: 1em;
}

.form-check-input[type="checkbox"]:checked[type="checkbox"] {
    border: none;
    background-color: transparent;
    background-image: url("../images/check.png");
}

.btn-book {
    width: 100%;
    padding: 0.7em;
    font-size: 1.5em;
    background: rgb(38, 235, 255);
    border-radius: 12px;
    font-family: orbitron;
    font-weight: 800;
    margin-top: 1em;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Orbitron';
}

.active a {
    color: rgb(38, 235, 255) !important;
}
.Edetails{
    margin-left: 1em;
}
.userinfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.5em;
    height: 100%;
    background: #eff2fb;
    background: linear-gradient(120deg, rgb(0 105 129 / 30%) 0%, rgba(0, 102, 255, 0.3) 44%, rgba(0, 192, 255, 0.3) 100%);
}
.userinfo::before{
    background: url(../images/line2.svg);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
}
.userinfo h3{
    font-size: 1.3em;
    font-weight: 700;
    color: #ffffff;
}
.userinfo h5{
    font-size: 1.1em;
    font-weight: 500;
    color: #04afc8;
}
.userinfo p{
    font-size: 0.9em;
    font-weight: 500;
    color: #ffffff;
}

.userinfo p a{
    color: #ffffff;
    text-decoration: none;
}
.cimg{
    width: 100%;
}

@media (min-width: 1920px) and (max-width: 2560px) {
    body {
        font-size: 18px;
    }
    li {
        line-height: 2;
        font-size: 1em;
        font-weight: 300;
    }
    .ExhbitBox{
        bottom: -20px;
    }
    .indIco p{
        width: 120px;
    }
    .navbar-brand p{
    font-size:1em;
    margin-bottom: 5px;
    font-weight: 200;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Orbitron';
}
}

@media screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }
    .form-control{
        font-size: 1.1em;
    }
    .formlbl{
        font-size: 1.1em;
    }
    video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        position: fixed;
        inset: 0px;
        z-index: -1;
        border-radius: 15px;
    }
    .heroText {
    color: rgb(255, 255, 255);
    margin-top: 6em;
    padding-left: 1em;
}

    .heroText h1 {
        font-size: 2.5em;
    }

    .heroText h5 {
        font-size: 1.5em;
    }

    .dateTIme p {
        padding-right: 1em;
        font-size: 1em;
    }

    .btn-reg {
        padding: 6px 20px;
    }

    .OverviewImg {
        text-align: center !important;
    }

    .OverviewImg img {
        width: 100%;
    }

    .shocaseBox {
        width: 90%;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2em !important;
    }

    .Showimg {
        text-align: center;
    }

    .exhibitList {
        height: auto;
    }

    .why-visit {
        height: auto;
        background-size: cover;
        background-position: left center;
    }

    .titlew {
        width: 100%;
        font-size: 1.2em;
    }

    .oppImg {
        text-align: center;
        margin-bottom: 2em;
    }

    .oppImg img {
        width: 100%;
    }

    .whyList li::before {
        top: 8px;
        width: 25px;
        height: 25px;
    }
    .whyList li::before {
        background-size: 55%;
    }

    .collabIco img {
        width: 50px;
    }

    .visitImgBox {
        width: 120px;
    }

    .firstcollab {
        margin-top: 0px;
    }

    .visitWrap {
        text-align: center;
    }
.ExhbitImg{
    margin-top: 3em;
}
.visitImg{
    margin-bottom: 2em;
}
.ExhbitBox {
    padding: 1em 2em;
    bottom: -40px;
}
.footdiv .logo img{
width: 120px !important;
}
    .Overviewsec {
        background-image: url("../images/glow.svg"), url("../images/glow.svg"), url("../images/glow.sv");
        background-position: 68% 150%, -84% center, 201% 94%;
    }

    .formWrap {
        width: 100%;
        padding: 1.6em 0em;
    }

    #bookform {
        width: 100%;
    }

    .form-check-input {
        width: 20px;
        height: 20px;
    }

    #bookform .sectionTitle {
        text-align: left;
    }

    .ccode {
        left: 7.3%;
    }

    .number {
        padding-left: 50px;
    }

    .btn-book {
        font-size: 1.2em;
    }
    .iconWrap {
        width: 70px;
        height: 70px;
        left: -35px;
    }
    .navbar-brand img{
        width: 90px;
    }
    .navbar-brand  p{
        font-size: 0.7em;
        width: 100%;
        text-wrap: wrap;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(255 255 255);
        border-color: transparent;
        width: 100%;
        margin-top: 1em;
        text-align: left;
        border: 1px solid rgb(0 157 255 / 20%);
        background: rgb(0 157 255 / 16%);
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid rgb(0 157 255 / 20%);
        background: rgb(0 157 255 / 16%);
        border-top: 0;
    }
    .fixed{
        display: none;
    }
    .mobmargin{
        margin-bottom: 2em !important;
    }
}

/*
*
* Swiper
*/
.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #cef1ea;
}

@media (min-width: 992px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev {
	left: 30px;
}

.swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f175";
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f176";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060";
}

.swiper-pagination {
	position: absolute;
	display: block;
	text-align: center;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	border: 2px solid #b7b7b7;
	background: transparent;
	overflow: hidden;
	transition: .2s;
}

.swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	width: 150%;
	height: 150%;
	top: -3px;
	left: -3px;
	background: #cef1ea;
	transform: translateX(-200%);
	transition: all .3s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
	border-color: #cef1ea;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet:hover:before {
	transform: translateX(0);
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: black;
}

.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

.swiper-slide-caption h1 + * {
	margin-top: 20px;
}

.swiper-slide-caption .lead {
	display: none;
}

.swiper-slide .heading-decorate .divider:after {
	width: 60px;
	color:#fff;
}

@media (min-width: 992px) {
	.swiper-slide-caption .lead {
		display: block;
	}
	.swiper-slide-caption * + .lead {
		margin-top: 25px;
	}
	.swiper-slide .heading-decorate .divider:after {
		width: 90px;
	color:#fff;
	}
}

.swiper-slide .slider-logo {
	display: inline-block;
}

.swiper-slide .slider-logo svg > * {
	stroke: #cef1ea;
}

.swiper-slide .slider-logo svg {
	width: 70px;
	height: 70px;
}

@media (min-width: 576px) {
	.swiper-slide .slider-logo svg {
		width: 125px;
		height: 125px;
	}
}

.swiper-slide .slider-logo + * {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.swiper-slide .slider-logo + * {
		margin-top: 20px;
	}
}

.swiper-counter {
	display: none;
	position: absolute;
	top: 50%;
	right: 22px;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 2px;
	text-align: center;
	z-index: 2;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: 1px solid rgba(147, 147, 147, 0.7);
	transform: translateY(-50%);
	color: rgba(147, 147, 147, 0.7);
	letter-spacing: 0;
}

@media (min-width: 1200px) {
	.swiper-counter {
		display: block;
	}
}

.swiper-slider-1 {
	min-height: 360px;
}

@media (min-width: 768px) {
	.swiper-slider-1 {
		min-height: 40.10417vw;
	}
}

.swiper-slider-1 .swiper-button-prev,
.swiper-slider-1 .swiper-button-next {
	right: 40px;
	left: auto;
	display: none;
}

.swiper-slider-1 .swiper-button-prev:before,
.swiper-slider-1 .swiper-button-next:before {
	display: none;
}

.swiper-slider-1 .swiper-button-prev svg > *,
.swiper-slider-1 .swiper-button-next svg > * {
	stroke: rgba(147, 147, 147, 0.7);
	transition: all .3s;
}

.swiper-slider-1 .swiper-button-prev:hover svg > *,
.swiper-slider-1 .swiper-button-next:hover svg > * {
	stroke: #151515;
}

@media (min-width: 1200px) {
	.swiper-slider-1 .swiper-button-prev,
	.swiper-slider-1 .swiper-button-next {
		display: block;
	}
}

.swiper-slider-1 .swiper-button-prev {
	top: calc(50% + 50px);
}

.swiper-slider-1 .swiper-button-next {
	top: calc(50% - 50px);
}

@media (min-width: 1200px) {
	.swiper-slider-1 .swiper-pagination-bullet {
		display: none;
	}
}

.slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
	right: 30px;
	bottom: inherit;
	left: inherit;
	top: 80%;
	width: auto;
	transform: translateY(-50%);
}

.slider-pagination-vertical.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet {
	display: block;
	margin: 5px 0;
}

@media (min-width: 768px) {
	.slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
		top: 50%;
	}
}

@media (min-width: 1800px) {
	.slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
		right: 40px;
	}
}

@media (min-width: 1200px) {
	.slider-pagination-vertical.swiper-slider-1 .swiper-pagination-bullet {
		display: block;
	}
}

.slider-scale-effect .swiper-slide:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.slider-scale-effect .swiper-slide.slide-bg-1:before {
	background: url(../images/slide-1-bg.jpg);
	background-size: cover;
}

.slider-scale-effect .swiper-slide.slide-bg-2:before {
	background: url(../images/slide-2-bg.jpg);
	background-size: cover;
}

.slider-scale-effect .swiper-slide.slide-bg-3:before {
	background: url(../images/slide-3-bg.jpg);
	background-size: cover;
}

.slider-scale-effect .slide-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: 8.5s ease-out;
	transform: scale(1.08);
	background-size: cover;
}

@media (max-width: 767px) {
	.slider-scale-effect .slide-bg {
		background-position-x: 80%;
	}
}

.desktop .slider-scale-effect .swiper-slide:nth-child(1) .slide-bg {
	transform-origin: 0 0;
}

.desktop .slider-scale-effect .swiper-slide:nth-child(2) .slide-bg {
	transform: scale(1);
	transform-origin: 100% 100%;
}

.desktop .slider-scale-effect .swiper-slide:nth-child(3) .slide-bg {
	transform-origin: 50% 50%;
}

.slider-scale-effect .swiper-slide.swiper-slide-active .slide-bg {
	transform: scale(1);
}

.slider-scale-effect .swiper-slide:nth-child(2).swiper-slide-active .slide-bg {
	transform: scale(1.08);
}

.swiper-slider-2 {
	min-height: 360px;
}

@media (min-width: 768px) {
	.swiper-slider-2 {
		min-height: 40.10417vw;
	}
}

.swiper-slider-2 .swiper-button-prev,
.swiper-slider-2 .swiper-button-next {
	display: none;
	width: 40px;
	height: 120px;
	padding: 40px 0;
	background: rgba(0, 0, 0, 0.15);
	color: #ffffff;
}

.swiper-slider-2 .swiper-button-prev:before,
.swiper-slider-2 .swiper-button-next:before {
	font-family: 'FontAwesome';
	font-size: 40px;
}

.swiper-slider-2 .swiper-button-prev:hover,
.swiper-slider-2 .swiper-button-next:hover {
	background: #cef1ea;
}

.swiper-slider-2 .swiper-button-prev {
	left: 0;
}

.swiper-slider-2 .swiper-button-prev:before {
	content: '\f104';
}

.swiper-slider-2 .swiper-button-next {
	right: 0;
}

.swiper-slider-2 .swiper-button-next:before {
	content: '\f105';
}

@media (min-width: 1200px) {
	.swiper-slider-2 .swiper-pagination {
		display: none;
	}
	.swiper-slider-2 .swiper-button-prev,
	.swiper-slider-2 .swiper-button-next {
		display: block;
	}
}

.swiper-arrow-white.swiper-slider-2 .swiper-button-prev,
.swiper-arrow-white.swiper-slider-2 .swiper-button-next {
	background: rgba(255, 255, 255, 0.2);
}

.swiper-arrow-white.swiper-slider-2 .swiper-button-prev:hover,
.swiper-arrow-white.swiper-slider-2 .swiper-button-next:hover {
	background: #cef1ea;
}

.swiper-white-content .swiper-slide-caption h1 {
	color: #ffffff;
}

.swiper-white-content .swiper-slide-caption p {
	color: #c5c5c5;
}

.swiper-white-content .swiper-slide-caption .button-default-outline {
	color: #ffffff;
}

.swiper-slider-with-info .swiper-slide-caption {
	padding-bottom: 140px;
}

.swiper-block-info {
	position: absolute;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	bottom: 60px;
	left: 50%;
	font-size: 14px;
	transform: translateX(-50%);
	z-index: 10;
}

.swiper-block-info .swiper-block-info-item a, .swiper-block-info .swiper-block-info-item span {
	color: #ffffff;
	padding: 0 2px;
}

.swiper-block-info .swiper-block-info-item a:hover {
	color: #cef1ea;
}

@media (min-width: 992px) {
	.swiper-block-info {
		flex-direction: row;
		justify-content: space-around;
		max-width: 600px;
	}
}

@media (min-width: 1200px) {
	.swiper-block-info {
		bottom: 40px;
	}
}

.swiper-caption-inner {
	overflow: hidden;
}

.swiper-white-filter:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1200px) {
	.swiper-white-filter:before {
		display: none;
	}
}

.swiper-filter-overlay {
	position: relative;
}

.swiper-filter-overlay > * {
	position: relative;
}

.swiper-filter-overlay:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.45);
}

