 

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Merriweather:300,300i,400,400i&display=swap');

/*
font-family: 'Hind', sans-serif;
font-family: 'Merriweather', serif;
*/

@import url('owl.css');
@import url('fontawesome-all.css');
/* @import url('stroke-gap-icons.css'); */
@import url('flaticon.css');
@import url('animate.css');
/* @import url('jquery-ui.css'); */
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('custom-animate.css');

@font-face {
  font-family: 'Signature';
  src:  url('../fonts/JustSignatureRegular.eot?lsn0el');
  src:  url('../fonts/JustSignatureRegular.eot?lsn0el#iefix') format('embedded-opentype'),
    url('../fonts/JustSignatureRegular.ttf?lsn0el') format('truetype'),
    url('../fonts/JustSignatureRegular.woff?lsn0el') format('woff'),
    url('../fonts/JustSignatureRegular.svg?lsn0el#Signature') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:16px;
	color:#222222;
	line-height:1.5em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Hind', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #52c306;
}

.theme_color{
	color:#52c306;
}

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: 'Hind', cursive;
}

h1{
	font-size: 72px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 12px;
}

h6{
	font-size: 10px;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 16px;
	line-height: 1.5em;
	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;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-one:hover{
	color: #ffffff;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 80px 12px 30px;
	background: #52c306;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-one:hover .btn-title{
	color:#ffffff;
}

.btn-style-one .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
}

.btn-style-one .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-one .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #222222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-two:hover{
	color: #ffffff;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 80px 12px 30px;
	background: #444444;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-two:hover .btn-title{
	color:#ffffff;
}

.btn-style-two .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
}

.btn-style-two .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-two .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #52c306;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-two:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-three:hover{
	color: #ffffff;
}

.btn-style-three .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 80px 12px 30px;
	background: #406fe6;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-three:hover .btn-title{
	color:#ffffff;
}

.btn-style-three .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
}

.btn-style-three .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-three .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #444444;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-three:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style Four*/

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-four:hover{
	color: #ffffff;
}

.btn-style-four .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 80px 12px 30px;
	background: #e2bc2f;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-four:hover .btn-title{
	color:#ffffff;
}

.btn-style-four .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
}

.btn-style-four .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-four .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #30adcd;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-four:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style Five*/

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-five:hover{
	color: #ffffff;
}

.btn-style-five .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 80px 12px 30px;
	background: #ffffff;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-five:hover .btn-title{
	color:#ffffff;
}

.btn-style-five .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.10);
}

.btn-style-five:hover .btn-title .btn-icon{
	border-left-color: rgba(255,255,255,0.20);
}

.btn-style-five .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-five .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #222222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-five:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style Five*/

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-six:hover{
	color: #ffffff;
}

.btn-style-six .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 10px 80px 10px 30px;
	background: none;
	border:2px solid #ffffff;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-six:hover .btn-title{
	color:#ffffff;
	border-color: #84b040;
}

.btn-style-six .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
	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;
}

.btn-style-six .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 26px;
}

.btn-style-six .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #84b040;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-six:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style One*/

.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-seven:hover{
	color: #ffffff;
}

.btn-style-seven .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 80px 12px 30px;
	background: #84b040;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-seven:hover .btn-title{
	color:#ffffff;
}

.btn-style-seven .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
}

.btn-style-seven .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-seven .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #222222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-seven:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/* Btn Style Eight */

.btn-style-eight{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-eight:hover{
	color: #ffffff;
}

.btn-style-eight .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 80px 12px 30px;
	background: #2f333c;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-eight:hover .btn-title{
	color:#ffffff;
}

.btn-style-eight .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
}

.btn-style-eight .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-eight .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #84b040;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-eight:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/* Btn Style Nine */

.btn-style-nine{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-nine:hover{
	color: #ffffff;
}

.btn-style-nine .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 80px 12px 30px;
	background: #e85728;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-nine:hover .btn-title{
	color:#ffffff;
}

.btn-style-nine .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.20);
}

.btn-style-nine .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-nine .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #1c2562;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-nine:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style Ten*/

.btn-style-ten{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-ten:hover{
	color: #ffffff;
}

.btn-style-ten .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 10px 80px 10px 30px;
	background: none;
	border:2px solid #cccccc;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-ten:hover .btn-title{
	color:#ffffff;
	border-color: #e85728;
}

.btn-style-ten .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	color: #e85728;
	border-left: 1px solid rgba(0,0,0,0.10);
	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;
}

.btn-style-ten:hover .btn-title .btn-icon{
	color: #ffffff;
	border-left-color: rgba(255,255,255,0.20);
}

.btn-style-ten .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 26px;
}

.btn-style-ten .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #e85728;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-ten:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style Eleven*/

.btn-style-eleven{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-eleven:hover{
	color: #ffffff;
}

.btn-style-eleven .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 10px 80px 10px 30px;
	background: none;
	border:2px solid #ffffff;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-eleven:hover .btn-title{
	color:#ffffff;
	border-color: #222222;
}

.btn-style-eleven .btn-title .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.40);
	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;
}

.btn-style-eleven .btn-title .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 26px;
}

.btn-style-eleven .btn-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #222222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-eleven:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style Twelve*/

.btn-style-twelve{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	background: #d73441;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:2px;
	overflow:hidden;
}

.btn-style-twelve:hover{
	color: #ffffff;
}

.btn-style-twelve .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 30px;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-twelve:hover .btn-title{
	color:#ffffff;
}

.btn-style-twelve .btn-title .icon{
	position: relative;
	font-weight: 700;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 30px;
}

.btn-style-twelve:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:1;
	height: 100%;
	width: 100%;
	background: #0a394d;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-twelve:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style Thirteen*/

.btn-style-thirteen{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	background: #ffffff;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:2px;
	overflow:hidden;
}

.btn-style-thirteen:hover{
	color: #ffffff;
}

.btn-style-thirteen .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 12px 30px;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-thirteen:hover .btn-title{
	color:#ffffff;
}

.btn-style-thirteen:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:1;
	height: 100%;
	width: 100%;
	background: #d73441;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-thirteen:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/*Btn Style Thirteen*/

.btn-style-fourteen{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	background: none;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
	border-radius:2px;
	overflow:hidden;
}

.btn-style-fourteen:hover{
	color: #222222;
}

