@font-face {
	font-family: Bebas-Neue-Pro-Bold;
	src: url("https://alphapolymer.de/asset/fonts/Bebas-Neue-Pro-Bold.otf")
		format("opentype");
}

@font-face {
	font-family: Bebas-Neue-Pro-Book;
	src: url("https://alphapolymer.de/asset/fonts/Bebas-Neue-Pro-Book.otf")
		format("opentype");
}

@font-face {
	font-family: Bebas-Neue-Pro-Light;
	src: url("https://alphapolymer.de/asset/fonts/Bebas-Neue-Pro-Light.otf")
		format("opentype");
}

@font-face {
	font-family: Bebas-Neue-Pro-Regular;
	src: url("https://alphapolymer.de/asset/fonts/Bebas-Neue-Pro-Regular.otf")
		format("opentype");
}

@font-face {
	font-family: HelveticaNeueLTStd-Th;
	src: url("https://alphapolymer.de/asset/fonts/HelveticaNeueLTStd-Th.otf")
		format("opentype");
}

@font-face {
	font-family: MyriadPro-Regular;
	src: url("https://alphapolymer.de/asset/fonts/MyriadPro-Regular.otf")
		format("opentype");
}

@font-face {
	font-family: NexaHeavy;
	src: url("https://alphapolymer.de/asset/fonts/NexaHeavy.otf")
		format("opentype");
}

@font-face {
	font-family: NexaThin;
	src: url("https://alphapolymer.de/asset/fonts/NexaThin.otf") format("opentype");
}

body {
	line-height: 1.7;
	color: #fff;
	font-weight: 300;
	font-size: 1rem;
	font-family: "MyriadPro-Regular", sans-serif;
	overflow-x: hidden;
	background: #d4d4d7;
}

::-moz-selection {
	background: #232d37;
	color: #fff;
}

::selection {
	background: #232d37;
	color: #fff;
}

a {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-family: "HelveticaNeueLTStd-Th", sans-serif;
}
h1 {
	font-family: "HelveticaNeueLTStd-Th", sans-serif;
}
h1 {
	color: #ff4e00;
	font-weight: normal;
	font-size: 30px;
}
.border-2 {
	border-width: 2px;
}
.lang {
	color: red;
}
.lang a img {
	height: 16px;
}
.text-black {
	color: #000 !important;
}

.bg-black {
	background: #000 !important;
}

