@charset "UTF-8";
/* FROM THEME*/
html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
	-webkit-font-smoothing: antialiased;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: auto;
	}
}
body {
	background-color: #FFF;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	font-weight: 500;
	margin: 0;
}
body a {
	outline: none !important;
}
.body {
	background-color: #FFF;
}
html.safari:not(.no-safari-overflow-x-fix) .body {
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
a:not(.btn):hover {
	text-decoration: underline;
}
li {
	line-height: 24px;
}
@media (max-width: 575px) {
	body {
		font-size: 16px;
	}
}
pre {
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 15px;
}

.font-weight-300 {
	font-weight: 300;
}
.font-weight-400 {
	font-weight: 400;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-700 {
	font-weight: 700;
}
.font-weight-800 {
	font-weight: 800;
}

h1 { font-size: 40px; line-height:50px; font-weight: 700; text-transform: uppercase; }
h2 { font-size: 45px; line-height: 55px; font-weight: 300; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
h3 { font-size: 24px; line-height: 32px; font-weight: 400; margin-top: 0px; }
h4 { font-size: 25px; line-height: 46px; font-weight: 500; font-family: 'Oswald', sans-serif; }
h5 { font-size: 21px; line-height: 29px; font-weight: 500; font-family: 'Oswald', sans-serif;  }
h6 { font-size: 20px; line-height: 30px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }

@media (max-width: 991px) {
	h3 {
		font-size: 20px;
		line-height: 28px;
	}
}
@media (max-width: 450px) {
	h2 {
		font-size: 38px;
		line-height: 46px;
	}
	h4 {
	font-size: 21px;
	line-height: 28px;
	}
	p {
	font-size: 15px;
	line-height: 24px;
	}
}

.white-text { color: #ffffff !important; }
.gray-text { color: #AAAEB4 !important; }
.dk-gray-text { color: #484F59 !important; }
.whiteLink a {color: #AAAEB4!important; text-decoration: none;}
.whiteLink a:hover {color: #FFCF43!important; text-decoration: none;}

.dk-blue-bg { background-color: #0096E2; }
.blue-bg { background-color: #4FB2FF; }
.lt-blue-bg { background-color: #95D1FF; }
.gray-bg { background-color: #6D727A; }
.dk-gray-bg { background-color: #484F59 !important; }
.lt-gray-bg { background-color: #E5E8ED; }
.purple-bg { background-color: #8F4878;}
.dk-purple-bg { background-color: #6D3D5F; }
.md-gray-bg { background-color: #ACAEB2; }
.yellow-bg { background-color: #FFCF43; }
.lt-yellow-bg { background-color: #FDE9B3; }
.dk-white-bg { background-color: #E5E8ED; }
.dk-yellow-bg { background-color: #DEA30E; }
.dkr-gray-bg { background-color: #363B43; }
.md-yellow-bg { background-color: #FCDB80; }
.white-bg { background-color: #F5F6F8; }

/* Border Radius */
.border-radius-0 {
	border-radius: 0 !important;
}
/* Position */
.p-relative {
	position: relative !important;
}
.p-absolute {
	position: absolute !important;
}
.p-fixed {
	position: fixed !important;
}
.p-static {
	position: static !important;
}

/* Container */
@media (min-width: 1200px) {
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
		max-width: 1140px;
	}
}
@media (min-width: 1440px) {
	.container-xl-custom {
		max-width: 1440px;
	}
	.container-xxl-custom {
		max-width: 1630px;
	}
}

/* Half Section */
.col-half-section {
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	max-width: 555px;
	margin-left: 30px;
	margin-right: 0;
}
.col-half-section.col-half-section-right {
	margin-left: 0;
	margin-right: 30px;
}

@media (max-width: 1199px) {
	.col-half-section {
		max-width: 465px;
	}
}
@media (max-width: 991px) {
	.col-half-section {
		max-width: 720px;
		margin: 0 auto !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
@media (max-width: 767px) {
	.col-half-section {
		max-width: 550px;
	}
}
@media (max-width: 575px) {
	.col-half-section {
		max-width: 100%;
	}
}
.sectionHead {
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 8px;
  text-align: center;
}
.divider-transparent {
	background-color: rgba(235, 235, 235, 0.5);
	height: 1px;
	width: 100%;
	margin: 16px 0 16px;
}
.popup-line {
	border-bottom: 1px solid #6D727A;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	width: 100%;
}
.hero-copy {
	padding: 15px 0;
}



/* Buttons */
.button-blue-yellow, .button-blue-yellow:focus { background-color: #4FB2FF; color: #FFF; font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; padding: 10px 18px; text-decoration: none; text-transform: uppercase; cursor: pointer; float: none; }
.button-blue-yellow:hover { background-color: #FFCF43; color: #484F59; }

/* Button for process */
.md-button { display: inline-block; font-family: "Oswald", sans-serif; font-size: 16px; padding: 7px 20px;  border-radius: 0px; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; color: #484F59; font-weight: 400; cursor: pointer; background-color: #FFCA1A; margin-top: 20px; margin-bottom: 30px; border-style: none; }
.md-button:hover { color: #FFF; background-color: #6D727A;  text-decoration: none; opacity: 0.8; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
.md-button:focus { text-decoration: none; }

.button-yellow-purple, .button-yellow-purple:focus { background-color: #FFCF43; color: #484F59; font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; padding: 10px 18px; text-decoration: none; text-transform: uppercase; cursor: pointer; border-radius: 0px;}
.button-yellow-purple:hover { background-color: #8F4878; color: #FFF; }

.button-purple-blue, .button-purple-blue:focus { background-color: #8F4878; color: #FFF; font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; padding: 10px 18px; text-decoration: none; text-transform: uppercase; cursor: pointer; float: none; border-radius: 0px; }
.button-purple-blue:hover { background-color:  #4FB2FF; color: #FFF; }

.button-yellow-gray, .button-yellow-gray:focus { background-color: #FFCF43; color: #484F59; font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; padding: 10px 18px; text-decoration: none; text-transform: uppercase; cursor: pointer; float: none; border-radius: 0px; }
.button-yellow-gray:hover { background-color: #6D727A; color: #E5E8ED; }

.button-yellow-blue, .button-yellow-blue:focus { background-color: #FFCF43; color: #484F59; font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; padding: 10px 18px; text-decoration: none; text-transform: uppercase; cursor: pointer; float: none; border-radius: 0px;}
.button-yellow-blue:hover { background-color:  #4FB2FF; color: #FFF;}

.button-blue-yellow, .button-blue-yellow:focus { background-color: #4FB2FF; color: #FFF; font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; padding: 10px 18px; text-decoration: none; text-transform: uppercase; cursor: pointer; float: none; border-radius: 0px;}
.button-blue-yellow:hover { background-color:  #FFCF43; color: #484F59; }

.button-lt-gray, .button-lt-gray:focus { background-color: #fff; color: #848B95; font-family: "Oswald", sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 1px; padding: 4px 10px; text-decoration: none; text-transform: uppercase; cursor: pointer; border: solid; border-width: .07em; border-color: #848B95; border-radius: 0px;}
.button-lt-gray:hover { background-color:  #FFCF43; color: #484F59;}


/* Header */
#header {
	position: relative;
	z-index: 1030;
}
#header .header-body {
	display: flex;
	flex-direction: column;
	background: #FFF;
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #EDEDED;
	border-bottom: 1px solid transparent;
	z-index: 1001;
}
html.sticky-header-active #header .header-body {
	background-color: #fff;
}
#header .header-body {
	background-color: #484F59;
}
#header .gallery-sticky {
	background-color: #484F59 !important;
}
#header .header-body[class*="border-color-"] {
	border-bottom: 0 !important;
}
#header .header-container {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	transition: ease height 300ms;
}

@media (max-width: 991px) {
	#header .header-container:not(.container):not(.container-fluid) .header-nav-main {
	padding: 0 0.75rem;
	}
}
#header .container {
	position: relative;
}

@media (max-width: 767px) {
	#header .container {
		width: 100%;
	}
}

#header .header-row {
	display: flex;
	flex-grow: 1;
	align-items: center;
	align-self: stretch;
	max-height: 100%;
}
#header .header-column {
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-grow: 1;
	flex-direction: column;
}
#header .header-column .header-row {
	justify-content: inherit;
}
#header .header-logo {
	margin: 16px 0;
	margin: 1rem 0;
	position: relative;
	z-index: 1;
}
#header .header-logo img {
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	transform: translateZ(0);
}
#header .header-nav {
	padding: 16px 0;
	padding: 1rem 0;
	min-height: 70px;
}
@media (max-width: 991px) {
	#header .header-mobile-border-top:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
}

#header .header-btn-collapse-nav {
	background: #888E99;
	color: #FFF;
	display: none;
	float: right;
	margin: 0 0 0 16px;
	margin: 0 0 0 1rem;
	border-radius: 0;
}
#header .header-btn-collapse-nav i {
	color: #fff;
}
#header .header-btn-collapse-nav:hover {
	background: #000;
	color: #FFCF43 !important;
}
#header.header-effect-shrink {
	transition: ease height 300ms;
}
#header.header-effect-shrink .header-container {
	min-height: 100px;
}
#header.header-effect-shrink .header-logo {
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {
	html.mobile-menu-opened #header .header-body[class*="border-color-"] {
		border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
	}
}
html:not(.boxed) #header.header-full-width .header-container {
	width: 100%;
	max-width: none;
}
html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: rgba(234, 234, 234, 0.5);
	box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}
@media (max-width: 991px) {
	html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-non-sticky {
	opacity: 1 !important;
	}

	html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-sticky {
	display: none !important;
	}
}

@media (min-width: 992px) {
	html.sticky-header-enabled.sticky-header-active.sticky-header-scroll-direction #header .header-body {
	transition: all 0.3s ease;
	transform: translate3d(0, 0, 0);
	}

	html.sticky-header-enabled.sticky-header-active.sticky-header-scroll-direction.sticky-header-scroll-down #header .header-body {
	transform: translate3d(0, -100%, 0);
	}
}

html.sticky-header-active #header .header-body.header-body-bottom-border {
	border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}
html.sticky-header-active #header.header-effect-shrink .header-body {
	position: relative;
}
html.sticky-header-active .d-sticky-header-active-none {
	display: none !important;
}
html.sticky-header-reveal.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom: none;
	width: 100%;
	max-width: 100%;
}
html.sticky-header-enabled #header .header-logo-sticky-change {
	position: relative;
}

html.sticky-header-enabled #header .header-logo-sticky-change img {
	position: absolute;
	top: 0;
	left: 0;
}
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
	opacity: 1 !important;
}
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
	opacity: 0 !important;
}
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
	opacity: 0 !important;
}
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
	opacity: 1 !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main {
		display: flex !important;
		height: auto !important;
	}
	#header .header-nav-main nav {
		display: flex !important;
	}
	#header .header-nav-main nav > ul > li {
		height: 100%;
		align-self: stretch;
		margin-left: 2px;
	}
	#header .header-nav-main nav > ul > li > a {
		display: inline-flex;
		align-items: center;
		white-space: normal;
		border-radius: 4px;
		color: #484F59;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		padding: 0.5rem 1rem;
		text-transform: uppercase;
		text-decoration: none;
	}
	#header .header-nav-main nav > ul > li > a:after {
		display: none;
	}
	#header .header-nav-main nav > ul > li > a:active {
		background-color: transparent;
		text-decoration: none;
		color: #484F59;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
		display: none;
	}
	#header .header-nav-main nav > ul > li > a.active {
		background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li.accessibility-open > a, #header .header-nav-main nav > ul > li:hover > a {
		background: #484F59;;
		color: #FFF;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 0 4px 4px;
		border: 0;
		border-top: 3px solid #484F59;
		box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
		margin: 0;
		min-width: 200px;
		padding: 5px 0;
		text-align: left;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f7f7f7;
		color: #777;
		font-size: 0.83em;
		font-weight: 400;
		padding: 6px 18px 6px 18px;
		position: relative;
		text-transform: none;
		text-decoration: none;
		letter-spacing: -0.5px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
		background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a {
		background-color: #f8f9fa;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
		border-bottom: 0;
	}
	#header .header-nav-main.header-nav-main-square nav > ul > li > a {
		border-radius: 0 !important;
	}
	
}

