/*
Theme Name: Asbestos Removals
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900'); /**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */
/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */
/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: #1f1f1f;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 30px;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */
.outer_container {
    float: none;
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    float: none;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    outline: none;
    color: #1f1f1f;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #00aaec;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* Basic text */
p {
    margin: 0px;
}

small {
}

strong {
}

em {
}

cite {
}

code {
}

pre {
}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}

h1 {
    font-size: 50px;
    margin-top: 0;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* Lists */
ul, ol {
}

ul ul, ul ol, ol ol, ol ul {
}

li {
}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {
}

blockquote p {
}

blockquote small {
}

blockquote small:before {
}

q:before, q:after, blockquote:before, blockquote:after {
}

.padding_tb {
    padding-top: 45px;
    padding-bottom: 45px;
    float: left;
    width: 100%;
}

.no_padding {
    padding-left: 0;
    padding-right: 0;
}

.padding_top {
    padding-top: 45px;
}

.padding_bottom {
    padding-bottom: 45px;
}

a.cmn_btn {
    color: #fff;
    line-height: 1;
    padding: 10px 20px;
    text-transform: lowercase;
    text-align: center;
    white-space: normal;
    display: inline-block;
    background-color: transparent;
}

a.cmn_btn:hover {
    color: #000;
    background-color: #000;
}

/* ==========================================================================
   Header
   ========================================================================== */
.home header#main_header {
    background-color: #ffffff;
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 15px 0;
    box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    -o-box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    -ms-box-shadow: 0px 4px 16px rgba(0,0,0,.2);
}

header#main_header {
    background-color: #ffffff;
    width: 100% !important;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 15px 0;
    box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    -o-box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    -ms-box-shadow: 0px 4px 16px rgba(0,0,0,.2);
}

header#main_header .ct_header_left .navbar-header {
    float: none;
}

header#main_header .ct_header_left .navbar-header a.navbar-brand {
    height: auto;
    padding: 0;
}

header#main_header .ct_header_middle {
    padding-left: 0;
    padding-right: 0;
}

header#main_header .navbar-default {
    margin: 0;
    border-radius: 0;
    border: 0 none;
    min-height: 0;
    background-color: transparent;
}

header#main_header .navbar-default .navbar-collapse {
    border: none;
    padding-right: 25px;
}

header#main_header .navbar-default .navbar-collapse .navbar-nav {
    float: right;
}

header#main_header .navbar-default .navbar-collapse .navbar-nav > li {
    padding: 20px 14px;
}

header#main_header .navbar-default .navbar-collapse .navbar-nav > li > a {
    color: #000000;
    padding: 5px 0px;
    text-transform: uppercase;
}

header#main_header .navbar-default .navbar-collapse .navbar-nav > li:hover > a, header#main_header .navbar-default .navbar-collapse .navbar-nav li > a:hover, header#main_header .navbar-default .navbar-collapse .navbar-nav li > a:focus, header#main_header .navbar-default .navbar-collapse .navbar-nav li.active > a, header#main_header .navbar-default .navbar-collapse .navbar-nav li.active > a:hover, header#main_header .navbar-default .navbar-collapse .navbar-nav li.active > a:focus {
    color: #008ad1;
    background-color: transparent;
}

