/* Metal Minerals */

@import url('https://fonts.googleapis.com/css2?family=Barlow: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: 'Barlow', 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: 'Barlow', sans-serif;
	font-size:18px;
	color:#383838;
	line-height:1.50em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

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

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: 'Barlow', sans-serif;
	font-weight:700;
	margin:0 0 15px;
	background:none;
	line-height:1.22em;
}

input,button,select,textarea{
	font-family: 'Barlow', 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:1420px;
	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: 700;
	font-size: 16px;
	padding: 9px 20px 9px 25px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	background: #2758a4;
	border-radius: 0 0 0 0;
	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: 1px;
	font-weight: 700;
	padding-left: 15px;
}

.btn-style-one:hover{
	color: #FFFFFF;
	background: #29abe2;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 24px;
	padding: 9px 35px 11px;
	color: #29abe2;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	background: #ffffff;
	border-radius: 5px;
	-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 span{
	position: relative;
	display: block;
	z-index: 1;
}

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

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#29abe2;	
}

.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: #29abe2;
	color:#ffffff;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
    border: 1px solid #010101;
    font-family: 'Barlow', 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: 46px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}



/*** 

====================================================================
	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: #29abe2;
	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:26px;
	padding:10px 25px;
	height:48px;
	font-size:16px;
	font-weight: 400;
	background:#f7f5f5;
	font-family: 'Barlow', sans-serif;
	margin:0px;
	border-radius: 0;
	border:1px solid rgba(0,0,0,0.15);
	-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: 25px;
	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:#29abe2;
}

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:27px 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: 36px;
}

.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:22px 0px;
	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: 100px;
}

.main-header .upper-right{
	position:relative;
	display:block;
	float: right;
	padding-top: 24px;
	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;
	padding-left: 70px;
	min-height: 44px;
	line-height: 24px;
	margin-left: 55px;
}

.main-header .top-info ul li .subtitle{
	position: relative;
	display: block;
	color: #282526;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 22px;
}

.main-header .top-info ul li a{
	position: relative;
	display: block;
	color: #282526;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.main-header .top-info ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	top: 0px;
	line-height: 44px;
	margin-right: 10px;
}

.main-header .top-info ul li .icon img{
	display: inline-block;
	vertical-align: middle;
	height: 44px;
}

.main-header .top-info ul li a:hover{
	color: #29abe2;
}

.main-header .nav-outer{
	position:relative;
	display:block;
	padding-top: 20px;
	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:6px 20px 2px;
	margin-right: 40px;
	text-align:left;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:14px;
	color:#000000;
	padding:12px 0px 12px;
	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: -2px;
	width: 0;
	border-bottom: 6px solid #2758a4;
	-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: #29abe2;
	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 #29abe2;
	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: #29abe2;
}

.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 #29abe2;
	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: #29abe2;
}

.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: #29abe2;
	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: 70px;
}


.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	font-family: 'Barlow', 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: #29abe2;
	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;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.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: 630px;
	min-height: 300px;
	z-index: 10;
}

.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: 750px;
	padding: 30px 40px;
	background: rgba(39, 88, 164, 0.50);
	color: #ffffff;
	opacity:0;
	-webkit-transform:translateY(80px);
	-ms-transform:translateY(80px);
	transform:translateY(80px);
}

.banner-section .active .slide-item .inner{
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(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 h1{
	font-size:44px;
	font-weight:700;
	line-height:1.25em;
	text-transform: none;
	color: #ffffff;
	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;
	width: 100%;
	max-width: 1360px;
	left: 50%;
	margin-left: -680px;
	bottom: 15px;
	text-align: right;
	display: none;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin-left: 8px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background: #29abe2;
}

.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span{
	background: #29abe2;
}

.banner-section .owl-theme .owl-nav{
	display: none;
}

/*** 

====================================================================
	About Section
====================================================================

***/

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

.about-section .text-col{
	position: relative;
	margin-bottom: 30px;
}

.about-section .text-col .inner{
	position: relative;
	display: block;
	max-width: 530px;
}