@media (min-width: 992px) {
	html:not(.sticky-header-active) #header .header-nav.header-nav-line nav > ul > li > a {
		color: #fff!important;
	}
	html.sticky-header-active #header .header-nav.header-nav-line nav > ul > li > a {
		color: #484F59!important;
	}

	html:not(.sticky-header-active)	#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, html:not(.sticky-header-active) #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before, html:not(.sticky-header-active)	#header .header-nav.header-nav-line.header-nav-bottom-line.active nav > ul > li > a:before {
		content: "";
		background: #ACAEB2!important;
		position: absolute;
		width: auto;
		height: .2em;
		top: 50%;
		left: 15px;
		right: 15px;
		margin-top: 15px;
		transform: translateY(-3px);
	}
	html.sticky-header-active #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, html.sticky-header-active #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before, html.sticky-header-active #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > a:active {
		background: #FFCF43!important;
	}
}
	
@media (min-width: 992px) {
	#header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
  }
}



/*/should this be @media (min-width: 992px) ????????/*/
#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li > a,
#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li:hover > a,
#header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li > a,
#header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li:hover > a {
	margin: 0;
}
#header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
	padding: 0;
}
#header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main {
	align-self: stretch;
	min-height: 0;
	margin-top: 0;
}
#header .header-nav.header-nav-links nav > ul > li > a,
#header .header-nav.header-nav-links nav > ul > li:hover > a,
#header .header-nav.header-nav-line nav > ul > li > a,
#header .header-nav.header-nav-line nav > ul > li:hover > a {
		position: relative;
		background: transparent !important;
		padding: 0 .9rem;
		margin: 1px 0 0;
		min-height: 60px;
		height: 100%;
	}
	#header .header-nav.header-nav-links nav > ul > li:hover > a:before,
	#header .header-nav.header-nav-links nav > ul > li.open > a:before,
	#header .header-nav.header-nav-links nav > ul > li.accessibility-open > a:before,
	#header .header-nav.header-nav-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-line nav > ul > li.open > a:before,
	#header .header-nav.header-nav-line nav > ul > li.accessibility-open > a:before {
		opacity: 1;
	}
	#header .header-nav.header-nav-links nav > ul > li > a.active,
	#header .header-nav.header-nav-line nav > ul > li > a.active {
		background: transparent;
	}
	#header .header-nav.header-nav-links nav > ul > li > a.active:before,
	#header .header-nav.header-nav-line nav > ul > li > a.active:before {
		opacity: 1;
	}
	#header .header-nav.header-nav-links nav > ul > li.dropdown > a:before,
	#header .header-nav.header-nav-line nav > ul > li.dropdown > a:before {
		border-bottom: 0;
	}
	#header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open > .dropdown-menu,
	#header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu,
	#header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: 0;
	}
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,
	#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #444;
	}
	#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a,
	#header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		color: #FFF;
	}
	#header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a,
	#header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a {
		color: #FFF !important;
	}
	#header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a.active,
	#header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a.active {
		color: #FFF !important;
	}
	#header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:hover > a,
	#header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:focus > a,
	#header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:active > a,
	#header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:hover > a,
	#header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:focus > a,
	#header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:active > a {
		color: #FFF !important;
	}
	#header .header-nav.header-nav-line nav > ul > li > a:before,
	#header .header-nav.header-nav-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		background: transparent;
		width: auto;
		height: 3px;
		top: -2px;
		left: -1px;
		right: -1px;
		opacity: 0;
	}
	#header .header-nav.header-nav-line nav > ul > li:hover > a:before {
		opacity: 1 !important;
	}
	#header .header-nav.header-nav-line.header-nav-top-line nav > ul > li > a:before,
	#header .header-nav.header-nav-line.header-nav-top-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		top: -2px;
		left: 0;
	}
	#header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li > a:before,
	#header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li:hover > a:before {
		top: -4px;
	}
	#header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li > a:before {
		transition: all .3s ease;
		width: 0%;
		left: 50%;
	}
	#header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li:hover > a:before {
		left: 0;
		width: 100%;
	}
	#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before,
	#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		width: auto;
		height: 3px;
		top: 50%;
		left: 15px;
		right: 15px;
		margin-top: 15px;
		transform: translateY(-3px);
	}
	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav > ul > li > a:before,
	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav > ul > li:hover > a:before {
		margin-top: 12px;
		transform: none;
	}
	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li > a:before,
	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li:hover > a:before {
		left: 0;
		right: 0;
		height: 7px;
		margin: 6px 10px 15px 10px;
		opacity: 0.3 !important;
	}



