/*
Theme Name: JNJ Electrics
Theme URI: http://www.webfirm.com/
Author: the Webfirm team
Author URI:http://www.webfirm.com/
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@font-face {
    font-family: 'dinmedium';
    src: url('fonts/din-m1/dinmedium-webfont.woff2') format('woff2'),
         url('fonts/din-m1/dinmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'din-medium';
    src: url('fonts/din2/DIN-Medium.eot');
    src: url('fonts/din2/DIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/din2/DIN-Medium.woff2') format('woff2'),
        url('fonts/din2/DIN-Medium.woff') format('woff'),
        url('fonts/din2/DIN-Medium.ttf') format('truetype'),
        url('fonts/din2/DIN-Medium.svg#DIN-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
  font-family: 'DIN-Medium';
  src: url('fonts/din-mediumf/DIN-Medium.eot?#iefix') format('embedded-opentype'),
  url('fonts/din-mediumf/DIN-Medium.woff') format('woff'),
  url('fonts/din-mediumf/DIN-Medium.ttf')  format('truetype'),
  url('fonts/din-mediumf/DIN-Medium.svg#DIN-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family: 'din-light';
	src: url('fonts/din-light/DIN-Light.eot');
	src: url('fonts/din-light/DIN-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/din-light/DIN-Light.woff2') format('woff2'),
		url('fonts/din-light/DIN-Light.woff') format('woff'),
		url('fonts/din-light/DIN-Light.ttf') format('truetype'),
		url('fonts/din-light/DIN-Light.svg#DIN-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'din-bold';
	src: url('DIN-Bold.eot');
	src: url('fonts/din-bold/DIN-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/din-bold/DIN-Bold.woff2') format('woff2'),
		url('fonts/din-bold/DIN-Bold.woff') format('woff'),
		url('fonts/din-bold/DIN-Bold.ttf') format('truetype'),
		url('fonts/din-bold/DIN-Bold.svg#DIN-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

body{
	margin:0;
	padding:0;
	background:#ffffff;
	color: #464646;
	font-size:16px;
	line-height: 1.2;
    font-family: 'din-medium';
	-webkit-font-smoothing: antialiased;  
    overflow-x: hidden ;    
}
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
font-weight: normal;
}

h1 {
    border-bottom: 3px solid;
    color: #58a618;
    display: inline-block;
    font-family: "dinmedium";
    font-size: 50px;
    letter-spacing: 0.3px;
    line-height: 50px;
    margin: 0 0 21px;
    padding: 0 0 9px;
}
h2 {
    color: #522398;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 0;
}
h3 {
    color: #522398;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 14px;
    font-family: 'din-medium';
}
h4 {
    color: #252525;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 5px;
}
h5 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
h6{
	font-size: 16px;
	color: #252525;
}

p {
    line-height: 19px;
    margin: 0 0 15px;
}
ul {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}

li {
    line-height: 20px;
    padding: 5px 0 9px 21px;
    position: relative;
}

li::before {
    background:  url("images/li-bg.png") no-repeat scroll center center;
    content: "";
    height: 17px;
    left: 2px;
    position: absolute;
    top: 4px;
    width: 13px;
}
img{
	max-width: 100%;
    border: none;
    height: auto;
}
a{
	text-decoration: none;
	color: #59a618;
}
a:hover{
	color: #522398;
}
.page-content p strong {
    font-family: 'din-bold';
    line-height: 1;
}
.header , .content-section, .content , .footer{
	float: left;width: 100%}
	a:focus , button:focus{
		outline: none;
	}
.navigation ul  li a{
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
/*********** Container ***********/
.container{
	margin: 0 auto;
    width: 1170px;
}
/*********** Header ***********/
.header {
    height: 160px;
    left: 0;
    padding: 0 0 0;
    top: 0;
    z-index: 999;
    position: absolute;
    background: #f9f9f9;
    font-family: 'din-medium';

  
}
.header.sticky {
    position: fixed;
    top: -150px;
  /*transition-property: top;
  transition-duration: 0.5s;
  transition-delay: 0s;*/

}
.header.sticky.sticky_animation {
    top: 0;
      transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}


.home .header {
background: none ; 
}

.logo {
    float: left;
    margin: 19px 0 0 1px;
    width: 150px;
   
}

.home .logo-main {
    display: block;

}
.home .scroll-logo {
    display: none;
}
.logo-main , .home .header.sticky .logo-main{
    display: none;
}
.scroll-logo , .home .header.sticky .scroll-logo {
    display: block;
}
.menu_click {
    display: none;
}

