/* Entsar */



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
	font-family: 'Poppins', sans-serif;

*/

@import url('../css/font-awesome.css');
@import url('../css/simple-line-icons.css');
@import url('../css/animate.css');
@import url('../css/owl.css');
@import url('../css/jquery-ui.css');
@import url('../css/jquery.fancybox.min.css');



/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#101010;
	line-height:1.50em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#0071bc;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	margin:0 0 15px;
	background:none;
	color: #005f85;
	line-height:1.22em;
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

p{
	position:relative;
	margin-bottom:20px;	
}

.text{
	position:relative;
	line-height:1.50em;
	margin-bottom:0px;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1530px;
	padding:0px 20px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1040px;
	padding:0px 20px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,ol,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 30px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
	background: #0071bc;
	border-radius: 20px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-one i{
	position: relative;
	top: 0px;
	font-weight: 700;
	padding-left: 10px;
}

.btn-style-one:hover{
	color: #FFFFFF;
	background: #005f85;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	padding: 6px 30px;
	line-height: 24px;
	text-align: center;
	text-transform: none;
	background: #005f85;
	border: 2px solid #ffffff;
	border-radius: 20px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-two i{
	position: relative;
	top: 0px;
	font-weight: 700;
	padding-left: 10px;
}

.btn-style-two:hover{
	color: #FFFFFF;
	border-color: #005f85;
	background: #005f85;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#0071bc;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#333333 !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); display: none;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:44px;
	height:52px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	line-height:52px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:4px;
	background:#231f20;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	opacity: 0.90;
	background: #0071bc;
	color:#ffffff;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
    border: 1px solid #010101;
    font-family: 'Poppins', sans-serif;
    border-top: none;
}

table tr td{
    border: none;
    border-bottom: 1px solid #010101;
    border-right: 1px solid #010101;
    padding: 10px 15px;
    line-height: 1.5em;
    text-align: center;
    font-size: 18px;
}

table tr td:last-child{
	border-right: none;
}

table tr:last-child td{
	border-bottom: none;
}

table tr:hover{background-color: #dddddd;}

table th{
	border: none;
    border-right: 1px solid #010101;
    padding: 12px 15px;
    text-align: center;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ed7d31;
    color: #ffffff;
}

table th:last-child{
	border-right: none;
}

table tr td.scope,
table tr th.scope{
	width: 33.333%;
}

h1{
	font-size: 56px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 20px;
}



/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

form .form-group{
	position:relative;
	margin-bottom:20px;
}

form .row .form-group{
	margin-bottom:30px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	font-size: 14px;
	font-weight: 500;
	color: #5b5b5b;
	line-height:24px;
	margin-bottom: 10px;
}

form .form-group .field-inner{
	position: relative;
	display: block;
}

form .form-group .field-inner .icon{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #0071bc;
	text-align: center;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="file"],
form textarea,
form select{
	position:relative;
	display:block;
	width:100%;
	color:#101010;
	line-height:24px;
	padding:10px 22px;
	height:46px;
	font-size:14px;
	font-weight: 400;
	background:#ffffff;
	font-family: 'Poppins', sans-serif;
	margin:0px;
	border-radius: 0;
	border:1px solid rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

form input[type="file"]{
	cursor: pointer;
	height: 48px;
}

form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

form select option{
	text-indent: 22px;
	cursor: pointer;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus{
	border-color:#0071bc;
}

form textarea{
	height:150px;
	resize:none;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

form button:hover,
form input[type="submit"]:hover,
form .theme-btn:hover{
	
}

form .radio-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
	min-width: 280px;
    margin-right: 10px;
}

form .radio-block input{
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}

form .radio-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

form .check-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
    margin-right: 30px;
}

form .check-block input{
    position: absolute;
    left: 0;
    top: 6px;
    padding: 0;
    cursor: pointer;
}

form .check-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    text-transform: capitalize;
    cursor: pointer;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0;
	top:0;
	width:100%;
	padding:0px 0px;
	background:none;
	z-index:999;
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .nav-toggler{
	position:relative;
	float:right;
	padding:15px 0px 0px;
	margin-left:20px;
	display:none;	
}

.main-header .nav-toggler button{
	position:relative;
	height:40px;
	line-height:40px;
	padding: 0px 0px;
	text-align: center;
	background:none;
	color:#ffffff;
	font-size:20px;
	margin:0px;
	border-radius:0px;
	outline: none !important;
}

.main-header .nav-toggler img{
	width: 32px;
}

.main-header .header-upper{
	position:relative;
	padding:0px;
	width:100%;
	background: #ffffff;
}

.main-header .main-box{
	position:relative;
	padding:0px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	padding:35px 0px 25px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
}

.main-header .main-box .logo-box .logo img{
	display:block;
	max-width:100%;
	height: 90px;
}

.main-header .upper-right{
	position:relative;
	display:block;
	float: right;
	padding-top: 30px;
	z-index:5;
}

.main-header .top-info{
	position: relative;
	display: block;
	padding: 0px 0px;
}

.main-header .top-info ul{
	position: relative;
	float: right;
}

.main-header .top-info ul li{
	position: relative;
	float: left;
	margin-left: 70px;
}

.main-header .top-info ul .phone{
	padding-left: 50px;
	min-height: 36px;
	line-height: 26px;
	padding-top: 12px;
}

.main-header .top-info ul .phone a{
	position: relative;
	display: block;
	color: #282526;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.main-header .top-info ul .phone .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	top: 0px;
	line-height: 36px;
	margin-right: 10px;
}

.main-header .top-info ul .phone .icon img{
	display: inline-block;
	vertical-align: middle;
	height: 36px;
}

.main-header .top-info ul .phone a:hover{
	color: #0071bc;
}

.header-search{
	position: relative;
}

.header-search form .form-group{
	margin-bottom: 0;
}

.header-search form .form-group input[type="text"],
.header-search form .form-group input[type="search"]{
	position: relative;
	width: 240px;
	height: 36px;
	line-height: 20px;
	padding: 7px 20px 7px 45px;
}

.header-search form .s-btn{
	position: absolute;
	left: 8px;
	top: 6px;
	width: 30px;
	height: 26px;
	line-height: 26px;
	background: none;
	text-align: center;
	color: rgba(0, 0, 0, 0.50);
	cursor: pointer;

}

.main-header .lang-box{
	position: relative;
	z-index: 10;
}

.main-header .lang-box .lang-btn{
	position: relative;
	display: block;
	padding: 6px 0;
	line-height: 24px;
	color: #474747;
	cursor: pointer;
}

.main-header .lang-box .lang-btn .img{
	position: relative;
	float: left;
}

.main-header .lang-box .lang-btn .txt{
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 10px;
}

.main-header .lang-box .lang-btn .icon{
	position: relative;
	float: left;
	top: 1px;
	font-size: 10px;
	margin-left: 10px;
	font-weight: 700;
}

.main-header .lang-box .lang-list{
	position: absolute;
	left: 30px;
	top: 100%;
	width: 60px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
	opacity: 0;
	visibility: hidden;
}

.main-header .lang-box:hover .lang-list{
	opacity: 1;
	visibility: visible;
}

.main-header .lang-box .lang-list li{
	position: relative;
	float: none;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .lang-box .lang-list li:last-child{
	border-bottom: none;
}

.main-header .lang-box .lang-list li a{
	position: relative;
	display: block;
	line-height: 20px;
	color: #474747;
	padding: 5px 10px;
}

.main-header .lang-box .lang-list li a:hover{
	color: #0071bc;
}

.main-header .nav-outer{
	position:relative;
	display:block;
	padding-top: 32px;
	z-index:5;
}

.main-menu{
	position:relative;
	display:block;
	padding-top: 0px;
}

.main-menu .navbar-collapse{
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:none;
}

.main-menu .navigation{
	position:relative;
	z-index: 1;
}

.main-menu .navigation > li{
	position:relative;
	display: block;
	float: left;
	padding:0px 0px 8px;
	margin-right: 28px;
	text-align:left;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	color:#101010;
	padding:7px 0px 13px;
	font-weight:700;
	line-height:24px;
	text-transform: uppercase;
	opacity: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;
}

.main-menu .navigation > li > a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	border-bottom: 4px solid #0071bc;
	-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:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before{
	width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	text-decoration: none;
	color: #0071bc;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left: 0;
	top:100%;
	width:220px;
	padding:0px 0px;
	z-index:100;
	opacity: 1;
	text-align:left;
	background:#ffffff;
	border: 1px solid rgba(0,0,0,0.10);
	border-top: 4px solid #005f85;
	border-radius:0px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding:0px 0px;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
	font-weight:600;
	color:#303031;
	text-decoration: none;
	text-transform:capitalize;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
	color:#ffffff;
	background: #0071bc;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
	overflow: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.70);
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
	position: fixed;
	top: 0;
	width: 300px;
	height: 100%;
	background: #ffffff;
	border-left: 2px solid #0071bc;
	color: #282526;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
	list-style-type:none;
	margin:0px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	right: 3px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	right: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	background: rgba(0,0,0,0.80);
	color: #ffffff;
	padding: 0;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #0071bc;
}

.hidden-bar .hidden-bar-closer:hover .btn{
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	display: block;
	margin: 0 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 5px;
	line-height: 26px;
}

.hidden-bar .info{
	position:relative;
	display:block;
	width:100%;
	padding: 40px 20px;
}

.hidden-bar .info ul li{
	position: relative;
	line-height: 24px;
	margin-bottom: 12px;
}

.hidden-bar .info ul li a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	color: #101010;
	line-height: 24px;
}

.hidden-bar .info ul li .icon{
	position: relative;
	top: -1px;
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	padding-right: 7px;
}

.hidden-bar .info ul li .icon img{
	display: block;
	max-height: 22px;
	max-width: 22px;
}

.hidden-bar .info ul li a:hover{
	color: #0071bc;
	text-decoration: underline;
}

.hidden-bar-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.hidden-bar .logo {
	padding: 30px 20px;
	text-align:left;
}

.hidden-bar .logo img{
	display:inline-block;
	height: 60px;
}


.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	font-family: 'Poppins', sans-serif;
	letter-spacing:0px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	position: relative;
	background: transparent;
	color: #101010;
	display: block;
	font-weight: 500;
	font-size:14px;
	line-height: 24px;
	text-transform: uppercase;
	border-top: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding: 10px 20px 10px 20px;
	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;
}

.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul > li > a.current{
	background: #0071bc;
	color: #ffffff;
}

.hidden-bar .side-menu ul li ul li a{
	padding-left:30px;
	font-size:15px;
	text-transform:capitalize;
}

.hidden-bar .side-menu ul li a .btn.expander{
	background: none;
	color: #101010;
	border: 1px solid rgba(0,0,0,0.80);
	padding: 4px 10px;
	font-size: 14px;
	height: 32px;
	width: 34px;
	line-height: 22px;
	border-radius: 0px;
	position: absolute;
	top: 5px;
	right: 15px;
	outline: none;
}

.hidden-bar .side-menu ul li:hover .btn.expander,
.hidden-bar .side-menu ul li .current .btn.expander{
	color: #ffffff;
	border-color: #ffffff;
}

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-section{
	position: relative;
	padding:0px 0px;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 1;
}

.banner-section .banner-slider{
	position:relative;
	width:100%;	
}

.banner-section .slide-item{
	position: relative;
	width:100%;
	padding:0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:80%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity:0;
	-webkit-transform:translateX(80px);
	-ms-transform:translateX(80px);
	transform:translateX(80px);
}

.banner-section .active .slide-item .image-layer{
	opacity:1;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-webkit-transition:all 1000ms ease 0ms;
	-ms-transition:all 1000ms ease 0ms;
	-o-transition:all 1000ms ease 0ms;
	-moz-transition:all 1000ms ease 0ms;
	transition:all 1000ms ease 0ms;
}

.banner-section .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.banner-section .slide-item .content-box{
	position:relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 50px 0px;
	height: 650px;
	max-height: 770px;
	z-index: 10;
}

.banner-section .slide-item .content-box:before{
	content: '';
	position: absolute;
	right: 100%;
	margin-right: -270px;
	top: 0;
	width: 1500px;
	height: 100%;
	background: #ffffff;
}

.banner-section .slide-item .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.banner-section .slide-item .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 270px;
	padding-top: 44px;
	top: 50px;
	color: #005f85;
	opacity:0;
	-webkit-transform:translateX(-80px);
	-ms-transform:translateX(-80px);
	transform:translateX(-80px);
}

.banner-section .slide-item .inner:before{
	content: '';
	position: absolute;
	right: 100%;
	margin-right: -390px;
	top: 0;
	width: 1500px;
	border-bottom: 10px solid #0071bc;
}

.banner-section .active .slide-item .inner{
	opacity:1;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-webkit-transition:all 1000ms ease 300ms;
	-ms-transition:all 1000ms ease 300ms;
	-o-transition:all 1000ms ease 300ms;
	-moz-transition:all 1000ms ease 300ms;
	transition:all 1000ms ease 300ms;
}

.banner-section .slide-item h2{
	font-size:44px;
	font-weight:700;
	line-height:1.25em;
	text-transform: uppercase;
	color: #005f85;
	margin:0px;
}

.banner-section .slide-item .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.5em;
	color: #ffffff;
	padding-top: 30px;
}

