/*-----
Template Name : Shopping Cart
Author Name   : Tanvir Ahmed
Author Link   : https://www.fiverr.com/tanvir4201?up_rollout=true
Behance		: https://www.behance.net/tanvirahmed1717
Facebook	: https://www.facebook.com/Tanvir1717/
Tag           : Personal, Official
-----*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'Oswald', sans-serif;
}
h1, h2, h3,h4, h5, h6,p,hr{
	overflow: hidden;
}
html, body{
	height: 100%;
}
.row{
	overflow: hidden;
}
/* nav */
.navbar-collapse {
    flex-grow: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}
.navbar-brand img{
	margin: 25px;
}
.navbar{
	border-bottom: 15px solid #e92bde;
}
.navbar .nav-item:hover{
	border-bottom: 2px solid #e92bde;
	transition: .5s;
	font-size: 1.3rem;
	box-shadow: inset  0 -500px 50px -500px #000052;
}
/* nav */
/* banner-area */
.banner-area{
	min-height: 100vh;
	width: 100%;
	background-color: #0101a3;
 	box-shadow: inset  0 -500px 500px -500px #000000;
 	overflow: hidden;
}
.banner-content .row{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.banner-content-left h1{
	font-weight: 700;
	font-size: 5rem;
	position: relative;
	top: 40px;
	z-index: 1;
}
.banner-content-left img{
	position: relative;
	bottom: 205px;
}
.banner-content-right img{
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.banner-content-left h2{
	color: #e92bde;
	position: relative;
	bottom: 150px;
}
.banner-content-left p{
	font-size: 1.6rem;
	position: relative;
	bottom: 150px;
}
.banner-content-left button{
	color: white;
	background-color: #e92bde;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 0;
	height: 50px;
	width: 200px;
	position: relative;
	bottom: 150px;
	font-size: 1.3rem;
}
/* banner-area */
/* team-area */
.team-area{
	min-height: 100vh;
	width: 100%;
	background-color: #0101a3;
 	box-shadow: inset  0 -500px 500px -500px #000000;
 	overflow: hidden;
}
.card-group .card{
	background: none;
	border: none;
	padding: 50px;
}
.team-area .card h5{
	font-size: 2rem;
}
/* team-area */
/* About us */
.about-area{
	min-height: 60vh;
	max-height: 100vh;
	width: 100%;
	background-color: #0101a3;
	
}
.about-area p{
	font-size: 1.3rem;
	padding: 20px;
	display: grid;
	place-items: center;
}
.about-area button{
	color: white;
	background-color: #e92bde;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 0;
	height: 50px;
	width: 200px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	font-size: 1.3rem;
}
/* About us */
/* Compete */
.compete-area{
	min-height: 80vh;
	max-height: 100vh;
	width: 100%;
	background-color: #0101a3;
	display: grid;
	place-items: center;

}
.compete-area .compete-content-right{
	text-align: right;
	position: relative;
	top: 100px;
	overflow: hidden;
}
.compete-area .compete-content-right p{
	padding-top: 15px;
	padding-bottom: 15px;
}
.compete-content-right button{
	color: white;
	background-color: #e92bde;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 0;
	height: 50px;
	width: 200px;
	font-size: 1.3rem;
}
/* Compete */
/* training-area */
.training-area{
	min-height: 80vh;
	max-height: ;
	width: 100%;
	background-color: #0101a3;
	display: grid;
	place-items: center;
}
.training-area .training-content-left{
	text-align: left;
	position: relative;
	top: 100px;
	overflow: hidden;
}
.training-area .training-content-left p{
	padding-top: 15px;
	padding-bottom: 15px;
}
.training-content-left button{
	color: white;
	background-color: #e92bde;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 0;
	height: 50px;
	width: 200px;
	font-size: 1.3rem;
}
.training-area .img-fluid{
	position: relative;
	left: 200px;
}
/* training-area */
/* blog-area */
.blog-area{
	min-height: 100vh;
	width: 100%;
	background-color: #000086;
	display: grid;
	place-items: center;
	overflow: hidden;
}
/* blog-area */
.blog-area .card-title{
	font-size: 1.5rem;
}
.blog-area .card-text{
	font-size: 14px;
}
.blog-area .card button{
	color: white;
	background-color: #e92bde;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 0;
	height: 50px;
	width: 200px;
	font-size: 1.3rem;
}
/* blog-area */
/* newsletter-area */
.newsletter-area{
	min-height: 100vh;
	width: 100%;
	background-color: #0101a3;
	display: grid;
	place-items: center;
}
.newsletter-area-left{
	min-height: 300px;
	padding-top: 100px;
}
.newsletter-area-left p{
	font-size: 1.6rem;
}
.newsletter-area-left button{
	color: white;
	background-color: #e92bde;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 0;
	height: 50px;
	width: 200px;
	font-size: 1.3rem;
}
.newsletter-area form {
	background-color: #e92bde;
}
.newsletter-area form input {
	background: none;
	border: 2px solid #ffffff;
}
.newsletter-area form placeholder{
	color: white;
}
.newsletter-area form textarea{
	background: none;
	border: 2px solid #ffffff;
	min-height: 300px;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2em;
    margin-bottom: .125rem;
}
.form-check-input[type=checkbox] {
    border-radius: 0px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus{
	box-shadow: none;
	border: 2px solid #ffffff;
	color: #fff;
}
.form-check-input:focus{
	box-shadow: none;
	background-color: #0101a3;
	border-color: #0101a3;
}
/* newsletter-area */
/* contact-us-area */
.contact-us{
	min-height: 100vh;
	width: 100%;
	background-color: #0101a3;

}
/* contact-us-area */
/* footer-area */
.footer{
	min-height: 50vh;
	width: 100%;
	background-color: #0101a3;
 	box-shadow: inset  0px 500px 500px -500px #000000;
}
.footer{
	border-bottom: 15px solid #e92bde;
}
.fcontent{
	position: relative;
	left: 50px;
}
.footer-two{
	min-height: 10vh;
	width: 100%;
	background-color: #0101a3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-two .copywrite{
	width: 100%;
	padding-left: 50px;
}
.footer-two .social{
	width: 100%;
	text-align: right;
	padding-right: 50px;
}
.footer-two .social a{
	color: #ca25d6;
	text-decoration: none;
	text-align: center;
}
/* footer-area */