.right-bar {
    float: right;
    width: 708px;
    margin: 44px 5px 0 0;
}
.call-no {
    float: right;
    margin: 0 15px 7px 0;
    width: auto;
}
.call-no p {
    margin: 0;
}
.call-no a {
    color: #58a618;
    display: block;
    font-size: 20px;
    letter-spacing: -0.2px;
    padding: 9px 0 3px;
    text-align: center;
}

.home .call-no a {
    color: #ffffff;
}
.home .header.sticky , .header.sticky
{
    background: #ffffff;
      height: 111px;
}
.sticky .logo {
    margin: 15px 0 0 1px;
    width: 110px;
}

.home .header.sticky .call-no a {
    color: #58a618;
    font-size: 14px;
}
.header.sticky .call-no a {
     font-size: 14px;
}
.header.sticky .navigation ul li a {
    color: #252525;
    font-size: 14px;

}
.header.sticky .right-bar {
    width: 800px;
}
.header.sticky .call-no {
    margin: -3px 15px 7px 10px;
    font-size: 14px;
}
/*********** Navigation ***********/

.navigation {
    float: right;
    margin: 1px 0 0;
    max-width: 712px;
    width:auto;
}
.navigation ul {
	float: left;
	margin:0;
    padding:0;
    list-style: none;
}

.navigation ul li {
    float: left;
    margin: 0 1px;
    padding: 0;
    position: relative;
    width: auto;
}
.navigation ul li a {
    color: #252525;
    display: block;
    font-size: 15px;
    letter-spacing: -0.05px;
    padding: 4px 12px 20px;
}
.home .navigation ul li a  {
    color: #ffffff;
}
.navigation ul li > a:hover , .navigation ul li.current-menu-item > a , .navigation ul li.current-menu-parent > a{
    color: #58A618;
}
.call-no ul li::before, .navigation ul li::before {
    content: none;
}
/*********** Submenu Navigation ***********/
.navigation ul  li ul{
	position: absolute;
	left: 0;
	top: 34px;
	display: none;
	width: 254px;
}
.navigation ul  li:hover ul{
display: block;
}
.navigation ul  li ul li{
	width: 100%;	
}
.navigation ul li ul li a {
    background:#58a618;
    border-bottom: 1px solid #509e10;
    color: #ffffff !important;
    padding: 10px 12px;
    width: 100%;
}

.navigation ul li ul li a:hover {
    background:  #522398;
    color: #ffffff !important;
}
   /**************footer ***********************/


.footer {
    color: #ebebeb;
    float: left;
    margin: 32px 0 0;
    padding: 0 0 0 0;
    width: 100%;
    font-size: 12px;
    background: #373737 none repeat scroll 0 0;
}

.footer .footer-menu {
    float: left;
    width: 33.33%;
    padding-right: 40px;
}

.footer h6 {
    color: #f9f9f9;
    font-family: 'dinmedium';
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 20px;
    margin: 0 0 18px;
    padding: 0 0 5px;
}
.footer-top h6 {
    border-bottom: 1px solid #464646;
    letter-spacing: -0.1px;
    margin: 0 0 9px;
    padding: 0 0 5px;
}
.footer-menu li {
    line-height: 16px;
    list-style: outside none none;
}
.footer-menu li a {
  display: inline-block;
  color: #ebebeb;
}
.footer-menu > ul {
    margin: 0;
    padding: 0;
}

.footer-menu li a.view-map {
    border-bottom: 1px solid;
    line-height: 14px;
    margin: 0 0 16px;
}

.footer li span {
    display: inline-block;
    width: 70px;
}
.footer-menu li.phone > span , .footer-menu li.email > span{
    display: inline-block;
    width: 34px;
}
.email {
    margin: 0 0 16px;
}
.footer-top .footer-menu {

    padding: 0 40px 28px 0;
}

.footer-top, .footer-bottom {
    float: left;
    width: 100%;
}

.footer-top {
    margin: 0;
    padding: 34px 0 15px;
}
.footer-top h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.footer h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #ffffff;
    display: inline-block;
    font-size: 26px;
    letter-spacing: 0.18px;
    margin: 0;
    padding: 0 45px 17px 0;
}

.footer .site-address h6 {
    margin: 0 0 25px;
}
.footer-bottom {
    padding: 20px 0 68px;
    font-size: 10px;
}
.footer .gform_wrapper .gform_footer {
    clear: both;
    margin: 0;
    padding: 7px 0 0;
}
.copyright {
    color: #c2c2c2;
    float: left;
    font-family: helvetica;
    width: auto;
}
.powered {
    color: #c2c2c2;
    float: right;
    margin: 0 5px 0 0;
}

.powered img {
    display: inline-block;
    margin: 0 -1px 0 12px;
    vertical-align: middle;
}