/* Header Nav Main Mobile */
@media (max-width: 991px) {
	#header .header-nav-main {
		position: absolute;
		background: transparent;
		width: 100%;
		top: 100%;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
	#header .header-nav-main:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #FFF;
		z-index: -1;
		transform: translateX(-50%);
	}
	#header .header-nav-main nav {
		max-height: 50vh;
		overflow: hidden;
		overflow-y: auto;
		padding: 0 15px;
		transition: ease all 500ms;
	}
	#header .header-nav-main nav.collapsing {
		overflow-y: hidden;
	}
	#header .header-nav-main nav::-webkit-scrollbar {
		width: 5px;
	}
	#header .header-nav-main nav::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background: rgba(204, 204, 204, 0.5);
	}
	#header .header-nav-main nav > ul {
		padding-top: 15px;
		padding-bottom: 15px;
		flex-direction: column;
	}
	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #ADB4C2;
		clear: both;
		display: block;
		float: none;
		margin-top: 10px;
		padding: 0;
		position: relative;
		height: 50px;
	}
	#header .header-nav-main nav > ul li a {
		font-size: 13px;
		font-style: normal;
		line-height: 20px;
		padding: 7px 8px;
		margin: 1px 0;
		border-radius: 4px;
		text-align: left;
	}
	#header .header-nav-main nav > ul li a .fa-caret-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
	}
	#header .header-nav-main nav > ul li a.dropdown-toggle {
		position: relative;
	}
	#header .header-nav-main nav > ul li a.dropdown-toggle:after {
		content: none;
	}
	#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.6rem;
		visibility: hidden;

	}
	#header .header-nav-main nav > ul li a:active {
		background-color: #f8f9fa;
		color: inherit;
	}
	#header .header-nav-main nav > ul li.dropdown > a.active {
		margin-top: -1px;
		margin-bottom: -1px;
	}
	#header .header-nav-main nav > ul li:last-child {
		border-bottom: 0;
	}
	#header .header-nav-main nav > ul > li > a {
		text-transform: uppercase;
		font-weight: 600;
		margin-top: 1px;
		margin-bottom: 1px;
		color: #6D727A;
		text-decoration: none;
	}
	#header .header-nav-main nav > ul > li > a:active {
		color: #CCC;
	}
	#header .header-nav-main nav > ul > li > a.active {
		color: #4FB2FF !important;
		background: #CCC;
		font-weight: 700;
	}
	#header .header-nav-main nav > ul > li > a.active:hover {
		font-weight: 700;
	}
	#header .header-nav-main nav > ul > li > a:hover {
		font-weight: 800;
	}
	#header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {
		color: #FFF;
		background: #CCC;
	}
	#header .header-nav-bar .header-container {
		min-height: 0;
		height: auto !important;
	}
	#header .header-nav-bar .header-nav {
		min-height: 60px !important;
		padding: 0;
	}
	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
		position: relative;
		z-index: 1;
	}
	#header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
		min-height: 70px;
	}
		#header .header-body {
            background-color: #484F59;
			}
}

