body {
    height: auto;
}

.info-img .imgs img.left {
    width: 140%;
    position: relative;
    left: -280px;
}

.header {
    min-height: 900px;
    width: 100%
}

.header2 {
    background: #0078FF;
    height: 325px;
    width: 100%
}

.header .location {
    height: 100px;
}

.header-panel {
    padding-top: 30px;
    height: 150px;
}

.text-center-title {
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 900;
    line-height: 80px;
    text-align: center;
}

.header .sign-btn button {
    height: 50px;
    width: 100px;
    display: inline-block;
    margin: auto;
    font-weight: bold;
}


#myVideo {
    top: 0px;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
}

.main-container {
    background-color: #fff;
}

.location {
    float: left;
}

.location img {
    width: 300px;
}

.header .location img {
    width: 300px;
    display: inline-block;
    margin: auto;
}

.sign-btn {
    float: right;
}

.header_descr {
    margin-top: 160px;
    color: #FFFFFF;
    text-align: center;
}

.header_descr h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 72px;
}

.header_descr p {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

/*End Header*/

/*Start Mission*/
.mission {
    padding: 120px 0 195px
}

.mission img {
    width: 100%
}

.mission h2 {
    color: #022475;
    font-size: 36px;
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 30px;
}

.mission p {
    color: #022475;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*End Mission*/

/*Start Waterview*/
.water-view {
    padding: 31px 0 150px
}

.water-view img {
    width: 220px;
    height: 164px;
    display: block;
    margin: auto
}

.water-view p {
    color: #022475;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

/*End Waterview*/

/*Start Info-img*/
.info-img {
    padding: 0 0 150px;
    overflow: hidden
}

.info-img .info img.num {
    width: 150px;
    position: absolute;
    z-index: 1;
}

.info-img .info span {
    z-index: 2;
    position: relative;
    color: #0078FF;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    padding: 57px 35px 0;
    display: inline-block;
    text-transform: uppercase;
}

.info-img .info span.sp-pad {
    padding-top: 65px;
}

.info-img .info h3 {
    z-index: 2;
    position: relative;

    padding: 0px 35px 0;
    color: #022475;
    font-size: 34px;
    font-weight: 900;
    line-height: 42px;
}

.info-img .info p {
    padding: 10px 35px 0;
    color: #022475;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

.info-img .info button {
    margin: 20px 35px 0;
    height: 50px;
    width: 128px;
    font-weight: 600;
}

.info-img .imgs img.right {
    width: 140%;
    position: relative;
    right: 25px;
}


.info-p {
    padding-left: 25px;
}

.info-img .info-p:first-of-type {
    margin-top: 70px;
}

.info-img .info-p {
    color: #022475;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    padding-right: 35px
}

.last_p {
    margin-bottom: 30px !important;
}

/*End Info-img*/

/*Start Carousel*/
.bg-carousel {
    /* max-height: 690px; */
    background: #000;
    padding: 10px 0;
    overflow: hidden;
    box-shadow: inset 84px 0 15px -15px rgba(0, 0, 0, .7), inset -84px 0 15px -15px rgba(0, 0, 0, 0.7);

}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.wrapper {
    position: relative;
    background: #222;
    z-index: 1;
}

#items {
    width: 10000px;
    position: relative;
    top: 0;
    left: -400px;
}

#items.shifting {
    transition: left .2s ease-out;
}

.slide {
    width: 400px;
    height: 400px;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    background: #FFCF47;
    margin-right: 25px;
    overflow: hidden
}

.slide img.slider-img {
    top: 0;
    height: 300px;
    position: absolute;
    left: 0;
    width: 100%;
}

.slide span {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #fff;
    font-weight: bold
}

.slider.loaded .slide:nth-child(2),
.slider.loaded .slide:nth-child(7) {
    background: #FFCF47;
}

.slider.loaded .slide:nth-child(1),
.slider.loaded .slide:nth-child(6) {
    background: #7ADCEF;
}

.slider.loaded .slide:nth-child(3) {
    background: #F97C68;
}

.slider.loaded .slide:nth-child(4) {
    background: #a78df5;
}

.slider.loaded .slide:nth-child(5) {
    background: #ff8686;
}

.control {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    margin-top: -20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.prev,
.next {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.prev {
    background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);
    left: 20px;
}

.next {
    background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);
    right: 20px;
}

.prev:active,
.next:active {
    transform: scale(0.8);
}

.flickity-enabled {
    position: relative;
}

/* .flickity-enabled:focus { outline: none; } */

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    /*           tap-highlight-color: transparent; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-viewport {
    margin: 0px;
    width: 100%;
    margin-bottom: 100px;
}

.flickity-viewport:first-of-type {
    margin-bottom: 50px
}

.flickity-enabled.is-draggable .flickity-viewport {
    height: 460px !important;
}

.carousel-img {
    height: 280px
}

.carousel-img img {
    position: relative;
    height: 280px;
    width: 100%;
}

.carousel-img span {
    position: absolute;
    left: 70px;
    bottom: -35px;
    z-index: 99999;
    font-weight: bold;
    color: #fff;
}

.carousel-info {
    padding: 7px;
    height: 85px;
    background-color: #1E1E1E;
}

.carousel-info .row {
    height: 100%
}

.carousel-info img {
    width: 20%;
}

.carousel-info p {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    margin: auto
}


.par-weight {
    font-weight: 600
}

/*End Carousel*/

/*Start Application*/
.application {
    padding: 150px 0
}

.application img {
    width: 124px;
    height: 124px
}

.application_banner {
    width: auto !important;
    height: 24px !important;
}

.application div span {
    position: absolute;
    left: 120px;
    top: 30px;
    background-color: #022475;
    color: #fff;
    border-radius: 3px
}

.application div span.demo {
    background-color: #0078FF
}

.application div p {
    position: absolute;
    left: 123px;
    font-size: 21px;
    top: 70px;
    line-height: 26px;
    font-weight: bold;
    color: #022475;
}

.application .app-par {
    position: unset;
    font-size: 16px;
    font-weight: 400;
    color: #022475;
    margin-top: 35px
}

/*End Application*/

/*Start Vr Demo*/
.vr-demo {
    background-color: #f4f5f6;
    padding: 138px 0 152px
}

.vr-demo img {
    height: 305px;
    width: 350px;
    display: block;
    margin: 0 auto;
}

.vr-demo h2 {
    color: #022475;
    font-size: 36px;
    font-weight: 900;
    line-height: 42px;
}

.vr-demo p {
    color: #022475;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-weight: 400
}

.vr-demo button {
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold
}

/*End Vr Demo*/

/*Start Journey*/
.journey {
    padding: 78px 0 85px;
    background-color: #0078FF
}

.journey h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 900;
    line-height: 42px;
    text-align: center;
}

.journey p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.journey .form {
    padding-top: 15px
}

.journey .form input {
    height: 55px
}

.journey .form input.sign {
    background-color: #022475;
    border-color: #022475;
    color: #fff;
    font-weight: 600
}

/*End Journey*/

/*Start Website*/
.website {
    padding: 150px 0;
}

.website .ads p {
    color: #022475;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.website button {
    font-weight: 500;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: bold
}

.partner_logo_wrapper {
    height: 89px;
}

.UAM_logo {
    width: 225px;
}

.YDT_logo {
    width: 170px;
}

/*End Website*/

/*Start Footer*/
.footer {
    /*padding: 57px 0 45px;*/
    padding: 70px 0 70px 0;
    background-color: #000
}

.footer .location img {
    width: 250px;
}

.footer .social .socialimg {
    width: 24px;
    margin-right: 35px;
    cursor: pointer
}

.footer .social .nopadimg {
    width: 24px;
    cursor: pointer
}


.footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}

