body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #2b2b2b;
	background: #fff;
	scrollbar-face-color: #2b2b2b;
	-webkit-font-smoothing: antialiased
}
::-moz-selection {
color:#fff;
text-shadow:none;
background:#ffa800
}
::-webkit-selection {
color:#fff;
text-shadow:none;
background:#ffcb66
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #ffcb66
}
a {
	color: #f5a100;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
a:hover {
	color: #b37600;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.pre-scrollable::-webkit-scrollbar, pre::-webkit-scrollbar {
width:6px!important
}
.pre-scrollable::-webkit-scrollbar-track, pre::-webkit-scrollbar-track {
background-color:#e6e6e6
}
.pre-scrollable::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb {
background-color:#caccd3
}
.pre-scrollable::-webkit-scrollbar-button, pre::-webkit-scrollbar-button {
display:none
}
.pre-scrollable::-webkit-scrollbar-corner, pre::-webkit-scrollbar-corner {
background-color:#e6e6e6
}
.clear {
	clear: both
}
.row-no-margin {
	margin-left: 0;
	margin-right: 0
}
.container-no-padding {
	padding-left: 0;
	padding-right: 0
}
.form-bordered {
	height: 45px;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 400;
	border: 2px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #5f6272;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.form-bordered:focus {
	color: #c28000;
	border-color: #2b2b2b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
textarea {
	height: auto!important
}
label {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase
}
h1 {
	font-size: 34;
	line-height: 36px
}
h2 {
	font-size: 30px;
	line-height: 34px
}
h3 {
	font-size: 26px;
	line-height: 30px
}
h4 {
	font-size: 22px;
	line-height: 28px
}
h5 {
	font-size: 18px;
	line-height: 26px
}
h6 {
	font-size: 16px;
	line-height: 24px
}
hr {
	border-top-color: #f7f7f7
}
.fade-01 {
	opacity: .1
}
.fade-02 {
	opacity: .2
}
.fade-03 {
	opacity: .3
}
.fade-04 {
	opacity: .4
}
.fade-05 {
	opacity: .5
}
.fade-06 {
	opacity: .6
}
.border-none {
	border: none!important
}
.border-bottom {
	border-bottom: 1px solid #e6e6e6
}
.display-inline-block {
	display: inline-block
}
.cast-shadow {
	-webkit-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	box-shadow: 0 8px 31px 0 rgba(0,0,0,.1)
}
.text-big {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400
}
.text-big p {
	font-size: 23px!important;
	line-height: 40px!important
}
.text-big h2 {
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 700;
	line-height: 52px
}
.text-big h3 {
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 46px;
	font-weight: 700
}
.text-big h4 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px
}
.text-secondary-bold {
	font-weight: 500!important
}
.text-bold {
	font-weight: 700!important
}
.text-theme {
	color: #ffa800
}
.text-red {
	color: #e74c3c
}
.text-dark-red {
	color: #c0392b
}
.text-watermelon {
	color: #ef717a
}
.text-dark-watermelon {
	color: #f62459
}
.text-orange {
	color: #fc6e51
}
.text-dark-orange {
	color: #d35400
}
.text-yellow {
	color: #ffcd02
}
.text-dark-yellow {
	color: #ffa800
}
.text-blue {
	color: #5065a1
}
.text-dark-blue {
	color: #394c81
}
.text-skyblue {
	color: #5bc0de
}
.text-dark-skyblue {
	color: #2980b9
}
.text-navyblue {
	color: #34495e
}
.text-dark-navyblue {
	color: #2c3e50
}
.text-green {
	color: #2ecc71
}
.text-dark-green {
	color: #27ae60
}
.text-mint {
	color: #1abc9c
}
.text-dark-mint {
	color: #16a085
}
.text-teal {
	color: #3a6f81
}
.text-dark-teal {
	color: #356272
}
.text-pink {
	color: #f47cc3
}
.text-dark-pink {
	color: #d45c9e
}
.text-purple {
	color: #745ec5
}
.text-dark-purple {
	color: #5b48a2
}
.text-magenta {
	color: #9b59b6
}
.text-dark-magenta {
	color: #8e44ad
}
.text-black {
	color: #2b2b2b
}
.text-dark-black {
	color: #262626
}
.text-brown {
	color: #a38671
}
.text-dark-brown {
	color: #8e725e
}
.text-grey {
	color: #6b6e80
}
.text-light-grey {
	color: #f9f9f9
}
.text-white {
	color: #fff
}
.text-dark-white {
	color: #d9dae9
}
.bg-red {
	background-color: #e74c3c
}
.bg-dark-red {
	background-color: #c0392b
}
.bg-watermelon {
	background-color: #ef717a
}
.bg-dark-watermelon {
	background-color: #f62459
}
.bg-orange {
	background-color: #fc6e51
}
.bg-dark-orange {
	background-color: #d35400
}
.bg-yellow {
	background-color: #ffcd02
}
.bg-dark-yellow {
	background-color: #ffa800
}
.bg-blue {
	background-color: #5065a1
}
.bg-dark-blue {
	background-color: #394c81
}
.bg-skyblue {
	background-color: #5bc0de
}
.bg-dark-skyblue {
	background-color: #2980b9
}
.bg-navyblue {
	background-color: #34495e
}
.bg-dark-navyblue {
	background-color: #2c3e50
}
.bg-green {
	background-color: #2ecc71
}
.bg-dark-green {
	background-color: #27ae60
}
.bg-mint {
	background-color: #1abc9c
}
.bg-dark-mint {
	background-color: #16a085
}
.bg-teal {
	background-color: #3a6f81
}
.bg-dark-teal {
	background-color: #356272
}
.bg-pink {
	background-color: #f47cc3
}
.bg-dark-pink {
	background-color: #d45c9e
}
.bg-purple {
	background-color: #745ec5
}
.bg-dark-purple {
	background-color: #5b48a2
}
.bg-magenta {
	background-color: #9b59b6
}
.bg-dark-magenta {
	background-color: #8e44ad
}
.bg-black {
	background-color: #2b2b2b
}
.bg-dark-black {
	background-color: #121212
}
.bg-brown {
	background-color: #a38671
}
.bg-dark-brown {
	background-color: #8e725e
}
.bg-grey {
	background-color: #6b6e80
}
.bg-light-grey {
	background-color: #f9f9f9
}
.bg-white {
	background-color: #fff
}
.bg-dark-white {
	background-color: #d9dae9
}
.section-title {
	display: block;
	text-align: center
}
.section-title h1 {
	margin-bottom: 40px;
	font-size: 60px;
	line-height: 64px;
	font-weight: 300
}
.section-title h2, .section-title h3 {
	margin-bottom: 60px;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 6px;
	color: #2b2b2b
}
.section-title h2 span, .section-title h3 span {
	font-weight: 500;
	color: #121212
}
.section-title h2 small, .section-title h3 small {
	display: block;
	color: #121212
}
.section-title p {
	margin-top: -30px;
	margin-bottom: 40px
}
.padd-20-top {
	padding-top: 20px
}
.padd-20-btm {
	padding-bottom: 20px
}
.padd-40-top {
	padding-top: 40px
}
.padd-40-btm {
	padding-bottom: 40px
}
.padd-60-top {
	padding-top: 60px
}
.padd-60-btm {
	padding-bottom: 60px
}
.padd-80-top {
	padding-top: 80px
}
.padd-80-btm {
	padding-bottom: 80px
}
.padd-100-top {
	padding-top: 100px
}
.padd-100-btm {
	padding-bottom: 100px
}
.padd-20 {
	padding: 20px
}
.padd-40 {
	padding: 40px
}
.marg-10-top {
	margin-top: 10px
}
.marg-10-btm {
	margin-bottom: 10px
}
.marg-20-top {
	margin-top: 20px
}
.marg-20-right {
	margin-right: 20px
}
.marg-20-left {
	margin-left: 20px
}
.marg-20-btm {
	margin-bottom: 20px
}
.marg-40-top {
	margin-top: 40px
}
.marg-40-btm {
	margin-bottom: 40px
}
.marg-60-top {
	margin-top: 60px
}
.marg-60-btm {
	margin-bottom: 60px
}
.marg-80-top {
	margin-top: 80px
}
.marg-80-btm {
	margin-bottom: 80px
}
.marg-100-top {
	margin-top: 100px
}
.marg-100-btm {
	margin-bottom: 100px
}
.marg--20-top {
	margin-top: -20px
}
.marg--20-btm {
	margin-bottom: -20px
}
.marg--40-top {
	margin-top: -40px
}
.marg--40-btm {
	margin-bottom: -40px
}
.marg--60-top {
	margin-top: -60px
}
.marg--60-btm {
	margin-bottom: -60px
}
.marg--80-top {
	margin-top: -80px
}
.marg--80-btm {
	margin-bottom: -80px
}
.marg--100-top {
	margin-top: -100px
}
.marg--100-btm {
	margin-bottom: -100px
}
.marg-40-left {
	margin-left: 40px
}
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.btn, .btn:hover {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.btn, .btn-md {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding-left: 5px;
	padding-right: 5px
}
.btn-lg {
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	border-radius: 28px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 12px
}
.btn-sm {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	padding-left: 15px;
	padding-right: 15px
}
.btn-xs {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px
}
.btn-theme {
	color: #fff;
	background-color: #ffa800
}
.btn-theme:focus, .btn-theme:hover {
	color: #fff;
	background-color: #cc8600;
	outline: 0
}
.btn.btn-square {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
	border-radius: 0!important
}
.button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) {
	display: inline-block;
	padding: 8px 35px;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	background-color: transparent;
	border: 2px solid #2b2b2b!important;
	color: #2b2b2b;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit).btn-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) .fa, .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) .glyphicon, .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) i {
	position: relative;
	top: 1px;
	font-size: 18px;
	margin-right: 5px
}
.button:active, .button:focus, .button:hover {
	color: #fff;
	background-color: #ffa800;
	border-color: #ffa800;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	outline: 0;
	text-decoration: none
}
.button:active:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit), .button:focus:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit), .button:hover:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) {
	color: #fff!important;
	border-color: #ffa800!important;
	background-color: #ffa800
}
.social-icon {
	display: block;
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px
}
.social-icon>li {
	display: inline-block
}
.social-icon>li>a {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #858899;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-color: transparent;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.social-icon>li>a:focus, .social-icon>li>a:hover {
	color: #fff;
	background-color: #2b2b2b;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.social-icon>li:last-child a {
	margin-right: 0
}
.social-icon.social-icon-color>li>a {
	color: #fff
}
.social-icon.social-icon-color>li>a, .social-icon.social-icon-color>li>a:hover {
	background-color: #ffa800
}
.social-icon.social-icon-color>li>a.icon-twitter {
	background-color: #4099ff
}
.social-icon.social-icon-color>li>a.icon-twitter:hover {
	background-color: #268bff
}
.social-icon.social-icon-color>li>a.icon-facebook {
	background-color: #4467ad
}
.social-icon.social-icon-color>li>a.icon-facebook:hover {
	background-color: #3d5c9b
}
.social-icon.social-icon-color>li>a.icon-google-plus, .social-icon.social-icon-color>li>a.icon-youtube {
	background-color: #ff4b4b
}
.social-icon.social-icon-color>li>a.icon-google-plus:hover, .social-icon.social-icon-color>li>a.icon-youtube:hover {
	background-color: #ff3131
}
.social-icon.social-icon-color>li>a.icon-pinterest {
	background-color: #c0392b
}
.social-icon.social-icon-color>li>a.icon-pinterest:hover {
	background-color: #ab3326
}
.social-icon.social-icon-color>li>a.icon-instagram {
	background-color: #6e99b2
}
.social-icon.social-icon-color>li>a.icon-instagram:hover {
	background-color: #5d8da9
}
.social-icon.social-icon-color>li>a.icon-dribbble {
	background-color: #f47cc3
}
.social-icon.social-icon-color>li>a.icon-dribbble:hover {
	background-color: #f264b8
}
.social-icon.social-icon-color>li>a.icon-linkedin {
	background-color: #5bc0de
}
.social-icon.social-icon-color>li>a.icon-linkedin:hover {
	background-color: #46b8da
}
.search-form {
	position: relative
}
.search-form .search-field {
	padding-left: 20px;
	padding-right: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	border-color: #f2f2f2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-color: #f2f2f2
}
.search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background-color: transparent;
	border: none
}
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-width: 2px
}
.alert-success {
	border-color: #3c763d
}
.alert-info {
	border-color: #31708f
}
.alert-warning {
	border-color: #8a6d3b
}
.alert-danger {
	border-color: #a94442
}
.progress {
	height: 5px;
	background-color: #e6e6e6
}
.progress .progress-dark {
	background-color: #2b2b2b
}
.progress .progress-theme {
	background-color: #ffa800
}
.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	font-size: 13px;
	line-height: 22px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.panel-default {
	border-color: transparent
}
.panel-default>.panel-heading {
	background-color: #f2f2f2
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent
}
.panel-heading {
	padding: 6px 20px
}
.panel-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}
.panel-title a {
	display: block
}
.panel-body {
	padding: 10px 20px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-top-color: #e6e6e6
}
.panel-footer {
	border-top-color: transparent
}
.nav-tabs {
	border-bottom: 1px solid transparent
}
.nav-tabs li a {
	padding: 8px 15px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #2b2b2b
}
.nav-tabs li a:hover {
	border-color: transparent;
	color: #2b2b2b;
	background-color: transparent
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
	border-color: #f2f2f2;
	color: #2b2b2b;
	background-color: #f2f2f2
}
.nav-tabs.nav-justified li a {
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.nav-tabs.nav-justified li a:hover {
	color: #6b6e80;
	background-color: transparent
}
.nav-tabs.nav-justified .active a, .nav-tabs.nav-justified .active a:focus, .nav-tabs.nav-justified .active a:hover {
	border-color: #f2f2f2;
	color: #2b2b2b;
	background-color: #f2f2f2
}
.tab-content {
	padding: 40px 16px 16px 20px;
	font-size: 13px;
	line-height: 22px;
	background-color: transparent
}
.fact-item {
	display: block;
	font-family: Poppins, sans-serif;
	text-align: center
}
.fact-item .fact-item-number {
	display: block;
	padding-bottom: 10px;
	font-weight: 300;
	color: #5f6272
}
.fact-item .fact-item-number .icon {
	margin-right: 5px;
	font-size: 43px
}
.fact-item .fact-item-number .number {
	font-size: 48px;
	line-height: 48px
}
.fact-item .fact-item-info {
	margin-top: 20px;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px
}
.fact-item.fact-item-alt .fact-item-number {
	padding-bottom: 0
}
.fact-item.fact-item-alt .fact-item-number .icon {
	margin-right: 0;
	font-size: 80px;
	line-height: 82px
}
.fact-item.fact-item-alt .fact-item-number .number {
	display: block;
	margin-top: 20px;
	font-size: 38px;
	line-height: 40px;
	font-weight: 500
}

@media (max-width:992px) {
.fact-item {
	margin-bottom: 30px
}
}
.team-item {
	display: block;
	position: relative;
	margin-bottom: 30px;
	text-align: center
}
.team-item .team-item-image {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden
}
.team-item .team-item-image::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
	-moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
	-ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
	-o-transition: all .27s cubic-bezier(0, 0, .58, 1);
	transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.team-item .team-item-image:hover::after {
	background-color: rgba(255,255,255,.9)
}
.team-item .team-item-image:hover .team-item-detail {
	opacity: 1
}
.team-item .team-item-image img {
	max-width: 100%;
	height: auto
}
.team-item .team-item-image .team-item-detail {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 20px 40px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
	-moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
	-ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
	-o-transition: all .27s cubic-bezier(0, 0, .58, 1);
	transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.team-item .team-item-image .team-item-detail .team-item-title {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase
}
.team-item .team-item-name {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase
}
.team-item .team-item-role {
	display: block;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 1px;
	color: #858899
}

@media screen and (max-width:992px) {
.team-item .team-item-detail p {
	font-size: 12px;
	line-height: 22px
}
.team-item .team-item-detail .social-icon li a {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	margin-bottom: 3px;
	line-height: 30px
}
.team-item .team-item-detail .social-icon li:last-child a {
	margin-right: 0
}
}

@media screen and (max-width:768px) {
.team-item .team-item-image {
	max-width: 370px
}
.team-item .team-item-image .team-item-detail p {
	font-size: 14px;
	line-height: 24px
}
.team-item .team-item-image .team-item-detail .social-icon li a {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 40px
}
.team-item .team-item-image .team-item-detail .social-icon li:last-child a {
	margin-right: 0
}
}
.skillbar-item-title {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}
.skillbar-item-percent {
	float: right;
	color: #6b6e80
}
.service-item {
	position: relative;
	margin-top: 30px;
	padding-left: 50px;
	padding-right: 50px
}
.service-item.service-item-icon-top {
	padding-top: 40px;
	text-align: center
}
.service-item.service-item-icon-top .service-item-icon {
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.service-item.service-item-icon-top .service-item-title {
	font-weight: 500
}
.service-item.service-item-icon-top-left {
	padding-top: 40px;
	padding-left: 0;
	text-align: left
}
.service-item.service-item-icon-top-left .service-item-icon {
	left: 0;
	top: 0
}
.service-item.service-item-icon-top-left .service-item-title {
	font-weight: 500
}
.service-item.service-item-icon-top-right {
	padding-top: 40px;
	padding-right: 0;
	text-align: right
}
.service-item.service-item-icon-top-right .service-item-icon {
	right: 0;
	top: 0
}
.service-item.service-item-icon-top-right .service-item-title {
	font-weight: 500
}
.service-item-icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px
}
.service-item-title {
	margin-bottom: 5px;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px
}
.work-filter {
	display: table;
	margin: 0 auto 40px;
	list-style-type: none;
	padding: 0
}
.work-filter li {
	display: inline-block
}
.work-filter li a {
	display: block;
	padding: 5px 20px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #858899
}
.work-filter li a:focus, .work-filter li a:hover {
	color: #2b2b2b;
	text-decoration: none
}
.work-filter li.active a, .work-filter li.active a:focus, .work-filter li.active a:hover {
	color: #2b2b2b
}
.work-grid {
	padding: 0;
	margin: 0;
	font-size: 0
}
.work-grid .work-item {
	position: relative;
	display: inline-block;
	width: 20%;
	padding: 0;
	overflow: hidden
}
.work-grid .work-item a:focus {
	outline: 0
}
.work-grid .work-item:hover .work-item-image::after {
	content: '';
	background-color: rgba(255,255,255,.9)
}
.work-grid .work-item:hover .work-item-info {
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
	-moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
	-ms-transition: all .27s cubic-bezier(.3, .1, .58, 1);
	-o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
	transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.work-grid .work-item .work-item-image {
	display: block;
	overflow: hidden
}
.work-grid .work-item .work-item-image::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	-webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
	-moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
	-ms-transition: all .27s cubic-bezier(.3, .1, .58, 1);
	-o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
	transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.work-grid .work-item .work-item-image img {
	max-width: 100%;
	height: auto
}
.work-grid .work-item .work-item-info {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	padding: 30px 40px;
	text-align: center;
	overflow: hidden;
	opacity: 0
}
.work-grid .work-item .work-item-info .work-item-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #2b2b2b
}
.work-grid .work-item .work-item-info .work-item-desc {
	font-size: 13px;
	text-transform: capitalize;
	letter-spacing: 1px
}

@media screen and (max-width:768px) {
.work-grid .work-item {
	width: 50%
}
}

@media screen and (max-width:480px) {
.work-grid .work-item {
	width: 100%
}
}
#testimony.wrapper-bg-image, .testimony.wrapper-bg-image {
	margin-bottom: 60px
}
#testimony .carousel-indicators, .testimony .carousel-indicators {
	bottom: -60px
}
#testimony .carousel-indicators li, .testimony .carousel-indicators li {
	width: 8px;
	height: 8px;
	background-color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
