body, html{
	overflow-x: hidden;
    font-family: 'Raleway', sans-serif !important;
}

/*Buttons*/
button.btn-danger,
button.btn-warning{
	margin-top: 1.5em;
	padding: 8px;
	font-size: 20px;
}

hr{
    margin-top: -10px !important;
    margin-bottom: 35px !important;
	width: 8% !important;
	border: 3px solid #FF9800 !important;
}

/*Slider
-------------------*/
section.slider-wrapper>.slider-logo{
	position: absolute;
	z-index: 999;
	width: 100%;
	text-align: center;
	margin-top: -50%;
}

/*Banner*/
section.banner-wrapper{}
section.banner-wrapper>img{
}
section.banner-wrapper>.content-over{
	position: absolute;
    z-index: 99;
    top: 30%;
    text-align: center;
    width: 100%;
}
section.banner-wrapper>.content-over>h2{
    font-family: 'Lobster', cursive;
    font-weight: bold;
    font-size: 115px;
    color: #fff;
    text-shadow: 1px 2px 1px #000;
}


/*Navbar*/
section.navbar-wrapper{
    position: relative;
    z-index: 99;
    width: 100%;
    background-color: #222730;
}
section.navbar-wrapper>.container{}
section.navbar-wrapper>.container>.row{}
section.navbar-wrapper>.container>.row>.col-xs-6.col-md-4{}
section.navbar-wrapper>.container>.row>.col-xs-6.col-md-4>a>img{
    width: 30%;
}
section.navbar-wrapper>.container>.row>.col-xs-12.col-md-8{
    line-height: 6;
}
section.navbar-wrapper>.container>.row>.col-xs-12.col-md-8>ul{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
section.navbar-wrapper>.container>.row>.col-xs-12.col-md-8>ul>li{
	display:inline;
}
section.navbar-wrapper>.container>.row>.col-xs-12.col-md-8>ul>li>a{
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #f8f8f8;
    text-align: center;
    padding: 11px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
section.navbar-wrapper>.container>.row>.col-xs-12.col-md-8>ul>li>a:hover {
    color: #ffffff;
    background-color: #00BCD4;
}
section.navbar-wrapper>.container>.row>.col-xs-12.col-md-8>ul>li>a:active {
    color: #ffffff;
    background-color: #00BCD4;
}
.a-active{
    background-color: #00BCD4;
}
.active{
    color: #fff !important;
}


/*About Wrapper
------------------*/
section.about-wrapper{}
section.about-wrapper>.container{
    padding-top: 25px;
    padding-bottom: 25px;
}
section.about-wrapper>.container>h2{
    text-align: center;
    font-family: 'Cookie', cursive;
    font-size: 60px;
}
section.about-wrapper>.container>h3{
    text-align: center;
    padding: 0 70px;
}
section.about-wrapper>.container>p{
    text-align: center;
    padding: 0 100px;
}
section.about-wrapper>.container>.row{
    padding-top: 30px;
}
section.about-wrapper>.container>.row>.col-xs-6.col-sm-3{
    text-align: center;
}
section.about-wrapper>.container>.row>.col-xs-6.col-sm-3>p{}
section.about-wrapper>.container>.row>.col-xs-6.col-sm-3>p>i{
    color: #069fb3;
}
section.about-wrapper>.container>.row>.col-xs-6.col-sm-3>h4{}
section.about-wrapper>.container>.row>.col-xs-6.col-sm-3>h4>span{
    font-weight: bold;
    color: #069fb3;
}
section.about-wrapper>.container>.row>.col-xs-6.col-sm-3>.hr{
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    border: 0 !important;
    border-top: 2px solid #dbdbdb !important;
    width: 100% !important;
}
section.about-wrapper>.container>.row>.col-xs-6.col-sm-3>p.description{
    text-align: justify;
}


/*Service Wrapper*/
section.services-wrapper{
    min-height: 600px;
    background-color: #05a4c2;
}
section.services-wrapper>.container{}
section.services-wrapper>.container>h2{
    text-align: center;
    font-family: 'Cookie', cursive;
    font-size: 60px;
    color: #fff;
}
section.services-wrapper>.container>.row{}
section.services-wrapper>.container>.row>.col-xs-6.col-sm-4{
    text-align: center;
    border: 3px solid #05a4c2;
    background-color: #0890aa;
    padding: 15px;
}
section.services-wrapper>.container>.row>.col-xs-6.col-sm-4>p{}
section.services-wrapper>.container>.row>.col-xs-6.col-sm-4>p>i{
    color: #39e0ff;
}
section.services-wrapper>.container>.row>.col-xs-6.col-sm-4>h4{
    color: #bcf4ff;
    font-weight: bold;
}


/*Portfolio Wrapper*/
section.portfolio-wrapper{}
section.portfolio-wrapper>.container{}
section.portfolio-wrapper>.container>h2{
    text-align: center;
    font-family: 'Cookie', cursive;
    font-size: 60px;
}
section.portfolio-wrapper>.container>.row{
    margin-top: 50px;
}
section.portfolio-wrapper>.container>.row>.col-xs-6.col-sm-3{}
section.portfolio-wrapper>.container>.row>.col-xs-6.col-sm-3>a{}
section.portfolio-wrapper>.container>.row>.col-xs-6.col-sm-3>a>img{
    width: 100%;
    margin-bottom: 15px;
}


/*Contact Wrapper*/
section.contact-wrapper{
    background-image: url('../img/contact/bg-contact.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
}
section.contact-wrapper>.container{}
section.contact-wrapper>.container>h2{
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    color: #000;
}
section.contact-wrapper>.container>.row{
    margin-top: 50px;
    margin-bottom: 25px;
}


/*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: #063a47;
	text-align: center;
	padding: 10px;
}
section.poweredby-wrapper>.container{}
section.poweredby-wrapper>.container>span{
	color: #fff;
}