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

/* font-family: 'Lato', sans-serif; */

@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.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:#787878;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fb560b;
}

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: 'Lato', sans-serif;
	letter-spacing: -0.02em;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
}

.text{
	font-size: 16px;
	line-height: 1.6em;
	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:1210px;
	padding:0px 20px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width:1600px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
}

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;
	font-family: 'Lato', sans-serif;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 800;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing:1px;
	background-color: #fb560b;
	text-transform: uppercase;
}

.btn-style-one:hover{
	background-color: #0b4f64;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 33px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 2px;
	letter-spacing:1px;
	background-color: #b3a5a1;
	text-transform: uppercase;
}

.btn-style-two:hover{
	background-color: #ffffff;
	color: #222222;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #0b4f64;
	padding: 15px 39px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing:1px;
	background-color: #ffffff;
	text-transform: capitalize;
}

.btn-style-three:hover{
	background-color: #0b4f64;
	color: #ffffff;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #cccccc;
	padding: 10px 26px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing:1px;
	background: none;
	border:1px solid #5b626f;
	text-transform: capitalize;
}

.btn-style-four:hover{
	background-color: #fb560b;
	border-color:#fb560b;
	color: #ffffff;
}

/*Btn Style Five*/

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 35px;
	font-weight: 800;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing:1px;
	background-color: #0b4f64;
	text-transform: uppercase;
}

.btn-style-five:hover{
	background-color: #fb560b;
	color: #ffffff;
}

/* Btn Style Six */

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #0b4f64;
	padding: 13px 33px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 2px;
	letter-spacing:1px;
	background-color: #ffffff;
	text-transform: uppercase;
}

.btn-style-six:hover{
	background-color: #0b4f64;
	color: #ffffff;
}

/*Btn Style Seven*/

.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 37px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 2px;
	letter-spacing:1px;
	background-color: #fb560b;
	text-transform: uppercase;
}

.btn-style-seven:hover{
	background-color: #0b4f64;
	color: #ffffff;
}

/*=== List Style One ===*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	line-height:24px;
	color: #222222;
	font-weight:700;
	padding-left:25px;
	margin-bottom: 11px;
}

.list-style-one li:before{
	content: "\f138";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:14px;
	line-height: 1.6em;
	padding: 0px;
	color:#fb560b;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
	color: #44bce2;
}

.theme_color{
	color:#fb560b;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.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.html);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 


/*** 

====================================================================
	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:#fb560b;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 99999;
}

.main-header .header-top{
	position: relative;
	background-color:#290f58;
}

.main-header .header-top .top-right{
	position: relative;
	float: right;
}

.main-header .header-top .info-list{
	position: relative;
}

.main-header .header-top .info-list li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 0px;
	margin-left: 24px;
}

.main-header .header-top .info-list li a{
	color: #ffffff;	
}

.main-header .header-top .info-list li .icon{
	position:relative;
	margin-left:8px;
	color:#fb560b;
}

.main-header .header-top .info-list li a:hover .txt{
	color:#fb560b;
	text-decoration:underline;	
}

/* Top Left*/

.main-header .header-top .top-left{
	position: relative;
	float: left;
}

.main-header .header-top .top-left .text:before{
	position:absolute;
	content:'';
	right:0%;
	top:0px;
	height:100%;
	width:100000%;
	display:block;
	z-index:-1;
	background-color:#031331;
}

.main-header .header-top .top-left .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	float:left;
	z-index:1;
	font-weight: 400;
	padding: 15px 0px;
	padding-right:40px;
}

.main-header .header-top .top-left .social-links{
	position:relative;
	float:left;
	padding:18px 0px;
	margin-left:40px;
}

.main-header .header-top .top-left .social-links li{
	position:relative;
	margin-right:18px;
	display:inline-block;
}

.main-header .header-top .top-left .social-links li a{
	position:relative;
	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;
}

.main-header .header-top .top-left .social-links li a:hover{
	color:#fb560b;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-upper{
	position:relative;
	top: 0;
	z-index:5;
	background-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;
}

