:root {
  --bs-main: #FF6600;
  --bs-hover: #dc5800;
  --bs-gray: #777;
  --bs-light-gray: #ddd;
  --bs-white: #FFF;
  --bs-gray-back: #f5f5f5;
  --bs-font-color: #222;
}
* { margin: 0; padding: 0; }
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
*,
::after,
::before {
    box-sizing: inherit
}
body {
   font-family: 'Noto Sans', sans-serif;
   color: var(--bs-font-color);
}
h1 {
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
}
h2 {
	font-size: 34px;
	line-height: 1.2;
	font-weight:900; 
	margin-bottom:10px; 
	margin-top: 10px;
}
h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight:900; 
	margin-bottom:10px; 
	margin-top: 20px;
}
h4 {
	font-size: 24px;
	line-height: 1.2;
	font-weight:900; 
	margin-bottom:10px; 
	margin-top: 20px; 
}
h5 {
	font-size: 21px;
	line-height: 1.2;
	font-weight:900; 
	margin-bottom:8px; 
	margin-top: 20px; 
}
h6 {
	font-size: 19px;
	line-height: 1.2;
	font-weight:900; 
	margin-bottom:8px; 
	margin-top: 20px; 
}
p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 27px;
}
.info-page a {
	color:#007E6B;
}
.info-page a:hover {
	color:#005649;
}
.page-textpage .container-read ul, 
.page-textpage .container-read ol,
.page-service-text ul {
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 40px;
}
.page-textpage .container-read li,
.page-service-text li {
	margin-bottom: 5px;
}
.page-textpage iframe,
.page-textpage video {
	width: 100% !important;
	height: 410px !important;
}
@media all and (max-width: 992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h4 {
		font-size: 21px;
	}
	p,
	.page-service-text p{
		font-size: 16px !important;
		margin-bottom: 24px !important;
	}
	.page-textpage .container-read ul, 
	.page-textpage .container-read ol,
	.page-service-text ul {
		margin-bottom: 24px;
		font-size: 16px;
		margin-left: 15px;
	}
}
@media all and (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 25px;
	}
	.page-textpage iframe,
	.page-textpage video {
		height: 185px !important;
	}
}
.ut-container-classic {
   width:1440px;
   margin-right: auto;
   margin-left: auto;
}
.ut-container-read {
   width:950px;
   margin-right: auto;
   margin-left: auto;
}
.ut-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}
.ut-col-1,
.ut-col-2,
.ut-col-3,
.ut-col-4,
.ut-col-5,
.ut-col-6,
.ut-col-7,
.ut-col-8,
.ut-col-9,
.ut-col-10,
.ut-col-11,
.ut-col-12 {
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
}

.ut-col-1{
	width: 8.33333333%;
}

.ut-col-2{
	width: 16.66666667%;
}
.ut-col-2-5 {
	width: 20%;
}
.ut-col-3{
	width: 25%;
}
.ut-col-4 {
	width: 33.33333333%;
}
.ut-col-5 {
	width: 41.66666667%;
}
.ut-col-6 {
	width: 50%;
}
.ut-col-7 {
	width: 58.33333333%;
}
.ut-col-8 {
	width: 66.66666667%;
}
.ut-col-9 {
	width: 75%;
}
.ut-col-10 {
	width: 83.33333333%;
}
.ut-col-11 {
	width: 91.66666667%;
}
.ut-col-12 {
	width: 100%;
}

@media all and (max-width: 1510px) {
	.ut-container-classic {
	   width:1140px;
	}
	.ut-container-read {
	   width:700px;
	}
	.ut-col-xl-4 {
		width: 33.33333333%;
	}
	.ut-col-xl-8 {
		width: 66.66666667%;
	}
}