@media (max-width: 991px) {
	#header .header-logo img {
		z-index: 1;
	}

	#header .header-nav {
		display: flex;
		align-items: center;
	}
}

/* Home */
.top-banner {
	margin-left: -30px !important;
	margin-right: -30px !important;
	margin-top: -70px !important;
}
.homeImg {
	padding-right: 20%;
}
@media (max-width: 767px) {
	.homeImg, .serviceImg {
		padding: 0 15% !important;

}
	}

@media (max-width: 991px) {
	.serviceImg {
		width: 75% !important;
}
	}
@media (max-width: 767px) {
	.serviceImg {
		width: 100% !important;
}
	}




.service-title {
  padding-top: 5px;
}

/* Design Services */
.serviceImg {
	padding: 0;
}
.service-copy {
	padding-bottom: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	text-align: left;
}
.service-button {
	position: absolute;
	bottom: 5px;
}
p .lg-number {
	font-size: 55px;
	color: #FFCA1A;
	line-height: 60px;
	padding: 4px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 15px;
	font-family: 'Oswald';
	font-weight: 300;
}
.process-head {
	padding-top: 20px;
	color: #E5E8ED;
	font-size: 20px;
	text-transform: uppercase;
}
.process-category {
	color: #FFCA1A;
	margin-top: 0;
}