.main-header .header-upper .logo-outer{
	position:relative;
	float: left;
	z-index:25;
	padding: 12px 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 .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .nav-outer{
	float: right;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:20px 0px;
	margin-right: 32px;
	-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 > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:35px;
	font-weight:700;
	opacity:1;
	color:#222222;
	padding: 0px;
	text-transform: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;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #fb560b;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	display:none;
	padding:0px 0px;
	background-color:#262626;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms 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:11px 25px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:rgba(255,255,255,0.90);
	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-color:#fb560b;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:20px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:240px;
	z-index:100;
	display:none;
	background-color:#262626;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms 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:11px 25px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:rgba(255,255,255,0.90);
	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-color:#fb560b;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
}

.main-menu .navigation 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:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: left;
}

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 32px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
	display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#222222;
	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;
}

	.sticky-header .main-menu .navigation > li:hover > a,
	.sticky-header .main-menu .navigation > li.current > a,
	.sticky-header .main-menu .navigation > li.current-menu-item > a {
		opacity: 1;
		color: #fb560b;
	}

.page-title{
	position:relative;
	padding: 115px 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-title:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content:'';
	background: rgb(39,105,191);
	background: -moz-linear-gradient(left, #2f6ec0 0%, #4291f5 100%);
	background: -webkit-linear-gradient(left, #2f6ec0 0%, #4291f5 100%);
	background: linear-gradient(to right, #2f6ec0 0%, #4291f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6ec0', endColorstr='#4291f5',GradientType=1 );
	z-index:0;
}

.page-title:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content:'';
	background:url(../images/background/page-title-pattern.html) right top no-repeat;
	z-index:1;
	opacity:0.05;
}

.page-title .inner-container{
	position: relative;
	z-index:5;
}

.page-title h1{
	position:relative;
	float: left;
	font-size:48px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 600;
}

.page-title h1 span{
	font-weight: 300;
	margin-right: 10px;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding: 10px 0;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 12px;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -3px;
	font-size: 14px;
	line-height: 30px;
	color: #fb560b;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
}

.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;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 1px solid #ffffff;
}

.page-title .bread-crumb li a:hover{
	color:#fb560b;	
}

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:35px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #afafaf;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:44px;
	line-height: 1.2em;
	color: #0b4f64;
	font-weight: 800;
	padding-bottom:25px;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:120px;
	height:1px;
	background-color:#fb560b;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:1px;
	background-color:#0b4f64;
}

.sec-title.light h2{
	color: #ffffff;
}

.sec-title.light h2:after{
	background-color:#ffffff;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2:before{
	left:50%;
	margin-left:-60px;
}

.sec-title.centered h2:after{
	left:50%;
	margin-left:-60px;
}

.main-slider{
	position: relative;
}

.innovation-section{
	position:relative;
	padding-bottom:25px;
	padding-top:70px
}

.innovation-section .content-column{
	position:relative;
}

.innovation-section .content-column .inner-column{
	position:relative;
}

.innovation-section .content-column .bold-text{
	position:relative;
	color:#222222;
	font-size:16px;
	line-height:1.7em;
	font-weight:700;
	margin-bottom:20px;
}

.innovation-section .content-column .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.7em;
	font-weight:400;
}

.innovation-section .images-column{
	position:relative;
}

.innovation-section .images-column .inner-column{
	position:relative;
}

.innovation-section .images-column .image{
	position:relative;
}

.services-section{
	position:relative;
	padding-bottom:70px;
}

/* Services Block */

.services-block{
	position:relative;
	margin-bottom:40px;
}

.services-block .inner-box{
	position:relative;
	display:block;
	text-align:center;
	padding:55px 15px 60px;
	background-color:#f3f5f9;
	border-bottom:3px solid #0b4f64;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box .big-icon{
	position:absolute;
	left:0px;
	top:80px;
	right:0px;
	bottom:0px;
	line-height:1em;
	font-size:200px;
	text-align:center;
	color:rgba(255,255,255,0.05);
}

.services-block .inner-box:hover{
	border-color:#fb560b;
}

