/*
Theme Name: Lightwire Child
Theme URI: http://themes.framework-y.com/lightwire/
Description: Lightwire Child Theme
Author: Schiocco
Author URI: http://schiocco.com/
Template: lightwire
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightwire
*/

/*<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>*/
/*															HEADER															*/
/*<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>*/

/*====  Logo 					============================================================================================*/
.navbar-middle .navbar-brand.center {
	margin: 10px 0;
}
@media (min-width: 993px) { 
	.navbar-middle .navbar-brand {
		padding: 0px 16px;
	}
	.navbar-middle .navbar-brand.center > img {
		max-height: 150px;
	}
}
/*====  Menu social icons 					============================================================================================*/
header .navbar-right .minisocial-group {
	float: right;
}
header .navbar-mini i.fa:hover {
	color: white;
}
/*====  Top Menu Contact Info				============================================================================================*/
.TopHeaderContact1 {
	padding-left: 10px;
}
/*====  Mobile Menu	 						============================================================================================*/
@media (max-width: 500px) { 
	.navbar .navbar-nav > li a, .menu-transparent.scroll-css .lan-menu ul.dropdown-menu a {
		font-size: 14px;
	}
}

/*<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>*/
/*														MAIN PAGE															*/
/*<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>*/

/*====  Banner						============================================================================================*/
#home {
	background-color: #F6F6F6 !important;
}

/*====  Services					============================================================================================*/
#services .ServicesAdvancedImage .caption h2 {
    color: white !important;
    text-align: center;
}
#services > .container  {
     padding-bottom: 30px !important;
} 
/*------------- Steps section after Services --------------*/
#section_5ZtkF > .container {
     padding-top: 30px !important;
}
#section_5ZtkF {
    border-top: 1px solid #eaeaea;
    background-color: #f9f8f8;
}
@media (max-width: 994px) {
	#section_5ZtkF .box-steps .step-item {
		margin-bottom: 0 !important;
		min-height: 320px;
	}
}

/*====  What We Offer				============================================================================================*/
.projects-slider .caption-bottom p {
     color: #cccccc !important;
}
.projects-slider .adv-img-double-content .caption h3 {
     color: #cccccc !important;
}

/*====  Contact Us					============================================================================================*/
#contacus #column_XumhJ .social-group .fa:hover {
     color: #ffffff;
}















/*<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>*/
/*															FOOTER															*/
/*<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>*/
footer {
	background-color: #273071;
}
footer .content .container {;
    display: none;
}
footer .copy-row:before {
	height: auto;
	background-color: transparent;
}
footer .copy-row .copy-text {
	color: white;
}
footer .copy-menu a {
	color: white;
}

footer .content .copy-row .copy-text {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-height: 100%;
    padding: 15px 15px 20px 15px;
}
@media (max-width: 994px) {
	footer .content .copy-row .copy-text { 
		flex-direction: column;
	}
	footer .copy-menu {
		display: inline-block;
		float: none;
	}
}
/*====  Arrow Up 					============================================================================================*/
.scroll-top-mobile:before {
	border-color: rgb(39, 48, 113);
}