/*
Theme Name: Whitelabel
Author: W
Author URI: https://www.google.com/
Description: Whitelabel theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,600,700,800,900');


body{font-family: 'Montserrat' !important; background-color: #fff; color: #000; font-size: 14px !important; font-weight: 400; line-height: 1.7;  -webkit-tap-highlight-color: transparent;-webkit-touch-callout: none; min-height: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
body {margin:0px !important;}
/*Blue Outline Remove*/
*:focus {outline:none !important}
button:focus {outline:0;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*Common CSS*/
img{image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */}
	/*************Font Size**********************/
	.h-12x{font-size:12px;line-height:16px}.h-24x{font-size:24px;line-height:28px}.h-28x{font-size:28px;line-height:32px}.h-36x{font-size:36px;line-height:40px}.h-40x{font-size:40px;line-height:44px}
	
    /*********Font CSS*********/
    .btn{-webkit-transition: all 300ms ease; transition: all 0.3s ease 0s;text-decoration:none;}
    .btn-orange{color:#fff;background-color:#ef6f1a;min-width:275px;font-size:20px;padding:12px 50px;-webkit-border-radius:28px!important;-moz-border-radius:28px!important;border-radius:28px!important;text-decoration:none;font-weight: 400;text-transform:uppercase;font-family: 'Montserrat', sans-serif !important;   box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.08);}
    .btn-orange:hover, .btn-orange:focus{background-color:#33b8e5; color:#fff}

     img{max-width: 100%;height: auto;}
    .break{display:block}
    .text-center{text-align:center;}
	.text-left{text-align:left;}
    .text-right{text-align:right;}
	.section-padding{padding:60px 15px;}
	.vc_row-fluid {padding-top:30px;padding-bottom:30px;}
	a {text-decoration:none !important;}
	.vc_fixed_width_column { max-width:1170px; margin: auto;padding: 0px 15px !important; }
	#wrapper, .wrapper {max-width:1170px; margin:0 auto;padding: 0px 15px;}
    .visible-sm {
        display: none !important;
    }

    .hidden-sm {
        display: block;
    }

/*********Mobile menu*********/
    .mm-menu.mm-offcanvas {
        z-index: 10;
    }
    #mm-blocker {
        background: rgba(3,2,1,0.2);
    }
    .mm-menu {
        background: #FFF;
    }
    a.fa.fa-bars {
        position: absolute;
        right: 5px;
        top:-40px;
    }
    .fixed-header a.fa.fa-bars {
        top:-40px;
    }
    .mm-panels>.mm-panel>.mm-listview {
        margin-top: 80px !important;
    }
    .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
        background: none;
    }
    .mm-listview>li:not(.mm-divider):after {
        border-color: #FFF;
    }
    .mm-panels>.mm-panel>.mm-listview {
        margin: 20px 0px;
        margin-left: -10px;
    }
    .mm-panel.mm-hasnavbar .mm-navbar {
        display: none !important;
    }
    a.fa.fa-bars:after, a.fa.fa-bars:before {
        content: '' !important;
    }
    .mm-listview>li>a, .mm-listview>li>span {
        color: #545454;
		display:block;
    }
/*********Mobile menu ends*********/


@media screen and (max-width:768px) {
    .vc_row-fluid {padding-top:30px;padding-bottom:30px;}
    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

.wrapper {width: 100%;margin: 0 auto;}
.no-padding {padding: 0px !important;}
.hidden {
    display: none !important;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.vc_column-inner {padding-top: 0px !important;}

body, html {margin:0px !important;overflow-x: hidden !important; position: relative;}
a {text-decoration:none !important;}
.vc_fixed_width_column { max-width:1170px; margin: auto; }
a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 0.2s ease 0s;
}
a:hover {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 0.2s ease 0s;
}

.btn {
    background: #3118e7;
    min-width: 157px;
    font-family: 'Montserrat';
    font-size: 16px;
	font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFF;
    padding: 10px 20px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}
.btn:focus,
.btn:hover {
    color: #FFF;
    background: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}
.btn-signup,
.btn-signup:focus,
.btn-signup:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.btn-black {
    color:#1c1c1c;
    border: solid 2px #1c1c1c;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 15px;
    text-transform: capitalize;
}
.btn-black:hover {
    color:#FFF;
    background: #4f91cd;
    border-color:#4f91cd;
}



.vc_figure {
    margin-right: 0px;
    margin-bottom: 0px;
}
.header {
    padding:10px 0px;
	position: relative;
    top:0px;
	z-index: 9;
    width:100%;
}

header.fixed-header {
    position: fixed !important;
    top:0 !important;
    left: 0;
    width:100%;
    z-index: 9;
    background:#FFF;
    border-bottom: 1px solid #001441;
}
header .logo img {
	max-width:100%;
	-webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}

.text-orange {color: #fa4f42;}



.navbar-right {
    text-align:right;
}

.menu-main-navigation-container {
	margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}

.fixed-header .menu-main-navigation-container {
    -webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}


.brown {
    color: #ae7a23;
}
.top_header {
    background: #000;
    color: #FFF;
}

.top_header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.top_header ul li {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    margin-right: 30px;
}
.top_header ul li:last-child {
    margin-right: 0px;
}
.top_header ul li i {
    color: #3118e7;
}
ul.header_menu,
ul.footer_menu {
    width:100%;
    list-style:none;
    margin-bottom: 0px;
    margin-top: 12px;
    padding-left:0px;
}
ul.footer_menu {
	text-align: center;
}

ul.footer_menu li {
  padding:0px 8px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  line-height:1;
  display:inline-block;
    font-family: 'Montserrat';
  text-transform: uppercase;
}
ul.header_menu li {
  text-align: center;
  line-height:1;
  display:inline-block;
  font-family: 'Montserrat';
}
ul.header_menu>li>a  {
    padding: 10px 15px;
    border: 0px;
	font-weight:400;
    font-size: 18px;
    color: #000;
    display: inline-block;
    border-bottom: 3px solid #FFF;
}
ul.header_menu>li:hover>a,
ul.header_menu>li.current-menu-item>a {
    color: #000;
    font-weight: 700;
	border-bottom: 3px solid #3118e7;
}

.header a.btn.btn-default {
    margin-top: 15px;
}

ul.header_menu li.menu-item-has-children>a {
    padding-right: 30px;
}

ul.footer_menu li a:hover {
    color:#b8d3eb;
}

.footer {
	background: url('../../../../testingwebserver.com/demo1/waterfire/wp-content/uploads/2019/03/footer_img.html');
    background-size:cover; 
	padding: 50px 0px;
	padding-bottom:0px;
}
.footer .widget-title {
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: left;
  text-transform: uppercase;
  color: #4f91cd;
}
.footer ul {
    width:100%;
    list-style:none;
    margin:8px 0px;
    padding-left:0px;
    margin: 30px 0px;
}

.footer ul li {
    padding: 0px 20px;
    font-size: 14px;
    display: inline-block;
    text-transform: none;
    color: #f9e1b9;
    text-align: center;
}
.footer ul li a {
	color: #f9e1b9;
    line-height: 2.19;
    text-transform: uppercase;
}

.footer ul li a:hover {
	color: #FFF;
}

.footer p,
.footer a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.63;    
  text-align: center;
  color: #FFF;
}
.footer a:hover {
  color: #f8f2e7;
}

.footer_bottom {
	padding:10px 0px; 
    border-top:1px solid #FFF;
    margin-top: 20px;
}
.footer_bottom p {
	color: #FFF;
	margin:0px;
    font-size: 13px;
}

.footer_center {
    padding: 50px 30px;
}

.footer_center p {
    font-size: 1.2em;
    margin: 20px 0px;
}

.footer_left p,
.footer_right p {
    text-align: center;
    position: relative;
    left: 10px;
}

.social_menu {
	text-align: right;
}

.social_menu>li {
	border: 0px !important;
}

.social_menu>li a {
	color: #7e7e7e !important;
	font-size: 18px !important;
}

.social_menu>li a:hover {
	color: #fff !important;
}

.input_field {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
  border:1px solid #979797;
  width:100%;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 6px 15px;
  -webkit-box-shadow:0px 0px 0px 1px #979797;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 0px 0px 1px #979797;  /* Firefox 3.5 - 3.6 */
  	box-shadow: 0px 0px 0px 1px #979797;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    font-family: 'Montserrat', sans-serif;
   box-sizing: border-box;
	
}

textarea.form-control {
	height: auto;
	line-height: 1.5;
}
input[type="submit"].btn {
    font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	border:0px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}


div.wpcf7 .ajax-loader {
    display: block;
    background-position: center center;
    margin: 0px auto;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #4a9543;
}
.g-recaptcha {
    display: inline-block;
}

.page_title {
    opacity: 1 !important;
}
.page_title h2 {
    color: #FFF;
    font-size: 3em;
    line-height: 1.1;
    font-weight: 500;
    text-shadow: 0px 0px 8px #545454;
}
.full_width_title {
    width: 100% !important;
    margin: 0px !important;    
    left: 0px !important;
}

.text_24 {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #323232;
}

.list_view {
    padding-top: 0px;
    padding-bottom: 0px;
}

.list_view ul {
    list-style: none;
    padding-left: 0px;
}

.list_view ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #323232;
  position: relative;
  padding-left: 30px;
  margin: 25px;
}

.list_view ul li:before {
    position: absolute;
    left: 8px;
    top: 11px;
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-left: 5px solid #323232;  
}

footer p {
    margin: 0px;
}

a.mobile_logo {
    display: none;
}

@media screen and (min-width:769px){
ul.header_menu {margin-top: 0px;}
ul.header_menu li {position:relative;}
ul.sub-menu {background: #fff; padding: 0; width: 250px; position: absolute; float: left; opacity: 0; transition: .2s opacity ease-in; pointer-events: none; border-radius:0 0 2px 2px; box-shadow: 0 3px 2px rgba(0,0,0,0.15);}
li.menu-item-has-children::after {content:"\f107"; font-family: FontAwesome; font-size: 16px; position: relative; right: 1.5em; pointer-events: none; transition: .2s color ease 0s;}
li.menu-item-has-children:hover::after { color: rgba(0, 20, 65, 1); transition: .25s color ease 0s; }
ul.header_menu li.menu-item-has-children:hover ul.sub-menu {opacity: 1; transition: .1s opacity ease-out; pointer-events: unset !important;display:block;}
ul.sub-menu li {color: #34240a; display: block !important; border-bottom: 1px solid #34240a; transition: .15s background ease-out;}
ul.sub-menu li:last-child {border-bottom: none;}
ul.sub-menu li a {color: #34240a !important; display: block;padding:15px 10px !important;}
ul.sub-menu li a:hover {color: #4a9543 !important;}
ul.header_menu ul.sub-menu li:last-child a {padding-right: 30px;}
}



.wpcf7-mail-sent-ok {
    display: none !important;
}

.notfound-content-section h3 {
    font-size: 18px;
}
.notfound-content-section p {
    font-size: 16px;
}
.notfound-content-section .btn-border {
    color:#000;
}
.notfound-content-section .btn-border:hover {
    color:#FFF;
}


.banner_section {
    padding-top: 8em;
    padding-bottom: 8em;
}

.banner_section h4 {
    color: #FFF;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 400;
    text-shadow: 0px 0px 8px #545454;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing:1.5px;
}

.banner_section p {
    color: #FFF;
    font-size: 18px;
    text-shadow: 0px 2px 3px #545454;
}



h3 {
    font-size: 1.7em;
    color: #FFF;
    font-weight: 600;
    margin: 0px;
    line-height: 1.3;
    text-transform: uppercase;
}
span.title_break {
    display: block;
    font-size: 0.7em;
    font-style: italic;
    color: #5c5c5c;
    font-weight: 400;
}

.expert_section h3 {
    font-size: 2em;
}

.expert_section p,
.services_section  p{
    color: #fff;
    font-size: 16px;
}
.quality_section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.quality_section ul li {
    color: #FFF;
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
}
/*.quality_section ul li:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 13px;
    margin: 0px -20px;
    text-align: center;
}*/
.services_section h3 {
    font-size: 1.5em;
}
.services_section .wpb_single_image  {
    margin-bottom: 10px !important;
}
.expert_section .btn,
.services_section .btn {
    font-size: 14px;
    padding: 8px 21px;
    min-width: 100px;
}


/*=============Service Inner page End==============*/


@media screen and (min-width:1200px) {
    header>.vc_fixed_width_column>.vc_column-inner {
        padding: 0px !important;
    }
}
@media screen and (max-width:1024px) {
    #wrapper {
        padding: 0px 15px;
    }
}

@media screen and (max-width:768px) {
.top_header,
.header,
.page-template-home_page .header,
.page-template-home_page .top_header {
    position: relative;
    top: 0px;
}
    .top_header {display: none !important;}
    
.header.fixed-header {position: fixed;}
.header {
    padding: 15px 0px;
}
.fixed-header {
    padding: 15px 0px;
}
	header .logo {
		position:relative;
	}
	header .logo img,
	header.fixed-header .logo img {
    	max-width: 80%;
	}
.logo:after,
.logo:before {
    height: 0px;
    background: none;
    width: 0px;
    display: none;
}
.navbar-right {
    padding-left: 0px;
}

ul.header_menu li {
    display: block;
    box-sizing: border-box;
}
ul.header_menu li a {
    color: #545454;
	display: block;
    padding: 15px !important;
    text-align: left;
	border-bottom: 1px solid #545454;
}
    .mm-listview .mm-next {
        background: #FFF;
    }
ul.header_menu li:last-child a {
    border: 0px;
    padding: 15px;
}
a.mobile_logo {
    position: absolute;
    width: 80%;
    top: 40px;
    left: 0px;
    right: 0;
    margin: auto;
    display: block;
}
	.text-right {
		text-align:center !important;
	}
	.banner_section {
		padding-top: 7em;
		padding-bottom: 7em;
	}
	.banner_section h2 {
		font-size:3em;
	}
	.services_section .wpb_wrapper {
		margin-bottom:20px;
	}
	.footer .vc_col-sm-4 {
		padding: 20px 0px;
	}
	.footer_center {
		padding: 50px 0px !important;
	}
    .quality_section ul li:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 13px;
    margin: 0px -20px;
    text-align: center;
}
}
@media screen and (min-width:768px) {
    .mm-offcanvas {
        display: none;
    }
    .visible-xs {
        display: none;
    }
    a.fa.fa-bars{
        top: 0px;
    }
}
@media screen and (min-width:769px) {
	.left_section {
		position: absolute !important;
		left: 0px;
	}
	.left_section>.vc_column-inner {
		padding-left:0px !important;
	}
	.right_full_section>.vc_column-inner{
		padding-right:0px !important;
	}
	.right_full_section {
		position: absolute !important;
		right:0px;
	}
}

@media screen and (max-width:767px) {
    .visible-xs {
        display: block;
    }
.top_header p, .top_header a {
    font-size: 13px;
}
.logo a {
    display: block;
}

.flex-direction-nav a {
    display: none !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0px !important;
}

.footer p {
    text-align: center;
}
	.header a.btn.btn-default {
		display:none;
	}
}

.vc_figure {margin:0px !important;}

@media screen and (min-width:901px) and (max-width:1024px){
    .expert_section h3{
        font-size: 24px;
    }
    .expert_section p{
        font-size: 14px;
    }
}
@media screen and (min-width:769px) and (max-width:991px){
   .top_header ul li{
    font-size: 12px;
    margin-right: 5px;
   }
   .vc_col-sm-push-1{
    left: 0px !important;
   }
}

@media screen and (min-width:768px) and (max-width:900px){
    .banner_section p{
        font-size: 14px;
    }
    .expert_section{
        padding:10px;
    }
    .expert_section h3{
        font-size: 18px;
    }
    .expert_section p{
        font-size: 14px;
    }
}

@media (max-width: 767px){
    .banner_section{
        padding-top: 4em !important;
        padding-bottom: 4em !important;
    }
    .expert_section img{
        height: 300px;
        object-fit: cover;
    }
    .services_section img{
        height: 300px;
        object-fit: cover;
    }
    .footer{
        padding:0px !important;
    }
    .banner_section p{
        font-size: 14px;
    }
    .expert_section{
        padding:10px;
    }
    .footer_center {
        padding: 30px 0px !important;
    }
    .quality_section ul li:before{
        margin: 0px -15px;
    }
    .expert_section h3{
        font-size:20px;
        text-align: center;
    }
    .expert_section p{
        font-size: 14px;
        text-align: center;
    }
    .services_section.vc_row-fluid{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .services_section h3{
        font-size: 18px;
    }
    .services_section p{
        font-size:14px;
    }
    .quality_section ul li{
        font-size: 14px;
    }
    a.fa.fa-bars{
        top: -50px !important;
    }
    .footer_left{
        display: none;
    }
}

@media (max-width: 480px){
    .expert_section h3{
        font-size: 17px;
    }
    .services_section img {
        height: auto;
    }
    .banner_section {
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }
    .quality_section ul li{
        font-size: 14px;
    }
    a.fa.fa-bars {
        top: -55px !important;
    }

}
@media (max-width:320px){
    a.fa.fa-bars {
        top:-40px !important;
    }
}