.services-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	visibility:visible;
	background-color:#ff4606;
	transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-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;
}

.services-block .inner-box:hover::before{
	opacity:1;
	visibility:visible;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}

.services-block .inner-box .icon-box{
	position:relative;
	font-size:60px;
	line-height:1em;
	color:#0b4f64;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box{
	color:#ffffff;
}

.services-block .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#222222;
	line-height:1.3em;
	margin-top:30px;
	margin-bottom:20px;
}

.services-block .inner-box h3 a{
	position:relative;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	color:#555555;
	padding:0px 22px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box .arrow{
	position:absolute;
	left:50%;
	bottom:0px;
	margin-bottom:-22px;
	width:44px;
	height:44px;
	color:#fb560b;
	font-size:10px;
	line-height:44px;
	text-align:center;
	border-radius:50%;
	font-weight:800;
	margin-left:-20px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:0px 10px 15px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 10px 15px rgba(0,0,0,0.05);
	box-shadow:0px 10px 15px rgba(0,0,0,0.05);
}

.services-block .inner-box:hover .arrow{
	background-color:#fb560b;
	color:#ffffff;
}


/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 50px 0px 20px;
}

.news-section.alternate{
	padding-bottom: 100px;
}

.news-section.alternate:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	top: 400px;
	background: #f3f5f9;
}

.news-section .sec-title{
	margin-bottom:50px;
}

.news-block{
	position:relative;
	margin-bottom:50px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	display:block;
	background:#222222;
	overflow:hidden;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	height:222px;
	display:block;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.7;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news-block .inner-box .lower-content{
	position:relative;
	margin-left:12px;
	margin-right:12px;
	padding:20px 20px 50px;
	text-align:center;
	margin-top:-20px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-bottom:3px solid #0b4f64;
	background-color:#ffffff;
	-webkit-box-shadow:0px 0px 30px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 30px rgba(0,0,0,0.10);
	box-shadow:0px 0px 30px rgba(0,0,0,0.10);
}

.news-block .inner-box:hover .lower-content{
	border-color:#fb560b;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.news-block .inner-box .lower-content h3{
	position:relative;
	font-weight:700;
	font-size:20px;
	min-height:78px;
	line-height:1.5em;
	padding-bottom:18px;
	margin-bottom:22px;
}
/*
.news-block .inner-box .lower-content h3:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height:1px;
	width:50px;
	margin-left:-25px;
	background-color:#0b4f64;
}*/

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#fb560b;
}

.news-block .inner-box .lower-content .post-date{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.3em;
}

.news-block .inner-box .lower-content .post-date span{
	font-weight:700;
}

.news-block .inner-box .lower-content .arrow{
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-bottom: -22px;
    width: 44px;
    height: 44px;
    color: #fb560b;
    font-size: 10px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-weight: 800;
    margin-left: -20px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
	-ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.news-block .inner-box:hover .lower-content .arrow{
	color:#ffffff;
	background-color:#fb560b;
}

.main-footer {
	position: relative;
	background-color: #1b1a1c;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widgets-section{
	position:relative;
	padding:40px 0px 0px;
	padding-bottom:0px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:20px;
	line-height:1.2em;
	margin-bottom:24px;
	padding-bottom:14px;
	text-transform:capitalize;
}

.main-footer .footer-widget h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:1px;
	width:50px;
	background-color:#fb560b;
}

.main-footer .about-widget .text{
	position:relative;
	color:#cccccc;
	font-size:16px;
	line-height:1.6em;
	margin-top:22px;
	margin-bottom:32px;
}

/* Footer Service List */

.footer-service-list{
	position:relative;
}

.footer-service-list li{
	position:relative;
	margin-bottom:10px;
}

.footer-service-list li a{
	position:relative;
	color:#cccccc;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-service-list li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.main-footer .contact-widget .number{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	margin-bottom:15px;
}

.main-footer .contact-widget ul li{
	position:relative;
	color:#cccccc;
	font-size:16px;
	margin-bottom:12px;
}

.main-footer .contact-widget ul li a:hover{
	color:#ffffff;
	text-decoration:underline;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:30px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#cccccc;
	font-size:16px;
}

