/*DEFAULTS START*/
	*{
		font-family: 'Lato', sans-serif;
	}
	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
		margin: 0;
		padding: 0;
		direction: ltr;
	}
	h1{
		font-size: 30px;
		line-height: 32px;
	}
	h2{
		font-size: 25px;
		line-height: 27px;
	}
	h3{
		font-size: 24px;
		line-height: 26px;
	}
	h4{
		font-size: 20px;
		line-height: 22px;
	}
	h5{
		font-size: 18px;
		line-height: 20px;
	}
	h6{
		font-size: 14px;
		line-height: 16px;
	}
	body{
		/*background-image: url("../images/bg.jpg");*/
		/*background-repeat: no-repeat;*/
		background-color: rgba(4, 73, 124, 0.1);
		width: 100%;
		/*height: 3400px;*/
		margin: 0;
		padding: 0;
		-webkit-font-smoothing: antialiased;
		overflow-x: hidden;
	}
	p {
		/*line-height: 18px;*/
	}
	a {
		text-decoration: none;
		line-height: inherit;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	a:hover{
		text-decoration: none;
	}
	.block{
		display: block;
	}
	.center{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.no-padding{
		padding: 0;
	}
	.no-padding-left{
		padding-left: 0;
	}
	.no-padding-right{
		padding-right: 0;
	}
	.container-fluid{
		width: 95%;
	}
	.padt-30{
		padding-top: 30px !important;
	}
	.mrgt-10{
		margin-top: 10px;
	}
	.mrgt-15{
		margin-top: 15px;
	}
	.mrgt-20{
		margin-top: 20px;
	}
	.mrgt-30{
		margin-top: 30px !important;
	}
	.mrgt--15{
		margin-top: -15px;
	}
	.mrgt-50{
		margin-top: 20px;
	}
	.mrgb-10{
		margin-bottom: 10px;
	}
	.mrgb--5{
		margin-bottom: -5px !important;
	}
	.mrgb-20{
		margin-bottom: 20px;
	}
	.mrgb-30{
		margin-bottom: 30px;
	}
	.yes-padding{
		padding: 20px;
	}
	.yes-padding-right-10p{
		padding-right: 10%;
	}
	.hr-sep{
		border-right: 2px double var(--main-c);
	}
/*DEFAULTS ENDS*/

/*VARIABLE START*/
	.whitespace{
		padding: 100px;
		margin: 100px;
		font-family: 'Lato', sans-serif;
		font-family: 'Barlow', sans-serif;
	}
	:root{
		--main-c: #124418;
		--sec-c: #440e62;
		--sec-c-hov: #def7e4;
	}
/*VARIABLE ENDS*/
	
/*CONTENT START*/
	.cust{
		box-shadow: 0 0 5px 2px var(--main-c);
		background-color: #fff;
		padding: 30px;
	}
	.cust-15{
		box-shadow: 0 0 3px 1px var(--main-c);
		background-color: #fff;
		padding: 15px;
	}
	.navbar-brand {
	    float: left;
	    height: 50px;
	    padding: 5px 15px;
	    font-size: 18px;
	    line-height: 20px;
	}
	/*.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
		width: 50%;
	}
	.navbar-brand img{
		width: 100%;
	}*/
	nav.navbar.bootsnav ul.nav > li > a {
	    color: #440e62;
	    background-color: transparent;
	    outline: none;
	    margin-bottom: -2px;
	}
	nav.navbar.bootsnav ul.nav .dropdown ul{
		border: 1px solid var(--main-c);
	}
	nav.navbar.bootsnav ul.nav .dropdown ul li a{
		border-color: var(--main-c);
		color: var(--main-c);
	}
	.s1{
		margin-bottom: 30px;
	}
	.s1 h1{
		font-family: 'Barlow', sans-serif;
		color: var(--main-c);
		font-weight: 600;
		margin-bottom: 20px;
	}
	.s1 p{
		font-size: 15px;
		line-height: 24px;
		color: #464748;
	}
	.s2{
		margin-bottom: 30px;
	}
	.s2 h2{
		background-color: var(--main-c);
		padding: 10px;
		color: #fff;
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		margin-bottom: 15px;
	}
	.s2 ul{
		list-style-type: none;
		margin-left: 30px;
	}
	.s2 ul li:before{
		content: '\f178';
		font-family: FontAwesome;
		margin-right: 10px;
	}
	.s2 ul li{
		margin-bottom: 10px;
		text-indent: -2em;
	}
	.s2 ul li a{
		font-size: 16px;
		color: var(--sec-c);
	}
	.s2 ul li a:hover{
		padding-left: 10px;
	}
	.s3{
		margin-top: 30px;
	}
	.s3 h3{
		color: var(--main-c);
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		margin-bottom: 12px;
	}
	.s3 ul{
		list-style-type: none;
		margin-left: 30px;
	}
	.s3 ul li{
		margin-bottom: 10px;
		text-indent: -2em;
	}
	.s3 ul li:before{
		content: '\f192';
		font-family: FontAwesome;
		margin-right: 10px;
	}
	.s4{
		margin-bottom: 30px;
	}
	.s4 h4{
		background-color: var(--main-c);
		padding: 10px;
		color: #fff;
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		margin-bottom: 15px;
	}
	.s4 ul{
		list-style-type: none;
	}
	.s4 ul li{
		margin-bottom: 5px;
	}
	.s4 ul li:before{
		content: '\f152';
		font-family: FontAwesome;
		margin-right: 10px;
	}
	.s4 ul li a{
		font-size: 16px;
		color: var(--sec-c);
	}
	.s4 ul li a:hover{
		padding-left: 10px;
	}
	aside{
		padding: 30px !important;
		border: 5px solid var(--sec-c-hov);
		background-color: var(--sec-c-hov);
	}
	.bg{
		background-image: url('../images/trails.jpg');
		height: 200px;
		background-position: center;
		background-size: cover;
	}
	.trails{
		display: table;
		margin: 0 auto;
		padding-top: 75px;
	}
	.trails .breadcrumb{
		background-color: rgba(0,0,0,0);
	}
	.trails .breadcrumb li{
		color: #fff;
		font-size: 22px;
	}
	.trails .breadcrumb li a{
		color: #fff;
		font-weight: 800;
	}
	.c-box{
		margin: 20px 0;
		border: 2px solid var(--main-c);
	}
	.l-c-box{
		background-color: var(--main-c);
		padding: 55px;
		color: #fff;
	}
	.r-c-box{
		padding: 15px;
	}
	.r-c-box input, .r-c-box textarea{
		width: 100%;
		padding: 5px 15px;
		border: 0;
		outline: 0;
		margin-bottom: 10px;
	}
	.r-c-box button, .btn-custome{
		background-color: var(--main-c);
		border-radius: 0;
		outline: 0;
		border: 1px solid var(--main-c);
		padding: 5px 10px;
		color: #fff;
		transition: 0.5s all ease-in-out;
		-o-transition: 0.5s all ease-in-out;
		-moz-transition: 0.5s all ease-in-out;
		-webkit-transition: 0.5s all ease-in-out;
	}
	.r-c-box button, .btn-custome:hover{
		background-color: rgba(0,0,0,0);
		color: var(--main-c);
	}
	.r-c-box button i{
		margin-left: 10px;
	}
	.fb{
		margin-bottom: 30px;
	}
	.fb:focus{
		outline: 0;
	}
	.fb img{
		width: 100%;
	}
/*CONTENT ENDS*/

/*FOOTER START*/
	footer{
		padding: 30px 20px;
		background-color: var(--main-c);
		border: 1px solid var(--main-c);
	}
	footer .link{
		display: table; 
		margin: 0 auto;
	}
	footer .link ul{
		list-style-type: none;
	}
	footer .link ul li{
		display: inline-block;
		padding: 0 20px 20px;
		float: left;
	}
	footer .link ul li a{
		font-weight: 18px;
		color: #fff;
		padding: 10px 20px;
	}
	footer .sign form{
		width: 100%;
		padding: 0;
		box-shadow: 0 0 2px 0 var(--sec-c);
		background-color: var(--sec-c);
		display: block;
	}
	footer .sign form .input-e{
		width: 80%;
		outline: 0;
		border: 0;
		padding: 5px 10px;
		margin: 0;
	}
	footer .sign form .button-e{
		width: 19%;
		margin: 0;
		color: #fff;
		outline: 0;
		border: 0;
		border-radius: 0;
		background-color: var(--sec-c);
		padding: 5px 10px;
		transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-webkit-transition: all 1s ease-in-out;
	}
	footer .sign form .button-e:hover{
		background-color: #fff;
		color: var(--sec-c);
	}
	footer .share{
		display: block;
	}
	footer .share ul{
		float: right;
		list-style-type: none;
	}
	footer .share ul li{
		margin-right: 5px;
		float: left;
	}
	footer .share ul li a{
		color: #fff;
		font-size: 18px;
		padding: 5px 15px;
	}
	footer .share ul li a:hover{
		background-color: var(--sec-c);
		color: #fff;
	}
/*FOOTER ENDS*/

@media (min-width: 1441px){

}
@media (max-width: 1200px){
	
}
@media (max-width: 992px){

	.navbar {
	    min-height: 80px;
	}
	nav.navbar.bootsnav .navbar-toggle {
	    margin-top: 25px;
	}
	nav.navbar.bootsnav .navbar-collapse.collapse.in {
	    margin-top: 20px;
	    display: block !important;
	    width: 100%;
	}
}
@media (max-width: 768px){
	footer .share ul {
	    margin-top: 15px;
	}
}
@media (max-width: 576px){
	.col-xs-6{
		width: 100%;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
		width: 90%;
	}
	.navbar-brand img{
		width: 100%;
	}
	footer .sign,footer .share {
	    margin-top: 15px;
	}
	footer .share ul {
	    margin-top: 15px;
	}
}