.btn-style-fourteen .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 11px 30px;
	border:1px solid #ffffff;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-fourteen:hover .btn-title{
	color:#ffffff;
	border-color: #d73441;
}

.btn-style-fourteen:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:1;
	height: 100%;
	width: 100%;
	background: #d73441;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-fourteen:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:rgba(0,0,0,0);
} 

.preloader .icon{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:5; 
	background-color:rgba(0,0,0,0); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/preloader.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} 

.page-loaded .preloader .icon{
	opacity:0; 
}

.preloader:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:0; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:before{
	-webkit-transform:translateX(-101%);
	-ms-transform:translateX(-101%);
	transform:translateX(-101%);
}

.preloader:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:2; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:after{
	-webkit-transform:translateX(101%);
	-ms-transform:translateX(101%);
	transform:translateX(101%);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
	width:54px;
	height:54px;
	color:#ffffff;
	font-size:30px;
	line-height:54px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#25283a;
	border-radius: 0px;
	margin-left:-26px;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	-webkit-box-shadow:2px 2px 0px #25283a;
	-ms-box-shadow:2px 2px 0px #25283a;
	box-shadow:2px 2px 0px #25283a;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}

 

.header-top{
	position: relative;
}

.header-top .inner{
	position:relative;
}

.main-header .header-top .top-left{
	position: relative;
	float: left;
}

.main-header .header-top .top-right{
	position: relative;
	float: right;
}

.header-top-one{
	background: none;
	padding: 15px 0px;
	color: #ffffff;
}

.header-top-one .top-text{
	position: relative;
	line-height: 30px;
}

.header-top-one .email{
	position:relative;
	float: left;
	line-height: 30px;
}

.header-top-one .email a{
	color: #ffffff;
}

.header-top-one .email a:hover{
	text-decoration: underline;
}

.header-top-one .social-links{
	position:relative;
	float: left;
	margin-left: 30px;
}

.header-top-one .social-links li{
	position:relative;
	float:left;
	color:#333333;
	line-height:30px;
	margin-right:20px;
}

.header-top-one .social-links li:last-child{
	margin-right: 0;
}

.header-top-one .social-links li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:14px;
	line-height:30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-top-one .social-links li a .fa,
.header-top-one .social-links li a .fab{
	vertical-align: middle;
}

.header-top-one .social-links li a:hover{
	color: #52c306;
}

/*=== Header Main Box ===*/

.main-header .header-main-box{
	position:relative;
	display: block;
}


.main-header .nav-outer{
	position: relative;
	float: left;
	z-index:1;
}

.main-header .nav-outer .main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Hind', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:20px 0px;
	margin-right: 58px;
	-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:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:after{
	content: '';
	position: absolute;
	right: -33px;
	top: 0px;
	width: 3px;
	height: 100%;
	/* background: url(../images/icons/link-separator-1.png) center center no-repeat; */
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing: 0.03em;
	color:#ffffff;
	padding:0px 0px;
	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{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0px;
	border-bottom: 1px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:25px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color: #52c306;
}

.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}


.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #333333;
	transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:11px 20px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	color:#242424;
	text-align:left;
	text-transform:capitalize;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background-color:#f0f0f0;
	padding-left: 26px;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:250px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #333333;
	transition:all 500ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
	display:block;
	padding:11px 20px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	color:#242424;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#f0f0f0;
	padding-left: 26px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:16px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

 

/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three{
	position: relative;
	color: #aaaaaa;
}

.header-style-three .header-upper{
	position:relative;
	display: block;
	padding: 20px 0px;
	background: #2f333c;
}

.header-style-three .header-upper .logo-box{
	position: relative;
	float:left;
	padding: 0px 0px;
	z-index:10;
}

.header-style-three .header-upper .logo-box .logo{
	position: relative;
	display:block;
}

.header-style-three .header-upper .logo-box .logo img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: 80px;
	z-index:1;
}

.header-style-three .header-upper .right-info{
	position: relative;
	float: right;
}

.header-style-three .header-upper .info{
	position: relative;
	float: left;
	padding-top: 15px;
}

.header-style-three .header-upper .info .info-block{
	position: relative;
	float: left;
	padding-left: 50px;
	margin-left: 50px;
}

.header-style-three .header-upper .info .info-block:first-child{
	margin-left: 0;
}

