 

@import url('https://fonts.googleapis.com/css?family=Chivo:300,300i,400,400i,700,700i,900,900i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');


@import url('flaticon.css');
@import url('font-awesome.css');
@import url('line-awesome.css');
@import url('animate.css');
@import url('jquery.touchspin.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#777777;
	line-height: 2em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#007bff;
}

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: 'Chivo', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.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;
	z-index: 99;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-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;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 15px 48px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 5px;
	background-color: #152545;
}

.btn-style-one:hover{
	background:#007bff;
	color:#ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 15px 48px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 400;
	background-color: #007bff;
}

.btn-style-two:hover{
	background:#152545;
	color:#ffffff;
}

/*Btn Style Three*/
.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 15px 48px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 400;
	background-color: #007bff;
}

.btn-style-three:hover{
	background:#ffffff;
	color:#222222;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	font-size:14px;
	line-height:20px;
	color:#007bff;
	padding: 13px 20px;
	border-radius: 5px;
	font-weight: 400;
	background-color: #ffffff;
	text-transform: capitalize;
	border:2px solid #007bff;
}

.btn-style-four:hover{
	background:#007bff;
	color:#ffffff;
}

.list-style-one{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-one li{
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 20px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 900;
	font-family: "FontAwesome";
    content: "\f14a";
}

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#1b1a1c;
	display:none;
	border-radius: 0;
	-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{
	background:#152545;
	color: #ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	width:100%;
	z-index: 999999;
}

.main-header .header-top{
	position: relative;
	background-color: #152545;
}

.main-header .top-left{
	position: relative;
	float: left;
}

.main-header .top-left .text{
	position: relative;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	padding:10px 0;
}

.main-header .top-right{
	position: relative;
	float: right;
	padding:10px 0;
}

.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin-left: 18px;
}

.social-icon-one li:first-child{
	margin-left: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #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;
}

.social-icon-one li a:hover{
	color: #007bff;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
	min-height: 90px;
	z-index: 9999;
	background-color: #ffffff;
}

.main-header .header-lower .main-box{
	position: relative;
	background-color: #ffffff;
/*	background-color: #f5f5f5;*/
}

.main-header .header-lower .logo-box{
	position: relative;
	float: left;
	padding-right: 50px;
}

.main-header .header-lower .logo-box:before{
	position: absolute;
	right:0;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #007bff;
	content: "";
}

.main-header .header-lower .logo{
	position: relative;
	padding: 20px 0;
	-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 .header-lower .logo img{
	position: relative;
	max-width: 100%;
	height: auto;
}

.main-header .header-lower .nav-outer{
	position: relative;
	float: right;
}

.main-header .main-box{
	position:relative;
	left:0px;
	top: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 .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-menu{
	position:relative;
	float:left;
}

.navbar-toggler{
	border: 0 !important;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Chivo', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px 25px;
	-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:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: #152545;
	content: "";
	-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.current:before,
.main-menu .navigation > li:hover:before{
	height: 100%;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:30px;
	font-weight:400;
	color:#152545;
	padding:30px 0;
	opacity:1;
	text-align:center;
	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;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
	color:#ffffff;
}
	
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#25262c;
	background:#ffffff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:13px;
	font-weight: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background-color: #152545;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-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);
	-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);
	-moz-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(255,255,255,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:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#007bff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:13px;
	color: #ffffff;
	font-weight: 900;
	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:-2px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background-color: #152545;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-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);
	-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);
	-moz-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 > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,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:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background:#007bff;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	visibility:visible;
	opacity:1;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
	margin-left: 45px;
}

/*search box btn*/

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:100% !important;
	margin-top:27px;
	right: 0 !important;
	left:auto !important;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #25262c;
	-webkit-transform: translate(0) !important;
    transform: translate(0) !important;
}

.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;
	font-size:14px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#25262c;	
}

.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;
}

/*================================================
			Fixed Header
==================================================*/
.main-header.fixed-header .main-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom:1px solid #e0e0e0;
}

/*================================================
			Header Style Two
==================================================*/
.header-style-two{
	position: relative;
}

.header-style-two .header-upper{
	position:relative;
	z-index:5;
	background-color: #ffffff;
	z-index: 99999;
}

.header-style-two .header-upper .logo-outer{
	position:relative;
	float: left;
	z-index:25;
}

.header-style-two .logo-outer{
	padding: 13px 0px;
}

.header-style-two .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.header-style-two .header-upper .upper-right{
	position:relative;
	float: right;
	padding-top:21px;
}

