/*
Theme Name: Whitelabel
Author: Webixmedia
Author URI: https://webixmedia.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/css2?family=Sora:wght@100;200;300;600;700;800&amp;display=swap');
@font-face {
  font-family: Haboro Contrast;
  src: url(../fonts/insigne-Haboro-Contrast-Norm-Regular.otf);
}

body{font-family: 'Haboro Contrast', sans-serif; !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-heading{color:#009ddb;}
/*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: 'Haboro Contrast', 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:60px;padding-bottom:60px;}
	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: 15px;
		top: 5px;
		font-size: 24px;
		color: #009ddb;
    }
    .fixed-header a.fa.fa-bars {
        top:0px;
    }
    .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;}
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 {
	border:2px solid #009ddb;
    background: transprent;
	font-family: 'Haboro Contrast', serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFF;
    padding: 10px 40px;
    padding-right: 70px;
    display: inline-block;
    position: relative;
    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: #009ddb;;
    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;
}
.btn-signup,
.btn-signup:focus,
.btn-signup:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.btn-white {
    color:#2c2c2c;
	background:#FFF;
}

.btn-default .btn_price {
    position: absolute;
    background: #009ddb;
    right: 0;
    top: 0;
    padding: 10.5px;    color: #fff;
}




/* Table css */

.table.table-responsive.table-striped {
    overflow: auto;
}

table.table {
    width: 100%;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    color: #fff;
}
thead th {
    background: #777777;
    font-size: 16px;
    padding: 10px 15px;
    text-align: left;
}
table.table tbody tr {
    margin-bottom: 5px;
}

table.table tbody tr td {
    background: #009ddb;
    padding: 10px 15px;
    border-bottom: 1px solid #FFF;
}


.table-responsive tbody tr td .btn {
    border-color: #fff;
}



h1,h2,h3,h4,h5,h6 {font-family: 'Haboro Contrast', serif;}

.vc_figure {
    margin-right: 0px;
    margin-bottom: 0px;
}
.header {
    padding:15px 0px;
	position: relative;
    top:0px;
	z-index: 9;
    width:100%;
	box-shadow: 0px 0px 5px #ccc;

}

header.fixed-header {
    position: fixed !important;
    top:0 !important;
    left: 0;
    width:100%;
    z-index: 9;
    background:#ffffff;
	box-shadow: 0px 0px 5px #ccc;
}

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;
}

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: 'Haboro Contrast';
  text-transform: uppercase;
}
ul.header_menu li {
  text-align: center;
  line-height:1;
  display:inline-block;
  font-family: 'Haboro Contrast';
}
ul.header_menu>li>a  {
    padding: 10px 15px;
    border: 0px;
	font-weight:400;
    font-size: 18px;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
}
ul.header_menu>li:hover>a,
ul.header_menu>li.current-menu-item>a {
    color: #000000;
}

.header a.btn.btn-default {
    border: 2px solid #009ddb;
    color: #ffffff;
    background: #009ddb;
    padding: 8px 50px;
    font-size: 15px;
    text-transform: uppercase;
}

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

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


.banner_section{
	position:relative
}
.banner_section::before {
content: '';
position: absolute;
background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
opacity: 0.85;
left: 0;
top: 0;
width: 100%;
height: 100%;

}
.header a.btn.btn-default {
    padding: 5px 12px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    float: right;
}

@media (max-width:767px){
	
.header a.btn.btn-default {
    padding: 8px 30px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: unset;
    float: unset;
}

}

.get_in_touch h2{font-size:28px}


.get_in_touch ul{padding:0;margin:0}



.get_in_touch ul li{list-style:none;line-height: 30px;}













.footer .widget-title,.footer h2 {
	font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: normal;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}
.footer ul {
    width:100%;
    padding-left:0px;
    margin: 30px 0px;
}

.footer ul li {
    padding: 5px 10px;
    display: inline-block;
    text-transform: none;
    color: #ffffff;
}
.footer ul li a {
	color: #1c1c1c;
    line-height: 2.19;
}

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

.footer ul li a i{
	font-size: 20px;
    color: #009ddb;
}

.footer p,
.footer a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.63;    
  text-align: left;
  color: #fff;
}
.footer a:hover {
  color: #253b95;
}
.footer_top{
	background: #000f19;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
}


