/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");
#left_sidebar ul.pagemenumw li {
    list-style-type: none;
    background: url(img/left_box_bg.gif);
    width: 251px;
    height: 21px;
    padding-right: 10pt;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
}
body #header.header-v1 .menu {
    position:relative;
}
#navigation ul li.mega-menu-outer {
    position: static;
}
.header-v1 #navigation .mega-menu-outer .sub-menu {
    width: 100%;
	padding:20px;
}
.header-v1 #navigation .mega-menu-outer .sub-menu>li {
    width: 30%;
    display: inline-block;
	vertical-align: top;
}
.header-v1 #navigation .mega-menu-outer .sub-menu>li>a {
	border:none;
}

/* New home changes 27-10-2017 */
.page-section .standard-section.home-banner-sec-outer .span_12 {
	width:100%;
	max-width:1240px;
	padding-top:140px;
}
.page-section .wpb_row .wpb_row.home-banner-content {
	padding:30px 9% 40px 9%;
}
.home-banner-content h2 {
	font-family:'Open Sans', 'Assistant', Arial, sans-serif !important;
	font-size:43px;
	font-weight:700;
	line-height:1.2em;
}
.home-banner-content .banner-large-head {
	font-family:'Open Sans', 'Assistant', Arial, sans-serif !important;
	font-size:58px;
	font-weight:800;
	line-height:1.2em;
}
.home-banner-content h4 {
	font-family:'Open Sans', 'Assistant', Arial, sans-serif !important;
	font-size:30px;
	font-weight:300;
	line-height:49px;
}
.testimonial-slide .image-text img {
	margin: 20px auto;
}
.testimonial-new-cont .testimonial-slide {
	padding:0 2%;
	width: 29.33%;
	display:inline-block;
	text-align:right;
	vertical-align:top;
}
h2.orange-head-sec {
	background-color:rgba(241, 59, 17, 0.85);
	padding:10px;
	font-size:18px;
}
.home-banner-sec-outer {
    background-size: cover;
}
.testimonial-new-cont {
    vertical-align: top;
}

@media (max-width: 1400px) and (min-width: 300px) {
	.page-section .standard-section.home-banner-sec-outer .span_12 {
		padding-top:50px;
	}
	.home-banner-content h2 {
		font-size:35px;
	}
	.home-banner-content .banner-large-head {
		font-size:50px;
	}
	.home-banner-content h4 {
		font-size:25px;
		line-height:35px;
	}
}
@media (max-width: 767px) and (min-width: 300px) {
	.page-section .standard-section.home-banner-sec-outer .span_12 {
		padding-top:50px;
	}
	.home-banner-content h2 {
		font-size:22px;
	}
	.home-banner-content h1 {
		font-size:30px;
	}
	.home-banner-content h4 {
		font-size:18px;
		line-height:25px;
	}
	.page-section .wpb_row .wpb_row.home-banner-content {
		padding:30px 2% 0px 2%;
	}
	.testimonial-new-cont .testimonial-slide {
		padding:0 2%;
		width: 96%;
		display:block;
	}
}