@media (max-width: 575px) {
.owl-carousel.nav-inside .owl-nav button.owl-prev {
  left: -15px !important;
	}
.owl-carousel.nav-inside .owl-nav button.owl-next {
  right: -15px !important;
	}
.owl-carousel.nav-inside.nav-inside-edge.nav-squared .owl-nav button.owl-prev {
  left: 0px !important;
	}
.owl-carousel.nav-inside.nav-inside-edge.nav-squared .owl-nav button.owl-next {
  right: 0px !important;
	}
}
/* Tabs - Service Page */
.tabs {
	margin-bottom: 0px;
}
.nav-tabs a {
	text-decoration: none !important;
}
.nav-tabs {
	margin: 0;
	padding: 0;
}
.nav-tabs li {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.nav-tabs li:last-child .nav-link {
	margin-right: 0;
}
.tabs.tabs-simple .nav-tabs {
	justify-content: center;
	border: 0;
	margin-bottom: 0px;
}
.tabs.tabs-simple .nav-tabs > li .nav-link {
	padding: 10px 20px;
	background: #6D727A;
	border: none;
	border-radius: 0;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
}
.tabs.tabs-simple .nav-tabs > li .nav-link.active,
.tabs.tabs-simple .nav-tabs > li .nav-link:hover,
.tabs.tabs-simple .nav-tabs > li .nav-link:focus,
.tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
	padding: 10px 20px;
	background: #484F59;;
	border: none;
	font-size: 15px;
}
.tab-content {
	border: none;
}
@media (max-width: 575px) {
.tabs.tabs-bottom .nav-tabs li .nav-link {
	font-size: 15px;
	line-height: 20px;
}
.tabs.tabs-bottom .nav-tabs li .nav-link:hover,
	.tabs.tabs-bottom .nav-tabs li .nav-link:focus {
	font-size: 15px;
	line-height: 20px;
}
.slide-copy {
	line-height: 17px;
	font-size: 14px!important;
}
p .lg-number {
	font-size: 55px;
	padding: 15px 0px!important;
}
}
@media (max-width: 414px) {
.tabs.tabs-bottom .nav-tabs li .nav-link {
	font-size: 13px;
	line-height: 18px;
}
.tabs.tabs-bottom .nav-tabs li .nav-link:hover,
	.tabs.tabs-bottom .nav-tabs li .nav-link:focus {
	font-size: 13px;
	line-height: 18px;
}
}

/* Portfolio Scroll Tabs */
.scroll-tab a, .scroll-tab-dk a {
  background: #6D727A;
  color: #E5E8ED;
  border-style: none;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #6D727A;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.scroll-tab a:hover {
  background: #484F59;
}
.scroll-tab-dk a:hover {
  background: #484F59;
  border: 1px solid #fff;
}