.color-black-opacity-5 {
	color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
	color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
	display: none;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.offcanvas-menu .site-wrap {
	height: 100%;
	width: 100%;
	z-index: 2;
}
.offcanvas-menu .site-wrap:before {
	opacity: 1;
	visibility: visible;
}

.btn {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	padding: 14px 30px;
}
.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn.btn-black {
	border-width: 2px;
	border-color: #000;
	background: #000;
	color: #fff;
}
.btn.btn-black:hover {
	color: #000;
	background-color: transparent;
}
.btn.btn-black.btn-outline-black {
	color: #000;
	background-color: transparent;
}
.btn.btn-black.btn-outline-black:hover {
	border-color: #000;
	background: #000;
	color: #fff;
}
.btn.btn-white {
	border-width: 2px;
	border-color: #fff;
	background: #fff;
	color: #000;
}
.btn.btn-white:hover {
	color: #fff;
	background-color: transparent;
}
.btn.btn-white.btn-outline-white {
	color: #fff;
	background-color: transparent;
}
.btn.btn-white.btn-outline-white:hover {
	border-color: #fff;
	background: #fff;
	color: #000;
}
.btn.btn-pill {
	border-radius: 30px;
}

.line-height-1 {
	line-height: 1 !important;
}

.bg-black {
	background: #000;
}

.form-control {
	height: 48px;
	font-family: "Roboto", sans-serif;
}
.form-control:active,
.form-control:focus {
	border-color: #bf2031;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.site-section {
	padding: 2.5em 0;
}
@media (min-width: 768px) {
	.site-section {
		padding: 5em 0;
	}
}
.site-section.site-section-sm {
	padding: 4em 0;
}

.site-section-heading {
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: relative;
	font-size: 2.5rem;
}
@media (min-width: 768px) {
	.site-section-heading {
		font-size: 3rem;
	}
}

.border-top {
	border-top: 1px solid #edf0f5 !important;
}

.site-footer {
	padding: 4em 0;
	background: #333333;
}
@media (min-width: 768px) {
	.site-footer {
		padding: 8em 0;
	}
}
.site-footer .border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer p {
	color: #737373;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
	color: #000;
}
.site-footer a {
	color: #999999;
}
.site-footer a:hover {
	color: black;
}
.site-footer ul li {
	margin-bottom: 10px;
}
.site-footer .footer-heading {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
}

.bg-text-line {
	display: inline;
	background: #000;
	-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
	box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
	color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
	color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
	overflow: hidden;
	position: relative;
}
@media (max-width: 991.98px) {
	.hover-bg-enlarge {
		height: auto !important;
	}
}
.hover-bg-enlarge > div {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.8s all ease-in-out;
	-o-transition: 0.8s all ease-in-out;
	transition: 0.8s all ease-in-out;
}
.hover-bg-enlarge:hover > div,
.hover-bg-enlarge:focus > div,
.hover-bg-enlarge:active > div {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
@media (max-width: 991.98px) {
	.hover-bg-enlarge .bg-image-md-height {
		height: 300px !important;
	}
}

.bg-image-2 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-image.overlay {
	position: relative;
}
.bg-image.overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.bg-image > .container {
	position: relative;
	z-index: 1;
}

@media (max-width: 991.98px) {
	.img-md-fluid {
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.display-1,
	.display-3 {
		font-size: 3rem;
	}
}

.play-single-big {
	width: 90px;
	height: 90px;
	display: inline-block;
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 50%;
	position: relative;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.play-single-big > span {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-40%, -50%);
	-ms-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
}
.play-single-big:hover {
	width: 120px;
	height: 120px;
}

.overlap-to-top {
	margin-top: -150px;
}

.ul-check {
	margin-bottom: 50px;
}
.ul-check li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.ul-check li:before {
	left: 0;
	font-size: 20px;
	top: -0.3rem;
	font-family: "icomoon";
	content: "\e5ca";
	position: absolute;
}
.ul-check.white li:before {
	color: #fff;
}
.ul-check.success li:before {
	color: #8bc34a;
}
.ul-check.primary li:before {
	color: #bf2031;
}

.select-wrap,
.wrap-icon {
	position: relative;
}
.select-wrap .icon,
.wrap-icon .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
}
.select-wrap select,
.wrap-icon select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

/* Navbar */
.site-logo {
	position: relative;
	font-weight: 900;
	font-size: 1.3rem;
}
.site-logo a {
	color: #fff;
}

.site-navbar {
	margin-bottom: 0px;
	z-index: 1999;
	position: absolute;
	width: 100%;
}
.site-navbar .container-fluid {
	padding-left: 7rem;
	padding-right: 7rem;
}
@media (max-width: 1199.98px) {
	.site-navbar .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.site-navbar .site-navigation.border-bottom {
	border-bottom: 1px solid #f3f3f4 !important;
}
.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
	color: #bf2031;
	display: inline-block;
	padding: 5px 10px;
}
.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
	display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
	color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
	position: relative;
	padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	border-top: 2px solid #bf2031;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	border-left: 1px solid #edf0f5;
	border-right: 1px solid #edf0f5;
	border-bottom: 1px solid #edf0f5;
	padding: 0px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #fff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	color: #bf2031 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	padding: 9px 20px;
	display: block;
}
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown
	> li
	> a:hover {
	background: #f4f5f9;
	color: #25262a;
}
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown
	> li.has-children
	> a:before {
	content: "\e315";
	right: 20px;
}
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown
	> li.has-children
	> .dropdown,
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown
	> li.has-children
	> ul {
	left: 100%;
	top: 0;
}
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown
	> li.has-children:hover
	> a,
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown
	> li.has-children:active
	> a,
.site-navbar
	.site-navigation
	.site-menu
	.has-children
	.dropdown
	> li.has-children:focus
	> a {
	background: #f4f5f9;
	color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
	color: #bf2031;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
	color: #000;
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	top:0;
	z-index: 2000;
	padding-top: 20px;
	background: #fff;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.site-menu-toggle {
	margin-right: 10px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	color:#000;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
	color: #bf2031;
}
.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
	color: #bf2031;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
	padding-left: 20px;
	font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
	display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	padding-left: 40px;
	font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	padding: 0;
	margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	font-size: 16px;
	padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
	width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
	padding-left: 15px !important;
}

