@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700,800,900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

a{
    text-decoration: none;
}

.clr{
	clear:both;
	}

.top-section{
	position:relative;
	}
	
.top-section-mob{
    height: 856px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url(img/jump_landing-min_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	}	
	
.body-inner{
	width:1600px;
	margin:0 auto;
	}	
	
.logoSection{
    padding-top: 10px;
	position:relative;
	z-index:150;
}	

.mob-section{
	display:none;
	}

.mobtop-img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding-top:90px;
	}
	
.mobtop-img-inner{
	width:90%;
	margin:0 auto;
	text-align:center;
	}	
	
.mobtop-img-inner img{
	display:inline-block;
	max-width:80%;
	}	

.wrapDownload{
	float:right;
	padding-top:15px;
	}	

.wrapDownload a{
    display: flex;
    align-items: center;
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-weight: 900;
    color: #192a6f;
}

.blog-link{
	/* display:block; */
	display:none;
	float:right;
	font-family: 'Montserrat Alternates', sans-serif !important;
    font-weight: 900;
    color: #192a6f;
	margin:20px 15px 0 0;
	padding-right:15px;
	border-right:2px solid #192a6f;
}

.wrapDownload a img{
    margin-left: 16px;
}

.img-wrap-inner{
	width:1200px;
	margin:0 auto;
	padding-top:100px;
	}
	
.img-wrap-inner img{
	display:block;
	float:right;
	max-width:100%;
	}	
	
.wrapMainBannerSection{
	position:relative;
	z-index:100;
	}	

.mainBannerSection h2{
    font-weight: 900;
    font-size: 63px;
	text-align:center;
    text-transform: uppercase;
	color:#032671;
}

.img-wrap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:10;
	}

.bottomSideBannr{
	margin:425px auto 0 auto;
	width:910px;
}

.mainBannerSection p{
    width: 560px;
    color: #383639;
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 0.65px;
	display:block;
	float:left;
	line-height:36px;
}

button{
    width: 335px;
    height: 125px;
    box-shadow: 0 5px 40px rgba(167, 85, 1, 0.19);
    border-radius: 60px;
    background-color: #fffdfb;
    border:none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    letter-spacing: 1.2px;
    color: #192a6f;
    margin: 0 auto;
	font-weight:bold;
	text-indent:53px;
	cursor:pointer;
			-webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

button:hover{
	background-color:#f99b46;
	color:#ffffff;
	}

.mainBannerSection button img{
    margin-right: 4px;
}

.bg-img{
	max-width:100%;
	display:block;
	}

.body-inner-wrap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	}
	
.sections{
	position:relative;
	}	
	
.cloudText{
	padding-top:345px;
	width:765px;
	text-align:center;
	color:#ffffff;
	}	
	
.cloudText h3{
	font-size:30px;
	font-weight:bold;
	padding-bottom:30px;
	}	
	
.cloudText p{
	font-size:16px;
	line-height:24px;
	}	
	
.fastBoard{
    position: absolute;
    margin: auto;
    left: 50%;
	margin-left:-460px;
    right: 0;
    top: -290px;
	width:920px;
    text-align: center;
    background: url("img/bgFast.png") no-repeat;
    background-size: contain;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 29px 113px rgba(0, 0, 0, 0.09), 0 29px 40px rgba(0, 0, 0, 0.06), 0 5px 18px rgba(88, 46, 15, 0.23);
    padding: 40px;
	color:#383639;
	z-index:150;
}

.fastBoard h3{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.75px;
	padding-bottom:25px;
	color:#192a6f;
}
.fastBoard p{
    font-size: 16px;
    font-weight: 400;
	line-height:26px;
}	

.fastBordInner{
	position:relative;
	}
	
.whisNote{
    position: absolute;
    top: -90px;
    left: -400px;
}	

.installer-link,
    .jump-section3 .download-link,
	.jump-section5 .download-link{
	display:block;
	width:335px;
	margin:0 auto;
	}
	
.jump-section3 .installer-link{
	margin-top:300px;
	}	
	
.textSide{
    position: relative;
    text-align: center;
	padding-top:60px;
	width:850px;
	color:#383639;
}

.textSide h3{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.75px;
	padding-bottom:30px;
	color:#192a6f;
}

.textSide p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.65px;
	line-height:24px;
}	