/* Portfolio - Design Section */
@media (max-width: 575px) {
.portfolio-item {
	padding-left: 15% !important;
	padding-right: 15% !important;
	padding-bottom: 15px;
}
}
@media (max-width: 414px) {
	.portfolio-item {
	padding-left: 3% !important;
	padding-right: 3% !important;
	padding-bottom: 15px;
}
}
.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	border-radius: 4px;
	margin: 0;
	overflow: hidden;
	display: block;
	position: relative;
}
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
	content: "";
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}
.thumb-info:hover .thumb-info-wrapper:after {
	opacity: 1;
}
.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top: 0;
}
.thumb-info:hover .thumb-info-title {
	background: rgba(33, 37, 41, 0.9);
}
.thumb-info:hover img {
	transform: scale(1.05, 1.05);
}
.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
	background: rgba(17,42,53,0.30);
}
.thumb-info .thumb-info-action-icon {
	transition: all 0.3s;
	background: #CCC;
	border-radius: 0 0 0 4px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
	z-index: 2;
}
.thumb-info .thumb-info-action-icon i {
	font-size: 14px;
	right: 50%;
	position: absolute;
	top: 50%;
	color: #FFF;
	transform: translate(50%, -50%);
	margin: -2px -1px 0 0px;
}
.thumb-info .thumb-info-inner {
	transition: all 0.1s;
	display: block;
}
.thumb-info .thumb-info-inner em {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}
.thumb-info .thumb-info-title {
	transition: all 0.3s;
	background: #484F59;
	color: #FFF;
	font-weight: 600;
	left: 0;
	position: absolute;
	z-index: 2;
	width: 100% !important;
	font-size: 16px;
	padding: 9px 12px 8px;
	bottom:  0!important;
	text-transform: uppercase;
	border-top: solid;
	border-color: rgba(255,255,255,0.20);
}
.thumb-info-subtitle{
	font-size: 24px;
	line-height: 30px;
	font-family: 'Oswald' , sans-serif;
	text-transform: none;
}
.thumb-info img {
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	width: 100%;
}

/* Portfolio - Video Section */
.video-padding {
	padding-bottom: 30px;
}
.vid-caption {
	padding-top: 8px;
	padding-left: 2px;
	font-size: 14px;
	color: #454B54;
	line-height: 19px;
	font-weight: 500;
}
.video-js-responsive-container.vjs-hd {
	padding-top: 56.25%;
}
.video-js-responsive-container {
	width: 100%;
	position: relative;
}
.video-js-responsive-container .video-js {
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.video-js.vjs-default-skin.vjs-paused .vjs-poster {
	display:none !important;
}
.video-js.vjs-default-skin.vjs-ended .vjs-poster {
	display:block !important;
}

/* Portfolio - Gifs Section */
.gif-item {
	padding-bottom: 30px;
}
@media (max-width: 991px) {
.video-home {
	padding-left: 10% !important;
	padding-right: 10% !important;
}
.gif-item {
	align-content: center!important;
	text-align: center!important;
}
.gif-item figure:before {
	top: 38% !important;
	left: 50% !important;
}
}

@media (max-width: 675px) {
.video-home {
	width: 100%;
	padding-left: 3% !important;
	padding-right: 3% !important;
}
.gif-item figure:before {
	top: 38% !important;
	left: 50% !important;
}
}
.gif-item {
	align-content: center!important;
}
.gif-item figure {
	margin: 0;
	position: relative;
	cursor: pointer;
}
.gif-item figure:before,
.gif-item figure:after {
	position: absolute;
}
.gif-item figure:before {
	top: 40%;
	left: 45%;
	margin-left: -25px;
	width: 60px;
	height: 60px;
	border: 3px solid rgba(255, 255, 255, 0.7);
	border-radius: 30px;
	background-color: rgba(204, 209, 217, 0.3);
	font-family: 'fontawesome';
	content: "\f04b";
	text-align: center;
	padding-left:5px;
	line-height: 55px;
	font-size: 25px;
	color: #F5F7FA;
}
.gif-item figure.play:before {
	display: none;
}
figcaption {
	padding-top: 5px;
	padding-left: 2px;
	font-size: 14px;
	color: #ACAEB2;
}
.show-button, .show-button:focus {
	background-color: #FFCF43;
	color: #484F59;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	border-radius: 0px;
}
.show-button:hover {
	background-color: #3FA1DD;
	color: #FFF;
}
.readmore-overlay {
	display:none!important;
}
.pt-gif {
	padding-top: 110px;
}
.readmore-btn-adjust {
	margin-top: -100px!important;
}

/* Gallery Pages */
.popup-img-copy {
	color: #6D727A;
	float: right;
	font-size: 16px;
	font-weight: 600;
	padding-right: 30px;
	margin-top: -15px;
	z-index: 10;
}
.page-header {
	background-color: #fff;
	margin: 0 0 35px 0;
	padding: 7px 0;
	position: relative;
	text-align: left;
}
.prev-next-copy {
	font-size: 15px;
	color:#fff;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
}
.prev-next-client {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
}
@media (max-width: 575px) {
.prev-next-client {
	font-size: 22px;
	line-height: 26px;
}
}
@media (max-width: 480px) {
.prev-next-client {
	font-size: 19px;
	line-height: 23px;
}
}
@media (max-width: 375px) {
.prev-next-client {
	font-size: 16px;
	line-height: 19px;
}
}
.close {
	background-color: transparent;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	border-width: 2px;
	color: #848B95;
	margin-top: 15px;
	z-index: 10;
	font-weight: bolder;
	padding-bottom: 5px;
}
.close-btn {
	position: absolute;
	cursor: pointer;
}
.port-logo {
	padding-bottom: 3px;
	padding-top: 3px;
}
.page-header {
	z-index: 10;
}
.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
	font-size: 19px;
	font-weight: bolder;
}
			
