/* CSS Document */
    .image-container {
        position: relative;
        overflow-x: scroll;
    }
.image-container>img{
	max-width: 100%;
	min-width: 600px;
}
.scroll-icon {
		display: none;
        position: absolute;
        top: 0%;
        left:0%;
        z-index: 9999;
        width: 100%;
        height: 100%;
        cursor: pointer;
		box-shadow: -10px 0 5px -5px rgba(0,0,0,0.3) inset;
		transition: all 1s ease;
		opacity: 0
}
.scroll-icon img{
	width: 35%;
	transform: translate(0%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;	
	animation: swipe 3s ease-in-out infinite;
}
@keyframes swipe {
	0%{
		transform: translate(-30%, -50%);
	}
	100%{
		transform: translate(-70%, -50%);
	}
}
@media screen and (max-width: 779px) {

    .scroll-icon {
        display: block;
		opacity: 1;
  		transition: opacity 0.5s ease;

    }
}
.mrabout{
	background: url("../img/bg_2.png") no-repeat top/ cover;
	padding:50px 0px 90px 0;
	text-align: center;	
	margin-top: 0px;
}
.mrabout h2{
	position: relative;
	font-size: 1.3em;
	margin: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #003856;
	text-shadow: 0px 0px 5px #FFF;
}
.mrabout h2:before,.mrabout h2:after{
	content: "";
	height: 4px;
	background: #008BBE;
	flex-grow: 1;
}
.mrabout h2:before{}
.mrabout h2:after{}
.mrabout h2 span{
	position: relative;
	padding: 0 40px;
}
.mrabout h2 span:before,.mrabout h2 span:after{
	position: absolute;
	content: "";
	border-bottom: 4px solid #008BBE;
	top:-1.5px;
	width: 30px;
	height: 30px;
}
.mrabout h2 span:before{
	border-left: 4px solid #008BBE;
	left: 10px;
	transform: rotate(45deg) skew(-15deg, -15deg);
}
.mrabout h2 span:after{
	border-right: 4px solid #008BBE;
	right: 10px;
	transform: rotate(-45deg) skew(15deg, 15deg);
}
.mrabout img{
	width: 85%;
	max-width: 1000px;
}
.mrabout p{
	font-weight: bold;
	padding: 0 10px;
	color: #003856;
	text-shadow: 0px 0px 5px #FFF;
	letter-spacing: 1.5px;
}
.mrsp{display: none}
.mrexample{margin-bottom: 5%}
.mrexample h3{
	display: inline-block;
	margin-top: 15px;
	border-bottom: 1px solid #0096BE;
	padding: 10px 100px;
	font-size: 20px;
	font-weight: 400;
	position: relative;
}
.mrexample h3 span{
	background: #D7EAF4;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	width: 140px;
	font-size: 13px;
	right: -23%;
	transform: rotate(15deg);
	padding: 5px 10px;
}
.mrexample .mrlogo{
	position: relative;
	padding: 50px 0px;
	background:
		linear-gradient(to right, #0096BE , #0096BE),
		linear-gradient(to right, #7CBAD2, #7CBAD2),
		linear-gradient(to right, #0096BE , #0096BE),
		linear-gradient(to right, #0096BE , #0096BE),
		linear-gradient(to right, #7CBAD2, #7CBAD2),
		linear-gradient(to right, #0096BE , #0096BE),
		linear-gradient(to right, #0096BE , #0096BE),
		linear-gradient(to right, #7CBAD2, #7CBAD2),
		linear-gradient(to right, #0096BE , #0096BE),
		linear-gradient(to right, #7CBAD2, #7CBAD2);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:
		calc(50% - 100px - 10%) 28%,
		calc(50% - 100px - 10% - 15px) 17%,
		calc(50% - 100px - 10% - 30px) 13%,
		calc(50% + 100px + 10%) 28%,
		calc(50% + 100px + 10% + 15px) 17%,
		calc(50% + 100px + 10% + 30px) 13%,
		calc(50% - 100px - 10%) 80% ,
		calc(50% - 100px - 10% - 30px) 70%,
		calc(50% + 100px + 10%) 80% ,
		calc(50% + 100px + 10% + 30px) 70%;
	background-size: 20px 20px,14px 14px,8px 8px,20px 20px,14px 14px,8px 8px,16px 16px,16px 16px,16px 16px,16px 16px;
}
.mrexample .mrlogo:before{
	position: absolute;
	content: "";
	background:  radial-gradient(#4AA0FF 2px, transparent 2px) repeat-y center/ 8px 8px;
	width: 8px;
	height: 100%;
	z-index: -1;
	left:calc(50% - 4px);
	top:0px;
	animation: scroll 3s ease-in-out infinite;
	overflow: hidden;
}
@keyframes scroll {
	0%{
		height:0%;
	}
	100%{
		height:100%;
		top:0%;
		opacity: 1;
	}
}
.mrexample .mrlogo span{
	border-radius: 50%;
	background: radial-gradient(#D0E6F6, rgba(255,255,255,0.85) 85%);
	padding: 5% 10%;
	box-shadow: 0 0 5px 5px #d0e6f626;
	text-shadow: 0 0 5px #fff;
	font-size: 20px;
	display: inline-block;
}

.mrexample .mrlogo img{
	width:200px;
	vertical-align: bottom;
	filter: drop-shadow(0 0 5px #FFF);
}
.mrexample p strong{
	color:#0096BE;
	font-size: 18px;
}
.mrexample .mrex_p{
	color: #7CBAD2;
}
.mr_effect{
	position: relative;
	overflow: hidden;
}
.mr_effect img{width: 60px}
.mr_effect p{
	border-top:3px solid #E7E3E0;
	border-bottom:3px solid #E7E3E0;
	border-left:10px solid #E7E3E0;
	border-right:10px solid #E7E3E0;
	padding: 20px 35px;
	margin-top: 0;
	position: relative;
	background: #FFF;
}
.mr_effect p:before,.mr_effect p:after{
	position: absolute;
	content: "";
	width: 75px;
	height: 75px;
	background: linear-gradient(45deg,transparent 48%,#E7E3E0 48%,#E7E3E0 52%, transparent 52%);
	z-index:1;
}
.mr_effect p:before{
	bottom: 0%;
	left:-5px;
}
.mr_effect p:after{
	top: 0%;
	right:-10px;
}
.mr_effect p strong{
	color: #008BBE;
	font-size: 20px;
	letter-spacing: 5px;
	text-shadow: 0px 0px 15px #0050A8;
}
.mr_effect .mr_square{
	background: #E7E3E0;
	position: absolute;
	top: 0;	
}
.mr_effect .mr_square:nth-child(1){left:5%;animation: down-animaition 5s linear infinite;}
.mr_effect .mr_square:nth-child(2){left:15%;animation: down-animaition 3s linear infinite;}
.mr_effect .mr_square:nth-child(3){left:35%;animation: down-animaition 4.5s linear infinite;}
.mr_effect .mr_square:nth-child(4){left:60%;animation: down-animaition 5.5s linear infinite;}
.mr_effect .mr_square:nth-child(5){left:80%;animation: down-animaition 3s linear infinite;}
.mr_effect .mr_square:nth-child(6){left:95%;animation: down-animaition 3.25s linear infinite;}

.mr_effect .mr_square:nth-child(n){
	width: 10px;
	height: 10px;
}
.mr_effect .mr_square:nth-child(2n){
	width: 20px;
	height: 20px;
}
.mr_effect .mr_square:nth-child(3n){
	width: 17.5px;
	height: 17.5px;
}
.mr_effect>ul {
	margin: 10px;
	background: #FFF;
}
.mr_effect>ul li{
	position: relative;
	padding-left: 20px;
	margin: 10px 0;
	background: #FFF;
}
.mr_effect>ul li:before{
	content: "";
	position: absolute;
	background: #79BBD0;
	width: 10px;
	height: 10px;
	top: 5.5px;
	left: 0;
}
@keyframes down-animaition{
	0% {
	transform: translateY(-100%);
	}
	100% {
	transform: translateY(300px);
	}
}
.mrlink{
	text-align: center;
	margin: 20px 0;
}
.mrlink span{
	padding: 0 20px;
	position: relative;
}
.mrlink span:first-of-type:before,.mrlink span:first-of-type:after{
	content: "";
	position: absolute;
	top: -5px;
  	left: 100%;
  	width: 3px; 
  	height: 30px; 
  	background: #000;
}
.mrlink span:first-of-type:before{ transform:translate(-50%,-50%) rotate(45deg);}
.mrlink span:first-of-type:after{ transform:translate(-50%,-50%) rotate(-45deg);}
.mrlink span img{width: 40%;}
.mrlink span:first-of-type{border-bottom: 5px solid #282864;}
.mrlink span:last-of-type{border-bottom: 5px solid #0096BE;}
.mrlink+p strong{
	color: #0096BE;
	font-size: 20px;
}
.mr_feature>div{padding: 3% 0;}
.mr_feature>div:nth-of-type(2){
	border-top:5px dotted #7CBAFF;
	border-bottom:5px dotted #7EB9E5;
}
.mr_feature p{color: #79BBD0;}
.mr_feature p strong{
	color: #0096BE;
	font-size: 20px;	
}
.mr_feature ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
}
.mr_feature ul li{
	width: 30%;
	position: relative;
}
.mr_feature ul li:nth-of-type(2):before,.mr_feature ul li:nth-of-type(2):after{
	position: absolute;
	content: "";
	border-left: 25px solid #C0C0C0;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	top: 50px;
}
.mr_feature ul li:nth-of-type(2):before{left:-30px}
.mr_feature ul li:nth-of-type(2):after{right: -35px;}
.mr_feature ul li h4{
	background: #E2E2E2;
	color: #7C8CD2;
	text-align: center;
	padding: 3px 1px;
	box-sizing: border-box;
}
.mr_feature ul li p{color: #000}
.mr_feature>div:nth-of-type(3){
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
}
.mr_feature>div:nth-of-type(3) div:nth-of-type(1){width: 30%;}
.mr_feature>div:nth-of-type(3) h4{
	color: #79BBD0;
	padding-left:15px;
	position: relative;
	width: 100%;
}
.mr_feature>div:nth-of-type(3) h4:before{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top:calc(50% - 6px);
	left:0px;
	background: #0096BE;
}
.mr_feature>div:nth-of-type(3) div h4+p{padding-left: 15px;}
.mr_feature>div:nth-of-type(3) div p{color: #000; margin-bottom: 3%;}
.mr_feature>div:nth-of-type(3) div:nth-of-type(2){width: 60%;}
.mr_feature>div:nth-of-type(3) div:nth-of-type(2) h5{
	background: #E2E2E2;
	color: #7C8CD2;
	width: 180px;
	text-align: center;
}
.cmsn{
	border-radius: 50%;
	background: #D2DFFF;
	color: #608EFF;
	font-size: 10px;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	vertical-align: middle;
	margin: 0 10px;
	text-shadow: none;
	line-height: 1.2;
}
.comingsoon span{font-size: 20px}
.comingsoon{
	background: radial-gradient(#FFF,#8BC6E0);
	color: #8B8685;
	padding:5% 10%;
	text-align: center;
	vertical-align: middle;
}
.trial_btn{
	text-align: center;
	margin: 3% 0;
}
.trial_btn a{
	background:linear-gradient(to right ,#4578b9,#8bcee3,#4578b9);
	display: inline-block;
	position: relative;
    overflow: hidden;
	transition-duration: .4s;
  	z-index: 2;	
	padding: 10px 100px;
	color: #FFF;
	border-radius: 50px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	transition: box-shadow 0.5s;
}
.trial_btn a:before{
  background:linear-gradient(to right ,#8bcee3,#4578b9,#8bcee3);
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition:all 0.5s;
}
.trial_btn a:hover{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
}
.trial_btn a:hover:before{ 
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;}
.trial_btn strong{font-size: 16px;}
@media screen and (max-width: 800px) {
	.mr_feature ul li{width: 100%}
	.mr_feature ul li:nth-of-type(2):before,.mr_feature ul li:nth-of-type(2):after{
	position: absolute;
	content: "";
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 25px solid #C0C0C0 ;
	border-bottom: 0 solid transparent;
	left: calc(50% - 45px);
	}
	.mr_feature ul li:nth-of-type(2):before{top:-30px}
	.mr_feature ul li:nth-of-type(2):after{bottom: -30px;top:auto;right: auto;}
}
@media screen and (max-width: 480px) {
	.mrpc{display: none}
	.mrsp{display: inherit;}
	.mrlink span{padding: 0 10px}
	.mr_feature>div:nth-of-type(3) div:nth-of-type(1),.mr_feature>div:nth-of-type(3) div:nth-of-type(2){width: 100%;}
	.mr_feature ul li{width: 100%}
	.mr_feature ul li:nth-of-type(2):before,.mr_feature ul li:nth-of-type(2):after{
	position: absolute;
	content: "";
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 25px solid #C0C0C0 ;
	border-bottom: 0 solid transparent;
	left: calc(50% - 45px);
	}
	.mr_feature ul li:nth-of-type(2):before{top:-30px}
	.mr_feature ul li:nth-of-type(2):after{bottom: -30px;top:auto;right: auto;}
	.mrlink span:first-of-type:before,.mrlink span:first-of-type:after{height: 15px;top: 30%;width: 2px;}
	.mr_feature>div:nth-of-type(3) div:nth-of-type(2){padding-left: 15px}
}