.footer-top ul {
    list-style: outside none none;
    margin: 15px 0;
    max-width: 660px;
    padding: 0;
}
.footer-top li {
    border-left: 1px solid #ffffff;
    float: left;
    font-family: helvetica;
    font-weight: bold;
    letter-spacing: -0.15px;
    line-height: 14px;
    margin: 4px 0;
    padding: 0 15px 0 12px;
    font-size: 14px;
}
.footer-top li.no-seperator {
    border: medium none;
    clear: both;
    margin-left: 0;
    padding-left: 0;
}
.footer-top li:before {
	content: none;
	}

.footer-top-left {
    float: left;
    width: 75%;
}
.footer-logo-right {
    float: right;
    padding-left: 3px;
    padding-top: 79px;
    width: 25%;
}

.footer-middle {
    border-bottom: 1px solid #454545;
    float: left;
    padding: 81px 0 35px;
    width: 100%;
      font-family: helvetica;
}
.footer a {
    color: #ebebeb;
}

.google-map-fb-popup2.iframe {
    border-bottom: 1px solid #b8b8b8;
    text-decoration: none;
}

.google-map-fb-popup2.iframe:hover{
    text-decoration: none;
    border-color:#59a618;
    color: #59a618;
}
.footer a:hover{
	text-decoration: underline;
}

.footer-middle ul li a {
    font-family: helvetica;
    letter-spacing: -0.1px;
}
.site-map {
    float: left;
    width: 34.2%;
}

.site-address {
    float: left;
    width: 34.1%;
}

.site-enquiry {
    float: left;
    padding-right: 0;
    width: 31.7%;
}

.footer-middle ul {
    margin: 0;
    padding: 0;
}
.footer-middle li {
    line-height: 23.5px;
    padding: 0 0 1px;
    position: relative;
}
.footer .site-enquiry li {
    padding: 0;
}
.footer-middle li:before {
content: none;
}

.footer-middle p {
    line-height: 18px;
    margin: 0 0 18px;
}
.site-enquiry .textwidget > p {
    margin: 0;
}

.footer .site-enquiry h6 {
    margin: 0 0 14px;
}
.footer-middle input, .footer-middle textarea  ,  .footer-middle input[type="text"]{
    background: #4b4b4b none repeat scroll 0 0;
    border: none !important;
    color: #818dae;
    font-size: 12px;
    margin: 0 0 10px;
    max-width: 100%;
    min-height: 33px;
    min-width: 370px;
    padding: 1px 0 9px;
    width: 100%;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
}
.footer .gform_wrapper input[type="email"], 
.footer .gform_wrapper input[type="number"],
.footer .gform_wrapper input[type="password"], 
.footer .gform_wrapper input[type="tel"],
.footer .gform_wrapper input[type="text"], 
.footer .gform_wrapper input[type="url"] , 
.footer .gform_wrapper textarea {
    padding:8px 10px !important;
    font-family: helvetica;
    font-size: 12px;
    text-indent: 0;
}
.footer .gform_wrapper textarea.medium {
    height: 72px;
    margin-bottom:-2px;
}
.footer-middle input[type="submit"] {
    background: #59a618 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    min-height: 0;
    min-width: 76px;
    padding: 9px 11px !important;
    text-align: center;
    width: auto;
    font-family: roboto;
    font-size: 12px !important;
}
   .footer-middle  ::-webkit-input-placeholder {
   color: #ffffff !important;
}

.footer-middle  :-moz-placeholder { / Firefox 18- /
   color: #ffffff !important;  
}

.footer-middle  ::-moz-placeholder {  / Firefox 19+ /
   color: #ffffff !important;  
}

