

.mainvideo{
	width: 65px;
    height: 65px;
	background-color: rgba(0,0,0,0.7);
    box-shadow: 0px 0px 20px #000000;
}

.btnbackground{
	background-image: url(../images/main_video2.jpg)!important;
	width: 550px;
    height: 308px;
	margin: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	background-size: cover;
    background-position: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.30);
}

.btnplayhov:hover {
	transition: 0.5 ease;
	transform: scale(1.1);
}
.novideo {
    display: none!important;
}



/* - - - -  Video-Widget - - - - */

.main-title{
	display:none;
}

.getreel-widget>.main .main-contianer .video-js .vjs-big-play-button {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 45px;
    line-height: 50px;
    border: 2px solid rgba(255,255,255,.0);
    color: rgba(73,183,226,.0);
	background-color: rgba(0,0,0,0.7)!important;
}

.vjs-big-play-button{
	
	background-image: url(../images/play_btn.svg)!important;
    width: 64px;
    height: 64px;
    position: absolute;
	margin-top:20px;
	bottom: 0px!important;

}



.suggestion-title{
	display:none;
}

.suggestion{
	display:none;
}
	
.getreel-widget{
    width: 83%;
	height:auto;
    background-color: rgba(0,0,0,0);
}

.getreel-widget.small {
    padding: 100px 0px 120px 0px;
	float: left;
}

.getreel-widget .suggestion .suggestion-slider {
    display: none;
}

@media (max-width: 991px){
	.getreel-widget.small {
		padding:  40px 0px 40px 0px;
		}
	.getreel-widget{
		width: 100%!important;
}
.main-box-container video_container video_container_single_player{
	width: 110%!important;
}
}

/* - - - - End Video-Widget - - - - */


/* - - - -  THANK YOU PAGE - - - - */

.thanku_page{
	background-size: cover!important;
}

.thankoo {
    align-items: center;
    padding-right: 0!important
}

.thankoo h3 {
    color: #47b7e4!important;
    font-size: 42px;
    font-weight: 600
}

.thankoo p {
    color: #585858!important;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px
}

.sec_form .container{
    max-width: 750px;
    padding: 0;
}

.back_home_btn{
	text-align:center;
	margin-top:60px;
	text-decoration:underline;
	text-decoration-color: #e21e26;
	font-weight:500;
}

body.thanku_page{
        background: url(../images/thank_you_g.jpg)!important;
		background-size: cover!important
}

@media (max-width: 991px){
	.thankoo h3{
		font-size:35px!important;
		margin-top:0px;
		padding-bottom:3px;
		}
    .thankoo{
        display: block !important;
    }
	.form_logo img{
		width: 100px;
		height: 100px;
	}
	.thanku_page{
		background-size: cover;
	}
    	body.thanku_page{
		background: url(../images/thank_you_g_mob2.jpg)!important;
		background-size: cover!important
	}
}





/* - - - -  Video Carousel  - - - - */  


.btn-play{
    background-image: url(../images/play_btn.svg)!important;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    background-color: rgba(0,0,0,0.5)!important;
}


.section {
  width: 650px;
  position: relative;
  height: 450px;
  overflow:hidden;    
}

.video {
    margin-bottom: 36px
}

.video figure .wrapper {
    height: 0;
    padding: 0;
    padding-top: 56.25%;
    padding-top: calc(900% / 16);
    position: relative
}

.video figure .wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.video-carrousel {
    display: inline-block;
    position: relative;
    height: 257px;
    width: 100%;
}
.video-carrousel input {
    display: none
}

.video-carrousel input+.video-carrousel__item {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    display: inline-block;
    left: 0;
    height: 100%;
    margin-right: -4px;
    opacity: 1;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    z-index: 1
}

.video-carrousel input+.video-carrousel__item .thumb {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: solid 0px #FFF;
    border-radius: 0px;
    cursor: pointer;
  display: block;
    height: 100%;
    opacity: 0;
    transform: translateX(-10%);
    overflow: hidden;
    padding: 6px;
    position: relative;
    width: 40%;
}

.video-carrousel input+.video-carrousel__item .thumb .btn-play {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(33,117,217,0.8);
    border: none;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    font-size: 30px;
    left: calc(50% - 25px);
    position: absolute;
    opacity: 0;
    padding: 13px 12px 12px 18px;
    pointer-events: none;
    top: calc(50% - 34px)
}

.video-carrousel input+.video-carrousel__item .thumb .btn-play:hover {
    background: white;
    color: #2175d9
}

.video-carrousel input+.video-carrousel__item .thumb img {
    border-radius: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    height: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (min-width: 600px) {
    .video-carrousel input+.video-carrousel__item .thumb img {
        height:auto;
        width: 100%;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.45);
    }
}

.video-carrousel input+.video-carrousel__item .btn-switch {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
    cursor: pointer;
    font-size: 22px;
    line-height: 50px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 25px);
    height: 50px;
    width: 50px
}

