
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a:focus{ outline: none !important; text-decoration: none;}
input[type="text"]::-webkit-input-placeholder { opacity: 1; }
input[type="text"]::-moz-placeholder { opacity: 1; }
input[type="search"]::-webkit-input-placeholder { opacity: 1; }
input[type="search"]::-moz-placeholder { opacity: 1; }
input[type="email"]::-webkit-input-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1; }
input[type="tel"]::-webkit-input-placeholder { opacity: 1; }
input[type="tel"]::-moz-placeholder { opacity: 1; }
textarea::-moz-placeholder { opacity: 1; }
textarea::-webkit-placeholder { opacity: 1; }
html {
	width: 100%;
	max-width: 100%;
	min-width: 320px;
	overflow-x: hidden;
}
body { 
	overflow-x:hidden;
	font-family: 'Open Sans', sans-serif; 
	background:#fff;
	width: 100%;
	max-width: 100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
}
.container {
	max-width:1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position:relative;
	box-sizing: border-box;
}

header {
	padding:0 0;
	margin:0;
	background:rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	z-index: 999;
	box-sizing: border-box;
}

.logo {
	float:left;
	margin:10px 0;
	padding:0;
}

.main-nav {
	margin:0;
	padding:0;
	position:relative;

}
.hide_logo, .menu-button, .search_hide {
	display:none;
}

.mainnav {
	float:right; 
	padding:0; 
	margin:30px 0 0;
}
.mainnav ul {
	margin:0;
	padding:0;
}
.mainnav ul li {
	margin:0;
	padding:0 0 0 30px;
	float:left;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	position: relative;
}
.mainnav ul li:last-child {
    padding-right: 0px;
}
.mainnav ul li a {
	color:#000000;
	padding: 0 5px 27px;
}
.mainnav ul li a:hover, .mainnav ul li.current_page_item a {
	border-bottom: 2px solid #EF3D3D;
}


