/* Enter Your Custom CSS Here */
#menu-item-7948 {
  font-weight:bold;
}

#footer-outer #footer-widgets .col ul li:first-child{
  padding-top: 6px !important;
}
div#footer-outer .span_5 {
    width: 100% !important;
    text-align: center;
}
#footer-outer a,#footer-outer p {
    font-size: 13px !important;
}
body #footer-outer #footer-widgets .col ul li {
	padding: 0px 0px !important;
}
body #footer-outer #footer-widgets .col p {
	padding-bottom: 0px !important;
}





/* TOP BAR (SECONDARY MENU) TITLES */

body #header-secondary-outer {
    background-color: #252525 !important;
  color: #FFFFFF !important;
}
#header-secondary-outer nav>ul>li>a {
  color: #ffffff !important;
  border-left: none !important;
}

#header-secondary-outer nav>ul>li:last-child {
  border-right: none !important;
}

body span.icon-phone {
    background: none;
    height: 5px;
    line-height: 5px;
    font-size: 15px !important;
}

body span.icon-envelope {
    background: none;
    height: 5px;
    line-height: 5px;
    font-size: 15px !important;
}

/* TOP BAR (SECONDARY MENU) TITLES */

.submenu-title {
  color: #fe7500 !important;
  font-weight:bold !important;
}


/* Get in touch form css start from here*/

.displayflex {
   display:flex;
   width:100%
}
.leftdivcontentforinputs {
   width: 100%;
   margin: 5px;  
}
.rightdivcontentforinputs {
   width: 100%;
   margin: 5px;
}
.getInTouchForm {
   background-color: #ffffff;
   padding: 30px;
   width: 50%;
   overflow: hidden;
   margin: auto;
   margin-top: -460px!important;
   -webkit-box-shadow: 0 13px 15px 0px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 13px 15px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0 13px 15px 0px rgba(0, 0, 0, 0.1);
}
.GetintouchRow {
   height:550px;
}

/*Request for services page css*/
span.wpcf7-list-item {
    display: block !important;
}




@media only screen and (max-width: 479px){
.displayflex {
  display:block;
}
.getInTouchForm {
   width: 80%;
}
}



@media only screen and (max-width: 780px){
.getInTouchForm {
   width: 80%;
}
}