.about-section .text-col h2{
	color: #2758a4;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.20em;
	margin-bottom: 0;
}

.about-section .text-col h2 span{
	color: #adadad;
}

.about-section .text-col .text{
	position: relative;
	text-align: justify;
	line-height: 1.4em;
	padding-top: 25px;
}

.about-section .text-col .link-box{
	position: relative;
	padding-top: 40px;
}

.about-section .image-col{
	position: relative;
}

.about-section .image-col .inner{
	position: relative;
	display: block;
	padding-left: 20px;
}

.about-section .image-col .image{
	position: relative;
	display: block;
}

.about-section .image-col .image img{
	position: relative;
	display: block;
	max-width: none;
}
.about-section ul li{
  list-style-type: square;
	margin-left: 30px;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section{
	position:relative;
	padding: 130px 0 80px;
	background: #eeeeee;
}

.products-section .left-col{
	position: relative;
	margin-bottom: 30px;
}

.products-section .left-col .inner{
	position: relative;
	display: block;
}

.products-section .left-col h2{
	color: #2758a4;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 80px;
}

.products-section .p-links{
	position: relative;
	padding-left: 20px;
}

.products-section .p-links li{
	position: relative;
	line-height: 22px;
	margin-bottom: 15px;
	padding-left: 42px;
}

.products-section .p-links li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 24px;
	height: 24px;
	background: url(../images/icons/icon-bullet.png) left center no-repeat;
}

.products-section .p-links li a{
	position: relative;
	display: block;
	color: #143458;
	font-size: 16px;
	text-transform: uppercase;
}

.products-section .p-links li a:hover{
	color: #29abe2;
}

.products-section .right-col{
	position: relative;
	margin-bottom: 10px;
}

.products-section .right-col .inner{
	position: relative;
	display: block;
}

.products-section .right-col .row{
	margin: 0 -20px;
}

.prod-block{
	position: relative;
	margin-bottom: 30px;
}

.products-section .right-col .row .prod-block{
	padding: 0 20px;
	margin-bottom: 40px;
}

.prod-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
}

.prod-block .image{
	position: relative;
	display: block;
	background: #101010;
	overflow: hidden;
	margin-bottom: 22px;
}

.prod-block .image img{
	position: relative;
	display: block;
	width: 100%;
	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;
}

.prod-block .inner-box:hover .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

.prod-block h6{
	font-weight: 700;
	text-transform: uppercase;
	color: #2758a4;
	margin-bottom: 12px;
}

.prod-block h6 a{
	color: #2758a4;
}

.prod-block h6 a:hover{
	text-decoration: underline;
}

.prod-block .text{
	position: relative;
	text-transform: capitalize;
}

