/*-----------------------------------------------------------------
[Legal Notice]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
/** CSS Reference
    0. Base Style
	1. Components 
		1.1 form, button, input
		1.2 Layout
		1.3 Grid / list / slider / gallery
		1.4 Menu / menu-header / nav
		1.5 . Additional UI
	2. Page Header / .page-header
	3. Page Footer / .page-footer 
	4. Pages / .page-main
	5. Sections / .section
		5.1 Default layout / .section
		5.2 Home screen / .section-home
	6. Helper classes / Responsiveness
		6.1 Helper classes
		6.2 Responsiveness
	
	Sample hooks to altering this css file can be found in "style-colorX.css" file 

**/

/*---------- 
[Colors]
    text color : #FFFFFF, #FFF
	primary : #D1335B
	secondary : #3f4b62
	black : #1d1d1d
	white : #ffffff
	blue : #037FD5
[Typography]
	font-family :
	-  sans-serif Segoe UI / Roboto / Open sans / Helvetica with fallback to system-ui fonts
*/

.text-black {
	color: #1d1d1d !important;
}
.text-primary {
	color: #D1335B !important;
}
.text-secondary {
	color: #3f4b62 !important;
}
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #1d1d1d !important;
}
/* 0. Base style */

/* 0.1 Initializer */

/* 0.0 Tag/Classes Initailization */

audio,
canvas,
img,
svg,
video {
	vertical-align: middle;
}
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
body {
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
	font-size: 1rem;
	background-color: #ffffff;
	color: #1d1d1d;
	margin: 0;
	padding: 0;
}
ul,
li {
	list-style: none outside none;
	margin: 0;
}
iframe {
	border: none;
}
ul,
li {
	list-style: none outside none;
	margin: 0;
}
a {
	color: #D1335B;
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}
h3,
h4 {
	font-weight: normal;
}
p {
	font-size: 1rem;
}
@media (min-width: 601px) {
	p {
		font-size: 1rem;
	}
}
@media (min-width: 1400px) {
	p {
		font-size: 1rem;
	}
}
/* 1 Components */

/* 1.1 form, button, input */

