/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 7.7
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
code {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}

.container_inner code li {
  list-style-type: none;
  list-style: none;
  background: url(./images/bullets-img-check.png) left top no-repeat;
}

div#text-2 {
  display: none;
}

body nav.main_menu.right {
  left: 8%;
}

nav.main_menu #nav-menu-item-15067{
  width: 28%;
  margin-top: 1em;
}

nav.main_menu #nav-menu-item-15067 a{
   line-height: 1.5;
}

.main_menu #nav-menu-item-15067.narrow.has_sub span {
  display: block;
  text-align: center;
}

.main_menu #nav-menu-item-15067.narrow.has_sub span.plus {
  display: none;
}

nav.main_menu #nav-menu-item-15067 .second a {
  line-height: 0;
}

.main_menu #nav-menu-item-15067.narrow.has_sub .second span{
  text-align: left;
}


.innerPgContent ul {
  width: 95%;
  margin: 0 auto;
}

.home .full_width_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.full_width_inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}

.innerPgContent ul li{
  list-style-type: none;
  list-style: none;
  padding-left: 2em;
  background: url(./images/bullets-img-check.png) left top no-repeat;
}


body .vc_row{
  margin: 0;
  padding:0;
}

.home .section_inner h1{
  font-size: 27px;
  font-weight: 600;
}


.home .full_width_inner{
  background: none;
  max-width: none;
}


.home .grid_section .section_inner {
  margin: 0 auto;
  position: relative;
  z-index: 20;
  max-width: 1000px;
}


/*header css changes*/
.searchTxt {
  color: #fff;
  margin-right: 1.3em;
  font-size: 18px;
  font-weight: 600;
  float: left;
  padding: 0.9em 0 0 0;
}

.searchTxt a{
  color: #fff;
}

.searchTxt a:hover{
  color: #fff;
}

.searchTxt a span{
  padding-left: 5px;
  font-weight: 300;
  display: block;
  float: right;
}

.side_menu_button_link.normal {
  display: none;
}

.home header .header_bottom {
  background: none;
}

.header_inner .qode_search_form {
  background: #384157;
  color: #fff;
  height: 55px;
  display: block;
  position: relative;
}

.header_inner .qode_search_form .container {
  max-width: 1000px;
  margin: 0 auto;
}

.header_inner_right {
  display: none;
}

.header_inner input.qode_search_field {
  background: #e1e1e1 url(./images/search-icon.jpg) right center no-repeat;
}

.header_inner input.qode_search_field:focus {
  background: #e1e1e1 url(./images/search-icon.jpg) right center no-repeat;
}

header .qode_search_form .container_inner{
  float: right;
  text-align: right;
  width: 44%;
  width: 45%\9;
}

.header_inner .qode_search_form .container input {
  width: 28%;
  padding: 5px 30px 6px 10px;
  font-size: 16px;
  margin: 12px 0 0 0;
  color: #394156;
  line-height: 1.5;
}

.header_inner .qode_search_form .container input::-webkit-input-placeholder {
  color: #394156;
}
.header_inner .qode_search_form .container input:-moz-placeholder {
  color: #394156;
}
.header_inner .qode_search_form .container input:-ms-input-placeholder {
  color: #394156;
}

/*custom css for search text for IE placeholder*/