.header-style-two .info-box{
	position:relative;
	float:left;
	padding-top: 5px;
	padding-left: 60px;
	margin-left: 40px;
	min-height:50px;
}

.header-style-two .info-box .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	color: #152545;
	font-weight: 400;
	border: 1px dashed #007bff;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-style-two .info-box li{
	position:relative;
	font-size:14px;
	line-height:20px;
	color:#777777;
	font-weight:400;
	text-transform:capitalize;
}

.header-style-two .info-box li span{
	position:relative;
	font-size: 16px;
	color: #152545;
	font-weight:400;
	font-family: "Chivo", sans-serif;
}

.header-style-two .info-box.btn-box{
	padding-top: 0;
	padding-left: 0;
}

.header-style-two .header-lower{
	background-color: #152545;
	min-height: auto;
	z-index: 99999;
}

.header-style-two .header-lower .nav-outer{
	float: left;
	width: 100%;
}

.header-style-two .main-menu .navigation > li{
	padding: 0 20px;
	margin-right: 10px;
}

.header-style-two .main-menu .navigation > li:after{
	position: absolute;
	left: -5px;
	top: 15px;
	font-size: 15px;
	line-height: 30px;
	color: #1e386c;
	font-weight: 400;
	content: "|";
}

.header-style-two .main-menu .navigation > li > a{
	color: #ffffff;
    font-size: 15px;
    padding: 15px 0;
    font-family: "Chivo", sans-serif;
}

.header-style-two .header-lower .social-icon-three{
	position: relative;
	float: left;
	padding: 15px 0;
}

.social-icon-three{
	position: relative;
}

.social-icon-three li{
	position: relative;
	float: left;
	margin-left: 20px;
}

.social-icon-three li a{
	position: relative;
	font-size: 18px;
	line-height: 29px;
	color: #ffffff;
	font-weight: 400;
	-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 li a:hover{
	color: #007bff;
}

.header-style-two .search-box-outer{
	padding: 0;
	margin-left: 45px;
}

.header-style-two .search-box-btn{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #152545;
	font-weight: 400;
	padding: 15px 0;
	width: 60px;
	text-align: center;
	height: auto;
	border-radius: 0;
}

.header-style-two .search-box-outer .dropdown-menu{
	top: 100% !important;
	-webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    right: 0 !important;
    left: auto !important;
	margin-top:0px;
}

.header-style-two .main-menu .navigation > li:before{
	background-color: #007bff;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}

.fixed-header .sticky-header{
	opacity:1;
	background-color: #152545;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin-left: 25px;
	padding: 0;
	background-color: transparent;
}

.main-header .sticky-header .main-menu .navigation > li:after{
	display: none;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	padding:20px 0px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	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;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #007bff;
	background-color: #ffffff;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li.dropdown:hover > ul{
	margin-top: 0;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:25px;
}

.sec-title h2{
	display: block;
	font-size:36px;
	line-height: 1.2em;
	color: #152545;
	font-weight: 700;
	padding-bottom: 25px;
}

.sec-title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: #007bff;
	content: '';
}

.sec-title .text{
	position: relative;
	font-size: 18px;
	line-height: 29px;
	color: #888888;
	font-weight: 300;
	margin-top: 18px; 
}

.sec-title.text-center h2:before{
	right: 0;
	margin:0 auto;
}

/*** 

====================================================================
			Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding: 100px 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#152545;
	opacity: .50;
	position:absolute;
}

.page-title .inner-container{
	position: relative;
}

.page-title h1{
	position:relative;
	float: left;
	font-size:42px;
	color:#ffffff;
	line-height: 60px;
	font-weight: 700;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding: 15px 0;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #007bff;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -8px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	content: "\f10e";
	font-family: "LineAwesome";
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#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;
}

.page-title .bread-crumb li a:hover{
	color:#007bff;	
}


/*** 

====================================================================
			About Us								
====================================================================

***/

.about-us{
	position: relative;
	padding: 50px 0;
}

.about-us:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	content: "";
}

.about-us.alternate:before{
	display: none;
}

.about-us .content-column{
	position: relative;
}

.about-us .content-column .inner-column{
	 padding-top: 45px;
	 padding-right: 30px;
}

.about-us .sec-title{
	margin-bottom: 20px;
}

.about-us .content-column .text{
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #777777;
	font-weight: 400;
}

.about-us .content-column .message{
	position: relative;
	font-size: 20px;
	line-height: 40px;
	color: #007bff;
	font-weight: 400;
	margin-bottom: 70px;
}

