

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery-ui.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;

}

a{
	text-decoration:none;
	cursor:pointer;
	color:#2fc42b;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Poppins', sans-serif;
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;	
}


p,.text{
	position:relative;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.sky-bg{
	background-color:#edf7ff;
}

.gray-bg{
	background-color: #f5f5f5;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:15px 38px;
	line-height:24px;
	text-transform:uppercase;
	background:#2f3340;
	color:#ffffff;
	border:2px solid #2f3340;
	font-size:15px;
	font-weight:700;
	letter-spacing:1px;
	font-family: 'Poppins', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.btn-style-one:hover{
	background:#2fc42b;
	color:#ffffff;
	border-color:#2fc42b;
}


/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:10px 28px;
	line-height:30px;
	text-transform:uppercase;
	color:#aaaaaa;
	border:2px solid #aaaaaa;
	font-size:15px;
	font-weight:700;
	letter-spacing:1px;
	z-index:999;
	font-family: 'Poppins', sans-serif;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.btn-style-two:hover{
	background:#aaaaaa;
	color:#ffffff;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:7px 32px;
	line-height:26px;
	text-transform:uppercase;
	background:#2fc42b;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	border:2px solid #2fc42b;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover{
	background:none;
	color:#2fc42b;
	border-color:#2fc42b;
}



/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:15px 40px;
	line-height:30px;
	text-transform:uppercase;
	background:#232428;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	border:2px solid #232428;
	font-family: 'Poppins', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.btn-style-four:hover{
	background:#2fc42b;
	color:#ffffff;
	border-color:#2fc42b;
}

/*Social Icon One*/

.social-icon-one {
    position: relative;
    float: left;
    width: 100%;
}
.social-icon-one li{
	position:relative;
	margin-bottom:0;
	display:inline-block;
	margin-right: 10px;
}

.social-icon-one li a{
	position:relative;
	width:30px;
	height:30px;
	font-size:14px;
	color:#4b515f;
	line-height:30px;
	text-align:center;
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	float: left;
}

.social-icon-one li a:hover{
	color:#2fc42b;
	padding-top: 5px;
}

/*Social Icon One*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin:0px 10px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	font-size:14px;
	color:#a6a6a6;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.social-icon-two li a:hover{
	color:#f24a29;
}


/*Social Icon Three*/

.social-icon-three{
	position:relative;
}

.social-icon-three .share{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:600;
	display:inline-block;
}

.social-icon-three a{
	position:relative;
	width:25px;
	height:30px;
	display:inline-block;
	color:#e1e1e1;
	font-size:14px;
	line-height: 30px;
	text-align:center;
	margin-left:3px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-three a:hover{
	color:#2fc42b;
}



.theme_color{
	color:#2fc42b;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	/* background-image:url(../images/icons/preloader.svg); */
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 0;
    right: 8px;
    width: 52px;
    height: 49px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 47px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #172988;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#2fc42b;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	padding-left:15px;
	font-size:15px;
	color:#aaaaaa;
	margin-bottom:25px;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
}

.list-style-one li:before{
	position:absolute;
	content:'\f0da';
	left:0px;
	top:0px;
	color:#2fc42b;
	font-size:15px;
	font-family: "FontAwesome";
	display:none;
}

/*List Style two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:17px;
	line-height: 30px;
	color:#333333;
	padding-left: 27px;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
}

.list-style-two li:before{
	position:absolute;
	content:"\f00c";
	left:0px;
	top:0px;
	color:#2fc42b;
	font-size:17px;
	line-height: 30px;
	font-family: "FontAwesome";
}



/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:fixed;
	left:0px;
	z-index:999;
	width:100%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	
}

.logo {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}

.logo2 {border:0;margin:0;padding:0}
.logo-box {
    width:39%;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
}

.main-header.fixed-header{
	position:fixed;
	top:0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	background-color:#fff;	
}

section.main-slider.slick-initialized.slick-slider {
    margin-top: 120px;background: #fff;
}

.main-header .main-box .outer-container{
	position:relative;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:22px 0px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	margin-right:33px;
	float:left;
	padding:45px 0px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li.memu-btn a {
    background:#39c470;
    width: 138px;
    height: 45px;
    line-height:43px !important;
    color: #fff !important;
	border:2px solid #39c470;	
}

.main-menu .navigation li.memu-btn a:hover {background:transparent;color:#39c470 !important;border:2px solid #39c470;}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
    /*margin-top: -9px;*/
    padding-bottom: 0 !important;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:0px 0px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-weight:500;
	font-size:15px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 14px;
	margin-top:1px;
	display:none;
}

/* .main-menu .navigation > li.dropdown a {
    padding-right: 15px;
} */

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color:#004cae;
	opacity:1;
	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #043371;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:7px 15px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#000;
	padding-left:10px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:14px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:240px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #232323;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 15px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	text-transform:capitalize;
	color:#292929;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#232323;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:14px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
	transition:all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.search-box-outer{
	position: relative;
	float:left;
	margin-left:40px;
	padding:34px 0px;
	line-height: 30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	color:#ffffff;
}

.main-header .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	top:1px;
	font-size:15px;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .search-box-btn:hover{
	color:#2fc42b;	
}


.main-header .search-box-outer .dropdown-menu{
	top:55px;
	border-top:3px solid #2fc42b;
	padding:0px;
	width:280px;	
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

.main-header .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	color:#000000;
	border:1px solid #e0e0e0;
	background:#ffffff;	
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}


.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#2fc42b;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-panel .search-btn:hover{
	color:#2fc42b;	

}


/*============================================
		Header Style two
=============================================*/

.header-style-two .search-box-outer,
.header-style-two .main-menu .navigation > li > a{
	color:#2f3340;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a{
	color:#004cae;	
}

.header-style-two.fixed-header .search-box-outer,
.header-style-two.fixed-header .main-menu .navigation > li > a{
	color:#000;
}



/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .tp-dottedoverlay{
    background:none !important;
}

.main-slider h2{
	font-size:70px;
	color: #ffffff;
	font-weight:700;
	line-height:1.1em !important;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
}

.main-slider h4{
	font-size:25px;
	color:#ffffff;
	font-weight:700;
	line-height:1.4em;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
}

.main-slider .text{
	position:relative;
	font-size:15px;
	color:#ffffff;
	font-weight:300;
	line-height:25px;
	font-family: 'Poppins', sans-serif;
}

.main-slider .title{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:400;
	letter-spacing:1px;
	line-height:1.2em;
	text-transform:capitalize;
}

.main-slider .theme-btn{
	z-index: 999999 !important;
}

.main-slider .tp-bannertimer{
	display:none !important;	
}


/*===============================
	Home page two Slider 
===============================*/
.main-slider-two{
	position: relative;
}
.main-slider-two h4{
	font-size:30px;
	color:#2f3340;
	line-height:1.2em;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
}

.main-slider-two h1{
	font-size:148px;
	color: #fefefe;
	font-weight:700;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
}


.main-slider-two .text{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:300;
	line-height:25px;
	font-family: 'Poppins', sans-serif;
}


.main-slider-two .theme-btn{
	padding: 15px 30px;
}


/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:20px;
}

.sec-title h2{
    position: relative;
    color: #222222;
    font-size: 35px;
    font-weight: 700;
	line-height:43px;
	margin-bottom:26px;
}

.sec-title .text{
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #aaaaaa;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	max-width: 940px;
	margin: 0 auto;
}

/*Centered*/

.sec-title.centered{
	text-align:center;
}

/*Light*/

.sec-title.light h2,
.sec-title.light .text{
	color:#ffffff;
}

/*** 

====================================================================
	Audit Form Section
====================================================================

***/

.audit-form-section{
	position:relative;
	padding:140px 0px 110px;
	text-align: center;
}

.audit-form-section h3{
	font-size: 30px;
	line-height: 1.4em;
	color:#222222;
	margin-bottom: 25px;
	font-weight: 700;
}

.audit-form-section .text{
	font-size: 15px;
	line-height: 25px;
	color: #aaaaaa;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	max-width: 940px;
	margin: 0 auto 60px;
}

/*Audit Form*/

.audit-form{
	position:relative;
	max-width: 1000px;
	margin: 0 auto 20px;	
}

.audit-form .form-group{
	position:relative;
	margin-bottom:20px;
}


.audit-form input[type="text"],
.audit-form input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:14px 30px;
	height:60px;
	color:#aaaaaa;
	font-size:14px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border:1px solid transparent;
	background-color:#edf7ff;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.audit-form input:focus{
	border:1px solid #2fc42b;
}

.audit-form .form-group button{
	line-height:26px;
	display:block;
	width:100%;
}

.audit-form-section.style-two{
	background-color: #191a1e;

}

.audit-form-section.style-two h3{
	color: #ffffff;
	font-size: 35px;
	line-height: 60px;
	margin-bottom: 70px;
}

.audit-form-section.style-two .audit-form input[type="text"],
.audit-form-section.style-two .audit-form input[type="email"]{
	background-color:#232428;
	color:#ffffff;
}


.audit-form-section.style-three{
	background-color: #edf7ff;
	padding: 90px 0 60px;
}

.audit-form-section.style-three .audit-form input[type="text"],
.audit-form-section.style-three .audit-form input[type="email"]{
	background-color:#ffffff;
}

section {float:left;width:100%;}
/*** 

====================================================================
						Services Section
====================================================================

***/

.services-container {
	position:relative;
	padding:56px 0px 50px;
}
.services-container p {
    font-weight: 500;
}
.services-container .inner-column {
float: left;
width: 100%;
padding:0 100px;
text-align: center;
}

.inner-column {
float: left;
width: 100%;

}

.inner-column p {font-size:15px;color:#000;font-weight:normal;line-height: 25px;margin-bottom: 35px;}

.inner-column p.last { margin-bottom:0px;}

.services-container .row{
	position: relative;
	margin-right: -33px;
	margin-left: -33px;
}

.services-container .services-col{
	padding-left: 33px;
	padding-right: 33px;
}

.services-container .sec-title{
	margin-bottom: 60px;
}


.services-col{
	position:relative;
	margin-bottom:40px;
}

.services-col .inner-col{
	position:relative;
	display:block;
	text-align:center;
	padding:40px 30px;
	background-color:#ffffff;
}

.services-col .inner-col .icon-box{
	position:relative;
	display: inline-block;
	margin:0 auto;
	margin-bottom:12px;
}

.services-col .inner-col h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	line-height: 25px;
	color: #333333;
	margin-bottom:20px;
}

.services-col .inner-col h3 a{
	position:relative;
	color:#333333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-col .inner-col h3 a:hover{
	color: #2fc42b;
}


.services-col .inner-col .read-more{
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	color: #aaaaaa;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-col .inner-col .read-more:hover{
	color: #2fc42b;
}


.services-col .inner-col .read-more .fa{
	margin-left: 4px;
}

.services-container.style-two .sec-title{
	margin-bottom: 70px;
}

.services-container.style-two .services-col:nth-child(1) .inner-col{
	background-color: #d2d9ff;
}

.services-container.style-two .services-col:nth-child(2) .inner-col{
	background-color: #ffc7d9;
}

.services-container.style-two .services-col:nth-child(3) .inner-col{
	background-color: #c9ffb8;
}

.services-container.style-two .read-more{
	color: #ffffff;
}

.services-container.alternate .row{
	margin-left: -15px;
	margin-right: -15px;
}