.footer_bottom {
	background:#040a0f;
	padding:40px 0px; 
	text-align: center;
}
.footer_bottom p {
	color: #555555;
	font-size: 16px;
	padding: 5px 50px;
	font-weight: 500;
    text-align: center;
}


.input_field {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.contfrm-sec form {
    box-shadow: 0 4px 8px 0 #999;
    padding: 30px;
    text-align: center;
}
.form-control {
  border: none;
  width:100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  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: 'Haboro Contrast', sans-serif;
  box-sizing: border-box;
  border: 1px solid #009ddb;
  border-radius: 4px;   
}
.sub-btn .wpcf7-submit{
    color: #002943;
    border: 2px solid #009ddb;
    font-family: 'Haboro Contrast', serif;
    font-size: 14px;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;    
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    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;
}
.sub-btn .wpcf7-submit:hover{
    background-color: #009ddb;
    color: #fff;
}
textarea.form-control {
	height: 70px;
	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;
	padding: 10px 30px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	width:100%;
	background: #009ddb;
}


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

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

.page_title {
    opacity: 1 !important;
    border-bottom: 5px solid #253b95;
}
.page_title h2 {
    color: #FFF;
    font-size: 4em;
    line-height: 1.1;
    font-weight: 700;
    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;
}

footer p {
    margin: 0px;
}

footer .widget_text img {
    max-width: 196px;
    display: inline-block;
	vertical-align: middle;
}
footer .widget_text .tagline {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}
a.mobile_logo {
    display: none;
}

.flexslider {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    position: relative !important;
	background: transparent !important;
}
.flexslider ul.slides li {
    position: relative;
}
.flex-direction-nav {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 150px;
	text-align: right;
}
.flex-direction-nav li {
    display: inline-block;
}
.flexslider .flex-direction-nav .flex-disabled {
	opacity: 0.7 !important;
}
.flex-direction-nav .flex-prev {
  left: 0px !important;
  opacity: 0.7;
}
.flex-direction-nav a {
    width: 40px !important;
    height: 40px !important;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    text-align: center;
    z-index: 8 !important;
	position: relative !important;
    display: inline-block !important;
	
}
.flex-direction-nav .flex-next {
  right: 0px !important;
  text-align: center !important;
  opacity: 0.7;  
  padding-left: 2px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px !important;
}
.flexslider2:hover .flex-direction-nav .flex-prev,
.flexslider2:hover .flex-direction-nav .flex-next {
    opacity: 1;
}
.flex-direction-nav a:before {
    font-family: "FontAwesome" !important;
    font-size: 30px !important;
    display: inline-block;
    content: '\f104' !important;
    color: rgba(255,255,255, 0.8) !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.flex-direction-nav a.flex-next:before {
    content: '\f105' !important;
}

.flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5) !important;
    border:1px solid #FFF !important;
}
.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1) !important;
}


.main_btn .btn-pink {
    width: 100%;
    padding: 22px;
    font-size: 16px;
}

