@import url('owl.css');
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
	font-family:sans-serif;
}
body {
	
	font-size:16px;
	color:#1b1c1e;
	line-height:1.5em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #1b1c1e;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
	font-family: Saurer,sans-serif;
}
input,select,button{
	font-family: 'Roboto', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}
.text{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.auto-container{
	position:static;
	max-width:1400px;
	padding:0px 15px;
	margin:0 auto;
}
@media (max-width:1280px) {
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
}

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
	width: 100%;
	height: 946px;
}
@media (max-width:1280px) {
	.banner-section{
		position: relative;
		z-index:1;
		width: 100%;
		height: 746px;
	}
}
.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-section .banner-bottom-pattern{
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 120px;
/*	background: url(../images/banner-bottom-1.png) center bottom no-repeat;*/
	background-size: 100% 100%;
	z-index: 5;
}

.banner-three .banner-bottom-pattern,
.banner-four .banner-bottom-pattern,
.banner-five .banner-bottom-pattern{
/*	background: url(../images/banner-bottom-2.png) center bottom no-repeat;*/
	background-size: 100% 100%;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #edf5f8;
	color: #222222;
	overflow:hidden;
	height: 946px;
}
@media (max-width:1280px) {
.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #edf5f8;
	color: #222222;
	overflow:hidden;
	height: 746px;
}
}
.banner-carousel .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171b2769;
	opacity: 0.50;
	z-index: 1;
}

.banner-carousel .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;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 950px;
	padding: 0 0px;
	z-index:5;
}
@media (max-width:1280px) {
.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 800px;
	padding: 0 0px;
	z-index:5;
}
}
.banner-three .banner-carousel .content-box{
	height: 830px;
}

.banner-four .banner-carousel .content-box{
	height: 870px;
}

.banner-five .banner-carousel .content-box{
	height: 870px;
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 120px 0px 150px;
}

.banner-two .banner-carousel .content-box .content{
	padding: 50px 0px;
}

.banner-three .banner-carousel .content-box .content{
	padding: 50px 0px 120px;
}

.banner-four .banner-carousel .content-box .content{
	padding: 170px 0px 100px;
}

.banner-five .banner-carousel .content-box .content{
	padding: 100px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	max-width: 780px;
}

.banner-two .banner-carousel .content-box .inner{
	text-align: center;
	margin: 0 auto;
	max-width: 840px;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 60px;
	line-height: 1.15em;
	color: #ffffff;
	font-weight: 800;
	opacity: 0;
	margin-bottom: 24px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-five .banner-carousel .content-box h1{
	font-size: 60px;
	text-transform: none;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 30px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-carousel .content-box .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .link-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .owl-nav{
	display: none;
}

.banner-section .owl-dots{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 96%;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 0.2vw;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,0.50);
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span{
	border-color: rgba(255,255,255,1);
}

.banner-section .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(255,255,255,0.50);
	border-radius: 50%;
	z-index: 1;
}

.banner-section .owl-dots .owl-dot.active span:before{
	background: rgba(255,255,255,1);
}

.banner-two .owl-dots{
	position: absolute;
	right: auto;
	top: auto;
	margin: 0;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.banner-two .owl-dots .owl-dot{
	display: inline-block;
	margin: 0px 7px;
}

.banner-three .owl-dots{
	position: absolute;
	right: auto;
	top: auto;
	margin: 0;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
	bottom: 100px;
	text-align: left;
}

.banner-three .owl-dots .owl-dot{
	display: inline-block;
	margin: 0px 15px 0px 0px;
}
