@charset "utf-8";


/*---- Stylesheets ----*/
@import "bootstrap.min.css";
@import "revolution-slider.css";
@import "animate.css";

@import "flexslider.css";
@import "liquid-slider.css";

@import "../theme_panel/theme_panel.css";

/*---- Fonts ----*/

@import "simple-line-icons.css";
@import "ionicons.min.css";
@import "font-awesome.min.css";

@font-face {
	font-family: latoreg;
	src: url(../fonts/Lato/Lato-Regular.ttf);
}

@font-face {
	font-family: latoblack;
	src: url(../fonts/Lato/Lato-Black.ttf);
}



@font-face {
	font-family: latobold;
	src: url(../fonts/Lato/Lato-Bold.ttf);
}

@font-face {
	font-family: latoitalic;
	src: url(../fonts/Lato/Lato-Italic.ttf);
}

@font-face {
	font-family: latolight;
	src: url(../fonts/Lato/Lato-Light.ttf);
}

/*---- Backgrounds ----*/
#home {
	background-image: url(../img/slider.jpg);
}


/*---- General ----*/
html,
body {
	height: 100%;
	color: #009ddc;
}
body {
	font-family: "latoreg", sans-serif;
	font-weight: 300;
	color: #009ddc;
}
a {
	background: transparent;
	outline: none;
	text-decoration: none;

	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0;
	background: transparent;
	color: #009ddc;
	text-decoration: none;
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	outline : 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'latoblack', sans-serif;

	line-height: 1;
}
h1 small, h2 small, h3 small {
	font-family: 'latoreg', sans-serif;

	color: #009ddc;
}
h4 small, h5 small, h6 small {
	font-family: 'latoreg', sans-serif;

	color: #009ddc;
}

