/*
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=Open+Sans:300,400,500,600,700,800');


body{font-family: 'Open Sans' !important; background-color: #FFF; color: #545454; font-size: 14px !important;line-height: 1.5; -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: 'Open Sans', 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:10px;padding-bottom:10px;}
	a {text-decoration:none !important;}
	.vc_fixed_width_column { max-width:990px; margin: auto;padding: 0px 15px !important; }
	#wrapper, .wrapper {max-width:990px; 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: 15px;
        top:20px;
		font-size:24px;
    }
    .fixed-header a.fa.fa-bars {
        top:20px;
    }
    .mm-panels>.mm-panel>.mm-listview {
        margin-top: 120px !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;
    background-image: url('../../uploads/2020/02/bg.jpg');
    background-repeat: repeat;
}
a {text-decoration:none !important;}
.vc_fixed_width_column { max-width:960px; 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: #2c2c2c;
	font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFF;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    -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: #545454;
    border-color:#FFF;
    -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;
}

h1,h2,h3,h4,h5,h6 {font-family: 'Open Sans', sans-serif;}

.vc_figure,
.wpb_single_image {
    margin: 0px !important;
}

.header {
    padding-top: 40px;
    padding-bottom:0px;
	position: relative;
    top:0px;
	z-index: 9;
    width:100%;
    border-top:5px solid #6B7E88;
}

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: 45px;
    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;
}
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: 'Open Sans';
  text-transform: uppercase;
}
ul.header_menu li {
  text-align: center;
  line-height:1;
  display:inline-block;
  font-family: 'Open Sans';
}
ul.header_menu>li>a  {
padding: 0px 12px;
    border: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #0d487c;
    display: inline-block;
    text-transform: lowercase;
}

ul.header_menu>li:hover>a,
ul.header_menu>li.current-menu-item>a {
    color: #8f9fa8;
}

ul.header_menu>li:last-child>a {
    padding-right: 0px;
}

ul.footer_menu li a:hover {
    color:#b8d3eb;
}

.footer {
    background: #6B7E88;
    color: #FFFFFF;
    font-size: 12px;
    width: 100%;
    margin: 70px 0 0 0;
    padding: 25px 0;
    text-align: left;
}
.footer .widget-title {
  font-size: 28px;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  color: #253b95;
}



@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: #000000 !important;}
ul.header_menu ul.sub-menu li:last-child a {padding-right: 30px;}
	
}

.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;
}

h3 {
    color: #819eae;
    font-size: 2em;
    font-weight: 400;
    margin: 0px;
}


ul.lnkExt { margin: 0; padding: 0; list-style: none; text-align: right;}
ul.lnkExt li {display: inline-block;}
ul.lnkExt li a.lnkFace { width: 39px; height: 39px; display: inline-block;
	background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -1px 0px;
}
ul.lnkExt li a.lnkTwitt { width: 39px; height: 39px; display: inline-block;
	background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -42px 0px;
}
ul.lnkExt li a.lnkTube { width: 39px; height: 39px; display: inline-block;
	background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -83px 0px;
}
ul.lnkExt li a.lnkLink { width: 39px; height: 39px; display: inline-block;
	background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -124px 0px;
}
ul.lnkExt li a.lnkGoog { width: 39px; height: 39px; display: inline-block;
	background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -164px 0px;
}
ul.lnkExt li a.lnkPint { width: 39px; height: 39px; display: inline-block;
	background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -204px 0px;
}
ul.lnkExt li a.lnkFace:hover { background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -1px -43px; }
ul.lnkExt li a.lnkTwitt:hover { background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -42px -43px; }
ul.lnkExt li a.lnkTube:hover { background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -83px -43px; }
ul.lnkExt li a.lnkLink:hover { background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -124px -43px; }
ul.lnkExt li a.lnkGoog:hover { background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -164px -43px; }
ul.lnkExt li a.lnkPint:hover { background: url(../../uploads/2020/02/social_footer_onoff.png) no-repeat -204px -43px; }


/*=============Service Inner page End==============*/


@media screen and (min-width:1200px) {
    header>.vc_fixed_width_column .vc_column-inner,
    .footer>.vc_fixed_width_column .vc_column-inner {
        padding: 0px !important;
    }
}
@media screen and (max-width:1024px) {
    #wrapper {
        padding: 0px 15px;
    }
}

@media screen and (min-width:768px) {
    .visible-xs {
        display: none;
    }
}


@media screen and (max-width:767px) {
    .visible-xs {
        display: block;
    }
.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 only screen and (max-width:767px){
		ul.header_menu li {    
	    line-height: 1.2;        
	    width: 100%;
	}
}