.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
	/* margin-top: 96px; */
}
.sticky-wrapper .site-navbar {
	/* -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; */
}
.sticky-wrapper .site-navbar .site-menu > li {
	display: inline-block;
}
.sticky-wrapper .site-navbar .site-menu > li > a.active {
	color: #fff;
	position: relative;
}
.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
	height: 2px;
	background: #fff;
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar {
	-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
	background: #ff4e00;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo .logo-model-two {
	display: block;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo .logo-model-one {
	display: none;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
	display: inline-block;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	text-decoration: none !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
	color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
	background: #fff;
}
.sticky-wrapper .shrink {
	/* padding-top: 10px !important;
  padding-bottom: 10px !important; */
}

.site-logo img {
	height: 80px;
}
.intro-section {
	height: 100vh;
	overflow: hidden;
}
.logo-model-two {
	display: none;
}
.padding-clear {
	padding: 0px;
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	text-align: justify;
}
strong {
	font-weight: 600;
}
#about-section {
	background: #1f2831;
	margin: 10px 0px;
}
#about-section h2 {
	font-weight: 800;
	font-size: 30px;
	color: #fff;
}
#about-section h2 span {
	font-weight: normal;
	font-size: 23px;
}
#about-section .content {
	padding-top: 70px;
}
.text-width {
	padding: 0.5rem 10% !important;
}
.short-logo {
	margin-bottom: 100px;
}
.short-logo img {
	height: 40px;
}
.position-relative:hover .position-absolute {
	background-color: rgba(0, 0, 0, 0.7) !important;
	transform: scale(1.02);
}

.content-btn {
	background: #bf2031;
	padding: 10px 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	line-height: 0px;
	cursor: pointer;
	transition: 0.6s;
}
.content-btn:hover {
	background: #1c1e27;
}
#customer-section {
	background: #f8f9fa;
}
.content h2 {
	font-weight: 800;
	font-size: 55px;
	color: #1c1e27;
}
.shadow {
	box-shadow: 0 0rem 0.5rem rgba(21, 21, 21, 0.55) !important;
}
.bp-center {
	background-position: center center;
}
.bg-cover {
	background-size: cover;
}
.rounded {
	border-radius: 6px !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}
.float-end {
	float: right !important;
}
.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}
.ratio {
	position: relative;
	width: 100%;
}
#product-section {
	background: #2f3841;
}
#product-section h1 {
	color: #fff;
	text-align: center;
	font-size: 40px;
}
.image-box {
	height: 40vh;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4); /* حالت اولیه */
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
}