.header-style-three .header-upper .info .info-block .icon-box{
	position: absolute;
	left: 0;
	top: 3px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.header-style-three .header-upper .info strong{
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.header-style-three .header-upper .info .info-text{
	position: relative;
	display: block;
	font-size: 16px;
}

.header-style-three .header-upper .info a{
	color: #ffffff;
}

.header-style-three .header-upper .info a:hover{
	text-decoration: underline;
}

.header-style-three .header-upper .link-box{
	position: relative;
	float: left;
	padding-top: 13px;
	margin-left: 50px;
}

.header-style-three .header-lower{
	position:relative;
	display: block;
	background: #84b040;
}

.header-style-three .header-lower .nav-box{
	position:relative;
	display: block;
	color: #ffffff;
}

.header-style-three .main-menu .navigation > li{
	margin-right: 40px;
}

.header-style-three .main-menu .navigation > li:after{
	display: none;
}

 

 

.header-style-three .nav-box .social{
	position: relative;
	float: right;
	margin-top: 21px;
	padding-left: 40px;
	/* background: url(../images/icons/link-separator-1.png) left center no-repeat; */
}

.header-style-three .nav-box .social-links{
	position:relative;
}

.header-style-three .nav-box .social-links li{
	position:relative;
	float:left;
	color:#333333;
	line-height:30px;
	margin-left:25px;
}

.header-style-three .nav-box .social-links li:first-child{
	margin-left: 0;
}

.header-style-three .nav-box .social-links li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .nav-box .social-links li a .fa,
.header-style-three .nav-box .social-links li a .fab{
	vertical-align: middle;
}

.header-style-three .nav-box .social-links li a:hover{
	opacity: 0.50;
}

 

/*** 

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header{
	position: relative;
}

.inner-page-header .header-top-one{
	background: #24345d;
}

.inner-page-header .upper-row{
	padding: 20px 0px;
}

.inner-page-header .lower-row{
	position: absolute;
	top: 100%;
	width: 100%;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
	border-bottom:1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99901;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0px;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 40px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:21px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#25283a;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;	
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

 



/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	margin: 14px 0px 12px;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left: 3px solid #52c306;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-carousel{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 70px;
	overflow:hidden;
}
 
 

.banner-three .banner-carousel .slide-item{
	padding: 0 0 30px;
}
 

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.50;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
 
 

.banner-three .banner-carousel .slide-item .image-layer{
	opacity: 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: 600px;
	padding: 0 0px;
	z-index:5;
}
 

 

.banner-three .banner-carousel .content-box{
	height: 600px;
}
 

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
 
 

.banner-three .banner-carousel .content-box .inner{
	max-width: 650px;
	margin: 0 0;
	text-align: left;
}

 

.banner-carousel .content-box .sub-title{
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin-bottom: 30px;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}
 

.banner-carousel .content-box .sub-title .icon{
	font-size: 24px;
	vertical-align: middle;
	color: #30adcd;
	padding-right: 10px;
}

.banner-carousel .content-box .sub-title .icon:last-child{
	padding-left: 10px;
}

.banner-carousel .active .content-box .sub-title{
	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: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .subtitle-2{
	display: block;
	font-size: 15px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding-bottom: 13px;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}

.banner-carousel .content-box .subtitle-2 .icon{
	font-size: 24px;
	vertical-align: middle;
	color: #30adcd;
	margin-left: 10px;
}

.banner-carousel .active .content-box .subtitle-2{
	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: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .slide-item .curve-layer{
	position: absolute;
	left: 0%;
	top: 0;
	width: 50%;
	height: 100%;
	opacity: 0;
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px);
}

.banner-section .active .slide-item .curve-layer{
	opacity: 1;
	-webkit-transform:translate(0);
	-ms-transform:translate(0);
	transform:translate(0);
	-webkit-transition:all 700ms ease 300ms;
	-ms-transition:all 700ms ease 300ms;
	-o-transition:all 700ms ease 300ms;
	-moz-transition:all 700ms ease 300ms;
	transition:all 700ms ease 300ms;
}

.banner-section .slide-item .curve-layer:before{
	content: '';
	position: absolute;
	right: -100px;
	top: 0;
	width: 150%;
	height: 100%;
	background: #000000;
	opacity: 0.60;
	-webkit-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	transform: skewX(-12deg);
}

.banner-carousel .bottom-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.banner-carousel .bottom-dots .dot{
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #ffffff;
	margin-right: 3px;
}

.banner-carousel .bottom-dots .line-dot{
	border-right: 40px solid #ffffff;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 72px;
	line-height: 1.10em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 35px;
	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-three .banner-carousel .content-box h1{
	font-size: 60px;
	line-height: 1.15em;
	margin-bottom: 35px;
	padding-bottom: 13px;
}
 

.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: 18px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 40px;
	max-width: 650px;
	-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 .links-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .links-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: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}
 

.banner-three .banner-carousel .active .content-box .links-box{
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

 

.banner-carousel .content-box .content-image{
	position: absolute;
	left: 100%;
	top: -80px;
	margin-left: 30px;
	width: 700px;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
}

.banner-carousel .content-box .content-image img{
	width: auto;
	max-width: 100%;
}
 

.banner-section .owl-dots{
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 2px;
	height: 30px;
	margin: 0px 7px;
}

.banner-section .owl-dots .owl-dot span{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 2px;
	height: 10px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-dots .owl-dot.active span{
	height: 30px;
}

.banner-three .banner-carousel .owl-nav {
	display: none;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:40px;
	padding-bottom: 25px;
}

.sec-title.centered{
	/* margin-bottom: 60px; */
}

.sec-title .upper-text{
	position: relative;
	display: block;
	font-size: 14px;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}

.sec-title.hydro-theme .upper-text{
	font-size: 16px;
	color: #888888;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.sec-title .upper-text .icon{
	position: relative;
	vertical-align: middle;
	font-size: 16px;
	color: #406fe6;
	padding-left: 3px;
}

.sec-title.bio-theme .upper-text .icon{
	color: #84b040;
}

.sec-title.fuel-theme .upper-text .icon{
	color: #d73441;
}

.sec-title.hydro-theme .upper-text .icon{
	color: #e85728;
}

.sec-title .subtitle{
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 17px;
	color: #52c306;
	font-weight: 300;
	padding-top: 10px;
}

.sec-title.bio-theme .subtitle{
	color: #84b040;
}

.sec-title.fuel-theme .subtitle{
	color: #d73441;
	padding-top: 5px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:36px;
	line-height: 1.15em;
	color: #222222;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sec-title.hydro-theme h2{
	color: #1c2562;
}

.sec-title .bottom-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.sec-title.centered .bottom-dots{
	left: 50%;
	margin-left: -25px;
}

.sec-title .bottom-dots .dot{
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #406fe6;
	margin-right: 3px;
}

.sec-title.bio-theme .bottom-dots .dot{
	border-right-color: #2f333c;
}

.sec-title.hydro-theme .bottom-dots .dot{
	border-right-color: #e85728;
}

.sec-title .bottom-dots .line-dot{
	border-right: 40px solid #406fe6;
}

.sec-title.fuel-theme .bottom-dots .dot{
	border-right-color: #0a394d;
}

.light-title .upper-text,
.light-title .upper-text .icon,
.light-title h2{
	color: #ffffff;
}

.light-title .bottom-dots .dot{
	border-color: #ffffff;
}

.sec-title-two{
	position:relative;
	display: block;
	max-width: 720px;
	margin: 0 auto 50px;
	text-align: center;
}

.sec-title-two .subtitle{
	position: relative;
	display: block;
	font-size: 16px;
	color: #aaaaaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0 0 15px;
}

.sec-title-two h2{
	position: relative;
	display: block;
	font-size:36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 0px;
}

.sec-title-two .upper-icon{
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #e2bc2f;
	line-height: 30px;
	width: 140px;
	padding: 0px 40px;
	margin: 0 auto 25px;
}

.sec-title-two .left-dots{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 45px;
}

.sec-title-two .left-dots .dot{
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #406fe6;
	margin-right: 3px;
}

.sec-title-two .left-dots .line-dot{
	border-right: 20px solid #406fe6;
}

.sec-title-two .right-dots{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 45px;
}

.sec-title-two .right-dots .dot{
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #406fe6;
	margin-left: 3px;
}

.sec-title-two .right-dots .line-dot{
	border-left: 20px solid #406fe6;
}

.sec-title-two .sub-text{
	position: relative;
	padding-top: 20px;
	line-height: 1.5em;
}
 

.fun-facts-section{
	position:relative;
	padding: 260px 0px 60px;
}

.fun-facts-section.default-style{
	padding: 80px 0px 50px;
	border-top: 1px solid rgba(0,0,0,0.07);
}

.fun-facts-section.bio-theme{
	padding-top: 190px;
}

.fun-facts-section .auto-container{
	max-width: 1300px;
}

.fun-facts-section .bg-pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(../images/background/map-pattern.jpg) center 50px no-repeat; */
}