.video-carrousel input+.video-carrousel__item .btn-switch.btn-prev {
    left: 65px;
    padding-left: 14px;
    background-image: url(../images/prev_btn.svg)!important;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
 
}

.video-carrousel input+.video-carrousel__item .btn-switch.btn-prev:icon-arrow-left {
    font-family: 'rnl-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.video-carrousel input+.video-carrousel__item .btn-switch.btn-next {
    padding-left: 18px;
    right: 65px;
    background-image: url(../images/next_btn.svg)!important;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    height: 50px;
}

.video-carrousel input+.video-carrousel__item .video {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(0,0,0,0.9);
    opacity: 0;
    padding: 12px;
    position: absolute;
    top: 60%;
    margin-bottom: 0;
    pointer-events: none;
    width: 0;
    text-align: center;
    z-index: 10;
    height: 0;
    left: 50%
}

.video-carrousel input+.video-carrousel__item .video .btn-close {
    border: none;
    color: white;
    cursor: pointer;
    padding: 0 6px;
    position: absolute;
    right: 24px;
    top: 9px;
    font-size: 24px
}

@media screen and (min-width: 600px) {
    .video-carrousel input+.video-carrousel__item .video .btn-close {
        right:0;
        top: 0
    }
}

.video-carrousel input+.video-carrousel__item .video iframe {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    width: 100%
}

.video-carrousel input+.video-carrousel__item.left {
    opacity: 1;
    z-index: 2
}

.video-carrousel input+.video-carrousel__item.left .thumb {
    -ms-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0.5;
    pointer-events: auto
}

.video-carrousel input+.video-carrousel__item.center {
    opacity: 1;
    z-index: 3
}

.video-carrousel input+.video-carrousel__item.center .thumb {
    width: 100%;
    left: 0;
    opacity: 1;
    pointer-events: auto;
    top: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)

}

.video-carrousel input+.video-carrousel__item.center .thumb .btn-play {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (min-width: 800px) {
    .video-carrousel input+.video-carrousel__item.center .thumb {
        -ms-transform:translateX(33%);
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
        width: 60%;
        
    }
}

.video-carrousel input+.video-carrousel__item.center .active-dot {
    display: block
}

.video-carrousel input+.video-carrousel__item.center .btn-switch {
    opacity: 1;
    pointer-events: auto;
}

.video-carrousel input+.video-carrousel__item.center .btn-switch.btn-prev:hover {
    padding-left: 8px
}

.video-carrousel input+.video-carrousel__item.center .btn-switch.btn-next:hover {
    padding-left: 24px
}

.video-carrousel input+.video-carrousel__item.center .toggle-video:checked+.video {
    height: calc(100% + 103px);
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 5px);
    opacity: 1;
    pointer-events: auto;
    display: block
}

.video-carrousel input+.video-carrousel__item.center .toggle-video:checked+.video iframe {
    height: 100%;
    width: 100%
}

@media screen and (min-width: 800px) {
    .video-carrousel input+.video-carrousel__item.center .toggle-video:checked+.video iframe {
        width:90%
    }
}

.video-carrousel input+.video-carrousel__item.right {
    opacity: 1;
    z-index: 2
}

.video-carrousel input+.video-carrousel__item.right .thumb {
    -ms-transform: translateX(140%);
    -webkit-transform: translateX(140%);
    transform: translateX(140%);
    opacity: 0.5;
    pointer-events: auto
}

.video-carrousel input+.video-carrousel__item.right-out {
    opacity: 1;
    z-index: 1
}

.video-carrousel input+.video-carrousel__item.right-out .thumb {
    -ms-transform: translateX(235%);
    -webkit-transform: translateX(235%);
    transform: translateX(235%);
    opacity: 0
}

.video-carousel-nav {
    margin-top: 18px;
    margin-bottom: 50px;
}


.video-carousel-nav ul {
    text-align: center
}

.video-carousel-nav ul li {
    display: inline-block;
    height: 25px
}

.video-carousel-nav ul li label {
  display: block;
}

.video-carousel-nav ul li label,.video-carousel-nav ul li .toggle a,.toggle .video-carousel-nav ul li a {
    border-radius: 0px;
    border: 2px solid #000;
    cursor: pointer;
    margin: 0 1px 1px 0;
    position: relative;
    height: 20px;
    width: 20px;
    background: #f5f4f4;
        
}

.video-carousel-nav ul li label.active:after,.video-carousel-nav ul li .toggle a.active:after,.toggle .video-carousel-nav ul li a.active:after {
    background: #000;
    border-radius: 0px;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px)
}

.video-carousel-nav ul li label:hover,.video-carousel-nav ul li .toggle a:hover,.toggle .video-carousel-nav ul li a:hover {
    height: 22px;
    width: 22px;
    margin: -1px 0 0 -1px
}


.video_carr .unitin-left{
      background: url(../images/video_creation_img_bg.jpg) ;
      background-position: top left!important;
      background-repeat: no-repeat;

}

@media screen and (min-width: 991px){

.video-carrousel {
    margin-left: -45px;
    margin-top: 90px
}
    .video-carousel-nav{
      margin-left: -90px; 
   
    }
}



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