.about-us .content-column .message span{
	font-weight: 700;
	color: #152545;
}

.about-us .content-column .link-box{
	position: relative;
}

.about-us .content-column .link-box a{
	margin-right: 30px;
	line-height: 30px;
	padding: 10px 48px;
	text-transform: capitalize;
}

.call-btn{
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #777777;
	font-weight: 400;
	padding: 10px 25px 10px 75px !important;
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.call-btn .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #152545;
	color: #ffffff;
	font-size: 24px;
	line-height: 48px;
	border: 1px solid #222222;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.call-btn:hover .icon{
	background-color: #007bff;
	color: #ffffff;
}

.about-us .video-column{
	position: relative;
} 

.about-us .video-column .inner-column{
	position: relative;
}

.about-us .video-column .float-text{
    position: absolute;
    left: -103px;
    top: 100px;
    font-size: 14px;
    line-height: 24px;
    color: #bbbbbb;
    font-weight: 400;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about-us .video-column .image{
	position: relative;
}

.about-us .video-column .image img{
	display: block;
	height: auto;
	max-width: 100%;
}

.about-us .video-column .link-box{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 150px;
	width: 150px;
	z-index: 9;
}

.about-us .video-column .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.about-us .video-column .link:before{
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 150px solid transparent;
	border-left: 0px solid transparent;
	border-right: 150px solid #007bff;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-us .video-column .link .icon{
	position: absolute;
	font-size: 48px;
	line-height: 1em;
	color: #ffffff;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-us .video-column .inner-column:hover .link:before{
	border-right: 150px solid #152545;
}

.about-us .video-column .inner-column:hover .link .icon{
	color: #007bff;
}

/*** 

====================================================================
			Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding:120px 0 55px;
}

.service-block{
	position: relative;
	margin-bottom: 65px;
}

.service-block .inner-box{
	position: relative;
	text-align: center;
	padding: 0 30px;
}

.service-block .icon-box{
	position: relative;
	height: 95px;
	width: 95px;
	background-color: #152545;
	text-align: center;
	line-height: 95px;
	color: #ffffff;
	font-size: 52px;
	border-radius: 0 0 10px 0;
	margin:0 auto 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;
}

.service-block .inner-box:hover .icon-box{
	background-color:#007bff;
}

.service-block .icon-box:before{
	position: absolute;
	left: -6px;
	top: -6px;
	height: 88px;
	width: 88px;
	background-color: #dddddd;
	content: "";
	z-index: -1;
}

.service-block h4{
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #007bff;
	font-weight: 400;
	margin-bottom: 18px;
}

.service-block h4 a{
	color: #007bff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover h4 a{
	color: #1d2d4c;
}

.service-block .text{
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
}

/*** 

====================================================================
			Services Section Two
====================================================================

***/

.services-section-two{
	position: relative;
	padding: 40px 0;
}

.services-section-two .services-carousel{
	position: relative;
	padding-bottom: 65px;
}

.service-block-two{
	position: relative;
	box-shadow: 0px 0px 5px lightgray;
}

.service-block-two .inner-box{
	position: relative;
}

.service-block-two .image-box{
	position: relative;
}

.service-block-two .image{
	position: relative;
	margin: 0;
}

.service-block-two .image img{
	display: block;
	width: 100%;
	height: auto;
}

.service-block-two .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.service-block-two .image-box .overlay-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background-color: #007bff;
	content: "";
	opacity: 0.90;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .inner-box:hover .overlay-box:before{
	width: 100%;
}

.service-block-two .image-box .overlay-box .read-more{
	position: absolute;
	left: 0px;
	bottom: 35px;
	font-size: 16px;
	line-height: 23px;
	width: 100%;
	color: #ffffff;
	font-weight: 400;
	z-index: 1;
	opacity: 0;
	text-align: 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;
}

.service-block-two .inner-box:hover .overlay-box .read-more{
	opacity: 1;
	left: 35px;
}

.service-block-two .image-box .overlay-box .read-more:before{
	position: absolute;
	right: 0;
	top: 10px;
	height: 3px;
	width: 0;
	background-color: #ffffff;
	content:"";
}

.service-block-two .inner-box:hover .overlay-box .read-more:before{
	width: 70%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.service-block-two .lower-content{
	position: relative;
	padding:35px 0 0;
	text-align: center;
}

.service-block-two .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #152545;
	font-weight: 700;
	margin-bottom: 20px;
}

.service-block-two .lower-content h4 a{
	color: #152545;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .lower-content h4 a:hover{
	color:#007bff;
}

.service-block-two .lower-content .text{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
}

.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	width: 35px;
	height: 5px;
	background-color: #e1e1e1;
	margin: 0 5px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	background-color: #152545;
}