.fact-counter{
	position: relative;
	z-index: 1;
}

.fact-counter .counter-column{
	position:relative;
	margin-bottom:50px;
	text-align: center;
}

.fact-counter .counter-column .inner{
	position: relative;
	display: block;
}

.fun-facts-section.default-style .inner:before{
	content: '';
	position: absolute;
	right: -15px;
	bottom: 5px;
	border-left: 1px dashed rgba(0,0,0,0.20);
	height: 80px;
}

.fun-facts-section.default-style .counter-column:last-child .inner:before{
	display: none;
}

.fact-counter .counter-column .icon-box{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1em;
	color:#406fe6;
	margin-bottom: 25px;
}

.fun-facts-section.bio-theme .fact-counter .counter-column .icon-box{
	color: #84b040;
}

.fact-counter .count-box{
	position: relative;
	font-size:48px;
	line-height: 1.1em;
	color:#52c306;
	text-transform: capitalize;
	font-weight:700;
	margin-bottom: 5px;
}

.fun-facts-section.bio-theme .fact-counter .count-box{
	color: #222222;
}

.fact-counter .count-box .count-text{
	position:relative;
	display: inline-block;
}

.fact-counter .counter-title{
	position: relative;
	display: block;
	font-size:18px;
	line-height:24px;
	letter-spacing: 0.05em;
	font-weight:400;
	color:#222222;
	text-transform: capitalize;
}

.fun-facts-section.bio-theme .fact-counter .counter-title{
	color: #84b040;
	font-size: 16px;
	text-transform: uppercase;
}
 
/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -15px;
}