.video-carrousel input+.video-carrousel__item .btn-switch.btn-next {
    right: 45px;
    }
    .video-carrousel input+.video-carrousel__item .btn-switch.btn-prev {
    left: 45px;
 }
        .video-carrousel input+.video-carrousel__item.left .thumb {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
}
    .video-carrousel input+.video-carrousel__item.right .thumb {
        -ms-transform: translateX(150%);
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }
 
    .video-carrousel input+.video-carrousel__item.center .toggle-video:checked+.video {
        height: 100%;
        width: 100%;

}
    .video-cover .fas {
        bottom: 20px;
        left: 22px;
    }

.video-cover .fas {
    bottom: 20px;
    left: 25px;
    
}
}

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

.video-carrousel {
    height: 400px!important;
    width: 100%;
}
}


:host(.media-document.audio.mac){
   width:10px!important; 
    display: none!important;
    
}

.media-document.audio.mac{
    display: none!important;
}

/* - - - -  End Video Carousel  - - - - */  






/* - - - -  main video player - - - - */




.fas{
    color: white;
    
}

.video-cover .fas{
    font-size:0px;
    background-image: url(../images/play_btn.svg);
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 35px;
    left: 40px;
    margin: auto;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);

    cursor: pointer;
}

:root {
    --control-background: #444;
    /* --control-buttons: #55ff63;*/
    --control-track: #95989a;
}

body {
    margin: 0;
}

.video-element {
    width: 550px;
    height: 310px;
    position: relative;
    background: black;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    margin: auto;
    
}

.video-element .video-logo{
    position: absolute;
    width: 15%;
    margin: 20px;
    opacity: 0.5;
    filter: drop-shadow(0 0 5px #444)
}

.video-element .video-cover {
    position: absolute;
    width: 100%;
    height: 100%!important;
    display: flex;
    color: #55ff63;
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    background: #44444480;
    z-index: 10;
    transition: 0.2s;
}

.video-element video {
    width: 100%;
    height: 100%;
}

.video-element .control-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    transition: 0.2s;
    transform: translateY(100%);
    opacity: 0;
    z-index: 100;
}

.video-element .control-box .play-pause {
    height: 140%;
    position: relative;
    top: 0;
    left: 0;
    background: no-repeat;
    border: none;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    outline: none;
    transition: 0.2s;
    margin: 0 10px 0 0;
    width: 30px;
    cursor: pointer;
}



.video-element .control-box .progress-slider {
    width: 80%;
    cursor: pointer;
}

.video-element .control-box .completed-track {
    height: 3px;
    width: 0;
    background: #fff;
    position: absolute;
    left: 40px;
}

.video-element .control-box .completed-track {
    height: 3px;
    width: 0;
    background: #fff;
    position: absolute;
    left: 40px;
}

.time-duration {
    height: 50%;
    display: flex;
    align-items: center;
    margin: 0 0 0 5px;
    font-family: monospace;
    color: #fff;
    font-size: 12px;
}


.video-element .control-box .full-screen,
.video-element .control-box .mute-button {
    height: 150%;
    background: no-repeat;
    border: none;
    box-sizing: border-box;
    padding: 10px;
    color: var(--control-buttons);
    outline: none;
    transition: 0.2s;
    margin: 0 0 0 10px;
    width: 30px;
    cursor: pointer;
}

.video-element .control-box .mute-button {
    margin: 0 20px 0 0;
}

.video-element .control-box .play-pause:hover,
.video-element .control-box .mute-button:hover,
.video-element .control-box .full-screen:hover {
    background: var(--control-buttons);
    color: white;
}


.video-element .control-box .volume-button {
    width: 8%;
    position: relative;
    right: 20px;
    cursor: pointer;
}


.video-element .control-box .present-volume {
    height: 3px;
    background: #ffffff;
    position: absolute;
    right: 30px;
    transform-origin: left;
    
}

.present-volume{
	width: auto!important; 
}


video::-moz-focus-outer {
    border: 0;
}

input::-moz-focus-outer {
    border: 0;
}

button::-moz-focus-outer {
    border: 0;
}




/*Range styling*/

input[type=range] {
    -webkit-appearance: none;
    background: transparent;
}


input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-top: -4.5px;
}


input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: none;
}


input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: var(--control-track)
}

input[type=range]::-mo-range-track {
    width: 100%;
    height: 3px;
    background: #fff;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    background: #fff;
}


input[type=range]::-ms-fill-lower {
    background: #fff;
}

input[type=range]::-ms-fill-upper {
    background: #fff;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


@media (max-width: 991px){
.video-element .control-box {
    height: 20%;
}
.video-element .control-box .volume-button {
    width: 3%;
	display:none;
}
.video-element .control-box .present-volume {
    width: 10px;
	display:none;
}
}

/* - - - -  End main video player - - - - */

 .col-md-12{
        flex:auto!important;
    }
    
     .col-12{
        flex:auto!important;
    }


.form_sign_up_right{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    padding: 25px 0px 25px 0px;
} 

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


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: 400;
}
    