.btn {
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	min-height: 46px;
	line-height: 1.2;
}
.btn.no-border {
	border: none;
}
.btn-sm {
	padding: 0.25rem 0.75rem;
	cursor: pointer;
	font-size: 0.875rem;
	line-height: 1.5;
	min-height: 30px;
}
.btn-round {
	border-radius: 10rem;
}
.btn-rect {
	border-radius: 0;
}
.btn {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: #D1335B;
}
.btn.active,
.btn:active {
	color: #ffffff;
	background-color: #8e233e;
}
.btn:hover,
.btn:focus {
	color: #ffffff;
	background-color: #8e233e;
	border-color: #8e233e;
}
.btn.disabled,
.btn:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #8e233e;
}
.btn-full {
	width: 100%;
}
.btn-primary {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: #D1335B;
}
.btn-primary.active,
.btn-primary:active {
	color: #ffffff;
	background-color: #8e233e;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #ffffff;
	background-color: #8e233e;
	border-color: #8e233e;
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #8e233e;
}
.btn-secondary {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: #3f4b62;
}
.btn-secondary.active,
.btn-secondary:active {
	color: #ffffff;
	background-color: #2b3343;
}
.btn-secondary:hover,
.btn-secondary:focus {
	color: #ffffff;
	background-color: #2b3343;
	border-color: #2b3343;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #2b3343;
}
.btn-white {
	color: #D1335B;
	border: 1px solid transparent;
	background-color: #ffffff;
}
.btn-white.active,
.btn-white:active {
	color: #D1335B;
	background-color: #d6d6d6;
}
.btn-white:hover,
.btn-white:focus {
	color: #D1335B;
	background-color: #d6d6d6;
	border-color: #d6d6d6;
}
.btn-white.disabled,
.btn-white:disabled {
	color: #D1335B;
	opacity: 0.7;
	background-color: #d6d6d6;
}
.btn-black {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: #1d1d1d;
}
.btn-black.active,
.btn-black:active {
	color: #ffffff;
	background-color: #141414;
}
.btn-black:hover,
.btn-black:focus {
	color: #ffffff;
	background-color: #141414;
	border-color: #141414;
}
.btn-black.disabled,
.btn-black:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #141414;
}
.btn-outline-primary {
	color: #D1335B;
	border: 2px solid #D1335B;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: none;
	line-height: 1;
}
.btn-outline-primary.active,
.btn-outline-primary:active {
	color: #8e233e;
	border-color: #8e233e;
	background-color: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
	color: #8e233e;
	border-color: #8e233e;
	background-color: transparent;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #D1335B;
	opacity: 0.7;
	background-color: transparent;
}
.btn-outline-secondary {
	color: #3f4b62;
	border: 2px solid #3f4b62;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: none;
	line-height: 1;
}
.btn-outline-secondary.active,
.btn-outline-secondary:active {
	color: #2b3343;
	border-color: #2b3343;
	background-color: transparent;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
	color: #2b3343;
	border-color: #2b3343;
	background-color: transparent;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #3f4b62;
	opacity: 0.7;
	background-color: transparent;
}
.btn-outline-white {
	color: #ffffff;
	border: 2px solid #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: none;
	line-height: 1;
}
.btn-outline-white.active,
.btn-outline-white:active {
	color: rgba(255, 255, 255, 0.80);
	border-color: rgba(255, 255, 255, 0.80);
	background-color: transparent;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
	color: rgba(255, 255, 255, 0.80);
	border-color: rgba(255, 255, 255, 0.80);
	background-color: transparent;
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: transparent;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-outline-black {
	color: #1d1d1d;
	border: 2px solid #1d1d1d;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: none;
	line-height: 1;
}
.btn-outline-black.active,
.btn-outline-black:active {
	color: #141414;
	border-color: #141414;
	background-color: transparent;
}
.btn-outline-black:hover,
.btn-outline-black:focus {
	color: #141414;
	border-color: #141414;
	background-color: transparent;
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
	color: #1d1d1d;
	opacity: 0.7;
	background-color: transparent;
}
.btn-material-primary {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-material-primary:not([href]):not([tabindex]) {
	color: #ffffff;
}
.btn-material-primary.active,
.btn-material-primary:active {
	color: #ffffff;
	background-color: #8e233e;
}
.btn-material-primary:hover,
.btn-material-primary:focus {
	color: #ffffff;
	background-color: #8e233e;
	border-color: #8e233e;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-material-primary.disabled,
.btn-material-primary:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #8e233e;
}
.btn-material-secondary {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-material-secondary:not([href]):not([tabindex]) {
	color: #ffffff;
}
.btn-material-secondary.active,
.btn-material-secondary:active {
	color: #ffffff;
	background-color: #2b3343;
}
.btn-material-secondary:hover,
.btn-material-secondary:focus {
	color: #ffffff;
	background-color: #2b3343;
	border-color: #2b3343;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-material-secondary.disabled,
.btn-material-secondary:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #2b3343;
}
.btn-material-white {
	color: #ffffff;
	border: 1px solid #D1335B;
	background-color: #D1335B;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-material-white:not([href]):not([tabindex]) {
	color: #ffffff;
}
.btn-material-white.active,
.btn-material-white:active {
	color: #ffffff;
	background-color: #8e233e;
}
.btn-material-white:hover,
.btn-material-white:focus {
	color: #ffffff;
	background-color: #8e233e;
	border-color: #8e233e;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-material-white.disabled,
.btn-material-white:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #8e233e;
}
.btn-material-black {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-material-black:not([href]):not([tabindex]) {
	color: #ffffff;
}
.btn-material-black.active,
.btn-material-black:active {
	color: #ffffff;
	background-color: #141414;
}
.btn-material-black:hover,
.btn-material-black:focus {
	color: #ffffff;
	background-color: #141414;
	border-color: #141414;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-material-black.disabled,
.btn-material-black:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #141414;
}
.btn-circicon-outline {
	color: #D1335B;
	border: 1px solid currentColor;
	background: none;
	padding-right: 3.25rem;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-circicon-outline .icon {
	background: #D1335B;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 100px;
	position: absolute;
	left: auto;
	right: 0.65rem;
	top: 0.50rem;
	height: 1.75rem;
	width: 1.75rem;
	padding-top: 0.05rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-circicon-outline .icon .fa,
.btn-circicon-outline .icon .ion,
.btn-circicon-outline .icon .icon {
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
}
.btn-circicon-outline .text {
	display: inline-block;
}
.btn-circicon-outline.active,
.btn-circicon-outline:active,
.btn-circicon-outline:hover {
	color: #D1335B;
	background: rgba(209, 51, 91, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-circicon-outline.active .icon,
.btn-circicon-outline:active .icon,
.btn-circicon-outline:hover .icon {
	color: #ffffff;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.btn-circicon-outline.disabled,
.btn-circicon-outline:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #D1335B;
}
.btn-circicon-outline.icon-left {
	padding-left: 3.25rem;
	padding-right: 1.5rem;
}
.btn-circicon-outline.icon-left .icon {
	right: auto;
	left: 0.65rem;
}
.btn-circicon-outline.btn-sm {
	padding-right: 2rem;
}
.btn-circicon-outline.btn-sm .icon {
	height: 1.25rem;
	width: 1.25rem;
	top: 0.25rem;
	right: 0.25rem;
	padding-top: 0rem;
}
.btn-circicon-outline.btn-sm .icon .fa,
.btn-circicon-outline.btn-sm .icon .ion,
.btn-circicon-outline.btn-sm .icon .icon {
	font-size: 1rem;
	line-height: 1;
	position: relative;
	margin-top: 0.12rem;
	display: block;
}
.btn-circicon-outline.btn-sm.icon-left {
	padding-right: 0.75rem;
	padding-left: 2rem;
}
.btn-circicon-outline.btn-sm.icon-left .icon {
	right: auto;
	left: 0.25rem;
}
.btn-circicon-outline.btn-primary {
	color: #D1335B;
}
.btn-circicon-outline.btn-primary .icon {
	background: #D1335B;
	color: #ffffff;
}
.btn-circicon-outline.btn-primary.active,
.btn-circicon-outline.btn-primary:active,
.btn-circicon-outline.btn-primary:hover {
	color: #D1335B;
	background: rgba(176, 43, 76, 0.2);
}
.btn-circicon-outline.btn-primary.active .icon,
.btn-circicon-outline.btn-primary:active .icon,
.btn-circicon-outline.btn-primary:hover .icon {
	color: #ffffff;
}
.btn-circicon-outline.btn-primary.disabled,
.btn-circicon-outline.btn-primary:disabled {
	color: #ffffff;
	background-color: #D1335B;
}
.btn-circicon-outline.btn-secondary {
	color: #3f4b62;
}
.btn-circicon-outline.btn-secondary .icon {
	background: #3f4b62;
	color: #ffffff;
}
.btn-circicon-outline.btn-secondary.active,
.btn-circicon-outline.btn-secondary:active,
.btn-circicon-outline.btn-secondary:hover {
	color: #3f4b62;
	background: rgba(53, 63, 82, 0.2);
}
.btn-circicon-outline.btn-secondary.active .icon,
.btn-circicon-outline.btn-secondary:active .icon,
.btn-circicon-outline.btn-secondary:hover .icon {
	color: #ffffff;
}
.btn-circicon-outline.btn-secondary.disabled,
.btn-circicon-outline.btn-secondary:disabled {
	color: #ffffff;
	background-color: #3f4b62;
}
.btn-circicon-outline.btn-white {
	color: #ffffff;
}
.btn-circicon-outline.btn-white .icon {
	background: #ffffff;
	color: #D1335B;
}
.btn-circicon-outline.btn-white.active,
.btn-circicon-outline.btn-white:active,
.btn-circicon-outline.btn-white:hover {
	color: #ffffff;
	background: rgba(176, 43, 76, 0.2);
}
.btn-circicon-outline.btn-white.active .icon,
.btn-circicon-outline.btn-white:active .icon,
.btn-circicon-outline.btn-white:hover .icon {
	color: #D1335B;
}
.btn-circicon-outline.btn-white.disabled,
.btn-circicon-outline.btn-white:disabled {
	color: #ffffff;
	background-color: #ffffff;
}
.btn-circicon-outline.btn-black {
	color: #1d1d1d;
}
.btn-circicon-outline.btn-black .icon {
	background: #1d1d1d;
	color: #ffffff;
}
.btn-circicon-outline.btn-black.active,
.btn-circicon-outline.btn-black:active,
.btn-circicon-outline.btn-black:hover {
	color: #1d1d1d;
	background: rgba(24, 24, 24, 0.2);
}
.btn-circicon-outline.btn-black.active .icon,
.btn-circicon-outline.btn-black:active .icon,
.btn-circicon-outline.btn-black:hover .icon {
	color: #ffffff;
}
.btn-circicon-outline.btn-black.disabled,
.btn-circicon-outline.btn-black:disabled {
	color: #ffffff;
	background-color: #1d1d1d;
}
.btn-transp-icon {
	color: #ffffff;
	border: none;
	background-color: transparent;
	padding-right: 3rem;
	padding-left: 1.5rem;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-transp-icon .icon {
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	height: auto;
	width: 2.5rem;
	padding-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
}
.btn-transp-icon .icon .fa,
.btn-transp-icon .icon .ion,
.btn-transp-icon .icon .icon {
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
}
.btn-transp-icon .text {
	display: inline-block;
}
.btn-transp-icon.active,
.btn-transp-icon:active,
.btn-transp-icon:hover {
	color: #ffffff;
	background: rgba(176, 43, 76, 0.25);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-transp-icon.disabled,
.btn-transp-icon:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #D1335B;
}
.btn-transp-icon.btn-outline {
	border: 1px solid currentColor;
}
.btn-transp-icon.icon-left {
	padding-left: 3rem;
	padding-right: 1.5rem;
}
.btn-transp-icon.icon-left .icon {
	text-align: right;
	right: auto;
	left: 0;
}
.btn-transp-icon.icon-only {
	padding: 0.75rem 0;
	height: 44px;
	width: 48px;
}
.btn-transp-icon.icon-only .icon {
	text-align: center;
	width: 100%;
}
.btn-transp-icon.icon-only.btn:hover .icon {
	color: #D1335B;
}
.btn-transp-icon.btn-primary {
	color: #D1335B;
}
.btn-transp-icon.btn-primary .icon {
	color: #D1335B;
}
.btn-transp-icon.btn-primary.active,
.btn-transp-icon.btn-primary:active,
.btn-transp-icon.btn-primary:hover {
	color: inherit;
	background: rgba(209, 51, 91, 0.25);
}
.btn-transp-icon.btn-primary.active .icon,
.btn-transp-icon.btn-primary:active .icon,
.btn-transp-icon.btn-primary:hover .icon {
	color: #ffffff;
}
.btn-transp-icon.btn-primary.disabled,
.btn-transp-icon.btn-primary:disabled {
	color: #ffffff;
	background-color: #D1335B;
}
.btn-transp-icon.btn-primary.icon-only:hover .icon {
	color: #ffffff;
}
.btn-transp-icon.btn-secondary {
	color: #3f4b62;
}
.btn-transp-icon.btn-secondary .icon {
	color: #3f4b62;
}
.btn-transp-icon.btn-secondary.active,
.btn-transp-icon.btn-secondary:active,
.btn-transp-icon.btn-secondary:hover {
	color: inherit;
	background: rgba(63, 75, 98, 0.25);
}
.btn-transp-icon.btn-secondary.active .icon,
.btn-transp-icon.btn-secondary:active .icon,
.btn-transp-icon.btn-secondary:hover .icon {
	color: #ffffff;
}
.btn-transp-icon.btn-secondary.disabled,
.btn-transp-icon.btn-secondary:disabled {
	color: #ffffff;
	background-color: #3f4b62;
}
.btn-transp-icon.btn-secondary.icon-only:hover .icon {
	color: #ffffff;
}
.btn-transp-icon.btn-white {
	color: #ffffff;
}
.btn-transp-icon.btn-white .icon {
	color: #ffffff;
}
.btn-transp-icon.btn-white.active,
.btn-transp-icon.btn-white:active,
.btn-transp-icon.btn-white:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.25);
}
.btn-transp-icon.btn-white.active .icon,
.btn-transp-icon.btn-white:active .icon,
.btn-transp-icon.btn-white:hover .icon {
	color: #ffffff;
}
.btn-transp-icon.btn-white.disabled,
.btn-transp-icon.btn-white:disabled {
	color: #ffffff;
	background-color: #ffffff;
}
.btn-transp-icon.btn-white.icon-only:hover .icon {
	color: #ffffff;
}
.btn-transp-icon.btn-black {
	color: #1d1d1d;
}
.btn-transp-icon.btn-black .icon {
	color: #1d1d1d;
}
.btn-transp-icon.btn-black.active,
.btn-transp-icon.btn-black:active,
.btn-transp-icon.btn-black:hover {
	color: inherit;
	background: rgba(29, 29, 29, 0.25);
}
.btn-transp-icon.btn-black.active .icon,
.btn-transp-icon.btn-black:active .icon,
.btn-transp-icon.btn-black:hover .icon {
	color: #ffffff;
}
.btn-transp-icon.btn-black.disabled,
.btn-transp-icon.btn-black:disabled {
	color: #ffffff;
	background-color: #1d1d1d;
}
.btn-transp-icon.btn-black.icon-only:hover .icon {
	color: #ffffff;
}
.btn-transp-arrow {
	color: #ffffff;
	border: none;
	background-color: transparent;
	padding-right: 3rem;
	padding-left: 1.5rem;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-transp-arrow:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-transp-arrow .icon {
	color: #D1335B;
	position: absolute;
	left: auto;
	right: 1rem;
	top: 1rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-transp-arrow .icon .fa,
.btn-transp-arrow .icon .ion,
.btn-transp-arrow .icon .icon {
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
}
.btn-transp-arrow .arrow-right {
	width: 24px;
	height: 16px;
}
.btn-transp-arrow .arrow-right:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-transp-arrow .arrow-right:after {
	content: "";
	top: 5px;
	right: 1px;
	position: absolute;
	width: 16px;
	height: 2px;
	border-top: 2px solid #ffffff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-transp-arrow .arrow-left {
	width: 24px;
	height: 16px;
}
.btn-transp-arrow .arrow-left:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-transp-arrow .arrow-left:after {
	content: "";
	top: 5px;
	left: 1px;
	position: absolute;
	width: 16px;
	height: 2px;
	border-top: 2px solid #ffffff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-transp-arrow .text {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-transp-arrow.active,
.btn-transp-arrow:active,
.btn-transp-arrow:hover {
	color: #ffffff;
	background: #b02b4c;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-transp-arrow.active .icon,
.btn-transp-arrow:active .icon,
.btn-transp-arrow:hover .icon {
	right: 0.75rem;
}
.btn-transp-arrow.active .text,
.btn-transp-arrow:active .text,
.btn-transp-arrow:hover .text {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}
.btn-transp-arrow.active .arrow-right:after,
.btn-transp-arrow:active .arrow-right:after,
.btn-transp-arrow:hover .arrow-right:after {
	content: "";
	width: 28px;
}
.btn-transp-arrow.active .arrow-left:after,
.btn-transp-arrow:active .arrow-left:after,
.btn-transp-arrow:hover .arrow-left:after {
	content: "";
	width: 26px;
}
.btn-transp-arrow.active.icon-left .icon,
.btn-transp-arrow:active.icon-left .icon,
.btn-transp-arrow:hover.icon-left .icon {
	right: auto;
	left: 0.75rem;
}
.btn-transp-arrow.active.icon-left .text,
.btn-transp-arrow:active.icon-left .text,
.btn-transp-arrow:hover.icon-left .text {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.btn-transp-arrow.disabled,
.btn-transp-arrow:disabled {
	color: #ffffff;
	opacity: 0.7;
	background-color: #D1335B;
}
.btn-transp-arrow.btn-outline {
	border: 2px solid currentColor;
	padding-top: 0.65rem;
}
.btn-transp-arrow.btn-outline .icon {
	top: 0.9rem;
}
.btn-transp-arrow.icon-left {
	padding-left: 3rem;
	padding-right: 1.5rem;
}
.btn-transp-arrow.icon-left .icon {
	right: auto;
	left: 1rem;
}
.btn-transp-arrow.icon-only {
	padding: 0.75rem 1.5rem;
	height: 44px;
	width: 48px;
}
.btn-transp-arrow.btn-primary {
	color: inherit;
	background-color: transparent;
}
.btn-transp-arrow.btn-primary .icon {
	color: inherit;
}
.btn-transp-arrow.btn-primary .arrow-right:before {
	border-top-color: inherit;
	border-right-color: inherit;
}
.btn-transp-arrow.btn-primary .arrow-right:after {
	border-top-color: inherit;
}
.btn-transp-arrow.btn-primary .arrow-left:before {
	border-bottom-color: inherit;
	border-left-color: inherit;
}
.btn-transp-arrow.btn-primary .arrow-left:after {
	border-top-color: inherit;
}
.btn-transp-arrow.btn-primary.active,
.btn-transp-arrow.btn-primary:active,
.btn-transp-arrow.btn-primary:hover {
	color: #ffffff;
	background: #b02b4c;
}
.btn-transp-arrow.btn-primary.disabled,
.btn-transp-arrow.btn-primary:disabled {
	color: #ffffff;
	background-color: #D1335B;
}
.btn-transp-arrow.btn-secondary {
	color: inherit;
	background-color: transparent;
}
.btn-transp-arrow.btn-secondary .icon {
	color: inherit;
}
.btn-transp-arrow.btn-secondary .arrow-right:before {
	border-top-color: inherit;
	border-right-color: inherit;
}
.btn-transp-arrow.btn-secondary .arrow-right:after {
	border-top-color: inherit;
}
.btn-transp-arrow.btn-secondary .arrow-left:before {
	border-bottom-color: inherit;
	border-left-color: inherit;
}
.btn-transp-arrow.btn-secondary .arrow-left:after {
	border-top-color: inherit;
}
.btn-transp-arrow.btn-secondary.active,
.btn-transp-arrow.btn-secondary:active,
.btn-transp-arrow.btn-secondary:hover {
	color: #ffffff;
	background: #353f52;
}
.btn-transp-arrow.btn-secondary.disabled,
.btn-transp-arrow.btn-secondary:disabled {
	color: #ffffff;
	background-color: #3f4b62;
}
.btn-transp-arrow.btn-white {
	color: #ffffff;
	background-color: #D1335B;
}
.btn-transp-arrow.btn-white .icon {
	color: inherit;
}
.btn-transp-arrow.btn-white .arrow-right:before {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
}
.btn-transp-arrow.btn-white .arrow-right:after {
	border-top-color: #ffffff;
}
.btn-transp-arrow.btn-white .arrow-left:before {
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.btn-transp-arrow.btn-white .arrow-left:after {
	border-top-color: #ffffff;
}
.btn-transp-arrow.btn-white.active,
.btn-transp-arrow.btn-white:active,
.btn-transp-arrow.btn-white:hover {
	color: #ffffff;
	background: #1d1d1d;
}
.btn-transp-arrow.btn-white.disabled,
.btn-transp-arrow.btn-white:disabled {
	color: #ffffff;
	background-color: #1d1d1d;
}
.btn-transp-arrow.btn-black {
	color: inherit;
	background-color: transparent;
}
.btn-transp-arrow.btn-black .icon {
	color: inherit;
}
.btn-transp-arrow.btn-black .arrow-right:before {
	border-top-color: inherit;
	border-right-color: inherit;
}
.btn-transp-arrow.btn-black .arrow-right:after {
	border-top-color: inherit;
}
.btn-transp-arrow.btn-black .arrow-left:before {
	border-bottom-color: inherit;
	border-left-color: inherit;
}
.btn-transp-arrow.btn-black .arrow-left:after {
	border-top-color: inherit;
}
.btn-transp-arrow.btn-black.active,
.btn-transp-arrow.btn-black:active,
.btn-transp-arrow.btn-black:hover {
	color: #ffffff;
	background: #181818;
}
.btn-transp-arrow.btn-black.disabled,
.btn-transp-arrow.btn-black:disabled {
	color: #ffffff;
	background-color: #1d1d1d;
}
.icon-btn {
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #ffffff;
}
.icon-btn .icon {
	font-size: 32px;
}
.icon-btn:hover {
	color: rgba(255, 255, 255, 0.5);
}
.form-container-transparent {
	background: none;
	border-radius: 8px;
}
@media (min-width: 768px) {
	.form-container-transparent {
		padding: 1rem 2rem;
	}
}
.form-container-transparent.shadow {
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.form-container-transparent .avatar {
	margin: 32px auto;
	display: block;
	width: 136px;
	height: 136px;
	border-radius: 400px;
	border: 8px solid #D1335B;
	position: relative;
}
.form-container-transparent .avatar .img-box {
	overflow: hidden;
	border-radius: 400px;
}
.form-container-transparent .avatar img {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
}
.form-container-transparent .avatar:before {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 400px;
	top: -16px;
	left: -16px;
	width: 152px;
	height: 152px;
	background: rgba(209, 51, 91, 0.2);
}
.form-container-transparent .avatar:after {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 400px;
	top: -24px;
	left: -24px;
	width: 168px;
	height: 168px;
	background: rgba(209, 51, 91, 0.1);
}
.form-container-transparent .form-desc p {
	opacity: 1;
}
.form-container-transparent .form-input {
	text-align: left;
}
.form-container-transparent .form-input label {
	font-size: 0.75rem;
	color: #D1335B;
	font-weight: bold;
}
.form-container-transparent .form-input .line {
	margin-bottom: 1rem;
}
.form-container-transparent .form-input .btn-full {
	width: 100%;
}
.form-container-transparent.form-container-primary {
	color: currentColor;
}
.form-container-transparent.form-container-primary .avatar {
	border: 8px solid #D1335B;
}
.form-container-transparent.form-container-primary .avatar:before {
	background: rgba(209, 51, 91, 0.2);
}
.form-container-transparent.form-container-primary .avatar:after {
	background: rgba(209, 51, 91, 0.1);
}
.form-container-transparent.form-container-primary .form-desc h4 {
	color: #D1335B;
}
.form-container-transparent.form-container-primary .form-input label {
	color: #D1335B;
}
.form-container-transparent.form-container-secondary {
	color: currentColor;
}
.form-container-transparent.form-container-secondary .avatar {
	border: 8px solid #3f4b62;
}
.form-container-transparent.form-container-secondary .avatar:before {
	background: rgba(63, 75, 98, 0.2);
}
.form-container-transparent.form-container-secondary .avatar:after {
	background: rgba(63, 75, 98, 0.1);
}
.form-container-transparent.form-container-secondary .form-desc h4 {
	color: #3f4b62;
}
.form-container-transparent.form-container-secondary .form-input label {
	color: #3f4b62;
}
.form-container-transparent.form-container-white {
	color: currentColor;
}
.form-container-transparent.form-container-white .avatar {
	border: 8px solid #ffffff;
}
.form-container-transparent.form-container-white .avatar:before {
	background: rgba(255, 255, 255, 0.2);
}
.form-container-transparent.form-container-white .avatar:after {
	background: rgba(255, 255, 255, 0.1);
}
.form-container-transparent.form-container-white .form-desc h4 {
	color: #ffffff;
}
.form-container-transparent.form-container-white .form-input label {
	color: #ffffff;
}
.form-container-transparent.form-container-black {
	color: currentColor;
}
.form-container-transparent.form-container-black .avatar {
	border: 8px solid #1d1d1d;
}
.form-container-transparent.form-container-black .avatar:before {
	background: rgba(29, 29, 29, 0.2);
}
.form-container-transparent.form-container-black .avatar:after {
	background: rgba(29, 29, 29, 0.1);
}
.form-container-transparent.form-container-black .form-desc h4 {
	color: #1d1d1d;
}
.form-container-transparent.form-container-black .form-input label {
	color: #1d1d1d;
}
.form-control-line {
	display: block;
	width: 100%;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #D1335B ;
	color: inherit;
	border-radius: 0;
}
.form-control-line:focus {
	color: inherit;
	background: none;
	border-color: #8e233e;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.form-control-line.form-control-primary {
	border-bottom-color: #D1335B;
}
.form-control-line.form-control-primary:focus {
	border-color: #8e233e;
}
.form-control-line.form-control-primary.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23D1335B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-line.form-control-secondary {
	border-bottom-color: #3f4b62;
}
.form-control-line.form-control-secondary:focus {
	border-color: #2b3343;
}
.form-control-line.form-control-secondary.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-line.form-control-white {
	border-bottom-color: #ffffff;
}
.form-control-line.form-control-white:focus {
	border-color: #adadad;
}
.form-control-line.form-control-white.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-line.form-control-black {
	border-bottom-color: #1d1d1d;
}
.form-control-line.form-control-black:focus {
	border-color: #141414;
}
.form-control-line.form-control-black.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231d1d1d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-outline {
	display: block;
	width: 100%;
	border: 1px solid #D1335B;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}
.form-control-outline.thick {
	border-width: 2px;
}
.form-control-outline:focus {
	color: inherit;
	border-color: #8e233e;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.form-control-outline.form-control-primary {
	border-color: #D1335B;
}
.form-control-outline.form-control-primary:focus {
	border-color: #8e233e;
}
.form-control-outline.form-control-primary.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23D1335B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-outline.form-control-secondary {
	border-color: #3f4b62;
}
.form-control-outline.form-control-secondary:focus {
	border-color: #2b3343;
}
.form-control-outline.form-control-secondary.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-outline.form-control-white {
	border-color: #ffffff;
}
.form-control-outline.form-control-white:focus {
	border-color: #adadad;
}
.form-control-outline.form-control-white.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-outline.form-control-black {
	border-color: #1d1d1d;
}
.form-control-outline.form-control-black:focus {
	border-color: #141414;
}
.form-control-outline.form-control-black.custom-select {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231d1d1d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-full {
	display: block;
	width: 100%;
	border: none;
	background: #D1335B;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
}
.form-control-full:focus {
	color: inherit;
	background: #8e233e;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.form-control-full.form-control-primary {
	background: #D1335B;
	color: #ffffff;
}
.form-control-full.form-control-primary:focus {
	background: #8e233e;
}
.form-control-full.form-control-primary.custom-select {
	background: #D1335B url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-full.form-control-secondary {
	background: #3f4b62;
	color: #ffffff;
}
.form-control-full.form-control-secondary:focus {
	background: #2b3343;
}
.form-control-full.form-control-secondary.custom-select {
	background: #3f4b62 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-full.form-control-white {
	background: #ffffff;
	color: #ffffff;
}
.form-control-full.form-control-white:focus {
	background: #adadad;
}
.form-control-full.form-control-white.custom-select {
	background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-full.form-control-black {
	background: #1d1d1d;
	color: #ffffff;
}
.form-control-full.form-control-black:focus {
	background: #141414;
}
.form-control-full.form-control-black.custom-select {
	background: #1d1d1d url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-transluscent.form-control-primary {
	background: rgba(209, 51, 91, 0.2);
	color: #D1335B;
}
.form-control-transluscent.form-control-primary:focus {
	background: rgba(209, 51, 91, 0.1);
}
.form-control-transluscent.form-control-primary.custom-select {
	background: rgba(209, 51, 91, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23D1335B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-transluscent.form-control-secondary {
	background: rgba(63, 75, 98, 0.2);
	color: #3f4b62;
}
.form-control-transluscent.form-control-secondary:focus {
	background: rgba(63, 75, 98, 0.1);
}
.form-control-transluscent.form-control-secondary.custom-select {
	background: rgba(63, 75, 98, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-transluscent.form-control-white {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}
.form-control-transluscent.form-control-white:focus {
	background: rgba(255, 255, 255, 0.1);
}
.form-control-transluscent.form-control-white.custom-select {
	background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.form-control-transluscent.form-control-black {
	background: rgba(29, 29, 29, 0.2);
	color: #1d1d1d;
}
.form-control-transluscent.form-control-black:focus {
	background: rgba(29, 29, 29, 0.1);
}
.form-control-transluscent.form-control-black.custom-select {
	background: rgba(29, 29, 29, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231d1d1d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
textarea {
	min-height: 96px;
}
.form-control.shadow {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.form-control.border {
	border: 1px solid currentColor !important;
}
.form-group {
	position: relative;
}
.form-group label.error {
	position: absolute;
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
	color: #ffffff;
	font-size: 12px;
	top: 4px;
	bottom: auto;
	right: 0;
	text-align: right;
	padding-right: 8px;
	width: auto;
	z-index: -1;
}
.form-group.mb-0 {
	margin-bottom: 0;
}
.form-text-feedback {
	position: relative;
	font-size: 1rem;
	height: 1.5em;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.form-text-feedback.invisible {
	height: 0;
}
.gone {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
/* 1.2 Layout */

.article .article-header {
	margin-bottom: 2rem;
}
.article .article-header .wrapper {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.article .article-content {
	margin-top: 2rem;
}
.article .article-content .wrapper {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.article .article-footer .article-details {
	margin-top: 2rem;
	padding-top: 2rem;
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.media .icon {
	font-size: 4.5rem;
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1;
}
.media img {
	width: 4.5rem;
	height: auto;
}
.media-article-title .media-body {
	overflow: hidden;
}
.media-article-title .media-body .media-title {
	font-size: 1rem;
}
.media-article-title .media-body p {
	font-size: 0.75rem;
}
.code-highlight {
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.code-highlight .code-title {
	padding: 2px 1rem;
	font-size: 0.875rem;
	border-bottom: none;
	background: #e1e1e1;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	color: #1d1d1d;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}
.code-highlight .code-title:before {
	content: ">>";
	margin-right: 0.5rem;
	color: #8b8b8b;
}
.code-highlight pre {
	padding: 1rem;
	font-size: 0.875rem;
	max-height: 600px;
	overflow: auto;
	background: #f8f9fa;
	color: #1d1d1d;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	margin-bottom: 0;
}
.code-highlight-beta .code-title {
	padding: 2px 1rem;
	font-size: 0.875rem;
	border: 2px solid #f8f9fa;
	border-bottom: none;
	background: #ffffff;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	color: #1d1d1d;
	font-weight: bold;
}
.code-highlight-beta pre {
	padding: 1rem;
	font-size: 0.875rem;
	max-height: 600px;
	overflow: auto;
	background: #f8f9fa;
	color: #1d1d1d;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.article-light > .article-content > .wrapper > h2:first-child {
    
    font-size: 3rem;
    
}
.article-light > .article-content > .wrapper > h2 {
    font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.article-light > .article-content > .wrapper > p {
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
	font-size: 1rem;
}
.pt-set1 {
	padding: 115px 150px 0px 0px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: system-ui;
}
@media (min-width: 768px) {
	.article-light > .article-content > .wrapper > p {
		font-size: 1rem;
	}
}
@media (min-width: 992px) {
	.article-light > .article-content > .wrapper > p {
		font-size: 1rem;
	}
}
.article-light > .article-content > .wrapper > p.italic {
	font-style: italic;
}
.article-light > .article-content > .wrapper > h3 {
	margin-top: 1.5rem;
}
.article-light > .article-content > .wrapper > p {
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
	margin-top: 1.5rem;
    text-align: justify;
}
.article-light > .article-content > .wrapper > img {
	margin-top: 1.5rem;
	max-width: 100%;
}
.article-light > .article-content > .wrapper > hr {
	display: block;
	position: relative;
	border: 0;
	margin-top: 44px;
	margin-bottom: 2rem;
	text-align: center;
	width: 100%;
}
/*.article-light > .article-content > .wrapper > hr:before {
	content: '---';
	display: inline-block;
	margin-left: .6em;
	color: rgba(29, 29, 29, 0.6);
	position: relative;
	top: -30px;
	font-weight: 400;
	font-size: 28px;
	letter-spacing: .75em;
}*/
.article-light > .article-content > .wrapper > li {
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
	font-size: 1rem;
	margin-left: 30px;
	margin-bottom: 14px;
	position: relative;
	list-style: none;
}
@media (min-width: 768px) {
	.article-light > .article-content > .wrapper > li {
		font-size: 1rem;
	}
}
@media (min-width: 992px) {
	.article-light > .article-content > .wrapper > li {
		font-size: 1rem;
	}
}
.article-light > .article-content > .wrapper > li.italic {
	font-style: italic;
}
.article-light > .article-content > .wrapper > li:before {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	content: "";
	background: currentColor;
	margin-left: -20px;
	left: 0;
	top: 12px;
	border-radius: 60px;
}
.article-light > .article-content > .wrapper > a {
	color: inherit;
	text-decoration: underline;
}
.article-light > .article-content > .wrapper > blockquote {
	margin-top: 24px;
	border-left: 3px solid #1d1d1d;
	padding-left: 20px;
	margin-left: -24px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
	font-size: 1rem;
	font-style: italic;
	color: rgba(29, 29, 29, 0.6);
}
@media (min-width: 768px) {
	.article-light > .article-content > .wrapper > blockquote {
		font-size: 1rem;
	}
}
@media (min-width: 992px) {
	.article-light > .article-content > .wrapper > blockquote {
		font-size: 1rem;
	}
}
.article-light > .article-content > .wrapper > blockquote.italic {
	font-style: italic;
}
.article-light .article-footer {
	margin-bottom: 2rem;
}
.article-light .article-footer .article-details {
	border-top: 1px solid rgba(139, 139, 139, 0.35);
}
.article-light .article-footer .article-comments {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.article-doc h2 {
	margin-top: 3rem;
}
.article-doc h3 {
	margin-top: 1.5rem;
}
.article-doc h2:before,
.article-doc h3:before {
	display: block;
	height: 6rem;
	margin-top: -6rem;
	visibility: hidden;
	content: "";
}
.article-doc img {
	max-width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.article-doc .article-content ol,
.article-doc .article-content p,
.article-doc .article-content ul {
	max-width: 80%;
	opacity: 1;
}
.article-doc .article-content ul {
	padding-left: 2rem;
	margin-bottom: 1rem;
}
.article-doc .article-content hr {
	width: 100%;
	margin: 1rem 0;
	border-top: 2px solid #e1e1e1;
}
.article-doc .article-content blockquote {
	border-left: 2px solid #e1e1e1;
	padding-left: 2rem;
}
.img-avatar-alpha {
	position: relative;
}
.img-avatar-alpha .img-1 {
	padding: 0 16px;
	padding-bottom: 16px;
}
.img-avatar-alpha img {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 800px;
	z-index: 1;
	border: 2px solid #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.img-avatar-alpha:hover img {
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
	border: 8px solid #ffffff;
}
.img-avatar-alpha .legend {
	margin-top: 0px;
}
.img-frame-normal {
	position: relative;
}
.img-frame-normal img {
	width: 100%;
	height: auto;
}
.img-frame-normal.portrait .img-1 {
	max-width: 320px;
}
.img-frame-normal .img-1 {
	width: 100%;
	max-width: 420px;
	position: relative;
}
.img-frame-normal .img-1 img {
	position: relative;
	z-index: 1;
}
.img-frame-normal .img-1 a img {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.img-frame-normal .img-1 a:hover img {
	background: #1d1d1d;
	-webkit-box-shadow: 0 5px 80px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 80px rgba(0, 0, 0, 0.15);
}
.img-frame-normal .img-1.shadow {
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.img-frame-normal .legend {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.img-frame-normal .legend {
		width: 100%;
	}
	.img-frame-normal .legend.pos-abs {
		position: absolute;
	}
}
@media (max-height: 480px) {
	.img-frame-normal .legend.pos-abs {
		position: relative;
	}
}
.img-frame-outline {
	position: relative;
}
.img-frame-outline img {
	width: 100%;
	height: auto;
}
.img-frame-outline.portrait .img-1 {
	max-width: 380px;
}
.img-frame-outline .img-1 {
	width: 100%;
	max-width: 480px;
	position: relative;
	padding: 16px;
}
.img-frame-outline .img-1 img {
	position: relative;
	z-index: 1;
}
.img-frame-outline .img-1:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #D1335B;
}
@media (min-width: 768px) {
	.img-frame-outline .img-1 {
		padding: 32px;
	}
	.img-frame-outline .img-1:before {
		border-width: 8px;
	}
}
.img-frame-outline .legend {
	margin-top: 8px;
}
@media (min-width: 768px) {
	.img-frame-outline .legend {
		margin-top: 16px;
	}
}
.img-frame-outline.frame-small .img-1:before {
	top: 32px;
	left: 0;
	right: 0;
	bottom: 32px;
}
.img-frame-outline.frame-small .legend {
	margin-top: -8px;
	padding: 0 16px;
}
@media (min-width: 768px) {
	.img-frame-outline.frame-small .img-1:before {
		top: 64px;
		left: 0;
		right: 0;
		bottom: 64px;
	}
	.img-frame-outline.frame-small .legend {
		margin-top: -16px;
		padding: 0 32px;
	}
}
.img-frame-outline.translated-left .img-1 {
	padding-top: 0;
	padding-right: 0;
}
.img-frame-outline.translated-left .img-1:before {
	top: 16px;
	left: 0;
	right: 16px;
	bottom: 0;
}
@media (min-width: 768px) {
	.img-frame-outline.translated-left .img-1:before {
		top: 32px;
		left: 0;
		right: 32px;
		bottom: 0;
	}
}
.img-frame-outline.translated-right .img-1 {
	padding-top: 0;
	padding-left: 0;
}
.img-frame-outline.translated-right .img-1:before {
	top: 16px;
	left: 16px;
	right: 0;
	bottom: 0;
}
@media (min-width: 768px) {
	.img-frame-outline.translated-right .img-1:before {
		top: 32px;
		left: 32px;
		right: 0;
		bottom: 0;
	}
}
.img-frame-outline.img-primary .img-1:before {
	border-color: #D1335B;
}
.img-frame-outline.img-secondary .img-1:before {
	border-color: #3f4b62;
}
.img-frame-outline.img-white .img-1:before {
	border-color: #ffffff;
}
.img-frame-outline.img-black .img-1:before {
	border-color: #1d1d1d;
}
.img-frame-legend-alpha {
	position: relative;
}
@media (min-width: 768px) {
	.img-frame-legend-alpha {
		padding: 0;
	}
}
.img-frame-legend-alpha img {
	width: 100%;
	height: auto;
}
.img-frame-legend-alpha.portrait .img-1 {
	max-width: 320px;
}
.img-frame-legend-alpha .img-1 {
	width: 100%;
	max-width: 420px;
	position: relative;
	z-index: 0;
}
.img-frame-legend-alpha .img-1:before {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.img-frame-legend-alpha .img-1 img {
	position: relative;
	z-index: 1;
}
.img-frame-legend-alpha .img-1.shadow {
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.img-frame-legend-alpha .legend {
	text-align: left;
	left: -0;
	margin-top: 1rem;
}
@media (min-width: 768px) {
	.img-frame-legend-alpha .legend {
		position: absolute;
		margin-top: 0rem;
		z-index: 1;
		left: 24px;
		top: 24px;
	}
}
@media (min-width: 992px) {
	.img-frame-legend-alpha .legend {
		margin-top: 0rem;
		position: absolute;
		top: 24px;
		width: 100%;
		z-index: 1;
		top: 24px;
	}
}
.media .icon {
	font-size: 4.5rem;
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1;
}
.media .img img {
	width: 3.5rem;
	height: 3.5rem;
	margin: 24px auto;
	opacity: 0.9;
}
.media .img.f45 img {
	width: 4.5rem;
	height: 4.5rem;
	margin: 16px auto;
	opacity: 0.9;
}
.media-article-title .media-body {
	overflow: hidden;
}
.media-article-title .media-body .media-title {
	font-size: 1rem;
}
.media-article-title .media-body p {
	font-size: 0.75rem;
}
.media.media-primary {
	color: #ffffff;
	background: #D1335B;
}
.media.media-secondary {
	color: #ffffff;
	background: #3f4b62;
}
.media.media-white {
	background: #ffffff;
}
.media.media-black {
	color: #ffffff;
	background: #1d1d1d;
}
.price-item {
	border-radius: 0.3rem;
	background: #ffffff;
}
.price-item ul {
	list-style: none;
}
.price-item ul li {
	list-style: none !important;
}
.price-item .item-name {
	text-align: center;
	font-size: 1.5rem;
	padding: 8px 16px;
	color: #D1335B;
	font-weight: bold;
}
.price-item .item-price {
	background: #D1335B;
	color: #ffffff;
	padding: 4px 16px;
	font-size: 1.5rem;
}
.price-item .item-features {
	padding: 16px 32px;
	text-align: left;
	opacity: 1;
}
.price-item .item-features li {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	color: #1d1d1d;
	position: relative;
}
.price-item .item-features li .icon {
	margin-right: 8px;
}
.price-item .item-features li.ok .icon {
	color: #D1335B;
}
.price-item .item-features li.diseabled {
	color: #8b8b8b;
}
.price-item .item-features.icon-left li .icon {
	position: absolute;
	left: 0;
	top: 0.3rem;
}
.price-item .item-footer {
	background: rgba(0, 0, 0, 0.04);
	padding: 8px 16px;
}
.price-item.featured {
	background: #D1335B;
}
.price-item.featured .item-name {
	color: #ffffff;
}
.price-item.featured .item-price {
	background: #ffffff;
	color: #D1335B;
}
.price-item.featured .item-features li {
	color: #ffffff;
}
.price-item.featured .item-features li.ok .icon {
	color: #ffffff;
}
.price-item.featured .item-features li.diseabled {
	color: rgba(255, 255, 255, 0.5);
}
.price-item.featured .item-footer {
	background: rgba(255, 255, 255, 0.7);
	padding: 8px 16px;
}
.price-item.shadow {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 40px rgba(0, 0, 0, 0.1);
}
.price-item.price-item-primary .item-name {
	color: #D1335B;
}
.price-item.price-item-primary .item-price {
	background: #D1335B;
}
.price-item.price-item-primary .item-features li.ok .icon {
	color: #D1335B;
}
.price-item.price-item-primary.featured {
	background: #D1335B;
}
.price-item.price-item-primary.featured .item-name {
	color: #ffffff;
}
.price-item.price-item-primary.featured .item-price {
	color: #D1335B;
	background: #ffffff;
}
.price-item.price-item-primary.featured .item-features li.ok .icon {
	color: #ffffff;
}
.price-item.price-item-secondary .item-name {
	color: #3f4b62;
}
.price-item.price-item-secondary .item-price {
	background: #3f4b62;
}
.price-item.price-item-secondary .item-features li.ok .icon {
	color: #3f4b62;
}
.price-item.price-item-secondary.featured {
	background: #3f4b62;
}
.price-item.price-item-secondary.featured .item-name {
	color: #ffffff;
}
.price-item.price-item-secondary.featured .item-price {
	color: #3f4b62;
	background: #ffffff;
}
.price-item.price-item-secondary.featured .item-features li.ok .icon {
	color: #ffffff;
}
.price-item.price-item-white .item-name {
	color: #1d1d1d;
}
.price-item.price-item-white .item-price {
	background: #1d1d1d;
}
.price-item.price-item-white .item-features li.ok .icon {
	color: #1d1d1d;
}
.price-item.price-item-white.featured {
	background: #1d1d1d;
}
.price-item.price-item-white.featured .item-name {
	color: #ffffff;
}
.price-item.price-item-white.featured .item-price {
	color: #1d1d1d;
	background: #ffffff;
}
.price-item.price-item-white.featured .item-features li.ok .icon {
	color: #ffffff;
}
.price-item.price-item-black .item-name {
	color: #1d1d1d;
}
.price-item.price-item-black .item-price {
	background: #1d1d1d;
}
.price-item.price-item-black .item-features li.ok .icon {
	color: #1d1d1d;
}
.price-item.price-item-black.featured {
	background: #1d1d1d;
}
.price-item.price-item-black.featured .item-name {
	color: #ffffff;
}
.price-item.price-item-black.featured .item-price {
	color: #1d1d1d;
	background: #ffffff;
}
.price-item.price-item-black.featured .item-features li.ok .icon {
	color: #ffffff;
}
/* 1.3 Grid / list / slider / gallery / price table */

.carousel-swiper-beta {
	position: relative;
}
.carousel-swiper-beta .slider-container {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}
.carousel-swiper-beta .slider-container .slide-item {
	margin-top: 0;
	margin-bottom: 0;
}
.carousel-swiper-beta .slider-container .item-list {
	padding: 0;
	opacity: 1;
}
.carousel-swiper-beta .slider-container .item-wrapper {
	padding: 0;
	display: block;
}
@media (min-width: 768px) {
	.carousel-swiper-beta .slider-container .item-wrapper {
		padding: 0 0;
	}
}
.carousel-swiper-beta .slider-container .illustr {
	display: block;
	position: relative;
	width: 100%;
	background: #1d1d1d;
	overflow: hidden;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	opacity: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
@media (min-width: 768px) {
	.carousel-swiper-beta .slider-container .illustr {
		min-height: 200px;
	}
}
.carousel-swiper-beta .slider-container .illustr img {
	width: 100%;
	display: block;
}
.carousel-swiper-beta .slider-container .legend {
	position: absolute;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-left: 20px;
	top: 10%;
	color: #ffffff;
}
.carousel-swiper-beta .slider-container .legend:hover {
	color: currentColor;
	text-decoration: none;
}
@media (min-width: 576px) {
	.carousel-swiper-beta .slider-container .legend {
		top: 40%;
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
	}
}
@media (min-width: 768px) {
	.carousel-swiper-beta .slider-container .legend {
		top: 40%;
		margin-left: 40px;
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
	}
}
.carousel-swiper-beta .slider-container .swiper-slide {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.carousel-swiper-beta .slider-container .swiper-slide-active .illustr {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.carousel-swiper-beta .slider-container .swiper-slide-active .legend {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.carousel-swiper-beta .slider-container .swiper-slide-active:before {
	opacity: 0;
}
.carousel-swiper-beta .slider-container .swiper-slide-prev {
	-webkit-transform: translateX(5%);
	transform: translateX(5%);
}
@media (min-width: 768px) {
	.carousel-swiper-beta .slider-container .swiper-slide-prev {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
}
.carousel-swiper-beta .slider-container .swiper-slide-next {
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
}
@media (min-width: 768px) {
	.carousel-swiper-beta .slider-container .swiper-slide-next {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
}
@media (min-width: 768px) {
	.carousel-swiper-beta.carousel-small .slider-container .item-wrapper {
		padding: 0 25%;
	}
}
.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev {
	-webkit-transform: translateX(5%);
	transform: translateX(5%);
}
@media (min-width: 768px) {
	.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev {
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
	}
}
.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev:before {
	left: 95%;
	width: 5%;
}
@media (min-width: 768px) {
	.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev:before {
		left: 90%;
		width: 10%;
	}
}
.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next {
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
}
@media (min-width: 768px) {
	.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next {
		-webkit-transform: translateX(-20%);
		transform: translateX(-20%);
	}
}
.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next:before {
	left: 0;
	width: 5%;
}
@media (min-width: 768px) {
	.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next:before {
		left: 0;
		width: 10%;
	}
}
.carousel-swiper-beta .items-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.carousel-swiper-beta .items-pagination {
		padding-bottom: 0;
	}
}
.carousel-swiper-beta .items-pagination .swiper-pagination-bullet {
	background: currentColor;
	margin-left: 8px;
	margin-right: 8px;
	opacity: 0.5;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.carousel-swiper-beta .items-pagination .swiper-pagination-bullet-active {
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 1;
}
.carousel-swiper-beta .items-pagination.bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
	margin-bottom: 18px;
}
.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet {
	border-radius: 0;
	width: 32px;
	opacity: 0.5;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 768px) {
	.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet {
		width: 40px;
	}
}
.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet-active {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.carousel-swiper-beta .items-button {
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -22px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.carousel-swiper-beta .items-button.items-button-prev {
	left: 0;
}
@media (min-width: 768px) {
	.carousel-swiper-beta .items-button.items-button-prev.fit {
		left: 25%;
	}
}
.carousel-swiper-beta .items-button.items-button-next {
	right: 0;
}
@media (min-width: 768px) {
	.carousel-swiper-beta .items-button.items-button-next.fit {
		right: 25%;
	}
}
.carousel-swiper-beta .items-button.bottom {
	bottom: -20px;
	top: auto;
	-webkit-transform: none;
	transform: none;
	margin-top: 0;
}
.carousel-swiper-beta .items-button.top {
	top: 0;
	-webkit-transform: none;
	transform: none;
	margin-top: 0;
}
.carousel-swiper-gamma {
	position: relative;
}
.carousel-swiper-gamma .slider-container {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}
.carousel-swiper-gamma .slider-container .slide-item {
	margin-top: 0;
	margin-bottom: 0;
}
.carousel-swiper-gamma .slider-container .item-list {
	padding: 0;
	opacity: 1;
}
.carousel-swiper-gamma .slider-container .item-wrapper {
	padding: 0;
}
.carousel-swiper-gamma .slider-container .illustr {
	display: block;
	position: relative;
	width: 100%;
	background: #1d1d1d;
	overflow: hidden;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.carousel-swiper-gamma .slider-container .illustr img {
	width: 100%;
	display: block;
}
.carousel-swiper-gamma .slider-container .legend {
	position: absolute;
	top: 50%;
	left: 16px;
	right: 16px;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
}
.carousel-swiper-gamma .slider-container .swiper-slide {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: none;
	transform: none;
}
.carousel-swiper-gamma .slider-container .swiper-slide-active {
	z-index: 10;
}
.carousel-swiper-gamma .slider-container .swiper-slide-active .illustr {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.carousel-swiper-gamma .slider-container .swiper-slide-active .legend {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.carousel-swiper-gamma .slider-container .swiper-slide-active:before {
	opacity: 0;
}
.carousel-swiper-gamma .items-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.carousel-swiper-gamma .items-pagination {
		padding-bottom: 0;
	}
}
.carousel-swiper-gamma .items-pagination .swiper-pagination-bullet {
	background: currentColor;
	margin-left: 8px;
	margin-right: 8px;
	opacity: 0.5;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.carousel-swiper-gamma .items-pagination .swiper-pagination-bullet-active {
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 1;
}
.carousel-swiper-gamma .items-pagination.bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
	margin-bottom: 18px;
}
.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet {
	border-radius: 0;
	width: 32px;
	opacity: 0.5;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 768px) {
	.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet {
		width: 40px;
	}
}
.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet-active {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.carousel-swiper-gamma .items-button {
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -22px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.carousel-swiper-gamma .items-button.items-button-prev {
	left: 0;
}
@media (min-width: 768px) {
	.carousel-swiper-gamma .items-button.items-button-prev.fit {
		left: 25%;
	}
}
.carousel-swiper-gamma .items-button.items-button-next {
	right: 0;
}
@media (min-width: 768px) {
	.carousel-swiper-gamma .items-button.items-button-next.fit {
		right: 25%;
	}
}
.carousel-swiper-gamma .items-button.bottom {
	bottom: -20px;
	top: auto;
	-webkit-transform: none;
	transform: none;
	margin-top: 0;
}
.carousel-swiper-gamma .items-button.top {
	top: 0;
	-webkit-transform: none;
	transform: none;
	margin-top: 0;
}
/* 1.4 Menu / menu-header / nav */

.page-header-alpha {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	z-index: 2;
}
@media (min-width: 768px) {
	.page-header-alpha {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.menu-right .navbar-toggler {
		top: 52px;
		left: auto;
		right: 56px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.menu-right .navbar-brand {
		left: 64px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 120px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-left .navbar-brand {
		left: auto;
		right: 64px;
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-left .navbar-topmenu {
		right: auto;
		left: 64px;
		margin-left: -8px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-left.menu-left .navbar-topmenu {
		right: auto;
		left: 120px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-left.menu-right .navbar-brand {
		right: 120px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-left.menu-right .navbar-topmenu {
		left: 64px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-center .navbar-topmenu {
		position: fixed;
		top: 32px;
		left: 0;
		right: auto;
		z-index: 10;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu {
		height: 48px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
	margin-right: 0;
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-actions {
		position: fixed;
		right: 64px;
		top: 32px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha.topmenu-center.menu-right .navbar-topmenu .navbar-nav-actions {
		right: 120px;
	}
}
.page-header-alpha .navbar-toggler {
	position: fixed;
	top: 8px;
	right: 16px;
	padding: 0;
	border: 0;
	z-index: 999;
	/*display: block;*/
	display: none;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.page-header-alpha .navbar-toggler:focus {
	outline: none;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-toggler {
		top: 52px;
		margin-top: -20px;
		left: 56px;
		right: auto;
	}
}
.page-header-alpha .navbar-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: currentColor;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-brand {
		position: fixed;
		left: 120px;
		top: 32px;
		z-index: 20;
	}
}
.page-header-alpha .navbar-brand .logo img {
	height: 40px;
	width: auto;
}
.page-header-alpha .navbar-brand .logo img {
	height: 60px;
	position: relative;
	left: -10px;
}
.page-header-alpha .navbar-brand .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: currentColor;
	font-size: 1rem;
	margin-left: 8px;
	margin-right: 8px;
}
.page-header-alpha .navbar-brand .text .line {
	display: block;
}
.page-header-alpha .navbar-brand .text .line.sub {
	font-size: 0.75rem;
	opacity: 0.5;
}
.page-header-alpha .all-menu-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: fixed;
	z-index: 5;
	background: #000000cc;
	top: -100%;
	left: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 48px 32px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.2);
}
.page-header-alpha .all-menu-wrapper.menu-visible {
	top: 0;
	opacity: 1;
	visibility: visible;
}
@media (max-width: 768px) {
	.page-header-alpha .all-menu-wrapper .navbar-nav .nav-item {
		font-size: 1.5rem;
		opacity: 1;
	}
	.page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a {
		opacity: 0.8;
	}
	.page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.active {
		color: currentColor;
	}
	.page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.hover {
		color: #D1335B;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .all-menu-wrapper {
		display: block;
		position: static;
		border-bottom: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		top: 0;
		opacity: 1;
		visibility: visible;
	}
}
.page-header-alpha .navbar-topmenu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 32px;
		right: 64px;
		z-index: 10;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu .navbar-nav-actions {
		margin-left: 16px;
	}
}
.page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
	margin-top: 4px;
	margin-bottom: 4px;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 8px;
	}
}
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item {
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item {
		line-height: 1;
		font-size: 1rem;
		position: relative;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item.bordered {
		border-left: 2px solid rgba(255, 255, 255, 0.2);
	}
}
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a {
	color: currentColor;
	opacity: 0.5;
}
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a {
		padding: 8px 16px;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item:first-child {
		border-left: none;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
		margin-right: -16px;
	}
}
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item.active a {
	color: currentColor;
	opacity: 1;
}
.page-header-alpha .navbar-nav-actions {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.page-header-alpha .navbar-mainmenu {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-mainmenu {
		position: fixed;
		z-index: 9;
		background: #1d1d1d;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		padding-left: 12.5%;
		-webkit-transform: translateX(-64px) scale(1.2);
		transform: translateX(-64px) scale(1.2);
		visibility: hidden;
		opacity: 0;
		-webkit-filter: blur(50px);
		filter: blur(50px);
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-mainmenu .navbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.page-header-alpha .navbar-mainmenu .nav-item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-mainmenu .nav-item {
		line-height: 1;
		font-size: 3rem;
	}
}
@media (min-width: 992px) {
	.page-header-alpha .navbar-mainmenu .nav-item {
		line-height: 0.8;
		font-size: 3rem;
	}
}
@media (min-width: 768px) and (max-height: 480px) {
	.page-header-alpha .navbar-mainmenu .nav-item {
		font-size: 3rem;
	}
}
.page-header-alpha .navbar-mainmenu .nav-item a {
	color: white;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.page-header-alpha .navbar-mainmenu .nav-item a:hover {
	color: #D1335B;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-mainmenu .nav-item {
		font-weight: bold;
		text-transform: uppercase;
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(1) {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(2) {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(3) {
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(4) {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(5) {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(6) {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(7) {
		-webkit-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(8) {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(9) {
		-webkit-transition-delay: 1.1s;
		transition-delay: 1.1s;
	}
	.page-header-alpha .navbar-mainmenu .nav-item:nth-child(10) {
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-sidebar {
		position: fixed;
		top: 50%;
		left: 64px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: none;
	}
}
@media (min-width: 1200px) {
	.page-header-alpha .navbar-sidebar {
		display: none;
		position: fixed;
		top: 50%;
		left: 64px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.page-header-alpha .navbar-sidebar .nav-item {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	padding: 8px 0;
}
.page-header-alpha .navbar-sidebar .nav-item a {
	text-decoration: none;
	color: currentColor;
}
.page-header-alpha .navbar-sidebar .nav-item .icon {
	width: 26px;
	height: 26px;
	padding-top: 1px;
	display: inline-block;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	border-radius: 40px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	font-size: 1rem;
}
.page-header-alpha .navbar-sidebar .nav-item .txt {
	display: inline-block;
	margin-left: 0.5rem;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-sidebar .nav-item .txt {
		margin-left: 0.5rem;
            color: #fff;
	}
}
.page-header-alpha .navbar-sidebar .nav-item.active {
	opacity: 1;
}
.page-header-alpha .navbar-sidebar .nav-item.active .icon {
	background: #ffffff;
	color: #8b8b8b;
}
.page-header-alpha .navbar-sidebar .nav-item.active .txt {
	opacity: 1;
}
.page-header-alpha .navbar-sidebar .nav-item:hover {
	opacity: 1;
}
.page-header-alpha .navbar-sidebar .nav-item:hover .icon {
	background: #ffffff;
	color: #8b8b8b;
}
.page-header-alpha .navbar-sidebar .nav-item:hover .txt {
	opacity: 1;
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-sidebar.icon-only .txt {
		display: none;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-sidebar.text-only .icon {
		display: none;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu {
		left: 0;
		-webkit-transform: none;
		transform: none;
		visibility: visible;
		opacity: 1;
		-webkit-filter: none;
		filter: none;
	}
	.page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu .nav-item {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@media (min-width: 768px) {
	.page-header-alpha .navbar-topmenu:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		height: 0;
		width: 100%;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		z-index: -1;
	}
}
@media (min-width: 768px) {
	.page-main .section {
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
	.page-main.menu-visible .section {
		opacity: 0.1;
		-webkit-filter: blur(5px);
		filter: blur(5px);
	}
	.navbar-sidebar {
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
	.navbar-sidebar.menu-visible {
		opacity: 0.1;
		-webkit-filter: blur(5px);
		filter: blur(5px);
	}
	.page-cover {
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
	.page-cover.menu-visible {
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
	.page-header-alpha .navbar-mainmenu {
		background: none;
	}
}
.menu-icon {
	height: 40px;
	width: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	position: relative;
	background: #ffffff;
	border-radius: 2px;
	opacity: 0.8;
}
.menu-icon:hover {
	opacity: 1;
}
.menu-icon.menu-bg {
	background: #3f4b62;
}
@media (min-width: 768px) {
	.menu-icon {
		background: none;
	}
}
.menu-icon:after {
	display: none;
}
.menu-icon .text {
	position: absolute;
	text-align: left;
	top: 13px;
	line-height: 1;
	right: 100%;
	padding-right: 8px;
	text-transform: uppercase;
	font-size: 1rem;
	color: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (min-width: 768px) {
	.menu-icon .text {
		top: -100%;
		right: auto;
		left: -20%;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
.menu-icon .text.hide-menu-visible {
	visibility: visible;
	opacity: 1;
	top: -100%;
}
.menu-icon .text.show-menu-visible {
	visibility: hidden;
	opacity: 0;
	top: -200%;
}
.menu-icon .bars {
	display: block;
	margin: auto;
	margin-top: 13px;
	width: 24px;
}
.menu-icon .bars .bar1,
.menu-icon .bars .bar2,
.menu-icon .bars .bar3 {
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	margin-bottom: 4px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: #1d1d1d;
}
@media (min-width: 768px) {
	.menu-icon .bars .bar1,
	.menu-icon .bars .bar2,
	.menu-icon .bars .bar3 {
		background: #ffffff;
	}
}
.menu-icon.menu-icon-thick .bars .bar1,
.menu-icon.menu-icon-thick .bars .bar2,
.menu-icon.menu-icon-thick .bars .bar3 {
	height: 4px;
	border-radius: 4px;
}
.menu-icon.menu-icon-random .bars .bar1 {
	width: 20px;
}
.menu-icon.menu-icon-random .bars .bar3 {
	width: 12px;
}
.menu-icon.menu-icon-dot .bars {
	width: 6px;
	margin-top: 9px;
}
.menu-icon.menu-icon-dot .bars .bar1,
.menu-icon.menu-icon-dot .bars .bar2,
.menu-icon.menu-icon-dot .bars .bar3 {
	height: 6px;
	width: 100%;
	background: #ffffff;
	margin-bottom: 4px;
	border-radius: 20px;
}
.menu-icon.menu-visible .text.show-menu-visible {
	visibility: visible;
	opacity: 1;
	top: -100%;
}
.menu-icon.menu-visible .text.hide-menu-visible {
	visibility: hidden;
	opacity: 0;
	top: -200%;
}
.menu-icon.menu-visible .bars {
	width: 24px;
	margin-top: 13px;
}
.menu-icon.menu-visible .bars .bar1,
.menu-icon.menu-visible .bars .bar2,
.menu-icon.menu-visible .bars .bar3 {
	height: 2px;
	width: 100%;
	margin-bottom: 4px;
	border-radius: 0;
}
.menu-icon.menu-visible .bars .bar1 {
	-webkit-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 24px;
}
.menu-icon.menu-visible .bars .bar3 {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 24px;
}
.menu-icon.menu-visible .bars .bar2 {
	width: 0px;
}
@media screen and (max-width: 1024px) {
	#fp-nav {
		visibility: hidden;
	}
}
#fp-nav.right {
	right: 58px;
	margin-right: 0px;
	position: absolute;
}
#fp-nav span,
.fp-slidesNav span {
	border-color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 10px;
	height: 10px;
}
#fp-nav ul li a span {
	background: #fff;
}
#fp-nav li,
.fp-slidesNav li {
	display: block;
	width: 10px;
	height: 10px;
	margin: 16px;
	position: relative;
}
#fp-nav span:after,
.fp-slidesNav span:after {
	background: rgba(255, 255, 255, 0.30);
	position: absolute;
	content: '';
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
	background: #fff;
	position: absolute;
}
#fp-nav li .active span:after,
.fp-slidesNav .active span:after {
	top: -4px;
	left: -4px;
	bottom: -4px;
	right: -4px;
	border-color: #ffffff;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 8px;
	width: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 100%;
}
#fp-nav ul li a {
	opacity: 0.5;
}
#fp-nav ul li a:hover {
	opacity: 0.7;
}
#fp-nav ul li a.active,
#fp-nav ul li a.active:hover {
	opacity: 1;
}
/* 1.5 . Additional UI */

/* a. Page cover */

.page-cover {
	width: 100%;
	position: fixed;
	height: 120%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
.page-cover .cover-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*  Page cover background image,color */
	background: url(../img/bg-default.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: -1;
}
.page-cover .cover-bg-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-cover .cover-bg.bg-color {
	/* Page cover  background mask */
	background-image: none;
	z-index: -1;
}
.page-cover .cover-bg.cover-bg-mask {
	background: rgba(0, 0, 0, 0.12);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 0;
	-webkit-transition: 2s;
	transition: 2s;
}
.page-cover .bg-blur-0 {
	-webkit-filter: none;
	filter: none;
}
.page-cover .bg-blur-1 {
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
.page-cover .bg-blur-1 {
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
.page-cover .bg-blur-2 {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.page-cover .bg-blur-3 {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.page-cover .bg-blur-4 {
	-webkit-filter: blur(4px);
	filter: blur(4px);
}
.page-cover .bg-blur-5 {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.page-cover .bg-blur-6 {
	-webkit-filter: blur(6px);
	filter: blur(6px);
}
.page-cover .bg-blur-7 {
	-webkit-filter: blur(7px);
	filter: blur(7px);
}
.page-cover .bg-blur-8 {
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
.page-cover .bg-blur-9 {
	-webkit-filter: blur(9px);
	filter: blur(9px);
}
.page-cover .bg-blur-10 {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
.page-cover .vegas-timer {
	/* background slide */
	display: none;
}
.page-cover .bg-line {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.1;
	display: none;
}
@media (min-width: 601px) {
	.page-cover .bg-line {
		display: block;
	}
}
.page-cover .bg-line:before {
	content: "";
	position: absolute;
	width: 50%;
	left: 25%;
	top: 0;
	height: 100%;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}
.page-cover .bg-line:after {
	content: "";
	position: absolute;
	width: 50%;
	left: 50%;
	top: 0;
	height: 100%;
	border-left: 1px solid #fff;
	margin-left: -1px;
}
.page-cover #particles-js {
	/*  particles.js container */
	width: 100%;
	height: 100%;
	background-color: #b61924;
	background-image: url("");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.page-cover .video-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-cover .video-container video {
	height: 724px;
	width: 1287px;
	margin-top: -42px;
	margin-left: 0px;
}
.page-cover .video-container iframe {
	width: 120%;
	height: 120%;
	margin-left: -10%;
	margin-top: -2%;
}
/* b Clock */

/* 2 Page header / .page-header */

/* 3 Page footer / page-footer */

.page-footer .footer-left,
.page-footer .footer-right {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.page-footer .footer-left {
	position: fixed;
	left: 16px;
	z-index: 10;
	bottom: 8px;
}
@media (min-width: 768px) {
	.page-footer .footer-left {
	left: 0px;
    bottom: 0px;
	}
}
.page-footer .footer-left p {
	margin-bottom: 0;
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.page-footer .footer-left p .marked {
	font-weight: bold;
}
.page-footer .footer-right {
	position: fixed;
	bottom: 8px;
	right: 16px;
	z-index: 10;
}
@media (min-width: 768px) {
	.page-footer .footer-right {
		right: 60px;
		bottom: 22px;
	}
}
.page-footer .footer-right .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: -8px;
}
.page-footer .footer-right .social a {
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 8px;
}
.page-footer .footer-right .social a:hover {
	color: #ffffff;
}
.page-footer .footer-right .social .icon {
	font-size: 24px;
}
.page-footer.scrolled .footer-left,
.page-footer.scrolled .footer-right {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
}
/* 4 Pages */

/* 4.1 Default settings .page-main */

.page-main {
	min-height: 100%;
	z-index: 1;
}
.body-page {
	/*background-color: #141414;*/
	color: #ffffff;
	background-image: url(../img/ft-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.body-item {
	background-color: #1d1d1d;
	color: #ffffff;
}
/* 4.2 Default settings .page-fullpage */

.body-page {
	position: relative;
}
.body-page .cursor-ball {
	position: absolute;
	z-index: 0;
	content: "";
	width: 50vw;
	height: 100vh;
	margin-left: -25vw;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.05);
	-webkit-transition: 0.05s ease-in-out;
	transition: 0.05s ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/* 4.3 Default settings .page-post */

/* 5 Sections */

/* 5.1 Default layout settings */

.section {
	position: relative;
}
.section-cover-half-left {
	position: relative;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #1d1d1d;
	background-size: cover;
	background-position: center;
}
@media (min-width: 576px) {
	.section-cover-half-left {
		position: absolute;
		width: 50%;
	}
}
.section-cover-half-left.mask-black:before {
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.section-cover-tier {
	position: relative;
	left: 0;
	width: 100%;
	top: -32px;
	min-height: 200px;
	background: #1d1d1d;
	background-size: cover;
	background-position: center center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
	.section-cover-tier {
		top: 0;
		position: fixed;
		width: 33.33%;
		height: 100vh;
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
}
.section-cover-tier.mask-black:before {
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
@media (min-width: 768px) {
	.section.active .section-cover-tier {
		-webkit-transform: none;
		transform: none;
	}
}
.section-cover-full {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #1d1d1d;
	background-size: cover;
	background-position: center;
}
.section-cover-full.mask-black:before {
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.cover-content {
	position: relative;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 64px 16px;
	color: #ffffff;
}
@media (min-width: 576px) {
	.cover-content {
		    padding-left: 64px;
    padding-bottom: 100px;
    padding-right: 40px;
	}
}
.cover-content p:last-child {
	margin-bottom: 0;
}
.scrolldown {
	position: absolute;
	bottom: 0;
	top: auto;
	right: auto;
	margin-bottom: 32px;
	left: 50%;
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
	z-index: 2;
	background: transparent;
}
@media (max-width: 768px) {
	.scrolldown {
		/*display: none;*/
	}
}
@media (max-height: 480px) {
	.scrolldown {
		display: none;
	}
}
.scrolldown a {
	margin-left: 0;
	position: relative;
	display: block;
	font-size: 0.75rem;
	font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
	line-height: 1;
	padding: 8px 8px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: rgba(255, 255, 255, 0.2);
	background: transparent;
	border: none;
}
.scrolldown a .txt {
	position: absolute;
	width: 200px;
	text-align: center;
	left: -100px;
	top: 0;
}
.scrolldown a:after {
	position: absolute;
	content: "";
	bottom: 30px;
	right: 0;
	height: 34px;
	width: 18px;
	margin-right: 9px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	background: transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.scrolldown a:before {
	position: absolute;
	content: "";
	bottom: 54px;
	right: 0;
	height: 4px;
	width: 4px;
	margin-right: 16px;
	border-radius: 40px;
	background: white;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.scrolldown a:hover {
	color: #ffffff;
}
.scrolldown a:hover:before {
	bottom: 38px;
	background: #ffffff;
}
@media (min-width: 576px) {
	.btns-action {
		margin-left: -2px;
		margin-right: -2px;
	}
}
.btns-action .btn {
	margin-bottom: 8px;
}
@media (min-width: 576px) {
	.btns-action .btn {
		min-width: 120px;
		width: auto;
		margin-left: 2px;
		margin-right: 2px;
	}
}
.section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 32px;
	padding-bottom: 32px;
	z-index: 1;
}
@media (max-width: 576px) {
	/*.section {
		height: auto !important;
		display: block;
	}*/
}
@media (max-width: 768px) {
	.section {
		overflow: hidden;
	}
}
@media (min-width: 768px) {
	.section {
		padding: 0px 2rem;
	}
}
@media (min-width: 992px) {
	.section {
		padding: 0;
	}
}
@media (max-height: 480px) {
	.section {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (max-height: 480px) {
	.section:after {
		content: "";
		background: rgba(255, 255, 255, 0.1);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}
.section.active:after {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
@media (max-width: 768px) {
	.section:nth-child(2n) {
		background: rgba(255, 255, 255, 0.05);
	}
}
.section.bg-bright {
	color: #1d1d1d;
}
.section.bg-bright .section-title h2 {
	color: #D1335B;
}
.section h4,
.section h5 {
	line-height: 1.6;
}
.section p,
.section ul {
	opacity: 0.75;
	line-height: 1.6;
}
@media (min-width: 768px) {
	.section p,
	.section ul {
		line-height: 1.75;
	}
	.section.about p {
		font-size: 18px;
	}
}
.section .padding-top {
	padding-top: 32px;
}
@media (min-width: 768px) {
	.section .padding-top {
		padding-top: 64px;
	}
}
@media (min-width: 992px) {
	.section .padding-top {
		padding-top: 80px;
	}
}
.section .padding-bottom {
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.section .padding-bottom {
		padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.section .padding-bottom {
		padding-bottom: 80px;
	}
}
.section .slide {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section.no-slide-arrows .fp-controlArrow {
	visibility: hidden;
}
.section .section-wrapper {
	width: 100%;
	max-width: 800px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}
.section .section-wrapper.largewidth {
	max-width: 1020px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.section .section-wrapper {
		max-width: 1160px;
		padding-left: 160px !important;
		padding-right: 0 !important;
	}
	.modules-mouse-p {
		left: 56%;
	}
	.key-feature-mouse-p {
		left: 56%;
	}
	.modules-m-box {
		margin-top: 0px !important;
	}
	.media-body h4 {
		font-size: 20px;
	}
	.key-features .feature-left a h5 {
		font-size: 18px;
	}
	.key-features .feature-right a h5 {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.section .section-wrapper .scrollable {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (min-width: 768px) {
	.section .section-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1600px) {
	.section .section-wrapper {
		max-width: 1200px;
	}
}
.section .section-wrapper.fullwidth {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 1600px) {
	.section .section-wrapper.fullwidth {
		max-width: none;
	}
}
.section-item {
	background: #1d1d1d;
}
.section-gallery {
	background: #1d1d1d;
}
.fp-scroller {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	min-height: 100vh;
	padding-top: 84px;
	padding-bottom: 64px;

}
.section-title {
	max-width: 720px;
	margin: 0 auto;
}
.section-title.title-large {
	max-width: 720px;
}
.section-title .title-bg {
	position: absolute;
	top: 12%;
	left: 50%;
	left: 50vw;
	line-height: 8rem;
	margin-bottom: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);
	text-transform: uppercase;
	opacity: 0;
	font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 4rem;
	letter-spacing: -0.075em;
	z-index: -1;
}
.section-title .title-bg.no-anim {
	opacity: 0.1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
	.section-title .title-bg {
		letter-spacing: 0.2em;
		padding-left: 0.2em;
		font-size: 6rem;
	}
}
@media (min-width: 992px) {
	.section-title .title-bg {
		letter-spacing: 0.0em;
		padding-left: 0.0em;
		font-size: 6rem;
	}
}
@media (min-width: 768px) {
	.section-title .title-abs {
		top: 64px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		position: absolute;
	}
}
.section.active .title-bg {
	opacity: 0.0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
	.section.active .title-bg {
		/*opacity: 0.075;*/
		opacity: 0.2;
	}
	.section.active.modules .title-bg {
		/*opacity: 0.075;*/
		opacity: 0.2;
		top: 8% !important;
	}
	.section.active.key-features .title-bg {
		/*opacity: 0.075;*/
		opacity: 0.2;
	}
	.section.active.gallery .title-bg {
		/*opacity: 0.075;*/
		opacity: 0.2;
	}
	.section.active.contact .title-bg {
		/*opacity: 0.075;*/
		opacity: 0.2;
	}
}
@media (min-width: 768px) {
	.section-content.reduced {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
.section-content .title-desc {
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.section-content .title-desc {
		margin-bottom: 0rem;
	}
}
.section-content .illustr img {
	width: 100%;
}
.section-content .illustr img.portrait {
	max-height: 66vh;
	width: auto;
}
.section-content .illustr-legend {
	position: relative;
}
.section-content .illustr-legend img,
.section-content .illustr-legend .img {
	width: 50%;
	max-width: 480px;
}
.section-content .illustr-legend .legend {
	text-align: left;
}
@media (min-width: 768px) {
	.section-content .illustr-legend .legend {
		position: absolute;
		left: 75%;
		width: 25%;
		top: 10%;
	}
}
.section-content .illustr-legend .legend hr {
	width: 50%;
	margin: 0.25rem 0;
	border-top: 2px solid #D1335B;
}
.section-content .illustr-legend .legend h4 {
	font-weight: bold;
	font-size: 1.5rem;
}
@media (min-width: 768px) {
	.section-content .illustr-legend .legend.legend-left {
		left: 0%;
	}
}
.section-content .illustr-legend .legend.text-right hr {
	margin-left: 50%;
}
.section-content .illustr-center {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.section-content .illustr-center .img,
.section-content .illustr-center img {
	width: 100%;
}
.section-content img.logo {
	height: 96px;
	margin: 0.75rem 0;
}
@media (min-width: 576px) {
	.section-content img.logo {
		height: 128px;
	}
}
@media (min-width: 768px) {
	.section-content img.logo {
		height: 160px;
	}
}
.section-content hr {
	width: 50%;
	margin: 0.25rem 0;
	border-top: 2px solid #D1335B;
}
.section-content h4 {
	display: inline-block;
}
.section-content h4 strong {
	color: #D1335B;
}
.section-content ul {
	padding-left: 1rem;
}
.section-content ul li {
	list-style: disc;
}
.section-content ul.list-primary {
	padding-left: 0;
}
.section-content ul.list-primary > li {
	position: relative;
	padding-left: 1.5em;
	list-style: none;
}
.section-content ul.list-primary > li:before {
	position: absolute;
	border-radius: 2rem;
	background: #D1335B;
	width: 1rem;
	height: 1rem;
	left: 0;
	top: 0.25em;
	content: "";
}
.section-content ul.list-secondary {
	padding-left: 0;
}
.section-content ul.list-secondary > li {
	position: relative;
	padding-left: 1.5em;
	list-style: none;
}
.section-content ul.list-secondary > li:before {
	position: absolute;
	border-radius: 2rem;
	background: #3f4b62;
	width: 1rem;
	height: 1rem;
	left: 0;
	top: 0.25em;
	content: "";
}
.section-content ul.list-white {
	padding-left: 0;
}
.section-content ul.list-white > li {
	position: relative;
	padding-left: 1.5em;
	list-style: none;
}
.section-content ul.list-white > li:before {
	position: absolute;
	border-radius: 2rem;
	background: #ffffff;
	width: 1rem;
	height: 1rem;
	left: 0;
	top: 0.25em;
	content: "";
}
.section-content ul.list-black {
	padding-left: 0;
}
.section-content ul.list-black > li {
	position: relative;
	padding-left: 1.5em;
	list-style: none;
}
.section-content ul.list-black > li:before {
	position: absolute;
	border-radius: 2rem;
	background: #1d1d1d;
	width: 1rem;
	height: 1rem;
	left: 0;
	top: 0.25em;
	content: "";
}
.section-content h2.border-primary,
.section-content h3.border-primary,
.section-content h4.border-primary,
.section-content h5.border-primary,
.section-content p.border-primary {
	position: relative;
	padding-left: 1.5em;
}
.section-content h2.border-primary:before,
.section-content h3.border-primary:before,
.section-content h4.border-primary:before,
.section-content h5.border-primary:before,
.section-content p.border-primary:before {
	position: absolute;
	border-top: 2px solid #D1335B;
	width: 1em;
	height: 0;
	left: 0;
	top: 0.5em;
	content: "";
}
.section-content h2.border-secondary,
.section-content h3.border-secondary,
.section-content h4.border-secondary,
.section-content h5.border-secondary,
.section-content p.border-secondary {
	position: relative;
	padding-left: 1.5em;
}
.section-content h2.border-secondary:before,
.section-content h3.border-secondary:before,
.section-content h4.border-secondary:before,
.section-content h5.border-secondary:before,
.section-content p.border-secondary:before {
	position: absolute;
	border-top: 2px solid #3f4b62;
	width: 1em;
	height: 0;
	left: 0;
	top: 0.5em;
	content: "";
}
.section-content h2.border-white,
.section-content h3.border-white,
.section-content h4.border-white,
.section-content h5.border-white,
.section-content p.border-white {
	position: relative;
	padding-left: 1.5em;
}
.section-content h2.border-white:before,
.section-content h3.border-white:before,
.section-content h4.border-white:before,
.section-content h5.border-white:before,
.section-content p.border-white:before {
	position: absolute;
	border-top: 2px solid #ffffff;
	width: 1em;
	height: 0;
	left: 0;
	top: 0.5em;
	content: "";
}
.section-content h2.border-black,
.section-content h3.border-black,
.section-content h4.border-black,
.section-content h5.border-black,
.section-content p.border-black {
	position: relative;
	padding-left: 1.5em;
}
.section-content h2.border-black:before,
.section-content h3.border-black:before,
.section-content h4.border-black:before,
.section-content h5.border-black:before,
.section-content p.border-black:before {
	position: absolute;
	border-top: 2px solid #1d1d1d;
	width: 1em;
	height: 0;
	left: 0;
	top: 0.5em;
	content: "";
}
.row .align-self-end .section-content .title-desc {
	margin-bottom: 0;
}
.row .align-self-end .section-content p:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.fp-scrollable {
		height: auto !important;
	}
	.fp-scroller {
		height: auto !important;
		
	}
}
@media (min-width: 768px) {
	.section .anim.translateUp {
		-webkit-transform: translateY(48px);
		transform: translateY(48px);
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.section.active .anim.translateUp {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		-webkit-transform: none;
		transform: none;
	}
	.section .anim.translateDown {
		-webkit-transform: translateY(-48px);
		transform: translateY(-48px);
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.section.active .anim.translateDown {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		-webkit-transform: none;
		transform: none;
	}
}
@media (min-width: 601px) {
	.section .anim .anim-wrapper {
		overflow: hidden;
		display: block;
	}
	.section .anim .anim-1,
	.section .anim .anim-2,
	.section .anim .anim-3,
	.section .anim .anim-4 {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		position: relative;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	.section .anim .zoomout-1 {
		-webkit-transition: 0.6s;
		transition: 0.6s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0;
	}
	.section .anim .fade-2,
	.section .anim .fade-3,
	.section .anim .fade-4,
	.section .anim .fade-1 {
		opacity: 0;
		-webkit-transition: 0.6s;
		transition: 0.6s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	.section.active .anim .anim-1 {
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		opacity: 1;
	}
	.section.active .anim .anim-2 {
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
		opacity: 1;
	}
	.section.active .anim .anim-3 {
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
		opacity: 1;
	}
	.section.active .anim .anim-4 {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
	.section.active .anim .zoomout-1 {
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		opacity: 1;
	}
	.section.active .anim .fade-1 {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.section.active .anim .fade-2 {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.section.active .anim .fade-3 {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
	.section.active .anim .fade-4 {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
}
/* 5.2 Home section layout */

.section-home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 640px;
	min-height: 90vh;
}
.section-home .section-wrapper {
	width: 100%;
	text-align: center;
}
.section-home .section-wrapper.twoside {
	text-align: left;
	max-width: 1020px;
}
@media (min-width: 1600px) {
	.section-home .section-wrapper.twoside {
		max-width: 1200px;
	}
}
.section-home .section-wrapper .fit-screen-sm {
	min-height: 512px;
}
@media (min-width: 768px) {
	.section-home .section-wrapper .fit-screen-sm {
		min-height: auto;
	}
}
.section-home .section-wrapper.padding-top {
	padding-top: 160px;
}
.section-home .home-title {
	font-size: 3rem;
}
@media (min-width: 768px) {
	.section-home .home-title {
		font-size: 5rem;
	}
}
.section-home .section-content .bordered {
	border-bottom: 2px solid currentColor;
}
.section-home .section-content .title-desc {
	margin-bottom: 2rem;
}
.section-home .section-content .illustr img {
	width: 100%;
}
.section-home .section-content .illustr img.portrait {
	max-height: 400px;
	width: auto;
}
@media (min-width: 768px) {
	.section-home .section-content .illustr img.portrait {
		max-height: 66vh;
		width: auto;
	}
}
.section-home .section-content img.logo {
	height: 96px;
	margin: 0.75rem 0;
	max-width: 100%;
	width: auto;
}
@media (min-width: 576px) {
	.section-home .section-content img.logo {
		height: 128px;
	}
}
@media (min-width: 768px) {
	.section-home .section-content img.logo {
		height: 160px;
	}
}
/* 5.3 Section list / .section-list */

.section-list .item {
	margin-top: 40px;
	margin-bottom: 40px;
}
.section-list .item:first-child {
	margin-bottom: 0;
}
.section-list .item:last-child {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.section-list .item > .order-md-1 {
		padding-right: 40px;
	}
}
@media (min-width: 992px) {
	.section-list .item > .order-md-2 {
		padding-left: 40px;
	}
}
@media (min-width: 992px) {
	.section-twoside .item > .order-md-1 {
		padding-right: 40px;
	}
}
@media (min-width: 992px) {
	.section-twoside .item > .order-md-2 {
		padding-left: 40px;
	}
}
@media (min-width: 768px) {
	.twoside.superposed .margin-up {
		margin-top: -4rem;
	}
	.twoside.superposed .margin-down {
		margin-top: 4rem;
	}
	.twoside.superposed .superposed-bottom {
		position: relative;
		z-index: 0;
		padding: 0;
	}
	.twoside.superposed .superposed-top {
		position: relative;
		z-index: 1;
		padding: 0;
	}
	.twoside.superposed .superposed-left {
		margin-left: 2rem;
		margin-right: -2rem;
	}
	.twoside.superposed .superposed-left > .section-content > .jumbotron {
		padding-left: 4rem;
		padding-right: 6rem;
	}
	.twoside.superposed .superposed-left.superposed-top > .section-content > .jumbotron {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.twoside.superposed .superposed-right {
		margin-left: -2rem;
	}
	.twoside.superposed .superposed-right > .section-content > .jumbotron {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.twoside.superposed .superposed-right.superposed-bottom > .section-content > .jumbotron {
		padding-left: 6rem;
		padding-right: 4rem;
	}
	.twoside.superposed .section-content > .jumbotron .container {
		padding: 0;
	}
}
.footer.footer-page {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.footer.footer-page ul,
.footer.footer-page li {
	list-style: none;
}
.footer.footer-page .footer-nav .navbar-brand {
	color: inherit;
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.footer.footer-page .footer-nav .navbar-brand {
		margin-bottom: 0;
	}
}
.footer.footer-page .footer-nav .navbar-brand img {
	height: 48px;
	width: auto;
	margin-right: 0.5rem;
}
.footer.footer-page .footer-nav .navbar-brand .text {
	display: inline;
	margin-bottom: 0;
	vertical-align: middle;
}
.footer.footer-page .footer-nav .nav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 32px;
}
@media (min-width: 768px) {
	.footer.footer-page .footer-nav .nav-container {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0;
	}
}
.footer.footer-page .footer-nav .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
}
.footer.footer-page .footer-nav .navbar-nav .nav-item {
	padding-right: 1rem;
}
@media (min-width: 768px) {
	.footer.footer-page .footer-nav .navbar-nav .nav-item {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 0;
		padding-left: 2rem;
	}
}
.footer.footer-page .footer-nav .navbar-nav a {
	color: inherit;
}
.footer.footer-page .footer-nav .navbar-nav a:hover {
	text-decoration: none;
	color: #D1335B;
}
.footer.footer-page .footer-block .social-form {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.footer.footer-page .footer-block .social-form .title {
	font-size: 1rem;
	font-weight: bold;
}
.footer.footer-page .footer-block .social-form .email-ok {
	position: absolute;
}
.footer.footer-page .footer-block .social-form .form-group {
	width: 100%;
}
@media (min-width: 576px) {
	.footer.footer-page .footer-block .social-form .form-group {
		width: auto;
	}
}
.footer.footer-page .footer-block .social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 1rem;
}
.footer.footer-page .footer-block .socials-nav {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.footer.footer-page .footer-block .socials-nav a {
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	color: inherit;
}
.footer.footer-page .footer-block .socials-nav a:hover {
	text-decoration: none;
	color: #D1335B;
}
.footer.footer-page .footer-block .socials-nav .icon {
	font-size: 24px;
}
.footer.footer-page .footer-note {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 1rem;
}
/* 6. Helper classes / Responsiveness */

/* 6.1 Helper classes */

/*
 * Layout position
 */

/* Flexbox centered elements */

.center-vh {
	/* width needed for Firefox */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.dir-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.center-v {
	/* width needed for Firefox */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.center-h {
	/* width needed for Firefox */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.end-h {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.start-h {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
/* Table block centered elements */

.table {
	display: table;
	height: inherit;
	margin: auto;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mt-40 {
	margin-top: 40px;
}
.mt-80 {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.mt-80 {
		margin-top: 80px;
	}
}
/*
 *Layout size
  */

.fullscreen {
	width: 100%;
	min-height: 100vh;
}
@media (min-width: 576px) {
	.fullscreen-md {
		width: 100%;
		min-height: 100vh;
	}
}
@media (min-width: 768px) {
	.fullscreen-lg {
		width: 100%;
		min-height: 100vh;
	}
}
.fullscreen-position {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fullheight {
	min-height: 100vh;
}
@media (max-width: 767px) {
	.fullheight-sm-only {
		min-height: 100vh;
	}
}
.fullwidth {
	width: 100%;
}
@media (max-width: 767px) {
	.plr-sm-4 {
		padding-left: 4px;
		padding-right: 4px;
	}
}
@media (max-width: 767px) {
	.plr-sm-8 {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 767px) {
	.row-mlr-sm-4 {
		margin-left: -4px;
		margin-right: -4px;
	}
}
@media (max-width: 767px) {
	.row-mlr-sm-8 {
		margin-left: -8px;
		margin-right: -8px;
	}
}
@media (max-width: 767px) {
	.mb-sm-2 {
		margin-bottom: 8px !important;
	}
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
@media (max-width: 575px) {
	.hidden-sm {
		display: none !important;
		visibility: hidden;
	}
}
@media (max-width: 575px) {
	.hidden-md {
		display: none !important;
		visibility: hidden;
	}
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
.bg-primary {
	background-color: #D1335B !important;
}
.bg-secondary {
	background-color: #3f4b62 !important;
}
.bg-light-gray {
	background-color: #e1e1e1 !important;
}
.bg-white-gray {
	background-color: #f8f9fa !important;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-black {
	background-color: #1d1d1d !important;
}
.bg-triangle-primary {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-primary:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #D1335B;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(50%);
	transform: skewY(-3deg) translateY(50%);
}
.bg-triangle-inverse-primary {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-inverse-primary:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #D1335B;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(50%);
	transform: skewY(3deg) translateY(50%);
}
.bg-triangle-top-primary {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-top-primary:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #D1335B;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(-50%);
	transform: skewY(-3deg) translateY(-50%);
}
.bg-triangle-inverse-top-primary {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-inverse-top-primary:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #D1335B;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(-50%);
	transform: skewY(3deg) translateY(-50%);
}
.bg-triangle-secondary {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-secondary:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #3f4b62;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(50%);
	transform: skewY(-3deg) translateY(50%);
}
.bg-triangle-inverse-secondary {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-inverse-secondary:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #3f4b62;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(50%);
	transform: skewY(3deg) translateY(50%);
}
.bg-triangle-top-secondary {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-top-secondary:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #3f4b62;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(-50%);
	transform: skewY(-3deg) translateY(-50%);
}
.bg-triangle-inverse-top-secondary {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-inverse-top-secondary:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #3f4b62;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(-50%);
	transform: skewY(3deg) translateY(-50%);
}
.bg-triangle-light-gray {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-light-gray:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #e1e1e1;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(50%);
	transform: skewY(-3deg) translateY(50%);
}
.bg-triangle-inverse-light-gray {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-inverse-light-gray:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #e1e1e1;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(50%);
	transform: skewY(3deg) translateY(50%);
}
.bg-triangle-top-light-gray {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-top-light-gray:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #e1e1e1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(-50%);
	transform: skewY(-3deg) translateY(-50%);
}
.bg-triangle-inverse-top-light-gray {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-inverse-top-light-gray:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #e1e1e1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(-50%);
	transform: skewY(3deg) translateY(-50%);
}
.bg-triangle-white-gray {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-white-gray:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #f8f9fa;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(50%);
	transform: skewY(-3deg) translateY(50%);
}
.bg-triangle-inverse-white-gray {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-inverse-white-gray:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #f8f9fa;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(50%);
	transform: skewY(3deg) translateY(50%);
}
.bg-triangle-top-white-gray {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-top-white-gray:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #f8f9fa;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(-50%);
	transform: skewY(-3deg) translateY(-50%);
}
.bg-triangle-inverse-top-white-gray {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-inverse-top-white-gray:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #f8f9fa;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(-50%);
	transform: skewY(3deg) translateY(-50%);
}
.bg-triangle-white {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-white:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(50%);
	transform: skewY(-3deg) translateY(50%);
}
.bg-triangle-inverse-white {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-inverse-white:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(50%);
	transform: skewY(3deg) translateY(50%);
}
.bg-triangle-top-white {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-top-white:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(-50%);
	transform: skewY(-3deg) translateY(-50%);
}
.bg-triangle-inverse-top-white {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-inverse-top-white:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(-50%);
	transform: skewY(3deg) translateY(-50%);
}
.bg-triangle-black {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-black:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #1d1d1d;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(50%);
	transform: skewY(-3deg) translateY(50%);
}
.bg-triangle-inverse-black {
	position: relative;
	padding-bottom: 100px;
}
.bg-triangle-inverse-black:after {
	content: "";
	height: 120px;
	width: 100%;
	background: #1d1d1d;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(50%);
	transform: skewY(3deg) translateY(50%);
}
.bg-triangle-top-black {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-top-black:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #1d1d1d;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(-3deg) translateY(-50%);
	transform: skewY(-3deg) translateY(-50%);
}
.bg-triangle-inverse-top-black {
	position: relative;
	padding-top: 100px;
}
.bg-triangle-inverse-top-black:before {
	content: "";
	height: 120px;
	width: 100%;
	background: #1d1d1d;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewY(3deg) translateY(-50%);
	transform: skewY(3deg) translateY(-50%);
}
.mask-primary:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(209, 51, 91, 0.5);
}
.mask-secondary:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(63, 75, 98, 0.5);
}
.mask-light-gray:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
}
.mask-white-gray:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(248, 249, 250, 0.5);
}
.mask-white:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}
.mask-black:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.bg-gradient-primary {
	background-image: -webkit-gradient(linear, left top, right top, from(#D1335B), to(#ff635d));
	background-image: linear-gradient(to right, #D1335B, #ff635d);
}
.bg-gradient-secondary {
	background-image: -webkit-gradient(linear, left top, right top, from(#3f4b62), to(#935f86));
	background-image: linear-gradient(to right, #3f4b62, #935f86);
}
.bg-gradient-purple {
	background-image: -webkit-gradient(linear, left top, right top, from(#037FD5), to(#8A3ED5));
	background-image: linear-gradient(to right, #037FD5, #8A3ED5);
}
.bg-gradient-aqua {
	background-image: -webkit-gradient(linear, left top, right top, from(#037FD5), to(#2ED662));
	background-image: linear-gradient(to right, #037FD5, #2ED662);
}
.bg-gradient-blue {
	background-image: -webkit-gradient(linear, left top, right top, from(#037FD5), to(#8A3ED5));
	background-image: linear-gradient(to right, #037FD5, #8A3ED5);
}
.bg-gradient-bluered {
	background-image: -webkit-gradient(linear, left top, right top, from(#037FD5), to(#dc3545));
	background-image: linear-gradient(to right, #037FD5, #dc3545);
}
.bg-gradient-green {
	background-image: -webkit-gradient(linear, left top, right top, from(#2ED662), to(#FFDA2E));
	background-image: linear-gradient(to right, #2ED662, #FFDA2E);
}
.bg-gradient-orange {
	background-image: -webkit-gradient(linear, left top, right top, from(#FF9947), to(#FFDA2E));
	background-image: linear-gradient(to right, #FF9947, #FFDA2E);
}
.bg-gradient-red {
	background-image: -webkit-gradient(linear, left top, right top, from(#dc3545), to(#FF9947));
	background-image: linear-gradient(to right, #dc3545, #FF9947);
}
.t-nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-nowrap {
	white-space: nowrap;
}
/* 6.2 Helper classes */

.display-1 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1;
}
@media (min-width: 768px) {
	.display-1 {
		font-size: 6rem;
	}
}
.display-2 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1;
}
@media (min-width: 768px) {
	.display-2 {
		font-size: 5.5rem;
	}
}
.display-3 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.1;
	font-weight: bold;
}
@media (min-width: 768px) {
	.display-3 {
		font-size: 4.5rem;
	}
}
.display-4 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.1;
	font-weight: bold;
}
@media (min-width: 768px) {
	.display-4 {
		font-size: 3.5rem;
	}
}
.display-5 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.1;
}
@media (min-width: 768px) {
	.display-5 {
		font-size: 3rem;
	}
}
.display-title {
	margin-bottom: 1rem;
}
@media (max-width: 575px) {
	.text-right-sm {
		text-align: right !important;
	}
}
@media (max-width: 575px) {
	.text-left-sm {
		text-align: left !important;
	}
}
@media (max-width: 575px) {
	.text-center-sm {
		text-align: center !important;
	}
}
.strong,
strong {
	font-weight: bold;
}
.condensed {
	font-family: "Bebas Neue", sans-serif;
}
h1,
h2,
h3,
h4 {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* 6.3 Responsiveness */

.text-black {
	color: #1d1d1d !important;
}
.text-primary {
	color: #D1335B !important;
}
.text-secondary {
	color: #3f4b62 !important;
}
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #1d1d1d !important;
}
/* EQUALIZER */

.equalizer {
	width: 46px;
	height: 46px;
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: rotate(90deg);
}
.equalizer span {
	background: #fff;
	width: 2px;
	height: 2px;
	top: 50%;
	bottom: 0;
	left: 0%;
	transform: translateY(-50%);
	position: absolute;
	transition: height 0.2s linear;
}
.equalizer span:nth-child(1) {
	margin-left: 4px;
}
.equalizer span:nth-child(2) {
	margin-left: 8px;
}
.equalizer span:nth-child(4) {
	margin-left: 12px;
}
.equalizer span:nth-child(5) {
	margin-left: 16px;
}
.equalizer span:nth-child(6) {
	margin-left: 20px;
}
.equalizer.paused span {
	height: 3px !important;
}
/* SOUNDBAR */

.soundbar {
	width: 0px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	position: relative;
	margin-left: 5px;
	z-index: 2;
	transform: translateX(-150%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-delay: 1s;
}
.soundbar .sound {
	width: 158px;
	float: left;
	text-align: center;
	transform: rotate(-90deg);
	margin-left: -52px;
}
.soundbar .sound .sound-title {
	float: left;
	line-height: 46px;
	color: #fff;
	font-family: "Libre Baskerville", serif;
}
.soundbar .sound .sound-text {
	height: 46px;
	line-height: 46px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-family: "Libre Baskerville", serif;
}
.soundbar .sound .sound-text.move-up b {
	transform: translateY(-50%);
}
.soundbar .sound .sound-text b {
	width: 100%;
	display: block;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	font-weight: 400;
}
.soundbar .sound .equalizer {
	float: left;
	margin: 0 10px;
}
.soundbar .sound .equalizer * {
	transition-delay: 0s;
}
.soundbar .sound .equalizer .holder {
	width: 23px;
	height: 20px;
	float: left;
	margin-left: 10px;
	position: relative;
}
/* SLIDER */

.header {
	width: 100%;
	height: 100vh;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
}
/*.header:before {
  content: "";
  width: 60%;
  height: 20px;
  background: #f03a37;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.header:after {
  content: "";
  width: 60%;
  height: 70px;
  background: #f03a37;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
}*/

.header h5 {
	font-size: 36px;
	color: #fff;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 0;
	position: relative;
}
.header h5:before {
	content: "";
	width: 30px;
	height: 3px;
	background: #fff;
	float: left;
	margin-top: 19px;
	margin-right: 6px;
	margin-left: -18px;
}
.header h5 span {
	position: relative;
}
.header h5 span:after {
	content: "";
	width: 100%;
	height: 7px;
	background: #00bbcc;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: -1;
}
.header h2 {
	font-size: 8vw;
	color: #fff;
	font-weight: 800;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.header .btn-ghost {
	width: 180px;
	height: 54px;
	line-height: 52px;
	display: inline-block;
	border-radius: 54px;
	border-bottom: 4px solid rgba(0, 0, 0, 0.2);
	background: url(../img/btn-bg.jpg);
	background-size: cover;
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	text-align: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.header .btn-ghost * {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.header .btn-ghost span {
	position: relative;
	display: inline-block;
}
.header .btn-ghost span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}
.header .btn-ghost span:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.header .btn-ghost:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header .btn-ghost:hover {
	text-decoration: none;
}
.header .btn-play {
	color: #fff;
	position: relative;
	z-index: 2;
}
.header .btn-play img {
	height: 50px;
}
.header .video-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.header .video-bg video {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header .video-bg .container {
	position: relative;
	z-index: 2;
}
.header .swiper-carousel {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.header .swiper-carousel * {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.header .swiper-carousel .swiper-button-prev {
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	cursor: url("../img/arrow-left.png"), auto;
}
.header .swiper-carousel .swiper-button-next {
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	cursor: url("../img/arrow-right.png"), auto;
}
.header .swiper-carousel .swiper-slide {
	height: 100%;
	display: flex;
	background: #eee;
	align-items: center;
	justify-content: center;
	transition: all 200ms linear;
	background-size: cover;
}
.header .swiper-carousel .swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #313434;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.header .swiper-carousel .swiper-slide .inner {
	opacity: 0;
	padding: 0 5vw;
	position: relative;
	z-index: 2;
	transform: translateY(50px);
}
.header .swiper-carousel .swiper-slide .inner h2 {
	font-size: 6vw;
}
.header .swiper-carousel .swiper-slide-active {
	margin: 0;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	z-index: 2;
}
.header .swiper-carousel .swiper-slide-active:after {
	content: "";
	opacity: 0;
}
.header .swiper-carousel .swiper-slide-active .inner {
	opacity: 1;
	transform: translateY(0);
}
.header .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.header .swiper-container .swiper-slide {
	overflow: hidden;
}
.header .swiper-container .swiper-button-next {
	width: auto;
	height: auto;
	background: none;
	right: 15px;
	font-weight: 800;
	color: #fff;
	transform: rotate(90deg);
	margin-top: 20px;
	overflow: hidden;
}
.header .swiper-container .swiper-button-next * {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.header .swiper-container .swiper-button-next span {
	position: relative;
	display: inline-block;
}
.header .swiper-container .swiper-button-next span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}
.header .swiper-container .swiper-button-next span:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.header .swiper-container .swiper-button-next:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header .swiper-container .swiper-button-prev {
	width: auto;
	height: auto;
	background: none;
	left: auto;
	right: 15px;
	font-weight: 800;
	color: #fff;
	transform: rotate(90deg);
	margin-top: -40px;
	overflow: hidden;
}
.header .swiper-container .swiper-button-prev * {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.header .swiper-container .swiper-button-prev span {
	position: relative;
	display: inline-block;
}
.header .swiper-container .swiper-button-prev span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}
.header .swiper-container .swiper-button-prev span:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.header .swiper-container .swiper-button-prev:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header .swiper-container .swiper-pagination-fraction {
	width: 100px;
	position: absolute;
	left: auto;
	right: 110px;
	bottom: 25px;
	color: #fff;
	text-align: right;
	display: none;
}
.header .swiper-container .swiper-pagination-fraction .swiper-pagination-current {
	font-size: 50px;
	font-weight: 800;
}
.header .swiper-container .swiper-pagination-fraction .swiper-pagination-current:before {
	content: "0";
}
.header .swiper-container .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 15px;
	font-weight: 600;
	opacity: 0.7;
}
.header .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*z-index: 1;*/
	z-index: 0;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	padding: 0 150px;
}
.header .slide-inner:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: url(../img/hero-lines-bg.png) center;*/
	opacity: 0.2;
}
.main-bg {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 100vh;
	background: #fff;
	position: relative;
}
.fw-200 {
	font-weight: 200;
}
.intro-absolute {
	left: 45px;
	position: absolute;
	top: 320px;
}
/*.media:hover.module-5-bg
{
    background-image: url(../img/modules/module-5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.media:hover.module-5-bg:before
{
    content:""
}*/

.banner2 .intro-absolute {
	left: 20px;
	position: absolute;
	top: 370px;
}
.banner3 .intro-absolute {
	left: 20px;
	position: absolute;
	top: 375px;
}
.page_slider h5 {
	font-size: 24px;
	letter-spacing: 0.4em;
	line-height: 30px;
}
.intro_featured_word {
	/*-webkit-clip-path: polygon(10% 0, 100% 0, 100% 53%, 75% 100%, 0 100%, 0 21%);
    clip-path: polygon(0% 0, 100% 0, 100% 37%, 75% 100%, 0 100%, 0 21%);*/
	font-size: 85px;
	font-weight: 900;
	letter-spacing: -3px;
	line-height: 80px;
	text-transform: uppercase;
}
.intro_featured_word2 {
	font-size: 71px;
	line-height: 75px;
}
.intro_after_featured_word {
	margin-left: 7px;
	margin-top: 26px;
}
.page_slider p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.32em;
}
p:last-child:after {
	clear: both;
	content: "";
	display: block;
}
.page_slider .intro_layers {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 0;
}
.about-bg-color::after {
	content: "";
	background: -webkit-gradient(linear, right top, left top, from(#D1335B), to(#a857cd));
	background: linear-gradient(to left, #D1335B, #a857cd);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.7;
}
.modules-bg-color::after {
	content: "";
	background: -webkit-gradient(linear, right top, left top, from(#1aa9ae), to(#1e3bad));
	background: linear-gradient(to left, #1aa9ae, #1e3bad);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
}
.key-features-bg-color::after {
	content: "";
	background: -webkit-gradient(linear, right top, left top, from(#de8146), to(#b03e48));
	/*background: linear-gradient(to left, #de8146, #b03e48);*/
	background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
}
.contact-bg-color::after {
	content: "";
	/*background: -webkit-gradient(linear, right top, left top, from(#de8146), to(#b03e48));*/
	/*background: linear-gradient(to left, #c3c31d, #f88e2a);*/
	background: -moz-linear-gradient(45deg, #f88e2a, #c3c31d);
	background: -webkit-linear-gradient(45deg, #f88e2a, #c3c31d);
	background: linear-gradient(45deg, #f88e2a, #c3c31d);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.9;
}
.gallery-bg-color::after {
	content: "";
	/*background: -webkit-gradient(linear, right top, left top, from(#de8146), to(#b03e48));*/
	/*background: linear-gradient(to left, #c3c31d, #f88e2a);*/
	background: -moz-linear-gradient(45deg, #d94b78, #fcdc88);
	background: -webkit-linear-gradient(45deg, #d94b78, #fcdc88);
	background: linear-gradient(45deg, #d94b78, #fcdc88);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.9;
}
.kf-mobile-v {
	display: none;
}
@media (min-width: 1600px) {
	.container {
		max-width: 1550px;
	}
}
@media (min-width: 1201px) and (max-width: 1366px) {
	.intro_featured_word {
		font-size: 65px;
		line-height: 65px;
	}
	.intro_featured_word2 {
		font-size: 53px;
		line-height: 60px;
	}
	.intro-absolute {
		left: 35px;
		top: 245px;
		font-size: 18px;
	}
	.banner2-right .owl-header {
		width: 230px !important;
	}
	.banner2 .intro-absolute {
		left: 20px !important;
		top: 260px !important;
	}
	.banner3 .intro-absolute {
		left: 20px !important;
		top: 310px !important;
	}
	.display-4 {
		font-size: 2.5rem !important;
	}
	.media {
		height: 260px !important;
	}
}
.single-module {
    color: #fff;
        width: 120px;
    text-align: center;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 38%;
    top: -60px;
    /*background: #ffffff40;*/
    margin: 0px !important;
    z-index: 2;
}
.single-module:before, .single-module:after {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    border: 2px solid #ffffffa6;
    z-index: 1;
    border-radius: 100%;
    transform: rotate3d(0,1,0,21deg);
    -webkit-transform: rotate3d(0,1,0,21deg);
    -moz-transform: rotate3d(0,1,0,21deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.single-module:after {
    transform: rotate3d(1,0,0,21deg);
    -webkit-transform: rotate3d(1,0,0,21eg);
    -moz-transform: rotate3d(1,0,0,21deg);
}
.modules .media:hover .single-module:before {
    -webkit-animation: crFlipX 3s ease-out infinite;
    animation: crFlipX 3s ease-out infinite;
}
.modules .media:hover .single-module:after {
    -webkit-animation: crFlipY 3s ease-out infinite;
    animation: crFlipY 3s ease-out infinite;
}
.single-module2 {
           width: 200px;
    height: 200px;
    padding: 0px 0px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    /* margin: 0px !important; */
    display: table-cell;
    vertical-align: middle;
        text-decoration: none !important;
}
.single-module2:before, .single-module2:after {
   content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    border: 2px solid #7d8486;
    z-index: 1;
    border-radius: 100%;
    transform: rotate3d(0,1,0,21deg);
    -webkit-transform: rotate3d(0,1,0,21deg);
    -moz-transform: rotate3d(0,1,0,21deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.single-module2:after {
    transform: rotate3d(1,0,0,21deg);
    -webkit-transform: rotate3d(1,0,0,21eg);
    -moz-transform: rotate3d(1,0,0,21deg);
}
.main-modules .item:hover .single-module2:before {
    -webkit-animation: crFlipX 3s ease-out infinite;
    animation: crFlipX 3s ease-out infinite;
}
.main-modules .item:hover .single-module2:after {
    -webkit-animation: crFlipY 3s ease-out infinite;
    animation: crFlipY 3s ease-out infinite;
}
.module-text > h4 {
        color: #6f777a;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
        width: 100%;
     padding: 0px 0px;
            height: 40px;
}

.module-icon i
{
        color: #7d8486;
    font-size: 4rem;
    display: block;
    width: 100%;
    height: 100%;
        line-height: 64px;
    /* margin: 0px !important; */
        text-decoration: none;
    opacity: 0.9;
    text-align: center;
    background: #246bad;
    background: -moz-linear-gradient(top, #20434e 0%, #757575 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #246bad), color-stop(100%, #757575));
    background: -webkit-linear-gradient(top, #20434e 0%, #757575 100%);
    background: -o-linear-gradient(top, #20434e 0%, #757575 100%);
    background: -ms-linear-gradient(top, #20434e 0%, #757575 100%);
    background: linear-gradient(to bottom, #20434e 0%, #757575 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246bad', endColorstr='#ee2924',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.module-icon img
{
    width: 64px !important;
    height: 64px;
    margin: 0px auto 5px;
    opacity: 0.9;
    text-align: center;
}
.module-text {
    text-decoration: none !important;
       /*padding: 70px 0px 55px;*/
}
.main-modules .item {
    padding: 60px 0px;
        /*width: 220px !important;
    margin: 0px 20px 0px 0px !important;*/
    /*width:240px !important;
    float:left;*/
}
.main-modules .owl-carousel .owl-item {
     /*width: 240px !important;*/
    /*margin-right: 20px !important;*/
}
.main-modules {
    width: 100%;
    float: left;
    /*padding:0px 50px 0px 0px;*/
}
.fa-chevron-left, .fa-chevron-right {
        padding: 6px 10px;
    margin-right: 4px;
    background: #fff;
    box-shadow: 0px 0px 2px #cacaca;
    color: #687376;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.fa-chevron-left:hover, .fa-chevron-right:hover, .fa-chevron-left:focus, .fa-chevron-right:focus  {
    background:#00b0e6;
    color:#fff;
}
.main-modules .owl-nav {
    position: absolute;
    top: -15px;
}
.main-modules .owl-carousel {
    margin-top: 0px;
    padding-top: 15px;
}
.frame-show-box
{
}
.module-mobile-box
{
    width:180px;
}
.module-laptop-box
{
    width: 100%;
    position: relative;
}
.module-laptop-box .owl-dots {
    padding-top: 30px;
}
.module-laptop-box .mac-wrapper {
        width: 490px;
    height: auto;
    position: absolute;
    top: -20px;
    left: -72px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}
.module-laptop-box .mac-wrapper img {
    width: 100%;
}
.owl-dots {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.owl-dots .owl-dot span {
    background-color: #c0c0c0;
    display: inline-block;
    height: 2px;
    margin: 5px 7px;
    opacity: 1;
    width: 22px;
}
.owl-dots .owl-dot.active span {
    background-color: #000000;
}
.main-modules .owl-dots {
    display: none;
}
.zoomify {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.zoomify.zoomed {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 99999999;
}

.zoomify-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9999999;
  background: rgba(0, 0, 0 , .3);
  opacity: 0;
}

.zoomify-shadow.zoomed {
  opacity: 1;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.navbar-topmenu.scrolled .navbar-nav.navbar-nav-actions {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
/*---------------------
    Animation Css
----------------------*/
@-webkit-keyframes crFlipX{
  0%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50%{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100%{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes crFlipY{
  0%{
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  50%{
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  100%{
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes crFlipY{
  0%{
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  50%{
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  100%{
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(360deg);
		}
		to {
				-webkit-transform: rotate(0deg);
		}
}
.hero {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
}

	.hero h1 {
		margin: 0;
		font-size: 64px;
		font-weight: 700;
		line-height: 82px;
		color: #45505b;
		text-align: center;
		z-index: 1;
		position: relative;
	}

@media (min-width: 1280px) and (max-width: 1920px) {
	.header .slide-inner {
		padding: 0 215px;
	}
    .bg-left
    {
            background-position: center left !important;
    }
    .bg-right
    {
            background-position: center right !important;
    }
    .bg-center
    {
            background-position: center center !important;
    }
}
@media (min-width: 1681px) and (max-width: 1920px) {
    .cover-content {
		    padding-left: 64px;
    padding-bottom: 100px;
    padding-right: 40px;
	}
	.d-flex, single-module {
		left: 38% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 6% !important;
		left: 53.5vw;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 53.5vw;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
	}
	.key-features .feature-left a,
	.key-features .feature-right a {
		padding: 10px 10px;
	}
	.key-features .images-slider .owl-features {
		max-width: 280px !important;
	}
	.media {
		padding: 80px 30px 10px !important;
	}
	.modules-mouse-p {
		left: 53.5vw;
	}
	.key-feature-mouse-p {
		left: 53.5vw;
	}
	.key-c-p {
		padding-top: 100px;
	}
	.video-c-p {
		padding-top: 100px;
	}
	.contact-c-p {
		padding-top: 100px;
	}
	.modules-c-p {
		padding-top: 120px;
	}
	.media {
		height: 260px !important;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.main-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 70px;
	}
	.video-play-box iframe {
		height: 620px !important;
	}
	.video-table {
		padding: 10px 153px !important;
	}
	.l-s-line:before {
		left: -160px !important;
	}
	.other-container {
		max-width: 1550px;
	}
	.banner-container {
		max-width: 1550px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 50%;
	}
	.banner-img1 {
		width: 50%;
	}
	.banner-content2 {
		width: 50%;
	}
	.banner-img2 {
		width: 30%;
	}
	.banner-content3 {
		width: 50%;
	}
	.banner-img3 {
		width: 22%;
	}
	.banner-cell {
		display: table-cell;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
}
@media (min-width: 1441px) and (max-width: 1680px) {
    .cover-content {
		    padding-left: 64px;
    padding-bottom: 100px;
    padding-right: 40px;
	}
	.d-flex, single-module {
		left: 38% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 6% !important;
		left: 53.5vw;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 53.5vw;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
	}
	.key-features .feature-left a {
		padding: 10px 10px 10px 36px;
	}
	.key-features .feature-right a {
		padding: 10px 10px;
	}
	.key-features .images-slider .owl-features {
		max-width: 280px !important;
	}
	.media {
		padding: 80px 30px 10px !important;
	}
	.modules-mouse-p {
		left: 53.5vw;
	}
	.key-feature-mouse-p {
		left: 53.5vw;
	}
	.key-c-p,
	.video-c-p {
		padding-top: 100px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.main-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 70px;
	}
	.key-features .feature-left a h5 {
		font-size: 25px;
	}
	.key-features .feature-left a p {
		font-size: 20px;
	}
	.key-features .feature-right a h5 {
		font-size: 25px;
	}
	.key-features .feature-right a p {
		font-size: 20px;
	}
	.video-play-box iframe {
		height: 620px !important;
	}
	.video-table {
		padding: 10px 33px !important;
	}
	.other-container {
		max-width: 1310px;
	}
	.banner-container {
		max-width: 1350px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 50%;
	}
	.banner-img1 {
		width: 50%;
	}
	.banner-content2 {
		width: 50%;
	}
	.banner-img2 {
		width: 30%;
	}
	.banner-content3 {
		width: 50%;
	}
	.banner-img3 {
		width: 22%;
	}
	.banner-cell {
		display: table-cell;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 79px;
	}
	.intro_featured_word2 {
		font-size: 68px;
		line-height: 75px;
	}
}
@media (min-width: 1367px) and (max-width: 1440px) {
    .cover-content {
	padding-left: 40px;
    padding-bottom: 100px;
    padding-right: 40px;
	}
	.d-flex, a.single-module {
		left: 34% !important;
	}
   
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 4.5rem;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 6% !important;
		left: 53.5vw;
		font-size: 4.5rem;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 53.5vw;
		font-size: 4.5rem;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 4.5rem;
	}
	.video-table {
		padding: 10px 35px !important;
	}
	.key-features .feature-left a {
		padding: 0px 10px;
	}
	.key-features .feature-right a {
		padding: 0px 10px;
	}
	.key-features .images-slider .owl-features {
		max-width: 230px !important;
	}
	.media {
		padding: 70px 20px 10px !important;
	}
	.modules-mouse-p {
		left: 53.5vw;
	}
	.key-feature-mouse-p {
		left: 55vw;
	}
	.key-c-p {
		padding-top: 120px;
	}
	.video-c-p {
		padding-top: 70px;
	}
	.contact-c-p {
		padding-top: 120px;
	}
    .modules-c-p {
    padding-top: 110px;
}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.main-container {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.key-features .feature-left a h5 {
		font-size: 19px;
	}
	.key-features .feature-left a p {
		font-size: 17px;
	}
	.key-features .feature-right a h5 {
		font-size: 19px;
	}
	.key-features .feature-right a p {
		font-size: 17px;
	}
	.video-play-box iframe {
		height: 500px !important;
	}
	.page-header-alpha .navbar-sidebar {
		    left: 40px !important;
    top: 41% !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 40px !important;
	}
	.theme-btn {
		left: 40px !important;
	}
	.page-footer .footer-right {
		right: 40px !important;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 90px !important;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 65px !important;
	}
	#fp-nav.right {
		right: 40px !important;
	}

	.other-container {
		max-width: 1100px;
	}
	.banner-container {
		max-width: 1120px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 50%;
	}
	.banner-img1 {
		width: 50%;
	}
	.banner-content2 {
		width: 50%;
	}
	.banner-img2 {
		width: 30%;
	}
	.banner-content3 {
		width: 50%;
	}
	.banner-img3 {
		width: 22%;
	}
	.banner-cell {
		display: table-cell;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 65px;
		line-height: 70px;
	}
	.intro_featured_word2 {
		font-size: 57px;
		line-height: 65px;
	}
}
@media (min-width: 1281px) and (max-width: 1366px) {
    .cover-content {
	    padding-left: 40px;
    padding-bottom: 100px;
    padding-right: 40px;
	}
	.d-flex, a.single-module {
		left: 32% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 4.5rem !important;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 4% !important;
		left: 55vw;
		font-size: 4.5rem;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 55vw;
		font-size: 4.5rem;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 4.5rem;
	}
	.video-table {
		padding: 10px 78px !important;
	}
	.key-features .feature-left a {
		padding: 0px 10px;
	}
	.key-features .feature-right a {
		padding: 0px 10px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.media {
		padding: 70px 20px 10px !important;
	}
	.modules-mouse-p {
		left: 53.5vw;
	}
	.key-feature-mouse-p {
		left: 55vw;
	}
	.key-c-p {
		padding-top: 80px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.modules-c-p {
		padding-top: 70px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.main-container {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.key-features .feature-left a h5 {
		font-size: 18px;
	}
	.key-features .feature-left a p {
		font-size: 16px;
	}
	.key-features .feature-right a h5 {
		font-size: 18px;
	}
	.key-features .feature-right a p {
		font-size: 16px;
		letter-spacing: -0.3px;
	}
	.video-play-box iframe {
		height: 420px !important;
	}
	.page-header-alpha .navbar-sidebar {
		left: 40px !important;
	}
    .modules-master .page-header-alpha .navbar-sidebar {
        left: 40px !important;
        top: 45%;
    }
	.page-header-alpha.menu-right .navbar-brand {
		left: 40px !important;
	}
	.theme-btn {
		left: 40px !important;
	}
	.page-footer .footer-right {
		right: 40px !important;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 90px !important;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 65px !important;
	}
	#fp-nav.right {
		right: 40px !important;
	}
	.other-container {
		max-width: 1045px;
	}
	.banner-container {
		max-width: 1050px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 40%;
	}
	.banner-img1 {
		width: 60%;
	}
	.banner-content2 {
		width: 50%;
	}
	.banner-img2 {
		width: 30%;
	}
	.banner-content3 {
		width: 50%;
	}
	.banner-img3 {
		width: 22%;
	}
	.banner-cell {
		display: table-cell;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 50px;
		line-height: 55px;
	}
	.intro_featured_word2 {
		font-size: 50px;
		line-height: 55px;
	}
	.header .slide-inner {
		padding: 0 215px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.pt-set1 {
		padding: 50px 15px 0px 0px !important;
	}
		.d-flex, a.single-module {
		left: 30% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 4.5rem !important;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 4% !important;
		left: 55vw;
		font-size: 4.5rem;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 55vw;
		font-size: 4.5rem;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 4.5rem;
	}
	.video-table {
		padding: 10px 56px !important;
	}
	.key-features .feature-left a {
		padding: 0px 10px;
	}
	.key-features .feature-right a {
		padding: 0px 10px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.media {
		padding: 70px 20px 10px !important;
	}
	.modules-mouse-p {
		left: 53.5vw;
	}
	.key-feature-mouse-p {
		left: 55vw;
	}
	.key-c-p {
		padding-top: 80px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.modules-c-p {
		padding-top: 70px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.main-container {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
	}
	.key-features .feature-left a p {
		font-size: 14px;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
	}
	.key-features .feature-right a p {
		font-size: 14px;
		letter-spacing: -0.3px;
	}
	.video-play-box iframe {
		height: 420px !important;
	}
	.page-header-alpha .navbar-sidebar {
		left: 40px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 40px !important;
	}
	.theme-btn {
		left: 40px !important;
	}
	.page-footer .footer-right {
		right: 40px !important;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 90px !important;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 65px !important;
	}
	#fp-nav.right {
		right: 40px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
	}
	.other-container {
		max-width: 945px;
	}
	.banner-container {
		max-width: 1000px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 45%;
	}
	.banner-img1 {
		width: 55%;
	}
	.banner-content2 {
		width: 50%;
	}
	.banner-img2 {
		width: 30%;
	}
	.banner-content3 {
		width: 50%;
	}
	.banner-img3 {
		width: 22%;
	}
	.banner-cell {
		display: table-cell;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 50px;
		line-height: 55px;
	}
	.intro_featured_word2 {
		font-size: 50px;
		line-height: 55px;
	}
	.header .slide-inner {
		padding: 0 215px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
	}
}
@media (min-width: 801px) and (max-width: 1024px) {
	img.brand-img121 {
		height: 90px !important;
	}

	img.brand-img122 {
		height: 70px !important;
	}

	img.brand-img123 {
		height: 70px !important;
	}

	img.brand-img124 {
		height: 37px !important;
	}
	.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
		font-size: 18px !important;
	}

	.pt-set1 {
		padding: 50px 15px 0px 0px !important;
	}
	.d-flex, a.single-module {
		left: 28% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 3.5rem !important;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 4% !important;
		left: 50vw;
		font-size: 3.5rem;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 3.5rem;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 3.5rem;
	}
	.video-table {
		padding: 10px 10px !important;
	}
	.key-features .feature-left a {
		padding: 0px 10px;
	}
	.key-features .feature-right a {
		padding: 0px 10px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.media {
		padding: 70px 20px 10px !important;
		height: 340px !important;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 80px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.modules-c-p {
		padding-top: 70px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.main-container {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
	}
	.key-features .feature-left a p {
		font-size: 14px;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
	}
	.key-features .feature-right a p {
		font-size: 14px;
		letter-spacing: -0.3px;
	}
	.video-play-box iframe {
		height: 405px !important;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 25px !important;
		top: 30px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 30px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
	}
	.display-4 {
		font-size: 2.5rem !important;
	}
	#RequestDemo .title-desc {
		padding-top: 80px;
	}
	.other-container {
		max-width: 850px;
	}
	.banner-container {
		max-width: 920px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 38%;
	}
	.banner-img1 {
		width: 62%;
	}
	.banner-content2 {
		width: 45%;
	}
	.banner-img2 {
		width: 55%;
	}
	.banner-content3 {
		width: 62%;
	}
	.banner-img3 {
		width: 38%;
	}
	.banner-cell {
		display: table-cell;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 42px;
		line-height: 50px;
	}
	.intro_featured_word2 {
		font-size: 42px;
		line-height: 50px;
	}
	.intro_before_featured_word {
		font-size: 20px;
	}
	.header .slide-inner {
		padding: 0 50px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
	}
}
@media (min-width: 769px) and (max-width: 800px) {
	.pt-set1 {
		padding: 50px 15px 0px 0px !important;
	}
	.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}
	.d-flex, a.single-module {
		left: 28% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 4% !important;
		left: 50vw;
		font-size: 2.5rem;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
	}
	.video-table {
		padding: 10px 75px 10px 10px !important;
	}
	.video-table-c1 {
		display: table-header-group !important;
	}
	.video-table-c2 {
		display: table-footer-group !important;
		width: 100% !important;
	}
	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: table;
	}
	.video-article .video-show-tab {
		width: 160px;
		display: table;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}
	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}
	.key-features .feature-left a {
		padding: 0px 10px;
	}
	.key-features .feature-right a {
		padding: 0px 10px;
	}
	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(1) {
		position: absolute;
		right: 10px;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(2) {
		padding-right: 68px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.media {
		padding: 70px 10px 10px !important;
		height: 260px !important;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 80px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.modules-c-p {
		padding-top: 110px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.key-features .feature-left a h5 {
		font-size: 20px;
		line-height: 20px;
	}
	.key-features .feature-left a p {
		font-size: 15px;
		line-height: normal;
	}
	.key-features .feature-right a h5 {
		font-size: 20px;
		line-height: 20px;
	}
	.key-features .feature-right a p {
		font-size: 15px;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	.key-features .single-feature {
		padding: 5px 0px !important;
	}
	.video-play-box iframe {
		height: 300px !important;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 25px !important;
		top: 30px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 30px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.media h4 {
		font-size: 19px !important;
	}
	.ls-19 {
		letter-spacing: 0px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
		display: none;
	}
	.display-4 {
		font-size: 2.5rem !important;
	}
	#RequestDemo .title-desc {
		padding-top: 80px;
	}
	.kf-m-tp {
		padding-top: 102px !important;
	}
	.kf-r-tm {
		margin-top: -200px !important;
	}
	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}
	.key-features .feature-left a::after {
		opacity: 0 !important;
	}
	.key-features .feature-right a::before {
		opacity: 0 !important;
	}
	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}
	.main-container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.other-container {
		max-width: 600px;
	}
	.mc2 {
		width: 100%;
		padding-left: 30px;
	}
	.oc2 {
		max-width: 710px;
	}
	.banner-container {
		max-width: 700px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 img {
		width: 85% !important;
	}
	.banner-content2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 img {
		width: 65% !important;
	}
	.banner-content3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 img {
		width: 55% !important;
	}
	.banner-cell {
		display: table-footer-group;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 42px;
		line-height: 50px;
		margin-top: 30px;
	}
	.intro_featured_word2 {
		font-size: 42px;
		line-height: 50px;
	}
	.intro_before_featured_word {
		font-size: 20px;
	}
	.header .slide-inner {
		padding: 0 50px;
		background-position: center left;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}
}
@media (min-width: 641px) and (max-width: 768px) {
	.pt-set1 {
		padding: 40px 0px 0px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: system-ui;
		margin-bottom: 30px;
	}
	.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}
		.u-text-gradient {
		margin-bottom: 65px !important;
	}

		.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
			font-size: 22px !important;
			left: 0px !important;
			margin-top: 15px !important;
			margin-bottom: 0px !important;
		}

	.map-box {
		padding-right: 15px !important
	}

	.d-flex, a.single-module {
		left: 29% !important;
	}

	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
		letter-spacing: 0;
	}

	.section.active.modules .title-bg {
		opacity: .5;
		top: 3% !important;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}

	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}

	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
	}

	.video-table {
		padding: 10px 75px 10px 10px !important;
	}

	.video-table-c1 {
		display: table-header-group !important;
	}

	.video-table-c2 {
		display: table-footer-group !important;
		width: 100% !important;
	}

	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: table;
	}

	.video-article .video-show-tab {
		width: 130px !important;
		display: table !important;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}

	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}

	#message .btn {
		margin-bottom: 20px;
	}

	.key-features .feature-left a {
		padding: 0px 0px;
	}

	.key-features .feature-right a {
		padding: 0px 0px;
	}

	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}

		.key-features .feature-right.kf-r-tm a div:nth-child(1) {
			position: absolute;
			right: 0px;
		}

		.key-features .feature-right.kf-r-tm a div:nth-child(2) {
			padding-right: 68px;
		}

	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}

	.media {
		padding: 60px 10px 10px !important;
		height: 240px !important;
		margin-top: 60px !important;
	}

	.modules-mouse-p {
		left: 50vw;
	}

	.key-feature-mouse-p {
		left: 50vw;
	}

	.key-c-p {
		padding-top: 65px;
	}

	.video-c-p {
		padding-top: 40px;
	}

	.contact-c-p {
		padding-top: 90px;
	}

	.scrolldown {
		display: none;
	}

	.modules-c-p {
		padding-top: 40px;
	}

	.page-footer .footer-right .social {
		display: flow-root;
	}

	.key-features .feature-left a h5 {
		font-size: 15px;
		line-height: 15px;
	}

	.key-features .feature-left a p {
		font-size: 12px;
		line-height: normal;
	}

	.key-features .feature-right a h5 {
		font-size: 15px;
		line-height: 15px;
	}

	.key-features .feature-right a p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.3px;
	}

	.key-features .single-feature {
		padding: 5px 0px !important;
	}

	.feature-left {
		padding-right: 0px;
	}

	.feature-right {
		padding-right: 0px;
	}

	.video-play-box iframe {
		height: 300px !important;
	}

	.page-header-alpha .navbar-mainmenu {
		display: none;
	}

	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}

	.page-header-alpha.menu-right .navbar-brand {
		left: 10px !important;
		top: 5px !important;
	}

	.theme-btn {
		left: 30px !important;
	}

	.page-footer .footer-right {
		right: 15px !important;
	}

	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}

	.page-header-alpha.menu-right .navbar-toggler {
		right: 20px !important;
	}

	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 5px;
		right: 64px;
		z-index: 999;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}

	.page-header-alpha .all-menu-wrapper {
		/*padding: 100px 32px 50px;*/
		visibility: hidden;
		opacity: 0;
	}

	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}

	#fp-nav.right {
		left: 30px !important;
	}

	.media h4 {
		font-size: 15px !important;
	}

	.media-body p {
		font-size: 13px;
	}

	.ls-19 {
		letter-spacing: 0px !important;
	}

	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}

	.l-s-line:before {
		left: -70px !important;
		display: none;
	}

	.display-4 {
		font-size: 2.5rem !important;
	}

	#RequestDemo .title-desc {
		padding-top: 80px;
	}

	.kf-m-tp {
		padding-top: 102px !important;
	}

	.kf-r-tm {
		margin-top: -205px !important;
	}

	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}

	.key-features .feature-left a::after {
		opacity: 0 !important;
	}

	.key-features .feature-right a::before {
		opacity: 0 !important;
	}

	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}

	.main-container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.other-container {
		max-width: 500px;
	}

	.mc2 {
		width: 100%;
		padding-left: 30px;
	}

	.oc2 {
		max-width: 710px;
	}

	.d-flex {
		width: 100px !important;
		height: 100px !important;
		top: -50px !important;
	}

		.d-flex:before {
			width: 100px !important;
			height: 50px !important;
		}

	.single-module {
		width: 100px !important;
		height: 100px !important;
		top: -50px;
	}

		.single-module:before, .single-module:after {
			content: "";
			width: 100px;
			height: 100px;
		}

	.media .icon {
		font-size: 3rem !important;
		line-height: 90px !important;
	}

	.media .img img {
		width: 3rem !important;
		height: 3rem !important;
		margin: 21px auto !important;
	}

	.banner-container {
		max-width: 580px;
	}

	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}

	.banner-content1 {
		width: 50%;
	}

	.banner-img1 {
		width: 50%;
	}

		.banner-img1 img {
			width: 95% !important;
		}

	.banner-content2 {
		width: 55%;
	}

	.banner-img2 {
		width: 45%;
	}

		.banner-img2 img {
			width: 90% !important;
		}

	.banner-content3 {
		width: 60%;
	}

	.banner-img3 {
		width: 40%;
	}

		.banner-img3 img {
			width: 90% !important;
		}

	.banner-cell {
		display: table-cell;
		min-height: 1px;
		padding: 0px 0px;
		position: relative;
		vertical-align: middle;
	}

	.intro_featured_word {
		font-size: 34px;
		line-height: 34px;
	}

	.intro_featured_word2 {
		font-size: 25px;
		line-height: 30px;
		letter-spacing: -1px;
	}

	.intro_before_featured_word {
		font-size: 12px;
	}

	.header .slide-inner {
		padding: 0 30px;
		background-position: center left;
	}

	.page-footer .footer-right .social {
		display: flow-root;
	}

	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}

	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}

	.section {
		padding: 0px 2rem;
	}

	.page-header-alpha {
		padding: 0;
	}

		.page-header-alpha .navbar-brand {
			position: fixed;
			left: 10px;
			top: 5px;
			z-index: 20;
		}

			.page-header-alpha .navbar-brand .logo img {
				height: 50px;
				position: relative;
				left: 0px;
			}

	.theme-btn {
		left: 10px !important;
		bottom: 10px !important;
	}
}
@media (min-width: 601px) and (max-width: 640px) {
	.pt-set1 {
		padding: 40px 0px 0px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: system-ui;
		margin-bottom: 30px;
	}
	.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}
	.u-text-gradient {
		margin-bottom: 65px !important;
	}
		.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
			font-size: 22px !important;
			left: 0px !important;
			margin-top: 15px !important;
			margin-bottom: 0px !important;
		}

	.map-box {
		padding-right: 15px !important
	}
	.d-flex, a.single-module {
		left: 29% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
		letter-spacing: 0;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 3% !important;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.video-table {
		padding: 10px 75px 10px 10px !important;
	}
	.video-table-c1 {
		display: table-header-group !important;
	}
	.video-table-c2 {
		display: table-footer-group !important;
		width: 100% !important;
	}
	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: table;
	}
	.video-article .video-show-tab {
		width: 130px !important;
		display: table !important;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}
	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}
	#message .btn {
		margin-bottom: 20px;
	}
	.key-features .feature-left a {
		padding: 0px 0px;
	}
	.key-features .feature-right a {
		padding: 0px 0px;
	}
	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(2) {
		padding-right: 68px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.media {
		padding: 60px 10px 10px !important;
		height: 240px !important;
		margin-top: 60px !important;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 65px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.scrolldown {
		display: none;
	}
	.modules-c-p {
		padding-top: 40px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-left a p {
		font-size: 12px;
		line-height: normal;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-right a p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	.key-features .single-feature {
		padding: 5px 0px !important;
	}
	.feature-left {
		padding-right: 0px;
	}
	.feature-right {
		padding-right: 0px;
	}
	.video-play-box iframe {
		height: 300px !important;
	}
	.page-header-alpha .navbar-mainmenu {
		display: none;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 10px !important;
		top: 5px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 15px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 20px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 5px;
		right: 64px;
		z-index: 999;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.page-header-alpha .all-menu-wrapper {
		padding: 100px 32px 50px;
		visibility: hidden;
		opacity: 0;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.media h4 {
		font-size: 15px !important;
	}
	.media-body p {
		font-size: 13px;
	}
	.ls-19 {
		letter-spacing: 0px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
		display: none;
	}
	.display-4 {
		font-size: 2.5rem !important;
	}
	#RequestDemo .title-desc {
		padding-top: 80px;
	}
	.kf-m-tp {
		padding-top: 102px !important;
	}
	.kf-r-tm {
		margin-top: -205px !important;
	}
	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}
	.key-features .feature-left a::after {
		opacity: 0 !important;
	}
	.key-features .feature-right a::before {
		opacity: 0 !important;
	}
	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}
	.main-container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.other-container {
		max-width: 500px;
	}
	.mc2 {
		width: 100%;
		padding-left: 30px;
	}
	.oc2 {
		max-width: 710px;
	}
	.d-flex {
		width: 100px !important;
		height: 100px !important;
		top: -50px !important;
		
	}
	.d-flex:before {
		width: 100px !important;
		height: 50px !important;
		
	}
    .single-module {
    width: 100px !important;
    height: 100px !important;
    top: -50px;
    }
    .single-module:before, .single-module:after {
        content: "";
        width: 100px;
        height: 100px;
    }
	.media .icon {
		font-size: 3rem !important;
		line-height: 90px !important;
	}
	.media .img img {
		width: 3rem !important;
		height: 3rem !important;
		margin: 21px auto !important;
	}
	.banner-container {
		max-width: 580px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 50%;
	}
	.banner-img1 {
		width: 50%;
	}
	.banner-img1 img {
		width: 95% !important;
	}
	.banner-content2 {
		width: 55%;
	}
	.banner-img2 {
		width: 45%;
	}
	.banner-img2 img {
		width: 90% !important;
	}
	.banner-content3 {
		width: 60%;
	}
	.banner-img3 {
		width: 40%;
	}
	.banner-img3 img {
		width: 90% !important;
	}
	.banner-cell {
		display: table-cell;
		min-height: 1px;
		padding: 0px 0px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 34px;
		line-height: 34px;
	}
	.intro_featured_word2 {
		font-size: 25px;
		line-height: 30px;
		letter-spacing: -1px;
	}
	.intro_before_featured_word {
		font-size: 12px;
	}
	.header .slide-inner {
		padding: 0 30px;
		background-position: center left;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}
	.section {
		padding: 0px 2rem;
	}
	.page-header-alpha {
		padding: 0;
	}
	.page-header-alpha .navbar-brand {
		position: fixed;
		left: 10px;
		top: 5px;
		z-index: 20;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.theme-btn {
		left: 10px !important;
		bottom: 10px !important;
	}
}
@media (min-width: 481px) and (max-width: 600px) {
	.pt-set1 {
		padding: 35px 0px 0px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: system-ui;
		margin-bottom: 20px;
		font-size: 14px;
		text-align: justify;
	}

	.right2-box {
		height: 200px !important;
		width: 200px !important;
		margin: -30px 70px 0 0 !important;
	}

	img.round-center-img {
		top: 28% !important;
		left: 26% !important;
		height: 40px !important
	}

	.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}

	.u-text-gradient {
		margin-bottom: 65px !important;
	}

		.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
			font-size: 22px !important;
			left: 0px !important;
			margin-top: 15px !important;
			margin-bottom: 0px !important;
		}

	.product {
		font-size: 23px !important;
		line-height: 26px !important;
	}

	.map-box {
		padding-right: 15px !important
	}

	.MS-controls {
		display: none !important;
	}

	span.ft-hd {
		font-size: 26px !important;
	}

	.address {
		line-height: 28px !important;
		font-size: 13px !important;
		letter-spacing: 0px !important;
	}

	.follow-us {
		font-size: 20px !important;
		margin-top: 15px !important;
	}

	.address i {
		margin-right: 0px !important;
	}

	.brands .u-text-gradient {
		display: initial !important;
		position: relative !important;
		top: 0px !important;
	}

	.footer-copyright {
		height: 76px !important;
	}

	ul.lst-ul li {
		padding: 5px 1px !important;
		font-size: 13px !important;
		margin-left: 3px !important;
	}

	.ft-div {
	}

	.footer-copyright h6 {
		font-size: 11px !important;
		text-align: center !important;
		margin-bottom: 0px !important;
		border-top: 1px solid !important;
	}

	.frames-res {
		height: 300px;
	}

	.map-box {
		margin-bottom: 20px;
		/* padding-bottom: 92px; */
	}
	.MS-controls {
		display: none !important;
	}
	.d-flex, a.single-module {
		left: 29% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
		letter-spacing: 0;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 3% !important;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.gallery .title-bg,
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.video-table {
		padding: 10px 10px 10px 10px !important;
	}
	.video-table-c1 {
		display: table-header-group !important;
	}
	.video-table-c2 {
		display: table-footer-group !important;
		width: 100% !important;
	}
	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: table;
	}
	.video-article .video-show-tab {
		width: 130px !important;
		display: table !important;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}
	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}
	#message .btn {
		margin-bottom: 20px;
	}
	.key-features .feature-left a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(2) {
		padding-right: 68px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.media {
		padding: 60px 10px 10px !important;
		height: 240px !important;
		margin-top: 60px !important;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 65px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.scrolldown {
		display: none;
	}
	.modules-c-p {
		padding-top: 40px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-left a p {
		font-size: 12px;
		line-height: normal;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-right a p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	.key-features .single-feature {
		padding: 5px 0px !important;
	}
	.feature-left {
		padding-right: 0px;
	}
	.feature-right {
		padding-right: 0px;
	}
	.video-play-box iframe {
		height: 300px !important;
	}
	.page-header-alpha .navbar-mainmenu {
		display: none;
	}
	.page-header-alpha .all-menu-wrapper {
		height: 100%;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 10px !important;
		top: 5px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 15px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 20px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 5px;
		right: 64px;
		z-index: 999;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.page-header-alpha .all-menu-wrapper {
		padding: 100px 32px 50px;
		visibility: hidden;
		opacity: 0;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.media h4 {
		font-size: 15px !important;
	}
	.media-body p {
		font-size: 13px;
	}
	.ls-19 {
		letter-spacing: 0px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
		display: none;
	}
	.display-4 {
		font-size: 2.5rem !important;
	}
	.media .icon {
		font-size: 3rem !important;
		line-height: 90px !important;
	}
	.media .img img {
		width: 3rem !important;
		height: 3rem !important;
		margin: 21px auto !important;
	}
	#RequestDemo .title-desc {
		padding-top: 80px;
	}
	.kf-m-tp {
		padding-top: 102px !important;
	}
	.kf-r-tm {
		margin-top: -205px !important;
	}
	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}
	.key-features .feature-left a::after {
		opacity: 0 !important;
	}
	.key-features .feature-right a::before {
		opacity: 0 !important;
	}
	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}
	.main-container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.other-container {
		max-width: 500px;
	}
	.mc2 {
		width: 100%;
		padding: 0px 0px 0px 30px;
	}
	.oc2 {
		max-width: 710px;
	}
	.d-flex {
		width: 100px !important;
		height: 100px !important;
		top: -50px !important;
		
	}
	.d-flex:before {
		width: 100px !important;
		height: 50px !important;
		
	}
     .single-module {
    width: 100px !important;
    height: 100px !important;
    top: -50px;
    }
    .single-module:before, .single-module:after {
        content: "";
        width: 100px;
        height: 100px;
    }
	.title-desc .anim-wrapper p {
		padding: 0px 30px;
	}
	.title-desc .anim-wrapper h2 {
		padding: 0px 30px;
	}
	.banner-container {
		max-width: 540px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 img {
		width: 85% !important;
	}
	.banner-content2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 img {
		width: 65% !important;
	}
	.banner-content3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 img {
		width: 65% !important;
	}
	.banner-cell {
		display: table-footer-group;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 48px;
		line-height: 55px;
		margin-top: 30px;
	}
	.intro_featured_word2 {
		font-size: 36px;
		line-height: 46px;
		letter-spacing: -1px;
	}
	.intro_before_featured_word {
		font-size: 24px;
	}
	.header .slide-inner {
		padding: 0 30px;
		background-position: center left;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}
	.section {
		padding: 0px 0rem;
	}
	.page-header-alpha {
		padding: 0;
	}
	.page-header-alpha .navbar-brand {
		position: fixed;
		left: 10px;
		top: 5px;
		z-index: 20;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.theme-btn {
		left: 15px !important;
		bottom: 15px !important;
	}
}
@media (min-width: 413px) and (max-width: 480px) {
	.pt-set1 {
		padding: 80px 0px 0px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: system-ui;
		margin-bottom: 20px;
		font-size: 14px;
		text-align: justify;
		line-height: normal !important;
	}
	.no-p-l {
		padding-left: 15px ;
	}
	.right2-box {
		height: 200px !important;
		width: 200px !important;
		margin: -30px 70px 0 0 !important;
	}

	img.round-center-img {
		top: 28% !important;
		left: 26% !important;
		height: 40px !important
	}

	.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}

	.u-text-gradient {
		margin-bottom: 65px !important;
	}

		.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
			font-size: 22px !important;
			left: 0px !important;
			margin-top: 15px !important;
			margin-bottom: 0px !important;
		}

	.product {
		font-size: 23px !important;
		line-height: 26px !important;
	}

	.map-box {
		padding-right: 15px !important
	}

	.MS-controls {
		display: none !important;
	}

	span.ft-hd {
		font-size: 26px !important;
	}

	.address {
		line-height: 28px !important;
		font-size: 13px !important;
		letter-spacing: 0px !important;
	}

	.follow-us {
		font-size: 20px !important;
		margin-top: 15px !important;
	}

	.address i {
		margin-right: 0px !important;
	}

	.brands .u-text-gradient {
		display: initial !important;
		position: relative !important;
		top: 0px !important;
	}

	.footer-copyright {
		height: 76px !important;
	}

	ul.lst-ul li {
		padding: 5px 1px !important;
		font-size: 13px !important;
		margin-left: 3px !important;
	}

	.ft-div {
	}

	.footer-copyright h6 {
		font-size: 11px !important;
		text-align: center !important;
		margin-bottom: 0px !important;
		border-top: 1px solid !important;
	}

	.frames-res {
		height: 300px;
	}

	.map-box {
		margin-bottom: 20px;
		/* padding-bottom: 92px; */
	}
	.MS-controls {
		display: none !important;
	}
	.d-flex, a.single-module {
		left: 35% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
		letter-spacing: 0;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 2% !important;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 9%;
	}
	.section.active.gallery .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 12%;
	}
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 6%;
	}
	.video-table {
		padding: 10px 10px 10px 10px !important;
		display: block !important;
	}
	.video-table-c1 {
		display: block !important;
	}
	.video-table-c2 {
		display: block !important;
		width: 100% !important;
		float: left;
	}
	.available-on {
		margin: 0.5rem 0rem !important;
	}
	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: block !important;
	}
	.video-article .video-show-tab {
		width: 130px !important;
		display: block !important;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}
	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}
	#message .btn {
		margin-bottom: 20px;
	}
	.key-features .feature-left a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(2) {
		padding-right: 68px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.media {
		padding: 60px 10px 10px !important;
		height: auto !important;
		margin-top: 60px !important;
	}
	.media .media-body p {
		margin-bottom: 5px;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 90px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.scrolldown {
		display: none;
	}
	.modules-c-p {
		padding-top: 80px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-left a p {
		font-size: 12px;
		line-height: normal;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-right a p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	.key-features .single-feature {
		padding: 5px 0px !important;
	}
	.feature-left {} .feature-right {} .video-play-box iframe {
		height: 228px !important;
	}
	.page-header-alpha .navbar-mainmenu {
		display: none;
	}
	.page-header-alpha .all-menu-wrapper {
		height: 100%;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 10px !important;
		top: 5px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 15px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 20px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 5px;
		right: 64px;
		z-index: 999;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.page-header-alpha .all-menu-wrapper {
		padding: 100px 32px 50px;
		visibility: hidden;
		opacity: 0;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.media h4 {
		font-size: 19px !important;
	}
	.media-body p {
		font-size: 15px;
	}
	.ls-19 {
		letter-spacing: 0px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
		display: none;
	}
	.display-4 {
		font-size: 2.5rem !important;
	}
	.media .icon {
		font-size: 3rem !important;
		line-height: 90px !important;
	}
	.media .img img {
		width: 3rem !important;
		height: 3rem !important;
		margin: 21px auto !important;
	}
	#RequestDemo .title-desc {
		padding-top: 80px;
	}
	.kf-m-tp {
		padding: 15px 0px !important;
	}
	.kf-r-tm {
		margin-top: 0px !important;
	}
	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}
	.key-features .feature-left a::after {
		opacity: 0 !important;
	}
	.key-features .feature-right a::before {
		opacity: 0 !important;
	}
	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}
	.main-container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.other-container {
		max-width: 500px;
	}
	.mc2 {} .oc2 {} .d-flex {
		width: 100px !important;
		height: 100px !important;
		top: -50px !important;
		
	}
	.d-flex:before {
		width: 100px !important;
		height: 50px !important;
		
	}
     .single-module {
    width: 100px !important;
    height: 100px !important;
    top: -50px;
    }
    .single-module:before, .single-module:after {
        content: "";
        width: 100px;
        height: 100px;
    }
	.title-desc .anim-wrapper p {
		padding: 0px 30px;
	}
	.title-desc .anim-wrapper h2 {
		padding: 0px 30px;
	}
	.banner-container {
		max-width: 420px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 img {
		width: 85% !important;
	}
	.banner-content2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 img {
		width: 65% !important;
	}
	.banner-content3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 img {
		width: 65% !important;
	}
	.banner-cell {
		display: table-footer-group;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 48px;
		line-height: 55px;
		margin-top: 30px;
	}
	.intro_featured_word2 {
		font-size: 36px;
		line-height: 46px;
		letter-spacing: -1px;
	}
	.intro_before_featured_word {
		font-size: 24px;
	}
	.header .slide-inner {
		padding: 0 30px;
		background-position: center left;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}
	.section {
		padding: 0px 0rem;
	}
	.page-header-alpha {
		padding: 0;
	}
	.page-header-alpha .navbar-brand {
		position: fixed;
		left: 10px;
		top: 5px;
		z-index: 20;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.theme-btn {
		left: 15px !important;
		bottom: 15px !important;
	}
}
@media (min-width: 376px) and (max-width: 412px) {
	.pt-set1 {
		padding: 80px 0px 0px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: system-ui;
		margin-bottom: 20px;
		font-size: 14px;
		text-align: justify;
		line-height: normal !important;
	}
	.no-p-l {
		padding-left: 15px ;
	}
	.right2-box {
		height: 200px !important;
		width: 200px !important;
		margin: -30px 70px 0 0 !important;
	}

	img.round-center-img {
		top: 28% !important;
		left: 26% !important;
		height: 40px !important
	}

	.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}

	.u-text-gradient {
		margin-bottom: 65px !important;
	}

		.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
			font-size: 22px !important;
			left: 0px !important;
			margin-top: 15px !important;
			margin-bottom: 0px !important;
		}

	.product {
		font-size: 23px !important;
		line-height: 26px !important;
	}

	.map-box {
		padding-right: 15px !important
	}

	.MS-controls {
		display: none !important;
	}

	span.ft-hd {
		font-size: 26px !important;
	}

	.address {
		line-height: 28px !important;
		font-size: 13px !important;
		letter-spacing: 0px !important;
	}

	.follow-us {
		font-size: 20px !important;
		margin-top: 15px !important;
	}

	.address i {
		margin-right: 0px !important;
	}

	.brands .u-text-gradient {
		display: initial !important;
		position: relative !important;
		top: 0px !important;
	}

	.footer-copyright {
		height: 76px !important;
	}

	ul.lst-ul li {
		padding: 5px 1px !important;
		font-size: 13px !important;
		margin-left: 3px !important;
	}

	.ft-div {
	}

	.footer-copyright h6 {
		font-size: 11px !important;
		text-align: center !important;
		margin-bottom: 0px !important;
		border-top: 1px solid !important;
	}

	.frames-res {
		height: 300px;
	}

	.map-box {
		margin-bottom: 20px;
		/* padding-bottom: 92px; */
	}
	.MS-controls
	{
		display:none !important;
	}
	.d-flex, a.single-module {
		left: 32.5% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
		letter-spacing: 0;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 2% !important;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 9%;
	}
	.section.active.gallery .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 12%;
	}
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 6%;
	}
	.video-table {
		padding: 10px 10px 10px 10px !important;
		display: block !important;
	}
	.video-table-c1 {
		display: block !important;
	}
	.video-table-c2 {
		display: block !important;
		width: 100% !important;
		float: left;
	}
	.available-on {
		margin: 0.5rem 0rem !important;
	}
	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: block !important;
	}
	.video-article .video-show-tab {
		width: 130px !important;
		display: block !important;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}
	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}
	#message h2.display-4.display-title {
		margin-top: 70px;
	}
	#message .btn {
		margin-bottom: 20px;
	}
	.key-features .feature-left a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(2) {
		padding-right: 68px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.media {
		padding: 60px 10px 10px !important;
		height: auto !important;
		margin-top: 60px !important;
	}
	.media .media-body p {
		margin-bottom: 5px;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 90px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.scrolldown {
		display: none;
	}
	.modules-c-p {
		padding-top: 80px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-left a p {
		font-size: 12px;
		line-height: normal;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-right a p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	.key-features .single-feature {
		padding: 5px 0px !important;
	}
	.feature-left {} .feature-right {} .video-play-box iframe {
		height: 228px !important;
	}
	.page-header-alpha .navbar-mainmenu {
		display: none;
	}
	.page-header-alpha .all-menu-wrapper {
		height: 100%;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 10px !important;
		top: 5px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 15px !important;
	}
	.QuickEnquiryBox {
		padding: 20px 20px !important;
		border-radius: 0px !important;
	}
	.RequestDemoBox {
		padding: 20px 20px !important;
		border-radius: 0px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 90px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 20px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 5px;
		right: 64px;
		z-index: 999;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.page-header-alpha .all-menu-wrapper {
		padding: 100px 32px 50px;
		visibility: hidden;
		opacity: 0;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.media h4 {
		font-size: 18px !important;
	}
	.media-body p {
		font-size: 14px;
	}
	.ls-19 {
		letter-spacing: 0px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
		display: none;
	}
	.display-4 {
		font-size: 2rem !important;
	}
	.media .icon {
		font-size: 3rem !important;
		line-height: 90px !important;
	}
	.media .img img {
		width: 3rem !important;
		height: 3rem !important;
		margin: 21px auto !important;
	}
	#RequestDemo .title-desc {
		padding-top: 80px;
	}
	.kf-m-tp {
		padding: 15px 0px !important;
	}
	.kf-r-tm {
		margin-top: 0px !important;
	}
	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}
	.key-features .feature-left a::after {
		opacity: 0 !important;
	}
	.key-features .feature-right a::before {
		opacity: 0 !important;
	}
	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}
	.main-container {
		width: 100%;
		padding: 0px 20px;
	}
	.other-container {
		max-width: 500px;
	}
	.mc2 {} .oc2 {} .d-flex {
		width: 100px !important;
		height: 100px !important;
		top: -50px !important;
		
	}
	.d-flex:before {
		width: 100px !important;
		height: 50px !important;
		
	}
     .single-module {
    width: 100px !important;
    height: 100px !important;
    top: -50px;
    }
    .single-module:before, .single-module:after {
        content: "";
        width: 100px;
        height: 100px;
    }
	.title-desc .anim-wrapper p {
		padding: 0px 30px;
	}
	.title-desc .anim-wrapper h2 {
		padding: 0px 30px;
		font-size: 2.5rem !important;
		line-height: 1.2em !important;
	}
	.banner-container {
		max-width: 352px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 img {
		width: 85% !important;
	}
	.banner-content2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 img {
		width: 75% !important;
	}
	.banner-content3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 img {
		width: 70% !important;
	}
	.banner-cell {
		display: table-footer-group;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 40px;
		line-height: 50px;
		margin-top: 30px;
	}
	.intro_featured_word2 {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 0px;
	}
	.intro_before_featured_word {
		font-size: 16px;
	}
	.header .slide-inner {
		padding: 0 30px;
		background-position: center left;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}
	.section {
		padding: 0px 0rem;
	}
	.page-header-alpha {
		padding: 0;
	}
	.page-header-alpha .navbar-brand {
		position: fixed;
		left: 10px;
		top: 5px;
		z-index: 20;
	}
		.page-header-alpha .navbar-brand .logo img {
			height: 50px ;
			position: relative;
			left: 0px;
			top: 5px;
		}
	.theme-btn {
		left: 15px !important;
		bottom: 15px !important;
	}
	.about h4 {
		font-size: 16px;
		text-align: justify;
	}
}
@media (min-width: 361px) and (max-width: 375px) {
	.pt-set1 {
		padding: 80px 0px 0px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: system-ui;
		margin-bottom: 20px;
		font-size: 14px;
		text-align: justify;
		line-height: normal !important;
	}
	.no-p-l {
		padding-left: 15px ;
	}
	.right2-box {
		height: 200px !important;
		width: 200px !important;
		margin: -30px 70px 0 0 !important;
	}

	img.round-center-img {
		top: 28% !important;
		left: 26% !important;
		height: 40px !important
	}

	.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}

	.u-text-gradient {
		margin-bottom: 65px !important;
	}

		.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
			font-size: 22px !important;
			left: 0px !important;
			margin-top: 15px !important;
			margin-bottom: 0px !important;
		}

	.product {
		font-size: 23px !important;
		line-height: 26px !important;
	}

	.map-box {
		padding-right: 15px !important
	}

	.MS-controls {
		display: none !important;
	}

	span.ft-hd {
		font-size: 26px !important;
	}

	.address {
		line-height: 28px !important;
		font-size: 13px !important;
		letter-spacing: 0px !important;
	}

	.follow-us {
		font-size: 20px !important;
		margin-top: 15px !important;
	}

	.address i {
		margin-right: 0px !important;
	}

	.brands .u-text-gradient {
		display: initial !important;
		position: relative !important;
		top: 0px !important;
	}

	.footer-copyright {
		height: 76px !important;
	}

	ul.lst-ul li {
		padding: 5px 1px !important;
		font-size: 13px !important;
		margin-left: 3px !important;
	}

	.ft-div {
	}

	.footer-copyright h6 {
		font-size: 11px !important;
		text-align: center !important;
		margin-bottom: 0px !important;
		border-top: 1px solid !important;
	}

	.frames-res {
		height: 300px;
	}

	.map-box {
		margin-bottom: 20px;
		/* padding-bottom: 92px; */
	}
	.MS-controls {
		display: none !important;
	}
	.d-flex, a.single-module {
		left: 29% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
		letter-spacing: 0;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 2% !important;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 9%;
	}
	.section.active.gallery .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 12%;
	}
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 6%;
	}
	.video-table {
		padding: 10px 10px 10px 10px !important;
		display: block !important;
	}
	.video-table-c1 {
		display: block !important;
	}
	.video-table-c2 {
		display: block !important;
		width: 100% !important;
		float: left;
	}
	.available-on {
		margin: 0.5rem 0rem !important;
	}
	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: block !important;
	}
	.video-article .video-show-tab {
		width: 130px !important;
		display: block !important;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}
	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}
	#message h2.display-4.display-title {
		margin-top: 70px;
	}
	#message .btn {
		margin-bottom: 20px;
	}
	.key-features .feature-left a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(2) {
		padding-right: 68px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.btns-action .btn {
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.media {
		padding: 60px 10px 10px !important;
		height: auto !important;
		margin-top: 60px !important;
	}
	.media .media-body p {
		margin-bottom: 5px;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 90px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.scrolldown {
		display: none;
	}
	.modules-c-p {
		padding-top: 80px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-left a p {
		font-size: 12px;
		line-height: normal;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-right a p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	.key-features .single-feature {
		padding: 5px 0px !important;
	}
	.feature-left {} .feature-right {} .video-play-box iframe {
		height: 228px !important;
	}
	.page-header-alpha .navbar-mainmenu {
		display: none;
	}
	.page-header-alpha .all-menu-wrapper {
		height: 100%;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 10px !important;
		top: 5px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 15px !important;
	}
	.QuickEnquiryBox {
		padding: 20px 20px !important;
		border-radius: 0px !important;
	}
	.RequestDemoBox {
		padding: 20px 20px !important;
		border-radius: 0px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 90px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 20px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 5px;
		right: 64px;
		z-index: 999;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.page-header-alpha .all-menu-wrapper {
		padding: 100px 32px 50px;
		visibility: hidden;
		opacity: 0;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.media h4 {
		font-size: 16px !important;
	}
	.media-body p {
		font-size: 13px;
	}
	.ls-19 {
		letter-spacing: 0px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
		display: none;
	}
	.display-4 {
		font-size: 2rem !important;
	}
	.media .icon {
		font-size: 3rem !important;
		line-height: 90px !important;
	}
	.media .img img {
		width: 3rem !important;
		height: 3rem !important;
		margin: 21px auto !important;
	}
	#RequestDemo .title-desc {
		padding-top: 50px;
	}
	.theme-btn {
		height: 40px !important;
		min-width: 40px !important;
	}
	.theme-btn i {
		font-size: 20px !important;
		line-height: 40px !important;
	}
	.theme-btn:hover span {
		padding: 0px 5px 0px 45px !important;
		width: 180px !important;
		display: none;
	}
	.theme-btn span {
		font-size: 16px !important;
		line-height: 40px !important;
	}
	.kf-m-tp {
		padding: 15px 0px !important;
	}
	.kf-r-tm {
		margin-top: 0px !important;
	}
	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}
	.key-features .feature-left a::after {
		opacity: 0 !important;
	}
	.key-features .feature-right a::before {
		opacity: 0 !important;
	}
	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}
	.main-container {
		width: 100%;
		padding: 0px 20px;
	}
	.other-container {
		max-width: 500px;
	}
	.mc2 {} .oc2 {} .d-flex {
		width: 100px !important;
		height: 100px !important;
		top: -50px !important;
	
	}
	.d-flex:before {
		width: 100px !important;
		height: 50px !important;
		
	}
    .single-module {
    width: 100px !important;
    height: 100px !important;
    top: -50px;
    }
    .single-module:before, .single-module:after {
        content: "";
        width: 100px;
        height: 100px;
    }
	.title-desc .anim-wrapper p {
		padding: 0px 30px;
	}
	.title-desc .anim-wrapper h2 {
		padding: 0px 30px;
		font-size: 2.5rem !important;
		line-height: 1.2em !important;
	}
	.banner-container {
		max-width: 315px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 img {
		width: 100% !important;
	}
	.banner-content2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 img {
		width: 90% !important;
	}
	.banner-content3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 img {
		width: 85% !important;
	}
	.banner-cell {
		display: table-footer-group;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 35px;
		line-height: 45px;
		margin-top: 30px;
	}
	.intro_featured_word2 {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 0px;
	}
	.intro_before_featured_word {
		font-size: 16px;
	}
	.header .slide-inner {
		padding: 0 30px;
		background-position: center left;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}
	.section {
		padding: 0px 0rem;
	}
	.page-header-alpha {
		padding: 0;
	}
	.page-header-alpha .navbar-brand {
		position: fixed;
		left: 10px;
		top: 5px;
		z-index: 20;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.theme-btn {
		left: 15px !important;
		bottom: 15px !important;
	}
}
@media (min-width: 321px) and (max-width: 360px) {
	.pt-set1 {
		padding: 80px 0px 0px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: system-ui;
		margin-bottom: 20px;
		font-size: 14px;
		text-align: justify;
		line-height: normal !important;
	}
	.no-p-l {
		padding-left: 15px ;
	}
	.right2-box {
		height: 200px !important;
		width: 200px !important;
		margin: -30px 70px 0 0 !important;
	}
	img.round-center-img {
		top: 28% !important;
		left: 26% !important;
		height: 40px !important
	}
		.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}
	.u-text-gradient {
		margin-bottom: 65px !important;
	}
		.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
			font-size: 22px !important;
			left: 0px !important;
			margin-top: 15px !important;
			margin-bottom: 0px !important;
		}
	.product {
		font-size: 23px !important;
		line-height: 26px !important;
	}
	.map-box {
		padding-right: 15px !important
	}
	.MS-controls {
		display: none !important;
	}
	span.ft-hd {
		font-size: 26px !important;
	}

	.address {
		line-height: 28px !important;
		font-size: 13px !important;
		letter-spacing: 0px !important;
	}
	.follow-us {
		font-size: 20px !important;
		margin-top: 15px !important;
	}
		.address i {
			margin-right: 0px !important;
		}

	.brands .u-text-gradient {
		display: initial !important;
		position: relative !important;
		top: 0px !important;
	}

	.footer-copyright {
		height: 76px !important;
	}

	ul.lst-ul li {
		padding: 5px 1px !important;
		font-size: 13px !important;
		margin-left: 3px !important;
	}
	.ft-div {
		
	}
	.footer-copyright h6 {
		font-size: 11px !important;
		text-align: center !important;
		margin-bottom: 0px !important;
		border-top: 1px solid !important;
	}
	.frames-res {
		height: 300px;
	}
	.map-box {
		margin-bottom: 20px;
		/* padding-bottom: 92px; */
	}
	.d-flex, a.single-module {
		left: 29% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
		letter-spacing: 0;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 2% !important;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 8%;
	}
	.section.active.gallery .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 16%;
	}
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 7%;
	}
	.video-table {
		padding: 10px 10px 10px 10px !important;
		display: block !important;
	}
	.video-table-c1 {
		display: block !important;
	}
	.video-table-c2 {
		display: block !important;
		width: 100% !important;
		float: left;
	}
	.available-on {
		margin: 0.5rem 0rem !important;
	}
	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: block !important;
	}
	.video-article .video-show-tab {
		width: 130px !important;
		display: block !important;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}
	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}
	#message h2.display-4.display-title {
		margin-top: 40px;
	}
	#message .btn {
		margin-bottom: 20px;
	}
	.key-features .feature-left a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(2) {
		padding-right: 68px;
	}
	.key-features .images-slider .owl-features {
		max-width: 200px !important;
	}
	.btns-action .btn {
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.media {
		padding: 60px 10px 10px !important;
		height: auto !important;
		margin-top: 60px !important;
	}
	.media .media-body p {
		margin-bottom: 5px;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 90px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.scrolldown {
		display: none;
	}
	.modules-c-p {
		padding-top: 60px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-left a p {
		font-size: 12px;
		line-height: normal;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-right a p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	.key-features .single-feature {
		padding: 5px 0px !important;
	}
	.feature-left {} .feature-right {} .video-play-box iframe {
		height: 228px !important;
	}
	.page-header-alpha .navbar-mainmenu {
		display: none;
	}
	.page-header-alpha .all-menu-wrapper {
		height: 100%;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 10px !important;
		top: 5px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 15px !important;
	}
	.QuickEnquiryBox {
		padding: 20px 20px !important;
		border-radius: 0px !important;
	}
	.RequestDemoBox {
		padding: 20px 20px !important;
		border-radius: 0px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 20px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 5px;
		right: 64px;
		z-index: 999;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.page-header-alpha .all-menu-wrapper {
		padding: 100px 32px 50px;
		visibility: hidden;
		opacity: 0;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.media h4 {
		font-size: 16px !important;
	}
	.media-body p {
		font-size: 13px;
	}
	.ls-19 {
		letter-spacing: 0px !important;
	}
	.btn {
		padding: 0.50rem 1.5rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
	}
	.l-s-line:before {
		left: -70px !important;
		display: none;
	}
	.display-4 {
		font-size: 1.7rem !important;
	}
	.media .icon {
		font-size: 3rem !important;
		line-height: 90px !important;
	}
	.media .img img {
		width: 3rem !important;
		height: 3rem !important;
		margin: 21px auto !important;
	}
	#RequestDemo .title-desc {
		padding-top: 50px;
	}
	.theme-btn {
		height: 40px !important;
		min-width: 40px !important;
	}
	.theme-btn i {
		font-size: 20px !important;
		line-height: 40px !important;
	}
	.theme-btn:hover span {
		padding: 0px 5px 0px 45px !important;
		width: 180px !important;
		display: none;
	}
	.theme-btn span {
		font-size: 16px !important;
		line-height: 40px !important;
	}
	.kf-m-tp {
		padding: 15px 0px !important;
	}
	.kf-r-tm {
		margin-top: 0px !important;
	}
	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}
	.key-features .feature-left a::after {
		opacity: 0 !important;
	}
	.key-features .feature-right a::before {
		opacity: 0 !important;
	}
	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}
	.main-container {
		width: 100%;
		padding: 0px 20px;
	}
	.other-container {
		max-width: 500px;
	}
	.mc2 {} .oc2 {} .d-flex {
		width: 100px !important;
		height: 100px !important;
		top: -50px !important;
		
	}
	.d-flex:before {
		width: 100px !important;
		height: 50px !important;
		
	}
     .single-module {
    width: 100px !important;
    height: 100px !important;
    top: -50px;
    }
    .single-module:before, .single-module:after {
        content: "";
        width: 100px;
        height: 100px;
    }
	.title-desc .anim-wrapper p {
		padding: 0px 30px;
	}
	.title-desc .anim-wrapper h2 {
		padding: 30px 30px;
		font-size: 2.5rem !important;
		line-height: 1.2em !important;
	}
	.banner-container {
		max-width: 300px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 img {
		width: 100% !important;
	}
	.banner-content2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 img {
		width: 90% !important;
	}
	.banner-content3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 img {
		width: 80% !important;
	}
	.banner-cell {
		display: table-footer-group;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 30px;
		line-height: 40px;
		margin-top: 30px;
		letter-spacing: -1px;
	}
	.intro_featured_word2 {
		font-size: 23px;
		line-height: 33px;
		letter-spacing: 0px;
		margin-top: 25px;
	}
	.intro_before_featured_word {
		font-size: 16px;
	}
	.header .slide-inner {
		padding: 0 30px;
		background-position: center left;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}
	.section {
		padding: 0px 0rem;
	}
	.page-header-alpha {
		padding: 0;
	}
	.page-header-alpha .navbar-brand {
		position: fixed;
		left: 10px;
		top: 5px;
		z-index: 20;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.theme-btn {
		left: 15px !important;
		bottom: 15px !important;
	}
}
@media (min-width: 240px) and (max-width: 320px) {
	pt-set1 {
		padding: 35px 0px 0px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: system-ui;
		margin-bottom: 20px;
		font-size: 14px;
		text-align: justify;
	}

	.right2-box {
		height: 200px !important;
		width: 200px !important;
		margin: -30px 70px 0 0 !important;
	}

	img.round-center-img {
		top: 28% !important;
		left: 26% !important;
		height: 40px !important
	}

	.hero h1 {
		font-size: 44px;
		line-height: 60px;
	}

	.u-text-gradient {
		margin-bottom: 65px !important;
	}

		.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding {
			font-size: 22px !important;
			left: 0px !important;
			margin-top: 15px !important;
			margin-bottom: 0px !important;
		}

	.product {
		font-size: 23px !important;
		line-height: 26px !important;
	}

	.map-box {
		padding-right: 15px !important
	}

	.MS-controls {
		display: none !important;
	}

	span.ft-hd {
		font-size: 26px !important;
	}

	.address {
		line-height: 28px !important;
		font-size: 13px !important;
		letter-spacing: 0px !important;
	}

	.follow-us {
		font-size: 20px !important;
		margin-top: 15px !important;
	}

	.address i {
		margin-right: 0px !important;
	}

	.brands .u-text-gradient {
		display: initial !important;
		position: relative !important;
		top: 0px !important;
	}

	.footer-copyright {
		height: 76px !important;
	}

	ul.lst-ul li {
		padding: 5px 1px !important;
		font-size: 13px !important;
		margin-left: 3px !important;
	}

	.ft-div {
	}

	.footer-copyright h6 {
		font-size: 11px !important;
		text-align: center !important;
		margin-bottom: 0px !important;
		border-top: 1px solid !important;
	}

	.frames-res {
		height: 300px;
	}

	.map-box {
		margin-bottom: 20px;
		/* padding-bottom: 92px; */
	}
	.MS-controls {
		display: none !important;
	}
	.d-flex, a.single-module {
		left: 25% !important;
	}
	.section.active.about .title-bg {
		opacity: 0.5;
		font-size: 2.5rem !important;
		letter-spacing: 0;
	}
	.section.active.modules .title-bg {
		opacity: .5;
		top: 2% !important;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.section.active.key-features .title-bg {
		opacity: .5;
		left: 50vw;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 8%;
	}
	.section.active.gallery .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 16%;
	}
	.section.active.contact .title-bg {
		opacity: 0.5;
		font-size: 2.5rem;
		letter-spacing: 0;
		width: 100%;
		top: 7%;
	}
	.video-table {
		padding: 10px 10px 10px 10px !important;
		display: block !important;
	}
	.video-table-c1 {
		display: block !important;
	}
	.video-table-c2 {
		display: block !important;
		width: 100% !important;
		float: left;
	}
	.available-on {
		margin: 0.5rem 0rem !important;
	}
	.videoscrollbar {
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		height: auto !important;
		padding: 5px 6px !important;
		display: block !important;
	}
	.video-article .video-show-tab {
		width: 130px !important;
		display: block !important;
		vertical-align: top;
		height: 90px;
		margin: 0px auto;
	}
	.video-article {
		margin-bottom: 0px !important;
		float: none !important;
		padding-right: 5px !important;
		display: table-cell;
		width: 33.33%;
		text-align: center;
	}
	#message h2.display-4.display-title {
		margin-top: 40px;
	}
	#message .btn {
		margin-bottom: 20px;
	}
	.key-features .feature-left a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right a {
		padding: 0px 0px 0px 5px;
	}
	.key-features .feature-right.kf-r-tm a {
		text-align: right;
		position: relative;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.key-features .feature-right.kf-r-tm a div:nth-child(2) {
		padding-right: 68px;
	}
	.key-features .images-slider .owl-features {
		max-width: 160px !important;
	}
	.btns-action .btn {
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.media {
		padding: 60px 10px 10px !important;
		height: auto !important;
		margin-top: 60px !important;
	}
	.media .media-body p {
		margin-bottom: 5px;
	}
	.modules-mouse-p {
		left: 50vw;
	}
	.key-feature-mouse-p {
		left: 50vw;
	}
	.key-c-p {
		padding-top: 90px;
	}
	.video-c-p {
		padding-top: 40px;
	}
	.contact-c-p {
		padding-top: 90px;
	}
	.scrolldown {
		display: none;
	}
	.modules-c-p {
		padding-top: 60px;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.key-features .feature-left a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-left a p {
		font-size: 12px;
		line-height: normal;
	}
	.key-features .feature-right a h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.key-features .feature-right a p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	.key-features .single-feature {
		padding: 5px 0px !important;
	}
	.feature-left {} .feature-right {} .video-play-box iframe {
		height: 170px !important;
	}
	.page-header-alpha .navbar-mainmenu {
		display: none;
	}
	.page-header-alpha .all-menu-wrapper {
		height: 100%;
	}
	.page-header-alpha .navbar-sidebar {
		left: 30px !important;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 10px !important;
		top: 5px !important;
	}
	.theme-btn {
		left: 30px !important;
	}
	.page-footer .footer-right {
		right: 10px !important;
	}
	.QuickEnquiryBox {
		padding: 20px 20px !important;
		border-radius: 0px !important;
	}
	.RequestDemoBox {
		padding: 20px 20px !important;
		border-radius: 0px !important;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.page-header-alpha.menu-right .navbar-toggler {
		right: 10px !important;
	}
	.page-header-alpha.menu-right .navbar-topmenu {
		right: 80px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 5px;
		right: 64px;
		z-index: 999;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.page-header-alpha .all-menu-wrapper {
		padding: 100px 32px 50px;
		visibility: hidden;
		opacity: 0;
	}
	.header .swiper-container .swiper-button-next,
	.header .swiper-container .swiper-button-prev {
		right: 20px !important;
	}
	#fp-nav.right {
		left: 30px !important;
	}
	.media h4 {
		font-size: 16px !important;
	}
	.media-body p {
		font-size: 13px;
	}
	.ls-19 {
		letter-spacing: 0px !important;
	}
	.btn {
		padding: 0.50rem 1rem;
		cursor: pointer;
		min-height: 36px;
		line-height: 1.2;
		font-size: 0.8rem;
	}
	.l-s-line:before {
		left: -70px !important;
		display: none;
	}
	.display-4 {
		font-size: 1.5rem !important;
	}
	.media .icon {
		font-size: 3rem !important;
		line-height: 90px !important;
	}
	.available-on .text {
		font-size: 0.8rem !important;
	}
	.media .img img {
		width: 3rem !important;
		height: 3rem !important;
		margin: 21px auto !important;
	}
	#RequestDemo .title-desc {
		padding-top: 50px;
	}
	.theme-btn {
		height: 40px !important;
		min-width: 40px !important;
	}
	.theme-btn i {
		font-size: 20px !important;
		line-height: 40px !important;
	}
	.theme-btn:hover span {
		padding: 0px 5px 0px 45px !important;
		width: 180px !important;
		display: none;
	}
	.theme-btn span {
		font-size: 16px !important;
		line-height: 40px !important;
	}
	.kf-m-tp {
		padding: 15px 0px !important;
	}
	.kf-r-tm {
		margin-top: 0px !important;
	}
	.key-features .feature-link.active::before {
		opacity: 0 !important;
	}
	.key-features .feature-left a::after {
		opacity: 0 !important;
	}
	.key-features .feature-right a::before {
		opacity: 0 !important;
	}
	.key-features .feature-link.active::after {
		opacity: 0 !important;
	}
	.main-container {
		width: 100%;
		padding: 0px 20px;
	}
	.other-container {
		max-width: 500px;
	}
	.mc2 {} .oc2 {} .d-flex {
		width: 100px !important;
		height: 100px !important;
		top: -50px !important;
		
	}
	.d-flex:before {
		width: 100px !important;
		height: 50px !important;
	
	}
     .single-module {
    width: 100px !important;
    height: 100px !important;
    top: -50px;
    }
    .single-module:before, .single-module:after {
        content: "";
        width: 100px;
        height: 100px;
    }
	.title-desc .anim-wrapper p {
		padding: 0px 40px;
	}
	.title-desc .anim-wrapper h2 {
		padding: 50px 30px;
		font-size: 2rem !important;
		line-height: 1.1em !important;
		margin-bottom: 20px !important;
	}
	.about .wrapper.anim {
		padding-top: 20px;
	}
	.banner-container {
		max-width: 260px;
	}
	.banner-inner-container {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}
	.banner-content1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img1 img {
		width: 100% !important;
	}
	.banner-content2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img2 img {
		width: 90% !important;
	}
	.banner-content3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 {
		width: 100%;
		text-align: center !important;
	}
	.banner-img3 img {
		width: 75% !important;
	}
	.banner-cell {
		display: table-footer-group;
		min-height: 1px;
		padding: 0px 15px;
		position: relative;
		vertical-align: middle;
	}
	.intro_featured_word {
		font-size: 24px;
		line-height: 34px;
		margin-top: 15px;
		letter-spacing: 0px;
	}
	.intro_featured_word2 {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0px;
		margin-top: 10px;
	}
	.intro_before_featured_word {
		font-size: 16px;
	}
	.header .slide-inner {
		padding: 0 30px;
		background-position: center left;
	}
	.page-footer .footer-right .social {
		display: flow-root;
	}
	.header .swiper-container .swiper-button-next {
		right: 45px;
		display: none !important;
	}
	.header .swiper-container .swiper-button-prev {
		right: 45px;
		display: none !important;
	}
	.section {
		padding: 0px 0rem;
	}
	.page-header-alpha {
		padding: 0;
	}
	.page-header-alpha .navbar-brand {
		position: fixed;
		left: 10px;
		top: 5px;
		z-index: 20;
	}
	.page-header-alpha .navbar-brand .logo img {
		height: 50px;
		position: relative;
		left: 0px;
	}
	.theme-btn {
		left: 15px !important;
		bottom: 15px !important;
	}
}
/*Key Features Css Strat*/

.key-features {
	position: relative;
	background-size: cover;
	color: #ffffff
}
.key-features .overlay {
	opacity: 0.95
}
.key-features .container {
	position: relative;
	z-index: 10
}
.key-features .single-feature {
	padding: 10px 0px;
}
.key-features .reflection-text,
.key-features h5,
.key-features p,
.key-features a,
.key-features i {
	color: inherit
}
.key-features .feature-left a {
	text-align: right;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.key-features .feature-left a h5 {
	margin-top: 10px;
}
.key-features .feature-left a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20%;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: width 0.4s ease-out;
	transition: width 0.4s ease-out;
}
.key-features .feature-left a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -21%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transform: translateY(-48%);
	transform: translateY(-48%);
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.key-features .feature-right a {
	text-align: left;
	-webkit-transition: width 0.4s ease-out;
	transition: width 0.4s ease-out;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.key-features .feature-right a h5 {
	margin-top: 10px;
}
.key-features .feature-right a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -20%;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: width 0.4s ease-out;
	transition: width 0.4s ease-out
}
.key-features .feature-right a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -21%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transform: translateY(-48%);
	transform: translateY(-48%);
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out
}
.key-features .feature-link {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	overflow: visible
}
.key-features .feature-link.active {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.key-features .feature-link.active i::after {
	-webkit-animation: rotateEffect 8s linear infinite;
	animation: rotateEffect 8s linear infinite;
	display: block
}
.key-features .feature-link.active::after {
	opacity: 1;
	width: 23%;
}
.key-features .feature-link.active::before {
	opacity: 1
}
.key-features .feature-link i {
	position: relative;
	margin: 0 10px;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 1.5rem;
	line-height: 3rem;
	/*background: rgba(0, 0, 0, 0.42);*/
	background: rgba(0, 0, 0, 0.15);
}
.key-features .feature-link i::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px dashed white;
	top: 0;
	left: 0;
	display: none
}
@-webkit-keyframes rotateEffect {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotateEffect {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.key-features .images-slider .owl-features {
	max-width: 230px;
	margin: 0 auto;
	cursor: pointer;
}
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.banner2-right .owl-header {
	position: relative;
	width: 320px;
	z-index: 101;
}
.select-video-play {
	cursor: pointer;
}
.video-article .video-show-tab {
	width: 160px;
	display: table-cell;
	vertical-align: top;
	height: 90px;
}
.video-article .video-show-tab img {
	width: 100%;
	height: 90px;
}
.video-article .video-title-tab {
	/* width: 70%; */
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	padding: 0px 10px;
	background: #52525217;
	/* box-shadow: 0px 0px 4px #fff; */
}
.video-article .video-title-tab .album-categories-title {
	color: #e42353;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	/* background: #fff; */
}
.video-article .video-title-tab .video-title {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}
.video-article .video-title-tab .album-categories-date {
	font-size: 13px;
	line-height: 22px;
	color: #444;
}
#VideoListScroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #00000080;
	opacity: 0.5;
	/*display: none;*/
}
#VideoListScroll::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
	opacity: 0.8;
}
#VideoListScroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background: #fff;
	opacity: 0.4;
}
.videoscrollbar {
	float: left;
	height: 405px;
	width: 100%;
	background: transparent;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-left: 10px;
}
.no-padding {
	padding: 0px 0px;
}
.video-article {
	margin-bottom: 10px;
}
.video-play-box {
	background: #ffffff70;
	padding: 6px 6px 0px 6px;
	box-shadow: 0px 0px 5px #2b2b2b;
}
.video-play-box iframe {
	width: 100%;
	height: 450px;
}
.video-table {
	display: table;
	width: 100%;
	padding: 10px;
}
.video-table-c1 {
	display: table-cell;
	vertical-align: top;
}
.video-table-c2 {
	display: table-cell;
	width: 160px;
	vertical-align: top;
	background: #ffffff70;
	padding: 6px 6px 6px 6px;
	box-shadow: 0px 0px 5px #2b2b2b;
}
/*Add Same to*/

@media (min-width: 601px) {
	p {
		font-size: 14px;
	}
	.section .content .title-desc h2 {
		font-size: 3rem;
	}
}
@media (min-width: 1400px) {
	p {
		font-size: 18px;
	}
	.media-body p {
		font-size: 16px;
	}
}
/*h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}*/

.section .content .title-desc h2 {
	font-weight: bold;
	line-height: 1em;
	font-size: 3.5rem;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.section .content .c-columns.content-centered .title-desc .border-b {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 24px;
}
.section .content .c-columns.content-centered .title-desc h2,
.section .content .c-columns.content-centered .title-desc h3,
.section .content .c-columns.content-centered .title-desc h4,
.section .content .c-columns.content-centered .title-desc p {
	text-align: center;
}
.section .content .c-columns .c-title h2 {
	text-align: center;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
	font-size: 32px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: bold;
}
.section .content .c-columns.content-centered .title-desc .border-b:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 128px;
	margin-left: -64px;
	height: 1px;
	border-top: 1px solid #ffffff;
}
.section .content .title-desc {
	max-width: 720px;
}
.section .content .c-columns.content-centered .title-desc {
	margin: 0 auto;
}
.media {
	height: 275px;
	margin-top: 80px;
	background: #ffffff40;
	border-radius: 5px;
	width: 100%;
	position: relative;
	padding: 80px 15px 10px;
	margin-bottom: 15px;
}
.d-flex {
	width: 120px;
	text-align: center;
	height: 120px;
	border-radius: 50%;
	position: absolute;
	left: 33%;
	top: -60px;
	/*background: #ffffff40;*/
	margin: 0px !important;
	/*border: 8px solid #14458280;*/
}
.d-flex:before {
	content: "";
	width: 120px;
	text-align: center;
	height: 60px;
	position: absolute;
	left: 0px;
    top: 0px;
	border-top-left-radius: 65px;
	border-top-right-radius: 65px;
	background: #ffffff40;
}
/*.d-flex::after {
    content: '';
    width: 120px;
    text-align: center;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 33%;
    top: -60px;
    background: #ffffff40;
    margin: 0px !important;
    border: 8px solid #ffffff94;
}*/

.media .icon {
	font-size: 3.5rem;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 104px;
	/* margin: 0px !important; */
	opacity: 0.9;
}
.media .f45 .icon {
	font-size: 4rem;
}
.media-body {
	text-align: center;
}
.modules-m-box {
	margin-bottom: 50px;
}
.pull-left {
	float: left !important;
}
.s-top {
	font-weight: normal;
	font-size: 10px;
	position: relative;
	top: -5px;
}
.mail-to-i i {
	padding-right: 5px;
}
.call-us-i i {
	padding-right: 5px;
}
.address-i i {
	padding-right: 5px;
}
.available-on {
	padding: 5px 20px 6px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0.5rem 0.5rem;
	border-radius: 50px;
	border: 1px solid #ffffff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: inherit;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08);
}
.available-on .big-icon {
	font-size: 1.5rem;
	padding-right: 1rem;
	padding-left: 0.5rem;
}
.available-on .text {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2rem;
}
.available-on .text small {
	font-weight: 400;
}
.l-s-line:before {
	content: "";
	width: 2px;
	height: 90%;
	background: #ffffff;
	/* display: initial; */
	position: absolute;
	left: -100px;
	opacity: 0.5;
	top: 5px;
}
.f2rem {
	font-size: 2rem !important;
}
.theme-btn.bt-support-now {
	/*background: #1ebbf0;
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%);
    background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 );*/
	bottom: 30px;
}
.theme-btn {
	background-color: #ffffff80;
	border-radius: 40px;
	bottom: 10px;
	color: #ffffff;
	/* display: table; */
	height: 50px;
	left: 60px;
	min-width: 50px;
	position: fixed;
	text-align: center;
	z-index: 999;
	text-decoration: none !important;
}
.theme-btn i {
	font-size: 22px;
	line-height: 50px;
}
.theme-btn span {
	font-size: 16px;
	letter-spacing: -15px;
	opacity: 0;
	line-height: 50px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	/*text-transform: uppercase;*/
	position: absolute;
	left: 0px;
	background-color: #ffffff4f;
	border-radius: 40px;
	width: 0px;
}
.theme-btn:hover {
	color: #fff;
}
.theme-btn:hover span {
	opacity: 1;
	letter-spacing: 1px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	padding: 0px 5px 0px 55px;
	width: 190px;
}
.nav-link {
	display: block;
	padding: 1.2rem 1rem;
}
.input-box {
	position: relative;
}
.mfp {
	color: white;
	padding-left: 3px;
	font-size: 13px;
	/* line-height: 32px; */
	position: relative;
	top: -3px;
}
.error-box {
	font-size: 12px;
	color: #b30000;
	position: relative;
	top: 0px;
	left: 0px;
}
.form label {
	line-height: normal;
	/* font-size: 15px; */
	margin-bottom: 0px;
}
.input-box {
	position: relative;
	margin-bottom: 30px;
}
.control-title {
	margin-bottom: 5px !important;
}
.max-m-h {
	height: 275px !important;
}
.QuickEnquiryBox {
	padding: 50px 25px;
	box-shadow: 5px 5px 15px #08080875;
	border-radius: 8px;
}
.RequestDemoBox {
	padding: 40px 40px;
	box-shadow: 5px 5px 15px #08080875;
	border-radius: 15px;
	flex: 0 0 100%;
	max-width: 100%;
	/*border: 2px solid #fff;*/
}
.ls-19 {
	letter-spacing: -1.9px;
}
.ls-5 {
	letter-spacing: -0.5px;
}
ul.list-arrror {
    padding-left: 30px;
}
.list-arrror li {
    list-style: none !important;
    position: relative;
    line-height: 30px;
    text-align: justify;
}
.list-arrror li:before
{
        content: "\ea65";
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    color: #656565;
    position: absolute;
    left: -35px;
}
.other-modules {
    width: 100% !important;
    margin: 2rem 0 !important;
    border-top: 2px solid #c1c1c1 !important;
}
.o-m-title
{
        font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/*MOdules*/

#mixedSlider {
  position: relative;
  width:100%;
}
	#mixedSlider .MS-content {
		white-space: nowrap;
		overflow: hidden;
		padding-top: 0px;
		margin: -30px 15px 0px 0px;
	}
	#mixedSlider .MS-content .item {
		display: inline-block;
		width: 50%;
		position: relative;
		vertical-align: top;
		overflow: hidden;
		height: 100%;
		white-space: normal;
		padding: 0 10px;
	}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
/*#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}*/
#mixedSlider .MS-content .item a:hover {
  /*text-shadow: 0 0 1px grey;*/
}
.MS-controls {
	position: absolute;
	bottom: 0px;
	left: -15%;
}
#mixedSlider .MS-controls button {
	position: relative;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 2rem;
	line-height: 2rem;
	top: 0px;
	width: 40px;
	color: rgb(255 255 255);
	transition: 0.3s linear;
	/* box-shadow: 0px 0px 3px #929292; */
	margin-right: 2px;
	padding: 2.5px 10px;
	text-align: center;
	cursor: pointer;
	/* border-radius: 50%; */
	border: 1px solid #fff;
}
	#mixedSlider .MS-controls button:hover {
		color: rgba(0, 0, 0, 0.8);
		background-color: #fff;
	}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: 0px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
.object-non-visible {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
}
.object-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}




	.hero p {
		color: #deecee;
		/* margin: 15px 0 0 20%; */
		text-align: center;
		font-size: 26px;
	}

.u-text-gradient {
	background: #ffdbf1;
	background: linear-gradient(145deg, #ffdbf1, #daf4f2 32%, #7dccf0 74%, #2013bb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}

.c-background-video {
	position: fixed;
	top: 0;
	left: 0px;
	background-size: cover;
	z-index: 0;
}


.product {
	font-size: 35px;
	position: relative;
	left: 0%;
	background: #ffdbf1;
	background: linear-gradient(145deg, #ffdbf1, #abc0ef 32%, #5174d7 74%, #473ea7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	line-height: 56px;
	top: 15%;
	font-weight: 600;
	width: 600px;
}
.u-text-gradient.rebar {
	font-size: 27px;
	font-weight: 500;
	position: relative;
	margin: 30px 0 0 0;
	/*background: #ffdbf1;
	background: linear-gradient(154deg, #ffffff, #00226d 50%, #2700bd 74%, #0a0175);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	left: 59%;
	top: 1%;
}
.u-text-gradient.tatawiron {
	font-size: 27px;
	font-weight: 500;
	position: relative;
	left: 37%;
	top: 0;
	margin: 30px 0 0 0;
	/*background: #ffdbf1;
	background: linear-gradient(154deg, #ffffff, #00226d 50%, #2700bd 74%, #0a0175);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	clear: both;
}
.u-text-gradient.super {
	font-size: 27px;
	font-weight: 500;
	position: relative;
	left: 34%;
	top: 0;
	margin: 30px 0 0 0;
	/*background: #ffdbf1;
	background: linear-gradient(154deg, #ffffff, #00226d 50%, #2700bd 74%, #0a0175);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	clear: both;
}
.u-text-gradient.cement {
	font-size: 27px;
	font-weight: 500;
	position: relative;
	left: 46%;
	top: 0;
	margin: 30px 0 0 0;
	/*background: #ffdbf1;
	background: linear-gradient(154deg, #ffffff, #00226d 50%, #2700bd 74%, #0a0175);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	clear: both;
}
.u-text-gradient.binding {
	font-size: 27px;
	font-weight: 500;
	position: relative;
	left: 55%;
	top: 0%;
	margin: 30px 0 0 0px;
	/*background: #ffdbf1;
	background: linear-gradient(154deg, #ffffff, #00226d 50%, #2700bd 74%, #0a0175);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}

.u-text-gradient.rebar, .u-text-gradient.tatawiron, .u-text-gradient.super, .u-text-gradient.cement, .u-text-gradient.binding
{

}


.img-prod .prod-img {
	padding: 0px 15px;
}
p.four-p {
	color: #fff;
	padding: 18% 0 0 0%;
	font-size: 25px;
	font-weight: 400 !important;
	font-family: sans-serif;
	letter-spacing: 1px;
}
.four-p-list {
	padding-left: 0px;
}
	.four-p-list a:hover {
		text-decoration: underline !important;
		color: #a1b8e7;
		/* line-height: 30px; */
	}
.frames-res {
	background: #fff;
	padding: 8px 8px 7px;
	box-shadow: 5px 5px 3px 1px #2a1a1a;
}
.ft-div {
	padding-top: 0px;
}
span.ft-hd {
	background: #ffffff;
	/* background: linear-gradient(145deg, #ffdbf1, #daf4f2 32%, #7dccf0 74%, #2013bb); */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	font-size: 36px;
	font-weight: 600;
}
.address {
	color: #fff;
	line-height: 33px;
}
.u-text-gradient {
	background: #fff;
	/*background: linear-gradient(145deg, #ffdbf1, #daf4f2 32%, #7dccf0 74%, #2013bb);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}
.social-links-iteam {
	background-image: linear-gradient(to right, #d9eaf2, #bae3f0, #5677c7);
	background: #fff;
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	color: #010001;
	font-size: 22px;
	line-height: 40px;
	border-radius: 50px;
	margin-right: 10px;
	margin-top: 15px;
}
	.social-links-iteam:hover {
		color: #620909;
	}
.map-box {
	padding-right: 50px;
}
.right2-box {
	background: url(../img/round1.png) no-repeat;
	height: 250px;
	width: 250px;
	padding: 0px;
	margin: -38px 70px 0 0;
	float: right;
	position: relative;
	-webkit-animation: rotation 11s linear 0s infinite normal none;
	-moz-animation: rotation 11s linear 0s infinite normal none;
	-ms-animation: rotation 11s linear 0s infinite normal none;
	-o-animation: rotation 11s linear 0s infinite normal none;
	animation: rotation 11s linear 0s infinite normal none;
	background-size: 95%;
	background-position: center;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotation {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(360deg);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

img.round-center-img {
	position: absolute;
	margin: auto;
	top: 28%;
	left: 10%;
}


.round-box22 {
	width: 300px;
	float: right;
	position: relative;
	top: 25px;
}

.slider-div {
	position: relative;
	top: -62px;
	left: -48px;
	width: 100%;
	overflow: hidden;
}
.bg-one {
	background-image: url(../img/tata_tiscon.jpg);
}

.bg-two {
	background-image: url(../img/kamdhenu.jpg);
}

.bg-three {
	background-image: url(../img/kay2.jpg);
}

.bg-four {
	background-image: url(../img/jk_lakshmi.jpg);
}
.bg-five {
	background-image: url(../img/mp_birla.jpg);
}
.bg-six {
	background-image: url(../img/safecrete.jpg);
}

.scroll-btn.up, .scroll-btn.down {
	display: none;
}

.parent {
	width: 100%;
	margin: 0px;
	height: 300px;
	overflow: hidden;
	position: relative;
	float: left;
	cursor: pointer;
}

.child {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.parent:hover .child, .parent:focus .child {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
img.brand-img {
	position: absolute;
	top: 0px;
	margin: auto;
	display: block;
	text-align: center;
	left: 0px;
	height: 100%;
	width: 100%;
}
img.brand-img121 {
	position: absolute;
	top: 0px;
	margin: auto;
	display: block;
	text-align: center;
	left: 0px;
	height: 100%;
	width: 100%;
}

img.brand-img122 {
	position: absolute;
	top: 38%;
	margin: auto;
	display: block;
	text-align: center;
	left: 9%;
	height: 86px;
}
img.brand-img123 {
	position: absolute;
	top: 54%;
	margin: auto;
	display: block;
	text-align: center;
	left: 22.5%;
	height: 90px;
}

img.brand-img124 {
	position: absolute;
	top: 22%;
	margin: auto;
	display: block;
	text-align: center;
	left: 9%;
	height: 45px;
}

.parent:hover .child:before, .parent:focus .child:before {
	display: block;
}

.parent:hover a, .parent:focus a {
	display: block;
}

.child:before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(52,73,94,0.75);
}

.four-p-list a {
	font-size: 20px;
}
.footer-copyright {
	border-top: 2px solid #fff;
	height: 50px;
	z-index: 9999;
	position: absolute;
	padding: 0px;
	width: 100%;
	bottom: 0px;
}
ul.lst-ul {
	padding: 0px;
}
	ul.lst-ul li {
		display: inline-block;
		padding: 12px 15px;
		font-size: 14px;
		/* margin-top: 10px; */
		margin-left: 10px;
	}

	ul.lst-ul li:first-child {
		padding-left: 0px;
		margin-left: 0px
	}

ul.lst-ul li a {
	color: #fff;
	text-decoration: none;
}

	ul.lst-ul li a:hover {
		color: orange
	}
.footer-copyright h6 {
	font-size: 14px;
	font-weight: 400;
	padding: 15px 0px;
	color: #fff;
	text-align: right;
	margin-bottom: 0px;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 14px;
	margin: 25px 7px;
	position: relative;
}

.address {
	color: #fff;
	line-height: 33px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
}
.address i {
	width: 20px;
	margin-right: 10px;
	text-align: center;
}
.follow-us {
	font-size: 24px;
	margin-top: 20px;
}
.ft-div .u-text-gradient {
	margin-bottom: 0px !important;
}

@media (min-width: 240px) and (max-height: 900px) {
	.four-p-set, .four-p-list {
		display: none ;
	}
	
	.MS-controls {
		position: absolute !important;
		bottom: -15% !important;
		left: 3% !important;
		display: block !important;
	}
	.float-end {
		padding-right: 0px;
	}
	.page-header-alpha.menu-right .navbar-brand {
		left: 15px !important;
		top: 15px !important;
	}
	}
@media (min-width: 901px) and (max-height: 2300px) {
	.four-p-set, .four-p-list {
		display: block;
	}
	.MS-controls {
		position: absolute !important;
		bottom: 0px !important;
		left: -15% !important;
	}
	.float-end {
		padding-right: 50px;
	}
	.no-p-l {
		padding-left: 5px ;
	}

	.no-p-r {
		padding-right: 5px ;
	}
}
	/* Add your responsiveness hook here  */

	/* ipad and tablet */

	/* ipad and tablet */

	/* phone */


	.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 34px;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
    z-index: 9999;
    transition: all .3s ease;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

.whatsapp-float:active {
    transform: scale(.95);
}

.whatsapp-float::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid #25D366;
    animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(.9);
        opacity: .8;
    }
    70% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        right: 18px;
        bottom: 18px;
        font-size: 30px;
    }
}