.main-footer .footer-bottom .social-links{
	position:relative;
}

.main-footer .footer-bottom .social-links li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.main-footer .footer-bottom .social-links li a{
	position:relative;
	color:#cccccc;
	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-footer .footer-bottom .social-links li a span {
		font-size:18px
	}
		.main-footer .footer-bottom .social-links li a:hover{
	color:#fb560b;
}

.page-banner{
	position:relative;
	padding: 115px 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

 .page-banner:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content:'';
	background-image: -ms-linear-gradient(left, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(left, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(left, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,18,52,0.95)), color-stop(100, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to right, rgba(0,18,52,0.95) 0%, rgba(255,255,255,0) 100%);
	z-index:0;
}

.page-banner .inner-container{
	position: relative;
	z-index:5;
}

.page-banner h1{
	position:relative;
	font-size:52px;
	color:#ffffff;
	line-height: 1.3em;
	font-weight: 700;
}

.page-banner .bread-crumb {
	position: relative;
	padding: 10px 0px;
}

.page-banner .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 12px;
}

.page-banner .bread-crumb li:before{
	position: absolute;
	right: -3px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
    content: "\f105";
	font-weight:800;
    font-family: "Font Awesome 5 Free";
}

.page-banner .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
	display: none;
}

.page-banner .bread-crumb li a{
	color:#fb560b;
	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;
}

.page-banner .bread-crumb li a:hover{
	color:#ffffff;	
}

.contact-page-section{
	position:relative;
	padding:50px 0px 20px;
}

.contact-page-section .info-column{
	position:relative;
	margin-bottom:40px;
}

	.contact-page-section .info-column .inner-column {
		position: relative;
		margin-right: -20px;
		padding: 50px 35px 45px;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 45px rgba(0,0,0,0.20);
		-ms-box-shadow: 0px 0px 45px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 45px rgba(0,0,0,0.20);
	}

.contact-page-section .info-column .inner-column .title-box{
	position:relative;
}

	.contact-page-section .info-column .inner-column .title-box h3 {
		position: relative;
		color: #0b4f64;
		font-size: 32px;
		font-weight: 700;
		line-height: 1.3em;
	}

.contact-page-section .info-column .inner-column .title-box .title-text{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	margin-top:8px;
	margin-bottom:30px;
	color:rgba(0,0,0,0.80);
}

.contact-page-section .info-column .inner-column .social-links{
	position:relative;
}

.contact-page-section .info-column .inner-column .social-links li{
	position:relative;
	margin-right:4px;
	margin-bottom:5px;
	display:inline-block;
}

	.contact-page-section .info-column .inner-column .social-links li a {
		position: relative;
		color: rgba(0,0,0,0.80);
		width: 45px;
		height: 45px;
		border-radius: 2px;
		display: inline-block;
		text-align: center;
		line-height: 43px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		border: 1px solid rgba(0,0,0,0.80);
	}

.contact-page-section .info-column .inner-column .social-links li a:hover{
	color:#fb560b;
	border-color:#ffffff;
	background-color:#ffffff;
}

/* Contact Info List */

.contact-info-list{
	position:relative;
}

.contact-info-list li{
	position:relative;
	margin-bottom:30px;
	font-size:16px;
	min-height:50px;
	line-height:1.8em;
	padding-left:50px;
	color:rgba(0,0,0,0.80);
}

.contact-info-list li strong{
	font-weight:700;
	font-size:18px;
	display:block;
}

.contact-info-list li .icon{
	position:absolute;
	left:0px;
	top:8px;
	font-size:26px;
	line-height:1em;
}

.contact-page-section .form-column{
	position:relative;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	padding-left:60px;
}