@media all and (max-width: 1200px) {
	.ut-container-classic {
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
	.ut-col-lg-3 {
		width: 25%;
	}
	.ut-col-lg-4 {
		width: 33.33333333%;
	}
	.ut-col-lg-6 {
		width: 50%;
	}
	.ut-col-lg-8 {
		width: 66.66666667%;
	}
	.ut-col-lg-9 {
		width: 75%;
	}
	.ut-col-lg-12 {
		width: 100%;
	}
}

@media all and (max-width: 992px) {
	.ut-container-read {
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
	.ut-container-classic .ut-container-read {
		padding-left: 0;
		padding-right: 0;
	}
	.ut-col-md-4 {
		width: 25%;
	}
	.ut-col-md-6 {
		width: 50%;
	}
	.ut-col-md-8 {
		width: 66.66666667%;
	}
	.ut-col-md-12 {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.ut-container-classic,
	.ut-container-read,
	.ut-container-middle-form,
	.ut-container-big-form	{
		padding-left: 16px;
		padding-right: 16px;
	}
	.ut-row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.ut-col-1,
	.ut-col-2,
	.ut-col-3,
	.ut-col-4,
	.ut-col-5,
	.ut-col-6,
	.ut-col-7,
	.ut-col-8,
	.ut-col-9,
	.ut-col-10,
	.ut-col-11,
	.ut-col-12 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.ut-col-sm-6 {
		width: 50%;
	}
	.ut-col-sm-9 {
		width: 75%;
	}
	.ut-col-sm-12 {
		width: 100%;
	}
}







.big-button {
	display: block;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--bs-main);
	border: 1px solid var(--bs-main);
    font-size: 15px;
    color: var(--bs-white);
    text-decoration: none;
	border-radius:3px;
}
.big-button-light {
	display: block;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--bs-white);
    font-size: 15px;
    color: var(--bs-main);
	border: 1px solid var(--bs-main);
    text-decoration: none;
	border-radius:3px;
}
.big-button:hover,
.big-button-light:hover {
	background: var(--bs-hover);
	color: var(--bs-white);
	border: 1px solid var(--bs-hover);
}
.dropdown-menu {
  position: absolute;
  display: none;
  min-width: 10rem;
  background:#fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.open > .dropdown-menu {
  display: block;
}
/* HOME */

/* Header */
.hd-header {
	display:flex;
	justify-content: space-between;
	padding: 0 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.hd-white  {
	position: absolute;
	top: 15px;
	z-index: 3;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.hd-left,
.hd-right {
	display:flex;
	align-items:center;
}
.logo {
	margin-right: 30px;
}
.hd-white .logo {
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(7%) hue-rotate(195deg) brightness(108%) contrast(100%);
}
.logo img {
	height: 88px;
}
.top-menu > ul {
	display: flex;
    align-items: center;
}
.top-menu li {
	list-style: none;
}
.top-menu a {
	text-decoration: none;
}
.top-menu > ul > li > a {
	margin-right: 20px;
	font-size: 18px;	
	font-weight: 600;
	color: var(--bs-font-color);
}
.hd-white .top-menu > ul > li > a {
	color: var(--bs-white);
}
.top-menu a:hover,
.top-menu > ul > li > a:hover{
	color: var(--bs-hover) !important;
}
.top-menu > ul > li {
	position: relative;
}
.top-menu .separator {
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	color: var(--bs-font-color);
}
.hd-white .top-menu .separator {
	color: var(--bs-white);
}
.top-menu .separator:after {
    font-family: 'FontAwesome'!important;
    margin-left: 5px;
    content: "\f107";
    color: var(--bs-font-color);
    font-weight: 400;
}
.top-menu ul li ul .parent > span:after {
    font-family: 'FontAwesome'!important;
    margin-left: 5px;
    content: "\f105";
    color: var(--bs-font-color);
    font-weight: 400;
}
.hd-white .top-menu .separator:after {
    color: var(--bs-white);
}
.top-menu ul li ul .separator {
	color: var(--bs-font-color) !important;
	font-size: 16px;
	font-weight: 400;
	margin-right: 0;
	line-height: 30px;
}
.top-menu ul li ul .separator:after {
    color: var(--bs-font-color) !important;
}
.top-menu > ul > li > ul {
	opacity:0;
	visibility:hidden;
	width: max-content;
    transition-property: all;
    transition-duration: 0.025s;
    transition-delay: 0.05s, 0.05s;
    position: absolute;
    top: 30px;
    background: #fff;    
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);	
}
.top-menu > ul > li > ul .parent > ul {
	opacity: 0;
	visibility: hidden;
    transition-property: all;
    transition-duration: 0.025s;
    transition-delay: 0.05s, 0.05s;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	width: max-content;
	z-index: 11;
	padding: 20px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);	
}
.top-menu .parent:hover > ul,
.top-menu > ul > li > ul .parent:hover ul {
	opacity:1;
	visibility:visible;
}
.top-menu > ul > li > ul > li a {
	display: flex;
	justify-content:space-between;
	line-height: 30px;
	color: var(--bs-font-color);
}
.top-menu > ul > li > ul > li > span {
	display: flex;
	justify-content:space-between;
}
.top-phone {
	position: relative;
}
.header-phone-button {
	display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-font-color);
    text-decoration: none;
	cursor: pointer;
}
.hd-white .header-phone-button {
	display: block;
	width: 185px;
	height: 36px;
	border-radius: 3px;
	line-height: 36px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.15);
    color: var(--bs-white);
}