.textSide span{
	color:#e6a344;
	font-weight:bold;
	}
	
.text-side-right{
	float:right;
	margin-top:470px;
	}
	
.jump-section5,
    .jumpmob-section2{
	background-color:#032671;
	}	
	
.subfooter{
    padding-top:55px;
    text-align: center;
    color:#fff;
}		
	
.subfooter h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.subfooter p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}	

.subfooter button{
    margin-top: -65px;
}

.arrow{
    margin-top: 60px;
    margin-right: 460px;
}

.footer-block{
	padding-top:175px;
	text-align:center;
	color:#383639;
	}
	
.footer p, .footer .linksWrap{
    margin-bottom: 20px;
}
.footer span{
    font-weight: bold;
}
.footer a{
    padding-bottom: 4px;
    border-bottom: 1px #383639 solid;
    margin-right: 20px;
	color:#383639;
}
.footer a:hover{
    color: #192a6f;
    border-bottom: 1px #192a6f solid;
}	

.jumpmob-section2 .cloudText{
	padding-top:0;
	width:auto;
	}
	
.cloud-img{
	text-align:center;
	padding-bottom:40px;
	}	
	
.cloud-img img,
    .screens img{
	max-width:90%;
	}	
	
.screens{
	float:right;
	text-align:right;
	}	
	
.jumpmob-section3{
	height: 902px;
	padding-bottom:200px;
    background-position: center center;
    background-image: url(img/background-2.jpg);
    background-attachment: scroll;
	background-size: cover;
    background-repeat: no-repeat;
	}	

.jumpmob-section3 .fastBoard{
	top:50px;
	padding:40px;
	}
	
.jumpmob-section3 .whisNote{
	top:auto !important;
	bottom:-600px;
	left:-100px;
	z-index:100;
	}	
	
.jumpmob-section3 .whisNote img{
	width:410px;
	}	
	
.jumpmob-section3 .fast-img{
	width:248px;
	}	
	
.element-left{
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	}	
	
.element-right{
	position:absolute;
	right:0;
	bottom:250px;
	z-index:10;
	display:none;
	}	
	
.jumpmob-section3 .installer-link{
	position:absolute;
	bottom:250px;
	width:335px;
	left:50%;
	margin-left:-167px;
	z-index:200;
	}	
	
.jumpmob-section4 .textSide{
	width:auto;
	}	
	
.jumpmob-section4{
	background-position: center center;
    background-image: url(img/background5.jpg);
    background-attachment: scroll;
	background-size: cover;
    background-repeat: no-repeat;
	}
	
.jumpmob-section4 .text-side-right{
	padding-bottom:100px;
	}	
	
.mob-section button,
   .wrapPopap button{
	width: 335px;
    height: 125px;
	text-indent:55px;
	}	
	
.mob-section button img,
       .wrapPopap button img{
		width:125px;
		}	
		
.textSide-img{
	padding-bottom:30px;
	}
	
.jumpCloudMob{
	display:none;
	}
	
.wrapPopap{
    position: fixed;
    z-index: 99999999;
	width:770px;
	top:-2000px;
	left:50%;
	margin-left:-385px;
	display:none;
	
}
.popupInner{
	position:relative;
	background: url(img/popupBg.jpg) no-repeat;
    background-size: cover;
    background-color: #fff;
	padding:35px;
	z-index:5;
}

.popup-arrow{
	position:absolute;
	left:-90px;
	top:-20px;
	width:79px;
	height:82px;
	background: url(img/popup_arrow.png) no-repeat;
	}
	
.popup-button{
	position:relative;
	width:340px;
	margin:0 auto;
	}	

.popupInnerWrap{
	position:relative;
	}

.popupContentBlock h2{
    color: #192a6f;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
	text-align:center;
}

.popup-img{
	position:absolute;
	width:358px;
	height:270px;
	left:-45px;
	bottom:-140px;
	background: url(img/blot.png) no-repeat;
	z-index:1;
	}

.popupContentBlock p{
    color:#383639;
    font-size: 28px;
    margin-top: 15px;
	text-align:center;
}

.forfree-wrap{
	text-align:center;
	padding:35px 0 25px 0;
	}
	
.close-icon{
	position:absolute;
	display:block;
	width:45px;
	height:45px;
	right:-35px;
	top:-50px;
	background: url(img/close_icon.png) no-repeat;
}	