.footer-middle  :-ms-input-placeholder {  
   color: #ffffff !important;  
}
.footer-middle input:-moz-placeholder {  
    color: #ffffff !important;  
} 
.footer-middle ::-moz-placeholder { opacity: 1 !important; color: #ffffff !important; }

.footer-middle placeholder{ color:#ffffff;}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium , .gform_wrapper textarea.medium{
    width: 100% !important;
}
.footer .gfield_required {
    display: none;
}
.footer label.gfield_label {
    display: none !important;
}
.certification {
    float: left;
    max-width: 50%;
    width: auto;
    background: #ffffff;
    padding: 0 9px 0 0;
}
.awards {
    float: right;
    margin-right: -32px;
    margin-top: -2px;
    text-align: right;
    max-width: 50%;
    width: auto;
    background: #ffffff;
    padding: 0 0 0 20px;
}

.certification img {
    margin: 0 4px 0 0;
}
.footer-top .container {
    position: relative;
}
.footer-top .container::before {
    background: #eeeeee none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 41px;
    width: 100%;
    z-index: -9;
    left: 0;
}
body .footer .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

/*****************************************************************************/

/***********************************************/

input, textarea  , select{
    background:#F0F0F0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    color: #707070;
    font-family: helvetica;
    font-size: 14px;
    padding: 15px 12px;
    max-width: 100%;

}
input[type="text"] , input[type="email"] , input[type="tel"]  , textarea , input[type="password"] 
{
  min-width: 370px;  
  border-radius: 0;
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 -ms-border-radius: 0;
}
input[type="file"] {
    background: none !important;
    border: none;
}
textarea {
    height: 119px;
    margin-bottom: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input[type="submit"] , .search-submit {
    background: #59a618 none repeat scroll 0 0;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: dinmedium;
    line-height: 1;
    min-width: 0;
    padding: 14px 14px;
    width: auto;
     box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-appearance: none;
    transition: all  0.2s ease 0s;
    -moz-transition: all  0.2s ease 0s;
    -webkit-transition: all  0.2s ease 0s;
    -ms-transition: all  0.2s ease 0s;
}
.next-link:hover{
	background-color:rgba(83, 35, 155, 0.5);
}
input[type="submit"]:hover , .search-submit:hover , .sch_avt a:hover ,  .post-data a:hover{
    background: #522398; color: #ffffff;
    }
.wpcf7-form > p {
    margin: 0 0 15px;
}
    ::-webkit-input-placeholder {
   color: #707070 !important;
}

:-moz-placeholder { / Firefox 18- /
   color: #707070 !important;  
}

::-moz-placeholder {  / Firefox 19+ /
   color: #707070 !important;  
}

:-ms-input-placeholder {  
   color: #707070 !important;  
}
input:-moz-placeholder {  
    color: #707070 !important;  
} 
::-moz-placeholder { opacity: 1 !important; color: #707070 !important; }

placeholder{ color:#707070;}


/*************innner banner *****************/

.home-content > .vc_row {
    margin-left: 0;
    margin-right: 0;
}
 .home-content > .vc_row > div > .vc_column-inner
 {
    padding-left: 0;
    padding-right: 0;
 }
 .banner-text {
    left: 0;
    margin: 0 auto;
    padding: 0 0 0 47px;
    position: absolute;
    right: 0;
    top: 430px;
    width: 1170px;
    z-index: 99;
}
.post-data {
    background: url("images/banner-navbg.png") no-repeat scroll center top;
    bottom: -1px;
    color: #f9f9f9;
    font-size: 16px;
    left: 0;
    /*min-height: 70px;*/
    position: absolute;
    width: 100%;
    padding: 11px 0;
    font-family: 'din-light', sans-serif;
    z-index: 99;
}
.banner-text h1 {
    border-bottom: 4px solid #ebebeb;
    color: #ebebeb;
}

.post-data h4 {
    color: #f9f9f9;
    font-family: "dinmedium";
    font-size: 28px;
    line-height: 28px;
    margin: 0px 0 0px;
}




.next-link {
    background: #53239b url("images/next-arrow.png") no-repeat scroll 104px center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 17px;
    padding: 28px 58px 39px;
    position: absolute;
    right: 200px;
    height: 72px;
    top: -11px;
    width: 171px;
    font-family: "dinmedium";
    margin: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .mac-os .next-link {height: 79px;
 	padding: 33px 58px 39px;}
}
.post-data .container {
    padding: 0 0 0 31px;
    position: relative;
}
.post-data a {
    border: 1px solid #f9f9f9;
    color: #f9f9f9;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin: 15px 0 0 2px;
    padding: 7px 12px 7px 14px;
    font-family: "dinmedium";
}
/************************ Page Content ********************************/

.headline-text {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #464646;
    float: left;
    font-size: 20px;
    padding:256px 0 49px;
    width: 100%;
    font-family: 'din-medium';
}
.page-content {
    float: left;
    width: 100%;
    padding: 72px 0 0;
}
.headline-text .container {
    padding: 0 190px 0 0;
}
.headline-text p {
    letter-spacing: -0.04px;
    line-height: 24px;
    margin: -1px 0 0 2px;
}

.page-id-9 .headline-text p {
    line-height: 29px;
    margin: 7px 0 0 2px;
}
.vc_row.wpb_row.abt .vc_col-sm-4 , .service-loc .vc_col-sm-4 {
    padding-top: 50px;
}


.page-content .vc_col-sm-12 .vc_col-sm-4 .wpb_single_image{
    height: 62px;
    margin:-1px 0 29px;
}
.container.wpb_column.vc_column_container.vc_col-sm-12 {
    float: none;
    width: 1170px;
}

/********************* portfolio ******************/
.portfolio {
    border: 1px solid #ffffff;
    border-bottom: 0px;
    float: left;
    position: relative;
    text-align: center;
    width: 33.33%;

}
.port-content {
    background: rgba(39, 39, 39, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding: 54px 47px 0 51px;
    position: absolute;
    top: 0;
    width: 100%;
   transition: all  0.2s ease 0s;
    -moz-transition: all  0.2s ease 0s;
    -webkit-transition: all  0.2s ease 0s;
    -ms-transition: all  0.2s ease 0s;
}
.portfolio:hover .port-content {
    background: rgba(82, 35, 152, 0.5) none repeat scroll 0 0;

}
.portfolio h2 {
    color: #f9f9f9;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 29px;
    margin: 0px 0 32px;
}
/*.port-animate.portfolio h2{
 margin-top: 0px ;
-webkit-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1); 
-webkit-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
   -moz-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -o-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
        transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
}*/
/*************************/
.port-animate .port-content{
 opacity: 1;
      animation: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 running wpb_ttb;
      -webkit-animation: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 running wpb_ttb;
}
.portfolio h4 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: 15px;
}
.port-img {
    height: 265px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.port-img img {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 100%;
}
.portfolio:hover .port-img img {
    transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);

}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background:  none !important;
    color: #ffffff;
}

.home-content {
    float: left;
    width: 100%;
}
.work-head {
    font-size: 24px;
}
.work-head p {
    line-height: 29px;
    margin: 0 0 15px;
}

.home-content .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.home-content .vc_col-sm-12 > .vc_column-inner {
    padding: 0;
}
.vc_row.wpb_row.vc_row-fluid.logo-slider {
    color: #707070;
    font-size: 18px;
    padding: 0 0;
    text-align: center;
}
.vc_row.wpb_row.vc_row-fluid.logo-slider .rsSlide .rsContent a , .logo-slider .slides li a{
    display: table;
    height: 60px !important;
    line-height: 60px;
    padding: 0 !important;
    vertical-align: middle;
    width: 100%;
    text-align:center;

}
.logo-slider .slides li {
   float: left;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    width: 160px;
  
}

.vc_row.wpb_row.vc_row-fluid.logo-slider  .rsSlide .rsContent a  img , 
.logo-slider .slides li  img{
    height: auto !important;  
    max-height: 70px;
    max-width: 150px;
    left: 50% !important;  
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important; 
    width: auto !important;
  
}
.logo-slider .slides li .BWfade {
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important; 
    z-index: 99;
}
.logo-slider .flex-direction-nav, .logo-slider .flex-control-nav {
    display: none;
}
body .logo-slider .royalSlider, .logo-slider .flexslider {
    height: 75px;
    margin: 25px 0 66px !important;
    overflow: hidden;
}
.logo-slider .flexslider {height: 77px; margin: 14px 0 0px !important;}
.work-head .wpb_column.vc_column_container.vc_col-sm-8 {
    background: #e6e6e6 none repeat scroll 0 0;
    min-height: 290px;
    padding: 87px 15px 15px;
    text-align: left;
    width: 66.8%;
/*   min-height: 100%;*/
}

.work-head .wpb_column.vc_column_container.vc_col-sm-4 {
    background: #53239b none repeat scroll 0 0;
    color: #ffffff;
    letter-spacing: -0.2px;
    max-width: 33.2%;
    min-height: 290px;
    padding: 120px 20px 30px 28px;
    margin-bottom: 1px;
    text-align: center;
}

.work-head .spnTopscroll.scroll-top , .spnTopscroll.scroll-top {
    margin: 39px 10px 0 0;
}
.logo-slider{
    position: relative;
}
.logo-slider h5 {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0 27px;
}

.logo-slider h5::before {
    background: #ebebeb none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 11px;
    width: 100%;
    z-index: -9;
}
.project-view.wpb_animate_when_almost_visible {
    width: 102.5%;
    max-width: 102.5%;
}
#pbd-alp-load-posts , .project-view{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.project-view a.vc_general , #pbd-alp-load-posts > a , .project-view > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    display: block !important;
    font-size: 15px;
    min-height: 132px;
    padding: 55px;
    width: 100% !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-loc ul {
    float: left;
    margin: 12px 0 0;
    width: 50%;
}
.service-loc .wpb_gmaps_widget.wpb_content_element.vc_map_responsive {
    border: medium none !important;
    margin: 69px 0 54px;
}
.project-view  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern , #pbd-alp-load-posts > a ,.project-view > a {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #464646;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover , .project-view .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, #pbd-alp-load-posts > a:hover, .project-view > a:hover{
    background-color: #d2d2d2;
    border-color: #d2d2d2;
    color: #3e3e3e;
}
.service-loc .wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.work-head {
    width: 102.5%;
    color: #464646;
}

.work-head b {
    color: #58a618;
    font-weight: normal;
}

.work-head strong {
    text-decoration: underline;
}

.portfolio-work {
    width: 102.6%;
}
.home_port.wpb_content_element{margin-bottom: 0;}
html > .gr__tooltip {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    display: none !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-loc {
    border-top: 1px solid #deecd2;
    margin: 50px 0 0;
    padding: 14px 0 0;
}
.service-loc .vc_column-inner {
    padding: 0;
}
.service-loc .vc_custom_heading {
    margin: 4px 0 13px;
}
body .service-loc .vc_column-inner {
    padding: 0;
}
.logo-slider .vc_col-sm-12 > .vc_column-inner {
    padding: 0;
}
.vc_row.wpb_row.vc_row-fluid.logo-slider, .vc_row.wpb_row.vc_inner.vc_row-fluid.work-head {
    margin-left: 0;
    margin-right: 0;
}
/*.vc_row.wpb_row.vc_inner.vc_row-fluid.work-head {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;   
    flex-wrap: wrap;
}*/
.page-id-7 .headline-text {
    padding-bottom: 83px;
}
.page-id-9 .page-content {
    padding-top: 65px;
}
.src_text .wpb_text_column.wpb_content_element{
    margin: 0 0 29px;
    max-width: 944px;
}

/***************************** services *****************************/

.svcs .vc_col-sm-3 .wpb_single_image {
    text-align: left;
}
.vc_row.wpb_row.vc_row-fluid.svcs {
    margin: 24px 0 0;
}
.svcs h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 13px;
    margin-top: 2px;
}
.svcs .wpb_wrapper > p {
    margin: 0 0 30px;
}

.svcs .wpb_column.vc_column_container.vc_col-sm-3 {
    margin: 5px -7px 0 1px;
    min-height: 121px;
    width: 90px;
}

.svcs .vc_col-sm-6:last-child .wpb_column.vc_column_container.vc_col-sm-3 {
    margin: 15px -9px 0 3px;
}

.svcs:nth-child(3) .vc_col-sm-6:last-child .wpb_column.vc_column_container.vc_col-sm-3 {
    margin: 19px -7px 0 1px;
}
.svcs  .vc_col-sm-3 .vc_column-inner {
    padding: 0;
}

.svcs ul {
     margin: -20px 0 30px;
}
.svcs .vc_col-sm-6:last-child .vc_column-inner {
    margin-right: 0;
    padding-right: 0;
}
.svcs .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 16px;
}
.page-template-page-projects .page-content {
    padding-top: 3px;
}

.page-template-page-projects .headline-text {
    padding-bottom: 6px;
}

.project-work {
    width: 102.6%;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.odd_s {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 60px 0;
}
.relationship  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
    float: none;
}
.vc_row.wpb_row.vc_row-fluid.relationship {
 /*   border-bottom: 1px solid #deecd2;*/
    margin-bottom: 50px;
    padding: 0 0 15px;
}
body .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
.page-id-15 .page-content {
    padding-top: 18px;
}
.page-id-15  .headline-text {
    padding-bottom:60px;
}
.contact-us .wpb_column.vc_column_container.vc_col-sm-4{
    padding-top: 25px;
}
.gform_wrapper form li, .gform_wrapper li {
    padding: 0;
}
.page-content .gform_wrapper input[type="email"], 
.page-content .gform_wrapper input[type="number"], 
.page-content .gform_wrapper input[type="password"], 
.page-content .gform_wrapper input[type="tel"],
.page-content .gform_wrapper input[type="text"], 
.page-content .gform_wrapper input[type="url"] ,
.page-content .gform_wrapper select, 
.page-content .gform_wrapper textarea {
    font-family: 'dinmedium';
    font-size: 14px !important;
    line-height: 1;
    margin: 0 0 4px;
    padding: 16px 9px 14px !important;
    text-indent: 0;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border: none !important; 
}
.page-content .gform_wrapper textarea.medium {
    height: 96px;
}
#gform_wrapper_2 > form {
    margin: 37px 0 0;
}
.gform_wrapper form li, .gform_wrapper li {
    padding: 0;
}
body .gform_wrapper .gform_footer {
    margin: 4px 0;
    padding: 0;
}
.gform_wrapper form li:before, .gform_wrapper li:before {
	display: none;
}
#gform_wrapper_2 > form  label.gfield_label {
    display: none !important;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
}
.contact-us p b {
    display: inline-block;
    font-weight: normal;
    min-width: 105px;
    vertical-align: top;
}

