body, html {

	font-family: 'Roboto', sans-serif;

	text-rendering: optimizeLegibility !important;

	-webkit-font-smoothing: antialiased !important;

	color: #777;

	font-weight: 300;

	width: 100% !important;

	height: 100% !important;

}

h2 {

	margin: 0 0 20px 0;

	font-weight: 300;

	font-size: 42px;

	color: #666;

}

h3, h4 {

	font-size: 20px;

	font-weight: 400;

}

h5 {

	text-transform: uppercase;

	font-weight: 700;

	line-height: 20px;

}

p {

	font-size: 17px;

}

p.intro {

	margin: 12px 0 0;

	line-height: 24px;

}

a {

	color: #f6f6f6;

}

a:hover, a:focus {

	text-decoration: none;

	color: #343b42;

}

ul, ol {

	list-style: none;

}

.clearfix:after {

	visibility: hidden;

	display: block;

	font-size: 0;

	content: " ";

	clear: both;

	height: 0;

}

.clearfix {

	display: inline-block;

}

* html .clearfix {

	height: 1%;

}

.clearfix {

	display: block;

}

ul, ol {

	padding: 0;

	webkit-padding: 0;

	moz-padding: 0;

}

hr {

	height: 2px;

	width: 70px;

	text-align: center;

	position: relative;

	background: #0ba2db;

	margin: 0 auto;

	margin-bottom: 20px;

	border: 0;

}

.btn:active, .btn.active {

	background-image: none;

	outline: 0;

	-webkit-box-shadow: none;

	box-shadow: none;

}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {

	outline: none;

	outline-offset: none;

}

/* Navigation */

#menu {

	padding: 20px;

	transition: all 0.8s;

}

#menu.navbar-default {

	background-color: rgba(248, 248, 248, 0);

	border-color: rgba(231, 231, 231, 0);

}

#menu a.navbar-brand {

	font-size: 20px;

	color: #eee;

	font-weight: 400;

	text-transform: uppercase;

}

#menu.navbar-default .navbar-nav > li > a {

	text-transform: uppercase;

	color: #eee;

	font-size: 16px;

	padding: 5px 10px;

	border-radius: 0;

	letter-spacing: 1px;

	margin: 10px 5px 0 5px;

}

#menu.navbar-default .navbar-nav > li > a:hover {

	color: #0ba2db;

}

.on {

	background-color: #333 !important;

	padding: 0 !important;

	padding: 10px 0 !important;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

	color: #0ba2db !important;

	background-color: transparent;

}

.navbar-toggle {

	border-radius: 0;

}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

	background-color: #0ba2db;

	border-color: #0ba2db;

}

.navbar-default .navbar-toggle:hover>.icon-bar {

	background-color: #FFF;

}

.section-title {

	margin-bottom: 50px;

}

.section-title p {

	font-size: 18px;

	color: #666;

}

.btn-custom {

	text-transform: uppercase;

	color: #fff;

	background-color: transparent;

	border: 2px solid #fff;

	padding: 14px 20px;

	margin: 0;

	font-size: 16px;

	border-radius: 0;

	margin-top: 20px;

	transition: all 0.5s;

}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {

	color: #0ba2db;

	background-color: #fff;

	border: 2px solid #fff;

}

/* Header Section */

.intro {

	display: table;

	width: 100%;

	padding: 0;

	background: url(../img/intro-bg.jpg) no-repeat center bottom;

	background-color: #0ba2db;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	background-size: cover;

	-o-background-size: cover;

}

.intro .overlay {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0ba2db+25&0.6+0,0.3+25 */

	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(11,162,219,0.3) 25%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(11,162,219,0.3) 25%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(11,162,219,0.3) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#4d0ba2db', GradientType=0 ); /* IE6-9 */

}

.intro .fa {

	font-size: 94px;

	margin-bottom: 40px;

	color: #fff;

}

.intro h1 {

	color: #fff;

	font-size: 74px;

	font-weight: 800;

	margin-top: 0;

	text-transform: uppercase;

	margin-bottom: 10px;

}

