* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'itc_avant_garde_gothic_stdemi';

}

body {
	font-family: 'itc_avant_garde_gothic_stdemi';
}
@font-face {
	font-family: 'itc_avant_garde_gothic_stdemi';
	src: url('../fonts/itc_avant_garde_gothic_std_demi-webfont.woff') format('woff2'),
		url('../fonts/itc_avant_garde_gothic_std_demi-webfont.woff2') format('woff');
	font-weight: normal;
	font-style: normal;

}


a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
		color:#fff;
	text-decoration: none;

}

/*======================================================
Navbar
======================================================*/
#navbar {
	background: transparent;
	color: rgb(13, 26, 38);
	position: absolute;
	top: 0;

	line-height: 60px;
	width: 100vw;
	z-index: 4;
}

nav#navbar {
	display: flex;
	background-color: transparent;
	width: 100%;
	justify-content: space-around;
	align-items: baseline;
	padding-top: 10px;
}

.get-in {
	display: inline;

}

.nav-wrapper {
	margin: auto;
	text-align: center;
	width: 100%;
}

.video-container video {
	width: 100%;
	height: 100%;
	background-size: cover;
}

#navbar ul {
	display: flex;
	justify-content: center;
	transition: transform 0.5s ease-out;
	-webkit-transition: transform 0.5s ease-out;
	padding-left: 0px !important;
	margin-bottom: 1rem;
}

@media(max-width: 640px) {
	#navbar ul {
		display: none;
	}
}

@media(orientation: landscape) {
	#navbar ul {
		display: inline-block;
	}
}

#navbar li {
	display: inline-block;
}

#navbar li a {
	color: rgb(0 0 0);
	display: block;
	font-size: 16px;
	height: 50px;
	margin: 0 10px;
	padding: 0 4px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	font-weight: 500;
}

#navbar li a:hover {
	color: #c50222;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

/* Animated Bottom Line */
#navbar li a:before,
#navbar li a:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: -1px;
	background: #c50222;
}

#navbar li a:before {
	left: 0;
	transition: 0.5s;
}

#navbar li a:after {
	background: #c50222;
	right: 0;
}

#navbar li a:hover:before {
	background: #c50222;
	width: 100%;
	transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
	background: transparent;
	width: 100%;
	/* transition: 0s; */
}

.get-in a {
	padding: 10px 30px;
	background-color: #c50222;
	border-radius: 40px;
	color: #fff;
	text-decoration: none;
}

.content-1 a{
  text-decoration: none;
}
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 9999;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	animation: breathe 2s ease-in-out infinite;
  }
  
  /*Estilos solo al icono whatsapp*/
  .whatsapp-btn i {
	color: #fff;
	font-size: 24px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
  }
  
  /*Estilos con animation contorno respirando*/
  @keyframes breathe {
	0% {
	  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	70% {
	  box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}
	100% {
	  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
  }
  
  /*Estilos de animacion del icono latiendo*/
  @keyframes beat {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.2);
	}
	100% {
	  transform: scale(1);
	}
  }













/* Responsive Mobile Menu  */
.overlay-menu {
	background: #810025;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 15px;
    transform: translateX(-100%);
    width: 100vw;
    height: 100vh;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    z-index: 3;
    flex-direction: column;
    z-index: 9;
}

.overlay-menu ul {
	margin-top: 50px;
}

.overlay-menu ul,
.overlay-menu li {
	display: block;
	position: relative;
	width: 100%;
}

.overlay-menu li a {
	display: block;
	font-size: 1em;
	letter-spacing: 4px;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}

.overlay-menu li a:hover,
.overlay-menu li a:active {
	color: rgb(29, 18, 18);
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

/*======================================================
Belakang
======================================================*/
/*======================================================
Video
======================================================*/
#video-container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -3;
}
 
.color-overlay {
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(50, 43, 162, 1) 0%, rgba(20, 214, 173, 1) 68%, rgba(225, 233, 13, 1) 100%);
	opacity: .3;
	position: absolute;
}

/* .content-1 {
position: relative;
top: 57%;
left: 60%;
width: 100%;
transform: translate(-50%,-50%);
text-align: center;
z-index: 2;
} */
section.showcase {
	position: absolute;
	left: 0px;
	bottom: 5rem;
	left: 10rem;
}

.content-1 h1 {
	font-size: 3em;
	margin: 10px 0;
	color: #fff;
	font-family: 'itc_avant_garde_gothic_stdemi';

}
.showcase h1 span{
	color: #c50222;
}


p {
	font-family: 'Montserrat', sans-serif;
}


.content-1 p {
	font-size: 22px;
	margin: 10px 0;
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}


.about-us {
	position: relative;
	z-index: 1;
}