.port-title {
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	color: #ffb400;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 50px;
	padding-bottom: 5px;
}
.slide-port-copy {
	line-height: 22px;
	color: #6D727A;
	font-size: 16px;
}
.category {
	font-size: 24px;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #6D727A;
	line-height: 24px;
	text-transform: uppercase;
}
.description {
	font-size: 17px;
	text-align: left;
	font-style: italic;
	line-height: 24px;
	padding-bottom: 30px;
	color: #6D727A;
	margin-bottom: 0px;
}
.slide-number a {
	color: #8F4878;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 0px;
	text-decoration: none;
}
.slide-number a:hover {
	color: #4FB2FF;
	text-decoration: none;
}
.slide-number  {
	margin-bottom: 0px;
}
.slide-copy {
	line-height: 22px;
	color: #A7AEBB;
	font-size: 16px;
	text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
	background: #00A7FA;
}
.text-dark {
	color: #212529 !important;
}
.arrow-text {
	color: #fff;
	font-size: 24px;
}



/*About*/
.history-list li {
	line-height: 150%;
	list-style: none;
}
.history-box {
	padding-top: 20px;
	color: #fff;
}
.history-copy {
	font-size: 15px;
	color: rgba(235, 235, 235, 0.8)
}
.about-copy {
	color: #484F59;
	line-height: 23px;
	padding-bottom: 0px;
}
.client-list {
	padding: 0 15px;
}
.progress {
	background-color: #A56D93;
	height: 37px;
	border-radius: 0px;
}
.progress-bar {
	border-radius: 0px;
	color: #575757;
	background-color: #B78AA9;
}
.progress-name {
	text-transform: uppercase;
	padding-top: 30px;
	margin: 0 0 7px 0;
	font-size: 14px;
	letter-spacing: 1px;
}
@media (max-width: 991px) {
	.about-img {
	padding-left: 15% !important;
	padding-right: 15% !important;
  }
}


/* Contact - form group & success out?????? */
.form-group form {
	transition: all 800ms ease-in-out 0s;
	-moz-transition: all 800ms ease-in-out 0s;
	-webkit-transition: all 800ms ease-in-out 0s;
	-o-transition-duration: all 800ms ease-in-out 0s;
}
#success {
	background-color: #fff;
	border: 2px solid #ffb400;
	color: #ffb400; display: none;
	font-size: 20px;
	font-family: "Oswald",sans-serif;
	line-height: 58px; text-align: center;
	text-transform: uppercase;
}
.contact-text {
	display: table;
	width: 100%;
	margin: 0 0; 
}
.kms-icon-list {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.kms-icon-list li {
	font-size: 18px;
	text-align: center;
	list-style: none;
}
.contact-left {
	padding-right: 50px;
	color: #484F59;
}
@media (max-width: 991px) {
	.contact-left {
	padding-right: 0px;
	color: #484F59;
	}
}
.phone {
	background-image: url("../../images/phone.png");
	padding-top: 145px;
	padding-left: 70px;
	padding-right: 70px;
	background-repeat: no-repeat;
	background-position: top, center;
	margin-top: 35px;
	margin-bottom: 35px;
	float: right;
	background-size: 100% 100%;
}
@media (max-width: 991px) {
.phone {
	padding-left: 25%;
	padding-right: 25%;
	background-size: 75% 100% !important;
}
}
@media (max-width: 767px) {
.phone {
	padding-left: 20%;
	padding-right: 20%;
	background-size: 80% 100% !important;
}
}
@media (max-width: 415px) {
.phone {
	padding-left: 20%;
	padding-right: 20%;
	background-size: 90% 96% !important;
	padding-top: 120px;
}
	.contact-logo {
	margin-bottom: 0px;
	margin-top: 0px;

}
	.kms-icon-list {
	margin-bottom: 0px;
	margin-top: 0px;
}
}

.contact-logo {
	margin-bottom: 15px;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
}
textarea.form-control {
	height: auto;
	min-height:120px;
}
.divider-contact {
	background-color: rgba(242,243,244,0.50);
	height: 1px;
	width: 100%;
	margin: 8px 0 8px;
}
.contact-copy {
	line-height: 25px;
	padding-bottom: 5px;
}
.small-button {
	display: inline-block;
	font-size: 15px;
	padding: 7px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFF; font-weight: 600;
	cursor: pointer;
	background-color: #8F4878;
	margin-top: 10px;
	margin-bottom: 130px;
	border-style: none;
}
.form-text-hidden {
	visibility: hidden;
}
#MathCaptcha {
    display: inline;
}
#MathCaptcha input {
    height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 85px;
	border-radius: 0 !important;
	margin-top: 10px;
	margin-bottom: 5px;
}
.quiz-control {
	height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: left;
	border-radius: 0 !important; 
	display: inline !important;			 
}