.multi-number-wrapper {
	position: absolute;
	background: var(--bs-white);
	padding: 20px;
	z-index:10;
	width: max-content;
	right:0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none
}
.multi-number-wrapper a {
	color: var(--bs-font-color) !important;
	font-size: 16px;
	line-height: 35px;
	display: block;
	text-decoration:none;
}
.multi-number-wrapper a:hover {
	text-decoration:underline;
}
.multi-number-wrapper {
	padding: 20px;
}
.multi-number-wrapper i {
	margin-right: 5px;
}
.multi-number-wrapper .fa-whatsapp {
	color:#4dc247 !important;
}
.multi-number-wrapper .fa-phone-square {
	color:#7b519d !important;
}
.multi-number-wrapper .fa-telegram {
	color:#0088CC !important;
}
.phone-group:hover .multi-number-wrapper {
    display: block
}
.mod-languages ul {
	display: flex;
	list-style: none;
	margin-left: 20px;
	background: var(--bs-main);
	padding: 6px 15px;
	border-radius: 3px;
}
.mod-languages a {
	color: var(--bs-white);
	text-decoration: none;
	font-size: 14px;
}
.mod-languages li:nth-child(1) a {
	margin-right: 10px;
}
.mod-languages a:hover {
	color: #eed8c9;
}
@media all and (max-width: 1200px) {
	.mod-languages ul {
		background: var(--bs-gray-back);
	}
	.mod-languages a {
		color: var(--bs-font-color);
	}
	.hd-white .mod-languages ul {
		background: var(--bs-white);
	}
	.hd-white .mod-languages a {
		color: var(--bs-font-color);
	}
	.hd-header {
		padding: 0 15px;
	}
}
@media all and (max-width: 767px) {
	.header-phone-button {
		color:var(--bs-white);
	}
}
/* END Header */

/* Top Banner */
.top-banner {
	width: 100%;
	height: 610px;
    position: relative;
    display: flex;
    align-items:center;
	overflow: hidden;
	padding-top: 75px;
}
.top-banner video {
	position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
	height: 100%;

}
.blacklayer {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(17, 17, 17, 0.55);
}
.tb-data {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:2;
}
.ban-tit {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--bs-white);
    text-align: center;
    margin-bottom: 0;
}
.top-banner .big-button {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 1200px) {
	.ban-tit,
	h1{
		font-size: 30px;
	}
	.top-banner {
		height: 470px;
		padding-top: 65px;
	}
}
@media all and (max-width: 992px) {
	.tb-data {
		width: 100%;
	}
	.top-banner {
		height: 350px;
		padding-top: 75px;
	}
	.ban-tit {
		font-size: 26px;
	}
}
@media all and (max-width: 767px) {
	.top-banner {
		height: 345px;
		padding-top: 55px;
	}
	.top-banner video {
		transform: translate(40%, 0);

	}
	.ban-tit {
		font-size: 22px;
	}
	.top-banner .big-button {
		margin-top: 30px;
	}
}

