

footer .column1 {
position: relative;
top: -18px;
}
.drop_down .narrow .second .inner ul li {
    padding: 0;
    width: 276px;
}

.line-under-services:after {
    width: 105px;
    height: 1px;
    margin: 10px 0;
    background: #1b1b1b;
    display: block;
    content: "";
}

.line-under-about:after {
    width: 75px;
    height: 1px;
    margin: 10px 0;
    background: #1b1b1b;
    display: block;
    content: "";
}

.home .title.title_size_large h1 {
    font-size: 40px;
    line-height: 40px;
}

.header_top_bottom_holder .container_inner {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
background-color: #f3f3f3;
}
textarea.wpcf7-form-control.wpcf7-textarea {
background-color: #f3f3f3;
}

.fix-height {
    min-height: 500px;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 0 60px;
}

::selection{ background:#338FFF; color:#fff; }

/* Effect from here */

nav.main_menu ul li a span {
    position: relative;
}
nav.main_menu ul li a span:after {
display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.main_menu ul li a span:hover {
  color: #fff;
}
nav.main_menu ul li a span:hover:after {
  width: 100%;
}
nav.main_menu ul li.active a span:after {
  width: 100%!important;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  background-color: #fff;
  content: "";  
}

nav.main_menu ul li ul li a span:after {
    background: none!important;
}

/* effect ends */

.title h1 {
    text-transform: capitalize!important;
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
.q_logo img {
    top: -40%!important;
}
.wpb_content_element.center-margin {
    margin: 0 auto !important;
}
}

.center-margin {
    text-align: justify;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
}
@media only screen and (max-width: 1000px) {
 .mobile_menu_button {
       float: right;
       margin: 0px!important;
       height: 50px!important;
  }
    .q_logo a {
        height: 40px!important;
        left: 0px!important;
    }
    .logo_wrapper {
        height: 50px!important;
        left: 0!important;
    }
    .side_menu_button {
         height: 50px!important;
     }
     .content .container .container_inner.page_container_inner {
        padding: 0px!important;
     }
    .fix-height {
        padding-top: 0px!important;
    }
    .vc_col-sm-9 {
        margin-top: 30px!important;
    }
    .vc_col-sm-12 {
        margin-top: 30px!important;
    }
    .fa {
        font-size: 20px!important;
    }
}