#download-link-popup{
    margin: 0 auto;
}
#download-link-popup .main__button{
    margin-top: 20px;
}	

#black-page {
    background: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 0;
    margin: 0;
    display:none;
    z-index: 999;
    transition: 0.4s;
}			

.privacy{
    background-color: #f0f0f0;
    padding-bottom: 75px;
}

.wrapLogoPrivacy{
    padding: 60px 0 60px 35px;
}
.innerPrivacy h2{
    color: #192a6f;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 40px;
}


.innerPrivacy{
    box-shadow: 0 29px 113px rgba(0, 0, 0, 0.09), 0 29px 40px rgba(0, 0, 0, 0.06), 0 5px 18px rgba(88, 46, 15, 0.23);
    border-radius: 3px;
    background-color: #ffffff;
    padding: 45px 0;
}

.innerPrivacyContent{
	width:95%;
	margin:0 auto;
	}

.date{
    margin-bottom: 40px;
}		

.innerPrivacy a{
    color:#e8a950;
}

.innerPrivacy p{
	color:#383639;
	}

@media screen and  (max-width: 1600px) {
	.body-inner{
	    width:1400px;	
	}
	
	.mainBannerSection h2{
		font-size:53px;
		}
		
	.bottomSideBannr{
		margin-top:325px;
		width:750px;
		}	
		
	.mainBannerSection p{
		font-size:24px;
		width:480px;
		}	
		
	button{
		width:270px;
		height:100px;
		text-indent:35px;
		line-height:100px;
		}
		
	button img{
		width:100px;
		}	
		
	.bottomSideBannr button{
		margin-top:10px;
		float:right;
		}	
		
	.cloudText{
		padding-top:300px;
		}	
		
	.fastBoard{
		width:800px;
		margin-left:-400px;
		}	
		
	.jump-section3 .installer-link{
		margin-top:270px;
		}	
		
	.whisNote img{
		width:95%;
		}	
		
	.textSide{
		width:700px;
		padding-top:40px;
		}	
		
	.text-side-right{
		margin-top:340px;
		}	
		
	.arrow{
		margin-top:40px;
		}	
		
	.subfooter button{
		margin-top:-55px;
		}	
	
	.img-wrap-inner img{
		text-align:center;
		}
		
	.img-wrap-inner img{
	display:inline-block;
	max-width:80%;
	float:none;
	}	
		
			
	}
	
@media screen and  (max-width: 1440px) {
	.body-inner{
	    width:1200px;	
	}
	
	.mainBannerSection h2{
		font-size:45px;
		}
		
	.bottomSideBannr{
		margin-top:300px;
		width:670px;
		}
		
	button{
		width:270px;
		height:80px;
		text-indent:35px;
		line-height:80px;
		}		
		
	button img{
		width:80px;
		}		
		
	.mainBannerSection p{
		font-size:20px;
		width:400px;
		}		
		
	.cloudText{
		padding-top:280px;
		width:665px;
		}	
		
	.fastBoard{
		width:700px;
		margin-left:-350px;
		top:-220px;
		}	
		
	.fast-img{
		width:180px;
		}	
		
	.jump-section3 .installer-link{
		margin-top:240px;
		}	
		
	.whisNote img{
		width:75%;
		}	
		
	.whisNote{
		left:-370px;
		}	
		
	.textSide{
		width:570px;
		padding-top:30px;
		}	
		
	.text-side-right{
		margin-top:270px;
		}	
		
	.arrow{
		margin-top:30px;
		}	
		
	.subfooter button{
		margin-top:-45px;
		}	
			
	}	
	
@media screen and  (max-width: 1366px) {
	
	.mainBannerSection h2{
		font-size:42px;
		}
		
	.bottomSideBannr{
		margin-top:280px;
		width:640px;
		}
		
	.mainBannerSection p{
		font-size:18px;
		width:370px;
		line-height:28px;
		padding-top:5px;
		}		
		
	.cloudText{
		padding-top:260px;
		}	
		
	.fastBoard{
		width:700px;
		margin-left:-350px;
		top:-200px;
		}	
		
	.fast-img{
		width:180px;
		}	
		
	.jump-section3 .installer-link{
		margin-top:240px;
		}	
		
	.whisNote img{
		width:70%;
		}	
		
	.whisNote{
		left:-350px;
		}	
		
	.textSide{
		width:570px;
		padding-top:30px;
		}	
		
	.fastBoard p{
		font-size:15px;
		}	
		
	.text-side-right{
		margin-top:240px;
		}	
		
	.arrow{
		margin-top:30px;
		}	
		
	.subfooter button{
		margin-top:-45px;
		}	
		
	.footer-block{
		padding-top:120px;
		}	
		
	.mainBannerSection button img{
		  margin-right: 2px;
	  }	
	
	}		
	
	