.contact-page-section .form-column .inner-column .row{
	margin:0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group{
	padding:0px 10px;
}

/* Contact Form */

.contact-form{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:22px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	color:#a5a5a5;
	line-height:26px;
	padding:10px 28px;
	height:60px;
	font-size:14px;
	border-radius:2px;
	background:#f3f5f9;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#fb560b;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 28px;
	color:#a5a5a5;
	height:200px;
	font-size:14px;
	resize:none;
	border-radius:2px;
	background:#f3f5f9;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}


.sidebar-page-container{
	position:relative;
	padding:50px 0px 50px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar.padding-left{
	padding-left:40px;
}

.sidebar-widget{
    position:relative;
    margin-bottom:45px;
}

.blog-categories{
	position:relative;
}

.services-widget{
	position:relative;
}

.services-widget .widget-content{
	position:relative;
	padding:125px 35px 55px;
	background-size:cover;
}

.services-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.70);
}

.services-widget .widget-content .icon{
	position:relative;
	z-index:1;
	font-size:52px;
	line-height:1em;
	color:#ffffff;
	margin-bottom:18px;
}

.services-widget .widget-content h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:18px;
}

.services-widget .widget-content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:20px;
}


.news-block-three{
	position:relative;
	margin-bottom:90px;
}

.news-block-three .inner-box{
	position:relative;
	padding:70px 15px 70px;
	text-align:center;
	background-size:cover;
}

.news-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(223,101,18,0.95);
}

.about-section{
	position:relative;
	padding: 0px;
	background: #ffffff;
}

.about-section .left-column{
	position:relative;
	float:left;
	width:50%;
	background:#f3f5f9;
}

.about-section .left-column .inner-column{
	position:relative;
	float:right;
	width:100%;
	max-width:600px;
	padding:70px 70px 70px 15px;	
}

.about-section .left-column .text{
	margin-bottom:10px;
	font-size:16px;	
}

.about-section .left-column .signature{
	margin-bottom:10px;	
}

.about-section .left-column .author-name{
	color:#0b4f64;
	font-weight:700;
	font-style:italic;
}

.about-section .right-column{
	position:relative;
	float:left;
	width:50%;
	background:#ffffff;
}

.about-section .right-column .inner-column{
	position:relative;
	width:100%;
	max-width:600px;
	padding:70px 15px 40px 100px;	
}

.request-quote-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	padding: 50px 0 30px;
}

.request-quote-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color:#053e52;
	content: "";
	opacity: 0.90;
}

.request-quote-section .sec-title .text{
	margin-top: 25px;
	color: rgba(255,255,255,0.60);
}