@media screen and (min-width:769px){
	header .logo img {width:160px;}
header.fixed-header .logo img {width:130px;}
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: #fff; display: block !important; border-bottom: 1px solid #ccc; transition: .15s background ease-out;    text-align: left;}
ul.sub-menu li:last-child {border-bottom: none;}

ul.sub-menu li a {color: #fff !important; display: block;padding:15px 15px !important;    background: #009ddb;}
ul.sub-menu li a:hover {color: #000000 !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;
}

h3 {
    color: #000;
    font-size: 2.5em;
    font-weight: 400;
    text-transform: uppercase;
}
h3 em {
	font-weight: 400;
    color: #ff00c0;
    font-style: initial;
}
.banner_section {
    padding-top: 5em;
    padding-bottom: 5em;
}

.banner_section h4 {
	color: #009ddb;
    font-size: 1.7em;
    margin: 0px;
}

.banner_section h2 {
	font-size: 2.7em;
    color: #fff;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 10px;
    text-transform: uppercase;
}
.banner_section ul,
.learn_section  ul,
.footer_top ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.banner_section ul li, 
.learn_section  ul li,
.footer_top ul li {
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 100;
    color: #FFF;
}

.banner_section ul li:before,
.learn_section  ul li:before,
.footer_top ul li:before
{content: '';background: #009ddb;position: absolute;left: 0;top: 40%;width: 8px;height: 8px;border-radius: 50%;}

.banner_section p {
    color: #ffffff;
    font-size: 14px;
}

.banner_section .btn {
	margin-top: 10px;
}

.featured_blog h4 {
	margin-bottom: 0px;
}
.featured_blog h3 {
	margin-bottom: 50px;
	font-size: 2.5em;
}

span.title_break {
    display: block;
    font-size: 0.7em;
    font-style: italic;
    color: #5c5c5c;
    font-weight: 400;
}

.company_section h4.blue-heading {margin: 0;font-size: 1.8em;}

.company_section h3 {
    color: #000;
    margin-top: 0px;
    line-height: 0.8;
    text-transform: none;
    font-weight: 400;
}


.company_section .vc_single_image-wrapper{
	text-align: center;
    min-height: 150px;
    align-items: flex-end;
    display: flex;
    padding: 10px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}
.company_section .icon_center>.vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0px 0px 6px 1px #eee;
    padding: 30px;
}
.company_section .icon_center h3{
    color: #009ddb;
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 40px;
	line-height: 1.5;
    position: relative;
    display: block;
}
.company_section .icon_center h3:before {
    content: '';
    background: #002943;
    height: 5px;
    width: 50px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
}
.company_section .icon_center p {
    color: #002943;
    font-weight: 400;
    margin: 0px;
}
.about_section {
	padding-top:30px;
	padding-bottom:30px;
}
.about_section h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
    margin-top: 0;
}
.about_section h3 {
    margin-top: 0px;
    color: #002943;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.7em;
}
.about_section h1 {
    margin-top: 0px;
    color: #002943;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.7em;
}
.about_section p {
	color:#002943;
	padding-right: 25%;
    font-size: 16px;
}
.about_section .btn {
	color:#002943;
	border:2px solid #002943;
}
.about_section .btn:hover {
	color:#FFF;
	border:2px solid #FFF;
}
.learn_section  ul li {
	color:#646464;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.learn_section h4 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800;
}
.learn_section p {
    font-size: 18px;
    color: #555555;
}

.footer_top ul li {
	font-size: 14px;
}
.footer_top ul li:before {
	top:12px;
}
ul.social_icons li {
    display: inline-block;
    padding: 0px 10px;
}

ul.social_icons {
    text-align: center;
}

ul.social_icons li:before {
    display: none;
}

.blog-content {
	margin-bottom: 30px;
}
.blog_img {
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 4px solid #FFF;
	position: relative;
}
span.blog_date {
    position: absolute;
    bottom: 20px;
    left: 0px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Haboro Contrast', serif;
    color: #FFF;
    background: #ff00c0;
    background: -moz-linear-gradient(top, #ff00c0 0%, #e784c7 100%);
    background: -webkit-linear-gradient(top, #ff00c0 0%,#e784c7 100%);
    background: linear-gradient(to bottom, #ff00c0 0%,#e784c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00c0', endColorstr='#e784c7',GradientType=0 );
    padding: 5px 25px;
}
span.blog_date a {
	color:#FFF;
}
.blog-content h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.cta_section {
    padding-top: 5em;
    padding-bottom: 5em;
	text-align: center;
}

.cta_section h3 {
	color: #FFF;
    text-align: center;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3;
}

.cta_section .btn-default {
    padding: 10px 50px;
    background: #279bc9;
    margin-top: 30px;
}
.testimonials_slider:before {
    content: '';
    background: #eef8ff;
    width: 200%;
    height: 48%;
    position: absolute;
    top: 51%;
    transform: translateY(-65%);
    left: -50%;
}
.testimonials_slide>.vc_row {
	align-items: center;
	display: flex;
}
.testimonials_content h4 {
    font-size: 14px;
    text-align: center;
}

.testimonials_content p {
	padding: 30px 100px;
    font-size: 25px;
    margin: 0;
    font-weight: 100;
    position: relative;
    line-height: 1.5;
    text-align: center;
    background: #eef8ff;
}

.testimonials_content p:before {
    position: absolute;
    content: '';
    font-family: "FontAwesome" !important;
    font-size: 30px !important;
    display: inline-block;
    content: '\f10d' !important;
    top: 30px;
    left: 30px;
    color: #009ddb;
}

.testimonials_content p:after {
    position: absolute;
    content: '';
    font-family: "FontAwesome" !important;
    font-size: 30px !important;
    display: inline-block;
    content: '\f10e' !important;
    bottom: 30px;
    right: 30px;
    color: #009ddb;
}


.faq_section h3 {
    position: relative;
    font-size: 2.7em;
}

.faq_section h3:before {content: '';background: #009ddb;width: 30px;height: 5px;position: absolute;left: 0;right: 0;margin: auto;top: 0;}
.faq_section .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	font-size: 16px;
}
.faq_section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.faq_section .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
.faq_section .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
.faq_section .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
.faq_section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .faq_section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    border-color: #eef8ff !important;
    background-color: #eef8ff !important;
}

.faq_section .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #009ddb !important;
    background-color: #009ddb !important;
	
}
.faq_section .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color:#FFF !important;
}
.faq_section .vc_tta.vc_general .vc_tta-icon {
    float: right;
    margin-top: 6px;
}




.faq_section .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #009ddb !important;
    background-color: #009ddb !important;
}
.faq_section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #009ddb !important;
    background-color: #009ddb !important;
}
.faq_section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #FFF !important;
}