.services-container .services-col.style-two{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

/*========================
	Service Block Two
=========================*/

.services-container-two{
	position:relative;
	padding:140px 0px 100px;
}


.services-container-two .sec-title{
	margin-bottom: 50px;
}

.services-container-two .row{
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
}

.services-container-two .services-col-two{
	padding-left: 0px;
	padding-right: 0px;
}

.services-col-two{
	position:relative;
	margin-bottom:40px;
}

.services-col-two .inner-col{
	position:relative;
	display:block;
	padding:30px 35px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.services-col-two .inner-col:hover{
	-webkit-box-shadow: 5px 22px 21px rgba(234,234,234,.75);
	-moz-box-shadow: 5px 22px 21px rgba(234,234,234,.75);
	-ms-box-shadow: 5px 22px 21px rgba(234,234,234,.75);
	-o-box-shadow: 5px 22px 21px rgba(234,234,234,.75);
	box-shadow: 5px 22px 21px rgba(234,234,234,.75);
}


.services-col-two .inner-col .content{
	position:relative;
	padding-left:100px;
}

.services-col-two .inner-col .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
}

.services-col-two .inner-col .content h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	margin-bottom:5px;
}

.services-col-two .inner-col .content h3 a{
	position:relative;
	color:#333333;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.services-col-two .inner-col .content h3 a:hover{
	color:#2fc42b;
}