.banner-section .owl-dots{
	position: absolute;
	display: none;
}

.banner-section .owl-theme .owl-nav{
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.banner-section .owl-theme .owl-nav .owl-next,
.banner-section .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	width: 50px;
	height: 50px;
	line-height: 41px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.80);
	color: #101010;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.banner-section .owl-theme .owl-nav .owl-next span,
.banner-section .owl-theme .owl-nav .owl-prev span{
	position: relative;
	font-weight: 700;
}

.banner-section .owl-theme .owl-nav .owl-next:hover,
.banner-section .owl-theme .owl-nav .owl-prev:hover{
	background: #ffffff;
	color: #0071bc;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 140px 0 120px;
}

.about-section .inner{
	position: relative;
	display: block;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

.about-section .inner h5{
	color: #101010;
	font-weight: 700;
	line-height: 1.50em;
	margin-bottom: 0;
}

.about-section .inner .link-box{
	position: relative;
	padding-top: 60px;
}
.about-section .lower-section{
	position:relative;
	padding: 0px 0 10px;
}

.about-section .lower-section .row{
	margin: 0 -20px;
}

.about-block{
	position: relative;
	margin-bottom: 30px;
}

.about-section .lower-section .row .about-block{
	padding: 0 20px;
	margin-bottom: 40px;
}

.about-block .inner-box{
	position: relative;
	display: block;
	top: 0;
	min-height: 100%;
	padding: 35px 20px 60px 55px;
	background: #0071bc;
	color: #ffffff;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.about-block .inner-box:hover{
	top: -20px;
}

.about-block:nth-child(2) .inner-box{
	background: #005f85;
}

.about-block:nth-child(3) .inner-box{
	background: #58585a;
}

.about-block .icon-box{
	position: relative;
	display: block;
	line-height: 50px;
	margin-bottom: 25px;
}

.about-block h3{
	position: relative;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
}

.about-block .text{
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	max-width: 320px;
}

/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section{
	position:relative;
	padding: 0px 0 20px;
}

.business-section .auto-container{
	max-width: 1380px;
}

.business-section .title-box{
	position: relative;
	margin-bottom: 100px;
}

.business-section .title-box:before{
	content: '';
	position: absolute;
	right: 100%;
	margin-right: 30px;
	top: 28px;
	width: 50px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

.business-section .title-box h2{
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
}

.business-block{
	position: relative;
	margin-bottom: 30px;
}

.business-section .row{
	margin: 0 -25px;
}

.business-section .row .business-block{
	padding: 0 25px;
	margin-bottom: 40px;
}

.business-section ul li{
margin-left: 40px;
	font-size: 14px;
list-style: disc;
}


.business-block .inner-box{
	position: relative;
	display: block;
}

.business-block .image{
	position: relative;
	display: block;
	background: #101010;
	overflow: hidden;
}

.business-block .image img{
	position: relative;
	display: block;
	width: 100%;
	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;
}

.business-block .inner-box:hover .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

.business-block .title{
	position: relative;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.business-block .title h6{
	font-weight: 700;
	text-transform: none;
	color: #101010;
	line-height: 28px;
	margin-bottom: 0;
}

.business-block .title h6 a{
	color: #101010;
}

.business-block .title h6 a:hover{
	color: #0071bc;
	text-decoration: underline;
}

.business-block .title .more-link{
	position: absolute;
	right: 40px;
	top: -25px;
	z-index: 1;
}

.business-block .title .more-link a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border: 2px solid #0071bc;
	background: #ffffff;
	border-radius: 50%;
}

.business-block .title .more-link a:hover{
	color: #ffffff;
	background: #0071bc;
}

/*** 

====================================================================
	Locations Section
====================================================================

***/

.locations-section{
	position:relative;
	padding: 0px 0 200px;
}

.locations-section .title-box{
	position: relative;
	padding-left: 90px;
	margin-bottom: 100px;
}

.locations-section .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 28px;
	width: 50px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

.locations-section .title-box h2{
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
}

.locations-section .location-box{
	position: relative;
	text-align: center;
}

.locations-section .location-box .image{
	position: relative;
	display: block;
}

/*** 

====================================================================
	Request Quote Section
====================================================================

***/

.request-quote{
	position:relative;
	padding: 0 0;
}

.request-quote .outer-container{
	position: relative;
}

.request-quote .outer-container .row{
	margin: 0 0;
}

.request-quote .image-col{
	position: relative;
	padding: 0 0;
}

.request-quote .image-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
}

.request-quote .image-col .image{
	position: relative;
	width: 100%;
	display: none;
}

.request-quote .image-col .image img{
	width: 100%;
}

.request-quote .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.request-quote .content-col{
	position: relative;
	padding: 0 0;
}

.request-quote .content-col .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 765px;
	padding: 15px 20px 0px 70px;
}