.contact-us a b {
    min-width: 0;
    font-family: "roboto", sans-serif;
}
.contact-us a {
    color: #464646;
}
.contact-us a:hover{
	color: #522398;
}
.contact-us .wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 29px;
}
.contact-us  p {
    line-height: 24px;
    margin: 0 0 10px;
    font-size: 15px;
}
.vc_row.wpb_row.vc_row-fluid.contact-us {
    margin-bottom: 47px;
}
/*********************************************** Single Page **************************************************************/


.single-portfolio .headline-text {
    padding-bottom: 27px;
}
.single-portfolio .page-content {
    padding: 38px 0 0;
}

.portfolio-detail h2 {
    margin: 5px 0 0;
}
.portfolio-detail h3  {
    color: #464646;
    font-size: 20px;
    line-height: 20px;
    margin: 8px 0 9px;
}

.portfolio-detail h4 {
    color: #707070;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 38px;
}
.portfolio-detail {
    float: left;
    width: 970px;
}
.content-right {
    float: left;
    font-size: 14px;
    padding: 35px 15px 0 0;
    width: 790px;
}
.content-right p {
    line-height: 17px;
    margin: 2px 0 26px;
}

.pdf-left {
    background: #f8f8f8 none repeat scroll 0 0;
    float: right;
    margin: 10px 0 0;
    min-height: 309px;
    padding: 70px;
    text-align: center;
    width: 370px;
}