.intro p {

	color: #fff;

	font-size: 28px;

	font-weight: 300;

	margin-top: 10px;

	margin-bottom: 40px;

}

header .intro-text {

	padding-top: 240px;

	padding-bottom: 200px;

	text-align: center;

}

/* About Section */

#about {

	padding: 120px 0;

	background: #f6f6f6;

}

#about h3 {

	color: #666;

	font-size: 24px;

	font-weight: 300;

}

#about .about-text {

	margin-left: 10px;

	margin-top: 60px;

}

#about .about-text i {

	font-size: 54px;

	margin-top: 40px;

	color: #0ba2db;

}

#about img {

	display: inline-block;

}

#about p {

	line-height: 24px;

	margin: 30px 0;

}

/* Services Section */

#services {

	padding: 120px 0;

}

#services h4 {

	color: #0ba2db;

	text-transform: uppercase;

}

#services i.fa {

	font-size: 38px;

	margin-bottom: 20px;

	transition: all 0.5s;

	color: #fff;

	width: 100px;

	height: 100px;

	padding: 30px 0;

	border: 0;

	background: #0ba2db;

	border-radius: 50%;

}

/* Achivements Section */

#achievements {

	background: url(../img/achievements-bg.jpg) no-repeat center bottom fixed;

	background-color: #e5e5e5;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	background-size: cover;

	-o-background-size: cover;

}

#achievements .overlay {

	padding: 120px 0;

	background: rgba(11,162,219,0.4);

}

#achievements h2 {

	color: #fff;

}

#achievements hr {

	background: rgba(255,255,255,0.5);

}

.achievement-box h4 {

	color: #fff;

	font-size: 16px;

	font-weight: 400;

	margin-left: 5px;

	text-transform: uppercase;

}

.achievement-box span.count {

	font-size: 58px;

	font-weight: 400;

	display: block;

	color: #fff;

	padding: 0;

	margin: 0;

}

/* Portfolio Section */

#portfolio {

	padding: 120px 0;

}

.categories {

	padding-bottom: 40px;

	text-align: center;

}

ul.cat li {

	display: inline-block;

}

ol.type li {

	display: inline-block;

	margin-left: 20px;
	line-height: 3;

}

ol.type li a {

	color: #0ba2db;

	padding: 10px 20px;

	border: 1px solid #0ba2db;

	border-radius: 2px;

	text-transform: uppercase;

}

ol.type li a.active {

	background: #0ba2db;

	color: #fff;

}

ol.type li a:hover {

	background: #0ba2db;

	color: #fff;

}

.isotope-item {

	z-index: 2

}

.isotope-hidden.isotope-item {

	z-index: 1

}

.isotope, .isotope .isotope-item {

	/* change duration value to whatever you like */

	-webkit-transition-duration: 0.8s;

	-moz-transition-duration: 0.8s;

	transition-duration: 0.8s;

}

.isotope-item {

	margin-right: -1px;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}

.isotope {

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-transition-property: height, width;

	-moz-transition-property: height, width;

	transition-property: height, width;

}

.isotope .isotope-item {

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-transition-property: -webkit-transform, opacity;

	-moz-transition-property: -moz-transform, opacity;

	transition-property: transform, opacity;

}

.portfolio-item {

	margin: 15px 0;

	-webkit-transition: all 0.5s ease-out;

	-moz-transition: all 0.5s ease-out;

	-ms-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

}

.portfolio-item:hover {

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}

.portfolio-item .hover-bg {

	height: 195px;

	overflow: hidden;

	position: relative;

}

.hover-bg .hover-text {

	position: absolute;

	text-align: center;

	margin: 0 auto;

	color: #ffffff;

	background: rgba(0, 0, 0, 0.25);

	padding: 30% 0 0 0;

	height: 100%;

	width: 100%;

	opacity: 0;

	transition: all 0.5s;

}

.hover-bg .hover-text>h4 {

	opacity: 0;

	color: #fff;

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

	transition: all 0.3s;

	font-size: 16px;

	font-weight: 300;

}