#testimony .carousel-indicators .active, .testimony .carousel-indicators .active {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 2px solid #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
#testimony .carousel-inner .item, .testimony .carousel-inner .item {
	text-align: center
}
#testimony .carousel-inner .item, #testimony .carousel-inner .item p, .testimony .carousel-inner .item, .testimony .carousel-inner .item p {
	font-size: 18px;
	line-height: 36px
}
#testimony .carousel-inner .testimony-item-title, .testimony .carousel-inner .testimony-item-title {
	font-size: 24px;
	font-weight: 400
}
#testimony .carousel-inner .testimony-item-image, .testimony .carousel-inner .testimony-item-image {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 130px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 124px
}
#testimony .carousel-inner .testimony-item-source, .testimony .carousel-inner .testimony-item-source {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #fff
}
#testimony .carousel-inner .testimony-item-source::before, .testimony .carousel-inner .testimony-item-source::before {
	content: '';
	position: absolute;
	top: 18px;
	left: -20px;
	width: 15px;
	height: 1px;
	background-color: #fff
}
#testimony .carousel-inner .testimony-item-source.source-alt::before, .testimony .carousel-inner .testimony-item-source.source-alt::before {
	content: '';
	display: none
}
#testimony .carousel-inner .testimony-item-source.source-alt strong, .testimony .carousel-inner .testimony-item-source.source-alt strong {
	display: block;
	margin-top: 15px;
	line-height: 14px;
	text-transform: uppercase;
	color: #2b2b2b
}
#testimony.testimony-dark .carousel-indicators li, .testimony.testimony-dark .carousel-indicators li {
	border-color: #2b2b2b;
	background-color: #2b2b2b
}
#testimony.testimony-dark .carousel-indicators .active, .testimony.testimony-dark .carousel-indicators .active {
	border: 2px solid #2b2b2b;
	background-color: transparent
}
#testimony.testimony-dark .carousel-inner .item, #testimony.testimony-dark .carousel-inner .item h1, #testimony.testimony-dark .carousel-inner .item h2, #testimony.testimony-dark .carousel-inner .item h4, #testimony.testimony-dark .carousel-inner .item p, #testimony.testimony-dark .carousel-inner .item small, #testimony.testimony-dark .carousel-inner .item span, .testimony.testimony-dark .carousel-inner .item, .testimony.testimony-dark .carousel-inner .item h1, .testimony.testimony-dark .carousel-inner .item h2, .testimony.testimony-dark .carousel-inner .item h4, .testimony.testimony-dark .carousel-inner .item p, .testimony.testimony-dark .carousel-inner .item small, .testimony.testimony-dark .carousel-inner .item span {
	color: #2b2b2b
}
#testimony.testimony-dark .carousel-inner .testimony-item-source, .testimony.testimony-dark .carousel-inner .testimony-item-source {
	color: #6b6e80
}
#testimony.testimony-dark .carousel-inner .testimony-item-source::before, .testimony.testimony-dark .carousel-inner .testimony-item-source::before {
	background-color: #6b6e80
}
.testimony-item {
	text-align: center
}
.testimony-item, .testimony-item p {
	font-size: 18px;
	line-height: 36px
}
.testimony-item .testimony-item-title {
	font-size: 24px;
	font-weight: 400
}
.testimony-item .testimony-item-image {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px
}
.testimony-item .testimony-item-source {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #fff
}
.testimony-item .testimony-item-source::before {
	content: '';
	position: absolute;
	top: 18px;
	left: -20px;
	width: 15px;
	height: 1px;
	background-color: #fff
}
.testimony-item .testimony-item-source.source-alt::before {
	content: '';
	display: none
}
.testimony-item .testimony-item-source.source-alt strong {
	display: block;
	margin-top: 15px;
	line-height: 14px;
	text-transform: uppercase;
	color: #2b2b2b
}
.testimony-item.testimony-dark, .testimony-item.testimony-dark h1, .testimony-item.testimony-dark h2, .testimony-item.testimony-dark h4, .testimony-item.testimony-dark p, .testimony-item.testimony-dark small, .testimony-item.testimony-dark span {
	color: #2b2b2b
}
.testimony-item.testimony-dark .testimony-item-source, .testimony-item.testimony-dark .testimony-item-source.source-alt {
	color: #6b6e80
}
.testimony-item.testimony-dark .testimony-item-source::before {
	background-color: #6b6e80
}
.contact-item {
	position: relative;
	margin-top: 20px;
	padding-left: 55px
}
.contact-item-icon {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff
}
.contact-item-icon i, .contact-item-icon span {
	position: relative;
	z-index: 3
}
.contact-item-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #2b2b2b;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.contact-item-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase
}
.contact-item.contact-item-alt {
	position: relative;
	padding-left: 0;
	padding-top: 50px
}
.contact-item.contact-item-alt .contact-item-icon {
	top: 0;
	left: 0
}
.contact-item.contact-item-alt.text-center .contact-item-icon {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.contact-form {
	margin-top: 60px
}
.contact-form-ninja .form-group {
	position: relative
}
.contact-form-ninja label {
	position: absolute;
	left: 15px;
	top: 10px;
	color: #a1a3b0;
	font-size: 13px;
	font-weight: 400;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.contact-form-ninja .label-focus {
	left: 10px;
	top: -10px;
	font-size: 11px;
	font-weight: 700;
	color: #454545;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.contact-form-ninja .form-control {
	position: relative;
	z-index: 2;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}
.contact-form-ninja textarea.form-control {
	padding-top: 17px;
	resize: none
}
.contact-form-header {
	padding: 30px 40px 40px;
	background-color: #fff
}
.map {
	width: 100%;
	min-height: 300px;
	height: auto
}
.map img {
	max-width: none
}
.subscribe-form {
	margin: 20px 0
}
.subscribe-form .form-control {
	padding-left: 30px;
	font-size: 13px;
	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	-ms-border-radius: 25px 0 0 25px;
	-o-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px
}
.subscribe-form .form-control::-webkit-input-placeholder {
font-size:11px;
text-transform:uppercase;
color:#6b6e80
}
.subscribe-form .form-control:-moz-placeholder {
font-size:11px;
text-transform:uppercase;
color:#6b6e80
}
.subscribe-form .form-control::-moz-placeholder {
font-size:11px;
text-transform:uppercase;
color:#6b6e80
}
.subscribe-form .form-control:-ms-input-placeholder {
font-size:11px;
text-transform:uppercase;
color:#6b6e80
}
.subscribe-form .form-control:focus {
	border-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}
.subscribe-form .input-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.subscribe-form .input-group-btn .btn {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	-ms-border-radius: 0 25px 25px 0;
	-o-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0
}
.subscribe-form .input-group-btn .btn-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.client-slider:hover .owl-buttons {
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.client-slider.navigation-hide .owl-buttons, .client-slider.navigation-hide .owl-pagination {
	display: none
}
.client-slider .item {
	position: relative;
	margin-top: 30px
}
.client-slider .item img {
	display: block;
	margin: 20px auto
}
.client-slider .item:hover .item-caption {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.client-slider .item a:hover img {
	opacity: .8;
	filter: alpha(opacity=80)
}
.client-slider .owl-buttons {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.client-slider .owl-buttons .owl-next, .client-slider .owl-buttons .owl-prev {
	position: absolute;
	top: 35%;
	z-index: 10;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.client-slider .owl-buttons .owl-next:hover, .client-slider .owl-buttons .owl-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #2b2b2b
}
.client-slider .owl-buttons .owl-prev {
	left: 0
}
.client-slider .owl-buttons .owl-next {
	right: 0
}
.client-slider .owl-pagination {
	margin-top: 20px;
	padding: 5px
}
.client-slider .owl-pagination .owl-page span {
	width: 8px;
	height: 8px;
	margin: 2px;
	padding: 0;
	border: 2px solid #2b2b2b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background-color: #2b2b2b;
	opacity: 1;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.client-slider .owl-pagination .owl-page:hover span {
	background-color: #121212;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.client-slider .owl-pagination .owl-page.active span {
	width: 12px;
	height: 12px;
	border: 2px solid #121212;
	opacity: 1;
	background-color: transparent;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}
.image-block {
	position: relative
}
.image-block-item {
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
	padding: 0
}
.image-block-item-background {
	top: 0;
	left: 0;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}
.image-block-item-map {
	width: 100%;
	height: 100%
}

@media screen and (max-width:767px) {
.image-block-item {
	position: relative;
	min-height: 300px
}
.image-block-item .image-block-item-background {
	position: absolute;
	width: 100%
}
}
.pricing-item {
	margin-top: 30px;
	padding: 30px 40px
}
.pricing-item h5 {
	margin: 20px 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase
}
.pricing-item h2 {
	position: relative;
	font-family: Poppins, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500
}
.pricing-item h2 span {
	position: relative;
	top: -18px;
	left: -5px;
	font-size: 20px;
	font-weight: 300
}
.pricing-item h2 small {
	position: relative;
	font-size: 13px;
	left: -8px
}
.pricing-item h2.bigger {
	bottom: -5px;
	padding-bottom: 20px;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	line-height: 48px;
	font-weight: 700
}
.pricing-item p {
	font-size: 13px;
	line-height: 22px
}
.pricing-item ul li {
	margin: 7px 0;
	font-style: italic;
	color: #6b6e80
}
.pricing-item .btn {
	margin-top: 40px;
	padding: 15px 35px;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px
}
.pricing-item .btn+p {
	margin-top: 20px
}
.pricing-item .btn.btn-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.pricing-item.highlight {
	-webkit-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	box-shadow: 0 8px 31px 0 rgba(0,0,0,.1)
}
.pricing-item.pricing-item-alt h5 {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 300
}
.pricing-item.pricing-item-alt h2 {
	font-family: Poppins, sans-serif;
	font-size: 60px;
	line-height: 64px;
	font-weight: 300;
	margin: 40px 0 40px
}
.pricing-item.pricing-item-alt h2 span {
	top: -30px;
	left: -10px
}
.pricing-item.pricing-item-alt h2 small {
	left: -15px
}
.pricing-item.pricing-item-alt p {
	margin-top: -25px
}
.pricing-item.pricing-item-alt ul li {
	font-style: normal
}
.pricing-item.pricing-item-alt .btn {
	background-color: transparent;
	color: #ffa800;
	border-width: 2px;
	border-color: #ffa800
}
.pricing-item.pricing-item-alt .btn:focus, .pricing-item.pricing-item-alt .btn:hover {
	color: #fff;
	background-color: #ffa800;
	outline: 0
}
.pricing-item.pricing-item-alt.highlight, .pricing-item.pricing-item-alt.highlight p, .pricing-item.pricing-item-alt.highlight small, .pricing-item.pricing-item-alt.highlight span, .pricing-item.pricing-item-alt.highlight ul li {
	color: #fff;
	background-color: #ffa800
}
.pricing-item.pricing-item-alt.highlight .btn {
	border-color: #fff;
	color: #fff
}
.pricing-item.pricing-item-alt.highlight .btn:focus, .pricing-item.pricing-item-alt.highlight .btn:hover {
	border-color: #ffa800
}
.process-item {
	margin-top: 30px
}
.process-item img {
	max-width: 100%;
	height: auto
}
.process-item-icon {
	padding: 60px 30px 80px;
	text-align: center;
	font-size: 60px;
	line-height: 60px
}
.process-item-content {
	border-top: 1px solid #f2f2f2;
	position: relative;
	padding: 30px
}
.process-item-number {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 60px;
	height: 60px;
	font-size: 20px;
	line-height: 45px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 5px solid #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffa800;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px
}
.process-item-title {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase
}
.process-item.highlight {
	-webkit-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 8px 31px 0 rgba(0,0,0,.1);
	box-shadow: 0 8px 31px 0 rgba(0,0,0,.1)
}
.process-item.process-item-alt .process-item-icon {
	padding: 30px 30px 50px
}
.process-item.process-item-alt .process-item-number {
	top: -23px;
	width: 46px;
	height: 46px;
	font-size: 16px;
	line-height: 35px
}
.process-item.process-item-alt .process-item-title {
	font-size: 14px
}
.process-item.process-item-alt .process-item-content {
	padding: 20px
}
.gallery-slider {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 450px;
	overflow: hidden
}
.gallery-slider #slider-thumbnail .item {
	position: relative
}
.gallery-slider #slider-thumbnail .item:hover .item-caption {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.gallery-slider #slider-thumbnail .item img {
	display: block;
	width: 100%;
	height: auto
}
.gallery-slider #slider-thumbnail .item-caption {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(43,43,43,.8);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.gallery-slider #slider-thumbnail .item .caption-description {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 40px 30px 60px
}
.gallery-slider #slider-thumbnail .item .caption-title {
	display: block;
	margin-top: 15px
}
.gallery-slider #slider-thumbnail .item .caption-title-link {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #fff
}
.gallery-slider #slider-thumbnail .item .caption-title-link:hover {
	color: #f2f2f2
}