.products-section .see-all{
	position: relative;
	padding-top: 10px;
	text-align: center;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-two{
	position:relative;
	padding: 130px 0 80px;
	background: #ffffff;
}

.products-two .left-col{
	position: relative;
	margin-bottom: 30px;
}

.products-two .left-col .inner{
	position: relative;
	display: block;
}

.products-two .left-col h2{
	color: #2758a4;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.products-two .right-col{
	position: relative;
	margin-bottom: 0px;
}

.products-two .right-col .inner{
	position: relative;
	display: block;
}

.products-two .right-col .row{
	margin: 0 -10px;
}

.prod-block-two{
	position: relative;
	margin-bottom: 30px;
}

.products-two .right-col .row .prod-block-two{
	padding: 0 10px;
	margin-bottom: 30px;
}

.prod-block-two .inner-box{
	position: relative;
	display: block;
	text-align: center;
}

.prod-block-two .image{
	position: relative;
	display: block;
	background: #101010;
	overflow: hidden;
	margin-bottom: 22px;
}

.prod-block-two .image img{
	position: relative;
	display: block;
	width: 100%;
	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;
}

.prod-block-two .inner-box:hover .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

.prod-block-two h6{
	font-weight: 700;
	text-transform: uppercase;
	color: #2758a4;
	margin-bottom: 0;
}

.prod-block-two h6 a{
	color: #2758a4;
}

.prod-block-two h6 a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-three{
	position:relative;
	padding: 130px 0 100px;
	background: #f6f6f6;
}

.products-three .outer-container{
	position: relative;
}

.products-three .outer-container .row .big-col{
	padding: 0 5px;
}

.products-three .outer-container .row{
	margin: 0 -5px;
}

.prod-block-three{
	position: relative;
	margin-bottom: 30px;
}

.products-three .outer-container .row .prod-block-three{
	padding: 0 5px;
	margin-bottom: 10px;
}

.prod-block-three .inner-box{
	position: relative;
	display: block;
	min-height: 100%;
}

.prod-block-three .image{
	position: relative;
	display: block;
	background: #101010;
	overflow: hidden;
}

.prod-block-three .image img{
	position: relative;
	display: block;
	width: 100%;
	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;
}

.prod-block-three .inner-box:hover .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

.products-three .title-block .inner-box{
	padding-left: 20px;
	padding-top: 50px;
}

.products-three .title-block h3{
	color: #2758a4;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 15px;
}

.products-three .title-block h4{
	color: #2758a4;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}

/*** 

====================================================================
	Why Us Section
====================================================================

***/

.why-section{
	position:relative;
	padding: 100px 0 50px;
	background: #ffffff;
}

.why-section .title-box{
	position: relative;
	margin-bottom: 35px;
}

.why-section .title-box h2{
	color: #2758a4;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.why-section .title-box h2 span{
	color: #adadad;
}

.why-section .image-col{
	position: relative;
	margin-bottom: 90px;
}

.why-section .image-col .inner{
	position: relative;
	display: block;
	min-height: 416px;
}

.why-section .image-col .image{
	position: absolute;
	right: 0;
	top: 0;
}

.why-section .image-col .image img{
	max-width: none;
}

.why-section .content-col{
	position: relative;
	margin-bottom: 0;
}

.why-section .content-col .inner{
	position: relative;
	display: block;
	padding-top: 25px;
}

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

.why-section .why-block{
	padding: 0 25px;
	margin-bottom: 90px;
}

.why-block .inner-box{
	position: relative;
	display: block;
	padding-top: 10px;
	min-height: 130px;
	padding-left: 160px;
}

.why-block .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 130px;
	line-height: 120px;
	text-align: center;
	background: #2758a4;
	color: #29abe2;
	font-size: 50px;
	border-radius: 50%;
}

.why-block h6{
	color: #2758a4;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.why-block .text{
	line-height: 1.4em;
	text-align: justify;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background: #2758a4;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .auto-container{
	max-width: 720px;
}

.main-footer .upper-section{
	position: relative;
    padding: 50px 0 70px;
}

.main-footer .upper-section .links{
	position: relative;
	padding-bottom: 40px;
}

.main-footer .upper-section .links li{
	position: relative;
	display: inline-block;
	margin: 0 15px 5px;
	font-weight: 400;
}

.main-footer .upper-section .links li.address{
	display: block;
	margin: 0 0 5px;
}

.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 .links li span{
	font-weight: 500;
}

.main-footer .upper-section .links li a:hover span{
	text-decoration: none;
}

.main-footer .upper-section h6{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 14px;
}

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

.main-footer .upper-section .social-links a{
	position: relative;
}

.main-footer .upper-section .social-links a img{
	width: 24px;
	height: 24px;
}

.main-footer .copyright{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 0px 20px;
}

.main-footer .copyright a{
	position: relative;
	color: #ffffff;
}

.main-footer .copyright a:hover{
	text-decoration: underline;
}


/*** 

====================================================================
	About Page Section
====================================================================

***/



.inner-banner {
  position: relative;
  z-index: 1;
}
.inner-banner .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  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.30);
}
.inner-banner .content-container {
  position: relative;
  display: block;
}
.inner-banner .curve-layer {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -170px;
  width: 3000px;
  height: 100%;
  background: #2072B9;
  opacity: 0.85;
  -ms-transform: skewX(-13deg);
  transform: skewX(-13deg);
}
.inner-banner .floated-content {
  position: absolute;
  right: 0;
  top: 0;
}
.inner-banner .floated-content .image {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  right: 80px;
  margin-top: 35px;
}
.inner-banner .floated-content .image-2 {
  right: 110px;
  margin-top: 18px;
}
.inner-banner .floated-content .image-3 {
  margin-top: 18px;
  right: 150px;
}
.inner-banner .floated-content .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}
.inner-banner .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 382px;
  padding: 0px 0px;
  z-index: 5;
}
.inner-banner .content-box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
}
.inner-banner .content-box .inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
}
.inner-banner .content-box h2 {
  font-size: 56px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.1em;
  margin: 0;
}
.inner-banner .content-box .link-box {
  position: relative;
  padding-top: 25px;
}
/*** 


/*** 

====================================================================
	About Page Section
====================================================================

***/