.request-quote .content-col h3{
	font-weight: 700;
	margin-bottom: 22px;
}

.request-quote .content-col .text{
	position: relative;
	font-size: 14px;
	margin-bottom: 32px;
}

.request-quote .request-form{
	position: relative;
	max-width: 400px;
}

.request-quote .request-form .theme-btn{
	min-width: 160px;
}

.request-quote .request-form .form-group{
	margin-bottom: 20px;
}

.request-quote form input{
	padding-left: 20px;
}

.request-quote form textarea{
	height: 100px;
	padding-left: 20px;
}


/*** 

====================================================================
	Principles Section
====================================================================

***/

.principles-section{
	position:relative;
	padding: 160px 0 20px;
}

.principles-section .title-box{
	position: relative;
	padding-left: 90px;
	margin-bottom: 100px;
}

.principles-section .title-box.centered{
	padding-left: 0;
}

.principles-section .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 28px;
	width: 50px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

.principles-section .title-box.centered:before{
	display: none;
}

.principles-section .title-box h2{
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
}

.principles-section .title-box h4{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.principle-block{
	position: relative;
	margin-bottom: 50px;
}

.principles-section .principle-block:before{
	content: '';
	position: absolute;
	right: 0;
	top: 25px;
	bottom: 25px;
	border-left: 1px solid rgba(0, 0, 0, 0.20);
}

.principles-section .principle-block:last-child:before{
	display: none;
}

.principle-block .inner-box{
	position: relative;
	display: block;
	max-width: 240px;
	margin: 0 auto;
	text-align: center;
}

.principle-block .icon-box{
	position: relative;
	margin: 0 auto 30px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	background: #0071bc;
	color: #ffffff;
	font-size: 50px;
	border-radius: 50%;
	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;
}

.principle-block:hover .icon-box{
	background: #005f85;
	color: #ffffff;
}

.principle-block h5{
	color: #474747;
	text-transform: none;
	margin-bottom: 16px;
}

.principle-block .text{
	position: relative;
	font-size: 14px;
	line-height: 1.40em;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #ffffff;
	font-size: 14px;
    background: #005f85;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .upper-section{
	position: relative;
    padding: 90px 0 20px;
}

.main-footer .upper-section .footer-column{
	position: relative;
	margin-bottom: 40px;
}

.main-footer .upper-section .inner-container{
	position: relative;
	min-height: 150px;
	padding-left: 55%;
	padding-right: 50px;
}

.main-footer .upper-section .footer-logo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.main-footer .upper-section .footer-logo img{
	max-height: 254px;
}

.main-footer .upper-section .text{
	position: relative;
	line-height: 24px;
	max-width: 270px;
}

.main-footer .upper-section .links{
	position: relative;
}

.main-footer .upper-section .links li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.main-footer .upper-section .links li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .links li a{
	position: relative;
	color: #ffffff;
	line-height: 20px;
}

.main-footer .upper-section .links li a:hover{
	text-decoration: underline;
}

.main-footer .upper-section .info{
	position: relative;
}

.main-footer .upper-section .info li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 22px;
	padding-left: 45px;
	max-width: 250px;
}