@media screen and (max-width:480px) {
.gallery-slider #slider-thumbnail .item .caption-description {
	bottom: 35%
}
}
.gallery-slider #slider-thumbnail .owl-buttons .owl-next, .gallery-slider #slider-thumbnail .owl-buttons .owl-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	border: 2px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	background-color: transparent;
	opacity: .7;
	filter: alpha(opacity=70)
}
.gallery-slider #slider-thumbnail .owl-buttons .owl-next:hover, .gallery-slider #slider-thumbnail .owl-buttons .owl-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.gallery-slider #slider-thumbnail .owl-buttons .owl-prev {
	left: 20px;
	margin-top: -30px
}
.gallery-slider #slider-thumbnail .owl-buttons .owl-next {
	right: 20px;
	margin-top: -30px
}
.gallery-slider #slider-thumbnail .owl-pagination {
	margin-top: -50px;
	padding: 5px
}
.gallery-slider #slider-thumbnail .owl-pagination .owl-page span {
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	opacity: .7;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.gallery-slider #slider-thumbnail .owl-pagination .owl-page:hover span {
	background-color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.gallery-slider #slider-thumbnail .owl-pagination .owl-page.active span {
	background-color: #fff;
	opacity: .9;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.blog-entry {
	margin-bottom: 30px
}
.blog-entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}
.blog-entry-header .entry-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600
}
.blog-entry-header .entry-title a {
	color: #222d4c
}
.blog-entry-header .entry-title a:hover {
	text-decoration: underline
}
.blog-entry-content .read-more {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222d4c
}
.blog-entry-content .read-more:hover {
	color: #ffa800
}
.blog-entry-list {
	margin-top: -10px;
	list-style-type: none;
	padding: 0
}