/* END Top Banner */
.modulehome-title {
	text-align:center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight:900;
}
.mt-first {
	margin-top: 50px;
}
@media all and (max-width: 1200px) {
	.modulehome-title {
		font-size: 28px;
	}
}
@media all and (max-width: 767px) {
	.modulehome-title {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 22px;
	}
	.Blog-wrapper .modulehome-title {
		margin-top: 20px;
	}
	.mt-first {
		margin-top: 30px;
	}
}
.blog-dot {
	display:block;
	text-decoration:none;
	color: var(--bs-font-color);
	background: var(--bs-gray-back);
	padding: 20px 20px 0 20px;
	height: 275px;
}
.Blog-wrapper .blog-dot {
	margin-bottom: 10px;
}
.blog-dot:hover .blog-title {
	color: var(--bs-hover);
}
.blog-img {
	height: 170px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.blog-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.blog-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.Blog-wrapper .big-button-light {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media all and (max-width: 1200px){
	.Blog-wrapper .my-row div:nth-child(1) .blog-dot {
		margin-bottom: 10px;
	}
	.blog-dot {
		height: 235px;
	}
	.blog-img {
		height: 135px;
	}
	.blog-title {
		font-size: 16px;
	}
}
@media all and (max-width: 992px){
	.blog-dot {
		height: 180px;
		padding: 12px 12px 0 12px
	}
	.blog-img {
		height: 100px;
	}
	.blog-dot-single {
		height: 200px;
	}
}
@media all and (max-width: 767px){
	.Blog-wrapper .my-row div:nth-child(1) .blog-dot {
		margin-bottom: 0;
	}
	.Blog-wrapper .blog-dot {
		margin-bottom: 10px;
	}
	.Blog-wrapper .my-row div:nth-last-child(1) .blog-dot,
	.Blog-wrapper .my-row div:nth-last-child(2) .blog-dot	{
		margin-bottom: 0;
	}
}
@media all and (max-width: 429px){
	.blog-title {
		word-wrap: break-word;
	}
	.blog-dot-single .blog-title {
		word-wrap: normal;
	}
	.blog-dot-single {
		height: 220px;
	}

}
.services-module-wrapper .mycol-4-thin:nth-child(1) {
	width: 66.6666666%;
}
.services-module-wrapper .my-row-thin div:nth-child(1) .services-dot {
	margin-bottom: 10px;
}
.services-dot {
	text-decoration: none;
	display: block;
	position: relative;
	color: var(--bs-font-color);
	height: 300px;
}
.service-img {
	display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.service-img img {
	moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-dot:hover img {
	transform: scale(1.025);
}
.service-title {
    position: absolute;
    background: rgba(17, 17, 17, 0.5);
    transition: background 0.2s linear;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
	top: 20px;
    left: 20px;
    font-weight: 600;
    font-size: 24px;
    color: var(--bs-white);
    padding: 20px;
    display: flex;
    align-items: flex-end;
}
@media all and (max-width: 992px){
	.services-dot {
		height: 210px;
	}
	.service-title {
		position: absolute;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		top: 15px;
		left: 15px;
		font-size: 21px;
		padding: 15px;
	}
}
@media all and (max-width: 767px){
	.services-module-wrapper .mycol-4-thin:nth-child(1) {
		width: 100%;
	}
	.service-title {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		padding: 10px;
	}
	.services-dot {
		height: 130px;
	}
	.services-dot {
		margin-bottom: 10px;
	}
	.services-module-wrapper .my-row-thin div:nth-last-child(1) .services-dot,
	.services-module-wrapper .my-row-thin div:nth-last-child(2) .services-dot	{
		margin-bottom: 0;
	}
}
.highlights-wrapper {
	background: var(--bs-gray-back);
	padding: 30px 0;
	margin-top: 75px;
}
.md-high {
	margin-top: 0;
}
.highlight-dot {
	text-decoration: none;
	display: block;
	color: var(--bs-font-color);
	text-align:center;
}
.highlight-dot:hover img {
	filter: brightness(0) saturate(100%) invert(34%) sepia(99%) saturate(2781%) hue-rotate(16deg) brightness(99%) contrast(101%);
}
.highlight-dot:hover .highlight-title {
	color: var(--bs-hover);
}
.highlight-img img {
    height: 64px;
	filter: brightness(0) saturate(100%) invert(51%) sepia(0%) saturate(0%) hue-rotate(47deg) brightness(90%) contrast(89%);
}
.highlights-wrapper .my-row div:nth-child(2) .highlight-img img{
	height: auto;
	width: 64px;
}
.highlight-title {
	margin-top: 10px;
	font-weight:600;
	font-size: 20px;
}
@media all and (max-width: 1200px) {
	.highlight-title {
		font-size: 18px;
	}
}
@media all and (max-width: 992px) {
	.highlight-img img {
		height: 48px;
	}
	.highlights-wrapper .my-row div:nth-child(2) .highlight-img img{
		width: 48px;
	}
	.highlight-title {
		margin-top: 5px;
	}
}
@media all and (max-width: 767px) {
	.highlights-wrapper {
		padding: 15px 0;
	}
	.highlight-dot {
		margin-bottom: 20px;
		display: flex;
		align-items: flex-start;
		text-align: left;
	}
	.highlight-img img {
		height: auto;
		width: 36px;
		flex-shrink: 0;
		margin-right: 10px;
		position: relative;
		top: 2px;
	}
	.highlights-wrapper .my-row div:nth-child(2) .highlight-img img {
		width: 36px;
	}
	.highlight-title {
		margin-top: 0;
	}
}
.fancybox-caption__body {
	display:none;
}
.home-gallery li {
	list-style: none;
}
.mygal a {
	display: block;
    position: relative;
    overflow: hidden;
    height: 200px !important;
	margin-bottom: 10px;
}
.mygal a:hover img {
	transform: scale(1.02);
}
.mygal a img	{
	moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    width: 100% !important;
    height: 200px !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-gallery .big-button-light {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
@media all and (max-width: 1450px) {
	.mygal a {
		height: 200px !important;
	}
	.mygal a img	{
		height: 200px !important;
	}	
}
@media all and (max-width: 992px){
	.highlights-wrapper {
		margin-top: 45px;
	}
	.highlight-title {
		font-size: 16px;
	}
	.mygal a,
	.mygal a img{
		height: 150px !important;
	}
}
.about-background {
	height: auto;
    position: relative;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	
}
.about-intro {
	font-size: 18px;
	line-height: 1.5;
	color: var(--bs-white);
	padding-top: 30px;
}
.about-intro p {
	margin-bottom: 10px;
}
.about-rm {
	display: block;
	color: var(--bs-white);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.about-numb-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: var(--bs-white);
	margin-top: 50px;
}
.about-numb-element {
	margin-bottom: 30px;
}
.about-numb-element:last-child {
	margin-bottom: 50px;
}
.about-numb {
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 5px;
}
.about-numb-text {
	font-weight: 600;
	font-size: 18px;
}
@media all and (max-width: 1200px) {
	.about-numb {
		font-size: 28px;
	}
	.about-numb-text {
		font-size: 16px;
	}
}
@media all and (max-width: 992px){
	.about-numb-element {
		width: 50%;
	}
}
@media all and (max-width: 767px){
	.about-numb-wrap {
		margin-top: 25px;
	}
	.about-intro {
		margin-top: 20px;
	}
	.about-numb-element {
		width: 100%;
		margin-bottom: 15px;
	}
}
.page-decorative-dot {
	margin-bottom: 30px;
}
.decorative-wrapper .my-row-thin div:nth-child(1) .decorative-dot {
	margin-bottom: 20px;
}
.decorative-page-wrapper .decorative-dot {
	margin-bottom: 20px;
}
.decorative-img {
	height: 200px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.decorative-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.decorative-title {
	font-size: 16px;
}
.decorative-wrapper .big-button-light {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media all and (max-width: 992px) {
	.decorative-img {
		height: 200px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.decorative-img {
		height: 160px;
	}
}
@media all and (max-width: 767px) {
	.decorative-img {
		height: 110px;
	}
	.decorative-wrapper .my-row-thin div:nth-child(1) .decorative-dot {
		margin-bottom: 0;
	}
	.decorative-dot {
		margin-bottom: 20px !important;
	}
	.decorative-wrapper .my-row-thin div:nth-last-child(1) .decorative-dot,
	.decorative-wrapper .my-row-thin div:nth-last-child(2) .decorative-dot {
		margin-bottom: 0 !important;
	}
	.decorative-wrapper .big-button-light {
		margin-top: 15px;
	}
}
.mod-prefooter .container-read {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.con-prefooter {
	margin-top: 75px;
}
.mod-prefooter {
	margin-top: 50px;
}
.con-pre-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.con-desc {
	font-size: 20px;
	margin-bottom: 30px;
}
.mod-prefooter .con-desc,
.mod-prefooter .con-number, 
.mod-prefooter .con-email a {
	text-align: center;	
}
.con-click,
.con-click .con-number,
.con-email a {
	width: max-content;
}
.con-header {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
.con-click {
	position: relative;
}
.con-number,
.con-email a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-font-color);
    text-decoration: none;
    cursor: pointer;
	line-height: 1.5;
}
.con-number:hover,
.con-email a:hover {
	color: var(--bs-hover);
}
.con-click .multi-number-wrapper {
	right: auto;
	left: 0;
}
.con-prefooter .big-button {
	display:block;
	margin-top: 30px;
}
.mod-prefooter .big-button {
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 992px) {
	.prefooter-image {
		height: 200px;
	}
	.con-desc {
		font-size: 18px;
	}
}
@media all and (max-width: 767px) {
	.con-prefooter {
		margin-top: 50px;
	}
	.con-pre-right {
		display: none;
	}
}
/* Footer */
footer {
	background: #333;
	padding: 30px 0 20px 0;
	color: var(--bs-white);
	margin-top: 75px;
	
}
.footer-header {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
footer li {
	list-style: none;
}
footer .footer-col li {
	margin-bottom: 7px;
}
.footer-col a {
	color: var(--bs-white);
	font-size: 16px;
	text-decoration: none;
}
.footer-col a:hover {
	text-decoration: underline;
}
.footer-col .parent {
	display:none;
}
.footer-num-wrap {
	position: relative;
}
.footer-num {
	cursor: pointer;
	position: relative;
}
.footer-num-wrap .multi-number-wrapper {
	right: auto;
	left: 0;
}
.footer-num-wrap .dropdown-menu a {
	color: var(--bs-font-color);
}
.footer-social {
	display: flex;
	margin-top: 3px;
}
.footer-social a {
	margin-right: 10px;
	font-size: 28px;
}
.footer-social a:hover {
	color:#ccc;
}
.copyInfo {
	margin-top: 30px;
	font-size: 14px;
}
.copyInfo a {
	color: var(--bs-white);
}
.CI-line {
	display: flex;
}
.form-hidden {
    display: none;
}
.chk-label {
    width: 100%;
    display: flex;
	align-items: flex-start;
}
#chck {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.chk-text {
    font-size: 15px;
    line-height: normal;
    display: block;
    margin-bottom: 15px;
}
.chk-text a {
    color: var(--bs-main);
}
.rf_submit {
    cursor: pointer;
    background: var(--bs-main) !important;
    border: none;
    border-radius: 3px !important;
    font-family: 'Inter',sans-serif;
    font-size: 15px !important;
    color: var(--bs-white);
}
.rf_submit:hover {
    background: var(--bs-hover) !important;
}
.rf_submit_disabled {
    cursor: not-allowed !important;
    user-select: none !important;
    pointer-events: none !important;
    background: #ffe9da !important;
    border: none;
    border-radius: 3px !important;
    font-family: 'Inter',sans-serif;
    font-size: 15px !important;
    color: #fff;
}
@media all and (max-width: 992px) {
	footer .footer-col {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 767px) {
	footer  {
		margin-top: 50px;
	}
	.footer-col  {
	margin-bottom: 30px;
	}

	.footer-header {
		margin-bottom: 7px;
	}
	footer li {
		line-height: 1.5;
		margin-bottom: 7px;
	}
	.CI-line {
		display: block;
	}
	.copyInfo .nav {
		margin-left: 0;
	}
	.fancybox-content {
		padding: 15px !important;
		padding-top: 40px !important;
	}
}
/* END Footer*/
/* END HOME */
.breadcrumb {
	font-size: 14px;
	margin-bottom: 30px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a {
	color: var(--bs-font-color);
	text-decoration: none;
}
.breadcrumb a:hover {
	color: var(--bs-hover);
}
.mod-breadcrumbs__item:after {
	margin-left: 4px;
	margin-right: 4px;
	content: ">";
}
.mod-breadcrumbs__item:last-child:after {
	margin-left: 0;
	margin-right: 0;
	content: "";
}
/* SERVICES */
.page-banner {
    height: 150px;
    position: relative;
	background: var(--bs-gray-back);
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}
.page-banner h1 {
	text-align: left;
}
.page-service-line {
	display: flex;
    flex-wrap: wrap;
}
.page-service-line:nth-child(odd) {
    flex-direction: row-reverse;
}
.page-service-line:nth-child(odd) .psl-data {
   padding-left: 30px;
}
.page-service-line:nth-child(even) .psl-data {
   padding-right: 15px;
}
.psl-data, .psl-image {
    width: 50%;
}
.psl-data {
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.page-service-text ul {
	margin-left: 0;
}
.page-service-text li {
	list-style: none;
}
.psl-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 420px;
}
.psl-data h2 {
	font-size: 28px;
}

@media all and (max-width: 1200px) {
	.page-banner {
		height: 100px;
	}
}
@media all and (max-width: 992px) {
	.psl-image {
		height: 450px;
	}
}
@media all and (max-width: 767px) {
	.page-service-line {
		display: block;
	}
	.psl-data, .psl-image {
		width: 100%;
	}
	.psl-image {
		margin-bottom: 10px;
	}
	.psl-data h2 {
		font-size: 25px;
	}
	.psl-image {
		height: 200px;
	}
	.page-service-line:nth-child(odd) .psl-data {
		padding-left: 0;
	}
	.page-banner h1 {
		word-break: break-all;
	}
}
/* END SERVICES */

/* GALLERY */
.page-gallery li {
	list-style: none;
}
.page-gallery .mygal a {
	height: 200px !important;
}
.page-gallery .mygal a img {
	height: 200px !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
@media all and (max-width: 992px) {
	.page-gallery .mygal a,
	.page-gallery .mygal a img {
		height: 150px !important;
	}	
}
/* END GALLERY */
/* TEXT PAGE */
.sigFreeClear {
	display:none;
}
.page-textpage img {
	max-width: 100%;
}
.page-textpage .container-read a {
	color: var(--bs-main);
}
.page-textpage .container-read a:hover {
	color: var(--bs-hover);
}
/* END TEXT PAGE */

/* TESTIMONIALS PAGE */
.page-testimonials .test-dot {
	border: none;
	padding: 0;
	margin-bottom: 30px;
	border-left: 5px solid var(--bs-main);
	padding-left: 15px;
}
.page-testimonials .test-text {
	font-size: 18px;
	line-height: 1.5;
}
.page-testimonials .test-img {
	width: 96px;
	height: 96px;
}
.page-testimonials .test-name a,
.page-testimonials .test-name {
	font-size: 18px;
	font-weight: 500;
}
@media all and (max-width: 992px) {
	.page-testimonials .test-text {
		font-size: 16px;
	}
}
/* END TESTIMONIALS */
/* CONTACT PAGE */
.page-contacts-data ul {
	margin-bottom: 30px;
}
.page-contacts-data li {
	font-size: 20px;
	line-height: 1.6;
	display: -webkit-box;
	list-style: none;
	position: relative;
}
.page-contacts-data li > a {
	color: var(--bs-font-color);
	text-decoration: none;
}
.page-contacts-data li > a:hover {
	color: var(--bs-hover);
}
.contact-num {
	cursor: pointer;
}
.page-contacts-data .multi-number-wrapper {
	right: auto;
	left:0;
}
.page-contacts-data .multi-number-wrapper a:hover {
	text-decoration: underline;
}
.contact-email {
	text-decoration: none;
}
.page-contacts .myform {
	max-width: 100%;
}
#map iframe {
	width: 100%;
    height: 500px;
	margin-bottom: -80px;
	margin-top: 50px;
}
.page-contacts .sscf-success-message .con-none {
	display: none !important;
}
.page-contacts-data .con-number {
	font-weight: 400;
} 
@media all and (max-width: 992px) {
	.page-contacts-data li {
		font-size: 18px;
	}
	#map iframe {
		height: 350px;
	}
}
@media all and (max-width: 767px) {
	#map iframe {
		margin-bottom: -55px;
	}
}
/* END COTANCT PAGE */


/* MANUFACTURING */
.page-manufacturing-banner {
	background: var(--bs-gray-back);
	height: 220px;
	margin-bottom: 15px;
}
.page-manufacturing-banner .container-classic {
	display: flex;
	position: relative;
	height: 100%;
}
.pbi-desc {
	font-size: 20px;
}
.page-manufacturing-banner-info h1 {
	text-align: left;
}
.page-single-manufacturing .page-manufacturing-banner-info {
	width: calc(100% - 440px);
}
.page-manufacturing-banner-img {
	width: auto;
	height: 220px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 0;
}
.page-manufacturing-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page-manufacturing-banner-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pm-faq {
	font-size: 24px;
	text-align: center;
	margin: 50px 0;
}
.manuf-page-dot {
	height: 240px;
	border: 1px solid var(--bs-light-gray);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}
.mpd-img {
	width: calc(100% - 30px);
	height: 145px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}
.mpd-img {
	width: calc(100% - 30px);
	height: 145px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}
.mpd-img img {
	width: auto;
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.mpd-title {
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
}
.seo-desc p {
	font-size: 16px;
    line-height: 1.5;
	margin-bottom: 20px;
}
.page-single-manufacturing .seo-desc p {
	font-size: 18px;
	margin-bottom: 25px;
}
.seo-desc {
	margin-top: 150px;
}
.seo-desc ul, 
.seo-desc ol {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 40px;
}
.page-single-manufacturing .seo-desc ul, 
.page-single-manufacturing .seo-desc ol {
    font-size: 18px;
	margin-bottom: 25px;
}
.page-manufacturing .con-prefooter .container-classic {
	padding: 0;
}
.manuf-single-photo {
	width: 100%;
	height: 320px;
	overflow: hidden;
	margin-bottom: 10px;
}
.manuf-single-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-single-manufacturing .seo-desc {
	margin-top: 30px;
}
.additional-text li {
	list-style: none;
}
@media all and (max-width: 1200px) {
	.pm-faq {
		font-size: 21px;
	}
	.page-single-manufacturing .page-manufacturing-banner-info {
		width: 100%;
	}

}
@media all and (max-width: 992px) {
	.page-manufacturing-banner-img {
		height: 100%;
		top: 0;
		right: 0%;
		opacity: 25%;
		z-index:1;
	}
	.pm-faq {
		font-size: 18px;
	}
	.mpd-img {
		height: 120px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.mpd-img img {
		width: 100%;
	}
	.manuf-page-dot {
		height: 210px;
	}
	.page-manufacturing .my-row-thin div:nth-child(5) .manuf-page-dot{
		margin-bottom: 10px;
	}
	.manuf-single-photo {
		height: 210px;
	}
	.page-single-manufacturing .seo-desc ul, 
	.page-single-manufacturing .seo-desc ol {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.page-manufacturing-banner {
		height: 165px;
		overflow: hidden;
	}
	.pbi-desc {
		font-size: 16px;
	}
	.page-manufacturing-banner-img {
		right: -35%;
	}
	.page-manufacturing-banner-info {
		position: relative;
		z-index: 2;
	}
	.pm-faq {
		font-size: 16px;
		margin: 30px 0;
		text-align: left;
	}
	.manuf-page-dot {
		height: 185px;
		margin-bottom: 10px;
	}
	.page-manufacturing .my-row-thin div:nth-last-child(1) .manuf-page-dot,
	.page-manufacturing .my-row-thin div:nth-last-child(2) .manuf-page-dot{
		margin-bottom: 0;
	}
	.mpd-title {
		font-size: 16px;
		padding: 0 10px;
	}
	.mpd-img {
		height: 90px;
	}
	.seo-desc h3 {
		font-size: 20px;
	}
	.seo-desc {
		margin-top: 75px;
	}
	.page-single-manufacturing .seo-desc {
		margin-top: 30px;
	}
	.seo-desc ul, 
	.seo-desc ol {
		margin-left: 15px;
	}
}

/* END MANUFACTURING */
.deskHide {
	display:none;
}
/* MOBILE MENU */
@media all and (max-width: 1200px) {
	.deskHide {
		display:block;
	}
	.mobHide {
		display:none;
	}
	.mob-header {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
	}
	.mob-header-left,
	.mob-header-right	{
		display: flex;
		align-items: center;
	}
	.moblogo {
		margin-right: 30px;
	}
	header .multi-number-wrapper {
		right: auto;
		left: 0;
	}
	.mod-languages .lang-active a {
		display: none;
	}
	.mob-menu-closed {
		position:absolute !important; 
		z-index:9;
		top:0; 
		left:-700px; 
		background: var(--bs-font-color); 
		width:384px !important;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		margin-bottom:0;
		height:100%;
		display:block !important;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.mob-menu-closed > ul > li > a,
	.mob-menu-closed > ul > li > ul > li > a	{
		color: var(--bs-white) !important;
	}
	.myactive {
		display: block;
	}
	.header-left {
		display: block;
	}
	.header-right {
		justify-content: space-between;
		padding: 0 20px;
	}
	.top-menu > .separator {
		color: var(--bs-white) !important;
	}
	.top-menu .separator {
		display: block;
		margin-right: 0;
		margin-bottom: 9px;
	}
	.top-menu > ul {
		display: block;
		margin-left: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.top-menu li > a {
		line-height: normal !important;
		display: -webkit-box;
		margin-bottom: 9px;
	}
	.top-menu > ul > li > ul {
		opacity: 1;
		visibility: visible;
		width: 100%;
		position: static;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
		/*
		display: none;
		*/
	}
	.top-menu > ul > li > ul > li > a {
		line-height: normal !important;
		display: -webkit-box;
	}
	.top-menu .separator:after,
	.top-menu ul li ul .separator:after	{
		color: var(--bs-white) !important;
	}
	.top-menu ul li ul .parent > span:after {
		content: "\f107";
	}
	.top-menu > ul > li > ul > li > span {
		display: block;
	}
	.top-menu > ul > li > ul .parent > ul {
		opacity: 1;
		visibility: visible;
		position: static;
	}
	.top-menu > ul > li > ul .parent > ul {
		background: none;
		padding: 0;
		box-shadow: none;
		margin-left: 20px;
	}
	.top-menu > ul > li > ul > li a {
		color: var(--bs-white);
	}
		#MobBut {
		background: var(--bs-main); 
		width:35px; 
		height:35px; 
		color:var(--bs-white); 
		border-radius:3px; 
		font-size:22px; 
		text-align:center; 
		line-height:35px; 
		display:block;
		margin-left: 15px;
	}
		.top-menu .separator,
		.top-menu ul li ul .separator		{
			color: var(--bs-white) !important;
			line-height: normal;
		}

		.MobClose {
		display:none; 
		font-size:23px;
	}
		.mOpen {
		display:block !important;
	}
		.mClose {
		display:none;
	}
		.stopScrollMy {  
		width:100vw;
		height:100vh;
		overflow:hidden;
	}
		.menuForScroll { 
		max-height: 100vh;
		overflow-y:scroll;
	} 		
}
.miniDeskHide {
	display: none;
}
@media all and (max-width: 767px) {
	.miniMobHide {
		display:none;
	}
	.miniDeskHide {
		display: block;
	}
	.mob-menu-closed {
		width:265px !important;
	}
	.logo img {
		height: 60px;
	}
	.hd-left, .hd-right {
		align-items: flex-start;
	}
	.hd-right {
		margin-top: 10px;
	}
	.top-menu .separator,
	.top-menu > ul > li > a {
		font-size: 16px;
	}
	.top-menu > ul > li > ul {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.top-menu > ul > li > ul > li > ul a {
		font-size: 14px;
	}
	.top-phone {
		border-bottom: 1px solid #7d7d7d;
		padding: 10px 0 10px 15px;
		margin-bottom: 10px;
	}
	.top-phone > a {
		color: var(--bs-white);
	}
}
/* END MOBILE MENU */