.image-box:hover .overlay {
	background-color: rgba(0, 0, 0, 0.7); /* هنگام هاور */
}
.item-service {
	background-color: #000;
	width: 100%;
	margin: auto;
	border-radius: 5px;
	height: 250px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
}
.dark_edge {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.9) 100%
	);
	opacity: 1;
	transition: 0.6s;
}
.grad {
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	z-index: 99;
}
.item-service h3 {
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	position: absolute;
	bottom: 10px;
	z-index: 1000;
	left: 0px;
}
.dark_edge:hover {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.6) 100%
	);
	transition: 0.6s;
	opacity: 0.2;
}
.item-service-padding {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#contact-section {
	background: #fff;
}
#contact-section h3 {
	color: #1c1e27;
	font-weight: 800;
	font-size: 55px;
	text-align: center;
}
#contact-section p {
	color: #1c1e27;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
}
#contact-section form {
	background: #fff;
}
#contact-section input[type="submit"] {
	background: #ff4e00;
	padding: 10px 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	line-height: 0px;
	cursor: pointer;
	transition: 0.6s;
	font-size: 1.1rem;
	font-family: "Roboto", sans-serif;
	text-transform: unset;
	height: 45px;
}
.contact-text {
	color: red;
}
.contact-text span {
	color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	background: #ff4e00;
	text-align: center;
	border-radius: 4px;
	padding-top: 5px;
	margin-right: 10px;
}
.contact-text p {
	color: #ff4e00;
}
#contact-section input[type="submit"]:hover {
	background: #1c1e27;
}
#imprint-section {
	height: 100vh;
	background: #2f3841;
	position: relative;
}
#imprint-section .img-section {
	background: url(../images/contact-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 50vh;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
}
.imprint-box {
	position: absolute;
	height: 50vh;
	width: 100%;
	top: 0px;
	right: 0px;
	padding-top: 10%;
}
.imprint-box p {
	font-size: 18px;
}
#imprint-section h3 {
	color: #fff;
	font-weight: 800;
	font-size: 55px;
	text-align: center;
	margin-bottom: 50px;
}
#imprint-section .content p {
	color: #fff;
	text-align: left;
}
#imprint-section .content a {
	color: #fff;
}
#imprint-section .content h4 {
	color: #fff;
	font-size: 18px;
}
footer {
	background: #1c1e27;
	border-top: 1px solid #959595;
	padding-top: 10px;
}
footer p {
	color: #959595;
	text-align: left;
	float: left;
	font-size: 14px;
}
footer .social {
	float: right;
}
footer .social a span {
	color: #959595;
	cursor: pointer;
	margin-left: 5px;
}
footer .social a span:hover {
	color: #fff;
}
#home-section img {
	width: 100%;
}
.msg_model_one {
	color: green;
	font-weight: 600;
	font-size: 16px;
}
.service-item {
	cursor: pointer;
}
.show-detail {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	display: none;
	z-index: 101;
	overflow: auto;
}
.close-view {
	color: #000;
	padding: 0px 15px;
	border: 1px solid #fff;
	transition: 0.6s;
	float: right;
	height: 30px;
	width: 30px;
	background: url(../images/close.png);
	cursor: pointer;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.close-view:hover {
	color: #000;
	border: 1px solid #000;
	transition: 0.6s;
}
.show-bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 1000;
	display: none;
}
.show-bg h1 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.show-form {
	height: 500px;
	width: 500px;
	position: fixed;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px;
}

.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs-nav li:first-child a {
	border-right: 0;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}