.appointment-form{
	position: relative;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

	.appointment-form .ui-selectmenu-button.ui-button,
	.appointment-form .form-group input[type="text"],
	.appointment-form .form-group input[type="email"],
	.appointment-form .form-group input[type="tel"],
	.appointment-form .form-group input[type="url"],
	.appointment-form .form-group textarea,
	.appointment-form .form-group select {
		position: relative;
		display: block;
		font-size: 16px;
		line-height: 30px;
		color: #ffffff;
		font-weight: 400;
		padding: 11px 25px;
		width: 100%;
		height: 54px;
		background-color: #27677e;
		border-radius: 3px;
		border: 1px solid rgba(255,255,255,0.10);
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

.appointment-form .form-group textarea{
	height: 138px;
	resize: none;
}

.appointment-form .form-group input[type="submit"],
.appointment-form button{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding: 12px 30px;
}

.appointment-form .form-group input[type="submit"]:hover,
.appointment-form button:hover{
	background: #222222;
}

.appointment-form .form-group input:focus,
.appointment-form .form-group textarea:focus,
.appointment-form .form-group select:focus{
	border-color: #fb560b;
}

.appointment-form ::-webkit-input-placeholder{color: rgba(255,255,255,0.50);}
.appointment-form ::-moz-input-placeholder{color: rgba(255,255,255,0.50);}
.appointment-form ::-ms-input-placeholder{color: rgba(255,255,255,0.50);}

.appointment-form .ui-button .ui-icon{
	background:none;
	position:relative;
	top:5px;
	text-indent:0px;
	color:#ab7442;	
}

.appointment-form .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    z-index: 5;
}

.ui-menu .ui-menu-item-wrapper{
	padding:10px 20px;
	line-height:20px;
	font-size: 14px;
	border-bottom:1px solid rgba(0,0,0,0.10);	
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover{
	background-color: #fb560b;
	border-color:#fb560b;
}

.subscribe-form-two{
	position: relative;
	max-width: 560px;
	margin: 0 auto;
}

.subscribe-form-two .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right:84px;
}

.subscribe-form-two .form-group .icon{
	position:absolute;
	left:24px;
	top:20px;
	z-index:1;
	color:#888888;
	font-size:16px;
	line-height:1em;
}

.subscribe-form-two .form-group input[type="text"],
.subscribe-form-two .form-group input[type="tel"],
.subscribe-form-two .form-group input[type="email"],
.subscribe-form-two .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:36px;
	height:56px;
	font-size:14px;
	color:#222222;
	background:#f3f5f9;
	padding:10px 20px 10px 50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

	.subscribe-form-two .form-group input[type="submit"],
	.subscribe-form-two .submit-btn {
		position: absolute;
		right: 0px;
		top: 0px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		cursor: pointer;
		padding: 17px 12px;
		background-color: #de6512;
		text-transform: uppercase;
	}

.sidebar-page-container .sidebar-side .sidebar.padding-right{
	padding-right:40px;
}

.services-detail{
	position:relative;
}

.services-detail .inner-box{
	position:relative;
}

.services-detail .inner-box .image{
	position:relative;
}

.services-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-detail .inner-box .lower-content{
	position:relative;
	padding-top:35px;
}

.services-detail .inner-box .lower-content .title-box{
	position:relative;
	margin-bottom:35px;
}

.services-detail .inner-box .lower-content .title-box .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #afafaf;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.services-detail .inner-box .lower-content .title-box h2{
	position: relative;
	display: block;
	font-size:44px;
	line-height: 1.2em;
	color: #0b4f64;
	font-weight: 700;
	padding-bottom:25px;
}

.services-detail .inner-box .lower-content .title-box h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:120px;
	height:1px;
	background-color:#fb560b;
}

.services-detail .inner-box .lower-content .title-box h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:1px;
	background-color:#0b4f64;
}

.services-detail .inner-box .lower-content .bold-text{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:700;
	line-height:1.8em;
	margin-bottom:22px;
}

.services-detail .inner-box .lower-content .text{
	position:relative;
}

.services-detail .inner-box .lower-content .text p{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
}

.services-detail .inner-box .lower-content .text h3{
	position:relative;
	color:#0b4f64;
	font-size:24px;
	margin-bottom:24px;
	padding-bottom:22px;
	font-weight:900;
}

.services-detail .inner-box .lower-content .text h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:1px;
	width:50px;
	background-color:#fb560b;
}

.services-detail .services-featured-outer{
	position:relative;
	margin-top:35px;
	margin-bottom:10px;
}

.services-detail .inner-box .lower-content .default-two-column{
	position:relative;
	margin-bottom:15px;
}

.services-detail .inner-box .lower-content .default-two-column .column{
	margin-bottom:20px;	
}

/* Feature Block */

.feature-block{
	position:relative;
	margin-bottom:35px;
}

.feature-block .inner-box{
	position:relative;
	padding-left:105px;
	padding-bottom:32px;
	min-height:112px;
	border-bottom:1px solid #dddddd;
}

.feature-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	color:#fb560b;
	line-height:80px;
	font-size:50px;
	display:block;
	text-align:center;
	background-color:#f3f5f9;
	border-radius: 28px;
	border: 5px solid #ffffff !important;
}

.feature-block .inner-box h4{
	position:relative;
	font-size:18px;
	color:#222222;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:8px;
}

.feature-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.7em;
}

.page-banner.style-two{
	position:relative;
	padding: 110px 0 80px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}


.sec-title .icon{
	margin-bottom: 15px;
}