.text-norm-bullet{
    padding:12px;

}


.vjs-big-play-button{
    background-color:white!important;
    left: 20px;
    bottom: 20px!important; 
    width: 55px!important;
    height: 55px!important;
    border: 0px!important;
    border-radius: 0px!important;
}


.sign_up_p .flex-column {
    align-items: center;
}

.sign_up_p .row {
    background-color: white;
}

.unit p{
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    color: #5b5b5b;
}

h2 {
    font-size: 27px;
}


.sign_up_p .text-norm-bullet{
    font-size: 25px; 
}


.sign_up_p h2{
    font-size: 45px;
    font-weight: 500;
/*    width: 520px;*/
}


.sign_up_p p{
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
}



.unit_img{
    max-width: 100%;
    height: auto;
}



 
.howitworks .single-cat{
    padding: 0px 20px 0px 20px;
}

.bluearrow{
    margin-left: 20px;  

}

.arrowblack{
    width: 20px;
    height:auto;

    
}

.howitworks .v_bullet{
    color: #47b7e4!important;
    font-weight: 300;
    font-size: 30px;
    border-bottom: 2px solid #47b7e4;
    padding-bottom: 6px;
    
}

.sec_4 img.arrowblue  {
    height: 125px;
    width: auto;
    margin-left: 5px;
}

 .main_form {
      height: auto;
      padding: 0% 11% 0% 4%!important; 
      background: url(../images/video_lines_bg.png) ;
      background-color: white;
      background-position: bottom left!important;
      background-repeat: no-repeat;
      padding-bottom: 50px!important;

 }

.main_video{
    max-width: 100%;
    height: auto; 
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

.toptitle{
    font-size:60px;
}

.face_img{
	padding-left: 0px;
    padding-right: 0px; 
    margin-top: -50px;
}


.howitworks .container{
    background: url(../images/h_i_w_lines_bg.png) ;
    background-color: white;
    background-position: top left!important;
    background-repeat: no-repeat;
    background-color:#daf1fa; 
    padding: 1% 5% 1% 5%;
    
}


.unit.container{
    background-color:#ffffff; 
}

.bottom-city{
    background: #ffffff; /* Old browsers 
    background: -moz-linear-gradient(top, #ffffff 0%, #3498db 95%, #3498db 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#3498db 95%,#3498db 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#3498db 95%,#3498db 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3498db',GradientType=0 ); /* IE6-9 */
    color:#fff;
    cursor: pointer;
    
}

.main_form .single-input {
    background: transparent;
    padding: 0 0px;
    border-bottom: 1px solid #cacaca;
}


.main_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4f4f4f;
}
.main_form ::-moz-placeholder { /* Firefox 19+ */
  color: #4f4f4f;
}
.main_form :-ms-input-placeholder { /* IE 10+ */
  color: #4f4f4f;
}
.main_form :-moz-placeholder { /* Firefox 18- */
  color: #4f4f4f;
}


.main_form h3{
    font-size: 20px;
    line-height: 27px!important;
}

.form_main_style{
    padding: 0% 12% 0% 12%;
    
}

.form_main_style .mt-10{
    margin-top:13px;  
}

.v_icon {
    width: auto;
    height: 120px;
}

.v_bullet{
    font-size: 22px;
    font-weight: 700;
    margin-left: 5px;
}

.mainform{
    background-color: white;
}
.vertical{
    align-items: center;
}

.navbar-brand p{
    color: white;
    font-weight: 500; 
    font-size:20px;
    margin-top: 12px;
}

/*
.banner-left h2{
    font-size:70px;
    font-weight: 400;
    width: 500px;
    line-height: 65px!important;
}
*/

#home {
    justify-content: flex-start!important;
    align-items: flex-start!important;
}

.default-header {
    background-color: rgba(0,0,0,0);
    width: 100% !important;
}
.nl-title{
    margin-top:100px;
    color:white;
}

.nl h4{
    text-align: center;
    margin-top: 15px;
}

.nl {
    background-color:#e21e26;
   
    border-radius: 1000px 1000px 0px 0px;
    margin-bottom:-170px; 
    height: 550px;
    margin-top: 40px;
}

.pr-20 {
    padding-right: 20px;
}

.sticky-wrapper {
    height: 60px !important;
}

body{
    background-color: #f5f4f4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
}
h1{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
}

.pb-150{
    padding-bottom: 150px;
}
.pl-40 {
    margin-left: 24px;
}
.section-gap {
    padding: 0px 0;
}
.text-norm{
    font-weight: 500;
    font-size: 18px;
   
}

.text-norm-circle{
    padding-right:23%;
    padding-left:23%;
    font-weight: 400;
}

.smart{
    font-size:55px;
    font-weight: 700;
    color:#3498db;
    margin-bottom: -3px;
}

.smartsmall{
    font-size:35px;
    font-weight: 400;
    color:#3498db;
    padding-bottom: 18%;
}

.text-simple {
    font-weight: 600;
}


