
/* Font Awesome Free Icon */
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500;700;900&display=swap');


/* General Style */

body{
	margin: 0;
	line-height: 1.5;
	font-size: 16px;
	font-family: montserrat, Sans-serif;
	font-weight: 400;
}
*{
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
}
::before,::after{
	box-sizing: border-box;
}
.section{
	background-color: #f2f2fc;
	min-height: 100vh;
	display: block;
	padding: 0 30px;
	left: 270px;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	oveflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section .container{
	padding-top: 60px;
	padding-bottom: 70px;
}
.section-title{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 60px;
}
.section-title h2{
	font-size: 40px;
	color: #302e4d;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	margin:0;
	position: relative;
}
.section-title h2::before{
	content:'';
	height: 4px;
	width: 50px;
	position: absolute;
	top: 100%;
	left: 0;
}
.section-title h2::after{
	content:'';
	height: 4px;
	width: 25px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
}
.row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
}
.padd-15{
	padding-left: 15px;
	padding-right: 15px;
}
.container{
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
.shadow-dark{
	-webkit-box-shadow: 0 0 20px rgba(48,46,77,0.15);
	box-shadow: 0 0 20px rgba(48,46,77,0.15);
}
.btn{
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	padding: 12px 35px;
	color: #ffffff;
	border-radius: 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	white-space: nowrap;
}
.btn:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*Preloader*/

.preloader{
	background-color: #222222;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 150;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.preloader.opacity-0{
	opacity: 0;
}
.preloader .loader{
	height: 40px;
	width: 40px;
	border: 4px solid #e3e3e3;
	border-radius: 50%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Aside */

.aside{
	width: 270px;
	background-color: #fdf9ff;
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	border-right: 1px solid #e8dfec;
	padding: 30px;
	overflow-y: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.aside .logo{
	padding: 30px 0;
}
.aside .logo a{
	font-size: 40px;
	color: #302e4d;
	font-family: font-family: 'Rubik', sans-serif;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}
.aside .nav-toggler{
	height: 40px;
	width: 45px;
	border: 1px solid #d4d4e3;
	cursor: pointer;
	position: fixed;
	left: 300px;
	top: 20px;
	z-index: 11;
	border-radius: 5px;
	background-color: #fdf9ff;
	/*display: -ms-flexbox;
	display: flex;*/
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.aside .nav-toggler span{
	height: 2px;
	width: 18px;
	display: inline-block;
	background-color: #ec1839;
	position: relative;
}
.aside .nav-toggler.open span{
	background-color: transparent;
}
.aside .nav-toggler span::before{
	content:'';
	height: 2px;
	width: 18px;
	position: absolute;
	top: -6px;
	left: 0;
}
.aside .nav-toggler.open span::before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}
.aside .nav-toggler span::after{
	content:'';
	height: 2px;
	width: 18px;
	position: absolute;
	top: 6px;
	left: 0;
}
.aside .nav-toggler.open span::after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}
.aside .nav{
	list-style: none;
	margin: 80px 0;
	padding: 0;
}
.aside .nav li{
	display: block;
}
.aside .nav li a{
	font-size: 16px;
	font-weight: 600;
	color: #302e4d;
	text-decoration: none;
	line-height: 45px;
	display: block;
	border-bottom: 1px solid #e8dfec;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.aside .nav li a:not(.active):hover{
	padding-left: 5px;
}
.aside .nav li a .fa{
	margin-right: 5px;
}
.aside .copyright-text{
	font-size: 13px;
	color: #7d7d7d;
}
/* Home */

.home{
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
}
.home .intro{
	text-align: center;
}
.home .intro img{
	height: 500px;
	width: 500px;
	border-radius: 50%;
	display: inline-block;
	border: 8px solid #ffffff;
}
.home .intro h1{
	font-size: 30px;
	color: #302e4d;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	margin: 20px 0 5px;
}
.home .intro p{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 22px;
	color: #504e70;
}
.home .intro .social-links{
	margin-top: 25px;
}
.home .intro .social-links a{
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	margin: 0 4px;
	border-radius: 50%;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home .intro .social-links a:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	
}
/* About Section*/

.about-ad .about-ad-content{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.about-ad .about-ad-content .about-ad-text{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.about-ad .about-ad-content .about-ad-text h3{
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #302e4d;
}
.about-ad .about-ad-content .about-ad-text p{
	font-size: 16px;
	line-height: 25px;
	color: #504e70;
	margin: 0;
}
.about-ad .about-ad-content .ad-info{
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	margin-top: 40px;
}
.about-ad .about-ad-content .ad-info .ad-info-item{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.about-ad .about-ad-content .ad-info .ad-info-item p{
	font-weight: 600;
	padding: 10px 0;
	font-size: 16px;
	color: #302e4d;
	margin: 0;
	border-bottom: 1px solid #e8dfec;
}
.about-ad .about-ad-content .ad-info .ad-info-item p span{
	font-weight: 400;
	color: #504e70;
	margin-left: 4px;
	display: inline-block;
}
.about-ad .about-ad-content .buttons{
	margin-top: 30px;
}
.about-ad .about-ad-content .buttons .btn{
	margin-right: 15px;
	margin-top: 10px;
}
.about-ad .about-ad-content .buttons .btn:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.about-ad .about-ad-content .ad-rating{
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	margin-top: 40px;
}
.about-ad .about-ad-content .ad-rating .rating-item{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.about-ad .about-ad-content .ad-rating .rating-item h5{
	line-height: 40px;
	font-weight: 600;
	font-size: 16px;
	color: #302e4d;
	text-transform: capitalize;
	margin: 0;
}
.about-ad .about-ad-content .ad-rating .rating-item .progress{
	background-color: #e3e3e3;
	height: 7px;
	border-radius: 4px;
	width: 100%;
	position:relative;
}
.about-ad .about-ad-content .ad-rating .rating-item{
	margin-bottom: 30px;
}
.about-ad .about-ad-content .ad-rating .rating-item .progress .progress-in{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 4px;
}
.about-ad .about-ad-content .ad-rating .rating-item .rate-percent{
	/*display: none;*/
	line-height: 40px;
	position:absolute;
	right: 0;
	color: #302e4d;
	top: -40px;
	font-weight: 400;
}
/* Responsive */

@media (max-width: 1199px){
	.section .container{
		padding-top: 70px;
	}
	.aside .nav-toggler{
		display: -ms-flexbox;
		display: flex;
		left: 30px;
	}
	.aside .nav-toggler.open{
		left: 300px;
	}
	.aside{
		left: -270px;
	}
	.aside.open{
		left: 0;
	}
	.section{
		left: 0;
	}
	.section.open{
		left: 270px;
	}
	.about-ad .about-ad-content .ad-info .ad-info-item p span{
		display: block;
		margin-left: 0;
	}
}
@media (max-width: 767px){
	.about-ad .about-ad-content .ad-rating,
	.about-ad .about-ad-content .ad-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home .intro img{
	height: 300px;
	width: 300px;
}
}