@charset "utf-8";
@font-face{
	font-family: "Arial";
	src: url(../fonts/ARLRDBD.TTF)
}

/**=================Nvabar=================**/
/**=========================================**/

body,html{
	height: 100%;
	width: 100%;
}
header{
	overflow: hidden;
    z-index: 99999;
}
h1{
	text-shadow: 20px 5px 50px solid #282828;
}
p{
	width: 80%;
	font-size: 18px;
}
header nav{
    height: 80px;
	background-color: white !important;
}
.dropdown-menu li a{
    margin-bottom: 5px;
}
ul li a{
	font-weight: bold;
	display: inline-block;
	position: relative;
	font-family: 'Rajdhani', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	color: black !important;
	transition: 0.35s all ease;
	font-size: 17px;
	opacity: 0.9;
}
header ul li a:hover{
	color: #EA4334/*#023BDC*/ !important;
	transition: 0.35s all ease;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 5px solid #EA4334;
}
header .active{
	font-weight: bold;
	color: #EA4334 !important;
}
.navbar-brand img{
	max-height: 70px;
	margin-top: -8px;
}
.navbar-toggle{
	background-color: transparent;
}
.navbar-toggle .icon-bar{
	width: 15px;
}
.collapse{
	margin-top: 15px;
	background-color: transparent;
}
header .navbar{
	box-shadow: 1px 0px 5px;
}
.dropdown ul li a{
	color: black !important;
	font-weight: bold;
	opacity: 0.9;
}
.icon{
	margin-top: 8px;
	margin-left: 20px;
}
.icon li .round{
	border: 1px solid black;
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
.icon .round a{
	text-decoration: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	padding: 15px;
	border-radius: 50%;
}
.icon li{
	padding-right: 12px;
}
.icon .round:hover {
	border : 1px solid #EA4334/*#023BDC*/ !important;
	transition: 0.35s all ease;
}


/**===============SECTION-HERO==============**/
/**=========================================**/

.section-hero {
	width: 100%;
}
.section-hero h1{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	color: black/*#023BDC*/;
	font-size: 30px;
	padding-top: 120px;
}
.section-hero p{
	font-family: 'PT Sans', sans-serif;
	color: #797D7F;
	width: 100%;
	font-size: 20px;
	padding-bottom: 20px;
}
.section-hero .box1{
	background-image: url(../NatureImg/i1.JPG);
	height: 100vh;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	background-size: cover;
	
}
.section-hero .box2{
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.section-hero .form-group{
    margin-bottom: 20px !important;
	width: 100%;
}
.section-hero input{
	padding: 20px;
}
.section-hero .box2 .btn-sa input{
	color: #EA4334;
	border: 2px solid black;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	transition: 0.35s all ease;
	text-decoration: none;
	font-weight: bold;
	opacity: 0.5;
}
.section-hero .box2 .btn-sa input:hover{
	background-color: #EA4334;
	color: white !important;
	transition: 0.35s all ease;
}
textarea{
	resize: none;
	padding: 20px !important;
}
.section-hero h3{
	position: fixed;
	left: 30px;
    bottom: 0px;
    color: black !important;
	font-size: 15px;
	opacity: 0.8;
	font-family: 'Rajdhani', sans-serif;
	padding-bottom: 8px;
}
.section-hero .success{
	color: darkgreen !important;
}



/* For Mobile */
@media(max-width:320px){

	nav .navbar-toggle span{
		background-color: black !important;
	}
	.navbar-toggle{
		margin-top: 8px;
		transition: 0.35s all ease;
	}
	.navbar-toggle{
		margin-top: 25px;
		transition: 0.35s all ease;
	}
	#bs-example-navbar-collapse-1{
		margin-top: 13px;
		background-color: white;
	}
	.navbar-brand img{
		max-height: 60px;
		margin-top: -3px;
	}
	.navbar-brand{
		display: inherit;
	}
	.icon{
		display: none;
	}
	.section-hero h1{
		padding-top: 30px;
	}
	.section-hero .box1{
		height: 300px;
	}

}

/* For Small Tablets */
@media(min-width:321px) and (max-width:767px){
	nav .navbar-toggle span{
		background-color: black !important;
		
	}
	.navbar-toggle{
		margin-top: 8px;
		transition: 0.35s all ease;
	}
	.navbar-toggle{
		margin-top: 25px;
		transition: 0.35s all ease;
	}
	#bs-example-navbar-collapse-1{
		margin-top: 13px;
		background-color: white;
	}
	.navbar-toggle .icon-bar {
	    width: 23px !important;
	}
	.navbar-brand img{
		max-height: 60px;
		margin-top: -3px;
	}
	.icon{
		display: none;
	}
	.navbar-brand{
		display: inherit;
	}
	.section-hero h1{
		padding-top: 30px;
	}
	.section-hero .box1{
		height: 300px;
	}
}

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.navbar-brand img{
		max-height: 60px;
		margin-top: -3px;
	}
	.navbar-brand{
		font-size: 35px !important;
	}
	.section-hero h1{
		padding-top: 100px;
	}
	.section-hero h1{
		padding-top: 65px;
	}
	
}

/* For Large Desktop */
@media(min-width:1096px){
	
}

@media(min-width: 768px)and (max-width: 991px){
	.icon{
		display: none;
	}
	.navbar-brand{
		display: inherit;
	}
}