.pdf-left > a {
    color: #707070;
    font-size: 14px;
}
.pdf-left h5 {
    color: #59a618;
    font-size: 24px;
    margin: 25px 0 2px;
}
.box-purple {
    background: #522298 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 24px;
    letter-spacing: -0.4px;
    margin: 16px 0 1px;
    min-height: 284px;
    padding: 116px 123px 50px 129px;
    text-align: center;
    width: 100%;
}
.more-link {
    display: none;
}

.other-work .portfolio-work {
    margin-left: -0.058%;
    width: 100.2%;
}

.other-work .port-img {
    height: 258px;
}
.other-work .portfolio h2 {
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 31px;
}
.single-portfolio .awards {
    margin-right: 0;
}
body .gform_wrapper {
    max-width: 100%;
}
.relationship .vc_row .wpb_single_image {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.post_navigation > a
{

}

/************************ gform ***********************/
.gform_wrapper li.gfield_error input[type="email"], 
.gform_wrapper li.gfield_error input[type="number"],
 .gform_wrapper li.gfield_error input[type="password"], 
 .gform_wrapper li.gfield_error input[type="tel"], 
 .gform_wrapper li.gfield_error input[type="text"], 
 .gform_wrapper li.gfield_error input[type="url"], 
 .gform_wrapper li.gfield_error textarea , .gform_wrapper div.validation_error{
    border:  none !important;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
 body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #464646;
}
body .gform_wrapper .gfield_error .gfield_label {
    color: #464646;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-bottom: medium none;
    border-top: medium none;
    margin-bottom: 0.375em !important;
    padding: 0;
    background: none;
}

/*********************** Blog **********************************/

.blog_img {
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    float: left;
    margin-right: 3%;
    margin-top: 4px;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 28%;
}

.blog_img a::before {
    background: rgba(0, 0, 0, 0.16) ;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    opacity: 0;
}
.blog_img:hover a::before{
    opacity: 1;
}
.blog_img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display:block;
}
.blog-detail {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.blog-left {
    float: left;
    padding: 0 20px 0 0;
    width: 75%;
}
.blog-right {
    float: right;
    width: 24%;
}

.blog-right .cat-name li {
    border-bottom: 1px solid #c3c3c3;
    line-height: 20px;
    list-style: outside none none;
    padding: 9px 0;
}
.blog-right .cat-name  li::before {
    content:none;  display: none;
}
.blog-right .cat-name ul {
    margin: 10px 0 60px;
    padding: 0;
}
.blog-right {
    float: right;
    width: 24%;
}

.blog #container , .single-post #container{
    margin-top: 50px;
}
.blog-content h2 a:hover{
      color: #58a618;
}
.blog-content h2 a {
    font-size: 18px;
    margin: 0;
    color: #522398;
}
.blog-content > h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.blog-content {
    float: left;
    width: 69%;
}

