body, html{
	overflow-x: hidden;
}

/*Slider
-------------------*/
section.slider-wrapper>.slider-logo{
	position: absolute;
	z-index: 999;
	width: 100%;
	text-align: center;
	margin-top: -50%;
}
/*Navbar
------------------*/
section.navbar-wrapper{}
section.navbar-wrapper>.container{}
section.navbar-wrapper>.container>ul{
	border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
section.navbar-wrapper>.container>ul>li{
	display:inline;
}
section.navbar-wrapper>.container>ul>li>a{
	display:inline-block;
    color: #626262;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
section.navbar-wrapper>.container>ul>li>a:hover:not(.active){
	background-color: #03a9f4;
	color: #fff;
}
.active {
    border-left: 3px solid #03a9f4;
    color: #03a9f4;
}
/*Section1
------------------*/
section.section1-wrapper{
	background-image: url('../img/section/section1.jpg');
	width: 100%;
	height: 600px;
    padding: 150px 0;
}
section.section1-wrapper>.container{}
section.section1-wrapper>.container>.row{}
section.section1-wrapper>.container>.row>.col-xs-6{}
section.section1-wrapper>.container>.row>.col-xs-6>h2{
	font-family: 'Niconne', cursive;
	font-size: 90px;
	text-transform: capitalize;
	color: #fff;
}
section.section1-wrapper>.container>.row>.col-xs-6>p{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	color: #fff;
}
section.section1-wrapper>.container>.row>.col-xs-6>button{
	border-radius: 20px;
}
/*Section2
----------------*/
section.section2-wrapper{
	background-image: url('../img/section/section2.jpg');
	width: 100%;
	height: 600px;
    padding: 150px 0;
}
section.section2-wrapper>.container{}
section.section2-wrapper>.container>.row{}
section.section2-wrapper>.container>.row>.col-xs-6{}
section.section2-wrapper>.container>.row>.col-xs-6>h2{
	font-family: 'Niconne', cursive;
	font-size: 90px;
	text-transform: capitalize;
	color: #fff;
}
section.section2-wrapper>.container>.row>.col-xs-6>p{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	color: #fff;
}
section.section2-wrapper>.container>.row>.col-xs-6>button{
	border-radius: 20px;
}
/*Section3
----------------*/
section.section3-wrapper{
	background-image: url('../img/section/section3.jpg');
	width: 100%;
	height: 600px;
    padding: 150px 0;
}
section.section3-wrapper>.container{}
section.section3-wrapper>.container>.row{}
section.section3-wrapper>.container>.row>.col-xs-6{}
section.section3-wrapper>.container>.row>.col-xs-6>h2{
	font-family: 'Niconne', cursive;
	font-size: 90px;
	text-transform: capitalize;
	color: #fff;
}
section.section3-wrapper>.container>.row>.col-xs-6>p{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	color: #fff;
}
section.section3-wrapper>.container>.row>.col-xs-6>button{
	border-radius: 20px;
}
/*Section4
-----------------*/
section.section4-wrapper{
	background-image: url('../img/section/section4.jpg');
	width: 100%;
	height: 600px;
    padding: 150px 0;
}
section.section4-wrapper>.container{}
section.section4-wrapper>.container>.row{}
section.section4-wrapper>.container>.row>.col-xs-6{}
section.section4-wrapper>.container>.row>.col-xs-6>h2{
	font-family: 'Niconne', cursive;
	font-size: 90px;
	text-transform: capitalize;
	color: #fff;
}
section.section4-wrapper>.container>.row>.col-xs-6>p{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	color: #fff;
}
section.section4-wrapper>.container>.row>.col-xs-6>button{
	border-radius: 20px;
}
/*Bottom Logo
-----------------*/
section.section-bottomlogo-wrapper{
	position: relative;
	width: 100%;
	text-align: center;
}
/*Footer
-----------------*/
section.footer-wrapper{
    background-color: #2a6fb2;
    color: #9bc8f5;
}
section.footer-wrapper>.container{}
section.footer-wrapper>.container>.row{}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3{}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>h4{
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>ul{
    margin-left: -30px;
}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>ul>li{
	list-style: none;
}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>ul>li>a{
	text-decoration: none;
    color: #9bc8f5;
    text-transform: uppercase;
}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>ul>li>a>i{
	font-size: 18px;
	color: #fff;
}
/*Powered By*/
section.poweredby-wrapper{
	background-color: #004483;
	text-align: center;
	padding: 10px;
}
section.poweredby-wrapper>.container{}
section.poweredby-wrapper>.container>span{
	color: #fff;
}