@media screen and (max-width:992px) {
.blog-entry-list {
	margin-top: 0
}
}
.blog-entry-list li {
	display: block;
	position: relative;
	margin-bottom: 40px
}
.blog-entry-list .entry-post-thumbnail img {
	float: left;
	margin-right: 20px;
	max-width: 100px;
	height: auto
}
.blog-entry-list .entry-post-title {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600
}
.blog-entry-list .entry-post-title a {
	color: #222d4c
}
.blog-entry-list .entry-post-title a:hover {
	text-decoration: underline
}
.blog-entry-list .entry-post-content p {
	font-size: 14px;
	line-height: 20px;
	padding: 0
}
.topbar .nav-utility, .topbar-alt .nav-utility {
	color: #fff
}
.topbar .nav-utility.nav-right, .topbar-alt .nav-utility.nav-right {
	text-align: right
}
.topbar .nav-utility.nav-right .nav-item, .topbar-alt .nav-utility.nav-right .nav-item {
	margin-right: 0;
	margin-left: 30px;
	color: #fff
}
.topbar .nav-utility.nav-right .nav-item:hover, .topbar-alt .nav-utility.nav-right .nav-item:hover {
	color: #f2f2f2
}
.topbar .nav-utility.nav-right .nav-item:first-child, .topbar-alt .nav-utility.nav-right .nav-item:first-child {
	margin-left: 0
}
.topbar .nav-utility .nav-item, .topbar-alt .nav-utility .nav-item {
	display: inline-block;
	padding: 10px 0;
	margin-right: 30px;
	font-size: 12px;
	color: #fff
}
.topbar .nav-utility .nav-item:last-child, .topbar-alt .nav-utility .nav-item:last-child {
	margin-right: 0
}
.topbar .nav-utility .nav-item:hover, .topbar-alt .nav-utility .nav-item:hover {
	color: #f2f2f2
}
.topbar .nav-utility .btn, .topbar-alt .nav-utility .btn {
	margin: 5px 0;
	padding: 8px 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	border: 2px solid #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	background-color: transparent;
	color: #fff
}
.topbar .nav-utility .btn:hover, .topbar-alt .nav-utility .btn:hover {
	background-color: #fff;
	color: #2b2b2b
}
.topbar .nav-utility .btn-theme, .topbar-alt .nav-utility .btn-theme {
	border-color: #ffa800!important;
	background-color: #ffa800!important
}
.topbar .nav-utility .btn-theme:hover, .topbar-alt .nav-utility .btn-theme:hover {
	color: #fff;
	border-color: #e69700!important;
	background-color: #e69700!important
}
.topbar .nav-utility .btn-square, .topbar-alt .nav-utility .btn-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.topbar .site-branding .site-title, .topbar-alt .site-branding .site-title {
	margin: 5px 0 0;
	padding: 0;
	font-size: 32px;
	line-height: 36px
}
.topbar .site-branding .site-title.title-image, .topbar-alt .site-branding .site-title.title-image {
	text-align: left
}
.topbar .site-branding .site-title.title-image img, .topbar-alt .site-branding .site-title.title-image img {
	margin-top: 8px;
	max-height: 40px;
	width: auto
}