.main-slider {
	height:500px
}
.main-slider h2 {
	position: relative;
	display: block;
	font-size: 60px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.14em;
	text-transform: inherit;
	margin-bottom:12px
}
.banner-new-content {
	max-width: 700px;
	margin: auto;
	text-align: center;
	padding-top:100px
}
.main-slider h2 span {
	color: #fb560b;
}
.main-slider p {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 400;
}
.about-image {
	position: relative;
}
.about-image .about-img1 {
	position: relative;
	right: -60px;
	top: -0px;
}
.about-image .about-img2 {
	position: absolute;
	left: 20px;
	bottom: -110px;
}
.services-section-three {
	position: relative;
	padding: 50px 0px 50px;
	background-color: #ffffff;
}
.services-block-three {
	position: relative;
	margin-bottom: 30px;
}
.faq-section {
	position: relative;
	padding: 100px 0 85px;
}

	.faq-section.no-pd-top {
		padding-top: 0;
	}

	.faq-section .upper-box {
		position: relative;
		margin-bottom: 40px;
	}

		.faq-section .upper-box .text {
			position: relative;
			display: block;
			font-size: 18px;
			line-height: 30px;
			color: #555555;
			font-weight: 400;
		}


	.faq-section .title-style-one {
		margin-bottom: 40px;
	}

	.faq-section .accordion-column {
		position: relative;
	}

	.faq-section .title-style-one h2 {
		font-size: 44px;
		color: #222222;
		font-weight: 700;
	}

	.faq-section .accordion-column .inner-column {
		position: relative;
		padding-right: 30px;
	}

	.faq-section .accordion-box {
		position: relative;
	}

.accordion-box .block {
	position: relative;
	margin-bottom: 15px;
}

	.accordion-box .block .acc-btn {
		position: relative;
		font-size: 18px;
		cursor: pointer;
		line-height: 35px;
		color: #222222;
		font-weight: 700;
		padding: 15px 50px 15px 35px;
		transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		background-color: #f3f5f9;
	}

	.accordion-box .block .icon-outer {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 16px;
		line-height: 35px;
		color: #555555;
		text-align: center;
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.accordion-box .block .acc-btn .icon-outer .icon {
		position: relative;
	}

	.accordion-box .block .acc-btn.active {
		background-color: #001e57;
		color: #ffffff;
	}

		.accordion-box .block .acc-btn.active .icon-outer {
			-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			transform: rotate(90deg);
			color: #df6512;
		}

	.accordion-box .block .acc-content {
		position: relative;
		display: none;
	}

		.accordion-box .block .acc-content.current {
			display: block;
		}

	.accordion-box .block .content {
		position: relative;
		font-size: 16px;
		padding: 30px 35px 15px;
	}

		.accordion-box .block .content .text {
			font-size: 16px;
			line-height: 26px;
			color: #555555;
		}

		.accordion-box .block .content p:last-child {
			margin-bottom: 0px;
		}

.accordion-box.style-two .block .acc-btn {
	padding-left: 55px;
	padding-right: 20px;
}

	.accordion-box.style-two .block .acc-btn.active {
		background-color: #df6512;
		color: #ffffff;
	}

.accordion-box.style-two .block .icon-outer {
	left: 30px;
	right: auto;
	color: #001e57;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
	color: #ffffff;
}

.accordion-box.style-two .block .content {
	padding-left: 55px;
}
.abt-img-col .img2-new {
	height:102px;
	width:100%
}
.abt-img-col .img2-new1 {
	height: 300px;
	width: 100%
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 33px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 2px;
    letter-spacing: 1px;
    background-color: rgb(79 129 189);
    text-transform: uppercase;
}
.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #f1fcff;
    padding: 13px 33px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 2px;
    letter-spacing: 1px;
    background-color: #4f81bd;
    text-transform: uppercase;
}


.main-header .header-top {
    position: relative;
    background-color: #0b4f64;
}

