.navbar {
	height: 100px;
}

.sidemenu_btn {
	top: 24px;
}

.banner-section {
	background-image: url('../img/back-min.jpg');
}

.banner-section .rectangle{
	width: 380px;
}

.banner-section .rectangle .text {
	bottom: 200px;
	left: 50px;
}

.banner-section .rectangle .text p {
	padding-right: 100px;
}

.banner-section .rectangle .text h1 {
	font-size: 65px;
	color: #fff;
	font-weight: 600;
}

.banner-section .rectangle .text h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

#press-release{
	background: #f3f3f3;
}

.about-section .text-section .heading{
	font-size: 30px;
}

.media-section .cards-section .card-body h4{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 1rem;
	color: #515050;
}

.media-section .cards-section .active h4 {
	color: #fff;
}

.about-section,
.contact-section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.media-section {
    padding-top: 80px;
}

.contact-section .contact-form .form-control{
	font-size: 16px;
}

.btn.button{
	font-size: 14px!important;
}

.about-section img{
	margin-left: 20px;
}	

.contact-section .copyright-section{
	padding-top: 80px;
}

.g-recaptcha{
	margin-bottom: 20px;
	margin-left: 14px;
}

@media screen and (max-width: 1200px) {
	.banner-section .rectangle{
		top: 200px!important;
		height: 500px!important;
	}
	
	.banner-section .rectangle .text{
		bottom: 120px!important;
	}
	
	.banner-section .rectangle .text{
		text-align: left;
	}
	
	.banner-section .media .media-body {
		margin-left: 0!important;
	}
	
	.banner-section{
		margin-bottom: -10em;
	}
	
	.about-section{
		padding-top: 0;
		padding-bottom: 80px;
	}
}


@media screen and (max-width: 992px) {
	
	.banner-section .rectangle .text{
		bottom: 120px!important;
	}
	
	.banner-section .rectangle .text h1 {
		font-size: 50px;
	}
	
	.about-section .img-section {
		top: 80px;
	}
	
	.about-section .rectangle {
		top: -400px;
	}
	
	.about-section{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.media-section .cards-section{
		top: 40px;
	}
	
	.about-section{
		margin-bottom: -40px;
	}
	
	.contact-section .copyright-section .media-body p{
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	
	.banner-section .rectangle .text h1{
		font-size: 35px;
	}
		
	.about-section img{
		margin-left: 0;
	}	
	
	.about-section .rectangle {
		top: -140px!important;
	}
	
	.contact-section .img-section,
	.contact-section .rectangle{
		display: none;
	}
}

@media screen and (max-width: 370px) {
	.banner-section .rectangle .text h1{
		font-size: 30px;
	}
}	