#trailer > video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    min-width: 100%; 
    min-height: 100%;
    width: auto; height: auto; 
}

.men{
    width: 100%;
    height: auto;
    
}


.mb-10-red{
    font-size:28px;
    color:#e21e26;
    padding-bottom:7%;
    margin-top: 20px;
}

.text-white-title{
    color:black;
    padding: 0% 15% 0% 15%;
}



/*
@media (min-aspect-ratio: 16/9) {
     #trailer > video { height: 300%; top: -100%; }
 }
 @media (max-aspect-ratio: 16/9) {
     #trailer > video { width: 300%; left: -100%; }
 }
*/
 @supports (object-fit: cover) {
     #trailer > video {
         top: 0; left: 0;
         width: 100%; height: 100%;
         object-fit: cover;
         min-height: 850px;
     }
 }
.is-sticky .default-header {
    box-shadow: -0px 0px 10px 0px rgba(158, 158, 158, 0.2);
    border-bottom: 0px solid aliceblue;
    background-color: rgba(0,0,0,0.85);
    margin-top: -20px;
    
}

.is-sticky .default-header .navbar-brand img {
    height: 22px;
    width: auto;
    margin-left:0px;
}

.is-sticky .default-header .navbar-brand p {
    font-size: 16px;
    margin-top: 4px;
}


.footer-area h5{
	font-weight: 400;
    font-size:14px;
}
	
.navbar-nav a {
    font-weight: 500;
    padding: 10px;
    font-size: 14px;
}
.small_lett{
    text-transform: unset !important;
    color: #e21e26 !important;
}
.border{
    border-radius: 25px !important;
    border: 2px solid #e21e26 !important;
    padding: 5px 10px !important;
}
.navbar-nav a:hover {
    color: #e21e26;
}
.navbar-brand{
    margin-top: 15px;
    margin-left: -15px;
    
}
/*
.navbar-brand img{
    height: 32px;
    width: 220px;
    margin-left: -6px;
}
*/
#home{
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.banner-left h1 {
    font-size: 55px;
    margin-bottom: 100px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 900;
}

.header-btn{
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 18px;
    color: #ffffff;
    border: 5px solid #fff;
    background-color: rgba(255,255,255,0); 
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.0);
    letter-spacing: 1px;
    font-weight: 500;
}
.header-btn:hover{
    border: 5px solid #fff;
    color: #e21e26;
    background-color: rgba(255,255,255,1);
    font-weight: 500;
}

.header-btn-tech{
    padding: 30px 35px;
    border-radius: 6px;
    font-size: 18px;
    color: #3498db;
    font-weight: 500;
    width: 280px;

}
.header-btn-tech:hover{
    color: #ffffff;
    background-color: #3498db;
    font-weight: 500;
    width: 280px;
}

.work-btn{
    padding: 20px 30px;
    border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
    background-color: #3498db; 
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    font-family: 'Roboto', sans-serif;
}

.work-btn:hover{
    color: #ffffff;
    background-color: #41abf2;
}


.sec_1{
    padding-bottom: 0px;
}
.sec_6{
    padding-top: 50px;
    padding-bottom: 30px;
}

.sec_7{
    padding-bottom: 0px;
    padding-top:0px;
}
 
.sep_red{
    height: 5px;
    width: 70px;
    background: #e21e26;
    border-radius: 3px;
    margin-bottom: 50px;
}



.sec_1 h3{
    font-size: 22px;
    line-height: 30px !important;
}
h3 .text-norm{
    color: #4f4f4f;
}


sec_2 img{
    height: 110px;
    width: 110px;
    margin-left: -10px;
}

h4.text-norm-bullet{
    color: #000000;
    font-size: 18px;
    padding-left:15%;
    padding-right:15%;
    font-weight: 500;
    padding-bottom:5px;
    line-height: 25px!important;
}



.sec_2 .col-lg-4 .sep_red{
    width: 25px;
    height: 2px;
}


.single-input{
    line-height: 35px!important;
    
}

.mt-10 {
   margin-top: 20px; 
}


.sec_3 hr{
    margin-bottom: 20px;
}
.sep-right {
    border-right: 2px solid #3e68a8;
    height: 116px;
}
.sep-right h2, .sep_new h2{
    height: 120px;
    margin-top: -22px;
}
.sep_new{
    height: 116px;
}
.counter{
    font-size: 100px;
    font-weight: 300;
}
.counter span{
    font-size: 70px;
    position: absolute;
}


.sec_4 img{
    height: 35px;
    width: auto;
    margin-left: -12px;
}
.bullets h4{
    font-size: 20px;
    line-height: 29px !important;
}
.bullet_img {
    margin-top: -5px;
    position: relative;
}
.bullet_dots {
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    letter-spacing: 0px;
    top: 99px;
}
.bullet_2{
    margin-top: 75px;
}
.bullet_2 h2 {
    right:5px;
    top: 99px;
}
.bullet_3{
    margin-top: 75px;
}
.sec_4_txt{
    padding-right: 50px;
}
.sec_4 h2{
    font-size: 22px;
}