.about-us:after {
	content: "";
	height: 300px;
	position: absolute;
	bottom: 35px;
	margin: 0 auto;
	z-index: -1;
	left: -173px;
	width: 300px;
	border-radius: 50%;
	background: linear-gradient(45deg, #ff00009d, #e52e71ce);
	filter: blur(8px);
	-webkit-filter: blur(100px);
}

.about-banner {
	padding: 80px 0;
	background-color: #000511ec;
}

.about-us h2 {
	color: #d01349;
	font-weight: 700;
	text-transform: uppercase;
}

.about-us h3 {
	color: #fff;
	font-weight: 500;
}

.about-us img {
	display: flex;
}

.about-side p {
	color: #c8c9cc;
	text-align: left;

	font-size: 21px;
}

.about-side img {
	width: 100%;
	height: 100%;

}

.about-side-img-2 :first-child {
	background-image: linear-gradient(red, yellow);
}

/* .about-side {
	position: relative;
} */
/* .about-side:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 32%;
  background: linear-gradient(177deg,rgb(19 24 35) 49%, rgb(19 24 35) 77%, rgb(19 24 35) 83%, rgb(19 24 35) 100%);
} */

/* .digital.product {
  position: absolute;
  z-index: 1;
} */

.digital.product {
	position: relative;
	z-index: 1;
}

.digital.product:after {
	position: absolute;
	content: "";
	width: 250px;
	height: 250px;

	top: 0;
	right: 0;
	z-index: -1;
	background: linear-gradient(45deg, #ff00009d, #e52e71ce);
	filter: blur(8px);
	-webkit-filter: blur(130px);
}















.about-power {
	position: absolute;
	bottom: -217px;
	right: 0px;
	margin: 0 auto;
	z-index: -1;
	overflow: hidden;
}

.container .p-4 .bg-transparent {
	color: #fff;

}

.accordion-banner {
	padding: 50px 0;
	background: #C10223;
	background: linear-gradient(180deg, #C10223, #000611);
}

.service-block {
	text-align: center;
	color: #fff;
}

.sevices img {
	width: 100%;
}

.sevices {
	padding-top: 50px;
}

.panel ul {
	padding: 0;
	margin: 0;
}

.panel li {
	display: inline-flex;
	list-style: none;
	flex-wrap: wrap;
	margin-top: 15px;
}

.panel a {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	padding: 12px 25px;
	background-color: #b2021f;
	border-radius: 30px;
	font-size: 14px;
}


.row_flex {
	display: flex;
	gap: 15px;
	padding: 60px 0;
}

.row_flex {
	display: flex;
	gap: 15px;
	flex-direction: row-reverse;
}



.accordion_images img {
	opacity: 0;
	transition: 0.3s;
}

.accordion_images img:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
}

.accordion_images img.active {
	opacity: 1;
}

.accordion {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	background-color: transparent !important;
	border-bottom: 1px solid #4b2e37;
	padding-bottom: 20px;
}
.accordion_intro {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.accordion_intro::before {
	content: '\f107'; 
	font-family: 'FontAwesome'; 
	margin-right: 8px; 
	transition: transform 0.3s ease; 
	float: right;
	color: white;
}

.accordion_active .accordion_intro::before {
	-webkit-transform: rotate(180deg);
	 -moz-transform: rotate(180deg);
	 transform: rotate(-180deg);
}













.accordion_content {
	color: #fff;
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	will-change: max-height;
	transition: all 0.25s ease-out;
	opacity: 0;
}

.accordion h4,
.accordion p {
	margin: 0;
	line-height: 1;
}

.accordion h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
  font-family: 'Ubuntu', sans-serif;

}

.accordion p {
	color: #f1f1f1;
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.5;
}

.accordion_active .accordion_content {
	padding: -3px 0px 20px;
	opacity: 1;
}


#portfolio { background: radial-gradient(at right center, rgb(0, 5, 17), rgb(0, 5, 17)); padding-bottom: 80px;;}




.portfolio-banner {
	/* background: rgba(155, 25, 25, 0.801);
	 */
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}

.portfolio-heading:before {
	position: absolute;
	content: "";
	width: 300px;
	height: 300px;
	background-color: aquamarine;
	bottom: 40px;
	left: 0;
	z-index: -1;
	background: linear-gradient(45deg, #ff00009d, #e52e71ce);
	filter: blur(8px);
	-webkit-filter: blur(120px);
}

.portfolio-heading:after {
	position: absolute;
	content: "";
	width: 300px;
	height: 300px;
	background-color: aquamarine;
	top: 40px;
	right: 0;
	z-index: -1;
	background: linear-gradient(45deg, #ff00009d, #e52e71ce);
	filter: blur(8px);
	-webkit-filter: blur(120px);
}

.portfolio-heading {
	position: relative;
	z-index: 1;
  padding-top: 40px;
}


.portfolio-heading h2 {
	color: #b2021f;
	text-align: center;
	font-weight: 600;
}

.portfolio-heading p {
	color: #aaaaaa;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	font-family: 'itc_avant_garde_gothic_stdemi';
}
.portfolio-heading p span {
	color: #fff;
	font-size: 32px;
}
.Industrial-Supplies {
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
	top: -40px;
}

.Industrial-Supplies:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 70%;
	top: -17px;
	filter: blur(8px);
	-webkit-filter: blur(34px);
	z-index: -1;
}

.supplies h3 {
	color: #b2021f;
	font-weight: 700;
	font-size: 25px;

}

/* .port-img{
	width: 100%;
} */

.supplies {
	position: absolute;
	z-index: 1;
	left: 20px;
}

.modal-dialog { max-width: 50vw !important; }


.supplies-2{
	position: absolute;
	color: #b2021f;
	z-index: 1;
}

.Industrial {
	/* position: absolute; */
	z-index: 1 !important;
}

.Industrial p {
	color: #ffffff;
	font-weight: 300;
	font-size: 23px;
	font-family: 'Montserrat', sans-serif;
}

.Industrial-power img {
	width: 70%;
}

 .Industrial-power {

	position: absolute;
	right: -100px;
	top: -40px;
	z-index: -1;
} 
.explore-para{
	position: relative;
}

.explore-banner {
    padding-top: 40px;
	padding-bottom: 0px;
	overflow: hidden;
	z-index: 1;
	display:none;
}

.explore-banner .supplies-2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 70%;
	top: -17px;
	filter: blur(8px);
	-webkit-filter: blur(34px);
	z-index: -1;
}


.explore {
	padding-bottom: 30px;
}

.explore img {
	width: 100%;
	border-radius: 34px 34px 0px 0px;
}

.explore-para {
	position: relative;
	z-index: 1;
	top: -30px;
}
.explore-para p {
	margin-bottom: 40px;
}
.explore-para p {
	color: #ffffff;
	font-weight: 300;
	font-size: 23px;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
}

.Industrial a {
	color: #beb4b4;
	border: none;
	text-decoration: none;
}
.Industrial a:hover {
	color: #ffffff;
}

.explore-para a {
    color: #b2021f;
    border: none;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.explore-para a:hover {
	color: #ffffff;
}

.clients-banner {
	padding: 80px 0;
	background-color: #f0f0f0;
}

.whats-clients-say {
	text-align: center;
	padding: 6px 0;
}

.whats-clients-say h2 {
	color: #b2021f;
	font-weight: 700;
	padding-bottom: 10px;
}

.whats-clients-say h4 {
	font-weight: 500;
	padding-bottom: 20px;
	font-size: 30px;
}

.image-ceo {
	position: relative;
}
.anu{
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: #fff;

		position: absolute;
		top: 0;
		left: 110px;
	}

.anu img{
	width: 100%;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	object-fit: contain;
}

.sanjeev{
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: #fff;
		
}

.sanjeev img{
	width: 100%;
	border-radius: 50%;
	height: 150px;
	width: 150px;
}




.double img {
	width: 50px;
	border-radius: 0px !important;
}

.double {
	position: absolute;
	right: 0;
	top: 0px;
	
}
/* 
.image-ceo :nth-child(2) {
	
	left: 110px;
	width: 150px;
	border-radius: 50%;
	height: 150px;
} */

.Sanjeev h5 {
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}

.Sanjeev {
	padding-top: 10px;
}
/* 
.Sanjeev h5:after {
	width: 3px;
	height: 20px;
	background-color: black;
	content: "";
	position: absolute;
	left: 147px;
	top: 2px;
} */
.Sanjeev span:after {
	width: 3px;
	height: 20px;
	background-color: black;
	content: "";
	position: absolute;
	left: 10px;
	top: 2px;
}
.Sanjeev h5 span {
	padding-left: 17px;
	position: relative;
}

.Sanjeev p {
	font-weight: 300;
	color: #666666;
	font-size: 19px;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: transparent !important;
}

.active p {
	font-size: 22px;
	font-weight: 400;
	height: 10vh;
}

.tab-2 li,
.tabs-2 li {
	list-style: none;
	display: inline-block;
	padding: 2px 13px;
	color: #000000;
}

.tabs-2 li:hover {
	background: rgba(14, 14, 14, 0.459);
	color: #ffffff;
}

.wrapper .tab-2 li.active {
	display: block;
}

.tab-2 {
	padding: 0;
}

.tab-2 li {
	display: none;
}

.wrapper li.active {
	color: #000000 !important;
	background-color: transparent !important;
}

.tabs-2 li {
	cursor: pointer;
}

.tabs-2 li.active {
	border-bottom: 4px solid rgb(208, 19, 73);
	border-radius: 0px !important;
	
}

.wrapper ul {
	padding-left: 0;

}

ul.tabs-2 {
	text-align: center;
	position: relative;
	z-index: 1;
}

ul.tabs-2:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background-color:#dcdcdc;
	bottom: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

footer:after {
	position: absolute;
	content: "";
	width: 230px;
	height: 230px;
	right: 0;
	top: 0;
	background: linear-gradient(45deg, #ff00009d, #e52e71ce);
	filter: blur(8px);
	-webkit-filter: blur(120px);
}


footer {
	background-color: #000511;
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}

.footer-heading h2 {
	color: #b2021f;
	font-weight: 600;
}

.footer-heading p {
	color: #d4d6d8;
	font-weight: 300;
	letter-spacing: .8;
	font-size: 17px;
}

.foot-circle {
	width: 85px;
	height: 85px;
	background-color: #d4d6d8;
	border-radius: 50%;
}
.foot-circle img {
	width: 100%;
	border-radius: 50%;
	object-fit: fill;
}

.call-option {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	padding-top: 20px;
}

.book-a-call {
	padding-right: 100px;
}


.book-a-call h6 {
	color: #ffffff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.book-a-call p {
	color: #ffffff;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 3rem;
	font-size: 16px;
}


.book-a-call a {
	border: 0 solid #b82552;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: #b82552;
	outline-offset: 0px;
	text-shadow: none;
	-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	outline-color: #b82552;
	outline-offset: 0px;
	text-decoration: none;
	padding: 12px 30px;
	color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.book-a-call a:hover {
	border: 1px solid #b82552;
	box-shadow: inset 0 0 20px #b82552, 0 0 20px #b82552;
	outline-offset: 0px;
	outline-color: #b82552;
	text-shadow: 1px 1px 2px#b82552;
}

.zoom {

	width: 100%;

	overflow: hidden;
}
header.zoom {
    display: contents;
}

.inner {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	right: 0;
	margin: 0 auto;
	text-align: center;
	
}
img.phone {
    width: 100%;
	padding-top: 20px;
}
img.tiles  {
 width: 100%;
 padding-top: 20px;
}



/*.footer-form form {*/
/*	display: grid;*/
/*	grid-template-columns: 48% 48%;*/
/*	column-gap: 2rem;*/
/*}*/

.footer-form h4 {
	grid-column: 1 / -1;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.dropdown-select option {
	font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
}


/*.down {*/
/*	position: relative;*/
/*}*/


/*.dropdown {*/
/*	position: absolute !important;*/
/*	right: 0;*/
/*	bottom: 40px;*/
/*	width: 100%;*/

/*}*/

select.dropdown-select {
	width: 100%;
	height: 100%;
}

select.dropdown-select {
	background-color: transparent;
	color: #5b5e65;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 25px;
	padding-left: 0;
	font-family: 'Montserrat', sans-serif !important;


}

.dropdown option {
	background-color: #000000;
	font-size: 12px;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif !important;
	width: 100% !important;
}

.dropdown-select option:hover {
	background-color: #000000 !important;
	color: #a72828;
	cursor: pointer;
}
.dropdown-select option:active {
	background-color: #000000 !important;
	color: #a72828;
}


.footer-form .text-input {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 1.2rem;
}

.text-input>input {
    background: transparent;
    color: inherit;
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.39);
    padding: 1rem 0rem;
    outline: transparent;
    /*margin-bottom: 15px;*/
    color: #fff;
	font-family: 'Montserrat', sans-serif !important; 
    font-weight: 400;
    /*margin-top: 10px;*/
}

.text-input>input+label {
	transform: translateY(0);
	transition: transform .2s;
	pointer-events: none;
	color: rgba(255, 255, 255, .5);
	font-size: 15px;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
}

.text-input>input:placeholder-shown+label {
	transform: translateY(-3rem);
}

.text-input>input:focus+label {
	transform: translateY(0);
}

.actions {
	display: flex;
	align-items: baseline;
	width: 100%;
	gap: 20px;
	margin-bottom: 40px;
}


.form-group {
	display: block;
	margin-bottom: 15px;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	position: relative;
	cursor: pointer;
}

.form-group label:before {
	content: "";
	background-color: transparent;
	border: 2px solid #5d686feb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.dropdown {
	border-bottom: 1px solid;
    margin-top: 5px;
    padding-bottom: 6px;
}


.actions button {
	color: #bbbbbb;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	background:transparent;
	border:none;
}

.actions label {
	font-weight: 100;
	color: #fff;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

.footer-submit button {
	border: 0 solid #b82552;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: #b82552;
	outline-offset: 0px;
	text-shadow: none;
	-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	outline-color: #b82552;
	outline-offset: 0px;
	text-decoration: none;
	padding: 12px 30px;
	color: #fff;
	background:transparent;
	border:none;
	font-family: 'Montserrat', sans-serif;
}

.footer-submit a:hover {
	border: 1px solid #b82552;
	box-shadow: inset 0 0 20px #b82552, 0 0 20px #b82552;
	outline-offset: 0px;
	outline-color: #b82552;
	text-shadow: 1px 1px 2px#b82552;
}

.line {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	margin-top: 30px;
}

.connet-with-us {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
}

.connet-with-us p {
	color: #cbccce;
	font-family: 'itc_avant_garde_gothic_stdemi';
}

.connet-with-us :nth-child(2) {
	color: #cbccce;
	/* font-size: 22px; */
	font-weight: 600;
	text-decoration: none;
}

.connet-with-us :nth-child(2):hover {
	color: #b82552;
	text-decoration: none;
	transition-duration: 0.5s;
}

.connet-with-us :nth-child(3) {
	color: #cbccce;
	text-decoration: none;
}

.connet-with-us :nth-child(3):hover {
	color: #b82552;
	text-decoration: none;
	transition-duration: 0.5s;
}

.locations {
	padding: 30px 0;
}

.locations p {
	color: #cbccce;
	font-weight: 600;
}

.locations a {
	color: #cbccce;
	font-weight: 500;
	text-decoration: none;
}

.rights-reserved {
	padding-top: 25px;
}

.rights-reserved p {
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.socil-medias button {
	color: #fff;
	text-decoration: none;
	background: transparent;
	border: none;
	font-weight: 300;
	font-size: 14px;
}

.socil-medias {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	gap: 20px;
	padding: 30px 0;
}

.s-icons i,
img {
	margin-right: 7px;
}

.s-icons i:hover {
    transform: scale(1.5);
    color: #9f273b !important;
}




@media(max-width: 920px) {
	.menuIcon {
		cursor: pointer;
		display: block;
		position: absolute;
		right: 15px;
		top: 50px;
		height: 23px;
		width: 27px;
		z-index: 5;
	}
	#navbar li a {
		color: rgb(0 0 0);
		display: none;
		font-size: 16px;
		height: 50px;
		margin: 0 10px;
		padding: 0 4px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		font-weight: 500;
	}
	.menuIcon {
		cursor: pointer;
		display: block;
		position: absolute;
		right: 15px;
		top: 50px;
		height: 23px;
		width: 27px;
		z-index: 5;
	}
}










/*======================================================
Mobile Menu Menu Icon
======================================================*/
@media(max-width: 920px){
	.menuIcon {
		cursor: pointer;
		/* display: block; */
		position: absolute;
		right: 15px;
		top: 50px;
		height: 23px;
		width: 27px;
		z-index: 999;
	}
	#video-container {
		/* width: 100%; */
		height: 55vh;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	

	.get-in-mobile a {
		padding: 8px 28px;
		background-color: #c50222;
		border-radius: 40px;
		color: #fff;
		text-decoration: none;
	}

	.get-in {
		display: none;
		padding-top: 20px !important;
	}

	/* Icon Bars */
	.icon-bars {
		background: #ffffff;
		position: absolute;
		left: 1px;
		top: 45%;
		height: 2px;
		width: 20px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.icon-bars:before {
		background: #ffffff;
		content: '';
		position: absolute;
		left: 0;
		top: -8px;
		height: 2px;
		width: 20px;
		-webkit-transition: 0.3s width 0.4s;
		transition: 0.3s width 0.4s;
	}

	.icon-bars:after {
		margin-top: 0px;
		background: #ffffff;
		content: '';
		position: absolute;
		left: 0;
		bottom: -8px;
		height: 2px;
		width: 20px;
		-webkit-transition: 0.3s width 0.4s;
		transition: 0.3s width 0.4s;
	}

	/* Bars Shadows */
	.icon-bars.overlay {
		width: 20px;
		animation: middleBar 3s infinite 0.5s;
		-webkit-animation: middleBar 3s infinite 0.5s;
	}




	.about-power {
	
		bottom: 0;
	}

	@keyframes middleBar {
		0% {
			width: 0px
		}

		50% {
			width: 20px
		}

		100% {
			width: 0px
		}
	}

	@-webkit-keyframes middleBar {
		0% {
			width: 0px
		}

		50% {
			width: 20px
		}

		100% {
			width: 0px
		}
	}

	.icon-bars.overlay:before {
		width: 10px;
		animation: topBar 3s infinite 0.2s;
		-webkit-animation: leftBar 3s infinite 0s;
	}

	@keyframes topBar {
		100% {
			width: 0px
		}

		50% {
			width: 10px
		}

		0% {
			width: 0px
		}
	}

	@-webkit-keyframes topBar {
		0% {
			width: 0px
		}

		50% {
			width: 10px
		}

		100% {
			width: 0px
		}
	}

	.icon-bars.overlay:after {
		width: 15px;
		animation: bottomBar 3s infinite 1s;
		-webkit-animation: bottomBar 3s infinite 1s;
	}

	@keyframes bottomBar {
		0% {
			width: 0px
		}

		50% {
			width: 15px
		}

		100% {
			width: 0px
		}
	}

	@-webkit-keyframes bottomBar {
		0% {
			width: 0px
		}

		50% {
			width: 15px
		}

		100% {
			width: 0px
		}
	}

	/* Toggle Menu Icon */
	.menuIcon.toggle .icon-bars {
		top: 5px;
		transform: translate3d(0, 5px, 0) rotate(135deg);
		transition-delay: 0.1s;
		transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}

	.menuIcon.toggle .icon-bars:before {
		top: 0;
		transition-delay: 0.1s;
		opacity: 0;
	}

	.menuIcon.toggle .icon-bars:after {
		top: 10px;
		transform: translate3d(0, -10px, 0) rotate(-270deg);
		transition-delay: 0.1s;
		transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}

	.menuIcon.toggle .icon-bars.overlay {
		width: 20px;
		opacity: 0;
		-webkit-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
	}

	section.showcase {
		position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    bottom: 7px;
    text-align: left;
	}

	.content-1 {
		left: 52% !important;
	}

	.showcase h1 {
		font-size: 25px !important;
	}

	.showcase p {
		font-size: 20px !important;
		text-align: center;
	}

	nav#navbar {
		justify-content: space-between;
	}

	.footer-form h4 {
		padding-top: 30px;
	}
	.connet-with-us {
		padding: 10px 0;
	}
	.explore-para a {
		font-size: 17px;
	}
	
	


	.footer-form form {
		display: block !important;
	}

	.acc-container {
		padding: 21px 7px;
	}

	.tabs {
		margin-top: 10px;
		display: flex;
		overflow: hidden;
		flex-wrap: wrap;
		gap: 3px;
		justify-content: flex-start;
	}

	.call-option {
		flex-wrap: wrap;
	}

	footer {
		padding: 25px 20px;
		padding-top: 70px;
	}

	.about-us img {
		display: none !important;
	}

	.digital.product {
		position: inherit !important;

	}

	.about-side {
		position: inherit !important;
	}

	.sevices {
		padding-top: 15px !important;
	}
  .whats-clients-say h4 {
    
     text-align: center;
  }
  .active p {
    text-align: justify;
}
	.acc-container {
		margin: 0px auto !important;
	}

	.supplies {
		position: inherit !important;

	}

	.about-side:after {
		display: none;
	}

	p {
		font-size: 15px !important;
	}

	.content-1 p {
		text-align: left !important;
		font-size: 16px !important;
		padding-left: 15px;
	}
	.double img {
		width: 25px;
	}

	.content-1 h1 {
		text-align: left;
    padding-left: 15px;
	}

	.explore-banner {

		height: auto !important;

	}
	.accordion p {
		margin-top: 4px !important;
	  }

header.rotation {
	height: 48vh !important;
}

.book-a-call {
	padding-right: 0px !important;
}

.dropdown {
	bottom: 24px !important;
}

.dropdown {
	position: inherit !important;
}

.dropdown {
	bottom: 96px !important;
}

.portfolio-heading h2 {
	padding-top: 20px !important;
}
.Industrial-Supplies {
    top: 0 !important; 
}
.row_flex {
  padding: 0px 0;
}
.portfolio-heading p span 
{
 font-size: 19px !important;
 display: inline-block;
}
.moreParagraphs {
    top: 35% !important;
}

.modal-dialog {
    max-width: 100vw !important;
}

br { display: none;}
.explore-para {
    top: 12px !important;
}
.whats-clients-say h4 {
	font-size: 18px;
}
.active p {

 height: auto;
}

}

@media (min-width: 768px) {
	.row_flex {
		display: flex;
		gap: 15px;
	}

}

@media (min-width: 768px) {
	.row_flex .row_inner {
		width: 50%;
	}
}

.row_flex .row_inner img {
	width: 100%;
	border-radius: 5px;
}

.accordion_images {
	position: relative;
}

@media (max-width: 767px) {
	.accordion_images {
		display: none;
	}
}


@media (min-width: 768px) {
	.accordion_content .accordion_image {
		display: none;
	}
}
.mobile { display: none;}
.mob-logo { display: none;}


@media (max-width: 767px) {
	.mobile { display: block;}
	.desktop { display: none;}

	.mob-logo { display: block; padding-top: 15px; padding-left: 15px;}
	.des-logo { display: none;}
	.accordion_content .accordion_image {
		display: block;
		margin-bottom: 0px;
	}
	.get-in-mobile {     margin-top: 50px }


	.about-power {
		display: none;
	}
	.about-us:after{
		display: none;
	}
	.portfolio-heading:before{
		display: none;
	}
	.portfolio-heading:after{
		display: none;
	}
	.portfolio-heading {

		padding-top: 10px;
	}
	/* img.phone {
		
		padding-top: 0px;
	} */
	.explore-banner {
		padding-top: 10px;
		padding-bottom: 10px;

	}
	.about-banner {
		padding: 30px 0;
		
	}
	#portfolio {
			padding: 30px 20px;
			padding-top: 0;
    padding-bottom: 80px;
	}
	footer:after{
		display: none;
	}
	.Industrial-power {
	display: none;
	}
	select.dropdown-select {
		width: 100%;
		height: 100%;
	}
	video {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.anu{
		height: 100px;
		width: 100px;
		border-radius: 50%;
		background-color: #fff;
			position: absolute;
			top: 0;
			left:70px;
		}
	
	.anu img{
		width: 100%;
		border-radius: 50%;
		object-fit: contain;
		height: 100%;
	}
	
	.sanjeev{
		height: 100px;
		width: 100px;
		border-radius: 50%;
		background-color: #fff;
			
	}
	
	.sanjeev img{
		width: 100%;
		border-radius: 50%;
		height: 100%;
	}
	.more {
	
		top: 20px !important;
	
	}
	
	
}


@media (max-width: 560px) { 
	.video-btn {
		width: 50px !important;
	}
	.video-btn img { width: 50px !important; }
	.socil-medias {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		gap: 20px;
		padding: 30px 0;
	}
	.phone, .tiles- { height: 250px; object-fit: cover;  object-position: left;}
	.panel a {
		text-decoration: none;
		color: #fff;
		font-weight: 400;
		padding: 5px 21px;
		background-color: #b2021f;
		border-radius: 30px;
		font-size: 12px;
	}
	.panel ul {
		margin-bottom: 15px;
	}
	.accordion h4 {
		font-size: 20px;
	}
}


.moreParagraphs {
	text-align: center;
    color: white;
}


.o-video {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%; /* 9 / 16 * 100 */
  }
  .o-video > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
  }
  

.more{
    position: relative;
    top: 50px;
    text-align: center;
}

.more button{
   
    margin: 0 auto;
    background: #b2021f;
    border: none;
    border-radius: 10px;
    padding: 15px 45px;
	color: white;
}


.company { 
	font-size: 17px !important;
}

.tiles- {
    width: 87%;
}






/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 502;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }
  
  .mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 503;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }
  
  .mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
  
  .mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
	display: none; }
  
  .mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }
  
  .mfp-ajax-cur {
	cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }
  
  .mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
	cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }
  
  .mfp-loading.mfp-figure {
	display: none; }
  
  .mfp-hide {
	display: none !important; }
  
  .mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504; }
  
  .mfp-preloader a {
	color: #cccccc; }
  
  .mfp-preloader a:hover {
	color: white; }
  
  .mfp-s-ready .mfp-preloader {
	display: none; }
  
  .mfp-s-error .mfp-content {
	display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506; }
  
  button::-moz-focus-inner {
	padding: 0;
	border: 0; }
  
  .mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover, .mfp-close:focus {
	  opacity: 1; }
	.mfp-close:active {
	  top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
	color: #333333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }
  
  .mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px; }
  
  .mfp-arrow {
	position: absolute;
	top: 0;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .mfp-arrow:active {
	margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
	opacity: 1; }
  
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: solid transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
	opacity: 0.8;
	border-top-width: 12px;
	border-bottom-width: 12px;
	top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
	border-top-width: 20px;
	border-bottom-width: 20px; }
  
  .mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after,
	.mfp-arrow-left .mfp-a {
	  border-right: 12px solid black;
	  left: 5px; }
	.mfp-arrow-left:before,
	.mfp-arrow-left .mfp-b {
	  border-right: 20px solid white; }
  
  .mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after,
	.mfp-arrow-right .mfp-a {
	  border-left: 12px solid black;
	  left: 3px; }
	.mfp-arrow-right:before,
	.mfp-arrow-right .mfp-b {
	  border-left: 20px solid white; }
  
  .mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
  
  .mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black; }
  
  .mfp-iframe-holder .mfp-close {
	top: -43px; }
  
  /* Main image in popup */
  img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  
  .mfp-figure {
	line-height: 0; }
  
  .mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }
  
  .mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px; }
  
  .mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px; }
  
  .mfp-image-holder .mfp-content {
	max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
	  padding-left: 0;
	  padding-right: 0; }
  
	.mfp-img-mobile img.mfp-img {
	  padding: 0; }
  
	/* The shadow behind the image */
	.mfp-img-mobile .mfp-figure:after {
	  top: 0;
	  bottom: 0; }
  
	.mfp-img-mobile .mfp-bottom-bar {
	  background: rgba(0, 0, 0, 0.6);
	  bottom: 0;
	  margin: 0;
	  top: auto;
	  padding: 3px 5px;
	  position: fixed;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box; }
  
	.mfp-img-mobile .mfp-bottom-bar:empty {
	  padding: 0; }
  
	.mfp-img-mobile .mfp-counter {
	  right: 5px;
	  top: 3px; }
  
	.mfp-img-mobile .mfp-close {
	  top: 0;
	  right: 0;
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  background: rgba(0, 0, 0, 0.6);
	  position: fixed;
	  text-align: center;
	  padding: 0; }
  
	.mfp-img-mobile .mfp-figure small {
	  display: inline;
	  margin-left: 5px; } }
  @media all and (max-width: 800px) {
	.mfp-arrow {
	  -webkit-transform: scale(0.75);
	  transform: scale(0.75); }
  
	.mfp-arrow-left {
	  -webkit-transform-origin: 0;
	  transform-origin: 0; }
  
	.mfp-arrow-right {
	  -webkit-transform-origin: 100%;
	  transform-origin: 100%; }
  
	.mfp-container {
	  padding-left: 6px;
	  padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
	padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
	padding: 0; }
  .mfp-ie7 .mfp-content {
	padding-top: 44px; }
  .mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }


.modal-content { background: transparent !important; }
.btn-close {--bs-btn-close-bg: url(../images/power.png) !important; }
.video-btn { width: 70px; border-radius: 100%; border: none; }

.new-video { position: relative;}
.moreParagraphs { position: absolute; left: 0; right:0; margin: 0 auto; top: 50%;}





@media only screen and (max-width: 700px) {
	.mobile{
		display: block !important ;
		margin-top: 40px;
	}
	.row_flex {
		padding: 0px 0;
		display: none !important;
	}
	  }
	
	
	
	
	
	
	
	
	
	
	  .mobile{
		display: none;
	  }
	  
	  .faq-drawer {
		margin-bottom: 30px;
	  }
	  
	  .faq-drawer__content-wrapper {
		font-size: 1.25em;
		line-height: 1.4em;
		max-height: 0px;
		overflow: hidden;
		transition: 0.25s ease-in-out;
		color: #fff;
	  }
	  .faq-drawer__content img{
		 width: 100%;
	  }
	  .faq-drawer__title {
		border-bottom: 1px solid #4b2e37;
		cursor: pointer;
		display: block;
		font-size: 1.15em;
		font-weight: 700;
		color: #fff;
		position: relative;
		margin-bottom: 0;
		transition: all 0.25s ease-out;
		padding-bottom: 20px;
	}
	  .faq-drawer__title::after {
		border-style: solid;
		border-width: 1px 1px 0 0;
		content: " ";
		display: inline-block;
		float: right;
		height: 10px;
		left: 2px;
		position: relative;
		right: 20px;
		top: 0px;
		transform: rotate(135deg);
		transition: 0.35s ease-in-out;
		vertical-align: top;
		width: 10px;
	  }
	  
	
	  .faq-drawer__title:hover {
		color: #ffffff;
	  }
	  
	  .faq-drawer__trigger:checked
		+ .faq-drawer__title
		+ .faq-drawer__content-wrapper {
		max-height: 100%;
	  }
	  
	  .faq-drawer__trigger:checked + .faq-drawer__title::after {
		transform: rotate(-45deg);
		transition: 0.25s ease-in-out;
	  }
	  
	  input[type="checkbox"] {
		display: none;
	  }
	  
	  @media only screen and (max-width: 600px) {
		
	  }
	  
	
.input-area  {
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 2rem;
}

@media only screen and (max-width: 800px) {
	.input-area  {
		display: block !important;
		column-gap: 2rem;
	}
  }
	
	
	
select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, #999999 50%),    linear-gradient(135deg, #999999 50%, transparent 50%),    linear-gradient(to right, #000, #0e0e0e);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #b2021f 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #b2021f 50%),
    linear-gradient(to right, #000, #000);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}	

.mob-vie { display:none;  }

@media only screen and (max-width: 560px) {
	.web-vie  {display:none;}
	.mob-vie  {display:block;     height: 58vh;}
	.mob-vie img { width: 100%; height: 100%; object-fit: fill; }
  }