.tabs-nav .tab-active a {
	background: hsl(0, 100%, 100%);
	border-bottom-color: hsla(0, 0%, 0%, 0);
	color: hsl(85, 54%, 51%);
	cursor: default;
}
.tabs-nav a {
	background: hsl(120, 11%, 96%);
	border: 1px solid hsl(210, 6%, 79%);
	color: hsl(215, 6%, 57%);
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 40px;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 140px;
}
.tabs-nav li {
	float: left;
}
#carouselExampleIndicatorsDetailTwo {
	margin-bottom: 30px;
}
#carouselExampleIndicatorsDetailTwo img {
	width: 100%;
	height: 50vh;
}
#carouselExampleIndicatorsDetail {
	margin-bottom: 30px;
}
#carouselExampleIndicatorsDetail img {
	width: 100%;
	/* height: 50vh; */
}
.tabs-stage {
	border: 1px solid hsl(210, 6%, 79%);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border-top: 0;
	clear: both;
	margin-bottom: 20px;
	position: relative;
	top: -1px;
	width: 281px;
}
.tabs-stage p {
	margin: 0;
	padding: 20px;
	color: hsl(0, 0%, 33%);
}
.top-menu {
	text-align: center;
	margin-top: 20px;
}
.top-menu ul {
	list-style: none;
}
.top-menu ul li {
	display: inline;
	position: relative;
}
.top-menu ul li span {
	margin-left: 4px;
}
.top-menu ul li a {
	margin-left: 3%;
	display: inline;
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.top-menu ul li a:hover {
	color: #bf2031;
}
.top-menu ul li ul {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 24px;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 250px;
	text-align: right;
	right: 0px;
	background: #fff;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 26px;
}
.top-menu ul li:hover ul {
	opacity: 1;
	top: 24px;
	visibility: visible;
}
.top-menu li ul li {
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	float: left;
	text-align: left;
}
.top-menu li ul a {
	color: #000;
	transition: 0.4s;
}
.top-menu li ul a:hover {
	color: #bf2031;
	transition: 0.4s;
}
.index-slide-logo-detail img {
	height: 60px;
	float: left;
}
.index-slide-logo-detail {
	padding-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.popup-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.popup-scrollable {
	display: flex;
	flex-direction: column;
	gap: 0;
	overflow-y: auto;
	max-height: 100vh;
	width: 100%;
}

.popup-section {
	display: flex;
	flex-direction: row-reverse;
	gap: 0;
	align-items: center;
	height: 100vh;
}

.popup-section .img {
	width: 50%;
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.popup-section .text {
	width: 50%;
	background: #232d37;
	color: #333;
	font-size: 16px;
	display: block;
	height: 100%;
	padding: 20px;
	overflow-y: auto;
	padding: 30px 10%;
}

.popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 50px;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10000;
}
	
	.popup-bottom {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 50px;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10000;
}

.popup-section h1,
.popup-section h2 {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.popup-section .text h1 {
	color: #ff4e00;
	margin-bottom: 20px;
}
.popup-section .text h2 {
	color: #fff;
	position: relative;
	padding-left: 25px;
}
.popup-section .text h2 strong {
	font-size: 18px;
	margin-left: 15px;
}
.popup-section .text h2::before {
	content: "";
	background: url(../images/icon.svg);
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0px;
	top: 13px;
}
.popup-section .text p {
	color: #fff;
	line-height: 24px;
}
.popup-section .text ul {
	color: #fff;
}
.popup-section .text ul li {
	color: #fff;
}
.popup-section .text table {
	color: #fff;
	margin-bottom: 40px;
}
.popup-section .text tr:first-child td {
	font-weight: 800;
	font-size: 18px;
}
.popup-section .text tr td {
	padding: 2px 25px 2px 0px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	text-align: left;
}
.popup-section .text::-webkit-scrollbar {
	width: 8px;
}

.popup-section .text::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.popup-section .text::-webkit-scrollbar-thumb {
	background-color: #ff4e00;
	border-radius: 10px;
	border: 2px solid rgba(0, 0, 0, 0.5);
}

.popup-section .text::-webkit-scrollbar-thumb:hover {
	background-color: #ff7200;
}

.popup-section .text {
	scrollbar-color: #ff4e00 rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
}

.popup-scrollable {
	overflow-y: auto;
	height: 100%;
	scroll-behavior: smooth;
}

.popup-section {
	display: flex;
	flex-direction: column;
	height: auto;
}
.site-wrap {
	border: 3px solid #d4d4d7;
	margin: 7px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {
	.popup-section {
		flex-direction: row-reverse;
		height: 100vh;
	}
}

.popup-section .text {
	width: 100%;
	padding: 30px 20px;
	overflow-y: visible;
	height: auto;
}

@media (min-width: 768px) {
	.popup-section .text {
		width: 50%;
		height: 100vh;
		overflow-y: auto;
		padding: 30px 10%;
	}
}

@media only screen and (max-width: 767px) {
	.popup-section .text {
		width: 100%;
	}
	.popup-section .text table {
		margin-bottom: 20px;
	}
	.popup-section .img {
		display: none;
	}
	.site-logo img {
		height: 65px;
	}
	html {
		overflow-x: hidden;
	}
	.hide-res {
		display: none;
	}
	.short-logo {
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.intro-section {
		height: auto;
		overflow: hidden;
	}
	p {
		text-align: left;
	}
	#imprint-section {
		background-position: -130px;
	}
	.imprint-box {
		position: unset;
		height: auto;
		width: auto;
		top: 0px;
		right: 0px;
		padding-top: 5%;
	}
	#imprint-section .content {
		margin-bottom: 10px;
	}
	#imprint-section .img-section {
		position: unset;
	}
}