/*
.sec_5 .container{
    max-width: 1640px;
}
*/
.sec_5 h2 {
    border-bottom: 1px solid #3e68a8;
    font-size: 27px;
}
.sec_5 img{
    height: 50px;
    width: 50px;
	margin-left: -5px
}


.footer-area{
    background: #000;
}

.footer-area .footer-nav li a h5{
    color: #848484  !important;
}
.headerlogo{
    height: auto;
    width: 160px;
}

.single-footer-widget img{
    height: 70px;
    width: 207px;
}
.footer-text {
    font-size: 14px;
    font-weight: normal;
    color: #848484 !important;
	margin-top:20px!important;
}

.footer-area .footer-nav li a h5:hover{
    color: #ffffff !important;
}
.footer-nav{
    flex-wrap: wrap;
    justify-content: center;
}


#animation_container {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
    background: transparent !important;
  }


@media (max-width: 1500px){
       .container {
      max-width: 1300px!important;
}
}


@media (max-width: 1400px){
.sec_5 h2{
    font-size: 20px!important;
 }
    .banner-left h2 {
    font-weight: 600;
    font-size: 80px;
    margin-bottom: 60px;
    
 }
    #home {
     height: 650px;
 }
    .men {
     width: 80%;
 }
    .banner-left h1 {
      margin-top: 0px;
 }
     #animation_container{   
      width: 230px!important;
      height: 230px!important;
    }
    .container {
      max-width: 1200px!important;
}


.text-white-title {
    color: black;
        padding: 0% 5% 0% 5%;
}
     .howitworks .container {
        padding: 2% 2% 2% 2%;
}
    .toptitle {
        font-size: 45px;
        margin-bottom: 20px;
}
    .main_form {
        padding-bottom: 35px!important;
}
    howitworks .title{
       margin-top: 15px;
    }
    .howitworks .v_bullet {
        font-size: 25px;
}
    .howitworks p {
        font-size: 15px;
        line-height: 20px;
    }
    .single-input {
    line-height: 27px!important;
}
    .video-element {
        width: 500px;
        height: 280px;
    }
    title text-center{
       margin-top: 0px; 
    
 }
    .sec_4 img.arrowblue {
        height: 106px;

}
   .main_form {
        background-size: 55%;
}
    .howitworks .container{
        background-size: 55%;
    
  }
     .main_form {
      padding: 0% 9% 0% 4%!important;
}
.unit .container {
    max-width: 1110px!important;
}
}

@media (max-width: 1200px){
.sec_5 h2{
    font-size: 20px!important;
 }
    .banner-left h2 {
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 80px;
    line-height: 56px!important;
    
 }
    .v_bullet {
      font-size: 22px;
      width: 95px;
      margin-left: 10px;
      font-weight: 500;

 }
    .features .container{
        margin-top: 80px;
}
    
  .men {
     width: 90%;
 }
    #home {
     height: 650px;
 }
    .banner-left h1 {
      margin-top: 0%;
 }
    .smartsmall{
      padding-bottom: 24%; 

}  

}


@media (max-width: 1180px){
    .smartsmall {
     padding-bottom: 14%;
 }
    .text-simple {
 }
 	.btnbackground{
		width: 100%;
		height: 350px;

}
}


@media (max-width: 991px){
	
	
	.btnbackground {
		width: 100%;
		height: 350px;

}


    .banner-left h1 {
     
        margin-top: -9%;
}
    .container {
        max-width: 100%;
 }
	.single-cat h4{
       line-height: 20px !important;
} 
   

    .sec_2.section-gap {
        padding: 0px 0 !important;

}
    .counter {
        font-size: 80px!important;
}
	.pb-150 {
        padding-bottom: 30px;
}  
     #animation_container{   
       width: 300px!important;
       height: 300px!important;
       
 }
    h4.text-norm-bullet {
      padding-left: 5%;
      padding-right: 5%;
 }

	.form_logo img{
		width: 100px;
		height: 100px;
}
	.thanku_page{
		background-size: cover;
}
/*
    .men{
         width: 40%; 
}
*/

    .banner-left {
      text-align: left!important;
      padding:3%;   
 }

/*
    .banner-left h2{
      font-size: 80px;
      width: 600px;
      line-height: 70px!important;
 }
*/
    .v_bullet {
        font-size: 22px;
        width: 85px!important;
        margin-left: 10px;
        font-weight: 500;
}
    .features .container {
    margin-top: 0px;
}
   .features .mt-100 {
    margin-top: 40px;
}
    .work .mb-60 {
    margin-bottom: 0px;
}
    
   #home {
      height: auto;
}
    .single-footer-widget{
     text-align: center;    
    
}
    .pl-40 {
    margin-left: 0px;
}
   .sec_7 .container{
     max-width: 100%;
     padding-right: 0px;
     padding-left: 0px;    
} 
    h1 {

    font-size: 25px;
}
    .video-element {
    width: 100%;
    height: 40%;
}
    .howitworks .single-cat {
    padding: 0px 0px 0px 0px;
}
    .howitworks .container {
    padding: 1% 2% 1% 2%;
}
   .sign_up_p h2{
     font-size: 30px;

}
    .toptitle{
        font-size:40px;
        line-height: 42px!important;
        margin-top: 35px;
        margin-bottom: 0px!important;
        
}
    .banner-left-form .text-white-title {
    margin-top: 0px;
}
    .text-white-title {
    color: black;
    padding: 0% 1% 0% 1%;
}