.services-section-two.alternate{
	padding: 120px 0 65px;
}

.services-section-two.alternate .service-block-two{
	margin-bottom: 55px;
}

/*** 

====================================================================
		Service Detail Section
====================================================================

***/

.service-detail-section{
	position: relative;
	padding: 120px 0 80px;
}

.service-detail{
	position: relative;
}

.service-detail .image-box{
	position: relative;
	margin-bottom: 35px;
}

.service-detail .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.service-detail .lower-content{
	position: relative;
}

.service-detail .lower-content h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #152545;
	font-weight: 400;
	margin-bottom: 20px;
}

.service-detail .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #007bff;
	font-weight: 400;
	margin-bottom: 20px;
}

.service-detail .lower-content p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.service-detail .two-column{
	position: relative;
	margin-top: 40px;
}

.service-detail .two-column .image-column{
	position: relative;
	margin-bottom: 40px;
}

.service-detail .two-column .image{
	position: relative;
}

.service-detail .two-column .image img{
	display: block;
	width: 100%;
	height: auto;
}

/*Services Category*/

.services--list{
	position:relative;
	margin-bottom: 60px;
}

.services--list li{
	position:relative;
	margin-bottom: -1px;
	overflow: hidden;
}

.services--list li a{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#152545;
	line-height: 28px;
	padding: 20px 30px;
	padding-left: 26px;
	padding-right: 35px;
	display:block;
	border:1px solid #e1e1e1;
	font-family: "Chivo", sans-serif;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.services--list li a:before{
	position:absolute;
	content: "\f10e";
	right: 25px;
	top: 20px;
	font-size: 14px;
	color: #007bff;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Lineawesome';
	-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--list li a:hover::before,
.services--list li.active a::before{
	color: #ffffff;
}

.services--list li.active a,
.services--list li:hover a{
	color: #ffffff;
}

.services--list li a:after{
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 0;
	content: "";
	background-color: #152545;
	z-index: -1;
	-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--list li.active a:after,
.services--list li:hover a:after{
	width: 101%;
	border-left: 6px solid #007bff;
}



/*** 

====================================================================
			Fun Fact Section
====================================================================

***/

.fun-fact-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:30px 0;
}

.fun-fact-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #152545;
	content: "";
}

.fun-fact-section .fact-counter{
	position: relative;
}

.fun-fact-section .counter-column{
	position:relative;
	text-align: center;
}

.fun-fact-section .count-box{
	position:relative;
}

.fun-fact-section .count-box{
	position:relative;
	font-size:53px;
	line-height: normal;
	font-weight:700;
	line-height: 1em;
	color:#222222;
}

.fun-fact-section .count-box .count-text{
	position:relative;
	display: block;
	font-size:36px;
	line-height: 1.2em;
	font-weight:400;
	color:#fff;
	font-family: "Chivo", sans-serif;
}

.fun-fact-section .count-box .counter-title{
	position: relative;
	display: block;
	font-size:18px;
	line-height: 1.2em;
	font-weight:500;
	color:#007bff;
	font-family: 'Roboto', sans-serif;
}



/***

==================================================================
				Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#152545;
	content: "";
	opacity: 0.90;
}

.main-footer .widgets-section{
	position:relative;
	padding: 40px 0 30px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size:21px;
	font-weight:400;
	color:#ffffff;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom:45px;
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 60px;
	background-color: #007bff;
	content: '';
}

.main-footer .about-widget{
	padding-right: 30px;
}

.main-footer .footer-logo{
	position:relative;	
	margin-bottom: 25px;
}

.main-footer .footer-logo figure{
	margin: 0;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .about-widget .text{
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.social-icon-two{
	position: relative;
	display: block;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	margin-right: 17px;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #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;
}

.social-icon-two li a:hover{
	color: #007bff;
}

/*=== links Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .links-widget .list li {
    position: relative;
    display: block;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 20px;
}

.main-footer .links-widget .list li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	content: "\f10e";
	font-family: "LineAwesome";
}

.main-footer .links-widget .list li a{
	position:relative;
	display: block;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .links-widget .list li a:hover{
	color:#007bff;
}


/*---------sliderbar start------*/
.sliderbar{
  padding-top: 70px;
  background-image: url(image1.jpg);
  background-size: auto;
  background-repeat: no-repeat;
}
.sliderbar-box{
  width: 100%;
  padding: 20px 10px;
  color: #000;
  margin: 20px 0px;
}
.sliderbar-box h1{
  padding: 20px 0px;
  font-size: 45px;
  font-weight: 700;
  animation: heading 8s infinite;
}
.sliderbar-box h2{
  font-style: italic;
  position: relative;
  font-size:20px;
}
.sliderbar-box h2 span {
    width: 50px;
    height: 2px;
    background-color: #152545;
    position: absolute;
    top: 28px;
    left: 280px;
}
.sliderbar-box p{
  font-size: 16px;
}
.slider-contact{
    position: relative;
    width: 100%;
    background-color: #152545;
    padding: 30px;
    bottom: 52px;
}
.slider-contact form input{
  width: 100%;
  margin: 7px 0px;
  padding: 6px;
  outline: none;
}
.slider-contact form textarea{
  width: 100%;
  margin: 7px 0px;
  padding: 6px;
  outline: none;
}
.slider-contact form button{
  width: 100%;
  margin: 5px 0px;
  padding: 6px;
  outline: none;
  background-color: #007bff;
  border: none;
  color: #fff;
}
.slider-contact h3{
  color: #ff5e14;
  font-size: 20px;
}
.get-box2{
  display: inline-block;
  background-color: #152545;
  color: white !important;
  font-size: 18px;
  font-weight: 600;
  transition: 0.8s;
  border: 2px solid  #152545;
  appearance: 10px;
  padding: 8px 25px;
  position: relative;
  margin: 10px 10px;
}
.get-box2:hover{
background-color: #007bff ;
transition: 0.8s;
}
.get-box2:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 47px;
  background-color: #007bff;
  top: -2px;
  left: -2px;
  transition: 0.8s;
}
.get-box2:hover:before{
  width: 20px;
  height: 47px;
  background-color: #152545;
  top: -2px;
  left: -2px;
  transition: 0.8s;
}
.contact-page-section{
	padding: 80px 0 30px 0;
}
.footer-bottom{
	background: #007bff;
	text-align: center;
	padding: 5px 0;
	color: #fff;
}
.footer-bottom p{
	color: #fff;
}