.news-block .inner-box .lower-content {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding: 17px 3px 48px;
    text-align: center;
    /* margin-top: -20px; */
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 3px solid #20b2aa;
    background-color: #20b2aa !important;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    TEXT-ALIGN: LEFT;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: left !important;
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
       min-height: 73px;
    line-height: 1.5em;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.post-category {
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fd6058;
    z-index: 1;
}

.post-category li {
    display: inline-block;
    text-transform: uppercase;
}


.post-slide{
    margin: 0 15px;
    background: #fff;
    border-bottom: 1px solid #dedde1;
}
.post-slide .post-header{
    padding: 15px 20px;
}
.post-slide .title{
    margin-bottom: 5px;
}
.post-slide .title a{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.post-slide .title a:hover{
    color: #fd6058;
    text-decoration: none;
}
.post-slide .post-bar{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 20px;
    color: #808080;
}
.post-slide .post-bar li a{
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color: #fd6058;
}
.post-slide .post-bar li img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.post-slide .post-bar li i,
.post-slide .post-bar li img{
    margin-right: 5px;
}
.post-slide .pic{
    overflow: hidden;
    position: relative;
}
.post-slide .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
}
.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-slide .pic img{
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}
.post-slide:hover .pic img{
    transform: rotate(10deg) scale(1.5,1.5);
}
.post-slide .post-category{
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fd6058;
    z-index: 1;
}
.post-slide .post-category li{
    display: inline-block;
    text-transform: uppercase;
}
.post-slide .post-category li:after{
    content: " ,";
    color: #fff;
}
.post-slide .post-category li:last-child:after{
    content: "";
}
.post-slide .post-category li a{
    color: #fff;
}
.post-slide .post-category li a:hover{
    text-decoration: none;
    color: #333;
}
.post-slide .post-description{
    font-size: 16px;
    color: #808080;
    padding: 15px;
}
@media only screen and (max-width: 480px) {
    .post-header .post-bar li{
        margin-right: 5px;
    }
}


.ser1
{
        FONT-SIZE: 16PX;
    text-align: left;
    COLOR: #250303;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 7px;
}

.ser11
{
        FONT-SIZE: 16PX;
    text-align: left;
    COLOR: #fff;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 7px;
}

.ser111
{
        FONT-SIZE: 16PX;
    text-align: left;
    COLOR: #fff;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 7px;
    padding:12px;
    background-color:black;
}


.post-slide {
    margin: 0 -4px;
    background: #fff;
    border-bottom: 1px solid #dedde1;
}

.post-slide {
    margin: 0 -4px;
    background: #20b2aa;
    border-bottom: 1px solid #ebebeb;
}

.post-slide .post-description {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
}
.post-slide .post-category {
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    /* color: red; */
    left: 0;
    background: #ffffff;
    z-index: 1;
}
.post-slide .post-category li a {
    color: #0e0000;
    font-weight:bold;
}

.btn-primary {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: bolder;
    font-size: 10px;
    margin-left: 7px;
    text-transform: uppercase;
}

.ser11 {
    FONT-SIZE: 16PX;
    text-align: left;
    COLOR: #fff;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    margin-top: 7px;
}

.main-footer {
    position: relative;
    background-color: #1d5062;
    margin-top: 12px;
}

.main-footer {
    position: relative;
    background-color: #062e3b;
    margin-top: 12px;
}
.post-slide {
    margin: 0 -4px;
    background: #20b2aa;
    border-bottom: 1px solid #ebebeb;
    
    padding-bottom: 8px;
}
.ser1 {
    FONT-SIZE: 16PX;
    text-align: left;
    COLOR: #250303;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    margin-top: 7px;
}


.main-footer .footer-bottom .social-links {
    position: relative;
    margin-right: 64px;
}

.request-quote-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #001a43;
    content: "";
    opacity: 0.90;
}

.appointment-form .ui-selectmenu-button.ui-button, .appointment-form .form-group input[type="text"], .appointment-form .form-group input[type="email"], .appointment-form .form-group input[type="tel"], .appointment-form .form-group input[type="url"], .appointment-form .form-group textarea, .appointment-form .form-group select {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    padding: 11px 25px;
    width: 100%;
    height: 54px;
    background-color: #132543;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.10);
    -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 {
    position: relative;
    background-color: #1d1d1d;
    margin-top: 12px;
}

.main-footer .footer-widget h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background-color: #2d2a29;
}
.main-footer {
    position: relative;
    background-color: #1d1d1d;
    margin-top: 0px;
}