.footer h3,
.footer ul li {
    color: #fff
}

.footer h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
}

.footer ul li {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer
}

.social {
    margin-top: 27px;
}

.footer p.contact {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.footer button {
    font-weight: 500;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: bold
}

/*End Footer*/

.slick-slide {

    float: left;
    height: 330PX;
    cursor: grab
}

.carousel-card {
    width: 97.17% !important;
}

/* .slick-slide > div > div{
    position: 
} */

.owl-carousel .owl-item img {
    padding: 10px;
}

.slick-slide img {
    width: 50%;
    height: 300px;
    margin-left: 5px
}

.slick-slide span {
    position: absolute;
    bottom: 130px;
    display: inline-block;
    margin-left: 40px;
    color: #fff;
    font-weight: 600;
}

.slick-slide .carousel-info {
    width: 95%;
    padding: 7px 20px;
    height: 85px;
    background-color: #1E1E1E;
    bottom: 0px;
    margin: 0px 15px;
}

.slick-slide .carousel-info .row {
    height: 100%
}

.slick-slide .carousel-info img {
    width: 15%;
    height: 34px;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: unset;
    display: inline-block
}

.slick-slide .carousel-info p {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    margin: auto
}

.slick-slide {
    width: 390px !important;
}

.slick-slide .carousel-info p.pw {
    width: 75%;
}

.slick-slide .par-weight {
    font-weight: 600
}

.slick-prev {
    box-shadow: 0px 0 84px 40px #000;
    content: "";
    height: 400px;
    width: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .9);
    border: 0;
    outline: 0;
}