.blog-content > span {
    color: #8e8e8e;
    font-size: 12px;
}
.pagination {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.blog-left p , .first_blog  p {
    margin: 15px 0;
}
.post_navigation a {
    background:  url("images/right1.png") no-repeat scroll right center;
    color: #522398;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 22px 1px 0 0;
    min-height: 28px;
    padding: 4px 31px 2px 29px;
}
.post_navigation {
    float: right;
    text-align: right;
    width:auto;
}
.single-post .post_navigation {
    margin: 0 0 38px;
}
.prev-post a {
    background: url("images/left1.png") no-repeat scroll left center;
    padding-right:10px;

}
.next-post a {
    background: url("images/right1.png") no-repeat scroll right center;
    padding-left: 10px;
}
.post_navigation .prev-post {
    float: left;
    width: auto;
}

.post_navigation .next-post {
    float: right;
    width: auto;
}
.post_navigation  a:hover{
    opacity: 0.7;
}
.pagination a , .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    background: #dfdfdf ;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #363636;
    margin: 0 5px 0 0;
    padding: 6px 12px;
}
.pagination a.active  , .pagination a:hover , .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background: #58a618;
    border: 1px solid #58a618;
    color: #ffffff;
}

.cat-name a {
    color: #464646; 
    font-size: 14px;
}
.cat-name a:hover{
    color: #58a618;
}
.first_blog {
    float: left;
    width: 75%;
    padding: 0 20px 0 0;
}
.first_blog > span {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    color: #8e8e8e;
    font-size: 12px;
}
.first_blog > h2 {
    margin: 0;
}