.flex {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}
.gallery-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.single-item {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.single-item .slide {
	position: relative;
	outline: none;
	display: none;
	width: 100%;
}
.single-item .slide:first-child {
	display: block;
}
.single-item.slick-initialized .slide {
	display: block;
}
.single-item .slide img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}
.single-item .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.single-item .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
.single-item .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	width: 100%;
}
.single-item .slick-slide img {
	display: block;
	width: 100%;
}
.single-item.slick-initialized .slick-slide {
	display: block;
}
.single-item.slick-slider .slick-slide {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	transition: opacity 0.25s linear;
	z-index: 0;
}
.single-item.slick-slider .slick-slide.slick-active {
	position: relative;
	opacity: 1;
	z-index: 1;
}
.banner_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner_text h1 {
	margin:0;
	padding:0 0 20px 0;
	font-size:36px;
	line-height:40px;
	font-weight:800;
	color: #fff;
}
.banner_text p{
	margin:0;
	padding:0 100px 40px;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	color: #fff;
}
.banner_text a{
	margin:0;
	padding:0 30px;
	font-size:16px;
	line-height:46px;
	font-weight:600;
	color: #fff;
	border: 2px solid #838485;
	display: inline-block;
	transition: all ease-in-out 0.5s;
}
.banner_text a:hover{
	border: 2px solid #ED560F;
	background: #ED560F;
}
section {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.section_about_us {
	margin: 0;
	padding:120px 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.title {
	margin:0;
	padding:0 0 20px 0;
	font-size:36px;
	line-height:36px;
	font-weight:300;
	color: #555555;
	text-align: left;
}
.title code {
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}
.section_about_us p {
	margin:0;
	padding:25px 0 0;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color: #555555;
	text-align: left;
}

.section_blog {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blog_overlay {
	margin: 0;
	padding:125px 0;
	background:rgba(237,86,15, 0.9);
	height: 100%;
  }
  .section_blog h1 {
	margin:0;
	padding:0 0 20px 0;
	font-size:36px;
	line-height:40px;
	font-weight:700;
	color: #fff;
	text-align: center;
}
.blog_col {
	margin: 50px 0 0;
	padding: 0;
	background: #fff;
}
.blog_image {
	margin: 0;
	padding: 0;
}
.blog_image img {
	width: 100%;
	display: block;
	height:auto;
}
.blog_info {
	margin: 0;
	padding:15px 10px 15px 20px;
}
.post_date {
	margin: 0 10px 0 0;
	padding:3px 8px;
	float: left;
	background: #ED560F;
}
.post_name {
	margin: 0;
	padding: 0 0 0 0;
}
.day {
	margin:0;
	padding:0 0 0 0;
	font-size:30px;
	line-height:30px;
	font-weight:700;
	color: #fff;
	text-align: center;
	display: block;
}
.month {
	margin:0;
	padding:0 0 0 0;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	color: #fff;
	text-align: center;
	display: block;
}
.post_name h3 {
	margin:0;
	padding:0 0 2px 0;
	font-size:24px;
	line-height:26px;
	font-weight:400;
	color: #555555;
	display: block;
}
.author {
	float: left;
	margin:0;
	padding:0 0 0 0;
	font-size:14px;
	line-height:26px;
	font-weight:700;
	color: #ED560F;
}
.comment {
	float: right;
	margin:0;
	padding:0 0 0 0;
	font-size:14px;
	line-height:26px;
	font-weight:700;
	color: #555555;
}
.blog_col p {
	margin:0;
	padding:10px 0;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color: #555555;
}
.blog_col a {
	margin:0;
	padding:8px 25px;
	font-size:14px;
	line-height:24px;
	font-weight:700;
	color: #fff;
	background: #ED560F;
	display:inline-block;
}
.blog_col a:hover {
	background: #555;
}
.subscrbe_area {
	margin: 0;
	padding:30px 0 45px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.subscrbe_area h1 {
	margin:0;
	padding:0 0 0 0;
	font-size:36px;
	line-height:36px;
	font-weight:300;
	color: #fff;
	display: block;
	text-align: center;
}
.subscrbe_area h1 span{
	font-weight:700;
}
.subscribe_form {
	margin: 20px auto 0;
	padding: 0;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 30px;
}
.subscribe_form input[type="email"]{
	margin:-2px 0 0;
	padding:0 20px;
	font-size:16px;
	line-height:36px;
	font-weight:400;
	color: #fff;
	height: 52px;
	width:430px;
	border: none;
	background: rgba(255,255,255,0.16);
	border-radius: 30px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
}
.subscribe_form input[type="text"]:focus{
	border: none;
	box-shadow: none;
	outline: none;
}
.subscribe_form input[type="submit"]{
	margin:-2px 0 0 -20px;
	padding:0 0 0 0;
	font-size:20px;
	line-height:36px;
	font-weight:700;
	color: #ED560F;
	display: inline-block;
	height: 52px;
	width: 200px;
	border: none;
	background: #fff;
	border-radius: 30px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	box-shadow: none;
}

.subscribe_form .es_textbox, .subscribe_form .es_button {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
}
.subscribe_form .es_msg{
	float: none;
	margin: 0;
	padding: 5px 20px;
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	clear: both;
	position: absolute;
	bottom: -30px;
	left: 0;
	color: #fff;
}

.footer_top {
	margin: 0;
	padding: 0 0 50px 0;
	background: #222222;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.footer_top .row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer_col {
	margin: 50px 0 0;
	padding: 0;
	box-sizing: border-box;
}
.footer_col img {
	max-height: 100px;
	width: auto;
	height: auto;
	display: block;
}
/* First footer column - Logo column - Left aligned */
.footer_top .row .col-md-4:first-child .footer_col,
.footer_col:first-child {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	text-align: left !important;
}
.footer_top .row .col-md-4:first-child .footer_col a,
.footer_col:first-child a {
	display: block !important;
	text-align: left !important;
}
.footer_top .row .col-md-4:first-child .footer_col img,
.footer_col:first-child img {
	margin: 0 !important;
	max-height: 100px !important;
	height: auto !important;
	width: auto !important;
	display: block !important;
}
/* Ensure logo matches height of adjacent text boxes */
.footer_top .row {
	align-items: flex-start !important;
}
.footer_top .row .col-md-4:first-child {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	text-align: left !important;
}
.footer_top .row .col-md-4:first-child .footer_col {
	height: 100% !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}
/* Override any Bootstrap text-center or text-align */
footer .footer_top .row .col-md-4:first-child,
footer .footer_top .row .col-md-4:first-child * {
	text-align: left !important;
}
/* Ensure logo height matches text box height - Maximum specificity */
footer .footer_top .row .col-md-4:first-child .footer_col img,
footer .footer_top .container .row .col-md-4:first-child .footer_col img,
.footer_top .row .col-md-4:first-child .footer_col img {
	max-height: 100px !important;
	height: auto !important;
	width: auto !important;
	object-fit: contain !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* Force left alignment with maximum specificity */
footer .footer_top .container .row .col-md-4:first-child,
footer .footer_top .row .col-md-4:first-child {
	text-align: left !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
}
footer .footer_top .container .row .col-md-4:first-child .footer_col,
footer .footer_top .row .col-md-4:first-child .footer_col {
	text-align: left !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}
.footer_col h2 {
	margin:0;
	padding:0 0 15px 0;
	font-size:20px;
	line-height:22px;
	font-weight:700;
	color: #ED560F;
	display: block;
}
.footer_col li {
	margin:0;
	padding:0 0 8px 0;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color: #fff;
	display: block;
}
.footer_col li i{
	color: #fff;
	padding: 0 5px 0 0;
}
.footer_bottom {
	margin: 0;
	padding: 15px 0;
	background:#000000; 	
}
.copyright {
	margin:0;
	padding:0 0 0 0;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color: #fff;
	display: block;
	text-align: center;
}
.latest_news {
	margin: 0;
	padding: 130px 0 100px;
	background: #fff;
}
.latest_news h1{
	margin:0;
	padding:0 0 20px 0;
	font-size:36px;
	line-height:40px;
	font-weight:300;
	color: #555555;
	text-align: center;
}
.latest_news h1 span {
	font-weight:700;
}
.news_section {
	margin:0;
	padding:0 0 0 0;
}
.news_section ul{
	margin:40px 0 0;
	padding:0 0 0 0;
}
.news_section ul li{
	margin:5px ;
	padding:0 0 0 0;
	position: relative;
	float: left;
	height: 256px;
	overflow: hidden;
	transition: all ease-in-out 0.5s;
	cursor: pointer;
}
.news_section ul li img {
	width: 100%;
	height: auto;
}
.news_section ul li:first-child{
	width: 30%
}
.news_section ul li:nth-child(2){
	width: 42%
}
.news_section ul li:nth-child(3){
	width: 25%
}
.news_section ul li:nth-child(4){
	width: 25%
}
.news_section ul li:nth-child(5){
	width: 42%
}
.news_section ul li:nth-child(6){
	width: 30%
}
.news_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding:5px 10px;
	transition: all ease-in-out 0.5s;
	height:110px;
}
.news_info h3{
	margin:0;
	padding:6px 0;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color: #fff;
}
.news_info p{
	margin:0;
	padding:0 0 5px;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color: #fff;
	display: none;
}
.news_info a {
margin: 5px 0 10px;
padding: 0 10px;
font-size: 12px;
line-height: 26px;
font-weight: 400;
color: #fff;
border: 2px solid #838485;
display: inline-block;
transition: all ease-in-out 0.5s;
}
.news_info a:hover {
    border: 2px solid #ED560F;
    background: #ED560F;
}

.news_section ul li:hover .news_info {
	height: 100%;
	transition: all ease-in-out 0.5s;
}
.news_section ul li:hover .news_info p{
	display: block;
}

header.fixed {position:fixed;top:0;bottom:auto;z-index:99999;width:100%;background:rgba(255,255,255, 1);padding:0 0;margin:0;box-shadow:2px 3px 5px rgba(0,0,0, 0.5);
	animation: smoothScroll 1s forwards;}
	@keyframes smoothScroll {
		0% {
			transform: translateY(-40px);
		}
		100% {
			transform: translateY(0px);
		}
	}

.inner_banner {
	margin: 0;
	padding: 0;
	position: relative;
}
.inner_banner img {
	width: 100%;
	height: auto;
}

.banner_title {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 100%;
	z-index: 9;
	font-size:36px;
	line-height:36px;
	font-weight:800;
	color: #fff;
}
.section_what_we_are {
	margin: 0;
	padding: 120px 0;
}
.what_we_are_image {
	margin: 0;
	padding: 0;
}
.what_we_are_image img{
	max-width: 100%;
	width: auto;
	display: block;
	height:auto;
}
.what_we_are_content {
	margin: 0;
	padding: 0px 0 0 10px;
}
.section_what_we_are h2 {
	margin:0;
	padding:0 0;
	font-size:36px;
	line-height:36px;
	font-weight:300;
	color: #555555;
}
.section_what_we_are h2 code{
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}
.section_what_we_are p {
	margin:0;
	padding:20px 0 0;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color: #555555;
}

.section_vision {
	margin: 0;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.vision_overlay {
	margin: 0;
	padding:125px 0;
	height: 100%;
	background: -moz-linear-gradient(165deg, rgba(219,0,43,0.3) 0%, rgba(219,0,43,0.78) 69%, rgba(219,9,128,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(219,9,128,1)), color-stop(31%, rgba(219,0,43,0.78)), color-stop(100%, rgba(219,0,43,0.3))); /* safari4+,chrome */
    background: -webkit-linear-gradient(165deg, rgba(219,0,43,0.3) 0%, rgba(219,0,43,0.78) 69%, rgba(219,9,128,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(165deg, rgba(219,0,43,0.3) 0%, rgba(219,0,43,0.78) 69%, rgba(219,9,128,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(165deg, rgba(219,0,43,0.3) 0%, rgba(219,0,43,0.78) 69%, rgba(219,9,128,1) 100%); /* ie10+ */
    background: linear-gradient(285deg, rgba(219,0,43,0.3) 0%, rgba(219,0,43,0.78) 69%, rgba(219,9,128,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0980', endColorstr='#db002b',GradientType=1 ); /* ie6-9 */ 
  }
  .section_vision h1 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.vision_banner {
	margin: 30px 90px 0;
	padding: 0;
	text-align: center;
}
.single_item_vision img {
	margin: 0 auto;
	max-width: 100%;
	border-radius: 20px;
border: 10px solid #A9656C;
}
.vision_text h2 {
	margin: 0;
	padding: 20px 0 0;
	font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.vision_text p {
	margin: 0;
	padding: 80px 0 0;
	font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.date_section {
	margin: 0;
	padding: 60px 0;
	background: #fff;
}
.date_section h2 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #555;
    text-align: center;
}
.date_section ul {
	margin: 0;
	padding: 0 0;
	text-align: center;
}
.date_section ul li {
	margin: 20px 0 0;
	padding: 0 0;
	width: 33%;
	float: left;
	vertical-align: top;
	text-align: center;
}
.date_section ul li h3{
	margin: 0;
	padding: 0 0 8px;
	font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #EF7722;
    text-align: center;
}
.date_section ul li p{
	margin: 0;
	padding: 0 0 0;
	font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #555555;
    text-align: center;
}

.section_service {
	margin: 0;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service_overlay {
	margin: 0;
	padding:80px 0;
	height: 100%;
	background:rgba(0,65,164, 0.9)
  }
  .inputservices {
	margin: 0;
	padding:80px 0;
	height: 100%;
	background-color:rgba(0,0,0, 0.8)
  }
  .section_service h1 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.section_service h3 {
    margin: 0;
    padding: 0  95px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.product_details {
	margin: 0;
	padding: 50px 0 0;
}
.product_info {
	margin: 0;
	padding: 0 65px;
}
.product_info h2 {
    margin: 0;
    padding: 0  0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.product_info ul {
	margin: 0;
	padding: 0;
}
.product_info ul li{
	margin: 10px 0;
	padding: 0 0 0 20px;
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	color: #fff;
	background: url(../images/bullet.png) 0 8px no-repeat;
}
.product_info ul li a{ color: #fff;}
.product_gallary {
	margin: 0;
	padding: 0;
}
.product_gallary ul {
	margin: 0;
	padding: 0 10px 0 0;
}
.product_gallary ul li {
	margin: 0 5px 10px;
	padding: 0;
	float: left;
	
	border: 2px solid #fff;
	position: relative;
}
.product_gallary ul li img {
	max-width: 100%;
	height: auto;
}
.product_title {
	padding: 0 0 10px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
	display: none;
}
.product_gallary ul li:hover .product_title {
	background: rgba(255,255,255, 0.6);
	justify-content:center;
	color: rgb(0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
}
.scroll {
	
	margin:10px 0;
	width:100%;
}
.section_protfolio {
	margin: 0;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.projectlogo {
	padding: 40px 0;
	margin: 0;
	width: 100%;
}
.projectlogo .first_li,
.projectlogo .second_li,
.projectlogo .last_li {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
.projectlogo .first_li li,
.projectlogo .second_li li,
.projectlogo .last_li li {
	padding: 15px 20px;
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	min-width: 0;
	flex-shrink: 0;
	background: transparent;
}
.projectlogo img {
	max-height: 90px !important;
	max-width: 300px !important;
	width: auto;
	height: auto;
	object-fit: contain;
	-webkit-object-fit: contain;
	transition: opacity 0.3s ease, transform 0.3s ease;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

/* Black backgrounds for logos with white text */
.projectlogo img[src*="tr3dent-logo"],
.projectlogo img[src*="BCX"],
.projectlogo img[src*="telecom-namibia-logo"] {
	background-color: #000 !important;
	padding: 0.5rem !important;
	border-radius: 4px;
}
.projectlogo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	max-height: 90px;
	max-width: 300px;
	width: 100%;
	height: 100%;
}
.projectlogo a img {
	max-height: 90px !important;
	max-width: 300px !important;
}
.projectlogo a:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.projectlogo a:hover img {
	opacity: 0.9;
} 
.protfolio_overlay {
	margin: 0;
	padding:125px 0;
	background:rgba(237,86,15, 0.9);
	height: 100%;
  }
  .section_protfolio h1 {
	margin:0;
	padding:0 0 20px 0;
	font-size:40px;
	line-height:40px;
	font-weight:700;
	color: #fff;
	text-align: center;
}

.accordion2 {
	width: 100%;
	padding: 0 90px;margin: 30px 0;
}
.accordion2 h3 {
	background: #fff;
	padding: 15px 25px;
	margin: 0;
	cursor: pointer;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color: #555;
	border-bottom: 1px solid #CCCCCC;
}
.accordion2 h3:hover {
	background-color: #555;
	color: #fff;
	border-bottom: 1px solid #555;
}
.accordion2 h3.active {
	background-color: #555;
	color: #fff;
	border-bottom: 1px solid #555;
}
.acordian_content {
	background: #E5E5E5;
	margin: 0;
	padding: 20px 25px 10px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.45);
	display: none;
}
.accordian_col {
	margin: 0 0 25px;
	padding: 0;
}
.accordian_col h4 {
	margin:0;
	padding:0 0 5px 0;
	font-size:24px;
	line-height:26px;
	font-weight:800;
	color: #555;	
}
.accordian_col p {
	margin:0;
	padding:0 0 0 0;
	font-size:15px;
	line-height:24px;
	font-weight:400;
	color: #555;
	vertical-align: middle;	
}
.accordian_col p i.icon_h {
	font-size:20px;
	padding-right: 8px;
	vertical-align: middle;
	display: inline-block;
}
.accordian_col p i.icon_h img {
    vertical-align: middle;
    display: block;
}
.accordian_col p a{
	color: #555;
	font-size: 14px;
	font-style: italic;	
}
.accordian_col p a:hover{
	color: #EF7722;	
}
.section_contact {
	margin: 0;
	padding: 100px 0;
	background: #ED560F;
}
.contact_overlay {
	margin: 0;
	padding: 0;
}

.adress_col {
	margin: 40px 0 0;
	padding: 0;
}
.section_contact h3 {
	margin:0;
	padding:0 0 30px 0;
	font-size:36px;
	line-height:36px;
	font-weight:700;
	color: #fff;
}
.section_contact h3.email {
	margin-top: 30px;
	padding: 0 0 5px 0;
}
.section_contact h3 i {font-weight:300;}
.section_contact h4 {
	margin:0;
	padding:0 0 8px 30px;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	color: #fff;
}
.section_contact p {
	margin:0;
	padding:0 0 15px 30px;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color: #fff;
}
.section_contact p a {
	margin:0;
	padding:0 0 0 16px;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color: #fff;
}
.section_contact p a:hover{
	color: #555;	
}
.google_map {
	margin: 10px 0 0;
	padding: 0;
}
.google_map iframe{
	max-width: 100%;
}

.contact_form {
	margin: 40px 0 0 40px;
	padding: 0;
}
.contact_form .form-control {
    display: block;
    width: 100%;
    height:50px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border:none;
    border-radius: 0;
    box-shadow:none;
}
.contact_form textarea {
    display: block;
    width: 100%;
    height:140px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border:none;
    border-radius: 0;
	box-shadow:none;
	resize: none;
}
.contact_form .form-control:focus {
    border:none;
    border-radius: 0;
	box-shadow:none;
	outline: none;
}

.sub_btn {
    padding: 0 0;
    font-size: 24px;
    font-weight: bold;
    border:none;
	border-radius: 0;
	background: #fff;
	color: #ED560F;
	height: 50px;
	width: 150px;
	transition: all ease-in-out 0.5s;
}
.sub_btn:hover, .sub_btn:focus {
	background: #555;
}
.contact_form h3 { padding-left: 10px;}
.contact_form p {
    padding: 15px 0 0 0;
    font-size: 16px;
    font-weight: bold;
	color: #fff;
	line-height: 24px;
}

.blog_details_page .entry-content img {
	margin: 10px auto;
	max-width: 100%;
	width: auto;
	display: block;
}
.section_about_us.blog_details_page p {
    margin: 0;
    padding:10px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #555555;
    text-align: center;
}
.section_about_us.blog_details_page .entry-content {
	border: 1px solid #dedede;
	padding: 20px 20px;
	background: #ffff;
	margin-bottom: 80px;
}
.section_about_us.blog_details_page {
	background: #f2f2f2;
}
.blog_details_page .comments-area {
	margin: 30px 0;
	padding: 0;
}
.blog_details_page .comments-area h2.comments-title {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	color: #555555;
	border-bottom: 2px solid #E6E6E6;
}
.blog_details_page .comments-area .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog_details_page .comments-area .comment-list li {
	padding: 20px;
	margin: 5px 0;
	background: #ffff;
	border-bottom: 1px solid #E6E6E6;
	list-style: none;
	width: 100%;
	line-height: 19px;
}
.blog_details_page .comments-area .comment-list .comment-author {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 17px;
	line-height:26px;
	font-weight: 600;
	color: #555555;	
}
.blog_details_page .comments-area .comment-list .comment-author img {
	display: none;
}
.blog_details_page .comments-area .comment-list a {
	margin: 0;
	padding:0 0 6px 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #848484;
	font-style: italic;
}
.subscribe_form .es_caption, .subscribe_form .es_lablebox, .blog_details_page .comments-area .comment-list .reply {
	display: none;
}
.blog_details_page .comments-area .comment-list .comment-content {
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
}
.blog_details_page .comments-area .comment-list .comment-content p{
	text-align: left;
	margin: 0;
	padding:5px 0;
	font-size: 15px;
	line-height:22px;
	font-weight:400;
	color: #555555;
}


.blog_details_page .comments-area .comment-respond h3{
	margin: 0;
	padding: 30px 0 6px 0;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	color: #555555;
	border-bottom: 2px solid #E6E6E6;
	display: block;
}
.blog_details_page .comments-area .comment-respond p {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555555;
	margin: 0;
	padding: 0 0 0 0;
}
.blog_details_page .comments-area .comment-respond textarea {
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #555555;
	height: 100px;
	border: 1px solid #E6E6E6;
	background: #fff;
	resize: none;
	width: 100%;
}
.blog_details_page .comments-area label {
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	color: #555;
	width: 100%;
	margin-bottom: 3px;
	margin-top: 10px;
}
.blog_details_page .comments-area .comment-respond input {
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #555555;
	height:36px;
	border: 1px solid #E6E6E6;
	background: #fff;
	resize: none;
	width: 100%;
}
.comment-form {
	max-width:600px;
}
.blog_details_page .comments-area .comment-respond input[type="checkbox"] {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
	padding: 0 0;
	height: auto;
}
.blog_details_page .comment-form-cookies-consent label {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.blog_details_page .comments-area .comment-respond .submit {
	padding: 0 0;
	font-size:17px;
	font-weight: bold;
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	background: #ED560F;
	color: #fff;
	height: 50px;
	width: 200px;
	transition: all ease-in-out 0.5s;
	text-align: center;
	margin-top: 15px;
}
.blog_details_page .comments-area .comment-respond .submit:hover {
	background: #555;
	color: #fff;
}

@media (max-width: 767px) {
.header .fix-menu { background:#619D09; }
.header .fix-menu .search_icon { color:#000}
.header .fix-menu .mblogo { display:block; float:left; margin-top:10px; }
.mblogo img { width:180px; }
.menu-button{background:url(../images/mb_menu.png) no-repeat;height:32px;width:40px;display:block;border:none;cursor:pointer;margin:15px 0;float:right;border-radius: 2px;position: absolute;right: 25px; z-index:999;}
.menu-button.open{background:url(../images/mb_menu.png) no-repeat}
.mobile_primary{display:none;background:#F37E41;position:absolute;right:0;width:100%;top:0px;z-index:999999;}
.mobile_primary ul{list-style:none;margin:0;padding:0}
.mobile_primary li{ /*border-bottom:1px solid #fff;*/display:block;position:relative;padding:0;background:none; float:none;}
.mobile_primary ul li a{padding:17px 30px}
.mobile_primary li:first-child{border-top:none}
.mobile_primary .sub-menu{display:none}

.mobile_primary .sub-menu li:first-child{border-top:1px solid #fff}
.mobile_primary li ul.sub-menu li a{padding:10px 20px; line-height:30px;}
.mobile_primary .sub-menu .sub-menu a{padding:15px 0 15px 50px}
.mobile_primary .sub-menu--button{background:#02a6c0 url(../images/submenu.png) no-repeat center;cursor:pointer;display:inline-block;height:50px;position:absolute;right:0;top:0;width:50px;z-index:9999999999999; border-right:1px solid #28a2ef; border-top:1px solid #28a2ef;}
.mobile_primary .sub-menu--button.open{background:#02a6c0 url(../images/submenu_h.png) no-repeat center;}
.mobile_primary .sub-menu li { display:block}
.mobile_primary li:hover>.sub-menu { top:0}
.page-header__primary{display:none}
.mobile_primary li:hover .sub-menu {display:none; position:relative}
.mobile_primary .sub-menu { position:relative; top:0; width:auto;}
.mobile_primary li.dropdown a:after { background:none; }
.mobile_primary  ul li:hover .sub-menu { display:none}
.mobile_primary ul li ul.sub-menu li {padding: 5px 0;}
.mobile_primary ul li ul.sub-menu li {padding: 0;}
}

@media only screen and (min-width:300px) and (max-width:1140px){
.news_section ul li:nth-child(2), .news_section ul li:nth-child(5) {
	width: 41%;
}
.news_info h3 {
	font-size: 13px;
	line-height: 20px;
}
.news_section ul li img {
	width: 100%;
	height:100%;
}
.product_gallary ul li {
	width: 46%;
}
.banner_text p {display:none;}
}
@media only screen and (min-width:300px) and (max-width:1023px){
    .banner_text p {display:none;}
header .container {
    width: 100%;
}
.mainnav ul li {
margin: 0;
padding: 0 0 0 16px;}
.news_section ul li {
width: 48% !important;
}
.section_about_us p {
padding: 25px 0;
}
.section_what_we_are {
    padding: 40px 0;
}
.what_we_are_image img {
    margin: 0 auto;
}
.what_we_are_content {
	padding: 10px 0 0 0;
	text-align: center;
}
.vision_overlay, .protfolio_overlay {
	padding: 45px 0;
}
.product_gallary ul li img {
    height: 220px;
}
.product_info {
    padding: 0 0;
}
.accordion2 {
    padding: 0 0;
}
.section_about_us, .section_contact {
    padding: 40px 0;
}
.contact_form {
    margin: 40px 0 0 0;
}
.adress_col {
    margin: 0;
}
}
@media only screen and (min-width:300px) and (max-width:767px){
	.scroll {height:auto}
.menu-button {margin: 0;top:28px;}
.right_header {padding: 20px 0px 0px;}
.mainnav ul li {padding: 0px 0px 0px 0;float: none;}
.mobile_primary ul li a {padding: 10px 10px;border-bottom: 2px solid #1C1C1C;display: block;}
.mobile_primary ul li.menu-item-has-children a {
    padding: 0px 15px 0px 10px;
}
.mobile_primary {
top: 79px;
}
.banner_text h1 {
margin: 0;
padding: 30px 0 10px 0;
font-size: 21px;
}
.banner_text p {
margin: 0;
padding: 0 20px 40px; display:none}
.banner_text a {display:none}
.section_about_us, .blog_overlay, .latest_news {
	padding: 30px 0;
}
.subscribe_form input[type="email"] {
	width: 300px;}
.inner_banner img {
	width: 100%;
}
.banner_title {font-size: 20px;}
.vision_banner {
	margin: 30px 0 0;}
.service_overlay{
	padding:30px 0;
}
.section_service h3 {
    padding: 0 0;
	font-size: 14px;
}
.section_service h1 {
    padding: 0 0 10px 0;
	font-size: 24px
}
.section_protfolio h1 {
	font-size: 20px;
}
.accordion2 h3 {
	font-size: 15px;
}
.section_contact h3 {
    margin: 0;
    padding: 0 0 10px 0;
	font-size: 19px;
}
.section_contact h4 {
	padding: 0 0 8px 18px;
}
.section_contact p {
    padding: 0 0 15px 17px;
	font-size: 14px;
}
.contact_form p {
    padding: 0 0 15px 0;
    font-size: 12px;
	line-height: 15px;
}
.section_contact h3.email {
    margin-top: 7px;
    padding: 0 0 0px 0;
}
.google_map iframe {
    height: auto;
}
.slick-prev, .slick-next {bottom:0 !important}
}

@media only screen and (min-width:300px) and (max-width:599px){
.logo {width: 100px;}
.logo img {width: 100%;}
.menu-button {
    margin: 0;
    top: 23px;
}
.mobile_primary {
    top: 69px;
}
.banner_text h1 {
    color: #fff;
}

.banner_text p {
    padding: 0 5px 40px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
}
.latest_news h1 {
    padding: 0 0 5px 0;
	font-size: 25px;
}
.news_section ul li {
    width: 100% !important;
}
.subscribe_form input[type="submit"], .subscribe_form input[type="email"] {
    margin: 0 0 0;
    width: 100%;
	border-radius: 30px !important;
}
.subscribe_form input[type="submit"]{
    margin:10px 0 0;
}
.inner_banner img, .slick-slide img {
    width: 100%;
    height: 180px !important;
}
.section_what_we_are h2, .section_vision h1, .vision_text h2, .subscrbe_area h1, .date_section h2 {
	font-size: 26px;
}
.section_what_we_are p {
    padding: 10px 0 0;
	font-size: 15px;
}
.date_section ul li p {
font-size: 13px;
line-height: 18px;}
.product_gallary ul li {
width: 98%;
}
.product_gallary ul li img {
    height: auto;
}
.product_info ul li {
    font-size: 14px;
	line-height: 22px;
}
.title {
    padding: 0 0 0px 0;
	font-size: 24px;
}
.accordian_col h4 {
	font-size: 15px;
}
.section_contact h3 {
    font-size: 17px;
    text-align: center;
}
.banner_text h1 {
    margin: 0;
    padding: 30px 0 10px 0;
    font-size: 14px;
}
.subscribe_form {display:block; border:none;}
.subscribe_form .es_textbox, .subscribe_form .es_button {float:none}
}

.slick-prev, .slick-next {bottom:0 !important}
.slide-count-wrap {bottom:13px !important}

/* FOOTER LOGO FIX - Maximum specificity to override Bootstrap and ensure left alignment */
footer .footer_top .container .row .col-md-4:first-child {
	text-align: left !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
}
footer .footer_top .container .row .col-md-4:first-child .footer_col {
	text-align: left !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	width: 100% !important;
}
footer .footer_top .container .row .col-md-4:first-child .footer_col a {
	text-align: left !important;
	display: block !important;
}
footer .footer_top .container .row .col-md-4:first-child .footer_col img {
	max-height: 100px !important;
	height: auto !important;
	width: auto !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
}