@media screen and  (max-width: 1280px) {
	
	.body-inner{
	    width:990px;	
	}
	
	.mainBannerSection h2{
		font-size:38px;
		}
		
	.bottomSideBannr{
		margin-top:260px;
		width:570px;
		}
		
	.mainBannerSection p{
		font-size:16px;
		width:330px;
		line-height:28px;
		padding-top:5px;
		}	
		
	button{
		width:230px;
		height:70px;
		text-indent:25px;
		line-height:70px;
		}	
					
		
	button img{
		width:70px;
		margin-right:2px !important;
		}				
		
	.cloudText{
		padding-top:230px;
		width:560px;
		}	
		
	.cloudText p{
		font-size:15px;
		}	
		
	.fastBoard{
		width:550px;
		margin-left:-275px;
		top:-200px;
		}	
		
	.fast-img{
		width:130px;
		}	
		
	.jump-section3 .installer-link{
		margin-top:220px;
		}	
		
	.fastBoard h3{
		padding-top:20px;
		font-size:24px;
		}	
		
	.whisNote img{
		width:70%;
		}	
		
	.whisNote{
		left:-350px;
		}	
		
	.textSide{
		width:480px;
		padding-top:30px;
		}	
		
	.textSide p{
		font-size:15px;
		}	
		
	.fastBoard p{
		font-size:14px;
		}	
		
	.text-side-right{
		margin-top:150px;
		}	
		
	.arrow{
		margin-top:30px;
		}	
		
	.subfooter button{
		margin-top:-45px;
		}	
		
	.footer-block{
		padding-top:110px;
		font-size:15px;
		}	
	
	}	
	
@media screen and  (max-width: 1200px) {
	
	.bottomSideBannr{
		margin-top:235px;
		width:570px;
		}
	
	.jump-section3 .installer-link{
		margin-top:200px;
		}
		
	.text-side-right{
		margin-top:150px;
		}			
		
	}		
	

@media screen and  (max-width: 1100px) {
	
	.bottomSideBannr{
		margin-top:205px;
		width:570px;
		}
		
	.fast-img{
		width:90px;
		}
		
	.fastBoard{
		padding:20px 40px;
		top:-160px;
		}		
	
	.jump-section3 .installer-link{
		margin-top:180px;
		}	
		
	.whisNote img{
		width:65%;
		}	
		
	.text-side-right{
		margin-top:80px;
		}	
		
	.cloudText{
		padding-top:200px;
		}		
		
	}		
	
	
@media screen and  (max-width: 1024px) {
	
	.mainBannerSection h2{
		font-size:30px;
		
	}
	
	.bottomSideBannr{
		margin-top:190px;
		width:570px;
		}
		
	.fast-img{
		width:90px;
		}
		
	.fastBoard{
		padding:20px 40px;
		top:-160px;
		}		
	
	.jump-section3 .installer-link{
		margin-top:160px;
		}	
		
	.whisNote img{
		width:60%;
		}	
		
	.text-side-right{
		margin-top:50px;
		}	
		
	.cloudText{
		padding-top:190px;
		}		
		
	}	
	