.main_form h3{
    font-size: 18px;
    line-height: 25px!important;
}
  
  .video_carr{
    flex-direction: column-reverse;
     margin-top: 20px!important;
    }


  .user_ret{
    flex-direction: column-reverse;
}
    
 .single-cat {
    padding: 2%  
}
    
  .single-cat p {
    padding-bottom: 20px; 
}
    
   .single-cat h2 {
    padding: 0% 0% 0% 0%; 
    margin-bottom: 10px;
    font-size: 30px;
    width: auto;
    
}
    .unit .single-cat h2 {
        font-size: 22px;
        width: auto;
        
 }
    
    .unit .mt-80{
	   margin-top:20px;
}

    .signup_text{
        padding-top: 40px;
    }
    .form_main_style {
        padding: 0%;

}
    .main_form{ 
      background-size: 0px;
}
    .howitworks .container{
       background-size: 0px;  
    }

    h4.text-norm-bullet-big {
     font-size: 15px;
     line-height: 18px!important;
     width: 50%;
}
    .bluearrow{ 
        justify-content: center;
        margin-top: 20px
}
    .sec_4 img.arrowblue{
        height: 80px;
 
    }
    h1 {
        padding-bottom: 20px;
}
    .unit p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .video-carrousel input+.video-carrousel__item .thumb img {
    height: 65%;
    width: auto;
 }
    .video-carousel-nav {
        margin-top: 0px;
        margin-bottom: 0px;
}
    .unitin-left{
        padding: 0px;
    }
    .video_carr .unitin-left {
        background-size: contain;
        background-position: left center!important;
            
}
    .footer-nav {
        padding: 40px 0px 0px 0px;
}
    .footer-nav h5 {
        padding-right: 0px;
}
     .main_form {
      padding: 0% 4% 0% 4%!important; 

 }
    .form_sign_up_right {
        box-shadow: 0px 0px 20px rgba(0,0,0,0.0);
        padding: 0px 15px 0px 15px;
}
    .headerlogo {
        padding-top: 20px;
        margin: auto;
    
}  
    .bluearrow {
        margin-left: 0px;
}
}



@media (max-width: 768px){
  
   
    .sep-right {
        border-right: 0;
        height: 116px;
        margin-bottom: 45px;
    }
    .banner-left {
        margin-top: 0px;
    }
       .v_bullet {
        font-size: 20px;
        width: 500px;
        margin-left: 10px;
        font-weight: 500;
    }
  
    h4.text-norm-bullet {
        padding-left: 20%;
        padding-right: 20%;
    }
    .banner-left h2 {
        font-size: 70px;
        width: 500px;
        line-height: 65px!important;
        margin-bottom: 50px;
    }
    .bullets h4{
        padding-bottom: 20px !important;
    }
    .sec_4 {
        max-height: 800px;
    }
    .footer-area div{
        text-align: center;
    }
    .single-footer-widget img{
        padding-left: 0px;
    }
	.navbar-light .navbar-toggler {
		border: 3px solid #E21E26 !important;
		border-radius: 10px !important;
	}
     .genric-btn{
        margin-top:20px;
    }
      .newsletter{
        max-width: 70%;
    }
        .smart {
     font-size: 40px;
    }
    .smartsmall {
        font-size: 30px;
        padding-bottom: 25%;
    }
    .sec_1 h3 {
        font-size: 18px;
    }
    .text-norm-circle {
         padding-right: 10%;
         padding-left: 10%;
    }

    
     .sec_1{
        background-size: 250%!important;

}
}

