@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
	padding: 0;
    font-family: montserrat, sans-serif;
    box-sizing: border-box;
}

.hero{
	height: 100vh;
	width: 100%;
	background: #0048C7;
	background-image: url("images/bg.jpg");
	background-size: cover;
	object-fit: cover;
	

}

nav{
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 1rem;
	z-index: 100;
}


nav a{
	text-decoration: none;
	color: #000000;
	
}

nav span{
	font-weight: 300;
}


nav ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 1.3rem;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	
}

nav ul li a{
	font-weight: 500;
	transition: .3s;
	
}

nav ul li a:hover{
	color: #0048C7;
}

.active{
	color: #0048C7; 
}


nav h2{
	line-height: 0rem;
	font-size: 2rem;
	padding-bottom: 1.7rem;
	padding-top: 1.3rem;
	
}

.main-img img{
	padding-top: 8rem;
	position: relative;
	left: 55%;
	object-fit: contain;
	width: 28rem;
	
	
}
.hero-cont{
	position: absolute;
	top: 40%;
	left: 15%;
	right: 15%;
	
}

.hero-cont h4{
	color: #FFFFFF;
	margin-bottom: 1.3rem;
	margin-left: .5rem;
	letter-spacing: .1rem;
	font-weight: 400;
}

.hero-cont h1{
	font-size: 7rem;
	line-height: 6rem;
	color: #FFFFFF;
	
}

.hero-cont h3{
	color:#FFFFFF;
	margin-top: 2rem;
	font-weight: normal;
	
}

.home-section{
	background: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 10rem 10rem;
	
}

.home-section a{
	text-decoration: none;
	color: #FFFFFF;
}

.home-section a:hover{
	text-decoration: none;
	color: #0048C7;

}

.hs-txt{
	color: #000000;
	line-height: 2rem;
	margin-left: 8rem;
}

.hs-img {
	font-size: 4rem;
	font-weight: 500;
	margin-left: 2rem;
	line-height: 2.8rem;
	
}

.hs-img span{
	color: #0048C7;
	font-size: 6rem;
}

.hs-txt button{
	background: #0048C7;
	text-decoration: none;
	font-weight: 600;
	padding: .5rem .7rem;
	border: 2px solid #0048C7;
	border-radius: 30px;
	transition: .4s;
	margin-top: 2rem;
}

.hs-txt button:hover{
	background: #FFFFFF;
	color: #0048C7;
	font-weight: 500;
	cursor: pointer;
	transition: .3s;
	z-index: 100;
	
}

footer{
	text-align: center;
	background: #0048C7;
	color: #FFFFFF;
	padding: 2rem;
}


.topic{
	text-align: center;
	background: #D95B10;
	color: #FFFFFF;
	font-size: 2rem;
	padding-top: 7.5rem;
	padding-bottom: 2.5rem;
	
}

.gall-imgs{
	background: #2E2E2E;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
} 

.video{
		padding-left: 30rem;
	padding-top: 3rem;
	margin-bottom: 4rem;
}
.backgrund {
	width: 100%;
	background: #D8D8D8;
}

.gall-imgs img{
	padding: 1.5rem;
	
	
}

.gall-imgs2{
	background: #2E2E2E;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.gall-imgs2 img{
	padding: 1.5rem;
}


.Contact-sec{
	position: relative;
	background: #D8D8D8;
	width: 100%;
	padding: 10% 30%;
	display: inline-block;

}

.Contact-sec h1{
	color: #000000;
	font-size: 3rem;
	font-weight: 400;
	padding-left: 1rem;
	letter-spacing: -1px;
	
}

.Contact-sec p{
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	
}

.Contact-form form input,form textarea{

	display: block;
	width: 100%;
	padding: 1rem;
	margin: 15px;
	border: none;
	outline: none;
	background: #FFFFFF;
	border-radius: 10px;
	color: #000000;

}

.Contact-form .btn{
	background: #0048C7;
	color: #FFFFFF;
	width: 8rem;
	cursor: pointer;
	transition: .2s;
}

.Contact-form .btn:hover{
	
	border-radius: 20px;
	color: white;

	
}

.gal-pics img{
	width: 33rem;
	padding: 2rem;
	transition: .5s;
}

.gal-pics img:hover{
	width: 35rem;
	padding: 2rem;
	cursor: zoom-in;
	background: #FFFFFF;
}

.gal-pics{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #D8D8D8;

}

.gall-hd{
	padding-top: 9rem;
	padding-bottom: 4rem;
	background: #0048C7;
	text-align: center;
	font-size: 3rem;
	color: #FFFFFF;
}

.abt-contt{
	padding-top: 9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
	
}

.abt-txtt{
	
	color: #FFFFFF;
	padding: 2rem;
	
}

.abt-txtt h1{
	font-size: 4rem;
	font-weight: 400;
	
}

.abt-txtt p{
	line-height: 1.5rem;
}


.abt-contt img{
	border-radius: 2rem;
	border: 4px solid #FFFFFF;
	transition: .4s;
	
	}


.abt-contt img:hover{
	border-radius: 5rem;
	cursor: pointer;
	}
	