.read-more {
    color: #58a618;
    font-size: 13px;
    font-weight: 600;
}

.read-more:hover{
text-decoration: underline;
}

.search-field {
    margin: 0 10px;
    width: 400px;
    background: #ececec;
}

.error404 .search-form {
    margin: 50px 0 0;
}
.search-submit {
    font-size: 16px;
    padding: 15px 14px 13px;
}
.page-content .container {
    min-height: 400px;
}
.logged-in .header , .logged-in  .header.sticky.sticky_animation {
    top: 32px ;
}

.single-portimg {
    float: left;
    width: 100%;
}

.box-purple .spnTopscroll.scroll-top {
    margin-top: 36px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-loc ul:last-child {
    padding-left: 8px;
}

.post-data .container > div {
    display: block;
    margin: 2px 0 0;
}
.footer .gform_wrapper .validation_message , body .gform_wrapper div.validation_error{
    color: #ffffff;
     font-size: 12px;
    padding: 0;
}
.new-royalslider-1 .rsSlide::before {
    background: rgba(37, 37, 37, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.headline-text {
    opacity: 0;
   /* -webkit-transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.headline-text.headline-animate {
    opacity: 1;
      animation: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 running wpb_ttb;
      -webkit-animation: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 running wpb_ttb;
}
/*logo-slider*/
.flexslider li::before
{
	display: none;
}
body .vc_col-has-fill > .vc_column-inner,
 body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, 
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, 
body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
 body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, 
 body .vc_row-has-fill > .vc_column_container > .vc_column-inner, 
 body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
 body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner
{
	padding-top: 0 ;
}
.vc_parallax.logo-slider {
    overflow: visible;
}

@media screen and (min-width:1001px){
.home .navigation ul li a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    margin: 0 12px;
    padding: 4px 0 2px;
}
.home .navigation ul li > a:hover, .home  .navigation ul li.current-menu-item > a, body.home .header .navigation ul li.current-menu-parent > a {
    border-bottom: 2px solid #ffffff;
    color: #ffffff !important;
}
.home .sticky  .navigation ul li > a:hover, .home .sticky   .navigation ul li.current-menu-item > a, body.home .header.sticky .navigation ul li.current-menu-parent > a {
    color: #58a618 !important;
}
.header.sticky .navigation ul li a:hover{color: #58a618;}
.navigation ul li > a:hover, .navigation ul li.current-menu-item > a, body .header.sticky .navigation ul li.current-menu-parent > a {
    color: #58a618 !important;
}

}


@media screen and (min-width:765px){
.mac-os .post-data .container > div {
  line-height:1;
  margin:14px 0 0;
}
.mac-os .post-data a {
    margin: 10px 0 0 2px;
}
.mac-os  h3 {
    line-height: 46px;
    margin: 0 0 6px;
}
}
@media screen and (max-width:765px){
.awards, .certification {
    display: block;
    float: left;
    margin: 20px 0 0 10px;
    max-width: 100%;
    padding: 0 !important;
    text-align: left;
    width: 100%;
}

}


@media \0screen\,screen\9 {


}
 @media screen and (-webkit-min-device-pixel-ratio:0) { 

      ::i-block-chrome, .navigatifgfon ul li a {
    font-weight: 600;
}
       ::i-block-chrome, .banner-fgftext p {
    font-weight: 100;
}  
}
/*
@media screen { @media (min-width: 0px) {

 .headline-text{
    font-family: 'dinmedium';
}   

 }
}
*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
   
 .headline-text , h3 , .header{font-family: 'dinmedium';}   

 }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.post-data {font-family: "din-medium";}
.work-head .wpb_column.vc_column_container.vc_col-sm-8 {width:66.58%;}
}