/* Footer */
footer {
	padding: 30px 0 10px 0;
	background-color: #363B43;
	margin-top: 0px;}
.copy {
	color: #A3A9B2;
	text-align: center;}
.email-reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
  }

/*Scroll to Top */
html .scroll-to-top.visible {
	opacity: 1;
}
html .scroll-to-top {
	background: #4A4F53;
	border-radius: 0px;
	bottom: 0;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 15px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 50px;
	z-index: 1040;
	font-size: 1.2em;
	margin-bottom: 10px;
}
html .scroll-to-top:hover {
	opacity: 1;
	background: #000000;
}

.visible {
	visibility: visible !important;
}


/* Owl Carousel */
.owl-carousel {
	display: block;
	margin-bottom: 20px;
	opacity: 0;
}
.owl-carousel.owl-loaded {
	opacity: 1;
}
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div,
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span {
	display: none;
}
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div:first-child,
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span:first-child {
	display: block;
}
.owl-carousel .owl-item img {
	transform-style: unset;
}
.owl-carousel .owl-item img[data-icon] {
	display: inline;
}
.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: 0;
	transform: translate3d(0, -50%, 0);
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	outline: 0;
	margin: 0;
	transform: translate3d(0, -50%, 0);
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel .owl-nav button.owl-prev:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 18px !important;
	font-size: 0.5rem;
	content: "\f053";
	position: relative;
	left: -1px;
	top: -1px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.owl-carousel .owl-nav button.owl-next:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 18px !important;
	font-size: 0.5rem;
	content: "\f054";
	position: relative;
	left: 1px;
	top: -1px;
}

.owl-carousel.nav-inside .owl-nav button.owl-prev {
	left: 15px;
}
.owl-carousel.nav-inside .owl-nav button.owl-next {
	right: 15px;
	left: auto;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next {
	right: 0;
	left: auto;
}

@media (min-width: 992px) {
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	width: 20px;
	background: transparent !important;
	color: #000;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
	color: #CCC;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next:before,
.owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
	font-size: 22px;
}
}
.owl-carousel.nav-squared .owl-nav button[class*="owl-"] {
	border-radius: 0;
}
.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
	font-size: 19px;
}
.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next:before {
	font-size: inherit;
	left: 2px;
}
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
	color: #FFF !important;
}
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev:hover {
	color: #FFCA1A !important;
	background: transparent !important;
}
.owl-carousel.nav-dark .owl-nav .owl-next,
.owl-carousel.nav-dark .owl-nav .owl-prev {
	background-color: #262a2f !important;
	border-color: #262a2f #262a2f #2c3237 !important;
	color: #FFF !important;
}
.owl-carousel.nav-dark .owl-nav .owl-next:hover,
.owl-carousel.nav-dark .owl-nav .owl-prev:hover {
	background-color: #2c3237 !important;
	border-color: #2c3237 !important;
}
.owl-carousel.nav-dark .owl-nav .owl-next:active,
.owl-carousel.nav-dark .owl-nav .owl-prev:active {
	background-color: #212529 !important;
	border-color: #212529 !important;
}

.owl-carousel.nav-dark.nav-with-transparency .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-with-transparency .owl-nav .owl-prev {
	width: 35px;
	height: 45px;
	background-color: rgba(38, 42, 47, 0.4) !important;
	border-color: transparent !important;
}
.owl-carousel.nav-dark.nav-with-transparency .owl-nav .owl-next:hover,
.owl-carousel.nav-dark.nav-with-transparency .owl-nav .owl-prev:hover {
	background-color: #262a2f !important;
}
.owl-carousel .owl-dots .owl-dot {
	outline: 0;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 4px;
}
.owl-carousel.dots-morphing .owl-dots .owl-dot span {
	width: 20px;
	height: 6px;
	transition: ease width 300ms;
}
.owl-carousel.dots-morphing .owl-dots .owl-dot.active span, .owl-carousel.dots-morphing .owl-dots .owl-dot:hover span {
	width: 40px;
}
.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]) {
	transition: ease opacity 300ms;
}
.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]):hover {
	opacity: 1 !important;
}











.animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}





