html {
  scroll-behavior: smooth;
}
.overflow{ overflow-x: hidden;}
img{ max-width:100%; height:auto;}
.logo2{ padding:25px 0px 10px 15px;}

.navTop {
	position:absolute; top:0px;
 background-color:#fff;
	height: 100px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.35);
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.35);
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.35);
}

.mainImg {
  position: relative;

}

.video {
  position: absolute;
  bottom: 45px;
  left: 60px;
}
.Register{
	position: absolute;
  top: 50px;
  right: 333px;
  }
.Apply{
	position: absolute;
  top: 266px;
  right: 426px;
  }
.Own{
	position: absolute;
  bottom: 41px;
  right: 359px;
  }
@media (max-width:1024px) {
	.Register{
	position: absolute;
  top: 20px;
  right: 250px;
  }
.Apply{
	position: absolute;
  top: 190px;
  right: 320px;
  }
.Own{
	position: absolute;
  bottom: 20px;
  right: 260px;
  }}
.ViewPro{
	position: absolute;
  top: 108px;
  right: 48px;
  }
@media (max-width:1024px) {
	.ViewPro{
	position: absolute;
  top: 90px;
  right: 35px;
  }}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*--------------Mobile---------------*/

	.RegisterM{
	position: absolute;
  top: 80px;
  left: 180px;
  width:149px;
  height:149px;
  }
.ApplyM{
	position: absolute;
  top: 380px;
  left: 30px;
  width:166px;
  height:166px;
  }
.OwnM{
	position: absolute;
  bottom: 120px;
  left: 115px;
  width:161px;
  height:161px;
  }

@media (max-width:640px) {
	.RegisterM{
	position: absolute;
  top: 50px;
  left: 150px;
  width:130px;
  height:130px;
  }
.ApplyM{
	position: absolute;
  top: 320px;
  left: 35px;
  width:130px;
  height:130px;
  }
.OwnM{
	position: absolute;
  bottom: 110px;
  left: 115px;
  width:130px;
  height:130px;
  }	}
  @media (max-width:600px) {
.RegisterM{
	position: absolute;
  top: 30px;
  left: 80px;
  width:75px;
  height:75px;
  }
.ApplyM{
	position: absolute;
  top: 180px;
  left: 17px;
  width:75px;
  height:75px;
  }
.OwnM{
	position: absolute;
  bottom: 60px;
  left: 65px;
  width:75px;
  height:75px;
  }}
/*-------------------*/
.topPSc8{ padding-top:180px;}


.screen8{ background-image:url(../images/Screen8.jpg); background-position:top center; background-repeat:no-repeat; min-height:660px;}


/*------------------ divider ------------------------*/
  .row.vdivide [class*='col-']:not(:last-child):after {
  border-right: 2px dashed #4D4D4D;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;}
  @media (max-width:640px) {
	    .row.vdivide [class*='col-']:not(:last-child):after {
  background: #C3C4C4;
  border-right: 0px dashed #4D4D4D;
  width: 0px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;}}
  