@media (max-width:768px) {
.topbar .nav-utility, .topbar .nav-utility.nav-right, .topbar-alt .nav-utility, .topbar-alt .nav-utility.nav-right {
	text-align: center
}
.topbar .nav-utility .btn, .topbar-alt .nav-utility .btn {
	margin-top: 10px;
	margin-bottom: 20px
}
}
.topbar {
	border-bottom: 1px solid #2DB199;
	background-color: transparent
}
.topbar-alt .nav-utility .btn {
	padding: 12px 25px;
	font-size: 10px;
	line-height: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px
}
.topbar-alt .nav-utility .btn.btn-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.topbar-alt .nav-utility .btn.btn-theme {
	color: #ffa800;
	border-color: #ffa800;
	background-color: transparent
}
.topbar-alt .nav-utility .btn.btn-theme:hover {
	background-color: #e69700;
	border-color: #e69700
}
.topbar-alt .nav-utility .btn.btn-danger {
	border-color: #d43f3a;
	color: #d43f3a
}
.topbar-alt .nav-utility .btn.btn-danger:hover {
	border-color: #ac2925;
	color: #ac2925
}
.topbar-alt .nav-utility .btn.btn-primary {
	border-color: #2e6da4;
	color: #2e6da4
}
.topbar-alt .nav-utility .btn.btn-primary:hover {
	border-color: #204d74;
	color: #204d74
}
.topbar-alt .nav-utility .btn.btn-success {
	border-color: #4cae4c;
	color: #4cae4c
}
.topbar-alt .nav-utility .btn.btn-success:hover {
	border-color: #398439;
	color: #398439
}
.topbar-alt .nav-utility .btn.btn-info {
	border-color: #46b8da;
	color: #46b8da
}
.topbar-alt .nav-utility .btn.btn-info:hover {
	border-color: #269abc;
	color: #269abc
}
.topbar-alt .nav-utility .btn.btn-warning {
	border-color: #2DB199;
	color: #eea236
}
.topbar-alt .nav-utility .btn.btn-warning:hover {
	border-color: #269782;
	color: #d58512
}
.topbar-alt .nav-utility .btn.btn-default {
	border-color: #d9d9d9;
	color: #6b6e80
}
.topbar-alt .nav-utility .btn.btn-default:hover {
	border-color: #2b2b2b;
	color: #2b2b2b
}

@media screen and (max-width:768px) {
.topbar-alt .nav-utility.nav-right {
	text-align: right
}
}
.topbar-alt+.site-header-affix-wrapper .site-header {
	position: relative
}
.topbar-alt+.site-header-affix-wrapper .main-navigation .menu-toggle {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 6px;
	margin-top: 0
}