.main-footer .upper-section .info li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .info li a{
	position: relative;
	color: #ffffff;
	line-height: 24px;
}

.main-footer .upper-section .info li.address,
.main-footer .upper-section .info li.address a{
	line-height: 20px;
}

.main-footer .upper-section .info li a:hover{
	text-decoration: underline;
}

.main-footer .upper-section .info li .icon{
	position: absolute;
	left: 0;
	top: -2px;
	width: 28px;
	text-align: center;
	line-height: 24px;
}

.main-footer .upper-section .social-links{
	position: absolute;
	right: 0;
	top: 0;
}

.main-footer .social-links .social{
	position: relative;
}

.main-footer .social-links .social li{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.main-footer .social-links .social li:last-child{
	margin-bottom: 0;
}

.main-footer .social-links .social li a{
	position: relative;
	display: inline-block;
	line-height: 40px;
	font-size: 24px;
	color: #ffffff;
	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;
}

.main-footer .social-links .social li img{
	height: 38px;
}

.main-footer .social-links .social li a:hover{
	transform: scale(1.1);
}

.main-footer .f-bottom{
	position: relative;
	padding: 0 0 45px;
	text-align: center;
}

.main-footer .copyright{
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.main-footer .copyright a{
	position: relative;
	color: #282526;
}

.main-footer .copyright a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	padding:0px 0px;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 1;
}

.inner-banner .banner-container{
	position:relative;
	width:100%;	
}

.inner-banner .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:80%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.inner-banner .content-box{
	position:relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 40px 0px;
	height: 360px;
	z-index: 10;
}

.inner-banner .content-box:before{
	content: '';
	position: absolute;
	right: 100%;
	margin-right: -270px;
	top: 0;
	width: 1500px;
	height: 100%;
	background: #ffffff;
}

.inner-banner .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.inner-banner .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 270px;
	padding-top: 35px;
	color: #005f85;
}