.ct_header_right .ct_hcon_box {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ct_header_right .ct_hcon_box:last-child {
    padding-right: 0;
}

.ct_header_right .ct_hcon_box .h_icon {
    position: absolute;
    left: 0;
    top: 15px;
}

.ct_header_right .ct_hcon_box .h_con_text > span {
    display: block;
}

.ct_header_right .ct_hcon_box .h_con_text > span.top_text {
    font-weight: 300;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px;
}

.ct_header_right .ct_hcon_box .h_con_text > span a {
    color: #000;
}

.ct_header_right .ct_hcon_box .h_con_text > span a:hover {
    color: #008ad1;
}

.ct_header_right .ct_hcon_box .h_con_text > span.top_text {
    font-weight: 300;
    color: #000;
}

.ct_header_right .ct_hcon_box .h_con_text > span.bott_text {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

/* ==========================================================================
   Content                                                 
   ========================================================================== */
/*=== Home Page Css ===*/
.main_banner {
    height: 820px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    position: relative;
    padding-top: 100px;
}

.main_banner .banner_inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.main_banner .banner_caption {
    height: 345px;
    display: table;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    padding: 25px;
    text-align: center;
}

.main_banner .banner_caption .inn_bann_caption {
    display: table-cell;
    vertical-align: middle;
    padding:0px 60px
}

.banner_caption h1 {
    color: #fff;
    margin: 0 0;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}
.banner_caption h6 { font-size: 50px;
    color: #fff;
    margin: 0 0;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

.banner_caption p {
    padding: 20px 0px 30px;
    color: #fff;
    font-size: 24px
}

a.cmn_btn.banner_btn {
    background-color: #00aaec;
    padding: 20px 50px;
    text-align: center;
    white-space: normal;
    display: inline-block;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
}

a.cmn_btn.banner_btn:hover {
    background-color: #d7d7d7;
    color: #000000;
}

/*=== Dots css ===*/
.bann_cnt_carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.bann_cnt_carousel .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    margin: 0 4px;
    display: inline-block;
    opacity: 1;
    background: #d7d7d7;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.bann_cnt_carousel .owl-dots .owl-dot {
    display: inline-block;
    margin-bottom: 8px;
    zoom: 1; }

.bann_cnt_carousel .owl-dots .owl-dot:hover span {
    opacity: 1;
}

.bann_cnt_carousel .owl-dots .owl-dot.active span {
    background: #00aaec;
    opacity: 1;
    position: relative;
}

/*==== home about section ====*/
.hab_inner_data {
    background-color: #1f1f1f;
    color: #fff;
}

.hab_inner_data .hab_main_cnt {
    display: table;
    width: 100%;
}

.hab_inner_data .hab_main_cnt .hab_col {
    float: none;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 50px 25px 50px 50px;
}

.hab_inner_data .hab_main_cnt .hab_col2 {
    padding: 50px 50px 0;
}

.hab_inner_data .hab_main_cnt .hab_col .ab_right_img {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.top_title {
    text-align: center;
    margin: 0 0 50px;
}

.top_title h5 {
    text-transform: uppercase;
    margin: 0 0 12px;
}

.top_title h2 {
    font-weight: 700;
    text-transform: uppercase;
}

h3.half_border {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin: 0 0 25px;
    position: relative;
    display: inline-block;
}

h3.half_border:after {
    width: 75%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00aaec;
    content: "";
}

.hab_inner_data .hab_main_cnt .hab_cnt {
    font-size: 20px;
    font-weight: 300;
}

.hab_inner_data .hab_main_cnt .hab_cnt ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}

.hab_inner_data .hab_main_cnt .hab_cnt ul li {
    padding-left: 40px;
    margin-bottom: 5px;
    position: relative;
}

.hab_inner_data .hab_main_cnt .hab_cnt ul li:before {
    position: absolute;
    left: 0;
    top: 4px;
    height: 20px;
    width: 22px;
    background-image: url(images/check_bullet.png);
    content: "";
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* ==========================================================================
   Forms
   ========================================================================== */
/* All Global Forms
   ========================================================================== */
/* Labels */
body label {
}

/* One Line Inputs */
body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    width: 100%;
    font-family: 'Lato', sans-serif;
}

body input[type="text"]:focus, body input[type="password"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body input[type="number"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="color"]:focus, body input[type="file"]:focus, body textarea:focus, body select:focus {
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
}

body textarea:focus {
}

/* Separate Styles for Drop Downs */
body select {
}

body select:focus {
}

/* Multiple Selection Inputs */
body input[type="radio"] {
}

body input[type="checkbox"] {
}

/* Required */
body input:focus:required:invalid, body textarea:focus:required:invalid, body select:focus:required:invalid {
}

body input:focus:required:invalid:focus, body textarea:focus:required:invalid:focus, body select:focus:required:invalid:focus {
}

/* Placeholder Text */
::-webkit-input-placeholder {
    /* Webkit Browsers */
    /* color: #555;
   opacity: 1; */
}

:-moz-placeholder {
    /* Firefox 18- */
    /* color: #555;
   opacity: 1; */
}

::-moz-placeholder {
    /* Firefox 19+ */
    /* color: #555;
   opacity: 1; */
}

:-ms-input-placeholder {
    /* IE10 */
    /* color: #555;
   opacity: 1; */
}

/* ==========================================================================
   Buttons                                              
   ========================================================================== */
/* All Global Buttons (Excluding CTAs)
   ========================================================================== */
body input[type="submit"], body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Lato', sans-serif;
    text-decoration: none !important;
}

body input[type="submit"]:hover, body input[type="button"]:hover {
}

body input[type="submit"]:focus, body input[type="button"]:focus {
}

.service_sec h3 {
    font-family: 'Lato', sans-serif;
    color: #1f1f1f;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.service_sec h2 {
    font-family: 'Lato', sans-serif;
    color: #1f1f1f;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.service_sec p {
    color: #1f1f1f;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

.know_more {
    margin-top: 25px;
}

.know_more a {
    display: inline-block;
    color: #00aaec;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #00aaec;
    line-height: 24px;
    padding: 10px 40px;
}

.know_more a:hover {
    background-color: #00aaec;
    color: #fff;
}

.ser_right_img {
    position: relative;
    height: 100%;
}

.ser_right_img:after {
    content: "";
    width: 397px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 3px solid #000;
    right: 0px;
    margin: 0px auto;
}

.main_ser_image {
    height: 450px;
    width: 100%;
    z-index: 9;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-size: cover;
    background-position: center center;
}

.hser_col.hser_col2,.hser_col.hser_col1 {
    height: 513px;
}

.hser_col.hser_col1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4%;
}

.item_img {
    height: 368px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.content {
    padding-bottom: 30px;
    text-align: center;
}

.content p {
    color: #1f1f1f;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.content h3 {
    color: #1f1f1f;
    font-weight: 700;
    line-height: 48px;
}

.content h2 {
    color: #1f1f1f; font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}

.service_items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    box-shadow: 0px 0px 5px #e9ecef;
    transition: 0.3s;
    padding: 0px;
    transition: 0.3s;
}

.service_items:nth-child(3n) {
    margin-right: 0px;
}

.service_content {
    padding: 20px;
    float: left;
    width: 100%;
    background-color: #1f1f1f;
    border-top: 1px solid #fff;
    transition: 0.3s;
}

.service_content h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.service_content h4 a {
    color: #fff;
}

.service_overlay p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    padding: 15px 30px;
}

.learn_more a {
    color: #00aaec;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    line-height: 24px;
    text-align: center;
    margin: auto;
    border: 1px solid #00aaec;
    display: inline-block;
    padding: 12px 55px;
}

.service_items:hover .learn_more a {
    background: #00aaec;
    color: #fff;
}

.learn_more {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.service_items:hover .service_content {
    background: #00aaec;
}

.service_items:hover .service_content h4 a {
    color: #fff;
}

.service_overlay {
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.86);
    opacity: 0;
}

/*.service_items:hover .service_overlay {
    opacity: 1;
}*/
.container-fluid.contact_section {
    padding: 15px 15px 40px 0px;
    float: left;
    width: 100%;
}
.container-fluid.contact_section .row {
    display: flex;
}
.map {
    height: 327px;
    padding: 40px 0px;
    display: none;
}

.acf-map {
    height: 100%;
}

.contact-pg-form {
    float: left;
    background-color: #000000;
    padding: 40px 15px;
}

.contact_page {
    padding-right: 60px;
    position: relative;
}

.contact_form {
    float: right;
    background: #000;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 20px;
    padding: 0px;
}

.contact-pg-form input, .contact-pg-form select, .contact-pg-form textarea {
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 16px;
    color: #6e6e6e;
    padding: 0px 12px;
    font-weight: 400;
}

.contact-pg-form select {
    background-image: url(images/select_icon.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.contact-pg-form input[type="submit"] {
    width: 256px;
    background-color: #00aaec;
    height: 58px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    border: none;
    margin: auto;
    display: block;
    border: 1px solid #00aaec;
}

.contact-pg-form input[type="submit"]:hover {
    background-color: #000;
    border: 1px solid #fff;
}

.contact-pg-form .form-group input::-webkit-input-placeholder, .contact-pg-form .form-group textarea::-webkit-input-placeholder {
    color: #6e6e6e;
}

.contact-pg-form .form-group input::-moz-placeholder ,.contact-pg-form .form-group textarea::-moz-placeholder {
    color: #6e6e6e !important;
    opacity: 1;
}

.contact-pg-form input::-ms-input-placeholder, .contact-pg-form textarea::-ms-input-placeholder {
    color: #6e6e6e;
}

div.wpcf7 .ajax-loader {
    margin: 0px auto!important;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -26px;
}

.contact_page h6 {
    color: #1f1f1f;
    font-size: 24px;
    padding-bottom: 8px;
    font-weight: 400;
}

.contact_page h3 a {
    color: #00aaec;
    font-weight: 700;
}

.contact_page h3 a:hover {
    color: #1f1f1f;
}

.contact_page p {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    clear: both;
}

.container-fluid.footer_wrapper {
    float: left;
    width: 100%;
    clear: both;
    background-color: #1f1f1f;
    padding: 30px 0px;
}

.container-fluid.footer_bottom {
    float: left;
    width: 100%;
    clear: both;
    background-color: #000000;
    padding: 20px 0px;
}

.service_area_content {
    padding: 68px 114px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service_area_map {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50px center;
}

.service_area_content h4 {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    padding-bottom: 20px;
}

.service_area_content h4 strong {
    font-weight: 700;
}

.service_area_content ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.service_area_content ul li {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
}

.service_area_content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 0px;
}

.container-fluid.newsletter {
    float: left;
    width: 100%;
    clear: both;
    padding: 30px 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.news-letter-sec {
    /* padding: 5px 0px; */
}

.subscribe-form {
    text-align: right;
}

input#es_txt_email_pg {
    height: 49px;
    font-size: 16px;
    font-weight: 300;
    color: #363636;
    width: 354px;
    display: inline-block;
    padding: 0px 15px;
    outline: none;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.es_textbox_class {
    display: none;
}

button#es_txt_button_pg {
    height: 49px;
    font-size: 14px;
    text-indent: -9999px;
    color: #fff;
    width: 115px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    margin-left: 12px;
    vertical-align: top;
    outline: none;
    border-radius: 0px;
    outline: none;
    background-image: url(images/n_submit.png);
    transition: .3s;
}

.subscribe-form {
    position: relative;
    text-align: right;
}

button#es_txt_button_pg:hover {
    background-image: url(images/n_submit_h.png);
}

span.heading {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 30px;
    line-height: 50px;
}

.news-letter {
    vertical-align: middle;
    display: inline-block;
}

.ft-common p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.footer1 p a {
    display: inline-block;
    padding: 15px 0px 0px;
    text-decoration: underline !important;
}

.footer1 img {
    margin-bottom: 15px;
}

.ft-common a {
    color: #fff;
}

.ft-common a:hover, .ft-common li.current-menu-item a {
    color: #00aaec;
}

.footer2 a, .footer3 p {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.footer3 p {
    margin-bottom: 12px;
    padding-left: 34px;
}

.footer3 p img {
    position: absolute;
    left: 0px;
    top: 4px;
}

.footer3 li:last-child p img {
    top: 9px;
}

.ft-common h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-top: -5px;
    padding-bottom: 20px;
}

.footer2 a::before {
    content: "\f101 ";
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: -5px;
    font-weight: 300;
}

.footer1 {
    padding-right: 8%
}

.footer2 {
    padding-left: 13%;
}

.footer3 {
    padding-left: 6%;
}

.social_links ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1.5px solid #5c5c5c;
    color: #5c5c5c;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.social_links li {
    display: inline-block;
    margin-right: 10px;
}

.social_links ul {
    padding-top: 20px;
}

.social_links a.facebook:hover {
    background-color: #3b5998;
    color: #fff;
    border: 1.5px solid #3b5998;
}

.social_links a.instagram:hover {
    background-color: #b78133;
    color: #fff;
    border: 1.5px solid #b78133;
}

.container-fluid.footer_bottom {
    float: left;
    width: 100%;
    clear: both;
    background-color: #000000;
    padding: 15px 0px;
}

.copyright ,.copyright2 p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.copyright2 {
    text-align: right;
}

.copyright2 img {
    max-width: 95px;
    display: inline-block;
    margin-top: -4px;
}

.newsletter {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 0px;
    padding-top: 30px;
}

.newsletter_text {
    padding: 9px 0px;
    border-right: 1px solid #fff;
}

.newsletter_text h5 {
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}

.newsletter_text p {
    color: #fff;
    font-weight: 300;
}

.banner_section {
    padding: 0px;
}

.carousel_img.inner_banner {
    height: 300px;
    background-size: cover;
    background-position: center right;
    float: left;
    width: 100%;
    position: relative;
}

.carousel_img.inner_banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(images/banner_shadow.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.banner_content {
    display: table;
    height: 100%;
    width: 100%;
}

.inner_content {
    position: relative;
    z-index: 9;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.inner_content h3 {
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.inner_content h1 {
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase; font-size: 30px;
}


.inner_content h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.breadcrumbs {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    top: 40px;
    position: relative;
}

.breadcrumbs img {
    position: relative;
    top: -3px
}

.breadcrumbs span {
    color: #00aaec;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    color: #ecc801;
}

.carousel_img.inner_banner .outer_container {
    height: 100%;
}

.title_section {
    position: absolute;
    left: 0%;
    /*bottom: 80px;*/
    bottom: 50px;
}

.title_section h3 {
    position: relative;
    padding-left: 20px;
}

.title_section h3:before {
    border: 3px solid #00aaec;
    content: "";
    width: 6px;
    height: 55px;
    position: absolute;
    left: 0px
}


.title_section h1 {
    position: relative;
    padding-left: 20px;
}

.title_section h1:before {
    border: 3px solid #00aaec;
    content: "";
    width: 6px;
    height: 55px;
    position: absolute;
    left: 0px
}



.es_msg {
    text-align: center;
}

.about_page .hab_inner_data {
    background: transparent;
    color: #1f1f1f;
}

.about_page h3.half_border {
    color: #1f1f1f;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.about_page h3.half_border:after {
    display: none;
}

.about_page {
    padding-top: 94px;
    float: left;
    width: 100%;
}

.about_page .hab_inner_data .hab_main_cnt .hab_col .ab_right_img {
    right: 0px;
}

.about_page .hab_inner_data .hab_main_cnt .hab_col {
    padding: 50px 25px 50px 0px;
}

.service_page .hser_col.hser_col1 {
    padding-left: 0%;
    padding-right: 4%;
}

.service_page .know_more a {
    font-weight: 700;
    background: #00aaec;
    color: #fff;
}

.service_page .know_more a:hover {
    background-color: #000;
    color: #fff;
}

.service_sec .hab_inner_data {
    background: #f5f5f5;
    color: #1f1f1f;
}

.service_sec h3.half_border {
    color: #1f1f1f;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.service_sec h3.half_border:after {
    display: none;
}


.service_sec h2.half_border {
    color: #1f1f1f;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.service_sec h2.half_border:after {
    display: none;
}


.service_sec .hab_inner_data .hab_main_cnt .hab_cnt ul li:before {
    position: absolute;
    left: 0;
    top: 4px;
    height: 19px;
    width: 19px;
    background-image: url(images/list.png);
    content: "";
}

.service_sec .hab_inner_data .hab_main_cnt .hab_col2 {
    padding: 50px 50px;
}

.service_sec li {
    color: #1f1f1f;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

.contact_wrapper {
    padding: 40px 0px;
    float: left;
    width: 100%;
}

.contact_wrapper h3 {
    text-align: center;
    padding-bottom: 40px;
    color: #1f1f1f;
    font-weight: 700;
}

.contact_wrapper h2 {
    text-align: center;
    padding-bottom: 40px;
    color: #1f1f1f;
    font-weight: 700; font-size:30px;
}


.details ul li {
    border: 3px solid #d2d2d2;
    display: inline-block;
    width: 31%;
    margin-right: 3%;
    text-align: center;
    padding: 45px 15px 20px;
}

.details li:last-child {
    margin-right: 0px;
}

.details ul li h5 {
    font-size: 24px;
    color: #1f1f1f;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    padding: 30px 0px 0px;
}

.details li p {
    font-size: 16px;
    font-weight: 300;
    color: #535353;
}

.container-fluid.default_section {
    float: left;
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}

.container-fluid.default_section h3 {
    font-weight: 700;
    color: #1f1f1f;
}

.container-fluid.default_section p {
    font-size: 18px;
    font-weight: 300;
    color: #1f1f1f;
    line-height: 26px;
    padding: 10px 0px;
}

.container-fluid.portfolio_section {
    float: left;
    width: 100%;
    padding: 40px 0px 60px;
}

.portfolio_section .nav-tabs {
    text-align: right;
    border: none;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

.portfolio_section .nav-tabs>li {
    display: inline-block;
    margin-bottom: 0px;
}

.portfolio_section .nav-tabs>li {
    margin-right: -2px;
    background-image: url('images/no_active.png');
    font-weight: 400;
    border: none;
    border-radius: 0px;
    margin: 0px;
    margin-right: -4px;
    padding: 0px;
    float: none;
    position: relative;
    background-size: cover;
}

.portfolio_section .nav-tabs>li:first-child:after {
    position: absolute;
    content: '';
    border-top: 76px solid #fff;
    border-right: 16px solid transparent;
    border-bottom: 0px solid transparent;
    left: -7px;
    top: 0px;
}

.portfolio_section .nav-tabs>li.active a,.portfolio_section .nav-tabs>li:hover a {
    background-image: url('images/active.png');
    background-size: cover;
}

.portfolio_section .nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 25px;
    z-index: 99;
}

.portfolio_section .nav>li:last-child a {
    background-color: transparent;
    position: relative;
}

.portfolio_section .nav.nav-tabs>li:first-child:before {
    background-color: #000;
    position: absolute;
    left: 0px;
    content: "";
    width: 70%;
    height: 100%;
    top: 0px;
}

.portfolio_section .nav>li:before {
    background-color: #000;
    position: absolute;
    left: -10px;
    content: "";
    width: 80%;
    height: 100%;
    top: 0px;
}

.portfolio_section h3 {
    display: inline-block;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
}

.tab-content {
    padding-top: 40px;
    float: left;
    width: 100%;
}

.column {
    float: left;
    width: 25%;
    height: 350px;
    transition: 0.3s;
}

.column .content {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    padding: 0px;
}

.gallery-images {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.column:hover .gallery-images {
    opacity: 1;
}

.modal-header h4 {
    display: none;
}

.modal-body {
    padding: 0px;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
    color: #fff;
    position: absolute;
    right: -15px;
    z-index: 99;
    top: -15px;
    font-size: 25px;
    opacity: 1;
    text-shadow: none;
    width: 27px;
    height: 27px;
    background-image: url('images/close.png') ;
    outline: none;
    border-radius: 0%;
    border: none;
    text-indent: -99999px;
}

.modal-header .close:hover {
    background-image: url('images/close_hover.png') ;
}

.modal-header {
    padding: 0px;
    border: none;
    min-height: 100%;
}

.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.gallery-images ul {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.gallery-images ul li {
    display: inline-block;
}

.single_page .ser_right_img:after {
    display: none;
}

.single_page p {
    padding: 10px 0px;
}

.single_page .service_sec h3 {
    padding-bottom: 8px;
}

.page-id-88 .contact_section {
    display: none;
}

.ui-icon {
    display: block !important;
}

.modal-open {
    overflow: hidden;
    padding: 0px !important;
}

.wpcf7-response-output {
    color: #fff !Important;
    position: relative;
    left: 16px;
    clear: both;
}

span.wpcf7-form-control-wrap.text-508 {
    width: 90%;
    display: inline-block;
}

span#es_msg_pg {
    position: relative;
    left: -42px;
}

.container-fluid.faq_section {
    float: left;
    width: 100%;
    padding: 60px 0px 30px;
}

.card .content {
    display: none;
}

.card.active .content {
    display: block;
}

.header a {
    padding: 20px 40px 20px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    display: block;
    color: #000;
}

div#accordion {
    float: left;
    width: 100%;
}

.card {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    background: rgba(0,0,0,.02);
}

.content {
    padding: 0 40px 20px;
    overflow: hidden;
}

.content p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.header a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0fe";
    color: #000;
    position: absolute;
    right: 30px;
    top: 29px;
}

.card.active .header a, .card.active .header a:after {
    color: #00aaec;
    content: "\f146";
}

.hab_cnt h4 {
    padding: 20px 0px;
}

.hab_cnt .ct_header.ct_header_right {
    padding: 0px;
}

.contact_page img.img-fluid {
    float: right;
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: -41px;
}
.container-fluid.service_section {
    float: left;
    width: 100%;
}
