


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 65px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo-small-new.png) no-repeat left top;	
}



/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 0px;
}
.logo2 {
	float: left;
	width: 16%;
	padding-left: 27px;
}
.logo3 {
	float: left;
	width: 16%;
	height: 120px;
	padding-left: 27px;
	background: #f7ca18;
}

.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}



.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #5e6167;
	font-size: 12px;
	color: #c3c3c3;
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 100%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 100px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #fff;
	margin-left: 0px;
	padding: 7px 18px;
	font-size: 13px;
	
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #fff;
	
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}



.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}

.newsletter-left{width: 50%; float: left}

.newsletter-center{width: 25%; float: left}

.newsletter-right{width: 25%; float: left}

.pl-10{padding-left: 0px;}



.industries-mobile{display: none;}

.industries-desktop{display: block}

/*.list-unstyled .menu_header  {
    margin-bottom: 10px;
        font-size: 16px;
    color: #35383d;
    line-height: 23px;
    font-weight: 700;
    font-family: Arial;
}*/



.wp-button{
	margin-top:8px;
}
.whatsapp{
	position: fixed;
	width:45px;
	height:45px;
	/*margin-left:15px;*/
	bottom:50px;
	right:35px;
	float:right;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:28px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:1000;
}
.whatsapp:hover{
	color:#e5ed14;
}