.inner-banner .inner:before{
	content: '';
	position: absolute;
	right: 100%;
	margin-right: -390px;
	top: 0;
	width: 1500px;
	border-bottom: 10px solid #0071bc;
}

.inner-banner .inner h2{
	font-size:35px;
	font-weight:700;
	line-height:1.25em;
	text-transform: uppercase;
	color: #005f85;
	margin:0px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 100px 0px 70px;
}

.contact-section .auto-container{
	max-width: 1210px;
}

.contact-section .title-box{
	position: relative;
	max-width: 700px;
	padding-bottom: 40px;
	text-align: center;
	margin: 0 auto 50px;
}

.contact-section .title-box h2{
	text-transform: capitalize;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0;
}

.contact-section .title-box .text{
	position: relative;
	font-size: 18px;
	padding-top: 20px;
}

.contact-section .title-box .dec{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 10px;
	text-align: center;
	bottom: 0;
}

.contact-section .title-box .dec:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background: #0071bc;
	border-radius: 50%;
}

.contact-section .title-box .dec .left{
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section .title-box .dec .left:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: #0071bc;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .left:after{
	content: '';
	position: absolute;
	left: 12px;
	top: 0;
	width: 10px;
	height: 10px;
	background: #0071bc;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .right{
	position: absolute;
	right: 0;
	top: 0;
}