.services-col-two .inner-col .content .text{
	position:relative;
	font-size:15px;
	line-height: 25px;
	color: #aaaaaa;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.services-col-two .inner-col .content .learn-more{
	position:relative;
	color:#e8e8e8;
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.services-col-two .inner-col .content .learn-more .fa{
	margin-left:5px;
}

.services-col-two .inner-col .content .learn-more:hover{
	color:#f14929;
}


/*========================
	Service Block three
=========================*/
.services-container-three{
	position: relative;
	padding: 140px 0  100px;
	float: left;
	width: 100%;
}

.services-container-three .sec-title{
	position: relative;
	margin-bottom: 70px;
}

.services-container-three .row{
	margin: 0;
}


.services-col-three{
	position:relative;
	margin-bottom:50px;
	padding: 0;
}


.services-col-three .inner-col{
	position: relative;
	padding: 40px 0px 50px;
	text-align: center;	
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


.services-col-three:hover .inner-col{
	-webkit-box-shadow: 0 35px 34px rgba(233,233,233,.75);
	-moz-box-shadow: 0 35px 34px rgba(233,233,233,.75);
	-ms-box-shadow: 0 35px 34px rgba(233,233,233,.75);
	-o-box-shadow: 0 35px 34px rgba(233,233,233,.75);
	box-shadow: 0 35px 34px rgba(233,233,233,.75);

}

.services-col-three .inner-col:before{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #ff5a81;
	content: "";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-col-three:hover .inner-col:before{
	left: 0;
	width: 100%;
}

.services-col-three .inner-col .icon-box{
	position:relative;
	display: block;
	text-align: center;
	margin:0 auto 20px;
}

.services-col-three .inner-col .icon-box .icon{
	display: block;

}	

.services-col-three .inner-col .content{
	max-width: 225px;
	margin: 0 auto;
}

.services-col-three .inner-col h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	line-height: 25px;
	color: #333333;
	margin-bottom:18px;
}

.services-col-three .inner-col h3 a{
	position:relative;
	color:#333333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-col-three .inner-col h3 a:hover{
	color: #2fc42b;
}

.services-col-three .inner-col .content .text{
	position:relative;
	font-size:15px;
	line-height: 25px;
	color: #aaaaaa;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

/*** 

====================================================================
				Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fafcfc;
    padding: 0 0 130px;
    height: 550px;
	display:none;
}

.testimonial-section:before {
    background: url(../images/testimonial-bg.png) no-repeat left top;
    content: '';
    position: absolute;
    left: -40px;
    width: 538px;
    top: 0px;
    height: 494px;
}

.testimonial-section.style-two{
	background-color:#191a1e;	
}

.slider-container {
    position: relative;
    padding-right: 0;
    padding-left: 30px;
    min-height: 135px;
    margin-bottom: 30px;
    width: 60%;
    float: right;
    padding-top: 85px;
}

.slider-container h2 {color:#334ac0;font-size:50px;float:left;text-align:left;font-weight: 100;margin-bottom: 20px;}

.testimonial-slider{
	position: relative;
	margin-bottom: 30px;
}

.testimonial-slider .slide{
	text-align: left;
}	

.testimonial-slider .slide .fa{
	position: relative;
	font-size: 10px;
	vertical-align: top;
	top: -5px;
	color: #ffffff;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
	margin-right: 10px;
}

.testimonial-slider .slide .text {
    position: relative;
    display: inline;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #000;
    font-style: italic;
}

.testimonial-slider .slide .info {
    position: relative;
    display: block;
    margin-bottom: 40px;
    margin-top: 15px;
}

.testimonial-slider .slide .info .name{
	font-size:20px;
	color: #39c470;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	display: block;
	font-style: italic;
	margin-bottom: 8px;
}

.testimonial-slider .slide .info .designation{
	font-size: 15px;
	color: #2fc42b;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}




.testimonial-thumb{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 126px;
}

.testimonial-thumb .thumb{
	position: relative;
	float: left;
	width: 58px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #444853;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-thumb .thumb img{
	width: 100%;
}


.testimonial-thumb .thumb.active{
	background-color: #ffffff;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}



.testimonial-slider .bx-controls-direction{
	position: relative;
}

.testimonial-section .bx-controls-direction .bx-prev span,
.testimonial-section .bx-controls-direction .bx-next span{
	position: relative;
	font-size: 40px;
	color:#969797;
	line-height: 35px;
	margin-right: 10px;
}

.testimonial-section .bx-controls-direction .bx-prev span {background: url(../images/left-arrow.png) no-repeat left top;width:29px;height:15px;font-size: 0;}

.testimonial-section .bx-controls-direction .bx-next span{background: url(../images/right-arrow.png) no-repeat left top;width:29px;height:15px;font-size: 0;}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section{
	position:relative;
	background-position:top center;
	background-size:cover;
	padding:100px 0px 70px 0px;
	background-color:#3d4a66;
	background-repeat:repeat-x;
	float: left;
	width: 100%;
}

.fact-counter{
	position:relative;
}

.fact-counter .row{
	margin-left: -2px;
	margin-right: -2px;
}


.fact-counter .column{
	position:relative;
	z-index:5;
	padding: 0 2px;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	background-color: #333743;
	padding: 80px 15px 70px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;

}

.fact-counter .count-outer .icon{
	position:relative;
	color:#2fc42b;
	display:block;
	font-size:70px;
	line-height:1em;
	margin-bottom:20px;
}

.fact-counter .counter-column:nth-child(1) .count-outer .icon{
	color: #f84685;
}

.fact-counter .counter-column:nth-child(2) .count-outer .icon{
	color: #6cea62;
}

.fact-counter .counter-column:nth-child(3) .count-outer .icon{
	color: #f1e651;
}

.fact-counter .counter-column:nth-child(4) .count-outer .icon{
	color: #ff6c3a;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #39c470;
    line-height: 25px;
    display: block;
    margin-bottom: 5px;
    text-transform: none;
    letter-spacing: 1px;
    float: left;
    width: 100%;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 600;
    color: #fff;
    font-size: 80px;
    display: block;
    line-height: 64px;
    float: left;
}

.fact-counter.style-two .column .inner{
	background: none;
	padding:0;
}

.content-column2 {
    padding-left: 65px;
}



.fact-counter-section {
    background: url(../images/couter-bg.jpg) no-repeat center top;
    float: left;
    padding: 60px 0;
    width: 100%;
    background-size: cover;
    height: 700px;
}

.counter-title {
    font-size: 51px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 54px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 26px;
    letter-spacing: 2px;
}
.counter-title h1{font-size: 51px;font-weight: 100;line-height: 54px;letter-spacing: 2px;}
.counter-text {width:100%;float: left;}
.counter-text p {font-size:18px;color:#fff;line-height: 28px;}

.fact-counter-section a.read-more {
    width: 146px;
    float: left;
    height: 53px;
    background: #39c470;
    color: #fff;
    text-align: center;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    line-height: 53px;
	letter-spacing: 1px;
    transition: all 500ms ease;
	border:2px solid #39c470;
}
a.read-more-award {
    width: 146px;
    display:inline-block;
    height: 53px;
    background: #39c470;
    color: #fff;
    text-align: center;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    line-height: 53px;
	letter-spacing: 1px;
    transition: all 500ms ease;
	border:2px solid #39c470;
}
a.read-more-award:hover {background:transparent;
    color: #fff !important;
    border: 2px solid #fff;}
.award-bt {text-align: center;}
.fact-counter-section .content-column {padding-left:0}

.fact-counter-section a.read-more:hover {background:transparent;
    color: #fff !important;
    border: 2px solid #fff;}

.content-column2 .column {
    margin-bottom: 15px;
}

span.count-text2 {
    float: left;
    font-size: 80px;
    font-weight: 600;
    line-height: 64px;
    color: #fff;
}


/*** 

====================================================================
	Traffic Section
====================================================================

***/

.traffic-section {
    width: 100%;
    position: relative;
    padding: 0px;
    background: #f8fcfe;
    float: left;
}


.traffic-section .image-column{
	position:relative;
	padding: 0;
}

.traffic-section .image-column .image{
	position:relative;
	margin-bottom:40px;
}

.traffic-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.traffic-section .content-column {
    position: relative;
    padding-left: 37px;
    padding-top: 35px;
	padding-right: 95px;
	padding-bottom: 40px;
}

.traffic-section .content-column .text h3 {
    font-size: 20px;
    color: #39c470;
	margin-bottom:5px;
}


.traffic-section .content-column .inner-column{
	position:relative;
	padding: 0;
}

.traffic-section .content-column .inner-column .text{
	position:relative;
	color:#333333;
	font-size:18px;
	    float: left;
	font-weight: 300;
	line-height: 25px;
	margin-bottom:30px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}

.traffic-section .content-column .inner-column .text:last-child {
    margin-bottom: 0;
}
.services-container .text {
    float: left;
    width: 100%;
}
.sec-title2 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.sec-title2 h2 {
    width: 100%;
    float: left;
	font-size: 35px;
    color: #004cae !important;
    font-weight: 300;
}
.traffic-section .sec-title h2 {
    font-size: 35px;
    color: #004cae !important;
    font-weight: 300;
    width: 100%;
}

.traffic-section .content-column .text p {
    margin-bottom:0px;
    line-height: 25px;
    font-weight: 500;
}

.traffic-section .content-column p {
    line-height: 25px;
    font-weight: 500;
	color: #000;
	font-size: 15px;
	clear: both;
}

.inner-column p a.link {
    color: #23527c;
    font-size: 15px;
    text-decoration: underline;
    white-space: normal;
    border: 0;
}
.inner-column p a.link::before {
    display: none;
}
ul.list li.no-border {
    border: 0 !important;
}
.traffic-section .sec-title {
    position: relative;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.traffic-section .image-column.right-col { float: right; }
.traffic-section  .content-column.left-col { padding-right: 37px; padding-left: 95px;float: left; }


.traffic-section .content-column p a {
    color: #23527c;
}

/*** 

====================================================================
				About Us Section
====================================================================

***/

.about-us-section{
	position: relative;
	padding: 140px 0 110px; 
}

.about-us-section .image-column{
	position:relative;
}

.about-us-section .image-column .image{
	position:relative;
	margin-top: 10px;
	margin-bottom:40px;
	text-align: right;
}

.about-us-section .image-column .image img{
	position:relative;
}

.about-us-section .content-column{
	position:relative;
	padding-right: 60px;
}

.about-us-section .content-column .inner-column{
	position:relative;
}

.about-us-section .content-column .inner-column .title{
	font-size: 35px;
	line-height: 40px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}


.about-us-section .content-column .inner-column .bold-text{
	font-size: 20px;
	line-height: 25px;
	color: #333333;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
}

.about-us-section .content-column .inner-column a:hover{
	color: #2fc42b;
}


.about-us-section .content-column .inner-column .text{
	position:relative;
	color:#aaaaaa;
	font-size:15px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom:30px;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
					Gallery Section
====================================================================

***/

.gallery-section{
	position: relative;
	padding: 150px 0 110px;
}


.gallery-section .sec-title{
	position: relative;
	margin-bottom:70px;

}

.gallery-section .row{
	margin-left: -12px;
	margin-right: -12px;
}
.gallery-item{
 	position: relative;
 	padding-left: 12px;
 	padding-right: 12px;
 	margin-bottom:30px;
}

.gallery-item.mix{
	 display:none;
}

.gallery-item .image-box{
	position: relative;
}

.gallery-item .image-box img{
	width: 100%;
}


.gallery-item .overlay-box:before {
    background: rgba(0,0,0,0.70) none repeat scroll 0 0 padding-box content-box;
    content: "";
    height: 100%;
    width: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

    -webkit-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */

    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */
}

.gallery-item:hover .overlay-box:before {
    opacity: 0.78;
    width: 100%;
    left: 0;
}

.gallery-item .overlay-inner {
    padding: 14px 18px;
    text-align: center;
    width: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-item .overlay-inner .content a {
    color: #222222;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    line-height: 30px;
    padding: 10px;
    margin: 0 5px;
    text-align: center;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.gallery-item:hover .overlay-inner .content a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery-item:hover .overlay-inner .content a:last-child {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery-item .overlay-inner .content > a:hover span{
    color: #2fc42b;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}


/*** 

====================================================================
					Case Single Section
====================================================================

***/

.case-single-section{
	position: relative;
	padding: 150px 0 110px;
}


.case-single-section .upper-box{
	position: relative;
}

.case-single-section .upper-box .image-column{
	position: relative;
	margin-bottom: 50px;
}

.case-single-section .upper-box .image-column img{
	display: block;
	width: 100%;
}

.case-single-section .upper-box .detail-column{
	position: relative;
	margin-bottom: 50px;
}

.case-single-section .upper-box .detail-column .title{
	font-size: 40px;
	line-height: 50px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 30px;
}

.case-single-section .text{
	font-size: 15px;
	line-height: 30px;
	color: #aaaaaa;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 25px;
}


.case-single-section .upper-box .detail{
	margin-top: 50px;
}

.case-single-section .upper-box .text{
	line-height: 25px;
}


.case-single-section .detail ul li{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #aaaaaa;
	background: #ffffff;
	width: 100%;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.case-single-section .detail ul li span{
	position: relative;
	width: 160px;
	font-weight: 300;
	color: #333333;
	display: inline-block;
}

.case-single-section .detail ul li span:after{
	position: absolute;
	right: 40px;
	top: 0;
	font-size: 15px;
	line-height: 30px;
	content: ":";
	color: #333333;
}

.case-single-section .text-box{
	position: relative;
	margin-bottom: 70px;
}


.case-single-section .two-column{
	position: relative;
}

.case-single-section .two-column .image-column{
	position: relative;
	margin-bottom: 40px;
}

.case-single-section .two-column .image-column .image{
	position: relative;
}

.case-single-section .two-column .image-column .image img{
	max-width: 100%;
}

.case-single-section .two-column .content-column{
	position: relative;
	padding-right: 45px;
}

.case-single-section .two-column .content-column .text{
	margin-bottom: 20px;
}

.case-single-section .two-column .content-column h3{
	font-size: 35px;
	color: #000000;
	line-height: normal;
	margin-bottom: 20px;
	top: -7px;
}

.case-single-section .two-column .content-column h4{
	font-size: 17px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: 700;
}

.case-single-section .two-column .content-column ul li{
	margin-bottom: 8px;
}

/*** 

====================================================================
				Fluid Gallery Section
====================================================================

***/


.fluid-gallery-section{
	position: relative;
	padding: 0;
}

.fluid-gallery-section .row{
	margin: 0;
}

.fluid-gallery-section .gallery-item{
	padding: 0;
	margin: 0;
}


/*** 

====================================================================
	Pricing Section Style
====================================================================

***/

.pricing-section{
	position:relative;
	padding:130px 0px 110px;
}

.pricing-section .sec-title{
	margin-bottom: 70px;
}

.pricing-section .row{
	margin-left: -40px;
	margin-right: -40px;
}

.pricing-table{
	position:relative;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom:40px;
}

.pricing-table .inner-col{
	position:relative;
	overflow:hidden;
	background-color: #f8f8f8;
}

.pricing-table .table-header{
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:40px 20px 30px;
	text-align:center;
	background:#000;
	color:#ffffff;	
}

.pricing-table .table-header:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0,0,0,.65);
}

.pricing-table .table-header .title{
	position:relative;
	font-size:30px;
	color: #2fc42b;
	font-weight: 700;
	font-family: "Ubuntu",sans-serif;
}

.pricing-table .table-header .price{
	position:relative;
	font-size:65px;
	color: #ffffff;
	font-weight: 700;
	text-transform:uppercase;
	line-height:1em;
	font-family: "Ubuntu",sans-serif;
}

.pricing-table .table-header .price span{
	font-size: 40px;
}


.pricing-table .table-content{
	position:relative;
	padding:30px 15px 10px;
	text-align:center;
	text-transform:capitalize;	
}

.pricing-table .table-content li{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color:#777777;	
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
}


.pricing-table .table-content li .fa-check{
	color:#009900;
	padding-right:5px;	
}

.pricing-table .table-content li .fa-remove{
	color:#ff0000;
	padding-right:5px;
}

.pricing-table .table-footer{
	position:relative;
	text-align:center;	
	padding-bottom: 55px;
}

.pricing-table .table-footer .theme-btn{
	padding:10px 45px;
	z-index: 1;
}
.pricing-table .table-footer .theme-btn:hover,
.pricing-table .inner-col:hover .table-footer .theme-btn{
	background-color: #2f3340;
	border-color: #2f3340;
}

/*============================
	pricing table two
==============================*/

.pricing-section-two{
	position:relative;
	padding:60px 0px 60px;
	background:#004cae;
	float:left;
	width:100%;
}

.pricing-section-two h2 {
    color: #fff;
    font-size: 50px;
    float: left;
    text-align: center;
    font-weight: 100;
	width:100%;
	letter-spacing: 2px;
    margin-bottom: 40px;
}

section.pricing-section-two .sec-title.centered {
    float: left;
    width: 100%;
    margin: 0;
}

.pricing-section-two .row{
	margin-left: -49px;
	margin-right: -49px;
}



.pricing-table-two {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    width: 360px;
	box-shadow: 0px 9px 10px #12446f2e;
	box-shadow:inset 0px 0px 10px #12446f2e;
    height: 272px;
}

.pricing-table-two .inner-col{
	position:relative;
	overflow:hidden;
	border:1px solid #3370be;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	    height: 100%;
	
}

.pricing-table-two:nth-child(2), .pricing-table-two:nth-child(5), .pricing-table-two:nth-child(8) {
    margin: 0 45px;
}

.pricing-table-two:hover .inner-col{
	box-shadow:0px 0px 35px #12446f; 
}


.pricing-table-two .table-header{
	position:relative;
	padding:20px 20px 25px;
	text-align:center;
	color:#fff;	
}

.pricing-table-two .table-header .title {
    position: relative;
    font-size: 30px;
    color: #fff;
    float: left;
    font-weight: 600;
    width: 100%;
    margin-bottom: 4px;
}

.pricing-table-two .table-header .price {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-style: italic;
    line-height: 25px;
}

.pricing-table-two .table-header .price span{
	font-size: 40px;
}


.pricing-table-two .table-content{
	position:relative;
	padding:25px 0 0 0;
	text-align:center;
	text-transform:capitalize;	
}

.pricing-table-two .table-content li{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color:#777777;	
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
}


.pricing-table-two .table-content li .fa-check{
	color:#009900;
	padding-right:5px;	
}

.pricing-table-two .table-content li .fa-remove{
	color:#ff0000;
	padding-right:5px;
}

.pricing-table-two .table-footer{
	position:relative;
	text-align:center;	
	padding-bottom: 55px;
}

.pricing-table-two .table-footer .theme-btn{
	padding: 10px 42px;
    z-index: 1;
    line-height: 30px;
    color: #aaaaaa;
    border:2px solid #f7f7f7;
    background: transparent;
}

.pricing-table-two .table-footer .theme-btn:hover,
.pricing-table-two .inner-col:hover .table-footer .theme-btn{
    background: #2f3340;
    color: #ffffff;
    border-color: #2f3340;
}




/*** 

====================================================================
				Call To Achtion
====================================================================

***/


.call-to-action {
    position: relative;
    padding:20px 0px 25px;
    background: #39c470;
    height: 100px;
}

.call-to-action h2{
	position:relative;
	color:#222222;
	font-size:35px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.call-to-action .btn-column{
	text-align:right;
}



/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	background-color:#232732;
	float: left;
	width: 100%;
}

.clients-section .sponsors-outer{
	position:relative;
}


.clients-section .sponsors-outer .image-box{
	padding:25px 0px;
	position:relative;
	text-align:center;
	border-right: 1px solid #2f3340;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.news-section{
	position:relative;
	padding:140px 0px 110px;
}

.news-section .sec-title{
	margin-bottom: 60px;
}

.news-section .row{
	margin-left: -30px;
	margin-right: -30px;
}

.news-section .news-block{
	padding-left: 30px;
	padding-right: 30px;
}

.news-block{
	position:relative;
	margin-bottom:40px;
}

.news-block .inner-col{
	position:relative;
	display:block;
}

.news-block .inner-col .image{
	position:relative;
}

.news-block .inner-col .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-col .lower-box{
	position:relative;
	padding:40px 34px 40px 105px;
	background-color: #ffffff;
}

.news-block .inner-col .lower-box .date{
	position: absolute;
	max-width: 35px;
	left: 35px;
	top: 40px;
	text-align: center;
}	

.news-block .inner-col .lower-box .date h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	
	color:#2fc42b;
	display: block;
	margin: 0;
}
.news-block .inner-col .lower-box .date span{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 17px;
	color: #aaaaaa;
	font-weight: 500;
	
}

.news-block .inner-col .lower-box .info{
	position: relative;
}

.news-block .inner-col .lower-box .info:before{
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #d9d9d9;
	content: "";
}

.news-block .inner-col .lower-box .info h3{
	position:relative;
	font-size:20px;
	line-height: 25px;
	font-weight:500;
}

.news-block .inner-col .lower-box .info h3 a{
	position:relative;
	color:#333333;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block .inner-col .lower-box .info h3 a:hover{
	color:#2fc42b;
}

.news-block .meta{
	position: relative;
	display: block;
}

.news-block .meta li{
	float: left;
	margin-right: 4px;
	line-height: 22px;
	font-size: 12px;
	color: #aaaaaa;
	font-weight: 300;
	
}
.news-block .meta li a{
	color: #aaaaaa;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .meta li:hover a{
	color: #2fc42b;
}


/*======================================
		News Block Two
=======================================*/
.news-section-two{
	position: relative;
	padding:140px 0px 215px;
}

.news-section-two .row{
	margin: 0;
}

.news-section-two .sec-title{
	margin-bottom: 70px;
}


.news-section-two .news-block-two{
	position:relative;
	padding: 0;
}

.news-block-two .inner-col{
	display:block;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
	transition:all 300ms ease;
}


.news-block-two .image-column{
	position:relative;
	float:left;
	width:50%;	
}

.news-block-two .image{
	position:relative;
	display:block;
}

.news-block-two .image img{
	position:relative;
	display:block;
	width:100%;	
}

.news-block-two .content-column{
	float:left;
	width:50%;
	color:#000;
}

.news-block-two .content-column .inner{
	padding:40px 30px 35px;	
	height: 100%;
}

.news-block-two .content-column h3{
	position:relative;
	color: #333333;
	font-size:20px;
	margin-bottom:15px;
	line-height:25px;
	font-weight:500;	
}

.news-block-two .content-column h3 a{
	color:#333333;	
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .content-column h3 a:hover{
	color: #2fc42b;
}

.news-block-two .meta{
	position: relative;
	display: block;
}

.news-block-two .meta li{
	float: left;
	margin-right: 4px;
	line-height: 22px;
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 300;
	
}

.news-block-two .meta li a{
	color: #aaaaaa;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .meta li:hover a{
	color: #2fc42b;
}

.news-block-two .date{
	position: absolute;
	left: 50%;
	margin-left: 30px;
	bottom: 30px;
	font-size: 15px;
	color: #333333;
}

.news-block-two .date a:hover{
	color: #2fc42b;
}





/*======================================
		News Block Three
=======================================*/
.news-section-two .news-block-three{
	position:relative;
	padding: 0;
}

.news-block-three .inner-col{
	display:block;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
	transition:all 300ms ease;
}

.news-block-three .image-column{
	position:relative;
	float:right;
	width:50%;	
}

.news-block-three .image{
	position:relative;
	display:block;
}

.news-block-three .image img{
	position:relative;
	display:block;
	width:100%;	
}

.news-block-three .content-column{
	float:left;
	width:50%;
	color:#000;
}

.news-block-three .content-column .inner{
	padding:40px 30px 35px;	
	height: 100%;
}

.news-block-three .content-column h3{
	position:relative;
	color: #333333;
	font-size:20px;
	margin-bottom:15px;
	line-height:25px;
	font-weight:500;	
}

.news-block-three .content-column h3 a{
	color:#333333;	
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-three .content-column h3 a:hover{
	color: #2fc42b;
}

.news-block-three .meta{
	position: relative;
	display: block;
}

.news-block-three .meta li{
	float: left;
	margin-right: 4px;
	line-height: 22px;
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 300;
	
}

.news-block-three .meta li a{
	color: #aaaaaa;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-three .meta li:hover a{
	color: #2fc42b;
}

.news-block-three .date{
	position: absolute;
	left: 0;
	margin-left: 30px;
	bottom: 30px;
	font-size: 15px;
	color: #333333;
}

.news-block-three .date a:hover{
	color: #2fc42b;
}



/*======================================
		News Block four
=======================================*/

.news-block-four{
	position:relative;
	margin-bottom:70px;
}

.news-block-four .inner-col{
	position:relative;
	display:block;
}

.news-block-four .inner-col .image{
	position:relative;
}

.news-block-four .inner-col .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-four .inner-col .lower-box{
	position:relative;
	padding-top:35px;
	padding-left: 95px;
	margin-bottom: 25px;
}

.news-block-four .inner-col .lower-box .date{
	position: absolute;
	left: 0;
	width: 55px;
	top: 46px;
	text-align: center;
}	

.news-block-four .inner-col .lower-box .date h3{
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	
	color:#2fc42b;
	display: block;
	margin-bottom: 5px;
}
.news-block-four .inner-col .lower-box .date span{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.news-block-four .inner-col .lower-box .info{
	position: relative;
	padding: 25px 0;
}

.news-block-four .inner-col .lower-box .info:before{
	position: absolute;
	left: -25px;
	top: 0;
	height: 100%;
	border-right: 1px solid #e4e4e4;
	content: "";
}

.news-block-four .inner-col .lower-box .info h3{
	position:relative;
	font-size:25px;
	line-height: 1.2em;
	font-weight:400;
	margin-bottom: 5px;
}

.news-block-four .inner-col .lower-box .info h3 a{
	position:relative;
	color:#333333;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-four .inner-col .lower-box .info h3 a:hover{
	color:#2fc42b;
}

.news-block-four .meta{
	position: relative;
	display: block;
}

.news-block-four .meta li a{
	float: left;
	margin-right: 4px;
	line-height: 25px;
	font-size: 13px;
	color: #aaaaaa;
	font-weight: 300;
	
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-four .meta li:hover a{
	color:#2fc42b;
}


.news-block-four .inner-col .text{
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #aaaaaa;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}



/*======================================
		Blog Grid
=======================================*/
.blog-grid{
	position: relative;
	margin-bottom: 30px;
}

.blog-grid .row{
	position: relative;
	margin-left: -26px;
	margin-right: -26px;
}

.blog-grid .row .news-block{
	padding-left: 26px;
	padding-right: 26px;
	margin-bottom: 50px;

}


.blog-grid .news-block .inner-col .lower-box{
	-webkit-box-shadow: 0 3px 30px rgba(230,230,230,.75); 
	-moz-box-shadow: 0 3px 30px rgba(230,230,230,.75); 
	-ms-box-shadow: 0 3px 30px rgba(230,230,230,.75); 
	-o-box-shadow: 0 3px 30px rgba(230,230,230,.75); 
	box-shadow: 0 3px 30px rgba(230,230,230,.75); 
}



/*======================================
		Blog Single
=======================================*/
.blog-single{
	position: relative;
}

.blog-single .inner-col{
	position:relative;
	display:block;
}

.blog-single .inner-col .image{
	position:relative;
}

.blog-single .inner-col .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-col .lower-box{
	position:relative;
	padding-top:35px;
	padding-left: 95px;
	margin-bottom: 25px;
}

.blog-single .inner-col .lower-box .date{
	position: absolute;
	left: 0;
	width: 55px;
	top: 46px;
	text-align: center;
}	

.blog-single .inner-col .lower-box .date h3{
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	
	color:#2fc42b;
	display: block;
	margin-bottom: 5px;
}
.blog-single .inner-col .lower-box .date span{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.blog-single .inner-col .lower-box .info{
	position: relative;
	padding: 25px 0;
}

.blog-single .inner-col .lower-box .info:before{
	position: absolute;
	left: -25px;
	top: 0;
	height: 100%;
	border-right: 1px solid #e4e4e4;
	content: "";
}

.blog-single .inner-col .lower-box .info h3{
	position:relative;
	font-size:25px;
	line-height: 1.2em;
	font-weight:400;
	margin-bottom: 5px;
}

.blog-single .inner-col .lower-box .info h3 a{
	position:relative;
	color:#333333;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.blog-single .inner-col .lower-box .info h3 a:hover{
	color:#2fc42b;
}

.blog-single .meta{
	position: relative;
	display: block;
}

.blog-single .meta li a{
	float: left;
	margin-right: 4px;
	line-height: 25px;
	font-size: 13px;
	color: #aaaaaa;
	font-weight: 300;
	
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.blog-single .meta li:hover a{
	color:#2fc42b;
}


.blog-single .inner-col .content{
	position: relative;
	padding-bottom: 45px;
	border-bottom: 1px solid #d7d7d7;
}


.blog-single .inner-col .text{
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #aaaaaa;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 25px;
}


.blog-single blockquote{
	position: relative;
	padding: 60px 130px;
	background-color: #f4f4f4;
	border: 0;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #aaaaaa;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
}

.blog-single blockquote .fa{
	position: relative;
	display: block;
	font-size: 50px;
	color: #d8d8d8;
	margin-bottom: 8px;
}


/*post share options*/

.blog-single .post-share-options{
	position:relative;
	padding:15px 0px;
}

.blog-single .post-share-options .tags span{
	position:relative;
	color:#333333;
	font-size:15px;
	line-height: 30px;
	font-weight:300;
}

.blog-single .post-share-options .tags a{
	position:relative;
	color:#aaaaaa;
	font-size:15px;
	font-weight:300;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single .post-share-options .tags a:hover{
	color: #2fc42b;
}

/*** 

====================================================================
	Accordian Section
====================================================================

***/

.accordian-section{
	position:relative;
	padding:200px 0px 100px;
}

.accordian-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.accordian-section .image-column .image{
	position:relative;
	margin:-70px 0px 0px;
}

.accordian-section .image-column .image img{
	position:relative;
	left: -20px;
	top:0px;
	max-width:none;
	display:block;
}

.accordian-section .content-column{
	position:relative;
}

.accordian-section .content-column .inner-column{
	position:relative;
	padding-left: 40px;

}

.accordian-section .content-column .text{
	position:relative;
	color:#333333;
	font-size:18px;
	line-height: 25px;
	font-family: 'Poppins',sans-serif;
	font-weight: 300;
	margin-bottom:25px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordian-section .accordion-box{
	margin-right: 20px;
}

.accordion-box{
	position:relative;
	counter-reset:count;

}

.accordion-box .block{
	position: relative;
    padding:10px 0px;
    margin-bottom:10px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(237,237,237,1);
	-moz-box-shadow: 0px 4px 14px 0px rgba(237,237,237,1);
	-ms-box-shadow: 0px 4px 14px 0px rgba(237,237,237,1);
	-o-box-shadow: 0px 4px 14px 0px rgba(237,237,237,1);
	box-shadow: 0px 4px 14px 0px rgba(237,237,237,1);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:15px;
	color: #aaaaaa;
	cursor:pointer;
	line-height:30px;
	font-weight:400;
	padding:0px 50px 0px 64px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	color:#333333;
}

.accordion-box .block.active-block{
	padding-top: 25px;
}
.accordion-box .block .acc-btn .count{
	position:absolute;
	left:30px;
	top:0px;
	color:#f7502e;
}
.count::before {
	font-family: 'Poppins',sans-serif;
	font-weight: 300;
	color: #222222;
	counter-increment: count;
    content: "0" counter(count);
}

.acc-btn.active .count::before{
	color: #3cc739;
}
.accordion-box .block .icon-outer{
	position:absolute;
	right:25px;
	font-size:18px;
	top: 3px;
	color:#222222;
    width: 25px;
    height: 25px;
    text-align: center;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    font-size: 20px;
	right:0;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-weight: 300;
    text-align: center;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	font-weight:300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#2fc42b;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:5px 50px 0px 64px;
}

.accordion-box .block .content .accordian-text{
	margin-bottom:20px;
	line-height: 26px;
	font-size:15px;	
	color:#aaaaaa;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
						Team Section
====================================================================

***/
.team-section{
	position: relative;
	padding: 150px 0 80px;
}

.team-section .row{
	margin-left: -40px;
	margin-right: -40px;
}


.team-section .team-block{
	position: relative;
	margin-bottom:70px;
	padding-left: 40px;
	padding-right: 40px;
}

.team-section .team-block .image-box{
	position: relative;
}

.team-section .team-block .image-box img{
	width: 100%;
	display: block;
}


.team-section .team-block .lower-box{
	position: relative;
	padding: 30px 15px 25px;
	text-align: center;
	-webkit-box-shadow: 5px 0 30px rgba(237,237,237,.75);
	-moz-box-shadow: 5px 0 30px rgba(237,237,237,.75);
	-ms-box-shadow: 5px 0 30px rgba(237,237,237,.75);
	-o-box-shadow: 5px 0 30px rgba(237,237,237,.75);
	box-shadow: 5px 0 30px rgba(237,237,237,.75);

}

.team-section .team-block .lower-box .name{
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	text-transform: uppercase;
}

.team-section .team-block .lower-box .name a{
	color: #333333;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.team-section .team-block .lower-box .name a:hover{
	color: #2fc42b;
}


.team-section .team-block .lower-box .designation{
	font-size: 14px;
	line-height: 26px;
	color: #aaaaaa;
	text-transform: uppercase;

}




/*** 

====================================================================
						Subscribe Section
====================================================================

***/

.subscribe-section{
	position: relative;
	padding: 85px 0 95px;
}

.subscribe-section .title-column{
	position: relative;
}

.subscribe-section .title-column h2{
	position: relative;
	font-size: 35px;
	color: #222222;
	margin-bottom: 25px;
	font-weight: 700;
}

.subscribe-section .title-column .text{
	font-size: 15px;
	line-height: 25px;
	color: #aaaaaa;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}


.subscribe-form{
	position: relative;

}

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin: 0;
	width:100%;
	z-index:1;
	margin-top: 40px;
	padding-right: 240px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:38px;
	height:58px;
	font-size:15px;
	color:#aaaaaa;
	font-weight: 300;
	font-style: italic;
	padding:10px 15px;
	padding-left: 0;
	background:#ffffff;
	border-bottom:1px solid #aaaaaa;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group input:focus,
.subscribe-form .form-group textarea:focus{
	border-bottom:1px solid #2fc42b;

}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
}



.subscribe-section.sky-bg .subscribe-form .form-group input[type="text"],
.subscribe-section.sky-bg .subscribe-form .form-group input[type="tel"],
.subscribe-section.sky-bg .subscribe-form .form-group input[type="email"],
.subscribe-section.sky-bg .subscribe-form .form-group textarea{
	background-color: #edf7ff;
}

/*** 

====================================================================
					Page Title
====================================================================

***/

.page-title {
    font-size: 50px;
    position: relative;
    padding: 0 0px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #334ac0;
	letter-spacing: 2px;
    font-weight: 100;
	display: none;
}

/* 
.page-title h1{
	position:relative;
	font-size:50px;
	line-height: 1em;
	font-weight: 900;
	color:#334ac0;
	margin-bottom: 15px;
} */

.bread-crumb li{
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight:200;
	margin-right:7px;
	padding-right:7px;
	text-transform: uppercase;
	cursor: default;
	display: inline-block;
}

.bread-crumb li a{
	color:#000;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

ul.bread-crumb {
    margin-top: 138px;
    float: right;
}

ul.bread-crumb2 {margin-top: 115px;}

.bread-crumb li:after {
    position: absolute;
    content: '>';
    right: -5px;
    font-weight:200;
    top: 0px;
    color: #000;
}

.bread-crumb li:last-child:after {
    display:none;
}

.bread-crumb li a:hover{
	color:#2fc42b;	
}


.bread-crumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}




/*** 

====================================================================
					Contact Info Section
====================================================================

***/
.contact-info-section{
	position: relative;
	padding: 150px 0 25px; 
}

.contact-info-section .contact-info{
	position: relative;
	max-width: 960px;
	display: block;
	margin: 0 auto;
}

.contact-info .info-block .info-block-text a {
    text-decoration: underline;
}

.contact-info-section .contact-info .row{
	margin-left: -30px;
	margin-right: -30px;
}

.contact-info-section .contact-info .row .info-block{
	position: relative;
	margin-bottom: 50px;
	padding: 0 30px;
}
.contact-info .info-block .inner-box {
    position: relative;
    padding:0 0 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
    text-align: left;
    animation-fill-mode: forwards;
}

.info-block-text.info-block-text2 {
    margin-top: 25px;
}

.info-block-text.info-block-text3 {
    /*margin-top: 17px;*/
}

.info-block-text.info-block-text4 {
    margin-top:12px;
}

.contact-info .info-block .inner-box:last-child {border-bottom:0}

.contact-info .info-block .info-block-text {
    width:82%;
    float: right;
	margin-bottom: 0;
}

.contact-info .info-block .inner-box .icon-box {
    position: relative;
    display: block;
    float: left;
    width: 16%;
    margin-top: 10px;
    text-align: center;
}

.inner-box.icon-box2 .icon-box {
    margin-top: 0 !important;
}

.contact-info .info-block .inner-box .icon-box span{
	font-size: 42px;
	display: block;
	color: #2fc42b;
}
.contact-info .info-block .inner-box span{
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	font-weight: normal;
}
.contact-info .info-block .inner-box h5{
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}

.branch-container {
    float: left;
    width: 100%;
    padding: 50px 0;
	background: #f8fcfe;
    margin-top: 50px;
}

.branch-container .pricing-table-two h4 {
    color: #000;
    font-weight: 500;
}

.branch-container .pricing-table-two span {
    margin-top: 0px;
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
}

.branch-container .pricing-table-two .info-block {
    margin-bottom: 0px;
    float: left;
    width: 100%;
	padding: 0;
}

.branch-container .pricing-table-two.last-col {margin-right:0 !important}

.branch-container .pricing-table-two .info-block-text {
    float: right;
    width: 80%;
}

.branch-container .pricing-table-two .inner-box .icon-box span{
	font-size: 20px;
	display: block;
	color: #2fc42b;
	margin-top: 0;
}

.branch-container .pricing-table-two .info-block-text h5 {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.branch-container .pricing-table-two .inner-box {
    float: left;
    width: 100%;
}

.branch-container .pricing-table-two .icon-box {
    width: 16%;
    float: left;
    text-align: center;
}

/*** 

====================================================================
					Map Section
====================================================================

***/

.map-section{
	position: relative;
}


.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:540px;
}

/*** 

====================================================================
					Contact Form Section
====================================================================

***/
.contact-form-section{
	position: relative;
	padding: 140px 0 50px;
}

.contact-form form{
	position:relative;
}

.contact-form .form-group{
	margin-bottom:25px;
	padding-left: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:35px;
	padding:5px 0px 10px;
	line-height:20px;
	font-weight:300;
	color:#232323;
	font-size:15px;
	resize:none;
	background-color:transparent;
	border-bottom:1px solid #d7d7d7;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group textarea{
	height: 120px;
}

.contact-form .form-group input.error,
.contact-form .form-group textarea.error{
	border-color:#ff0000;	
}

.contact-form .form-group label.error{
	color:#ff0000;
	font-size:15px;
	text-transform:capitalize;
	padding-top:5px;
	line-height:24px;
	font-weight:400;	
}


.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-bottom:1px solid #2fc42b;
}


.contact-form button{
	padding:15px 40px;
	text-transform:uppercase;
}

.contact-form .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.contact-form .form-group textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.contact-form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.contact-form .form-group.last-col {
    margin-bottom: 0 !important;
    height: 70px;
}
.contact-form .form-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.contact-form .form-group .submit-btn {
    width: 146px;
    float: left;
    height: 49px;
    background: #004cae;
    color: #fff;
    text-align: center;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    line-height: 47px;
    letter-spacing: 1px;
    padding: 0;
    transition: all 500ms ease;
    border: 2px solid #004cae;
}

.contact-form .form-group .submit-btn:hover {background:transparent;
    color: #004cae !important;
    border: 2px solid #004cae;}

.contact-form .form-group.last-col {
    margin-bottom: 0 !important;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color: #fff;
	float: left;
	width: 100%;
	border-top: 1px solid #f3f3f3;
}

.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px 50px;
    float: left;
    width: 100%;
    height: 278px;
}

.main-footer .footer-upper .footer-column{
	position:relative;
	padding: 0;
}

.main-footer .footer-widget h2 {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.footer-widget p {
    font-size: 13px;
    color: #000;
	margin-bottom:16px;
	font-weight:500;
}

h2.top-m {
    margin-top: 13px;
}

.main-footer .footer-widget.footer-widget2 .links-widget li a{
	position:relative;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
	text-transform:uppercase;
}

.main-footer .contact-info{
	position: relative;
}

.main-footer .contact-info li{
	font-size: 15px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 500;
	
}




/*Logo Widget*/

.logo-widget{
	position:relative;
	/*padding-right: 50px;*/
}

.logo-widget .logo {
    position: relative;
    margin: 0 0 36px 0;
    border: 0;
    padding: 0 0 0 15px;
    width: 100%;
    float: left;
    text-align: left;
}

.logo.last {
    margin-bottom: 0;
}

.logo-widget .text{
	position:relative;
	color:#bfbfbf;
	font-size:15px;
	line-height: 25px;
	margin-bottom:15px;
	font-family: 'Poppins', sans-serif;
}

/*Links Widget*/

.main-footer .links-widget .list{
	position:relative;
}

.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 11px;
    float: left;
    width: 100%;
    padding: 0;
    background: none;
    border: 0;
    margin-right: 0;
}

.main-footer .links-widget .list li a{
	position:relative;
	font-size:13px;
	line-height:17px;
	color:#000;
	font-weight: 500;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	float: left;
}


.link--io::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.link--io:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.link--io::after {
    content: '';
    top: calc(100% + 2px);
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.link--io:hover::after {
    transform-origin: 100% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.main-footer .footer-widget2.links-widget .list li {
    margin-bottom: 15px;
}

.main-footer .footer-widget2.links-widget .list li a {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    float: left;
    font-size: 14px !important;
	margin-left: 15px;
}

.big-column.col-md-5.col-sm-12.col-xs-12 {
    padding-left: 0;
}

.main-footer .links-widget .list li a:hover{
	color:#2fc42b;
}


/*subscribe widget*/

.newsletter-form{
	position:relative;
	display:block;
	margin-bottom:35px;
}

.main-footer .newsletter-widget{
	padding-top: 15px;
}
.main-footer .newsletter-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:0px;
}

.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:7px 20px;
	padding-right: 115px;
	height:44px;
	font-size:15px;
	color:#61646a;
	background-color:#282d38;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .newsletter-widget .form-group input[type="text"]:focus,
.main-footer .newsletter-widget .form-group input[type="email"]:focus{
	border-color:#2fc42b;	
}
.main-footer .newsletter-widget .form-group input[type="submit"],
.main-footer .newsletter-widget .form-group button{
	position: absolute;
	right: 0;
	top: 0;
}


.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 17px 0;
    height: 58px;
    border-top: 1px solid #d9d9d9;
    float: left;
    width: 100%;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #000;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    font-weight: normal;
	text-align: left;
}

.main-footer .footer-bottom .copyright a {
    color: #000;
    text-decoration: underline;
}


/*** 

====================================================================
	Sidebar Page
====================================================================

***/

.sidebar-page-container{
	position:relative;
	overflow:hidden;
	padding:140px 0px 40px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	margin-bottom:30px !important;	
}

.sidebar-page-container .sidebar-side{
	padding-left: 45px;
}

.sidebar-page-container .sidebar{
	position:relative;	
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:30px;
}

.sidebar-title h2{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    line-height: 35px;
    text-transform: capitalize;
}

/*Sidebar Widget*/

.sidebar-widget{
	position:relative;
	margin-bottom:40px;
}

/*Search Form Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	background:#f4f4f4;
	color:#222222;
	display:block;
	font-size:15px;
	line-height:40px;
	font-weight: 300;
	width:100%;
	height:65px;
	border:1px solid #f4f4f4;
	padding:10px 120px 10px 30px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus{
	border-color:#2fc42b;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:64px;
	width:107px;
	line-height:46px;
	text-align:center;
	display:block;
	font-size:24px;
	color:#ffffff;
	background:#333333;
	font-weight:normal;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	background-color:#2fc42b;
}

.sidebar-widget .widget-content{
	position:relative;
	padding:20px 40px 20px;
	background-color:#f4f4f4;
}

/*Blog Category*/

.blog-cat{
	position:relative;
	margin-bottom: 20px;
}

.blog-cat li{
	position:relative;
	font-size:14px;
	line-height: 29px;
	font-weight:400;
	padding: 10px 0;
	border-bottom:1px solid #e2e2e2;
	font-family: 'Poppins', sans-serif;
}

.blog-cat li a{
	position:relative;
	display:block;
	color:#777777;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}


.blog-cat li a span{
	float:right;
	margin-right: 40px;
	color:#333333;
	font-weight:400;
}

.blog-cat li a:hover{
	color:#2fc42b;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #dfdfdf;
}

.sidebar .popular-posts .post:last-child{
	border:0px;
	margin-bottom:0px;
	padding-bottom:5px;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:16px;
	line-height: 26px;
	font-weight: 400;
	color: #333333;
	margin:0px 0px 0px;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#333333;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#2fc42b;	
}

.sidebar .popular-posts .post-info{
	font-size:13px;
	line-height: 26px;
	color: #777777;
}

/*Popular Tags*/
.sidebar .popular-tags .widget-content{
	position: relative;
	padding: 34px 30px;
}
.sidebar .popular-tags a{
	position:relative;
	float: left;
	line-height:33px;
	padding:10px 15px 10px;
	margin:0px 4px 4px 0px;
	color:#777777;
	font-size:14px;
	min-width: 134px;
	text-align:center;
	font-weight:300;
	background:#ffffff;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#2fc42b;
	color:#ffffff;	
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:40px;
	margin-top:70px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:20px;
	color:#333333;
	font-weight:500;
	padding-bottom:0px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	max-width: 700px;
	background-color:#f4f4f4;
	padding:55px 30px 55px 35px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding-left:95px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}


.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:75px;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#4d4d4d;
	line-height:20px;
	font-size:14px;	
	font-style: normal;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:500;
	color:#232323;
	line-height:20px;
	text-transform:capitalize;
	display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:15px;
    line-height: 25px;
	margin-top:5px;
	font-weight: 300;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
	margin-bottom:80px;
	margin-top:40px;
	max-width: 700px;
}

.comment-form form{
	position:relative;
	background-color:#ffffff;
}


.comment-form .form-group{
	margin-bottom:30px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select,
.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	font-weight:300;
	line-height:28px;
	padding:10px 20px;
	color:#777777;
	font-size:14px;
	height:50px;
	resize:none;
	background-color:#f4f4f4;
	border:1px solid #f4f4f4;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group textarea{
	height: 120px;
	padding: 25px 30px 20px;
}


.comment-form button{
	padding:15px 40px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Error Page
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:200px 0px 280px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.error-section .error-image{
	position: relative;
	text-align:center;
}

.error-section .error-image .image{
	position:relative;
	max-width:100%;
	display:inline-block;
}

.error-section h2{
	position:relative;
	color:#333333;
	font-size:50px;
	margin-top:40px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:30px;
}

.error-section .text{
	font-size:20px;
	color:#aaaaaa;
	font-weight:300;
	margin-bottom:35px;
	font-family: 'Poppins', sans-serif;
}

.error-section .theme-btn{
	padding: 14px 35px;
	line-height: 26px; 
	margin: 0 8px 20px;
}

.error-section .btn-style-two{
	color: #333333;
}

.services-section-three {
    float: left;
    width: 100%;
	padding:140px 0 100px;
}



.services-block-three .inner-col .content {
    max-width: 225px;
    margin: 0 auto;
}

.center-img {background:url(../images/tab-circle.png) no-repeat center top;}

.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}


.newsletter { width: 100%; float: left; }
.newsletter-text h2 { margin-bottom: 0; font-size: 26px; color: #fff; font-weight:300; text-transform: uppercase; letter-spacing: 2px;line-height: 31px;}
.newsletter-text h2 span { margin-bottom: 0; font-size: 14px; color: #fff; font-weight: normal; text-transform: none  ; letter-spacing: 0;line-height: 18px; }
.newsletter-text { display: inline-block; float: left; color: #fff; font-size: 25px; text-transform: uppercase; font-weight: 900; margin: 0; line-height: 1; text-align: left; margin:-3px 20px 5px 5px; }
.newsletter-button { /*margin: 0;*/ }
.newsletter-text p { display: inline-block; font-weight: 500; text-transform: none; font-size: 20px; }
.newsletter-text h2 { margin-bottom: 0; }
.newsletter-button { margin: 0; }
.newsletter-icon img { vertical-align: middle; padding: 0 15px 20px 0px;     }
.newsletter-icon { float: left;margin-left: 10px;margin-top: -3px; }
.emaillist { float: left;margin-top: 10px;width: 75%; }
.emaillist input { width: 215px; height: 40px; background: none; border: 1px solid #fff; float: left; margin-right: 20px; color: #fff !important;padding-left: 20px;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.emaillist .submit { width: 138px; height: 40px; font-size: 15px; background: #334ac0; border-color: #334ac0; margin-right: 0; padding: 0 !important; text-transform: uppercase; font-weight: bold; letter-spacing: 2px;transition: all 500ms ease;color:#fff }
.call-to-action .column {
    padding: 0;
}

.emaillist .submit.submit:hover { background: transparent; color: #004cae !important; border: 2px solid #004cae; }

.inside-header {float:left;width:100%;height:350px;margin-top: 120px;}
.air-fright-header {background: url(../images/header/air-fright-header.jpg) no-repeat center top;}
.icl-group-header {background: url(../images/header/icl-group-header.jpg) no-repeat center top;}
.icl-itnl-header {background: url(../images/header/icl-itnl-header.jpg) no-repeat center top;}
.air-export-header {background: url(../images/header/air-export-header.jpg) no-repeat center top;}
.total-freight-solution {background: url(../images/header/total-freight-header.jpg) no-repeat center top;}
.sea-freight-solution {background: url(../images/header/sea-freight-header.jpg) no-repeat center top;}
.dangerousgoods {background: url(../images/header/dangerousgoods-header.jpg) no-repeat center top;}
.valuable-header {background: url(../images/header/valuable-header.jpg) no-repeat center top;}
.temp-ctrl-header {background: url(../images/header/temp-ctrl-header.jpg) no-repeat center top;}
.proj-cargo-header {background: url(../images/header/proj-cargo-header.jpg) no-repeat center top;}
.cstm-clrc-header {background: url(../images/header/cstm-clrc-header.jpg) no-repeat center top;}
.d-and-d-header {background: url(../images/header/door-to-door-header.jpg) no-repeat center top;}
.w-and-d-header {background: url(../images/header/w-and-d-header.jpg) no-repeat center top;}
.award-header {background: url(../images/header/award-header.jpg) no-repeat center top;}
.tracking-header {background: url(../images/header/tracking-header.jpg) no-repeat center top;}
.careers-header {background: url(../images/header/careers-header.jpg) no-repeat center top;}
.contact-header {background: url(../images/header/contact-header.jpg) no-repeat center top;}
.sitemap-header {background: url(../images/header/sitemap-header.jpg) no-repeat center top;}
.our-services {background: url(../images/header/services-header.jpg) no-repeat center top;}



.traffic-section .image1 {
    background: url(../images/services/air-fright-img1.jpg) no-repeat right top;
    height: 642px;
	width:100%;
	background-size: cover !important;
}

.traffic-section .image2 {
    background: url(../images/services/air-fright-img2.jpg) no-repeat center top;
    height:497px;
	width:100%;
	background-size: cover !important;
}

.traffic-section .image3 {
    background: url(../images/services/fright-forward-img.jpg) no-repeat right top;
    height:630px;
	width:100%;
}

.traffic-section .image3-new {
    background: url(../images/services/icl-group-img.jpg) no-repeat right top;
    height:430px;
	width:100%;
}


.traffic-section .image4 {
    background: url(../images/services/total-freight-solution.jpg) no-repeat left top;
    height: 300px;
	width:100%;
	background-size: cover;
}

.traffic-section .image5 {
    background: url(../images/services/air-export.jpg) no-repeat left top;
    height: 400px;
	width:100%;
}

.traffic-section .image6 {
    background: url(../images/services/sea-freight-import.jpg) no-repeat right top;
    height: 516px;
    width: 100%;
	background-size: cover;
}

.traffic-section .image8 {
    background: url(../images/services/sea-freight-export.jpg) no-repeat center top;
    height: 702px;
	width: 100%;
	background-size: cover;
}

.traffic-section .image9 {
    background: url(../images/services/dangerousgoods-img.jpg) no-repeat center top;
    height: 735px;
	background-size: cover;
	width: 100%;
}


.traffic-section .image10 {
    background: url(../images/services/dangerousgoods-img2.jpg) no-repeat center top;
    height: 595px;
    width: 100%;
    background-size: cover;
}

.traffic-section .image11 {
    background: url(../images/services/cargo-img.jpg) no-repeat center top;
    height: 350px;
	background-size: cover;
	width:100%;
}

.traffic-section .image12 {
    background: url(../images/services/cstm-clrc-img.jpg) no-repeat center top;
    height:310px;
	width:100%;
	background-size: cover;
}

.traffic-section .image13 {
    background: url(../images/services/wearhouse-img.jpg) no-repeat right top;
    height: 520px;
    background-size: cover;
    width: 100%;
}

.traffic-section .image14 {
    background: url(../images/services/distribution-img.jpg) no-repeat center top;
    height: 585px;
	width:100%;
	background-size: cover;
}

.traffic-section .image15 {
    background: url(../images/services/career-img.jpg) no-repeat center top;
    height: 755px;
	width:100%;
	background-size: cover;
}

.traffic-section .image16 {
    background: url(../images/services/wearhouse-img3.jpg) no-repeat right top;
    height: 480px;
    background-size: cover;
    width: 100%;
}

.traffic-section .image17 {
    background: url(../images/services/project-cargo1.jpg) no-repeat left top;
    height: 310px;
	background-size: cover;
	width:100%;
}

.traffic-section .image18 {
    background: url(../images/services/project-cargo2.jpg) no-repeat left top;
    height: 330px;
	background-size: cover;
	width:100%;
}

.traffic-section .image19 {
    background: url(../images/services/contact-img.jpg) no-repeat left top;
    height:600px;
	background-size: cover;
	width:100%;
}

.traffic-section .image20 {
    background: url(../images/services/door-to-door-img.jpg) no-repeat right top;
    height:560px;
	background-size: cover;
	width:100%;
}

.traffic-section .image21 {
    background: url(../images/services/valuable-img.jpg) no-repeat right top;
    height:520px;
	background-size: cover;
	width:100%;
}

.traffic-section .image22 {
    background: url(../images/services/pallet-blankets.png) no-repeat center top;
    height:450px;
	background-size: cover;
	width:100%;
}

.traffic-section .image23 {
    background: url(../images/services/courier-shippers.png) no-repeat center top;
    height:495px;
	background-size: cover;
	width:100%;
}

.traffic-section .image24 {
    background: url(../images/services/pallet-shippers.png) no-repeat right top;
    height:493px;
	background-size: cover;
	width:100%;
}

.inside-header h1 { float: right; width: 100%; text-align: right; color: #000; font-size: 40px; font-weight: 200; text-transform: uppercase; margin-top: 10px; }
.slider1 {background: url(../images/slider-img1.jpg) no-repeat center top;}
.slider2 {background: url(../images/slider-img2.jpg) no-repeat center top;}
.slider3 {background: url(../images/slider-img3.jpg) no-repeat center top;}
.vcenter { display: inline-block; vertical-align: middle; float: none; }
.slidertext-white {color:#fff !important}
ul.list { float: left; width: 100%; }
ul.list li { width: 46%; margin-bottom:8px; float: left; color: #000; font-weight: 500; background: url(../images/bullet.png) no-repeat left 3px; padding-left: 27px; padding-bottom: 8px; border-bottom: 1px solid #cbcfd0; margin-right: 4%; }
ul.list li:last-child { border-bottom: 0; }
ul.list.list2 { width: 47%; float: left; }
ul.list.list2:last-child { float: right; }
ul.list.list2 li { width: 100%; }
ul.list.list-full li { width: 100%; }
ul.list.list-full.list-style-one { margin-bottom: 20px; }
.last-list {margin-bottom:0 !important}
.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
display: flex;
align-items: center;     /* Align the flex-items vertically */
justify-content: center; /* Optional, to align inner flex-items
						  horizontally within the column  */
}

.no-btm-space {margin-bottom:0 !important}

.award-area h4.title, .award-area .price {
    color: #000 !important;
}

.award-area .inner-col {
    border: 1px solid #eee;
	box-shadow:none;
}

.award-area .pricing-table-two { box-shadow: none;margin-bottom: 43px;}
.award-area .pricing-table-two:hover {box-shadow: 0px 9px 10px #e3e7ea2e; }
.pricing-table-two:hover .inner-col:hover {box-shadow: 0px 9px 10px #e3e7ea2e;}
.box-center { width: 100%; display: table; margin: 40px auto 0 auto; text-align: center; }
.box-center .pricing-table-two { box-shadow: none; float: none; display: inline-table; }
.fact-counter.content-column2 .inner { background: none; float: left; padding: 0; color: #000; }         
.fact-counter.content-column2.inside-counter { padding: 0; margin-top: 30px; color: #000; }
.fact-counter.content-column2.inside-counter span.count-text, .fact-counter.content-column2.inside-counter span.count-text2 { color: #000; }
.fact-counter.content-column2.inside-counter .column.counter-column:last-child { float: right; }

.info-block.col-md-12.col-sm-12.col-xs-12 { margin-bottom:0px; float: left; width: 100%; }
.info-block-text { margin-bottom: 10px; float: left; width: 100%; }
.contact-area {float:left;width:100%;margin-top: 50px;}
.branch-container .pricing-table-two { border: 1px solid #eee !important; box-shadow: none !important; width:24%; margin:0 15px 15px 0 !important; height: 430px; float: left; padding:20px 11px 20px 14px;background: #fff; }
.branch-container .pricing-table-two .inner-col { border: 1px solid #eee; }
.branch-container .pricing-table-two.pricing-table-two2 .info-block { height: 330px; }
.branch-container .pricing-table-two.pricing-table-two2 { height: 430px; }
.branch-container .inner-column { margin-bottom: 40px; }
.contact2-form { display: table; margin: 0 auto !important; width: 100%; float: none; text-align: center; }
.contact2-form .info-block { float: none; display: inline-table; }
.branch-container .contact2-form .pricing-table-two { border: 0 !important; box-shadow: none !important; width: 25%; position: initial !important; float: none !important; margin: 0 !important; text-align: left; display:inline-block; }
/* .branch-container .pricing-table-two .info-block::after { border-right: 1px solid #eee; content: ""; position: absolute; right: 21px; height: 230px; } */
.branch-container .pricing-table-two.last-col .info-block::after {border:0 !important}
.branch-container .contact2-form .pricing-table-two .info-block::after {height:262px;}
.contact-form-container { float: left; width: 100%; margin: 50px 0 0 0; }
.contact-form-container .inner-column { margin-bottom: 40px; }
.branch-container .pricing-table-two .inner-box a { color: #000; text-decoration: underline; }
.tab-mobile, .tab-hide {display:none !important}
.slick-dots {
    text-align: center;
    padding-top: 15px;
    margin-top: -50px;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    &:hover, &:focus {
        outline: none;
        background: transparent;
        color: transparent;
        &:before {
            opacity: $slick-opacity-on-hover;
        }
    }
    &.slick-disabled:before {
        opacity: $slick-opacity-not-active;
    }
}

.slick-prev:before, .slick-next:before {
    font-family: $slick-font-family;
    font-size: 20px;
    line-height: 1;
    color: $slick-arrow-color;
    opacity: $slick-opacity-default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
    [dir="rtl"] & {
        left: auto;
        right: -25px;
    }
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
}

.slick-next {
    right: -25px;
    [dir="rtl"] & {
        left: -25px;
        right: auto;
    }
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
}

.resp-vtabs .resp-tabs-list li:hover {transition: all 500ms ease;}
.resp-vtabs .resp-tabs-list li:hover span {color:#004cae}
.resp-vtabs .resp-tabs-list li:hover ::after { width: 100px; height: 100px; background: #00000057; content: ""; position: absolute; border-radius: 60px; right: 0; top: 0; }
.traffic-section span.count-text, .traffic-section span.count-text2 { font-size: 70px !important; }
.traffic-section .fact-counter .column { margin-bottom: 0; }
section.services-container.style-two.btm-space { padding-bottom: 0; }


.auto-container.sitemap-area ul {margin:0;padding:0;width: 100%;}
.auto-container.sitemap-area ul li { width: 27%; float: left;margin-bottom: 10px; }
.auto-container.sitemap-area ul li li  { width:31%; float: left; margin-bottom: 0px;}
.auto-container.sitemap-area ul li.first-row  { width:100%; float: left;}
.auto-container.sitemap-area ul li.secd-row  { width:100% !important; }
.auto-container.sitemap-area ul li.secd-row li { width:31% !important; }
.auto-container.sitemap-area ul li.third-row  { width:100%; float: left;margin-bottom: 0; }


.auto-container.sitemap-area ul li a { color: #000; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; background: url(../images/bullet.png) no-repeat left 3px; padding-left: 26px; padding-bottom: 10px; width: 100%; float: left; border-bottom: 1px solid #eee; }
.auto-container.sitemap-area ul li li a { color: #000; font-weight: normal; text-transform: capitalize; margin-bottom: 5px; background: none; padding-left: 0; padding-bottom: 0; border: 0; }
.auto-container.sitemap-area ul li:last-child a {
    border: 0;
}

section.traffic-section.contact-form-section2 {
    background: none;
}
.top-space {padding:0}
.ts-service-image-wrapper { overflow: hidden; } 
.ts-service-image-wrapper img{ transition: transform .5s; }
.ts-service-image-wrapper img:hover {-ms-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.1); }
.ts-facts-content { line-height: 15px; float: left; width: 100%; } 
.service-title { margin-top: 15px; }
h3.service-title { font-size: 18px; margin-bottom: 20px; color: #000; font-weight: 600; height: 70px; width: 262px; float: none; border: 1px solid #eee; padding-left: 10px; margin-top: 0; vertical-align: middle; display: table-cell; }
h3.service-title:hover {color:#004cae}
.ts-service-box { float: left; width: 100%; margin-bottom: 20px; }
.service-more { float: left; width: 100%; }
.emaillist div#Security { float: left; width: 227px; overflow: hidden; margin-right: 19px; margin-top: -19px; }
a.view-map { background: #004cae; float: left; color: #fff !important; padding: 7px 12px; text-decoration: none !important; font-size: 13px; margin-top:12px;font-weight:600;transition: all 500ms ease;border: 2px solid #004cae; }
a.view-map:hover {background:transparent;border:2px solid #004cae;color:#004cae !important }

.main-menu .navigation > li:nth-child(2) ul { position: absolute; width: 1170px; left: -790px;padding:13px 0 0 15px;}
.main-menu .navigation > li:nth-child(2) ul li { width: 20%; float: left;border: 0; }
.service-menu1 {background: url(../images/services/menu-img1.jpg) no-repeat left top;}
.service-menu1:hover, .service-menu1:focus {background: url(../images/services/menu-img1.jpg) no-repeat left top;}
.service-menu2 {background: url(../images/services/menu-img2.jpg) no-repeat left top;}
.service-menu2:hover, .service-menu2:focus {background: url(../images/services/menu-img2.jpg) no-repeat left top;}
.service-menu3 {background: url(../images/services/menu-img3.jpg) no-repeat left top;}
.service-menu3:hover, .service-menu3:focus {background: url(../images/services/menu-img3.jpg) no-repeat left top;}
.service-menu4 {background: url(../images/services/menu-img4.jpg) no-repeat left top;}
.service-menu4:hover, .service-menu4:focus {background: url(../images/services/menu-img4.jpg) no-repeat left top;}
.service-menu5 {background: url(../images/services/menu-img5.jpg) no-repeat left top;}
.service-menu5:hover, .service-menu5:focus {background: url(../images/services/menu-img5.jpg) no-repeat left top;}
.service-menu6 {background: url(../images/services/menu-img6.jpg) no-repeat left top;}
.service-menu6:hover, .service-menu6:focus {background: url(../images/services/menu-img6.jpg) no-repeat left top;}
.service-menu7 {background: url(../images/services/menu-img7.jpg) no-repeat left top;}
.service-menu7:hover, .service-menu7:focus {background: url(../images/services/menu-img7.jpg) no-repeat left top;}
.service-menu8 {background: url(../images/services/menu-img8.jpg) no-repeat left top;}
.service-menu8:hover, .service-menu8:focus {background: url(../images/services/menu-img8.jpg) no-repeat left top;}
.service-menu9 {background: url(../images/services/menu-img9.jpg) no-repeat left top;}
.service-menu9:hover, .service-menu9:focus {background: url(../images/services/menu-img9.jpg) no-repeat left top;}
.service-menu10 {background: url(../images/services/menu-img10.jpg) no-repeat left top;}
.service-menu10:hover, .service-menu10:focus {background: url(../images/services/menu-img10.jpg) no-repeat left top;}
.main-menu .navigation > li:nth-child(2) ul li a { height: 143px; width:93%;padding-left: 0px !important;outline: 0;}
.main-menu .navigation > li:nth-child(2) ul li a span { margin-top: 144px; float: left; padding: 0 !important; margin-bottom: 15px; color: #fff !important;line-height: 18px; }
.main-menu .navigation > li:nth-child(2) ul li a:hover{padding-left:15px !important;}

.main-menu .navigation > li:nth-child(1) ul { position: absolute; width: 240px; left: -100px; padding: 13px 0 0 15px; }
.main-menu .navigation > li:nth-child(1) ul li { width: 215px; float: left; margin-right: 12px; border: 0; height: 200px; }
.main-menu .navigation > li:nth-child(1) ul li a { background-size: 98% !important; height: 170px;padding-left: 0 !important; }
.main-menu .navigation > li:nth-child(1) ul li a span { margin-top: 144px; float: left; padding: 0 !important; margin-bottom: 15px; color: #fff !important; line-height: 18px; }
.main-menu .navigation > li:nth-child(1) ul li a:hover { padding-left: 15px !important; }
.about-menu1 {background: url(../images/about-menu-img1.jpg) no-repeat left top;}
.about-menu2 {background: url(../images/about-menu-img2.jpg) no-repeat left top;}



.tab-container2 { float: left; width: 100%;display:none }
.tab-container2 .panel-title span.glyphicon.glyphicon-chevron-down { float: right; background:url(../images/drop-arrow.png) no-repeat right top;width: 17px;height: 8px;}
.glyphicon-chevron-down:before {font-size: 0;}
.tab-container2 .panel-group .panel-heading { border-bottom: 0; padding: 0 !important; background-color: #1c65c2; border-radius: 0; float: left; width: 100%; }
.tab-container2 .panel-group .panel-heading a { padding: 24px 0px 20px 70px !important; float: left; width: 100%; }
.panel.panel-default { float: left; width: 100%; }
.tab-container2 .panel-title span.glyphicon.glyphicon-chevron-down.rotate { float: right;background:url(../images/top-arrow.png) no-repeat right top;}
.tab-container2 .panel-group .panel-heading { border-bottom: 0; padding:0 !important; background-color: #1c65c2;border-radius: 0;}
.tab-container2 .panel-title {color: #fff;}
.panel.panel-default .panel-body { float: left; width: 100%; }
.tab-container2 .panel-title { color: #fff; float: left; width: 100%; }
.branch-container .info-block { height: 329px; }
.info-block-text.add {
    margin-bottom: 9px;
}
.inner-box.email img {
    margin-top: 2px;
}
.inner-box.email {
    margin: 5px 0;
}
.inner-box.email.email2 img {
    margin-top: 15px;
}
.branch-container .pricing-table-two .info-block-text.info-block-text2 {
    margin-top: 7px !important;
}

.pricing-table-two3 .info-block {
    height: 130px;
}

.branch-container .pricing-table-two.pricing-table-two3 {
    height: 230px;
}

.traffic-section .content-column .text h3 {
    font-size: 20px;
    color: #39c470;
    margin-bottom: 15px;
}

.traffic-section .content-column .inner-column table {
  border-collapse: collapse;
  width: 100%;
}

.traffic-section .content-column .inner-column table tr, .traffic-section .content-column .inner-column table td {
    font-size: 15px;
    color: #000;
}

.traffic-section .content-column .inner-column td, .traffic-section .content-column .inner-column th {
  border:1px solid #e6f5fd;
  text-align: left;
  padding: 8px;
}

.traffic-section .content-column .inner-column tr:nth-child(even) {
  background-color:#e6f5fd;
}

.traffic-section .content-column .inner-column th {
    font-weight: 500;
}

.table-area {
    padding: 50px 0;
    background: #fff !important;
    width: 100%;
    float: left;
}

.table-area table {
  border-collapse: collapse;
  width: 100%;
}

.table-area table tr, .table-area table td {
    font-size: 15px;
    color: #000;
}

.table-area td, .table-area th {
  border:1px solid #e6f5fd;
  text-align: left;
  padding: 8px;
}

.table-area tr:nth-child(even) {
  background-color:#eff7fb;
}

.table-area th {
    font-weight: 500;
}

.text.text2 h3 {
    font-size: 20px;
    color: #39c470;
    margin-bottom: 15px;
}

/* .content-img {background-size:contain !important} */



ul.tabs, ul.tabs2 {
    margin: 0 auto;
    padding: 0;
    float: none;
    list-style: none;
    height: 32px;
    width: 100%;
	border-right: 0;
    text-align: center;
    display: table;
	border-bottom: 1px solid #cbcfd0;
}

ul.tabs li, ul.tabs2 li {
    float: none;
    margin: 0;
    cursor: pointer;
    margin:0px 30px;
	border-right: 0;
    height: 31px;
    line-height: 31px;
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid transparent;
    background-color: none;
    color: #000;
    font-size: 19px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.tab_last, .tab_last2 { border-right: 1px solid #333; }

ul.tabs, ul.tabs li:hover {
	background-color:none;
}

ul.tabs li.active {
	background-color:none;
	color: #39c470;
	
	border-bottom:2px solid #39c470;
	display: inline-block;
}

.tab_container {
	border: 0;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	
}

.tab_content {
	padding:50px 0 0 0;
	display: none;
}

.tab_drawer_heading { display: none; }

ul.tabs, ul.tabs2 {
    margin: 0 auto;
    padding: 0;
    float: none;
    list-style: none;
    height: 32px;
    width: 100%;
	border-right: 0;
    text-align: center;
    display: table;
	border-bottom: 1px solid #cbcfd0;
}

ul.tabs li, ul.tabs2 li {
    float: none;
    margin: 0;
    cursor: pointer;
    margin: 0px 26px;
    border-right: 0;
    height: 31px;
    line-height: 31px;
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid transparent;
    background-color: none;
    color: #000;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.tab_last, .tab_last2 { border-right: 1px solid #333; }

ul.tabs, ul.tabs li:hover {
	background-color:none;
}

ul.tabs li.active, ul.tabs2 li.active2 {
	background-color:none;
	color: #004cae;
	border-bottom:2px solid #004cae;
	display: inline-block;
}

.tab_container, .tab_container2 {
	border: 0;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	
}

.tab_content, .tab_content2 {
	padding:50px 0 0 0;
	display: none;
}

.tab_drawer_heading { display: none; }
.tab_drawer_heading2 { display: none; }


.tab_content h2, .tab_content2 h2 {
    width: 100%;
    float: left;
    font-size: 27px;
    color: #004cae !important;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

.clearfix2 {clear:both;}


.traffic-section .content-column .inner-box { width: 100%; float: left; }
.traffic-section .content-column .icon-box { float: left; }
.traffic-section .content-column .info-block-text { float: left; width: auto; margin: 3px 0 0 20px; font-size: 15px; font-weight: 500; text-align: left; }
.traffic-section .content-column .icon-box { float: left; width: 30px; }
.traffic-section .content-column .icon-box { float: left; width: 30px; }
.icon-box.icon-box2 { text-align: center; }
section.services-container.service-bg2.style-two {
    background: #fff;
    border-top: 1px solid #eee;
}

.logo2 img {
    margin-top: -3px;
}

.second-area {
    padding-top: 130px !important;
}


.box {
    width: 183px;
    margin: 0 auto;
    /*background: rgba(255,255,255,0.2);*/
    padding: 0;
    border: 0;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    position: fixed;
    right: 122px;
    z-index: 999;
    bottom: 0;
}

.box .button {
    text-transform: uppercase;
    font-size: 1em;
    padding: 13px 0 13px 50px;
    color: #fff;
    background: url(../images/video-icon.png) no-repeat 9px 9px #172988 !important;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 100%;
    float: left;
    text-align: left;
}

.box .button:hover {
  background: #06D85F;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
	z-index: 99999;
  opacity: 1;
}

.popup {
    margin: 120px auto auto;
    padding: 5px;
    background: #fff;
    border-radius: 0 !important;
    width:650px;
    position: relative;
    transition: all 5s ease-in-out;
}

video.video {
    width: 100%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    opacity: 1 !important;
    position: absolute;
    top: -38px;
    right: 0;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #39c470;
    padding: 10px;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

section.services-container.temp-container .inner-column { padding: 0; }
section.services-container.temp-container .inner-column .text.temp-left { width: 50%; float: left; text-align: left;margin-top:15px }
section.services-container.temp-container .inner-column .text.temp-right { float: right; width: 50%;margin-top:15px }

.box-brocher {
    width: 153px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    position: fixed;
    right: 310px;
    z-index: 999;
    bottom: 0;
}

.box-brocher .button {
    text-transform: uppercase;
    font-size: 1em;
    padding: 13px 0 13px 50px;
    color: #fff;
    background: url(../images/brocher-icon.png) no-repeat 9px 9px #01a721 !important;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 100%;
    float: left;
    text-align: left;
}

.box-brocher .button:hover {
  background: #01a721;
}

@media screen and (max-width: 700px){
.box {
    width: 100%;
    left: 0;
    height: 37px;
}
.box .button {
    padding: 13px 12px 43px 50px;
    color: #fff;
    background: url(../images/video-icon.png) no-repeat 9px 7px #172988 !important;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 47%;
    float: none;
    text-align: left;
    margin: 0 auto;
    height: auto;
}
  .popup {
    width: 80%;
    padding: 10px;
}
  video.video {
    width: 100%;

}

}

@media screen and (max-width: 480px) {
	.tabs, .tabs2 {
		display: none;
	}
	 
	.tab_content, .tab_content2 {
	padding:0px 0 0 0;
	    overflow-y: scroll;
	display: none;
}
	.tab_drawer_heading {
    margin: 0;
    padding: 11px 11px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    margin-bottom: 10px;
	    color: #fff;
	border: 1px solid #ccc !important;
	background: url(../images/drop-arrow.png) no-repeat right 15px #1c65c2 !important;
}
.tab_drawer_heading2 {
   margin: 0;
    padding: 11px 11px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    margin-bottom: 10px;
	    color: #fff;
	border: 1px solid #ccc !important;
	background: url(../images/drop-arrow.png) no-repeat right 15px #1c65c2 !important;
}
.table-area td, .table-area th {padding: 8px 5px;}
	.table-area table {
		border-collapse: collapse;
		width: 650px;
	margin-bottom: 30px;
	}
	.table-area table tr, .table-area table td {
		font-size: 14px;
		color: #000;
	}
.d_active, .d_active2 {
    color: #fff;
    border: 0;
    border-top: 0 !important;
    background:url(../images/top-arrow.png)no-repeat right 15px #1c65c2 !important;
}
	.tab_content {
	overflow: auto;
    padding: 20px 0 0 0;
	margin-bottom:30px;
	}
}

.float {
    position: fixed;
    width: 53px;
    height: 49px;
    bottom: 0;
    right: 64px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    font-size: 30px;
    box-shadow: nno;
    z-index: 100;
}

.my-float:hover, .float:hover {color:#fff}

.my-float {
    margin-top: 14px;
}

.contact-info2 {
    float: none;
    width: 666px;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding: 20px 0;
}

.contact-info2 .inner-box {
    float: left;
    width: auto !important;
    margin-right: 20px;
}

.contact-info2 .inner-box .icon-box {
    float: left;
    width: auto;
}


.contact-info2 .inner-box {
    float: left;
    width: auto !important;
       margin: 0 20px 0 0;
}

.contact-info2 .text.text2 {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    padding: 15px;
}

.contact-info2 .info-block-text {
    margin:0 0 0 15px;
    width: auto;
}