.slick-next {
    box-shadow: 0px 0 84px 40px #000;
    content: "";
    height: 400px;
    width: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .9);
    border: 0;
    outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, .9);
}

.slick-prev:focus,
.slick-next:focus {
    background-color: rgba(0, 0, 0, .9);
}

.slick-prev:before,
.slick-next:before {
    color: transparent
}

.main-container-success {
    height: 700px;
    width: 100%;
    background-color: #022475;
    padding: 20px;
}

.download-form-mobile-notificat {
    height: 700px;
    width: 440px;
}

.icon-close {
    height: 48px;
    width: 48px;
    color: #fff;
    font-size: 48px;
    background: transparent;
    border: none;
    float: right;
    opacity: 1 !important;
}

.thank-you-for-reques {
    min-height: 156px;
    padding-top: 85px;
}

.thank-you-for-reques p {
    color: #F6F7FA;
    font-family: Avenir;
    font-size: 44px;
    font-weight: 900;
    line-height: 52px;
}

.as-you-are-currently {
    height: 152px;
    width: auto;
    padding-top: 10px;
}

.as-you-are-currently p {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.error {
    padding-left: 10px;
    display: block;
    color: red;
    font-style: italic;
    padding-bottom: 15px;
}

input.error {
    border: 1px dotted red;
}

.notifc_box {
    background: #fff;
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    bottom: -70px;
    position: absolute;
}

.notifc_box .notie_flx {
    display: flex;
    position: relative;
    height: 100%;
}

.notifc_box.success {
    display: block;
}

.notifc_box.error {
    display: block;
}

.not_ic {
    width: 130px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.not_cont {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    padding-right: 30px;
}

.not_cont h4 {
    font-size: 17px;
    width: 100%;
}


.notifc_box.success .not_ic {
    background-color: #0078ff;
}

.notifc_box.error .not_ic {
    background-color: #fb4c4c;
}

.notifc_box.success h4 {
    color: #0078ff;
}

.notifc_box.error h4 {
    color: #fb4c4c;
}


.success_ic,
.error_ic {
    display: none;
}

.notifc_box.success .success_ic {
    display: block;
}

.notifc_box.error .error_ic {
    display: block;
}

.success_content,
.error_content {
    display: none;
}

.notifc_box.success .success_content {
    display: block;
}

.notifc_box.error .error_content {
    display: block;
}

.close_noti {
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 6px;
    cursor: pointer;
    z-index: 10;
    color: #000;
}
.not_desc{
    color: red;
    font-size:14px;
}
#privacydiv,
#termsdiv {
    width: 50%;
    height: 100%;
    /*border-radius: 10px;*/
    background-color: #000000;
    display: none;
    text-align: justify;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
}

.slidediv {
    padding: 70px 0px 0px 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.slidecontent {
    padding: 10px 100px 100px 80px;
}

.slidecontent h2 {
    text-align: left;
    color: #fff;
}

.slidediv .h1 {
    font-size: 30px;
    color: #fff;
    padding-left: 44px;
    font-weight: 900;
    line-height: 80px;
}

.slidecontent ol {
    padding-left: 0px;
    color: #fff;
}

.slidecontent ul {
    padding-left: 0px;
    list-style-type: none;
    color: #fff;
}

.slidecontent li {
    margin-bottom: 10px;
    text-align: left;
}

#closeprivacylink,
#closetermslink {
    cursor: pointer;
}

.slidediv p {
    font-family: Avenir;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    padding-top: 20px;
}

.footer ul li a {
    color: #fff
}

#downloadbutton:before {
    content: 'Download Now';
}

.scroll-top {
    width: 75px;
    height: 75px;
    position: fixed;
    bottom: 25px;
    right: 20px;
    display: none;
    z-index: 999;
}
.scroll-top i {
    display: inline-block;
    color: #fff;
}

#Btnsignup2{
    background: #0062cc;    
}

#regmark {
    vertical-align: super;
    font-size: .7em;
    padding: 0px;
    margin: 0px;
    color: inherit;
}




@media (min-width: 1900px) {
    .sign-btn .btn-primary {
        padding: 5px 2px;
        border: none;
        text-align: center;
        width: 120px !important;
    }

    .col-12 .py-2{
        line-height: unset;
    }

    .d-md-block{
        line-height: unset !important;
    }
}

@media screen and (max-width:1192px) {
    #downloadbutton:before {
        content: 'Request Demo';
    }
}