.contact-section .title-box .dec .right:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: #0071bc;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .right:after{
	content: '';
	position: absolute;
	right: 12px;
	top: 0;
	width: 10px;
	height: 10px;
	background: #0071bc;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .info{
	position: relative;
	padding-bottom: 70px;
}

.contact-section .info .info-block{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .info .info-block .inner{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 30px 30px;
	min-height: 100%;
	border-radius: 10px;
	box-shadow: 0 0 50px 0px rgba(0,0,0,0.10);
}

.contact-section .info .info-block .title{
	position: relative;
	padding-left: 70px;
	min-height: 55px;
	margin-bottom: 20px;
}

.contact-section .info .info-block .title .icon{
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section .info .info-block .sub-title{
	position: relative;
	font-size: 16px;
	color: #0071bc;
	font-weight: 600;
	line-height: 54px;
	margin-bottom: 5px;
}

.contact-section .info .info-block .sub-text{
	position: relative;
	font-size: 16px;
	color: #005f85;
	font-weight: 600;
	line-height: 54px;
}

.contact-section .info .info-block .text{
	font-size: 16px;
	color: #101010;
	line-height: 24px;
}

.contact-section .info .info-block .text a{
	color: #101010;
}

.contact-section .info .info-block .text a:hover{
	color: #0071bc;
}

.contact-section .lower-row{
	position: relative;
}

.contact-section .image-col{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .image-col .inner{
	position: relative;
	display: block;
	text-align: center;
}

.contact-section .image-col .image,
.contact-section .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
}

.contact-section .image-col .over-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 40px 50px;
	color: #ffffff;
	font-size: 18px;
	z-index: 1;
}

.contact-section .image-col .over-text h4{
	color: #ffffff;
	font-weight: 700;
}

.contact-section .image-col .over-text .link-box{
	position: relative;
	padding-top: 30px;
}

.contact-section .form-col{
	position: relative;
}

.contact-section .form-col .inner{
	position: relative;
	display: block;
}

.contact-section .form-col .title-box{
	max-width: none;
	text-align: left;
}

.contact-section .form-col .title-box .dec{
	left: 0;
	margin-left: 0;
}

.contact-section .form-box{
	position: relative;
}

.map-box{
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background: #f0f0f0;
}

.map-box iframe, 
.map-box .map-frame {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
}

/*** 

====================================================================
	About Two Section
====================================================================

***/

.about-two{
	position:relative;
	padding: 90px 0px 120px;
}

.about-two .left-col{
	position: relative;
	margin-bottom: 0px;
}

.about-two .left-col .inner{
	position: relative;
	display: block;
	max-width: 800px;
	min-height: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
}

.about-two .left-col .text{
	line-height: 1.8em;
	font-size: 18px;
	text-align: justify;
}

.about-two .left-col .text p{
	margin-bottom: 30px;
}

.about-two .right-col{
	position: relative;
	margin-bottom: 30px;
}

.about-two .right-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
	padding: 85px 0 30px;
	background: #0071bc;
	color: #ffffff;
}