marquee{
	background: #007bff;
	text-align: center;
	padding: 5px 0;
	color: #fff;
}
.service-box {
    padding: 15px;
}
.inner-box {
    box-shadow: 0 0 8px -2px;
    padding: 15px;
}
.lower-content h4{
	font-weight: bold;
}
.serviceBox {
    color: #777;
    padding: 20px 20px 15px;
    position: relative;
    margin: 20px 0;
}

.counter, .serviceBox {
    font-family: Poppins, sans-serif;
    z-index: 1;
    text-align: center;
}
.serviceBox .service-icon {
    color: #fff;
    background: #3395ff;
    font-size: 35px;
    line-height: 70px;
    height: 80px;
    width: 80px;
    margin: 0 auto 55px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: rotate(45deg);
    position: relative;
}
.serviceBox .service-icon:before {
    content: '';
    border: 4px solid #152545;
    border-top: none;
    border-left: none;
    height: 20px;
    width: 20px;
    position: absolute;
    right: -23px;
    bottom: -23px;
}
.serviceBox .service-icon span {
    display: block;
    transform: rotate(-45deg);
}
.serviceBox .title {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 5px;
    margin: 0 0 10px;
}
.serviceBox .description {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
}

.serviceBox .title{
    background: #152545;
}
.bg-silver-light {
    background-color: #F7F8FA !important;
    padding: 30px 0;
}
.cta-area {
    background: #152545 none repeat scroll 0 0;
    color: #fff;
    padding: 30px 0;
    overflow: hidden;
}
.green-btn {
    background: #007bff;
}

.qout-btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 4px;
    text-transform: uppercase;
}
.head-top1 .location-content ul li {
    padding: 5px;
    margin: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #152545;
    border-left: 8px solid #007bff !important;
    border-right: 8px solid #007bff !important;
}
.card-container{
	padding: 30px 0;
}
.card{
    border-radius: 1rem;
    box-shadow: 0px -10px 0px rgb(21 37 69);
}
@media(max-width:767px){
    .card{
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw;
    }
}
.card-image img{
    width: 6.2rem;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto;
}
.card-title{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'IM Fell French Canon SC';
}
.card-text{
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.8rem;
    color: rgb(82, 81, 81);
    line-height: 1.4rem;
}
#name{
    font-size: 0.8rem;
    font-weight: bold;
}
#position{
    font-size: 0.7rem;
}
.navbar-collapse .navigation li a{
	text-align: center;
}