.hover-bg:hover .hover-text>h4 {

	opacity: 1;

	-webkit-backface-visibility: hidden;

	-webkit-transform: translateY(0);

	transform: translateY(0);

}

.hover-bg .hover-text>i {

	opacity: 0;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	transition: all 0.3s;

}

.hover-bg:hover .hover-text>i {

	opacity: 1;

	-webkit-backface-visibility: hidden;

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

}

.hover-bg:hover .hover-text {

	opacity: 1;

}

#portfolio i.fa {

	font-size: 20px;

	padding: 5px;

	color: #E87E04;

}

/* Testimonials Section */

#testimonials {

	padding: 120px 0 80px 0;

	background: #F6F6F6;

}

#testimonials i.fa {

	color: #8e9599;

	font-size: 36px;

}

#testimonial {

	padding: 30px 0;

}

#testimonial .item {

	display: block;

	width: 100%;

	height: auto;

}

#testimonial img {

	width: 200px;

	height: 200px;

	border-radius: 50%;

}

#testimonial .item p {

	margin: 30px 0;

}

.owl-theme .owl-controls .owl-page span {

	display: block;

	width: 40px;

	height: 5px;

	margin: 5px 7px;

	filter: Alpha(Opacity=1);

	opacity: 1;

	border-radius: 0;

	background: #fff;

	transition: all 0.5s;

	border: 1px solid #ccc;

}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {

	filter: Alpha(Opacity=100);

	opacity: 1;

	background: #0ba2db;

	border: 1px solid #13a1c6;

}

.owl-theme .owl-controls .owl-page.active span {

	background: #0ba2db;

	border: 1px solid #13a1c6;

}

/* Pricing Section */

#pricing {

	padding: 120px 0 140px 0;

}

#pricing .pricing-table {

	border: 1px solid #e4e4e4;

	text-align: center;

	position: relative;

	background-color: #fff;

	border-radius: 4px;

}

#pricing .row {

	margin-top: 100px;

}

#pricing .pricing-table:hover {

	z-index: 2;

	box-shadow: 0 0 12px rgba(0,0,0,0.1);

}

#pricing .highlight-plan {

	margin: -15px 0;

	margin-right: -1px;

	z-index: 1;

}

#pricing .pricing-table.highlight-plan .plan-name {

	background-color: #0ba2db;

	padding: 25px 0;

	border-radius: 4px 4px 0 0;

}

#pricing .pricing-table.highlight-plan .plan-name h3 {

	color: #fff;

}

#pricing .pricing-table.highlight-plan .plan-signup {

	background-color: #0ba2db;

	padding: 30px 0;

	border-radius: 0 0 4px 4px;

}

#pricing .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {

	border-color: #fff;

	color: #fff;

}

.pricing-table .plan-name {

	padding: 15px 0;

	box-shadow: 0 0 20px rgba(0,0,0,0.05) inset;

	border-bottom: 1px solid #eee;

	height: 120px;

}

.plan-name img {

    margin: auto;

}

.pricing-table .plan-name h3 {

	font-weight: 400;

	color: #666;

	font-size: 26px;

}

.pricing-table .plan-price {

	padding: 25px 0;

}

.pricing-table .plan-price .price-value {

	font-size: 38px;

	line-height: 40px;

	color: #666;

}

.pricing-table .plan-price .price-value span {

	font-size: 18px;

	line-height: 18px;

}

.pricing-table .plan-price .interval {

	line-height: 14px;

	font-size: 13px;

}

.pricing-table.btn-system.border-btn {

	border-color: #0ba2db;

	color: #0ba2db;

}

.pricing-table .plan-list li {

	padding: 8px;

	font-size: 16px;

	border-bottom: 1px solid #eee;

}

.pricing-table .plan-list strong {

	font-weight: 400;

	color: #777;

}

.pricing-table .btn-system {

	padding: 10px 25px;

	display: inline-block;

	color: #fff;

	background-color: #0ba2db;

	margin-right: 5px;

	font-size: 16px;

	border-radius: 2px;

	transition: all 0.3s ease-in-out;

	border: 0;

	text-transform: uppercase;

}

.pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {

	background-color: #444;

}

.pricing-table .btn-system:last-child {

	margin-right: 0;

}

.pricing-table .btn-system.border-btn {

	background-color: transparent;

	border: 1px solid;

	box-shadow: none;

}

.pricing-table .plan-list li:first-child {

	border-top: 1px solid #eee;

}

.pricing-table .plan-signup {

	padding: 25px 0;

}

.pricing-table .plan-signup a {

	text-transform: uppercase;

}

/* Contact Section */

#contact {

	padding: 120px 0 60px 0;

	background: #F6F6F6;

}

#contact form {

	padding: 30px 0;

}

#contact h3 {

	font-weight: 300;

}

#contact .text-danger {

	color: #cc0033;

	text-align: left;

}

label {

	font-size: 12px;

	font-weight: 400;

	font-family: 'Open Sans', sans-serif;

	float: left;

}

#contact .form-control {

	display: block;

	width: 100%;

	padding: 6px 12px;

	font-size: 16px;

	line-height: 1.42857143;

	color: #444;

	background-color: #fff;

	background-image: none;

	border: 1px solid #ddd;

	border-radius: 0;

	-webkit-box-shadow: none;

	box-shadow: none;

	-webkit-transition: none;

	-o-transition: none;

	transition: none;

}

#contact .form-control:focus {

	border-color: #999;

	outline: 0;

	-webkit-box-shadow: transparent;

	box-shadow: transparent;

}

.form-control::-webkit-input-placeholder {

color: #777;

}

.form-control:-moz-placeholder {

color: #777;

}

.form-control::-moz-placeholder {

color: #777;

}

.form-control:-ms-input-placeholder {

color: #777;

}

#contact .contact-item {

	margin: 20px 0 40px 0;

}

#contact .contact-item span {

	font-weight: 400;

	color: #aaa;

	text-transform: uppercase;

	margin-bottom: 18px;

	display: inline-block;

	letter-spacing: 2px;

	border-bottom: 1px solid #ccc;

	padding-bottom: 20px;

}

#contact .contact-item p {

	font-size: 16px;

}

#contact .btn-default {

	font-weight: 300;

	color: #888;

	background-color: #fff;

	border: 1px solid #ccc;

	padding: 14px 20px;

	margin: 0;

	font-size: 16px;

	border-radius: 0;

	margin-top: 20px;

	transition: all 0.3s;

}
#contact .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {

	background-color: #fff;

	border: 1px solid #0a9ad0;

	color: #0a9ad0;

}
.map iframe {
    border: 0 none;
    height: 269px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
#contact a{
    color:#000;
}
#contact a:hover{
    color:#0BA2DB;
}

/* Footer Section*/

#footer {

	background: #333;

	padding: 50px 0 20px 0;

}

#footer .social {

	margin-bottom: 50px;

}

#footer .social ul li {

	display: inline-block;

	margin: 0 20px;

}

#footer .social i.fa {

	font-size: 26px;

	padding: 4px;

	color: #0a9ad0;

	transition: all 0.3s;

}

#footer .social i.fa:hover {

	color: #eee;

}

#footer p {

	font-size: 15px;

}



@media (max-width: 1024px) {

#about img {

	float: left;

	margin-bottom: 20px;

}

}
@media (max-width: 990px){

 .navbar-header {

        float: none;

    }

    .navbar-nav {

        float: none !important;

    }

    .navbar-toggle {

        display: block;

    }

    .navbar-collapse {

        border-top: 1px solid transparent;

        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

    }

    .navbar-fixed-top {

        top: 0;

        border-width: 0 0 1px;

    }

    .navbar-collapse.collapse {

        display: none!important;

    }

    .navbar-nav {

        float: none!important;

        margin-top: 7.5px;

    }

    .navbar-nav>li {

        float: none;

    }

    .navbar-nav>li>a {

        padding-top: 10px;

        padding-bottom: 10px;

    }

    .collapse.in{

        display:block !important;

    }	

	 .navbar-nav>li {

        float: none;

    }

}