.about-two .right-col .title{
	position: relative;
	padding: 0 30px 8px 70px;
	border-bottom: 1px solid #0071bc;
}

.about-two .right-col .title h4{
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.about-two .right-col .content{
	position: relative;
	padding: 25px 30px 30px 70px;
}

.about-two .right-col ul{
	position: relative;
	margin-left: 20px;
}

.about-two .right-col ul li{
	position: relative;
	padding-left: 30px;
	line-height: 30px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 3px;
	background: url(../images/icons/list-bullet.png) left 5px no-repeat;
}

.about-two .right-col ul li:last-child{
	margin-bottom: 0;
}

/*** 

====================================================================
	Values Section
====================================================================

***/

.our-values{
	position:relative;
	padding: 0px 0px;
}

.our-values .row{
	margin: 0 -8px;
}

.our-values .image-col{
	position: relative;
	padding: 0 8px;
	margin-bottom: 0px;
}

.our-values .image-col .inner{
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}

.our-values .image-col .image{
	position: relative;
	width: 100%;
	display: none;
}

.our-values .image-col .image img{
	width: 100%;
}

.our-values .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.our-values .content-col{
	position: relative;
	padding: 0 8px;
	margin-bottom: 0px;
}

.our-values .content-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
	padding: 85px 0 150px;
	background: #0071bc;
	color: #ffffff;
}

.our-values .content-col .title{
	position: relative;
	padding: 0 30px 8px 50px;
	border-bottom: 1px solid #0071bc;
}

.our-values .content-col .title h4{
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.our-values .content-col .content{
	position: relative;
	padding: 30px 30px 0px 50px;
}

.our-values .content-col .text{
	position: relative;
	max-width: 300px;
	font-weight: 600;
}

.our-values .content-col ul{
	position: relative;
	margin-left: 20px;
}

.our-values .content-col ul li{
	position: relative;
	padding-left: 30px;
	line-height: 30px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 3px;
	background: url(../images/icons/list-bullet.png) left 5px no-repeat;
}

.our-values .content-col ul li:last-child{
	margin-bottom: 0;
}

/*** 

====================================================================
	Mission Section
====================================================================

***/

.mission-section{
	position:relative;
	padding: 120px 0px 0px;
}

.mission-section .title-box{
	position: relative;
	margin-bottom: 125px;
	text-align: center;
}

.mission-section .title-box h4{
	margin-bottom: 0;
	text-transform: uppercase;
}

.mission-section .content-box{
	position: relative;
	display: block;
	max-width: 550px;
	margin: 0 auto;
}

.mission-section .inner-box{
	position: relative;
	display: block;
	text-align: center;
	padding: 80px 36px 40px;
}

.mission-section .inner-box .quote-up{
	position: absolute;
	left: 20px;
	top: -30px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #ffffff;
}

.mission-section .inner-box .quote-down{
	position: absolute;
	right: 20px;
	bottom: -30px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #ffffff;
}

.mission-section .inner-box .text{
	font-size: 18px;
	line-height: 1.8em;
}

.mission-section .inner-box p{
	margin-bottom: 40px;
}

/*** 

====================================================================
	Division Section
====================================================================

***/

.division-section{
	position:relative;
	padding: 115px 0 0;
}

.division-section .title-box{
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}

.division-section .title-box h4{
	text-transform: uppercase;
	margin: 0 0;
}

.division-section .outer-container{
	position: relative;
}

.division-section .image-col{
	position: relative;
	margin-bottom: 30px;
}

.division-section .image-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
}