/*---- Preloader ----*/
.preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index:99999999;
}
.spinner {
	top: 50%;
}
.spinner {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 50%;
	margin: -22px 0 0 -22px;
	cursor: wait;
	border-radius: 50%;
	border: 1px solid;
	border-color: #ddd #ddd #777 #777;
	animation: spinner .8s infinite cubic-bezier(0.445,.05,.55,.95);
	-moz-animation: spinner .8s infinite cubic-bezier(0.445,.05,.55,.95);
	-webkit-animation: spinner .8s infinite cubic-bezier(0.445,.05,.55,.95);
}
@keyframes spinner {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@-moz-keyframes spinner {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spinner {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
.preloader-logo {
	position: absolute;
	width: 120px;
	left: 50%;
	top: 50%;
	margin: -70px 0 0 -57px;
	cursor: wait;
	opacity: .9;
}

.lead {
	font-size: 22px;
	font-family: latolight;
	margin-top: 20px;
}
.home-title h1 strong{
	font-size: 75px;
}
/*---- Home ----*/
#home {
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-top: 40px;
	z-index: 3;
}
.home-title {
	position: relative;
	color: #FFFFFF;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
}
.panel {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.home-btn {
	margin-top: 20px;
}
.btn-home {
	font-size: 16px;
	font-weight: 400;
	font-family: 'latoblack', sans-serif;
}
.btn-home a {
	display: inline-block;
	padding: 11px 25px;
	color: #fff;
	background-color: #009ddc;
	border: 1px solid #009ddc;
	text-decoration: none;
	outline: none;
	font-family: latolight;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn-home a:hover,
.btn-home a:focus {
	display: inline-block;
	background-color: #fff;
	color: #009ddc;

}


.btn-home2 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'latoblack', sans-serif;
}
.btn-home2 a {
	display: inline-block;
	padding: 11px 25px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	text-decoration: none;
	outline: none;
	font-family: latolight;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn-home2 a:hover,
.btn-home2 a:focus {
	display: inline-block;
	background-color: #fff;
	color: #009ddc;

}


.home-bottom {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;

}


.home-bottom a {
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;

	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
}
.home-bottom a:hover {
	background-color: #fff;
	color: #009ddc;
	text-decoration: none;
}


/*---- Home Youtube ----*/
#home-youtube {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

/*---- Home Revolution Slider ----*/
.home-heading {
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}
.home-heading small {
	color: #fff;

	text-align: center;
}
@media (min-width:992px) {
	.home-heading {
		font-size: 72px;
	}
}
@media (min-width:768px) and (max-width:992px) {
	.home-heading {
		font-size: 55px;
	}
}
@media (max-width:600px) {
	.home-heading {
		font-size: 35px;
		text-align: center;
		line-height: 2;
	}
}

/*---- Home-Pattern ----*/
#home-pattern {
	background-color: #444;
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

#home-slideshow {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

/*---- Header ----*/
#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
	font-family: 'latoblack', sans-serif;
}
.bottom-header,
.home-top-header {
	margin-top: -70px;
}
.header-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.header-top .navbar-default {
	position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 4;
	top:-100px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#home-slideshow {
	top: -70px;
}
.navbar-brand {
	float: left;
	margin-top: 4px;
	padding: 10px;
}
.navbar-default .navbar-brand h3{

	color: #009ddc;
	font-size: 30px;
	margin-bottom:0px;
	margin-top:10px;
	line-height: 20px;
}
.navbar {
	min-height: 70px;
	border: none;
}
.navbar-default {
	border-color: transparent;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
	background-color: #002843;
	opacity: 1;
	border-radius:0;
}
.navbar-right {
	font-family: 'latoblack', sans-serif;
	font-size: 13px;.
font-weight: 400;
	height: 100%;
	margin-top:10px;
}

.navbar-collapse {
	margin-top:6px;
	padding-right: 15px;
	padding-left: 35px;
	color: #009ddc;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent !important;
	background-image: none;
	border: none;
	border-radius: 0;
}
.navbar-toggle:focus {
	outline: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #009ddc;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;

}
.nav > li > span {
	position: relative;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav .current{
	color: #009ddc;
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		text-transform: uppercase;
		font-family: latoblack;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 768px) {
	.navbar-collapse {
		max-height: none;
		overflow-x: hidden;
	}
}
.dropdown-menu {
	font-size: 13px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);

}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.menu-padding {
	padding-top:70px;
}
.content {
	margin-top:0px;
}



/*Navbar Collapse*/
@media (max-width: 992px) {
	.navbar-default .container {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-default .navbar-collapse {
		margin-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
	}

	.navbar-small .navbar-collapse {
		margin-top: 0px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.nav > li > span {
		color: #fff;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 0;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.collapse.in{
		display:block !important;
	}
	.navbar-default ul.nav li {
		border-bottom: 1px dotted #2A2A2A;
	}
	.dropdown-menu {
		position: relative;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: none;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 13px;
		list-style: none;
		background-color: transparent;
		background-clip: padding-box;
		border: none;
		border: none;
		border-radius: 4px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown-menu > li {
		border-bottom: none!important;
	}
	.dropdown-menu > li > a {
		color: #fff;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		text-decoration: none;
		background-color: transparent!important;
	}
}
.navbar .icon {
	font-size: 18px;
}
.navbar .social-icon {
	padding-left: 15px;
	padding-right: 0;
	margin-top: 2px;
}
@media (min-width: 992px) {
	.navbar-right .dropdown-menu {
		right: auto;
		left: 10px;
		top: -155px;
	}
}
@media (min-width: 992px) {
	.rez .dropdown-menu {
		right: auto;
		left: 10px;
		top: 36px!important;
	}
}
@media (min-width: 992px) {
	.rez-drop .dropdown-menu {
		right: auto;
		left: 10px;
		top: 36px!important;
	}
}
/* Site Wrapper */
.site-wrapper {
	clear: both;
}


/* ==== 19) Contact Form ==== */

#contact-form {
	padding-top: 60px;
	padding-bottom: 60px;
}


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }



/* Form style */

#contact input, select {
	width: 100%;
	padding: 8px 12px;
	color: #fff;
	font-family: latoblack;
	font-size: 14px;
	background: transparent;
	border: 1px solid #009ddc;
	margin: 15px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 7px;
	-webkit-border-radius:7px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: transparent;
	box-shadow: none;
	outline: 0 none;
}
textarea {
	width: 100%;
	height: 165px;
	font-size: 14px;
	font-family: latoblack;
	padding: 8px 12px;
	color: #fff;
	background: transparent;
	border: 1px solid #009ddc;
	margin-top: 15px;
	margin-right:15px;
	border-radius: 7px;
	-webkit-border-radius:7px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#contact input:focus, textarea:focus, select:focus {
	border: 1px solid #fff;
}


#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder  { /* WebKit, Blink, Edge */
	color:    #fff;
}
#contact input:-moz-placeholder, #contact textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #fff;
	opacity:  1;
}
#contact input::-moz-placeholder, #contact textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #fff;
	opacity:  1;
}
#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #fff;
}