@media screen and (max-width:37.5em) {
.topbar-alt+.site-header-affix-wrapper [class*=col-] {
	position: static
}
.topbar-alt+.site-header-affix-wrapper .main-navigation .menu-container>ul {
	margin-top: 40px
}
}
.site-navigation-sticky-wrapper {
	margin-bottom: 40px
}
.sticky-bar {
	position: fixed!important;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,.065);
	-moz-box-shadow: 0 0 60px 0 rgba(0,0,0,.065);
	-ms-box-shadow: 0 0 60px 0 rgba(0,0,0,.065);
	-o-box-shadow: 0 0 60px 0 rgba(0,0,0,.065);
	box-shadow: 0 0 60px 0 rgba(0,0,0,.065)
}
.site-header {
	z-index: 24;
	min-height: 55px;
	background-color: transparent;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.site-header.header-light {
	background-color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.site-header.header-light ul ul .focus>a, .site-header.header-light ul ul:hover>a {
	color: #fff
}
.site-header.header-light ul ul li.current-menu-ancestor>a, .site-header.header-light ul ul li.current-menu-item>a, .site-header.header-light ul ul li.current_page_ancestor>a, .site-header.header-light ul ul li.current_page_item>a {
	text-decoration: none;
	color: #fff;
	background-color: #121212
}
.site-header.header-light ul ul a {
	color: #d9d9d9
}
.site-header.header-light ul ul a.focus, .site-header.header-light ul ul a:hover {
	text-decoration: none;
	color: #fff
}
.site-header.header-light li.focus>a, .site-header.header-light li:hover>a {
	color: #2b2b2b
}
.site-header.header-light li.menu-item-has-children::after {
	content: '+';
	color: #858899
}
.site-header.header-light li.menu-item-has-children:focus::after, .site-header.header-light li.menu-item-has-children:hover::after {
	content: '-';
	color: #2b2b2b
}
.site-header.header-light a {
	color: #858899
}
.site-header.header-light .current-menu-ancestor>a, .site-header.header-light .current-menu-item>a, .site-header.header-light .current_page_ancestor>a, .site-header.header-light .current_page_item>a {
	color: #2b2b2b;
	text-decoration: none
}
.site-header.header-light .site-branding .site-title {
	padding-top: 13px;
	font-size: 20px;
	line-height: 28px
}
.site-header.header-light .site-branding .site-title a {
	color: #2b2b2b
}
.site-header.header-light .site-branding .site-title a:focus, .site-header.header-light .site-branding .site-title a:hover {
	color: #6b6e80
}
.site-header.header-light .site-branding .site-title.title-image img {
	max-height: 15px;
	width: auto;
	max-width: 100%;
	margin-bottom: 5px
}
.site-header.header-light .menu-toggle {
	color: #2b2b2b
}
.site-header.header-dark {
	background-color: #121212;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.site-header.header-dark ul ul {
	background-color: #121212
}
.site-header.header-dark ul ul .focus>a, .site-header.header-dark ul ul:hover>a {
	color: #fff
}
.site-header.header-dark ul ul li.current-menu-ancestor>a, .site-header.header-dark ul ul li.current-menu-item>a, .site-header.header-dark ul ul li.current_page_ancestor>a, .site-header.header-dark ul ul li.current_page_item>a {
	color: #fff;
	background-color: #1e1e1e
}
.site-header.header-dark ul ul a {
	color: #d9d9d9
}
.site-header.header-dark ul ul a.focus, .site-header.header-dark ul ul a:hover {
	color: #fff
}
.site-header.header-dark li.focus>a, .site-header.header-dark li:hover>a {
	color: #fff
}
.site-header.header-dark li.menu-item-has-children::after {
	content: '+';
	color: #9395a5
}
.site-header.header-dark li.menu-item-has-children:focus::after, .site-header.header-dark li.menu-item-has-children:hover::after {
	content: '-';
	color: #fff
}
.site-header.header-dark a {
	color: #9395a5
}
.site-header.header-dark .current-menu-ancestor>a, .site-header.header-dark .current-menu-item>a, .site-header.header-dark .current_page_ancestor>a, .site-header.header-dark .current_page_item>a {
	color: #fff
}
.site-header.header-dark .site-branding .site-title {
	padding-top: 13px;
	font-size: 20px;
	line-height: 28px
}
.site-header.header-dark .site-branding .site-title a {
	color: #fff
}
.site-header.header-dark .site-branding .site-title a:focus, .site-header.header-dark .site-branding .site-title a:hover {
	color: #9395a5
}
.site-header.header-dark .site-branding .site-title.title-image img {
	max-height: 38px;
	width: auto;
	margin-bottom: 0;
	margin-top: -4px;
}
.site-header.header-dark .menu-toggle {
	margin-top: -45px;
	color: #fff
}

@media screen and (max-width:37.5em) {
.site-header.header-dark ul {
	background-color: #121212
}
.site-header.header-dark ul ul {
	background-color: transparent
}
.site-header.header-dark ul ul .focus>a, .site-header.header-dark ul ul:hover>a {
	color: #fff!important
}
.site-header.header-dark ul ul a {
	color: #9395a5
}
.site-header.header-dark ul ul a.focus, .site-header.header-dark ul ul a:hover {
	color: #fff;
	background-color: transparent
}
.site-header.header-dark li {
	background-color: transparent
}
.site-header.header-dark li.focus>a, .site-header.header-dark li:hover>a {
	color: #fff
}
.site-header.header-dark li.menu-item-has-children:focus, .site-header.header-dark li.menu-item-has-children:hover {
	background-color: transparent;
	color: #fff
}
.site-header.header-dark li.menu-item-has-children:focus a, .site-header.header-dark li.menu-item-has-children:hover a {
	color: #fff
}
.site-header.header-dark li.menu-item-has-children:focus a:focus, .site-header.header-dark li.menu-item-has-children:focus a:hover, .site-header.header-dark li.menu-item-has-children:hover a:focus, .site-header.header-dark li.menu-item-has-children:hover a:hover {
	color: #9395a5
}
.site-header.header-dark a {
	color: #9395a5
}
.site-header.header-dark a:focus, .site-header.header-dark a:hover {
	color: #fff
}
.site-header.header-dark .current-menu-ancestor>a, .site-header.header-dark .current-menu-item>a, .site-header.header-dark .current_page_ancestor>a, .site-header.header-dark .current_page_item>a {
	color: #D65145;
	background-color: transparent!important
}
}
.main-navigation {
	display: block;
	clear: both;
	width: 100%;
	font-family: Poppins, sans-serif;
	font-size: 13px
}

@media screen and (min-width:37.5em) {
.main-navigation.navigation-left ul {
	float: left
}
}

@media screen and (min-width:37.5em) {
.main-navigation.navigation-left ul li:first-child a {
	padding-left: 0
}
}
.main-navigation.navigation-center ul {
	float: none;
	margin: 0 auto
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: left
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	-ms-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	background-color: #2b2b2b
}
.main-navigation ul ul .focus>a, .main-navigation ul ul:hover>a {
	color: #fff
}
.main-navigation ul ul li {
	position: relative
}
.main-navigation ul ul li.focus>ul, .main-navigation ul ul li:hover>ul {
	left: 100%
}
.main-navigation ul ul li.current-menu-ancestor>a, .main-navigation ul ul li.current-menu-item>a, .main-navigation ul ul li.current_page_ancestor>a, .main-navigation ul ul li.current_page_item>a {
	text-decoration: none;
	color: #fff;
	background-color: #121212
}

@media screen and (max-width:37.5em) {
.main-navigation ul ul li {
	background-color: rgba(255,255,255,.95);
	border-bottom: none
}
.main-navigation ul ul li.current-menu-ancestor>a, .main-navigation ul ul li.current-menu-item>a, .main-navigation ul ul li.current_page_ancestor>a, .main-navigation ul ul li.current_page_item>a {
	color: #e69700;
	background-color: transparent
}
}
.main-navigation ul ul a {
	width: 200px;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 300;
	text-transform: none;
	color: #D65145
}
.main-navigation ul ul a.focus, .main-navigation ul ul a:hover {
	text-decoration: none;
	color: #fff
}

@media screen and (max-width:37.5em) {
.main-navigation ul ul a.focus, .main-navigation ul ul a:hover {
	background-color: transparent
}
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

@media screen and (max-width:37.5em) {
.main-navigation ul ul ul {
	background-color: transparent
}
}
.main-navigation li {
	float: left;
	position: relative;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.main-navigation li.focus>a, .main-navigation li:hover>a {
	position: relative;
	color: #414348
}
.main-navigation li.focus>ul, .main-navigation li:hover>ul {
	left: auto
}
.main-navigation li.menu-item-has-children {
	position: relative;
	padding-right: 15px
}
.main-navigation li.menu-item-has-children::after {
	content: '+';
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 13px;
	color: #fff
}
.main-navigation li.menu-item-has-children:focus::after, .main-navigation li.menu-item-has-children:hover::after {
	content: '-';
	color: #fff
}
.main-navigation li.menu-item-has-children .menu-item-has-children {
	padding-right: 0
}
.main-navigation li.menu-item-has-children .menu-item-has-children::after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 8px;
	font-size: 13px;
	color: #fff
}
.main-navigation li.menu-item-has-children .menu-item-has-children:focus::after, .main-navigation li.menu-item-has-children .menu-item-has-children:hover::after {
	content: '-';
	color: #fff
}
.main-navigation a {
	display: block;
	padding: 14px 18px 16px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #64676F;
	font-family: "PingFang SC Semibold", "Microsoft JhengHei Bold";
}
.main-navigation .current-menu-ancestor>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation .current_page_item>a {
	color: #64676F;
	text-decoration: underline
}
.main-navigation .menu-toggle, .main-navigation.toggled ul {
	display: block
}

@media screen and (max-width:37.5em) {
.main-navigation .menu-toggle {
	float: right;
	margin-top: -44px;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 15px 10px;
	border: none;
	color: #fff;
	background-color: transparent
}
.main-navigation .menu-toggle:focus {
	outline: 0
}
.main-navigation #primary-menu {
	position: relative;
	z-index: 4;
	max-height: 300px;
	overflow-x: auto
}
.main-navigation #primary-menu::-webkit-scrollbar {
width:3px
}
.main-navigation #primary-menu::-webkit-scrollbar-track {
background-color:#bdbec7
}
.main-navigation #primary-menu::-webkit-scrollbar-thumb {
background-color:#6b6e80;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px
}
.main-navigation #primary-menu::-webkit-scrollbar-button {
display:none
}
.main-navigation #primary-menu::-webkit-scrollbar-corner {
background-color:#bdbec7
}
.main-navigation ul {
	float: none;
	border-top: none;
	background-color: #fff
}
.main-navigation ul ul {
	display: block;
	margin-top: 0;
	float: none;
	position: static;
	padding: 0 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-color: #fff
}
.main-navigation ul ul .focus>a, .main-navigation ul ul:hover>a {
	color: #ffa800
}
.main-navigation ul ul a {
	width: 100%;
	padding: 10px 12px;
	font-size: 12px;
	color: #6b6e80
}
.main-navigation ul ul a.focus, .main-navigation ul ul a:hover {
	text-decoration: none;
	color: #ffa800;
	background-color: #fff
}
.main-navigation li {
	display: block;
	float: none
}
.main-navigation li.focus>a, .main-navigation li:hover>a {
	color: #2b2b2b
}
.main-navigation li.menu-item-has-children {
	position: relative;
	padding-right: 15px
}
.main-navigation li.menu-item-has-children::after {
	content: '';
	display: none
}
.main-navigation li.menu-item-has-children:focus, .main-navigation li.menu-item-has-children:hover {
	background-color: #fff;
	color: #ffa800
}
.main-navigation li.menu-item-has-children:focus a, .main-navigation li.menu-item-has-children:hover a {
	color: #6b6e80
}
.main-navigation li.menu-item-has-children:focus a:focus, .main-navigation li.menu-item-has-children:focus a:hover, .main-navigation li.menu-item-has-children:hover a:focus, .main-navigation li.menu-item-has-children:hover a:hover {
	color: #ffa800
}
.main-navigation li.menu-item-has-children .menu-item-has-children {
	padding-right: 0
}
.main-navigation li.menu-item-has-children .menu-item-has-children::after {
	content: '';
	display: none
}
.main-navigation a {
	display: block;
	padding: 8px 12px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #6b6e80
}
.main-navigation a:focus, .main-navigation a:hover {
	color: #2b2b2b
}
.main-navigation .current-menu-ancestor>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation .current_page_item>a {
	color: #2b2b2b;
	text-decoration: none
}
}

