@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: 10px;
	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-ONE===============**/
/**=========================================**/


.section-bannar{
	position: relative;
	height: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.slider{
    display: block;
    background-color: #18545C;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.slide1, .slide2, .slide3{
	position: absolute;
	width: 100%;
	height: 100%;
}
.slide1{
    background-image: url("../NatureImg/i2.JPG");
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center bottom;
	animation: fade1 10s infinite;
}
.slide2{
    background-image: url("../NatureImg/i6.JPG");
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center bottom;
	animation: fade2 10s infinite;
}
.slide3{
    background-image: url("../NatureImg/i1.JPG");
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	animation: fade3 10s infinite;
}
@keyframes fade1{
    0% { opacity: 1;}
    25% { opacity: 0;}
    75% { opacity: 0;}
    100% { opacity: 1;}
}
@keyframes fade2{
    0% { opacity: 0;}
    25% { opacity: 1;}
    75% { opacity: 0;}
    100% { opacity: 0;}
}
@keyframes fade3{
    0% { opacity: 0;}
    25% { opacity: 0;}
    75% { opacity: 1;}
    100% { opacity: 0;}
}
.section-bannar #layer{
	background-image: linear-gradient(to right top, #000000, #3c161f, #74212f, #b02e36, #ea4334);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.4;
}
.section-bannar .content{
	padding-right: 180px;
	padding-left: 180px;
	z-index: 999;
}
.section-bannar h1{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Abril Fatface', cursive;
	font-weight: bold;
	color: white/*#023BDC*/;
	font-size: 50px;
	letter-spacing: 5px;
	padding-top: 20px;
}
.section-bannar p{
	margin: 0 auto;
	font-size: 20px;
	color: white;
	font-family: 'KoHo', sans-serif;
}

/**===============SECTION-HERO==============**/
/**=========================================**/
.section-loader{
/*	height: 1500px;
	width: 1500px;
	background-image: url("../NatureImg/pattern.png");*/
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-loader #loader{
	position: fixed;
	left: 30px;
    bottom: 0px;
    color: black !important;
	font-size: 15px;
	opacity: 0.8;
	font-family: 'Rajdhani', sans-serif;
	padding-bottom: 8px;
}
.section-loader img{
	position: absolute;
	max-width: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-hero{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../NatureImg/pattern.png");
}
.section-hero .card{
	padding: 5px;
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section-hero .col-lg-4{
	padding-bottom: 20px;
}
.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 h2{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	color: black/*#023BDC*/;
	font-size: 25px;
	/*padding-top: 120px;*/
}
.section-hero p{
	font-family: 'KoHo', sans-serif;
	color: black;
	width: 100%;
	font-size: 17px;
}

.section-hero ul li{
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	color: #EA4334;
	font-weight: bold;
	list-style: circle;
}
.section-hero h3{
	position: fixed;
	left: 30px;
    bottom: 0px;
    color: whitesmoke !important;
	font-size: 15px;
	opacity: 0.8;
	font-family: 'Rajdhani', sans-serif;
	padding-bottom: 8px;
}
.section-hero .card:hover{
    -webkit-box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.75);
    transition: 0.35s all ease;
}
.section-hero a{
	text-decoration: none;
	font-family: 'KoHo', sans-serif;
	color: #EA4334;
	font-size: 17px;
}
.fling-kb {
	overflow:hidden;
	/*background-image: linear-gradient(to right top, #000000, #3c161f, #74212f, #b02e36, #ea4334);*/
}

.fling-kb img {width: 100%;margin-left: 0px;position: relative;transition-property: all;transition-duration: 0.8s; transition-timing-function: ease-in-out;transition-delay: 0s;}

.fling-kb:hover img {transform: scale(1.2) rotate(2deg);}

 

/* 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: 350px;
	}
	.section-bannar .content h2{
		font-size: 22px;
	}
	.section-bannar .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
	}
	.section-bannar{
		margin-top: 60px;
		height: 60%;
	}
	.section-bannar h1{
		font-size: 30px;
	}
	.section-bannar p{
		font-size: 18px;
	}

}

/* 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: 350px;
	}
	.section-bannar .content h2{
		font-size: 22px;
	}
	.section-bannar .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
	}
	.section-bannar{
		margin-top: 60px;
		height: 60%;
	}
	.section-bannar h1{
		font-size: 30px;
	}
	.section-bannar p{
		font-size: 18px;
	}
}

/* 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;
	}
	.section-bannar .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
	}
	
}

/* For Large Desktop */
@media(min-width:1096px){
	
}

@media(min-width: 768px)and (max-width: 991px){
	.icon{
		display: none;
	}
	.navbar-brand{
		display: inherit;
	}
}