@media screen and  (max-width: 992px) {
	
	.top-section-mob{
		height:740px;
		}
		
	.desc-section{
		display:none;
		}
		
	.mob-section{
		display:block;
		}	
		
	.body-inner{
		width:90%;
		}	
		
	.bottomSideBannr{
		margin-top:230px;
		width:570px;
		}	
		
	.mainBannerSection h2{
		font-size:36px;
		
	}
	
	.bottomSideBannr button{
		float:none;
		margin:30px auto 0 auto;
		}
	
	.mainBannerSection p{
		margin:0 auto;
		display:block;
		text-align:center;
		float:none;
		font-size:20px;
	}
	
	.fastBoard{
		margin-left:-295px;
		}
		
	.jumpmob-section3 .whisNote{
		left:-150px;
		}	
		
	.subfooter button{
		width: 335px;
		height: 125px;
		text-indent:55px;
	}	
	
	.subfooter button img{
		width:125px;
		}
		
	.footer-bg{
		display:none;
		}	
		
	.footer{
		 height: 366px;
		 background-position: center center;
		 background-attachment: scroll;
		 background-image: url(img/background-footer-mi.jpg);
		 background-size: cover;
		 background-repeat: no-repeat;
		}	
		
	.footer .body-inner-wrap{
		position:relative;
		padding-top:50px;
		}	
		
	.wrapPopap{
		width:90%;
		margin-left:-45%;
		}	
	
	}			
		
		
@media screen and  (max-width: 768px) {
	
	.mainBannerSection h2{
		padding-top:10px;
		}
	
	.bottomSideBannr{
		margin-top:200px;
		width:90%;
		}	
		
	.mobtop-img-inner{
		width:95%;
		margin:0 auto;
		text-align:center;
	}	
	
    .mobtop-img-inner img{
		max-width:100%;
	}	
	
	.jumpmob-section3 .fastBoard{
		width:80%;
		margin-left:-40%;
		padding:0;
		top:90px;
		background-size:auto;
		}
		
	.jumpmob-section3 .fastBordInner{
		padding:40px;
		}	
		
	.jumpmob-section3 .whisNote{
		left:50%;
		margin-left:-306px;
		bottom:-570px;
		}	
		
	.jumpmob-section3 .installer-link{
		bottom:20px;
		}	
		
	.jumpmob-section3{
		height:1020px;
		}	
		
	.element-left{
		display:none;
		}	
		
	.element-right{
		display:block;
		}	
		
	.textSide{
		width:80%;
		}	
		
	.textSide-img img{
		max-width:90%;
		}		
		
	.arrow{
		margin-right:auto;
		margin-left:-30px;
		display:block;
		}
			
	}			
	
		
@media screen and  (max-width: 576px) {
	.mainBannerSection h2{
		padding-top:15px;
		}
		
	.mobtop-img{
		padding-top:110px;
		}	
		
	.bottomSideBannr{
		margin-top:180px;
		}	
	
	.jumpmob-section3{
		height:1050px;
		}	
		
	.jumpmob-section3 .fastBoard{
		background-size:auto;
		}	
		
	.fastBoard h3{
		padding-top:30px;
		}	
		
	.wrapPopap{
		width:84%;
		margin-left:-42%;
		}	
		
	.wrapPopap button{
		width:250px;
		text-indent:25px;
		height:90px;
		line-height:90px;
		}	
		
	.wrapPopap button img{
		width:90px;
		}	
		
	.popup-button{
		width:260px;
		}	
		
	.popup-arrow{
		left:-80px;
		}	
		
	}
	
	
@media screen and  (max-width: 480px) {
	.arrow{
		margin-right:auto;
		margin-left:-30px;
		display:block;
		}
		
	.bottomSideBannr{
		margin-top:210px;
		}		
		
	.top-section-mob{
		height:670px;
       background-image: url(img/background-480_1.jpg);
	 }
	 
	 .mainBannerSection h2{
		 font-size:32px;
	  }	
	  
	  .mobtop-img{
		 padding-top:140px;
	  }
	  
	  .bottomSideBannr p{
		  width:300px;
		  font-size:18px;  
	  }
	  
	  button,
	     .mob-section button{
		  width:290px;
		  text-indent:30px;
		  }
		  
	.jumpmob-section3{
		background-position:center -100px;
		}	  
		  
	.jumpmob-section3 .fast-img{
		width:130px;
		}	 
		
		
	.jumpmob-section3 .fastBoard{
		background-position:-70px -90px;
		top:100px;
		}	
		
	.cloud-img img{
		text-align:center;
		}	
		
	.jumpCloud{
		display:none;
		}		 
		
	.jumpCloudMob{
		display:inline-block;
		}	
		
	.jumpmob-section2{
		padding-top:40px;
		}	
		
	.element-right{
		bottom:350px;
		}	
		
	.jumpmob-section3 .installer-link{
		z-index:200;
		}	
		
	.popup-arrow{
		display:none;
		}	
		
	}	