#contact input.submit {
	width: 185px;
	margin: 15px 0px;
	cursor: pointer;
	color:#fff;
	border-radius: 3px;
	border-color: transparent;
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
#contact input.submit:hover {
	background:#444;
}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required {
	font-size: 13px;
	color: #ff0000;
}
#message {
	margin: 10px 0;
	padding: 0;
}
.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	-webkit-border-radius: 5px;
	background-color: #FBE3E4;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.loader {
	padding: 0 10px;
}
acronym {
	border-bottom:1px dotted #ccc;
}

/* ==== 20) Google Map ==== */

#map {
	height: 350px;
	width: 100%;
}

/* ==== 21) Footer ==== */

#footer {
	background-color: #002843;
	padding-bottom: 15px;
	padding-top: 30px;
}
.back-to-top {
	display: block;
	background: #009ddc;
	width: 45px;
	height: 40px;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transform: translateZ(0);
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
	cursor: pointer;
}
.footer-social {
	margin-top: 60px;
	margin-bottom: 10px;
}
.footer-social li a:hover {
	color: #fff;
}
.footer-info {
	margin-bottom: 20px;
}
.footer-copyright {
	font-size:13px;
}
footer p {
	font-size: 16px;
	font-family: 'latoreg', sans-serif;
	font-weight: 300;
	color: #f5f5f5;
}
.footer-logo a {
	color: #f5f5f5;
}
footer .footer-menu {
	margin-top: 45px;
	border-top: 1px solid #fff;
	padding: 55px 0;
	font-family: latoblack;
	font-size: 14px;
	color: #fff;
}
footer .footer-menu a {
	color: #999;
	margin-left: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
footer .footer-menu a:hover {
	color: #fff;
}
footer .connected-icons {
	margin: 0;
	list-style-type: none;
	display: inline-block;
	list-style: none;
}
footer .connected-icons li {
	display: inline-block;
	padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
	font-size: 2.5em;
}
.btn-buy {
	padding: 1px 5px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px;
}

/* ==== 23) Shortcodes ==== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: none;
	border: 0;
	background-image: none;
	font-weight: 300;
	border-radius: 3px;
	border-color: transparent;
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
	box-shadow: none;
}
.btn:hover, .btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover {
	background-color: #009ddc;
	border-color: transparent;
}
.btn:focus, .btn-primary:focus, .btn-success:focus, .btn-info:focus, .btn-warning:focus, .btn-danger:focus {
	background-color: #999;
	border-color: transparent;

}
.btn:active, .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active {
	background: #009ddc ;
	border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #009ddc;
	border-color: #009ddc;
	outline: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border: 1px solid #999;
}
.btn-default:hover {
	color: #fff;
}
.open .dropdown-toggle.btn-primary {
	border-color: transparent;
}

blockquote p {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
	display: inline-block;
	width: 40px;
	margin-left: -40px;
	text-align: center;
	line-height: inherit;
	font-family: FontAwesome;
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list {
	list-style:none;
}
ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f00C';

}
ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f058';

}
ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f14a';

}
ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f054';

}
ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f138';

}
ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f192';

}
ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
	color: #009ddc;
	text-decoration: underline;
	background-color: transparent;
}
.post-title a {
	color: #009ddc;
}
.post-img {
	margin-bottom:10px;
}
.project-img {
	margin-bottom:60px;
}
.tags-list {
	list-style: none;
	padding:0px;
}
.tags-list li {
	font-size: 13px;
	margin-top: 5px;
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #e8e8e8;
}
.blog-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-list li {
	background-color: #F2F2F2;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.blog-list li a {
	color: #009ddc;
}
.blog-list li a:hover {
	color: #fff;
}
.blog-list li:hover a {
	color: #fff;
}
.blog-widget-container {
	margin-bottom: 60px;
}
.form-control:focus {
	border-color: #009ddc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control {
	border-radius: 0px;
}
.blog-author {
	margin: 60px 0 60px 0;
}
.author-img {
	max-height:100px;
	float:left;
	margin-right: 20px
}
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 25px;
	right: 40px;
	display: none;
	cursor: pointer;
}
#back-to-top a:hover {
	color: #999;
}
.action-btn {
	margin: 20px 0 20px 0;
}
.call-action-1 {
	background: #272727;
	padding: 20px;
	margin: 20px 0 20px 0;
}
.call-action-2 {
	border: 1px solid #CCC;
	padding: 20px;
	margin: 20px 0 20px 0;
}
.call-action-3 {
	background: #272727;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
}
.call-action-4 {
	border: 1px solid #CCC;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
}
.call-action-5 {
	background: #272727;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}
.call-action-6 {
	border: 1px solid #CCC;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}
@media (min-width: 768px) {
	.action-5-btn {
		padding: 20px 0 20px 20px;
	}
	.action-5-info {
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding: 0;
	}
	.action-5-btn {
		text-align: right;
		display: table-cell;
		vertical-align: middle;
	}
}
@media (max-width: 180px) {
	.action-5-btn {
		padding: 20px 0 20px 20px;
	}
}
@media (max-width: 480px) {
	.btn-responsive {
		font-size:90%;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.btn-responsive {
		font-size:100%;
	}
}
.panel-title:hover {
	cursor: pointer;
}
.panel-body {
	background-color: #f5f5f5;
	padding-left: 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: none;
}
.nav-tabs > li > a:hover {
	border: 0;
	border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	color: #fff;
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #009ddc;
	background-color: #f5f5f5;
	cursor: default;
	border: none;
	border-bottom-color: transparent;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	background-color: #fff;
	color: #009ddc;
	border-radius: 4px 4px 0 0;
}
.tab-pane {
	padding: 15px;
	background-color: #f5f5f5;
}
.nav-tabs {
	border: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #009ddc;
	text-decoration: none;
	background-color: #f5f5f5;
	outline: 0;
}
.nav-tabs-dark > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #272727;
	cursor: default;
	border: none;
	border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover {
	background-color: #f5f5f5;
	color: #009ddc!important;
}
.nav-tabs-dark > li.active > a:hover {
	color: #fff!important;
	background-color: #272727!important;
}
.nav-tabs > li > a:hover {
	color: #fff!important;
}

.tab-pane-dark {
	padding: 15px;
	color: #fff;
	background-color: #272727;
}


.touch #home,
.touch #who-we-are,
.touch #separator-quotes,
.touch #separator-purchase,
.touch #separator-testimonials,
.touch #separator-video,
.touch #twitter-feed,
.touch #get-connected,
.touch #contact-details,
.touch #home-pattern,
.touch #home-youtube {
	background-attachment: local!important;
}

#welcome, #services, #projects, #clients, #products{
	padding: 90px 0;

}
.headersection{
	color: #002843;
	text-transform:uppercase;
	font-size: 26px;
	letter-spacing: 4px;
	position: relative;
	display: inline-block;
	margin-top: 0;
}
.mt30{
	margin-top: 30px;
}
.mt60{
	margin-top: 60px;
}
.mt90{
	margin-top: 90px;
}
.mt120{
	margin-top: 120px;
}
.headersection:after{
	content: '';
	position: absolute;
	bottom: -20px;
	height: 3px;
	background: #009ddc;
	width: 3000px;
	right: 0;
}
.pwelcome1{
	font-family: latolight;
	color: #002843;
	font-size: 28px;
	margin-bottom: 10px;
}
.pwelcome2{
	color: #aeaeb0;
	font-size: 18px;
	margin-bottom: 10px;
}
.pwelcome3{
	font-family: latolight;
	color: #002843;
	font-size: 20px;
	text-transform: uppercase;
}

.ani img{
		-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.ani:hover img{
	margin-top:15px;
}
.service1{
	font-family: latolight;
	color: #002843;
	font-size: 26px;
	margin-bottom: 10px;
	min-height: 74px;
}
.service2{
	 color: #aeaeb0;
	 font-size: 18px;

 }
.service2 ul{
padding-left:22px;
}
.padr{
	padding-right: 50px;
}
#projects{
	background: url("../img/projback.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
#projects .headersection{
	color: #fff;
}
.nomargin{
	margin: 0;
}
.nopadd{
	padding: 0;
}
.controls{
	text-align: center;
	margin-bottom: 60px;
}
.controls button{
	background: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: latoblack;
	position: relative;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.controls button:hover{
	color: #009ddc !important;
}
#projects .mixitup-control-active{
	color: #009ddc !important;
}
#projects .mixitup-control-active:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 3px;
	background: #009ddc;
	width: 100%;
}

.intz{
	position: relative;
	overflow: hidden;
}
.overlay{
	position: absolute;
	left:0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,42,70,0.8);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.overlaytext1{
	font-family: latoblack;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.overlaytext2{
	color: #fff;
	margin-bottom: 40px;
}
.intz:hover .overlay{
	top:0;
}
#projects .fa-plus{
	color: #009ddc;
	font-size: 30px;
}
.ctr{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#not{
	padding: 90px 0;

}
.not1{
	font-family: latoblack;
	color: #002843;
	font-size: 22px;
	letter-spacing: 5px;
}
.not2{
	color: #aeaeb0;
	font-size: 15px;
	margin-bottom: 30px;
}
#paralax{
	padding: 100px 0;
	background: url("../img/paralax.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#paralax h2{
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 30px;

}
#products{
	background: url("../img/prodback.jpg");
}
.brd{
	border: 1px solid #009ddc;
	text-align: center;
	padding: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}



.prd1{
	font-family: latolight;
	color: #002843;
	font-size: 24px;
	margin-bottom: 10px;
	min-height:68px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.prd2{
	color: #aeaeb0;
	font-size: 17px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.prd3{
	font-size: 16px;
	font-family: 'latoblack', sans-serif;
	display: inline-block;
	margin-top: 10px;
	padding: 3px 20px;
	margin-bottom: 7px;
	color: #aeaeb0;
	background-color: transparent;
	border: 2px solid #aeaeb0;
	text-decoration: none;
	outline: none;
	font-family: latolight;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.brd:hover{
	background: #009ddc;
}
.brd:hover .prd1{
	 color: #fff;
 }

.brd:hover .prd2{
	color: #fff;
}

.brd:hover .prd3{
	color: #fff;
	border-color:#fff ;
}
#contact{
	padding: 90px 0;
	background: url("../img/contactback.jpg") no-repeat;
	background-size:cover;
	background-position: bottom;
}
#contact .headersection{
	color: #fff;
}
.contact1{
	font-family: latoblack;
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.contact2{
	font-family: latoblack;
	font-size: 15px;
	color: #fff;
}
.mtt{
	margin-top: 456px;
}
.brda{
	width: 75px;
	margin-top: -4px;
	margin-left: 3px;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

	.navbar-brand>img{
		width: 136px;
	}
	.ntb{
		margin-bottom: 30px;
	}
	.home-title h1 strong{
		font-size: 32px;
	}
	.lead{
		font-size: 18px;
	}
	.mt120{
		margin-top: 40px;
	}
	#welcome, #services, #projects, #clients, #products{
		padding: 60px 0;
	}
	.brd{
		padding: 20px 0;
	}
	.mtt{
		margin-top: 30px;
	}
	footer .footer-menu span{
		float: none !important;text-align: center;width: 100%;display: block;
	}
}

@media screen and (max-width: 600px) {

}