.default-form .form-group{
	position:relative;
	padding: 0 15px;
	margin-bottom: 25px;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #333333;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.default-form .form-group:last-child{
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 11px 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
	border-radius:3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 130px;
	padding-top: 15px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	display:inline-block;
	margin-top:5px;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus{
	border-color: #406fe6;
}

.contact-form ::-webkit-input-placeholder{color: #aaaaaa;}

.contact-form ::-moz-input-placeholder{color: #aaaaaa; }

.contact-form ::-ms-input-placeholder{color: #aaaaaa;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:5px;
}

.content-box .default-form label.error{
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	height:54px;
	padding:11px 20px;
	line-height:30px;
	font-family: 'Hind', sans-serif;
	color:#333333;
	border-radius:3px;
	background-color:#ffffff;
	border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#aaaaaa;
	line-height:20px;
	font-size:16px;
	font-weight:700;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
	font-family: 'Hind', sans-serif;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:10px 20px !important;
	font-size:16px;
	line-height:24px;
}

 
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#112047;
	color: #ffffff;
}

.footer-style-two{
	background-color:#062128;
}

.footer-style-three{
	background-color:#27292f;
}

.footer-style-four{
	background-color:#0d112c;
}

 

.main-footer .upper-section{
	position: relative;
	padding: 60px 0px 30px;
}

.main-footer .upper-section .outer{
	position: relative;
	margin: 0px -15px;
}

.main-footer .service-block-two{
	position: relative;
	float: left;
	width: 18%;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.main-footer .service-block-two.logo-block{
	width: 28%;
}

.main-footer .service-block-two .inner-box{
	position: relative;
	display: block;
	text-align: center;
}

.main-footer .service-block-two .icon-box{
	position: relative;
	display: block;
	color: #52c306;
	font-size: 64px;
	line-height: 1em;
	margin-bottom: 15px;
}

.main-footer .service-block-two .service-title{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.4em;
	color: #ffffff;
}

.main-footer .service-block-two .service-title a{
	color: #ffffff;
}

.main-footer .service-block-two .service-title a:hover{
	text-decoration: underline;
}

.main-footer .upper-section .logo{
	position: relative;
	padding: 15px 0px 10px;
}

.main-footer .social-links{
	position:relative;
	text-align: center;
	padding-top: 10px;
}

.main-footer .social-links li{
	position:relative;
	display: inline-block;
	margin: 0px 7px;
	color:#ffffff;
	line-height:24px;
}

.main-footer .social-links li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	opacity: 0.50;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-links li a .fa,
.main-footer .social-links li a .fab{
	vertical-align: middle;
}

.main-footer .social-links li a:hover{
	color: #ffffff;
	opacity: 1;
}

.footer-style-four .upper-section{
	position: relative;
	padding: 110px 0px 0px;
	text-align: center;
}

.footer-style-four .upper-section .logo-box{
	position: relative;
	display: inline-block;
	padding: 0px 40px;
	top: 15px;
	background: #0d112c;
	z-index: 1;
}

.footer-style-four .upper-section .social-links li{
	margin: 0px 15px;
}

.main-footer .widgets-section{
	position:relative;
	padding:100px 0px 60px;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:50px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .widget-title{
	position:relative;
	margin-bottom:25px;
}

.main-footer .widget-title h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	color:#84b040;
	letter-spacing:1px;
	text-transform:capitalize;
}

.main-footer .info{
	position: relative;
}

.main-footer .info .info-block{
	position: relative;
	padding-left: 60px;
	min-height: 40px;
	margin-bottom: 25px;
}

.main-footer .info .info-block:last-child{
	margin-bottom: 0;
}

.main-footer .info .info-block .icon-box{
	position: absolute;
	left: 0;
	top: 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.main-footer .info strong{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color:#84b040;
}

.main-footer .info .info-text{
	position: relative;
	display: block;
	font-size: 16px;
}

.main-footer .info .info-text a {
	color: #ffffff;
}

.main-footer .info .info-text a:hover, .tp-contact-area .info .info-text a:hover{
	text-decoration: underline;
}

.main-footer .links-widget ul{
	position: relative;
}

.main-footer .links-widget ul li{
	position:relative;
	margin-bottom:15px;
	font-size: 16px;
	color: #ffffff;
}

.main-footer .links-widget ul li:last-child{
	margin-bottom: 0;
}

.main-footer .links-widget ul li a{
	position:relative;
	display: inline-block;
	padding-left: 25px;
	line-height:24px;
	color:#ffffff;
	text-transform: capitalize;
	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 .links-widget ul li a:hover{
	color:#52c306;
}

.footer-style-two .links-widget ul li a:hover{
	color:#e2bc2f;
}

.footer-style-three .links-widget ul li a:hover{
	color: #84b040;
}

.footer-style-four .links-widget ul li a:hover{
	color: #e85728;
}

 

.main-footer .links-widget ul li a:before{
	font-family: 'Flaticon';
	content: "\f196";
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	font-size:14px;
	font-weight:400;
	z-index:5;
	opacity: 0.50;
}

.main-footer .links-widget ul li a:hover:before{
	opacity: 1;
}

.main-footer .gallery-widget .images{
	position: relative;
	margin: 0px -5px;
}

.main-footer .gallery-widget .images .image{
	position: relative;
	float: left;
	width: 33.333%;
	display: block;
	margin: 0 0 10px;
	padding: 0px 5px;
}

.main-footer .gallery-widget .images img{
	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;
}

.main-footer .gallery-widget .images img:hover{
	opacity: 0.70;
}

.main-footer .footer-bottom{
	position:relative;
	line-height: 24px;
	color: #a6a6a6;
	border-top:1px solid rgba(255,255,255,0.15);
}

.main-footer .footer-bottom .inner{
	position: relative;
	padding: 35px 0px 25px;
}

.main-footer .footer-bottom .scroll-top-footer{
	position: absolute;
	right: 0px;
	top: -24px;
	background: #52c306;
	color: #ffffff;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	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;
}

.footer-style-two .footer-bottom .scroll-top-footer{
	background: #e2bc2f;
}

.footer-style-three .footer-bottom .scroll-top-footer{
	background: #3d3f44;
}

.footer-style-four .footer-bottom .scroll-top-footer{
	background: #1c2562;
}

.main-footer .footer-bottom .scroll-top-footer:hover{
	background: #406fe6;
}

.footer-style-three .footer-bottom .scroll-top-footer:hover{
	background: #84b040;
}

.footer-style-four .footer-bottom .scroll-top-footer:hover{
	background: #e85728;
}
 

 

.main-footer .footer-bottom .copyright{
	position:relative;
	    text-align: center
}

.main-footer .footer-bottom .copyright a{
	color: #ffffff;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
	float: right;
}

.main-footer .footer-bottom .footer-nav ul li{
	position: relative;
	float: left;
	margin-left: 23px;
	line-height: 24px;
}

.main-footer .footer-bottom .footer-nav ul li:before{
	content: '|';
	position: absolute;
	left: -13px;
	top: 0;
	line-height: 24px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before{
	display: none;
}

.main-footer .footer-bottom .footer-nav ul li a{
	position: relative;
	color: #a6a6a6;
}

.main-footer .footer-bottom .footer-nav ul li a:hover{
	color: #52c306;
}

.footer-style-two .footer-bottom .footer-nav ul li a:hover{
	color: #e2bc2f;
}

.footer-style-three .footer-bottom .footer-nav ul li a:hover{
	color: #84b040;
}

.footer-style-four .footer-bottom .footer-nav ul li a:hover{
	color: #e85728;
}

 

.main-footer .footer-logo-box{
	position:relative;
	margin-bottom: 10px;
}

.main-footer .about-text{
	position:relative;
	max-width: 320px;
	margin-bottom: 25px;
}

.footer-social{
	position:relative;
}

.footer-social-two li{
	position:relative;
	display: inline-block;
	margin: 0px 16px 0px 0px;
	color:#ffffff;
	line-height:24px;
}

.footer-social-two li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	opacity: 0.50;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-social-two li a .fa,
.footer-social-two li a .fab{
	vertical-align: middle;
}

.footer-social-two li a:hover{
	color: #e2bc2f;
	opacity: 1;
}

.footer-style-three .footer-social-two li a:hover{
	color: #84b040;
	opacity: 1;
}

 

/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section{
	position:relative;
	padding: 110px 0px 0px;
	overflow: hidden;
}

.features-section .pattern-images{
	position: absolute;
	left: 0;
	bottom:100px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.features-section .pattern-image-left{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: auto;
	height: auto;
	opacity: 0.08;
}

.features-section .pattern-image-right{
	position: absolute;
	right: 0;
	bottom: 0px;
	width: auto;
	height: auto;
	opacity: 0.08;
}

.featured-block{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.owl-theme .featured-block{
	margin-bottom: 0;
}

.featured-block .inner-box{
	position: relative;
	display: block;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
	overflow: hidden;
}

.featured-block .image-box{
	position: relative;
	display: block;
	margin: 0;
}

.featured-block .image-box .image{
	position: relative;
	display: block;
	margin: 0;
}

.featured-block .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
}

.featured-block .lower-title{
	position: relative;
	display: block;
	padding: 20px 20px;
	background: #ffffff;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
}

.featured-block .inner-box:hover .lower-title{
	transform: translateY(-250px);
	opacity: 0;
}

.featured-block .lower-title h3{
	position: relative;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	padding: 5px 0px;
	line-height: 1.5em;
	margin: 0;
}

.featured-block .lower-title h3 a{
	color: #222222;
}

.featured-block .lower-title h3 a:hover{
	color: #30adcd;
}

.featured-block .lower-title .icon{
	position: relative;
	display: inline-block;
	line-height: 38px;
	height: 40px;
	width: 55px;
	font-size: 24px;
	background: url(../images/icons/flare-image-1.png) left top no-repeat;
	color: #30adcd;
	vertical-align: middle;
}

.featured-block .hover-box{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.80);
	border-bottom: 4px solid #e2bc2f;
	color: #ffffff;
	opacity: 1;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.featured-block .inner-box:hover .hover-box{
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.featured-block .hover-box .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.featured-block .hover-box .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #30adcd;
	opacity: 0.95;
}

.featured-block .hover-inner{
	position: absolute;
	display: table;
	vertical-align: middle;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.featured-block .hover-inner .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px;
}

.featured-block .hover-inner .icon-box{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 10px;
}

.featured-block .hover-inner h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 12px;
}

.featured-block .hover-inner h3 a{
	color: #ffffff;
}

.featured-block .hover-inner .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	color: #ffffff;
	text-transform: capitalize;
}

.featured-block .hover-inner .link a .icon{
	position: relative;
	vertical-align: middle;
	font-weight: 700;
	padding-left: 5px;
}

.featured-block .hover-inner .link a:hover .txt{
	text-decoration: underline;
}

.featured-block .hover-inner .text{
	position: relative;
	line-height: 1.5em;
	margin-bottom: 15px;
} 

.call-to-action{
	position:relative;
	padding: 90px 0px 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.call-to-action .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.call-to-action .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #30adcd;
	opacity: 0.90;
}

.call-to-action .title-column{
	margin: 0 0 40px;
}

.call-to-action .title-column .inner{
	position: relative;
	display: block;
}

.call-to-action .title-column h2{
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0;
}

.call-to-action .links-column{
	margin: 0 0 30px;
	text-align: right;
}

.call-to-action .links-column .inner{
	position: relative;
	display: block;
	padding-top: 15px;
}

.call-to-action .links-column .theme-btn{
	margin: 0 10px 10px 0px;
}

.call-to-action .links-column .btn-style-four .btn-title:before{
	background: #222222;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding: 100px 0px 100px;
	z-index: 2;
}

.about-section-two .upper-quote-box{
	position: absolute;
	right: 0;
	top: -80px;
	width: 100%;
}

.about-section-two .upper-quote-box .inner{
	position: relative;
	display: block;
	margin: 0px 100px;
}

.about-section-two .upper-quote-box .content{
	position: relative;
	float: right;
	width: 100%;
	max-width: 610px;
	padding: 50px 60px;
	background: #3a3d46;
	color: #ffffff;
}

.about-section-two .upper-quote-box .inner .bg-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #3a3d46;
	overflow: hidden;
}

.about-section-two .upper-quote-box .inner .bg-layer:before{
	content: '';
	position: absolute;
	left: 100%;
	bottom: 100%;
	width: 340px;
	height: 340px;
	background: rgba(255,255,255,0.07);
	margin: 0 0 -180px -220px;
	border-radius: 50%;

}

.about-section-two .upper-quote-box .content .text{
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.about-section-two .upper-quote-box .info{
	position: relative;
	display: block;
	padding-left: 38px;
	font-weight: 600;
	text-transform: capitalize;
}

.about-section-two .upper-quote-box .info:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 30px;
	border-bottom: 3px solid #ffffff;
}

.about-section-two .upper-quote-box .icon{
	position: absolute;
	right: 30px;
	top: 100%;
	margin-top: -50px;
	color: #84b040;
	font-size: 110px;
	line-height: 0.8em;
	font-weight: 700;
}

.about-section-two .upper-quote-box .icon span{
	position: relative;
	display: block;
	font-weight: 700;
	text-shadow: 0px 0px 1px #84b040;
}

.about-section-two .text-column{
	position: relative;
}

.about-section-two .text-column .inner{
	position: relative;
	display: block;
	padding-right: 20px;
	padding-top: 40px;
}

.about-section-two .text-content{
	position: relative;
	margin-bottom: 40px;
}

.about-section-two .text-content p{
	margin-bottom: 25px;
}

.about-section-two .featured-list{
	position: relative;
	max-width: 600px;
	margin-bottom: 40px;
}

.about-section-two .featured-list ul{
	position: relative;
}

.about-section-two .featured-list ul li{
	position: relative;
	padding: 20px 25px;
	font-weight: 700;
	font-size: 14px;
	color: #222222;
	text-transform: uppercase;
	line-height: 30px;
	border:1px solid #f0f0f0;
	margin-bottom: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
}

.about-section-two .featured-list ul li .icon{
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 30px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.about-section-two .image-column{
	position: relative;
}

.about-section-two .image-column .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

.about-section-two .image-column .image-box{
	position: relative;
	display: block;
	margin-left: -70px;
}

.about-section-two .image-column .image-box .image{
	position: relative;
	display: block;
	margin: 0;
}

.about-section-two .image-column .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
}

.about-section-two .image-column .image-box .image-two{
	position: absolute;
	display: block;
	left: -100px;
	top: 100%;
	margin: 0;
	margin-top: -80px;
	border: 20px solid #ffffff;
	z-index: 1;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding: 90px 0px 60px;
	z-index: 2;
}

.services-section-three .bg-layer{
	position: absolute;
	right: 50%;
	margin-right: -150px;
	top: 0;
	width: 3000px;
	bottom: 176px;
	background: #f7f7f7;
}

.services-section-three .curve-layer{
	position: absolute;
	left: 50%;
	top: 50px;
	width: 70%;
	bottom: 0;
	background: #000000;
	-webkit-transform: skewX(12deg);
	-ms-transform: skewX(12deg);
	transform: skewX(12deg);
	overflow: hidden;
}

.services-section-three .curve-layer .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.60;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: skewX(-12deg) scale(1.2);
	-ms-transform: skewX(-12deg) scale(1.2);
	transform: skewX(-12deg) scale(1.2);
}

.service-block-four{
	position: relative;
	margin-bottom: 30px;
}

.service-block-four .inner-box{
	position: relative;
	display: block;
	padding: 40px 40px 38px;
	background: #ffffff;
	outline:3px solid rgba(0,0,0,0);
	outline-offset: -3px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.05);
}

.service-block-four .inner-box:hover{
	outline-color: #84b040;
}

.service-block-four .icon-box{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	font-size: 48px;
	line-height: 90px;
	text-align: center;
	background: #f8f8f8;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box:hover .icon-box{
	background: #84b040;
	color: #ffffff;
	transform: scale(1.15) translateY(-5px);
	border-radius: 50%;
}

.service-block-four .lower-box{
	position: relative;
	display: block;
	height: 72px;
	margin-bottom: 22px;
}

.service-block-four .lower-box:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -50px;
	right: -50px;
	border-bottom: 1px solid #e0e0e0;
}

.service-block-four .inner-box:hover .lower-box:before{
	opacity: 0;
}

.service-block-four .title{
	position: relative;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box:hover .title{
	opacity: 0;
	visibility: hidden;
}

.service-block-four .title h3{
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	color: #222222;
	margin-bottom: 0;
}

.service-block-four .title h3 a{
	color: #222222;
}

.service-block-four .title .subtitle{
	position: relative;
	font-size: 16px;
	color: #999999;
	text-transform: capitalize;
}

.service-block-four .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box:hover .text{
	opacity: 1;
	visibility: visible;
}

.service-block-four .link-box{
	position: relative;
}

.service-block-four .link-box a{
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
	text-transform: capitalize;
}

.service-block-four .link-box a .txt{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.service-block-four .link-box a .icon{
	position: relative;
	top: 2px;
	color: #84b040;
	font-size: 16px;
	padding-left: 7px;
	font-weight: 600;
	text-decoration: none;
}

.service-block-four .link-box a:hover .txt{
	color: #84b040;
	border-bottom-color: #84b040;
}

/*** 

====================================================================
	Call TO Action Two
====================================================================

***/

.call-to-action-two{
	position:relative;
	padding: 75px 0px 35px;
	background: #2f333c;
	color: #ffffff;
}

.call-to-action-two .auto-container{
	max-width: 1080px;
}

.call-to-action-two .bg-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #3a3d46;
	overflow: hidden;
}

.call-to-action-two .bg-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 340px;
	background: rgba(255,255,255,0.07);
	margin-left: -160px;
	margin-top: -160px;
	border-radius: 50%;
}

.call-to-action-two .title-column{
	margin: 0 0 40px;
}

.call-to-action-two .title-column .inner{
	position: relative;
	display: block;
}

.call-to-action-two .title-column h2{
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0;
}

.call-to-action-two .links-column{
	margin: 0 0 30px;
	text-align: right;
}

.call-to-action-two .links-column .inner{
	position: relative;
	display: block;
	padding-top: 15px;
}

.call-to-action-two .links-column .theme-btn{
	margin: 0 10px 10px 0px;
}

.call-to-action-two .links-column .btn-style-seven .btn-title:before{
	background: #ffffff;
}

.call-to-action-two .links-column .btn-style-seven:hover .btn-title{
	color: #222222;
}

.call-to-action-two .links-column .btn-style-seven:hover .btn-icon{
	border-color: rgba(0,0,0,0.10);
}

/*** 

====================================================================
	Projects Section Two
====================================================================

***/

.projects-section-two{
	position:relative;
	padding: 100px 0px 70px;
}

.projects-section-two .auto-container{
	max-width: 1460px;
}

.projects-section-two .title-column,
.projects-section-two .carousel-column{
	position: relative;
	margin-bottom: 30px;
}

.projects-section-two .title-column .inner{
	position: relative;
	display: block;
}

.projects-section-two .title-column .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.projects-section-two .title-column .link-box{
	position: relative;
}

.projects-section-two .title-column .link-box a{
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
	text-transform: capitalize;
}

.projects-section-two .title-column .link-box a .txt{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #222222;
}

.projects-section-two .title-column .link-box a .icon{
	position: relative;
	top: 2px;
	color: #84b040;
	font-size: 16px;
	padding-left: 7px;
	font-weight: 600;
	text-decoration: none;
}

.projects-section-two .title-column .link-box a:hover .txt{
	color: #84b040;
	border-bottom-color: #84b040;
}

.project-block-one{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .project-block-one{
	margin: 0;
}

.projects-section-two .project-block-one{
	padding-top: 40px;
	padding-bottom: 60px;
}

.project-block-one .inner-box{
	position: relative;
	display: block;
	text-align: center;
}

.project-block-one .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box,
.center .project-block-one .inner-box .image-box{
	transform: translateY(-40px);
}

.project-block-one .image{
	position: relative;
	display: block;
	margin: 0;
}

.project-block-one .image img{
	display: block;
	width: 100%;
}

.project-block-one .image-box .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(132,164,66,0.85);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box .overlay,
.center .project-block-one .inner-box .image-box .overlay{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}

.project-block-one .image-box .overlay a{
	color: #ffffff;
}

.project-block-one .image-box .overlay .zoom-btn{
	font-size: 32px;
	margin-bottom: 15px;
}

.project-block-one .image-box .overlay .more-link a{
	text-decoration: underline;
	font-weight: 600;
}

.project-block-one .image-box .overlay .over-inner{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 100%;

}

.project-block-one .caption-box{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #ffffff;
	padding: 30px 15px 10px;
	display: block;
	text-transform: uppercase;
	color: #777777;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-90px);
}

.project-block-one .inner-box:hover .caption-box,
.center .project-block-one .inner-box .caption-box{
	opacity: 1;
	visibility: visible;
	transform: translateY(-41px);
	-webkit-transition: all 500ms ease 300ms;
	-moz-transition: all 500ms ease 300ms;
	-ms-transition: all 500ms ease 300ms;
	-o-transition: all 500ms ease 300ms;
	transition: all 500ms ease 300ms;
}

.project-block-one .caption-box h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 2px;
}

.project-block-one .caption-box h3 a{
	color: #222222;
}

.projects-section-two .owl-dots{
	display: none;
}

.projects-section-two .owl-theme .owl-nav{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.projects-section-two .owl-theme .owl-nav .owl-prev,
.projects-section-two .owl-theme .owl-nav .owl-next{
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #cccccc;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.projects-section-two .owl-theme .owl-nav .owl-prev:hover,
.projects-section-two .owl-theme .owl-nav .owl-next:hover{
	color: #ffffff;
	background: #2f333c;
	border-color: #2f333c;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding: 200px 0px 0px;
	z-index: 1;
}

.featured-section .auto-container{
	max-width: 1350px;
}

.featured-section .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;
	background-attachment: fixed;
}

.featured-section .content-box{
	position: relative;
	top: 80px;
	padding: 55px 55px 5px;
	background: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
}

.featured-block-two{
	position: relative;
	margin-bottom: 50px;
}

.featured-block-two .inner-box{
	position: relative;
	display: block;
}

.featured-section .content-box .featured-block-two:nth-child(2) .inner-box:before{
	content: '';
	position: absolute;
	left: -50px;
	top: 0;
	height: 100%;
	border-left: 1px solid #e0e0e0;
}

.featured-section .content-box .featured-block-two:nth-child(2) .inner-box:after{
	content: '';
	position: absolute;
	right: -50px;
	top: 0;
	height: 100%;
	border-left: 1px solid #e0e0e0;
}

.featured-section .content-box .row{
	margin: 0px -50px;
}

.featured-section .content-box .row .featured-block-two{
	padding: 0px 50px;
}

.featured-block-two .title{
	position: relative;
	margin-bottom: 16px;
}

.featured-block-two .title h3{
	position: relative;
	font-size: 22px;
	font-weight: 500;
}

.featured-block-two .title .icon{
	position: relative;
	top: -1px;
	font-size: 36px;
	font-weight: 400;
	color: #84b040;
	padding-right: 7px;
	vertical-align: middle;
}

.featured-block-two .text{
	position: relative;
	margin-bottom: 20px;
}

.featured-block-two .link-box{
	position: relative;
}

.featured-block-two .link-box a{
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
	text-transform: capitalize;
}

.featured-block-two .link-box a .txt{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.featured-block-two .link-box a .icon{
	position: relative;
	top: 2px;
	color: #84b040;
	font-size: 16px;
	padding-left: 7px;
	font-weight: 600;
	text-decoration: none;
}

.featured-block-two .link-box a:hover .txt{
	color: #84b040;
	border-bottom-color: #84b040;
}

 
 

/*** 

====================================================================
	Contact Section
====================================================================

***/
 
 

/*** 

====================================================================
	Call TO Action Three
====================================================================

***/

.call-to-action-three{
	position:relative;
	padding: 70px 0px 10px;
	background: #f8f8f8;
}

.call-to-action-three .title-column{
	margin: 0 0 40px;
}

.call-to-action-three .title-column .inner{
	position: relative;
	display: block;
}

.call-to-action-three .title-column .subtitle{
	position: relative;
	color: #84b040;
	text-decoration: underline;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	margin: 0 0 10px;
}

.call-to-action-three .title-column h2{
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0;
}

.call-to-action-three .links-column{
	margin: 0 0 30px;
	text-align: right;
}

.call-to-action-three .links-column .inner{
	position: relative;
	display: block;
	padding-top: 30px;
}

.call-to-action-three .links-column .theme-btn{
	margin: 0 10px 10px 0px;
}

.call-to-action-three .links-column .btn-style-four .btn-title:before{
	background: #222222;
}
 
 



.fun-facts-section-two{
	position:relative;
	background: #e85728;
}

.fun-facts-section-two .auto-container{
	max-width: 1240px;
}

.fun-facts-section-two .counter-column{
	position:relative;
	margin: 0;
	padding: 60px 20px;
	text-align: center;
}

.fun-facts-section-two .fact-counter .counter-column:first-child{
	border-left:1px solid rgba(255,255,255,0.10);
}


.fun-facts-section-two .counter-column{
	border-right:1px solid rgba(255,255,255,0.10);
}

.fun-facts-section-two .counter-column .inner{
	position: relative;
	display: inline-block;
	text-align: left;
}

.fun-facts-section-two .count-box{
	position: relative;
	color: #ffffff;
}

.fun-facts-section-two .fact-counter .counter-title{
	color:#ffffff;
} 

.page-banner{
	position:relative;
	color:#ffffff;
	text-align:center;
	padding:180px 0px 80px;
	background-color:#25283a;
	z-index: 2;
}

.page-banner .image-layer{
	position:absolute;
	left:0px;
	top:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.page-banner .image-layer:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.45;	
}

.page-banner .auto-container{
	position:relative;
	z-index:1;	
}

.page-banner h1{
	position:relative;
	font-size:72px;
	line-height:1.2em;
	font-weight:700;
	margin-bottom:15px;
	color:#ffffff;
	text-transform:capitalize;
}

.page-banner .breadcrumb-box{
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}

.page-banner .bread-crumb{
	position:relative;
	display: inline-block;
}

.page-banner .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:30px;
	margin-left:40px;
	color:#ffffff;
	text-transform: capitalize;
	letter-spacing: 0.02em;
	font-size:16px;
	font-weight:500;
}

.page-banner .bread-crumb li:before{
	 font-family: 'Flaticon';
	content:'\f196';
	position:absolute;
	right:-40px;
	width: 40px;
	top:0px;
	text-align:center;
	line-height:25px;
	font-size: 16px;
	font-weight: 700;
}

.page-banner .bread-crumb li:first-child{
	margin-left:0px;	
}

.page-banner .bread-crumb li:last-child:before{
	display:none;	
}

.page-banner .bread-crumb li a{
	position: relative;
	color:#ffffff;
	display: block;
	line-height:30px;
	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;
}

.page-banner .bread-crumb li a:hover{
	text-decoration: underline;
}
 
.inner-section-page{    padding-top: 50px;     padding-bottom: 100px;}
.inner-section-page ul{padding-left: 22px;}
.inner-section-page ul li{list-style: disc;}


.tp-contact-form-field input, .tp-contact-form-field select, .tp-contact-form-field textarea {     color: #7f8080;     font-size: 16px;     display: block;     width: 100%;     height: 70px;     background: #ffffff;     font-weight: 400;     border: 1px solid #dfe0e5;     outline: none;     padding: 0px 20px;     width: 100%;     border-radius: 4px; }
.tp-contact-form-field textarea {
    height: 200px;
    padding: 20px;
}
.tp-contact-info {
    display: flex;
}
.tp-contact-info-icon {
    min-width: 60px;
}
.tp-contact-area{    padding-top: 50px;     padding-bottom: 100px;}
.mb-20 { margin-bottom: 20px; }
.tp-contact-area .info .info-block{ 	position: relative; 	padding-left: 60px; 	min-height: 40px; 	margin-bottom: 40px; }
.tp-contact-area .info .info-block .icon-box{
	position: absolute;
	left: 0;
	top: 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}
.tp-contact-area .info strong{
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.tp-contact-area .info .info-text{
	position: relative;
	display: block;
	font-size: 20px;
}
.tp-contact-area .info .info-text a{color: #626664;}