.faq_section .vc_tta.vc_general .vc_tta-panel{
    margin-bottom: 10px;
}
.faq_section  .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

/*=============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;
}
    
.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: 100%
	}
.logo:after,
.logo:before {
    height: 0px;
    background: none;
    width: 0px;
    display: none;
}
.navbar-right {
    padding-left: 0px;
}

.mm-panels>.mm-panel>.mm-listview>li {
    display: block;
    box-sizing: border-box;
}
.mm-panels>.mm-panel>.mm-listview>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 {
		margin: 0px;
	}
	ul.header_menu li a {
		padding: 10px;
	}
a.mobile_logo {
    position: absolute;
    width: 125px;
    top: 20px;
    left: -15px;
    right: 0;
    margin: auto;
    display: block;
}
.mm-menu.mm-offcanvas {
		width: 100%;
		max-width: 100%;
		text-align: center;
		background: rgba(37, 59, 149, 0.7);
	}

	.mm-panels>.mm-panel>.mm-listview {
		text-align: center;
		left: 0;
		width: 100%;
		right: 0px;
		top: 50%;
	}
	.mm-panels>.mm-panel>.mm-listview>li>a {
		padding: 20px 50px;
		border: 0px !important;
		font-size: 2em;
		line-height: 1.5;
		color: #FFF;
		font-weight: 600;
		border-bottom: 2px solid transparent !important;
	}
	.mm-panels>.mm-panel>.mm-listview>li>a:hover {
		border-bottom: 2px solid #FFF !important;
	}
	.mm-panels>.mm-panel>.mm-listview>li {
		border: 0px !important;
	}

	.mm-listview>li:not(.mm-divider):after {
		border: 0px;
	}
	a.close-mobile-menu {
		position: absolute;
		right: 50px;
		top: 50px;
		z-index: 999999;
		color: #FFF;
		font-size: 28px;
	}
	.text-right {
		text-align:center !important;
	}
	p {
		font-size: 14px !important;
	}
	.banner_section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.banner_section h2 {
		font-size:1.8em;
	}
	.banner_section ul li, .learn_section ul li, .footer_top ul li {
		font-size: 14px;
	}
	.company_section .icon_center>.vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
		margin-bottom: 20px;
	}
	.company_section .icon_center h3 {
		font-size: 2em;
	}
	
	.footer .vc_col-sm-3 {
		padding: 30px 0px;
	}
	.footer .vc_col-sm-3:first-child {
		padding-top: 0;
	}
	.footer .vc_col-sm-3:last-child {
		padding-bottom: 0;
	}
	h3, .banner_section h3, .welcome_section h3, .about_section h3, .cta_section h3 {
		font-size: 2em;
	}
	.about_section p {
		padding-right:0px; 
	}
	.about_section .btn {
		margin-bottom: 30px;
	}
	.testimonials_slide>.vc_row {
		display: block;
	}
	.testimonials_img {
		text-align: center;
	}
	.testimonials_img img {
		max-width: 150px;
		margin: auto;
		display: inline-block;
	}
	.testimonials_content p {
		padding: 30px;
	}
	.testimonials_content p:before {
		top: 20px;
    	left: 5px;
		font-size: 24px !important;
	}
	.testimonials_content p:after {
		bottom: 20px;
    	right: 5px;
		font-size: 24px !important;
	}
	.cta_section {
		padding-top: 3em;
		padding-bottom: 3em;
		text-align: center;
	}
	.footer p {
		padding: 5px 15px;
	}
	footer .widget_text img {
		float: none !important;
		display: block;
		margin: 10px auto;
	}
}
@media screen and (min-width:768px) {
    .mm-offcanvas {
        display: none;
    }
    .visible-xs {
        display: none;
    }
}
@media screen and (min-width:769px) {
	.welcome_section .vc_figure {
		max-width: 75%;
	}
	.mm-menu.mm-offcanvas {
		width: 100%;
		max-width: 100%;
		text-align: center;
		background: rgba(37, 59, 149, 0.7);
	}

	.mm-panels>.mm-panel>.mm-listview {
		text-align: center;
		margin-top: 0px !important;
		position: absolute;
		left: 0;
		width: 100%;
		right: 0px;
		top: 50%;
	}
	.mm-panels>.mm-panel>.mm-listview>li>a {
		padding: 20px 50px;
		border: 0px !important;
		font-size: 2.5em;
		line-height: 1.5;
		color: #FFF;
		font-weight: 600;
		border-bottom: 2px solid transparent !important;
	}
	.mm-panels>.mm-panel>.mm-listview>li>a:hover {
		border-bottom: 2px solid #FFF !important;
	}
	.mm-panels>.mm-panel>.mm-listview>li {
		border: 0px !important;
	}

	.mm-listview>li:not(.mm-divider):after {
		border: 0px;
	}
	a.close-mobile-menu {
		position: absolute;
		right: 50px;
		top: 50px;
		z-index: 999999;
		color: #FFF;
		font-size: 28px;
	}
}

@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;}

.page-tit h1 {
    color: #fff;
    text-shadow: 1px 2px 2px #999;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.blog-cont {
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 #999;
    padding: 20px;
}
.post_content h2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #009ddb;
    letter-spacing: normal;
    text-transform: none;
    padding: 0px;
    letter-spacing: 0.5px;
}
.blog-date {
    background-color: #F5f5f5;
    padding: 2px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.blog-date i {
    padding-right: 5px;
}
.read-btn .btn{
    font-size: 12px;
    padding-right:unset !important;
    padding: 8px 30px !important;
    color: #000;
}
.read-btn .btn:hover {
    color: #fff;
}
.page-banner{
    background-image: url(images/banner-bg-lp.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 200px;
    margin-right: -400px;
    margin-left: -400px;
}
.page-banner h1 {
    color: #fff;    
    text-align: center;
    position: relative;
    top: 60px;
    text-shadow: 1px 2px 2px #999;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
article.single-post {
    margin: 70px 0;
}
article.single-post .blog-img {
    width: 100%;
    text-align: center;
}
article.single-post .blog-img img {
    max-width: 600px;
}
article.single-post .blog-date {
    text-align: center;
}
article.single-post p {
    text-align: justify;
}
.ele-sin-post{
    float: unset !important;
    margin: 0 auto;
}
.pagination{
    text-align: center;
}
.pagination span.current {
    border: 1px solid #009ddb;
    padding: 5px;
    color: #fff;
    background-color: #009ddb;
}
.pagination a {
    border: 1px solid #009ddb;
    padding: 5px;
    color: #000;
}
.banner-video{    
    min-height: 700px;
    width: 100%;
    object-fit: cover;
}
.video-sec{
    padding-top:0px;
    padding-bottom:0px;
}
.video-cont {
    position: absolute;
    top: 17%;
    left: 17%;
    width: 100%;
    padding-top: 0px;
}
.video-sec .wpb_content_element {
    margin-bottom: -6px;
}
.video-hide {
    display: none;
}
.wp-video {    
    width: 100% !important;
}
.location-page h3{
    color: #545454;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: capitalize;
}