@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Poppins');

/**{
	scroll-behavior: smooth;
	font-family: "Montserrat",sans-serif;
    -webkit-font-smoothing: antialiased;
}*/

*{
	font-family: "Roboto",sans-serif;
    font-weight: normal;
}

/**{
	font-family: verdana;
}*/

body{
	margin: 0;
	padding: 0;
}

* a{
	text-decoration: none;
}



.container{
	height: calc(100% - 212px);
}

.content-b img{
	margin: 0 auto;
}

.main{
	height: 100vh;
	background: #001032;
}

.logo-section img{
	margin-left: 20px;
}
.info-icons-a{
	margin-left: 20px;
}


.header{
	height: 40px;
	font-size: 15px;
	display: grid;
	grid-template-columns: 70% 30%;
	color: rgba(255, 255, 255, 0.9);
}
.sub-header{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sub-header-b{
	width: 100%;
	justify-content: flex-end;
}
.social-icons{
	padding: 0px 10px;
}
.info-icons{
	padding: 5px;
}

.menu-bar{
	height: 52px;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
}
.menu-bar img{
	margin-top: 10px;
}
/*.menu-section{
	background: red;
}*/
.menu-section ul li{
	position: relative;
}
.li-a .hr{
	height: 2px;
	border: none;
	width: 0%;
	border-radius: 1px;
	background: crimson;
}
.li-a a{
	padding: 10px;
}
.li-a{
	height: 52px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
.logo-section{
	width: 220px;
}
.menu-section ul{
	list-style: none;
}
.menu-section ul li a{
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
.menu-section-link{
	margin-right: 20px;
}
.menu-section{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 220px);
	height: 50px;
}
.menu-sub-section{
	top: 50px;
	display: flex;
	left: calc(50% - 100px);
	flex-direction: column;
	position: absolute;
	border-radius: 2px;
	padding: 10px;
	width: 200px;
	overflow: hidden;
	z-index: 3000;
	background: rgba(255, 255, 255, 0.9);
	/*box-shadow: 0px 2px 10px 0px #fff;*/
	transform: rotateX(90deg);
	transform-origin: top;
}
.menu-sub-section ul li{
	width: 100%;
	height: 40px;
	text-align: center;
}
.menu-sub-section ul li a{
	margin-left: -30px;
	color: #555;
}
.menu-sub-section ul li a{
	width: 100%;
	padding: 10px 0px;
}
.menu-section ul li:hover .menu-sub-section{
	transform: rotateX(0deg);
	transition: 1s;
}
.menu-section ul li:hover .hr{
	width: 100%;
	transition: 0.5s;
}
.menu-section-link-highlighted{
	padding: 10px 10px;
	border-radius: 5px;
	border: 2px solid skyblue;
	transition: 0.3s;
}
.menu-section-link-highlighted:hover{
	border: 2px solid crimson;
	background: crimson;
	color: #fff;
}


.main-bottom{
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}
.main-bottom-section{
	height: 120px;
	margin: 0px 2px;
	width: calc(100% - 4px);
	background: rgba(0, 0, 0, 0.3);
}


.page-redirect{
	padding: 10px 0px;
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	background: crimson;
	margin-right: 10px;
	border-radius: 5px;
}



.footer{
	display: grid;
	background: #001032;
	height: 300px;
	margin-top: 10px;
	grid-template-columns: 25% 25% 25% 25%;
}

.footer-section{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-section .hr-2{
	width: 60%;
	height: 2px;
	border: none;
	background: deepskyblue;
}
.footer-section-wrapper{
	height: calc(100% - 40px);
	width: calc(100% - 40px);
}
.footer-section-wrapper h3{
	font-weight: bold;
	color: rgba(255, 255, 255, 0.9);
}

.footer-section-wrapper a{
	font-size: 17px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.9);
}
.footer-section-wrapper i{
	font-size: 17px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.9);
}
.footer-section-wrapper p{
	font-size: 17px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.9);
}
.footer-section-wrapper img{
	font-size: 17px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.popular-module{
	padding: 40px 0px;
	background: rgba(0, 0, 0, 0.05);
}

.popular-module-section{
	display: grid;
	padding: 40px 0px;
	grid-template-columns: 14% 14% 14% 14% 14% 14% 14% 14%;
}
.popular-module-section-wrapper{
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	padding: 20px 0px;
	padding-bottom: 0px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	/*box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);*/
	box-shadow: 22px 22px 40px rgb(49 69 86 / 10%);
	animation: scroll 40s linear infinite;
}


@keyframes scroll {
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-250px * 4));
	}
}

.popular-module h1{
	text-align: center;
	font-size: 25px;
}
.popular-module-section-wrapper img{
	width: 100px;
}
.popular-module-section-wrapper div p{
	margin: 0;
	padding: 0;
}
.popular-module-section-wrapper div{
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border-left: 2px solid deepskyblue;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.05);
}
/*.popular-module-section-wrapper div{
	height: 220px;
	width: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 50%;
	background: rgba(0, 0, 255, 0.05);
}*/
.popular-module-section-wrapper p{
	padding: 0px;
	margin-bottom: -10px;
	color: #777;
}
.popular-module-section-wrapper h2{
	font-weight: bold;
	margin-top: 10px;
	color: #333;
}



.about-us{
	padding: 50px 20px;
}
.about-us-section{
	display: grid;
	grid-template-columns: 50% 50%;
}
.about-us-wrapper{
	color: #777;
}
.about-us-wrapper h1{
	color: #555;
}
/*.about-us-points{
	border-bottom: 2px solid ;
}*/
.about-us-points i{
	color: steelblue;
	margin-right: 20px;
	transition: 0.5s;
}
.about-us-wrapper-b{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-us-wrapper img{
	transition: 0.5s;
}
.about-us-wrapper img:hover{
	width: 610px;
}
.about-us-points:hover i{
	margin-right: 40px;
}
.about-us-points{
	font-weight: bold;
}