@media screen and (min-width:601px) {
.main-navigation .menu-toggle {
	display: none
}
.main-navigation ul {
	display: table
}
}

@media screen and (max-width:767px) and (min-width:601px) {
.main-navigation {
	float: none
}
.main-navigation ul {
	display: table;
	float: none;
	margin-left: auto;
	margin-right: auto
}
}
.main-navigation.text-black ul ul {
	background-color: #2b2b2b
}
.main-navigation.text-black ul ul .focus>a, .main-navigation.text-black ul ul:hover>a {
	color: #fff
}
.main-navigation.text-black ul ul li.focus>a, .main-navigation.text-black ul ul li:hover>a {
	color: #fff
}
.main-navigation.text-black ul ul li.current-menu-ancestor>a, .main-navigation.text-black ul ul li.current-menu-item>a, .main-navigation.text-black ul ul li.current_page_ancestor>a, .main-navigation.text-black ul ul li.current_page_item>a {
	color: #fff;
	background-color: #121212
}

@media screen and (max-width:37.5em) {
.main-navigation.text-black ul ul li {
	background-color: rgba(255,255,255,.95)
}
.main-navigation.text-black ul ul li.current-menu-ancestor>a, .main-navigation.text-black ul ul li.current-menu-item>a, .main-navigation.text-black ul ul li.current_page_ancestor>a, .main-navigation.text-black ul ul li.current_page_item>a {
	color: #e69700;
	background-color: transparent
}
}
.main-navigation.text-black ul ul a {
	color: #d9d9d9
}
.main-navigation.text-black ul ul a.focus, .main-navigation.text-black ul ul a:hover {
	color: #fff
}

@media screen and (max-width:37.5em) {
.main-navigation.text-black ul ul a.focus, .main-navigation.text-black ul ul a:hover {
	background-color: transparent
}
}

@media screen and (max-width:37.5em) {
.main-navigation.text-black ul ul ul {
	background-color: transparent
}
}
.main-navigation.text-black li.focus>a, .main-navigation.text-black li:hover>a {
	color: #050505
}
.main-navigation.text-black li.menu-item-has-children::after {
	content: '+';
	color: #2b2b2b
}
.main-navigation.text-black li.menu-item-has-children:focus::after, .main-navigation.text-black li.menu-item-has-children:hover::after {
	content: '-';
	color: #2b2b2b
}
.main-navigation.text-black li.menu-item-has-children .menu-item-has-children::after {
	content: '+';
	color: #fff
}
.main-navigation.text-black li.menu-item-has-children .menu-item-has-children:focus::after, .main-navigation.text-black li.menu-item-has-children .menu-item-has-children:hover::after {
	content: '-';
	color: #fff
}
.main-navigation.text-black a {
	color: #2b2b2b
}
.main-navigation.text-black .current-menu-ancestor>a, .main-navigation.text-black .current-menu-item>a, .main-navigation.text-black .current_page_ancestor>a, .main-navigation.text-black .current_page_item>a {
	color: #050505
}

@media screen and (max-width:37.5em) {
.main-navigation.text-black .menu-toggle {
	color: #2b2b2b;
	background-color: transparent
}
.main-navigation.text-black ul {
	background-color: #fff
}
.main-navigation.text-black ul ul {
	background-color: #fff
}
.main-navigation.text-black ul ul .focus>a, .main-navigation.text-black ul ul:hover>a {
	color: #ffa800
}
.main-navigation.text-black ul ul a {
	color: #6b6e80
}
.main-navigation.text-black ul ul a.focus, .main-navigation.text-black ul ul a:hover {
	color: #ffa800;
	background-color: #fff
}
.main-navigation.text-black li.focus>a, .main-navigation.text-black li:hover>a {
	color: #2b2b2b
}
.main-navigation.text-black a {
	color: #6b6e80
}
.main-navigation.text-black a:focus, .main-navigation.text-black a:hover {
	color: #2b2b2b
}
.main-navigation.text-black .current-menu-ancestor>a, .main-navigation.text-black .current-menu-item>a, .main-navigation.text-black .current_page_ancestor>a, .main-navigation.text-black .current_page_item>a {
	color: #2b2b2b
}
}
.site-branding {
	margin-bottom: 0
}
.site-branding .site-title {
	position: relative;
	z-index: 10000;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700
}
.site-branding .site-title.text-black a {
	color: #2b2b2b
}
.site-branding .site-title a {
	color: #fff
}
.site-branding .site-title a:focus, .site-branding .site-title a:hover {
	text-decoration: none;
	outline: 0
}
.site-branding .site-title.title-image {
	margin-top: 0
}
.site-branding .site-title.title-image img {
	max-height: 45px;
	width: auto;
	margin-bottom: 5px
}
.site-branding .site-description {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #9395a5
}

@media screen and (max-width:768px) {
.site-branding {
	text-align: center
}
}

@media screen and (max-width:37.5em) {
.site-branding {
	text-align: left
}
.site-branding .site-title {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 20px;
	line-height: 28px
}
.site-branding .site-title.title-image img {
	max-height: 15px;
	margin-bottom: 5px
}
}
.navbar-menu.nav-cta .btn {
	margin-top: 8px;
	float: right;
	display: inline-block;
	padding: 10px 20px;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	color: #fff
}
.navbar-menu.nav-cta .btn.btn-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