@media screen and (max-width:1024px) {
    .carousel-info img {
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .info-img .imgs img.left {
        left: -120px;
    }

    .intro {
        line-height: 52px !important;
        font-size: 44px !important;
        margin-top: 0 !important;
    }

    .mission_descr {
        margin-top: 40px !important;
    }

    .vr-demo h2 {
        font-size: 31px !important;
    }

    .footer .container {
        max-width: 960px;
    }

    .footer {
        text-align: center;
    }

    /* .footer .location img{
        margin: 0 auto;
        display: block;
    } */

    .col-12 .location {
        float: unset;
    }

    .container {
        max-width: 1340px !important;
    }

    .info-img .imgs img.left {
        left: -140px !important;
    }

    #privacydiv, #termsdiv {
		width: 100%;
	}

	.slidediv {
		padding: 30px 0px 0px 10px;
		overflow-y: scroll;
	}
	
	.slidecontent {
		padding: 10px 45px 10px 45px;
	}
	#closeprivacylink, #closetermslink {
	    cursor: pointer;
	    position: absolute;
	    right: 40px;
	}

	#privacydiv .h1, #termsdiv .h1{padding-left: 45px;
	display: block;
    margin-top: 50px;
    font-size: 30px;}
}

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

    #myVideo {
        height: 600px;
    }

    .header_descr {
        margin-top: 65px;
    }

    .header {
        min-height: 550px;
    }

    .header_sub_descr {
        font-size: 18px;
    }

    .slick-slide span {
        bottom: 0;
        top: 250px
    }

    .slick-list {
        height: 400px
    }

    .slick-slide {
        width: 280px !important;
    }

    .slick-slide img {
        width: 260px;
        margin-left: 0
    }

    .slick-slide .carousel-info {
        width: 260px;
        margin-left: 0
    }

    .slick-slide .carousel-info p {
        font-size: 10px;
        line-height: 1.3
    }

    .slick-prev,
    .slick-next {
        box-shadow: 0px 0 84px 35px #000;
        width: 32px
    }

    .footer .location {
        float: unset;
    }

    .footer {
        padding-bottom: 0;
    }

    .header .location img, .header2 .location img {
        width: 200px;
    }

    .mission {
        padding-bottom: 50px
    }

    .mission h2 {
        margin-top: 75px
    }
    
    .info-img .info {
        padding-left: 16px
    }

    .info-img .info button {
        margin: 20px 13px 0;
    }

    .info-img .info span {
        padding: 57px 7px 0;
    }

    .info-img .info h3 {
        font-size: 27px;
        line-height: 1.3;
        padding: 0px 8px 0;
    }

    .info-img .imgs img.left {
        left: -100px;
    }

    .mission {
        padding-top: 50px;
    }

    .mission .row {
        margin-top: 20px;
    }

    .mission .row .col-md-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sign_up_col {
        padding-left: 15px !important;
    }

    .info-img .imgs img.right {
        width: 100%;
        right: 0;
        padding-top: 30px
    }

    .info-img .info p {
        padding: 10px 15px 0;
    }

    .info-img .info-p {
        padding-left: 14px;
        padding-right: 0;
    }

    .application .app-par {
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 30px
    }

    .vr-demo button {
        width: 100%
    }
    
    .journey h2 {
        font-size: 35px;
    }

    .journey .form input.sign {
        margin-top: 15px
    }
    
    .footer {
        text-align: center
    }

    .footer .row>div {
        margin-bottom: 30px
    }

    .footer button {
        width: 50%
    }

    .intro {
        line-height: 50px !important;
        font-size: 44px !important;
        margin-top: 0 !important;
    }

    .text-center-title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media screen and (max-width:576px) {
    .sign_up_col {
        margin-top: 15px;
    }

    .info-img {
        padding: 0 0 100px;
    }

    .info-img .info span {
        font-size: 12px;
        padding-left: 15px;
    }

    .info-img .info h3 {
        padding-left: 15px;
    }

    .info3 h3 {
        padding-left: 0 !important;
    }

    .info3 span {
        padding-left: 0 !important;
    }

    .application {
        padding-top: 100px;
        padding-bottom: 55px;
    }

    .vr-demo {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .website {
        padding: 100px 0 !important;
    }

    .info-img .info-p:first-of-type {
        margin-top: 10px;
    }

    .header_descr {
        margin-top: 40px;
    }

    .header_descr h1 {
        line-height: 50px !important;
        font-size: 44px !important;
    }

    .header_descr p {
        font-size: 16px;
        line-height: 22px;
    }

    #privacydiv .h1, #termsdiv .h1{padding-left: 15px;}

    .scroll-top {
        width: 45px;
        height: 45px;
    }
}
