html{
	scroll-behavior: smooth;
}
*{
	padding: 0px;
	margin: 0px;
}
.header{
	background-color: #243559;
	color: white;
	padding-top: 10px;
}
.header i{
	margin-right: 10px;
	margin-left: 20px;
}
.header .social-links{
	text-align: right;
}
.header .social-links i{
	background-color: #3078FB;
	padding: 5px;
	margin-left: 0px;
}
.nav-link{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #444;
	font-size: 18px;
	font-weight: 500;
	padding: 30px 18px;
	margin-right: 20px;
}
@media(max-width: 480px){
	.nav-link{
		padding: 10px 18px;
	}
}
.navbar{
	background-color: white;
	z-index: 999;
}
.slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}
.slide-image {
	position: absolute;
	top: -200px;
	left: -200px;
	width: calc(100% + 400px);
	height: calc(100% + 400px);
	background-position: 50% 50%;
	background-size: cover;
}
.slide-title {
	line-height: 1;
	white-space: normal;
	color: #FFF;
	z-index: 100;
	text-transform: uppercase;
	font-weight: normal;
}
.slide-title h2{
	font-size: 55px;
	font-weight: bold;
	margin-bottom: 20px;
}
.slide-title p{
	margin-bottom: 20px;
}
.slide-title .btn1{
	color: white;
	background-color: #3078FB;
	padding: 13px 30px;
	border: 1px solid #3078FB;
	font-weight: bold;
	margin: 20px;
}
.slide-title .btn2{
	color: #3078FB;
	background-color: white;
	padding: 13px 30px;
	border: 1px solid #3078FB;
	font-weight: bold;
	margin: 20px;
}
.slideshow {
	position: relative;
	width: 100%;
	height: 100vh;
}
.slideshow-pagination {
	position: absolute;
	bottom: 5rem;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: .3s opacity;
	z-index: 10;
}
.slideshow-pagination-item {
	display: flex;
	align-items: center;
}
.slideshow-pagination-item .pagination-number {
	opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
	cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
	width: 0;
}
.slideshow-pagination-item.active .pagination-number {
	opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
	width: 10vw;
}
.slideshow-navigation-button {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 5rem;
	z-index: 1000;
	transition: all .3s ease;
	color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
	left: 0;
}
.slideshow-navigation-button.next {
	right: 0;
}
.pagination-number {
	font-size: 1.8rem;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	padding: 0 0.5rem;
}
.pagination-separator {
	display: none;
	position: relative;
	width: 40px;
	height: 2px;
	background: rgba(255, 255, 255, 0.25);
	transition: all .3s ease;
}
@media (min-width: 45em) {
	.pagination-separator {
		display: block;
	}
}
.pagination-separator-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	transform-origin: 0 0;
}
.services{
	padding: 60px 0px;
	background-color: #F5F8FB;
	text-align: center;
}
.services h2{
	font-size: 40px;
	font-weight: 500;
}
.services p{
	color: #5d6471;
	font-size: 18px;
	font-weight: 500;
}
.services .box{
	background-color: white;
	padding: 50px 30px;
	border: 2px solid rgba(48,120,251,0.4);
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, white 50%, #062241 50%);
	transition: background-position 1s;
}
@media (max-width: 480px){
	.services .box{
		margin: 10px 40px;
	}
}
.services .box:hover {
	background-position: 0 -100%;
}
.services .box:hover ,.services .box:hover i,.services .box:hover p{
	color: white;
}
.services .box:hover i{
	border: 2px solid white;
}
.services .box i{
	color: rgba(48,120,251,0.4);
	border: 2px solid rgba(48,120,251,0.4);
	padding: 15px;
	border-radius: 50%;
	margin-bottom: 20px;
	font-size: 22px;
}
.services .box .read-more i{
	color: rgba(48,120,251,0.4);
	background-color: #F5F8FB;
	border: none;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: none;
}
.aboutus{
	background-image: url(../images/5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.aboutus .box{
	background-color: #062241;
	color: white;
	padding: 30px 70px;
}
.aboutus h2{
	font-weight: bold;
}
.aboutus h5{
	font-weight: bold;
	margin: 20px 0px;
}
.aboutus p{
	font-size: 16px;
	line-height: 1.8;
}
.aboutus ul li{
	list-style-type: none;
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
}
.aboutus ul li i{
	margin-right: 10px;
	font-size: 10px;
}
.Technology{
	padding: 60px 0px;
}
.image {
	width: 80%;
	opacity: 0.2;
	position: absolute;
	-webkit-animation:spin 8s linear infinite;
	-moz-animation:spin 8s linear infinite;
	animation:spin 8s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}
.Technology h2{
	font-size: 35px;
	margin-bottom: 20px;
}
.Technology{
	font-size: 17px;
	line-height: 1.7;
}
.PROFIT{
	padding: 60px 0px;
	background-color: #F5F8FB;
}
.PROFIT h2{
	margin-bottom: 20px;
}
.PROFIT p{
	line-height: 1.8;
	margin-bottom: 20px;
}
.PROFIT .box{
	padding: 30px;
	color: white;
	text-align: center;
}
.PROFIT .box h2{
	font-size: 65px;
	font-weight: bold;
}
.PROFIT img{
	width: 100%;
	border-radius: 10px;
}
.Funds{
	padding: 120px 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,34,65, 0.85) none repeat scroll 0 0;
	color: white;
}
.Funds i{
	width: 50px;
	height: 50px;
	display: inline-block;
	border: 1px solid #3078fb;
	background: #3078fb;
	text-align: center;
	line-height: 46px;
	margin-right: 15px;
	border-radius: 3px;
}
.Guide{
	padding: 60px 0px;
}
.Guide img{
	width: 100%;
}
.Guide h2{
	font-size: 40px;
	font-weight: 500;
}
.Guide p{
	line-height: 1.8;
	font-size: 16px;
}
.Frequently{
	padding: 60px 0px;
}
.Frequently h2{
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
}
.Frequently .number {
	color: #fff;
	font-weight: 400;
	margin-right: 10px;
	float: left;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	background: #3078fb;
	border-radius: 3px;
	text-align: center;
}
.Frequently h4{
	font-weight: bold;
}
.Frequently p{
	margin-left: 50px;
	margin-bottom: 30px;
}
.contact{
	padding: 60px 0px;
	text-align: center;
}
.contact .box{
	margin-bottom: 50px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	padding: 40px 40px 40px;
}
.contact .box::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 50px;
    width: 80%;
    height: 2px;
    background: #3078fb;
    right: 0;
    margin: auto;
}
.contact .box p{
	font-size: 16px;
	line-height: 30px;
}
.contact .box i{
	font-size: 64px;
	line-height: 77px;
	margin-bottom: 20px;
	color: #3078fb;
}
.contact button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #3078fb;
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 16px;
	padding: 13px 24px;
	border-radius: 2px;
	transition: all 0.3s ease 0s;
	background: #3078fb;
}
.contact button:hover{
	color: #3078fb;
	border: 1px solid #3078fb;
	background: #fff;
	transition: all 0.3s ease 0s;
}
.footer{
	padding: 60px 0px;
	background-color: #FDFCFC;
}
.footer ul li{
	list-style-type: none;
	width: 40%;
	float: left;
	padding: 10px;
	color: black;
	transition: 0.5s;
}
.footer ul li:hover{
	color: #3078fb;
}
.footer ul li i{
	margin-right: 10px;
}
.footer h5{
	font-weight: bold;
	margin-bottom: 10px;
}
.footer .social-links i{
	background-color: #3078FB;
	padding: 5px;
	margin-right: 10px;
	color: white;
}
.footer input{
	padding: 10px;
}
.footer button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #3078fb;
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 2px;
	transition: all 0.3s ease 0s;
	background: #3078fb;
	margin-left: -30px;
}
.footer button:hover{
	color: #3078fb;
	border: 1px solid #3078fb;
	background: #fff;
	transition: all 0.3s ease 0s;
}
.footer-1{
	padding: 20px 0px;
	background-color: #F5F8FB;
}
.login-top{
	background-image: url(../images/9.jpg);
	padding: 120px 0px;
	text-align: center;
	background-position: center;
	color: white;
}
.login-top h2{
	font-size: 45px;
	font-weight: bold;
}
.login{
	padding: 60px 0px;
}
.login form{
	margin-bottom: 50px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	padding: 40px;
	text-align: center;
}
.login form::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 50px;
    width: 80%;
    height: 2px;
    background: #3078fb;
    right: 0;
    margin: auto;
}
.login button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #3078fb;
	color: #fff;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 2px;
	transition: all 0.3s ease 0s;
	background: #3078fb;
	margin: 20px;
}
.login button:hover{
	color: #3078fb;
	border: 1px solid #3078fb;
	background: #fff;
	transition: all 0.3s ease 0s;
}
.login .button{
	text-align: center;
}
.login a{
	text-align: center;
	color: black;
	font-weight: bold;
}
.register-top{
	background-image: url(../images/9.jpg);
	padding: 120px 0px;
	text-align: center;
	background-position: center;
	color: white;
}
.register-top h2{
	font-size: 45px;
	font-weight: bold;
}
.register{
	padding: 60px 0px;
}
.register form{
	margin-bottom: 50px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	padding: 40px;
	text-align: center;
}
.register form::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 50px;
    width: 80%;
    height: 2px;
    background: #3078fb;
    right: 0;
    margin: auto;
}
.register button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #3078fb;
	color: #fff;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 2px;
	transition: all 0.3s ease 0s;
	background: #3078fb;
	margin: 20px;
}
.register button:hover{
	color: #3078fb;
	border: 1px solid #3078fb;
	background: #fff;
	transition: all 0.3s ease 0s;
}
.register .button{
	text-align: center;
}
.register input{
	margin-bottom: 30px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3078fb;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 40px;
}
#myBtn:hover {
  background-color: #555;
}