@media (max-width: 570px){
	
	.btnbackground {
		width: 100%;
		height: 170px;
     }


	.banner-area .fullscreen {
		height: 450px !important;
	}
    
     .col-md-12{
        flex:auto!important;
    }
    
     .col-12{
        flex:auto!important;
    }
    .navbar-brand img {
       height: 27px;
       width: auto;
       margin-left: 0px;
    }
    .navbar-brand p {
        color: #5cbcfc;
        font-weight: 500;
        font-size: 20px;
        margin-top: 6px;
}
    .v_bullet {
        font-size: 20px;
        width: 320px;
        margin-left: 12px;
        color:white;
        font-weight: 500;
    }
    
    .main_form {
      padding: 3%!important;  
 
    }

    .banner-left-form {
       padding: 0%!important;
       margin-top:30px;
       
    }
       
    .genric-btn.info-border{
        margin-bottom: 15px;
    }

    .face_img {
        margin-top: 0px;
  
    }
	h1 {
		font-size: 26px;
	}
	.section-gap {
		padding: 0px 0;
	}
	.sep_red {
		margin-bottom: 40px;
	}
	
	.features .mt-100 {
        margin-top: 50px;
    }
	.banner-left h2 {
		font-size: 55px;
        line-height: 50px!important;
        margin-bottom: 40px;
        text-align: left;
        width: 380px;
        color:#fff!important;
        font-weight: 900;
    }
    .banner-left .mon h2{
        color:#ffffff!important;
    }
    
    .banner-left h2 .withoutads{
        font-weight: 900!important;
    }
    
    .men{
         width: 60%!important;;
    }
        
    
    .bullet_img img{
        max-width: 60px;
        margin-left: -33px;
    }
	.bullets h4 {
		font-size: 15px;
		line-height: 24px !important;
	}
	.bullets h3 {
		padding-bottom: 0px;
	}
	.bullet_2 h2 {
		right: 0px;
	}
	.bullet_dots {
		right: 0px;
	}
	.sec_4_txt {
		padding-bottom: 40px;
	}
	.sec_1 h3 {
		font-size: 16px;
		line-height: 30px !important;
	}
    .sec_5 h2 {
        font-size: 20px;
    }
	.footer-area .footer-nav li {
		width: 100%;
		padding-left: 0px;
		padding-bottom: 5px;
	}
	.col-lg-4 .single-footer-widget{
		padding-top: 20px;
	}
    .nl .single-cat h4{
            font-size: 15px;

}
    .smart {
       font-size: 42px;
       margin-top:40px;
}  
    .smartsmall {
       font-size: 42px;
}
    .smartsmall {
      padding-bottom: 30%;
    }

    .sec_1 h3 {
       font-size: 18px;
      line-height: 27px !important;
}

     .sec_1{
        background-size: 320%!important;
 }
       .sec_2{
        background-size: 680%!important;
}

   .text-norm-circle {
    padding-right: 5%;
    padding-left: 5%;
}
      h4.text-norm-bullet {
      padding-left: 15%;
      padding-right: 15%;
}
    .sec_2.section-gap {
       padding: 0px 0 !important;
}
    .mb-10-red {
      margin-top: 50px;
      margin-bottom:30px;
}
    .counter {
      font-size: 40px!important;
      font-weight: 700;
}
    .counter span {
      font-size: 41px;
}
    .sep-right h2, .sep_new h2 {
      height: 120px;
      margin-top: 0px;
}
   
    .work h4.text-norm-bullet {
       line-height: 28px!important;
       padding-left: 10%;
       padding-right: 10%;
}

    .work .pt-60 {
       padding-top: 20px;
}
    .is-sticky .default-header {
       height: 90px;
}
    body {
       background-color: #f5f4f4!important;
}
    .mon{   
       color:#ffffff!important;
}
    .exitpopup-modal-window {
       width: 80% !important;
}
}

/* - - - -  SIGN UP PAGE - - - - */

p {
   margin-bottom: -0rem; 
}

.sec_form{
    display: flex;
    align-items: center;
    height: 100vh;
}
.sign_up_page .row{
    margin: 0;
}
.sign_up_page{
    background: #d6eaf8;
}
.sign_up_page .form_header img{
    height: 45px;
    width: 195px;
}
.form_header{
    height: 170px;
    align-items: center;
    padding: 0 50px;
}
.sec_form .container{
    max-width: 800px;
    padding: 0;
}
.form_content{
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(152, 192, 220, 0.5);
    padding: 20px 50px 40px;
    border: 1px
}
form{
    width: 100%;
}
.sign_up_page form input, form textarea{
    border: 1px solid #3498db;
    padding-left: 10px !important;
    margin-bottom: 20px;
    font-size: 14px;
    background: #fff!important;
}
.form-select{
    margin-bottom: 20px;
}
select{
    height: 40px;
    border: 0;
    border: 1px solid #3498db;
    width: 100%;
    padding-bottom: 0;
    padding-left: 6px;
    font-weight: inherit;
    font-size: 14px;
    background: #fff!important;
    color:#777777;
}

#form_signup .form-textarea {
    border: 1px solid #3498db; !important;
    padding: 0 !important;
    margin-bottom: 20px;
    font-size: 14px;
}

select::placeholder{
    padding: 0;
    margin: 0;
}
.genric-btn.info-border {
    color: #fff;
    background: #47b7e4;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    font-size:16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 2px solid #47b7e4;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    font-family: 'Roboto', sans-serif;
}

.genric-btn.info-border:hover {
    background: #fff !important;
    color: #47b7e4;
    border: 2px solid #47b7e4;
}


.newsletter .genric-btn.info-border {
    color: #fff;
    border: 3px solid #ffffff;
    background: #e21e26;
    border-radius: 25px;
}
.newsletter .genric-btn.info-border:hover {
    background: #ffffff !important;
    color: #e21e26;
    border: 3px solid #ffffff;
}



.policy_link{
    width: 100%;
    padding-top: 20px;
    font-size: 15px;
    color: #383b3c;
}

/* - - - - END SIGN UP PAGE - - - - */