.placeholder {color: #aaa;}
input::-webkit-input-placeholder:before{color:#000;}
input:-moz-placeholder:before{color:#000;}
input::-moz-placeholder:before{color:#000;}
input:-ms-input-placeholder:before{color:#000;}

/*custom css for search text for IE placeholder ends*/

.header_inner .qode_search_form .container .qode_icon_in_search{
  display: none;
}

header.sticky.sticky_animate nav.main_menu>ul>li>a {
  color: #000000;
}

body nav.main_menu>ul>li>a{
  padding: 0 3px;
}

.main_menu .narrow span.plus {
  display: none;
}

.main_menu .narrow span{
  padding: 0.7em 0.5em 0.7em 0.5em;
  border-radius: 0.25em;
}

.main_menu .narrow.active  span{
  background: #9d0909;
  color: #fff;
}

.main_menu .narrow span:hover {
  background: #9d0909;
  color: #fff;
}

.main_menu .narrow.has_sub span {
  background: url(./images/drop-down-arrow.png) right center no-repeat;
  border-radius: 0.25em;
  padding: 0.7em 1.2em 0.7em 0.5em;
}

.main_menu .narrow.has_sub .current span {
  background: #9d0909 url(./images/drop-down-arrow.png) right center no-repeat;
  border-radius: 0.25em;
  padding: 0.7em 1.2em 0.7em 0.5em;
}

.main_menu .narrow.has_sub span:hover {
  background: #9d0909 url(./images/drop-down-arrow.png) right center no-repeat;
}


.main_menu .narrow.has_sub  .second a span{
  background: none;
  color: #fff;
  border-radius: 0.2em;
  padding: 0.7em 0.5em 0.7em 0.5em;
  font-weight: 400;
}

.main_menu .narrow.has_sub span.plus{
  display:none;
}

.main_menu .narrow.active span.plus {
  display:none;
}

.main_menu .narrow span {
  text-transform: none;
}

header nav.main_menu>ul>li>a{
  color: #ffffff;
}

.sticky.sticky_animate header .header_bottom {
  background: #000 url(./images/inside-page-header-bg.png) repeat;
}

body header .drop_down .second .inner>ul, li.narrow .second .inner ul {
  background-color: #384157;
  border-color: #384157;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}


body header .drop_down .narrow .second .inner ul li a{
  padding: 10px 10px 10px 10px;
}

body header .drop_down .narrow .second .inner ul li a:hover{
  background: #9d0909;
}

.container_inner nav.main_menu>ul>li>a {
  font-size: 15px;
  font-weight: 400;
}

header .drop_down .narrow .second .inner ul li a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13.7px;
}

.breadcrumb {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 1.4em 0em 0 0em;
}

.content .breadcrumb a:hover{
  color: #FF0000;
}

.breadcrumbs {
  text-align: right;
}

.breadcrumbs_inner span.current {
  color: #EF4023;
}
/* slider css changes */

.content .q_slider {
  background: url(./images/header-bg-img.jpg) center top no-repeat;
  padding-top: 7.4em;
}

.ls-container.ls-v5 .ls-nav-next, .ls-container.ls-v5 .ls-nav-prev{
  width:55px;
  height: 153px;
  top: 40%;
  background-size:100%;
}

.ls-container.ls-v5 .ls-nav-next{
  right: -28px;
  background: url(./images/right-slide-arrow.png) no-repeat;
}

.ls-container.ls-v5 .ls-nav-prev{
  left: -28px;
  background: url(./images/left-slide-arrow.png) no-repeat;
}

.ls-container.ls-v5 .ls-nav-prev:hover, .ls-container.ls-v5 .ls-nav-next:hover {
  background-position: 0px 0px;
}

.ls-bottom-nav-wrapper{
  display:none;
}

.slideTitle {
  color: #FFF;
}

.slide1Link {
  padding: 10px 40px 10px 10px;
  background: #980d10 url(./images/slide-link-arrow.png) right center no-repeat;
  color: #fff;
  border-radius: 5px;
}

.slide1Link:hover {
  color: #fff;
}

.ls-circle-timer{
  display:none !important;
}

/* c2a changes */
.meetTeam a:hover {
  background: #fff;
  color: #EF4023;
  border: 1px solid #EF4023;
}

.slide1Link:hover {
  background: #fff url(./images/slide-link-arrow-hover.png?v=4) right center no-repeat;
  color: #EF4023;
  border: 1px solid #EF4023;
}



.pageLink a:hover{
  background: #fff url(./images/slide-link-arrow-hover.png?v=4) right center no-repeat;
  color: #EF4023;
  border: 1px solid #EF4023;
}

.home .product_list_wrap.grid_section.innerPagesPanel{
  display: none;
}

.meetTeam {
  text-align: center;
}

.meetTeam a {
  padding: 10px 20px 10px 20px;
  background: #980d10;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  z-index: 1;
  position: relative;
  bottom: 2em;
  text-align: center;
}

.wpb_single_image.teamLink {
  padding-top: 3em;
}

.teamLink.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
  background: #ebebeb url(./images/border-bg-team.png) repeat;
  padding:10px;
}

span.fontNormal {
  font-weight: 300;
}

.tagline {
  padding: 0 1.5em;
  background: #384157;
}

.tagline a {
  color: #fff;
  font-size: 1.6em;
  display: block;
  padding: 1.2em 0.2em;
  text-align: center;
  background: url(./images/tagline-arrow.png) right center no-repeat;
}

.productdescWrap {
  padding: 1.5em 0.5em;
}

.productContent {
  text-align: center;
  color: #fff;
  padding: 1em 0.5em 1.5em 0.5em;
}

.productTitle {
  font-size: 1.5em;
  padding-bottom: 0.5em;
}

.productDesc {
  line-height: 1.4;
}

.products_Icon{
  position:relative;
}

.products_Icon img{
  position:absolute;
  top:-2em;
  right:0;
  left:0;
  margin: 0 auto;
}

.productWrap .wpb_wrapper{
  background: #384157;
}

.productdescWrap{
  background: #384157
}

.home .full_width{
  background: url(./images/c2a-bg-img.png) repeat;
}
.home .product_list_wrap.grid_section {
  /* background: url(./images/c2a-middle-bg-top.jpg) top center no-repeat, url(./images/c2a-middle-bg-bottom.jpg) bottom center no-repeat; */
  border-bottom:none;
  border-top: 1px solid #A2A1A1;
  margin: 3em 0;
}
.home .product_list_wrapno.grid_section {
  /* background: url(./images/c2a-middle-bg-top.jpg) top center no-repeat, url(./images/c2a-middle-bg-bottom.jpg) bottom center no-repeat; */

  border-bottom: 1px solid #A2A1A1;
  margin: 1em 0;
}


.product_list_wrap.grid_section {
  /* background: url(./images/c2a-middle-bg-top.jpg) top center no-repeat, url(./images/c2a-middle-bg-bottom.jpg) bottom center no-repeat; */
  border-bottom: 1px solid #A2A1A1;
  border-top: 1px solid #A2A1A1;
  margin: 3em 0;
}

.products_icon {
  width: 59px;
  height: 58px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  /* top: -2.5em; */
  margin-top: -3em;
}

.productImg {
  text-align: center;
}

.productImg  img{
  width: 100%;
  max-height: 133px;
}

.productWrap .prod_link {
  display: block;
}

.formwork_icon{
  background:url(./images/formwork-icon.png) center no-repeat;
}

.stell_icon{
  background:url(./images/stell-fabrication.png) center no-repeat;
}

.screw_icon{
  background:url(./images/screw-icon.png) center no-repeat;
}


.productWrap .wpb_wrapper:hover {
  background: #9d0909;
}
.wpb_wrapper p a:hover{
  color:#000000;
}

.productWrap .prod_link:hover .formwork_icon{
  background:url(./images/formwork-icon-hover.png) center no-repeat;
}

.productWrap .prod_link:hover .stell_icon{
  background:url(./images/stell-fabrication-hover.png) center no-repeat;
}

.productWrap .prod_link:hover .screw_icon{
  background:url(./images/screw-icon-hover.png) center no-repeat;
}

/* portfolio css changes */
.home .portfolioHomeBg.grid_section, .home .portfolioHomeBg.parallax_section_holder {
  background: url(./images/portfolio-bg-img.jpg) repeat;
  padding-bottom: 3.3em;
}

.portfolioSubPage.grid_section {
  padding-top: 3em;
}

.portfolio_images {
  text-align: center;
  display: block;
  float: none;
}

.two_columns_75_25.portfolio_container .column1 {
  width: 100%;
  float: left;
}

.portfolio_single {
  padding-top: 3em;
}

.pageLink {
  float: right;
}

.pageLink a {
  padding: 10px 40px 10px 10px;
  background: #980d10 url(./images/slide-link-arrow.png) right center no-repeat;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}

.portfolioHomeBg .projects_holder article span.text_holder span span.text_inner{
  text-align:left;
}

.portfolioHomeBg .projects_holder article span.text_holder {
  width: 90%;
  left: 0;
  bottom: 12px;
  margin: 0 auto;
  right: 0;
}

.portfolioHomeBg  .projects_holder article:hover span.text_holder, .portfolioHomeBg  .projects_holder article span.text_holder{
  height: 88%!important;
}

.portfolioHead h2 {
  text-transform: none;
  width: 60%;
  line-height: 1.3;
  margin-top: -15px;
}

.hover_feature_holder_title h5 {
  padding: 0 2em;
  text-transform: none;
}

.portfolioHomeBg .projects_holder article span.text_holder {
  background-color: rgba(56, 65, 87,0.78);
}

.portfolioHomeBg .projects_holder.hover_text article .feature_holder .feature_holder_icons {
  margin: 20px 0 0 30px;
}

.pageLink a{
  padding: 10px 40px 10px 10px;
  background: #980d10 url(./images/slide-link-arrow.png) right center no-repeat;
  color: #fff;
  border-radius: 5px;
}


.projects_holder .qbutton.white:hover, .projects_holder .qbutton:hover{
  background: url(./images/footer-links-arrow.png) right center no-repeat;
}

.portfolioHomeBg .projects_holder.hover_text article .hover_feature_holder_title .portfolio_title a{
  font-size: 19px;
  font-weight: 300;
}

.section_inner_margin .projects_holder article a.preview {
  margin: 0;
  border: 0;
  padding: 0px 18px 0px 0px;
  font-size: 14px;
  text-transform: none;
  background: url(./images/footer-links-arrow.png) right center no-repeat;
}


/*inner page css*/
header.transparent .drop_down .second:not(.right){
  left: 0 !important;
}

header .header_bottom {
  background: url(./images/inside-page-header-bg.png) repeat;
}

.innerPgContent.grid_section {
  padding-top: 1.5em;
}

.projects_holder a.lightbox.qbutton.small.white {
  display: none;
}

.portfolioSubPage .projects_holder.v3.hover_text.no_space .mix {
  width: 31.5%;
  margin: 0 0 2.2%;
}

.product_list_wrap.grid_section.innerPagesPanel {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border: 0;
  padding: 4em 0em 3em 0em;
}

.innerPagesPanel .productImg img {
  max-height: 133px;
}

.mainHeading .headingThin {
  font-weight: 400;
}

.mainHeading {
  font-weight: 700;
  color: #223e70;
  padding-bottom: 0;
  font-size: 26px;
  position: relative;
  padding-top: 1.5em;
  margin-left:-15px;
}

.content_inner .headPadding {
  padding: 0;
}

.innerPgContent.grid_section p {
  padding-bottom: 1.7em;
}

/*inner page css ends*/


/*thankyou page css*/

.address_wrap.container_inner {
  overflow: hidden;
  margin-top: 2.5em;
}

.sub_heading {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
  background: #fff;
}

.thnkuWrap .subpage_content {
  padding: 0;
  line-height: 2;
}

.thnkuWrap.container_inner {
  padding-top: 40px;
  width: 93%;
  margin: 0 auto;
  max-width: 1000px;
}

#examap{
  width: 500px;
  height: 400px;
}

.lhsWrap {
  float: left;
  line-height: 2.2;
}

.rhsWrap {
  border: 2px solid #384157;
  float: right;
}

div.wpcf7-response-output {
  margin-top: 4em;
}

.subpage_heading.mainHeading {
  padding-top: 0;
  padding-bottom: 0.3em;
}

/*thankyou page css ends*/


/*search page css*/
.blog_holder.blog_large_image {
  padding-top: 1.5em;
}

.searchPost {
  font-size: 16px;
  text-transform: none;
  color: #000;
}

body .blog_holder article .post_text .post_text_inner {
  padding: 0;
  background-color: #fff;
}

body.search .main_menu .narrow.has_sub span {
  /* background: url(./images/drop-down-arrow-black.png) right center no-repeat; */
}

body.search .main_menu .narrow.has_sub span:hover{
  background: #9d0909 url(./images/drop-down-arrow.png) right center no-repeat;
}

body.search .main_menu .narrow.has_sub .second span{
  background: none;
}

body.search .blog_holder article {
  margin: 0 0 15px 0;
}

/*search page css ends*/


/*contact page css*/

.contactPg.container_inner {
  background: #fff;
  padding-top: 3em;
}

.containerLhs form p {
  float: left;
  width: 45%;
  margin: 0 15px 0 15px;
  display: block;
}

.wrapper input.wpcf7-form-control.wpcf7-text, .wrapper input.wpcf7-form-control.wpcf7-number, .wrapper input.wpcf7-form-control.wpcf7-date, .wrapper textarea.wpcf7-form-control.wpcf7-textarea, .wrapper select.wpcf7-form-control.wpcf7-select, .wrapper input.wpcf7-form-control.wpcf7-quiz{
  font-family: 'Open Sans', sans-serif;
}

.containerLhs p input.wpcf7-form-control.wpcf7-text,
.containerLhs p input.wpcf7-form-control.wpcf7-number,
.containerLhs p input.wpcf7-form-control.wpcf7-date,
.containerLhs p textarea.wpcf7-form-control.wpcf7-textarea,
.containerLhs p select.wpcf7-form-control.wpcf7-select,
.containerLhs p input.wpcf7-form-control.wpcf7-quiz{
  background: none;
  border: 1px solid #989898;
  color: #000;
}

.contactPg .containerLhs {
  display: block;
  padding-bottom: 4em;
  margin: 0 auto;
  overflow: hidden;
}

.content_inner form input.wpcf7-form-control.wpcf7-submit {
  background: #9d0909;
  color: #fff;
  border-radius: 0.25em;
  padding: 0.1em 1.5em 0em 1.5em;
  border: 0;
  float: right;
}

div.wpcf7 img.ajax-loader{
  float: right;
}

div.wpcf7-response-output {
  padding-left: 3em;
}

.containerLhs p textarea.wpcf7-form-control.wpcf7-textarea {
  max-height: 120px;
}

.contactPg .address_wrap {
  width: 100%;
  display: inline-block;
}

.contactPg .containerRhs{
  width: 93%;
  margin: 0 auto;
}

.contactPg .mainHeading {
  padding: 0 0em 0.8em 0em;
  margin-left:0px;
}

.content_inner form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #BD2828;
}

span.redStar {
  color: #F00;
}

span.required {
  color: #F00;
}

.containerLhs form p.otherField{
  display: none;
}

input#captcha_ {
  background: none;
  border: 1px solid #989898;
  /* color: #000; */
  margin: 5px 0 0;
  padding: 15px;
  outline: 0;
  width: 82.4%;
  resize: none;
  text-transform: uppercase;
  line-height: 17px;
  background-color: #fff;
  font-family: 'Raleway';
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content  span.wpcf7-not-valid-tip {
  font-size: 0.9em;
}

.contactTxt {
  padding: 0 0 1.5em 0em;
}

.containerLhs form p.submitBtn {
  float: none;
  width: 93%;
  display: block;
  clear: both;
  padding-top: 1em;
  min-height: 0 !important;
}

/*contact page css ends*/

/* footer css changes */

/* Footer Exa Info */

.footer-logo-wrap { width: 100%; margin:0 auto; *zoom: 1;}

.footer-logo-wrap:before, .footer-logo-wrap:after { display: table; line-height: 0; content: ""; }

.footer-logo-wrap:after { clear: both; }



.footer-logo-info { width: 550px; width: 580px\9; margin:0 auto; overflow:hidden; padding:12px 0; }

.footer-logo-info .info { float:left; padding: 15px 10px 0 0; font-size: 14px; font-weight:700; color: #fff; }

.footer-logo-info a.exalogo { float:left; width:211px; height:50px; background: url(https://exalogos.s3.amazonaws.com/exa_footer_logo.png) no-repeat; text-decoration:none; }

.footer-logo-info a.exalogo:hover { text-decoration:none; }



@media only screen and (max-width: 648px){

.footer-logo-info { width:100%; }

.footer-logo-info .info, .footer-logo-info a.exalogo { float: none; margin: 0 auto; }

.footer-logo-info .info { text-align: center; padding:5px 0 5px; }

.footer-logo-info a.exalogo { clear: both; display:block; }

}
/* Footer Exa Info ends*/


footer .container_inner {
  /*width: 930px;*/
}

footer .footer_top_holder{
  background: #384157;
}

footer .footer_top {
  padding: 30px 0 20px;
}

footer .footer_top a{
  font-weight: 600;
  color: #ffffff;
}

footer .menu-item-custom{
  font-weight:600;
}

footer .footer_top .contentTxt a {
  font-weight: 400;
  color: #ffffff;
}

footer .footer_top a:hover {
  color: #EF4023 !important;
}

.footer_top .widget_nav_menu li.menu-item a {
  margin-bottom: 0;
  font-weight: 600;
}

footer .footer_top .sub-menu .menu-item a {
  font-weight: 400;
}

 footer .menu-item-custom{
   display:block;
 }

 footer .contentTxt {
  line-height: 1.5;
  padding-top: 0.6em;
}

footer .menu-item a, footer .menu-item-custom{
  font-size: 15px;
  line-height:26px;
  border-bottom: 1px solid #fff;
  background: url(./images/footer-links-arrow.png) right center no-repeat;
}

footer .menu-footer-bottom-nav-container .menu-item a{
  font-size: 13px;
  line-height: 26px;
  border-bottom: 0;
  font-weight: 400;
  border-bottom: 0;
  text-transform: none;
  background: none;
  border-right: 1px solid #fff;
  padding: 0px 10px 0px 5px;
}

footer .menu-footer-bottom-nav-container .menu-item:last-child a{
  border-right: 0;
}

footer .sub-menu .menu-item a{
  border-bottom: 0;
  background: url(./images/footer-links-arrow.png) right center no-repeat;
}

.footer_top .widget_nav_menu ul li ul.sub-menu {
  padding-top: 1em;
}

.footer_top .sub-menu .menu-item a {
  margin: 0;
  line-height: 13px;
}

footer .column1 {
  top: 0px !important;
}

.footer_bottom .textwidget {
  float: right;
}

.menu-footer-bottom-nav-container {
  float: right;
  padding: 23px 0;
}

.footer_bottom .menu-footer-bottom-nav-container ul li {
  margin-right: 0px;
}

.footerarea_info {
  overflow: hidden;
  padding: 23px 0;
}

.footerarea_info .info {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  color: #fff;
  margin-left: 5px;
}

.footerarea_info .info a {
  float: none;
  color: #fff;
}

.footer_logo_wrap {
  float: left;
  background: url("./images/exa_footer_logo2.png") no-repeat scroll 0 0 transparent;
  width: 225px;
  height: 32px;
}

.wm_logo {
  width: 134px;
  height: 30px;
}

.exalogo {
  width: 65px;
  height: 25px;
  margin: 0 0 0 22px;
}

.footer_logo_wrap a {
  float: left;
  display: inline;
  color: #fff;
}


.four_columns>.column1, .four_columns>.column2, .four_columns>.column3{
  padding-right: 3.3em;
}


footer .four_columns>.column4 .menu-item-custom{
  background: none;
}

/*404 error page css*/

.error404  header nav.main_menu>ul>li>a{
  color: #000;
}

.error404 .main_menu .narrow.has_sub span{
  background: url(./images/drop-down-arrow-black.png) right center no-repeat;
}

.error404 .main_menu .narrow.has_sub span:hover{
  background: #9d0909 url(./images/drop-down-arrow.png) right center no-repeat;
}

/*404 error page css ends*/


/* Responsive css */

@media only screen and (max-width: 1200px) {

input#captcha_ {
  margin: 5px 0 10px 0;
  width: 100%;
}

}


@media only screen and (max-width: 1024px) {
.full_width_inner {
  max-width: 950px;
}

.content_inner .breadcrumb {
  max-width: 950px;
}

footer .footer_bottom{
  max-width: 950px;
}

body .ls-container.ls-v5 .ls-nav-prev{
  left: 0;
}

body .ls-container.ls-v5 .ls-nav-next {
  right: 0;
}

header .header_bottom {
  padding: 0 5px;
}

.footer_bottom_holder {
  padding: 0 1em;
}

.tagline a {
  font-size: 1.5em;
  padding: 1.2em 0em;
}

.product_list_wrap.grid_section.innerPagesPanel {
  max-width: 100%;
}

#examap {
  width: 480px;
  height: 350px;
}

}

@media only screen and (max-width: 960px) {

i.qode_icon_font_awesome.fa.fa-bars {
  font-size: 28px;
}

.ls-container.ls-v5 .ls-nav-prev {
  width: 40px;
  height: 50px;
  top: 50%;
  background-size: 100%;
}

.content div.grid_section .section_inner, .content .header_bottom .container_inner{
  width: 93%;
}

body .container_inner{
  width: 97%;
}

header .qode_search_form .container_inner {
  float: none;
  text-align: right;
  width: 98%;
  margin: 0 auto;
}

.content .q_slider {
  padding-top: 0;
}

.tagline a {
  padding: 1em 0em;
  text-align: left;
}

.product_list_wrap.grid_section{
  background: none;
}

}

@media only screen and (max-width: 800px) {
.menu-footer-bottom-nav-container {
  float: none;
  padding: 10px 0;
  clear: both;
}

.home .product_list_wrap.grid_section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.content div.grid_section .section_inner, .content .header_bottom .container_inner {
  width: 100%;
}

body .container_inner {
  width: 100%;
}

.full_width {
  width: 93%;
  margin: 0 auto;
}

.header_inner .qode_search_form .container {
  width: 96%;
  margin: 0 auto;
}

.product_list_wrap.grid_section.innerPagesPanel {
  max-width: 93%;
}

.breadcrumb{
  width: 90%;
}

.tagline{
  padding: 0 1em;
}

.tagline a{
  font-size: 1.4em;
  background: none;
}

.ls-container.ls-v5 .ls-nav-next , body .ls-container.ls-v5 .ls-nav-prev{
  background: none;
}

.footer_bottom_holder .footer_bottom ul.menu li a {
  font-size: 11px;
  border-right: 0;
}

.product_list_wrap.grid_section .section_inner {
  width: 100%;
}

.footer_top .four_columns>.column1, .footer_top .four_columns>.column2, .footer_top .four_columns>.column3, .footer_top .four_columns>.column4 {
  width: 24%;
}

.four_columns>.column1, .four_columns>.column2, .four_columns>.column3 {
  padding-right: 0.1em;
}

.portfolioHead h2 {
  width: 100%;
}

.home .portfolioHead {
  padding-left: 1em;
}

.portfolioHomeBg .pageLink {
  padding-right: 1em;
}

.lhsWrap {
  float: none;
}

.rhsWrap {
  margin-top: 2em;
  float: none;
}

#examap {
  width: 100%;
}

.contactPg .containerLhs {
  padding-bottom: 0em;
}

body .footer_top {
  padding: 30px 0 25px;
  width: 95%;
  margin: 0 auto;
}

.footerarea_info {
  padding: 20px 0 8px 0;
}

.footer_top .sub-menu .menu-item a {
  line-height: 21px;
}

.footer_bottom .textwidget {
  float: none;
}

.footer_bottom_holder .footer_bottom ul.menu li a {
  font-size: 14px;
}

}


@media only screen and (max-width: 670px) {
header .header_bottom {
  padding: 0px;
}

body .q_logo img {
  width: 85% !important;
}

.content div.grid_section .section_inner, .content .header_bottom .container_inner {
  width: 100%;
}

.mobile_menu_button {
  margin: 0 20px 0 10px;
}

.header_inner .qode_search_form {
  height: 100px;
}

.searchTxt {
  margin-right: 0;
  font-size: 16px;
  float: none;
  padding: 0.9em 0 0 0;
  text-align: center;
}

.header_inner .qode_search_form .container input {
  width: 90%;
  padding: 5px 30px 6px 10px;
  font-size: 16px;
  color: #394156;
  line-height: 1.5;
  float: none;
  display: block;
  margin: 1em auto;
}

.innerPgContent.grid_section {
  padding-top: 1em;
}

.tagline {
  padding: 0 1em;
  background: #384157;
}

.tagline a {
  padding: 0.5em 0em 0.5em 0;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.45;
}

.productWrap {
  margin-bottom: 1.5em;
}

.portfolioHead h2 {
  padding-bottom: 1em;
  font-size: 22px;
}

.pageLink {
  float: none;
  clear: both;
}

.full_width_inner {
  padding: 0em;
}


.containerLhs form p {
  width: 95%;
}

nav.mobile_menu ul li a{
  font-size: 14px;
}

.slideTitle, .slide1Link.ls-preloaded{
  display: none;
}

.contactPg .containerLhs{
  width: 90%;
}

body .wpcf7 form.wpcf7-form p {
  min-height: 0;
  margin-bottom: 1.5em;
}

.containerLhs form p {
  width: 100%;
  margin: 0;
}

.contactPg .mainHeading {
  padding: 0em 0em 0.8em 0em;
}

#examap {
  height: 250px;
}

.home .portfolioHomeBg.grid_section{
  padding-bottom: 1.3em;
}

.blog_holder.blog_large_image {
  width: 93%;
  margin: 0 auto;
}

.two_columns_75_25.portfolio_container .column1 {
  width: 93%;
  float: none;
  margin: 0 auto;
}

body .portfolio_navigation {
  display: block;
  width: 93%;
  padding: 0px 0 20px;
  margin: 0 auto;
}

body .portfolio_navigation .portfolio_prev a, body .portfolio_navigation .portfolio_next a{
  margin: 0;
}

div.wpcf7-response-output {
  padding-left: 1.8em;
}

body div.wpcf7-response-output{
  font-size: 13px;
}

.containerLhs form p.submitBtn{
  width: 100%;
}

footer .footer_top {
  padding: 30px 0 30px;
}

footer .footer_top .four_columns .column1,
footer .footer_top .four_columns .column2,
footer .footer_top .four_columns .column3,
footer .footer_top .three_columns .column1,
footer .footer_top .three_columns .column2,
footer .footer_top .two_columns_50_50 .column1 {
  margin: 0 0 10px;
}

footer .footer_logo_wrap {
  float: none;
  margin: 0 auto;
}

footer .footer_bottom .textwidget {
  float: none;
}

footer .footerarea_info .info {
  float: none;
  border-left: 0;
  padding: 10px 10px;
  margin-left: 0;
}


.footer_top .four_columns>.column1, .footer_top .four_columns>.column2, .footer_top .four_columns>.column3, .footer_top .four_columns>.column4{
  width: 100%;
}

body .footer_top .four_columns>.column1,body .footer_top .four_columns>.column2,body .footer_top .four_columns>.column3,body .footer_top .four_columns>.column4 {
  width: 95%;
  margin: 0 auto;
  float: none;
  display: block;
}

.column4.footer_col4 {
  padding-top: 2em;
  color: #fff;
}

}

@media only screen and (max-width: 670px) and (orientation: landscape) {

.product_list_wrap.grid_section .element_from_bottom {
  display: block;
  width: 60%;
  margin: 0 auto;
  float: none;
}

.contactPg .mainHeading {
  padding: 0em 0em 0.8em 0.4em;
}

}

@media only screen and (max-width: 480px) {

.header_inner .qode_search_form .container input {
  width: 80%;
}

.breadcrumb {
  padding: 1.4em 0em 0 1em;
}

.portfolioHomeBg .pageLink {
  padding-right: 0;
  padding-left: 1em;
}

.product_list_wrap.grid_section.innerPagesPanel {
  padding: 5em 0em 3em 0em;
}

footer .footerarea_info {
  overflow: hidden;
  padding: 23px 0 3px 0;
}

body footer .container_inner{
  padding: 0;
}

body .footer_top .four_columns>.column1,body .footer_top .four_columns>.column2,body .footer_top .four_columns>.column3,body .footer_top .four_columns>.column4 {
  width: 97%;
}

}

.incredo_logo{ background: url('images/incredo_logo.png') right no-repeat; display: inline-block; height: 32px; padding-right: 30px; padding-top: 10px; float: left; background-size: auto 32px; color: #fff; }

.frontintro p{text-align:left;}