@media screen and (max-width:37.5em) {
.navbar-menu.nav-cta .btn {
	margin-top: -42px;
	margin-right: 60px
}
}
.header {
	width: 100%;
	min-height: 600px;
	height: auto;
	padding: 0 0 80px;
	background-color: transparent
}
.header-caption {
	padding: 80px 0;
	color: #fff
}
.header-caption, .header-caption p {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 1px
}
.header-caption .caption-subtitle {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 4px
}
.header-caption .caption-title {
	margin-bottom: 40px;
	font-size: 34px;
	line-height: 42px;
	font-weight: 300
}
.header-caption .header-action-button {
	display: block;
	margin: 40px 0
}
.header-caption .header-action-button .btn {
	margin-right: 20px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
	border: 2px solid #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 10px
}
.header-caption .header-action-button .btn:last-child {
	margin-right: 0
}
.header-caption .header-action-button .btn.btn-theme {
	color: #fff;
	border-color: #ffa800;
	background-color: #ffa800
}
.header-caption .header-action-button .btn.btn-theme:hover {
	background-color: #e69700;
	border-color: #e69700
}
.header-caption .header-action-button .btn.btn-danger {
	border-color: #d43f3a
}
.header-caption .header-action-button .btn.btn-danger:hover {
	border-color: #ac2925
}
.header-caption .header-action-button .btn.btn-primary {
	border-color: #2e6da4
}
.header-caption .header-action-button .btn.btn-primary:hover {
	border-color: #204d74
}
.header-caption .header-action-button .btn.btn-success {
	border-color: #4cae4c
}
.header-caption .header-action-button .btn.btn-success:hover {
	border-color: #398439
}
.header-caption .header-action-button .btn.btn-info {
	border-color: #46b8da
}
.header-caption .header-action-button .btn.btn-info:hover {
	border-color: #269abc
}
.header-caption .header-action-button .btn.btn-warning {
	border-color: #2DB199
}
.header-caption .header-action-button .btn.btn-warning:hover {
	border-color: #d58512
}
.header-caption .header-action-button .btn-bordered {
	background-color: transparent;
	color: #fff
}
.header-caption .header-action-button .btn-bordered:hover {
	background-color: #fff;
	color: #2b2b2b
}
.header-caption .header-action-button .btn-bordered.btn-theme {
	border-color: #ffa800;
	background-color: transparent
}
.header-caption .header-action-button .btn-bordered.btn-theme.text-black {
	color: #2b2b2b
}
.header-caption .header-action-button .btn-bordered.btn-theme.text-theme {
	color: #ffa800
}
.header-caption .header-action-button .btn-bordered.btn-theme:hover {
	color: #fff;
	border-color: #e69700;
	background-color: #e69700
}
.header-caption .header-action-button .btn-bordered.btn-danger:hover, .header-caption .header-action-button .btn-bordered.btn-info:hover, .header-caption .header-action-button .btn-bordered.btn-primary:hover, .header-caption .header-action-button .btn-bordered.btn-success:hover, .header-caption .header-action-button .btn-bordered.btn-warning:hover {
	color: #fff
}
.header-caption .header-action-button .btn-bordered.btn-danger:hover {
	background-color: #ac2925
}
.header-caption .header-action-button .btn-bordered.btn-primary:hover {
	background-color: #204d74
}
.header-caption .header-action-button .btn-bordered.btn-success:hover {
	background-color: #398439
}
.header-caption .header-action-button .btn-bordered.btn-info:hover {
	background-color: #269abc
}
.header-caption .header-action-button .btn-bordered.btn-warning:hover {
	background-color: #d58512
}
.header-caption .header-action-button .btn-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.header-content {
	padding-top: 60px;
	display: block
}
.header-content img {
	max-width: 100%;
	height: auto
}
.header-content iframe {
	display: block;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:768px) {
.header-content {
	padding-top: 80px
}
.header-content img {
	display: block;
	margin: 0 auto
}
}

@media screen and (max-width:480px) {
.header-content {
	padding-top: 40px
}
.header-content img {
	display: block;
	margin: 0 auto
}
}
.block-section, .content-section {
	width: 100%
}
.block-section.bg-grey, .content-section.bg-grey {
	background-color: #f2f2f2
}
.block-section.bg-light, .content-section.bg-light {
	background-color: #fcfcfc
}
.block-section.bg-white, .content-section.bg-white {
	background-color: #fff
}
.block-section.bg-dark, .content-section.bg-dark {
	background-color: #2b2b2b
}
.block-section.bg-dark, .block-section.bg-dark h2, .block-section.bg-dark h3, .block-section.bg-dark h4, .block-section.bg-dark p, .block-section.bg-dark small, .block-section.bg-dark span, .content-section.bg-dark, .content-section.bg-dark h2, .content-section.bg-dark h3, .content-section.bg-dark h4, .content-section.bg-dark p, .content-section.bg-dark small, .content-section.bg-dark span {
	color: #fff
}
.block-section.bg-black, .content-section.bg-black {
	color: #fff;
	background-color: #121212
}
.block-section.bg-black .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit), .block-section.bg-dark .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit), .content-section.bg-black .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit), .content-section.bg-dark .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) {
	color: #e6e6e6;
	border-color: #e6e6e6!important
}
.block-section.bg-black .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):focus, .block-section.bg-black .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):hover, .block-section.bg-dark .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):focus, .block-section.bg-dark .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):hover, .content-section.bg-black .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):focus, .content-section.bg-black .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):hover, .content-section.bg-dark .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):focus, .content-section.bg-dark .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):hover {
	border-color: #ffa800!important
}
.block-section.bg-theme, .content-section.bg-theme {
	color: #fff;
	background-color: #ffa800
}
.block-section.bg-theme .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit), .content-section.bg-theme .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) {
	color: #fff;
	border-color: #ffb933!important
}
.block-section.bg-theme .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):focus, .block-section.bg-theme .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):hover, .content-section.bg-theme .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):focus, .content-section.bg-theme .button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit):hover {
	border-color: #fff!important
}
.block-section.bg-theme h2, .block-section.bg-theme h3, .block-section.bg-theme p, .block-section.bg-theme span, .content-section.bg-theme h2, .content-section.bg-theme h3, .content-section.bg-theme p, .content-section.bg-theme span {
	color: #fff
}
.block-section.bg-image, .content-section.bg-image {
	background-color: transparent
}
.block-section.bg-image .fact-item, .block-section.bg-image .fact-item-number, .block-section.bg-image .section-title h2, .block-section.bg-image .section-title h3, .block-section.bg-image .wrapper-bg-image, .block-section.bg-image p, .content-section.bg-image .fact-item, .content-section.bg-image .fact-item-number, .content-section.bg-image .section-title h2, .content-section.bg-image .section-title h3, .content-section.bg-image .wrapper-bg-image, .content-section.bg-image p {
	color: #fff
}
.block-section p, .content-section p {
	font-size: 14px;
	line-height: 26px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #777a8d
}
.content-section {
	padding: 80px 0
}
embed, iframe, object {
	max-width: 100%
}
.site-footer {
	width: 100%;
	padding: 60px 0 80px;
	color: #858899
}
.site-footer h2, .site-footer h3, .site-footer h4 {
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff
}
.site-footer a {
	color: #9395a5
}
.site-footer a:hover {
	color: #fff
}
.site-footer .widget {
	margin-bottom: 30px;
	color: #858899
}
.site-footer .widget-title {
	margin-bottom: 30px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #e6e6e6
}
.site-footer .widget ul {
	list-style-type: none;
	padding: 0
}
.site-footer .widget ul li {
	padding-top: 5px;
	font-size: 14px;
	line-height: 24px
}
.site-footer .social-icon li a {
	color: #fff;
	background-color: #282828
}
.site-footer .social-icon li a:hover {
	background-color: #ffa800
}
.copyright {
	width: 100%;
	padding: 30px 0;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #858899;
	background-color: #282828
}
.copyright.bg-black {
	background-color: #121212
}
.copyright.bg-white {
	background-color: #fff
}
.copyright .copy-left {
	padding-top: 20px
}
.copyright .copy-right {
	text-align: right
}
.copyright .link-to-top {
	width: 50px;
	height: 50px;
	margin-top: -80px;
	padding: 0
}
.copyright .link-to-top span {
	font-size: 30px;
	line-height: 45px;
	text-align: center
}
.copyright .link-to-top.btn-rounded {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px
}

@media screen and (max-width:768px) {
.copyright, .copyright .copy-left, .copyright .copy-right {
	text-align: center
}
.copyright .link-to-top {
	margin-top: 20px
}
}