.division-section .image-col .image{
	position: relative;
	width: 100%;
	display: none;
}

.division-section .image-col .image img{
	width: 100%;
}

.division-section .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.division-section .content-col{
	position: relative;
	margin-bottom: 0px;
}

.division-section .content-col .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 765px;
	padding: 0px 0px 0px 20px;
}

.division-section .content-col .text{
	position: relative;
	max-width: 600px;
	font-size: 18px;
	line-height: 1.8em;
}

.division-section .content-col .text p{
	margin-bottom: 40px;
}

.division-section .division-content{
	position: relative;
	padding-bottom: 30px;
}

.division-section .division-content .data-col{
	position: relative;
	margin-bottom: 45px;
}

.division-section .division-content .data-col h6{
	margin-bottom: 10px;
}

.division-section .division-content .data-col ul{
	margin: 0 0;
}

.division-section .division-content .data-col ul li{
	position: relative;
	margin-bottom: 5px;
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
	padding: 0px 0px;
}

.cta-section .outer-container{
	position: relative;
}

.cta-section .row{
	margin: 0 0;
}

.cta-section .image-col{
	position: relative;
	padding: 0 0;
}

.cta-section .image-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
}

.cta-section .image-col .image{
	position: relative;
	width: 100%;
	display: none;
}

.cta-section .image-col .image img{
	width: 100%;
}

.cta-section .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.cta-section .content-col{
	position: relative;
	padding: 0 0;
	background: #0071bc;
	color: #ffffff;
}

.cta-section .content-col .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 765px;
	padding: 200px 20px 200px 20px;
}

.cta-section .content-col .text{
	position: relative;
	max-width: 580px;
	font-size: 18px;
	line-height: 1.8em;
}

.cta-section .content-col .link-box{
	position: relative;
	padding-top: 45px;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section{
	position:relative;
	padding: 20px 0px 10px;
}

.products-section .title-box{
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}

.products-section .title-box h4{
	margin-bottom: 0;
	text-transform: uppercase;
}

.products-section .prod-block{
	position: relative;
	margin-bottom: 60px;
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.products-section .prod-block .inner-box{
	position: relative;
	display: block;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

.products-section .prod-block .image-box{
	position: relative;
	display: block;
	line-height: 150px;
	margin-bottom: 25px;
}

.products-section .prod-block .image-box img{
	max-height: 150px;
}

.products-section .prod-block h6{
	font-weight: 500;
	font-size: 18px;
	color: #101010;
	line-height: 1.4em;
	margin-bottom: 0;
}

.products-section .prod-block h6 a{
	color: #101010;
}

.products-section .prod-block h6 a:hover{
	text-decoration: underline;
}
/*** 

====================================================================
	Call To Section
====================================================================

***/

.call-to-section{
	position:relative;
	background: #101010;
	color: #ffffff;
	padding: 120px 0 80px;
}

.call-to-section .image-layer{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.call-to-section .image-layer:before{
	content: '';
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.65);
}

.call-to-section .inner{
	position: relative;
	display: block;
	max-width: 540px;
	padding-left: 30px;
}

.call-to-section h3{
	margin: 0;
	font-weight: 500;
}

.call-to-section .link-box{
	position: relative;
	display: block;
	padding-top: 30px;
}
.call-to-section h3{
	color: #ffffff;

}
/*** 

====================================================================
	Facts Section
====================================================================

***/

.facts-section{
	position:relative;
	background: #58585a;
	padding: 80px 0 30px;
	color: #ffffff;
}

.facts-section .auto-container{
	max-width: 1000px;
}

.facts-section .fact-block{
	position: relative;
	margin-bottom: 50px;
}

.facts-section .fact-block .inner{
	position: relative;
	display: block;
	padding-left: 90px;
	min-height: 56px;
}

.facts-section .fact-block .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	line-height: 56px;
}

.facts-section .fact-block .text{
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
}

/*** 