.about-page{
	position:relative;
}

.about-page .title-box{
	position: relative;
	text-align: center;
	padding: 60px 0 40px;
}

.about-page .title-box h2{
	font-size: 40px;
	font-weight: 700;
	color: #2758a4;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.about-page .title-box h2:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -20px;
	width: 70px;
	border-bottom: 3px solid #101010;
}

.about-bg-content{
	position: relative;
	padding: 60px 0;
	background: #2758a4;
	color: #ffffff;
	text-align: center;
}

.about-bg-content .text{
	font-size: 30px;
	line-height: 1.30em;
}

/*** 

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 70px 0px 120px;
}

.contact-section .title-box{
	margin-bottom: 100px;
}

.contact-section .auto-container{
	max-width: 1280px;
}

.contact-section .info-block{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.contact-section .info-block .inner{
	position: relative;
	display: block;
}

.contact-section .info-block .text{
	position: relative;
	color: #282526;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.contact-section .info-block .icon{
	position: relative;
	display: block;
	line-height: 50px;
	margin-bottom: 25px;
}

.contact-section .info-block .icon img{
	height: 55px;
}

.contact-section .info-block .email .icon img{
	height: 65px;
}

.contact-section .info-block .location .icon img{
	height: 65px;
}

.contact-section .info-block .text a{
	color: #282526;
}

.contact-section .info-block .text a:hover{
	color: #1d71b8;
	text-decoration: underline;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.products-section{
	position:relative;
	background: #eeeeef;
	padding: 100px 0px 40px;
}

.products-section.products-page{
	background: none;
}

.products-section .products-box{
	position: relative;
	display: block;
}

.products-section .title-box{
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}

.products-section .title-box h2{
	color: #2758a4;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.20em;
	margin-bottom: 0;
}

.page-title-box{
	position: relative;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 60px;
}

.page-title-box h2{
	font-size: 40px;
	font-weight: 700;
	color: #034C8C;
	text-transform: uppercase;
	margin: 0 0;
}
h2{
	font-size: 40px;
	font-weight: 700;
	color: #034C8C;
	text-transform: uppercase;
	margin: 10 0;
}
.page-title-box h2:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -20px;
	width: 70px;
	border-bottom: 3px solid #101010;
}

.products{
	position: relative;
}

.product-item{
	position: relative;
	margin-bottom: 60px;
}

.products .row{
	margin: 0 -25px;
}

.products .row .product-item{
	padding: 0 25px;
}

.product-item .inner-box{
	position: relative;
	display: block;
}

.product-item .image{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
}

.product-item .image img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	transition:all 700ms ease;
}

.product-item:hover .image img{
	opacity: 0.50;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.product-item .title{
	position: relative;
	padding: 18px 0px;
	border-bottom: 2px solid #034C8C;
}

.product-item .title h5{
	position: relative;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #010101;
	margin: 0;
}

.product-item .title h5 a{
	color: #010101;
}

.product-item .title h5 a:hover{
	color: #034C8C;
	text-decoration: underline;
}

.product-item .link-box{
	position: relative;
	display: block;
	padding-top: 30px;
	text-align: center;
}

.product-item .link-box .theme-btn{
	padding: 8px 25px;
	font-size: 16px;
}

