body{
	margin: 0;
	width: 100%;
	max-width: 100vw;
    overflow-x: hidden !important; /* Blocks all horizontal side-scrolling */
}


							/* -------- Hero Section ---------- */


.hero_section{
	position: fixed;
	top: 0;
	background: #000000;
	height: 82px;
	width: 100%;
	z-index:20;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(178,190,181,0.4);
	gap: 84px;
}

.hero_section .hero_logo{
	top: 6%;
	left: 2%;
	position: absolute;
}

.hero_section .hero_logo img{
	height: 75px;
	width: 220px;
}

.hero_section .hero_menu{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero_section .whatsapp{
	position: absolute;
	flex-wrap: wrap;
	top: 20%;
	right: 2%;
	width: 185px;
	height: 50px;
	border-radius: 10px;	
	background: #FF0000;
	box-shadow: inset 1px 1px 30px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.hero_section .whatsapp:hover{
	box-shadow: inset 0px 1px 30px rgba(0,0,0,0.6);
}

.hero_section .whatsapp:active{
	transform: scale(0.98);
}

.hero_section .whatsapp a{
	font-family: 'Poppins',sans-serif;
	font-weight: 601;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px;
}

.hero_section .whatsapp a i{
	margin-left: 3px;
}

.hero_section .hero_menu nav{
	position: relative;
	display: flex;
	text-align: center;
	width: 781px;
	height: 55px;
}

.hero_section>.hero_menu>nav>ul{
	position: relative;
	list-style-type: none;
}
.hero_section>.hero_menu>nav>ul>li{
	float: left;
}

.hero_section::after{
	content: '';
	display: block;
	clear: both;
}

.hero_section .hero_menu nav ul li .sub-menu{
	position: absolute;
	display: none;
	height: 450px;
	width: 317px;
	top: 54px;
	left: 148px;
	border-radius: 0 0 10px 10px;
	background: rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 250px rgba(255,255,255,0.7);
	align-items: center;
	justify-content: center;
}
.hero_section .hero_menu nav ul li .sub-menu ul{
	position: relative;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	display: none;
	
}
.hero_section .hero_menu nav ul li .sub-menu ul li{
	position: relative;
	left: -18px;
	display: flex;
	padding: 5px;
}
.hero_section .hero_menu nav ul li .sub-menu ul li label{
	position: relative;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
	padding: 10px;
}


.hero_section .hero_menu nav ul li label{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 14px;
	font-size: 17px;
	color: #FFFFFF;
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
	cursor: pointer;
	margin: 0 5px;
}

.hero_section .hero_menu nav .underline{
	content: '';
	position: absolute;
	left: 5.8%;
	bottom: 0;
	height: 2px;
	width: 10.1%;
	background: #FF0000;
	border-radius: 10px;
	z-index: 2;
}

.hero_section .hero_menu nav ul li label:hover{
	
	color: #FF0000;
}
.hero_section .hero_menu nav ul li label .arrow .up-arrow{
	position: absolute;
	top: 3px;
	left: 1px;
	display:none;
}

.hero_section .hero_menu nav ul li label .arrow{
	width: 20%;
	position: relative;
	left: 3px;
	top: 2px;
	display: inline;
	z-index: 1;
}

#home:checked ~ nav ul li label.home,
#about:checked ~ nav ul li label.about,
#services:checked ~ nav ul li label.services,
#choose:checked ~ nav ul li label.choose,
#process:checked ~ nav ul li label.process,
#contact:checked ~ nav ul li label.contact{
	color: #FF0000;
}

#home:checked ~ nav .underline{
	left: 5.8%;
}
#about:checked ~ nav .underline{
	left: 17.2%;
	width: 13.5%;
}

#choose:checked ~ nav .underline{
	left: 48%;
	width: 20.7%;
}
#process:checked ~ nav .underline{
	left: 70.1%;
	width: 12.2%;
}
#contact:checked ~ nav .underline{
	left: 83.6%;
	width: 15.7%;
}

input[type="checkbox"]{
	display: none;
}

input[type="radio"]{
	display: none;
}

#services:checked ~ nav ul li ul,
#services:checked ~ nav ul li .sub-menu{
	display: block;
}

#services:checked ~ nav ul li label .arrow .up-arrow{
	display: block;
}

#services:checked ~ nav ul li label .arrow .down-arrow{
	color: #000000;
}

#dtf:checked ~ nav ul li .sub-menu ul li label.dtf,
#screen:checked ~ nav ul li .sub-menu ul li label.screen,
#laser-c:checked ~ nav ul li .sub-menu ul li label.laser-c,
#laser-e:checked ~ nav ul li .sub-menu ul li label.laser-e,
#fusing:checked ~ nav ul li .sub-menu ul li label.fusing,
#heat:checked ~ nav ul li .sub-menu ul li label.heat,
#fancy:checked ~ nav ul li .sub-menu ul li label.fancy,
#custom:checked ~ nav ul li .sub-menu ul li label.custom{
	box-shadow: inset 1px 1px 30px rgba(255,0,0,0.7);
}

#dtf:checked ~ nav ul li label.services,
#screen:checked ~ nav ul li label.services,
#laser-c:checked ~ nav ul li label.services,
#laser-e:checked ~ nav ul li label.services,
#fusing:checked ~ nav ul li label.services,
#heat:checked ~ nav ul li label.services,
#fancy:checked ~ nav ul li label.services,
#custom:checked ~ nav ul li label.services{
	color: #FF0000;	
}

#dtf:checked ~ nav .underline,
#screen:checked ~ nav .underline,
#laser-c:checked ~ nav .underline,
#laser-e:checked ~ nav .underline,
#fusing:checked ~ nav .underline,
#heat:checked ~ nav .underline,
#fancy:checked ~ nav .underline,
#custom:checked ~ nav .underline{
	height: 0;
	width: 0;
}

#dtf:checked ~ nav ul li .sub-menu ul li label.dtf:hover,
#screen:checked ~ nav ul li .sub-menu ul li label.screen:hover,
#laser-c:checked ~ nav ul li .sub-menu ul li label.laser-c:hover,
#laser-e:checked ~ nav ul li .sub-menu ul li label.laser-e:hover,
#fusing:checked ~ nav ul li .sub-menu ul li label.fusing:hover,
#heat:checked ~ nav ul li .sub-menu ul li label.heat:hover,
#fancy:checked ~ nav ul li .sub-menu ul li label.fancy:hover,
#custom:checked ~ nav ul li .sub-menu ul li label.custom:hover{
	color: #FFFFFF;
}

.dtf:active,
.screen:active,
.laser-c:active,
.laser-e:active,
.fusing:active,
.heat:active,
.fancy:active,
.custom:active{
	transform: scale(0.98);
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */




							/* --------------- Home Section ---------------- */
							
							
.home_section{
	width: 100%;
	margin-top: 80px;
	background: #000000;
	position: relative;
	display: flex;
	align-items: center;
	height: 383px;
}

.home_section .text{
	position:relative;
	display: flex;
	width: 50%;
	height: 100%;
	align-items: center;
	margin: 0px 0px 19px 47px;
}

.home_section img{
	width: 100%;
	height: 100%;
	top: 0;
	right: 0px;
	position: absolute;
}
.home_section ul{
	position:relative;
	margin:0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.home_section ul li .welcome{
	position: relative;
	color: #FF0000;
	font-family: "montserrat",sans-serif;
	font-weight: 550;
	font-size: 14px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	top: 24px;
}
.home_section ul li .maa{
	position: relative;
	color: #FFFFFF;
	font-family: "Poppins",sans-serif;
	font-weight: 700;
	font-size: 66px;
	z-index: 1;
	top: 11px;
}
.home_section ul li .print{
	position: relative;
	color: #FF0000;
	font-family: "poppins",sans-serif;
	font-weight: 700;
	font-size: 66px;
	z-index: 1;
	top: -27px;
}
.home_section ul li .slogan{
	position: relative;
	color: #FFFFFF;
	font-family: "poppins",sans-serif;
	letter-spacing: 1px;
	z-index: 1;
	top: -32px;
}

.home_section ul li .line{
	position: relative;
	background: #FFFFFF;
	height: 1px;
	width: 60px;
	border-radius: 10px;
	z-index: 1;
	top: -3px;
}

.home_section .lq{
	display: flex;
	position: relative;
	gap: 20px;
}

.home_section ul li .quality{
	position: relative;
	color: #FF0000;
	font-family: "poppins",sans-serif;
	font-size: 15px;
	z-index: 1;
	top: -15px;
}

.home_section ul li .without{
	position: relative;
	color: #FFFFFF;
	font-family: "poppins",sans-serif;
	font-size: 15px;
	z-index: 1;
	top: -15px;
	left: -12px;
}

.home_section .wc{
	display: flex;
	position: relative;	
}

.home_section ul li .whatsapp1{
	position: relative;
	width: 210px;
	height: 50px;
	border-radius: 10px;	
	background: #FF0000;
	box-shadow: inset 1px 1px 30px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	left: -11px;
}
.home_section ul li .whatsapp1:hover{
	box-shadow: inset 0px 1px 30px rgba(0,0,0,0.6);
}
.home_section ul li .whatsapp1:active{
	transform: scale(0.98);
}
.home_section ul li .whatsapp1 a{
	font-family: 'Poppins',sans-serif;
	font-weight: 601;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px;
}
.home_section ul li .whatsapp1 a i{
	margin-left: 14px;
}

.home_section ul li .contact1{
	position: relative;
	width: 210px;
	height: 46px;
	border-radius: 10px;	
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	margin: 0px 0px 0px 52px;
}
.home_section ul li .contact1:hover{
	box-shadow: inset 0px 1px 30px rgba(255,0,0,0.7);
}
.home_section ul li .contact1:active{
	transform: scale(0.98);
}
.home_section ul li .contact1 a{
	font-family: 'Poppins',sans-serif;
	font-weight: 601;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px;
	display: flex;
	gap: 10px;
	align-items: center;
}



							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
							/* --------------- Services Section ---------------- */
							
.services_section{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	place-items: center;
	height: 630px;
	background: #FFFFFF;
}

.services_section ul{
	list-style-type: none;
}
						
.services_section .survice_heading{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.services_section .survice_heading img{
	position: relative;
	width: 22px;
	height: 18px;
	top: -36px;
}

.services_section .survice_heading h4{
	position: relative;
	color: #FF0000;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 14px;
	top: 82px;
	width: 99px;
}

.services_section .survice_heading h2{
	position: relative;
	color: #000000;
	font-family: "Poppins",sans-serif;
	font-weight: 700;
	font-size: 25px;
	top: 22px;
	width: 187px;
}

.services_section .survice_heading .logo_line{
	background: #FF0000;
	position: relative;
	height: 2px;
	width: 73px;
	border-radius: 10px;
	top: -5px;
	left: -52px;
}

.services_section .survice_heading .logo_line1{
	background: #FF0000;
	position: relative;
	height: 2px;
	width: 73px;
	border-radius: 10px;
	top: -62px;
	left: 51px;
}
							
.services_section .container{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 50px;
	position: relative;
	top: -28px;
	width: 95%;	
}


.services_section .container a .box img{
	width: 45%;
	height: 45%;
}

.services_section .container a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.services_section .container a .box h3,
.services_section .container a .box .text{
	color: #000000;
}

.services_section .container a .box{
	text-align: center;
	padding: 10px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 250px;
	background: #FFFFFF;
	border-radius: 10px;
}

.services_section .break{
	display: none;
}

.services_section .flex_container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.services_section .container a .box h3{
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	font-size: 1vw;
	position: relative;
}

.services_section .container a .box .text{
	font-family: "Poppins",sans-serif;
	font-size: 12px;
	position: relative;
	top: -16px;
}

.services_section .container a .box .line2{
	background: #FF0000;
	position: absolute;
	height: 2px;
	width: 60px;
	border-radius: 10px;
	bottom: 20px;
}

.services_section .container a .box:hover{
	box-shadow: inset 0px 1px 20px rgba(255,0,0,0.5);
}

.services_section .container a .box:active{
	transform: scale(0.98);
}

.services_section .container a .box:active .line2{
	background: #00FF00;
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
							/* --------------- Success Section ---------------- */
							

.success_section{
	position: relative;
	background: #000000;
	height: 324px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 82px;
}

.success_section ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}	
	
.success_section .success_heading{
	position: relative;
	width: 100%;
	top: 54px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.success_section .success_heading img{
	position: relative;
	width: 22px;
	height: 18px;
	top: -116px;
}

.success_section .success_heading h4{
	position: relative;
	color: #FF0000;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 14px;
	width: 117px;
}

.success_section .success_heading h2{
	position: relative;
	color: #FFFFFF;
	font-family: "Poppins",sans-serif;
	font-weight: 700;
	font-size: 25px;
	top: -58px;
	width: 356px;
}

.success_section .success_heading .logo_line3{
	background: #FF0000;
	position: relative;
	height: 2px;
	width: 73px;
	border-radius: 10px;
	top: -86px;
	left: 52px;
}

.success_section .success_heading .logo_line2{
	background: #FF0000;
	position: relative;
	height: 2px;
	width: 73px;
	border-radius: 10px;
	top: -143px;
	left: -52px;
}

.success_section .container{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	align-items: center;
	justify-content: center;
	align-content: center;
	position: relative;
	top: -68px;
	width: 99%;
}

.success_section .container .box img{
	width: 80px;
	height: 80px;
	position: relative;
}

.success_section .container .box .t{
	width: 85px;
	height: 86px;
	position: relative;
}

.success_section .container .box{
	position: relative;
	width: 100%;
	height: 180px;
	display: flex;
}

.success_section .container .flex_container{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	top: 10px;
}

.success_section .container .box h3,
.success_section .container .box .text{
	color: #FFFFFF;
}

.success_section .container >.box{
	text-align: center;
}

.success_section .container .box h3{
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	font-size: 17px;
	position: relative;
	top: -15px;
}

.success_section .container .box .text{
	font-family: "Poppins",sans-serif;
	font-size: 11px;
	position: relative;
	top: -27px;
}


.success_section .container .v_line{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 100%;
	width: 1px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.success_section .container .v_line_p{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 100%;
	width: 1px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.success_section .container .h_line{
	display: none;
}



							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
							/* ------------- Process Section -------------- */
.process_section{
	display: flex;
	gap: 40px;
	justify-content: center;
	width: 100%;
	height: 186px;
	background: #FFFFFF;
	top: 94px;
	position: relative;
}
.process_section ul{
	list-style-type: none;
	padding-left: 62px;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.process_section .heading{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 20%;
	position: relative;
	top: 16px;
	margin-left: -10px;
	align-content: center;
	justify-content: center; 
}

.process_section .heading .icon{
	display: flex;
	align-items: center;
	gap: 8px;
}

.process_section .heading img{
	position: relative;
	width: 22px;
	height: 18px;
}

.process_section .heading h4{
	position: relative;
	color: #FF0000;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 14px;
	margin: 0;
	top: 0px;
}

.process_section .heading h2{
	position: relative;
	color: #000000;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	font-size: 25px;
	top: 0px;
	margin: 0;
}
.process_section .heading .p{
	position: relative;
	color: #000000;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	font-size: 25px;
	margin: 0;
	top: 0px;
}

.process_section .heading .logo_line3{
	background: #FF0000;
	position: relative;
	height: 2px;
	width: 73px;
	border-radius: 10px;
	top: 0px;
}

.process_section .heading .logo_line2{
	background: #FF0000;
	position: relative;
	height: 2px;
	width: 73px;
	border-radius: 10px;
	top: 0px;
}

.process_section .container{
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 28px;
	height: 100%;
	width: 80%;
	top: 26px;
	margin-right: 32px;
}

.process_section .container .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 20%;
	width: 100%;
	position: relative;
}

.process_section .container .if{
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.process_section .container .flex{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 80%;
}

.process_section .container .box img{
	width: 80px;
	height: 80px;
	position: relative;
	left: 2px;
}

.process_section .container .box .flex{
	width: 100%;
	height: 80%;
	position: relative;
}

.process_section .container .box h3,
.process_section .container .box .text{
	color: #000000;
}


.process_section .container .box h3{
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	font-size: 17px;
	position: relative;
}

.process_section .container .box .text{
	font-family: "Poppins",sans-serif;
	font-size: 11px;
	position: relative;
	top: -10px;
}

.process_section .container .box{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	top: 24px;
}

.process_section .container .arrow img{
	width: 50px;
	height: 50px;
	position: relative;
}

.process_section .container .arrow{
	position: relative;
	width: 50px;
	height: 50px;
	left: -5px;
}

.process_section .container .box h2{
	font-family: "Poppins",sans-serif;
	font-weight: 700;
	font-size: 56px;
	position: relative;
	color: rgba(178,190,181,0.7);
	width: 50px;
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
							/* ------------- Contact Section -------------- */
.contact_section{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 230px;
	background: #FFFFFF;
	top: 140px;
	position: relative;
}

.contact_section .whatsapp{
	background: #FF0000;
	margin: 0;
	padding: 0;
	height: 230px;
	width: 50%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.contact_section .whatsapp ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 230px;
}

.contact_section .whatsapp ul li h4{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	position: relative;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 12px;
	top: -9px;
}

.contact_section .whatsapp ul li .c{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	position: relative;
	font-family: "Poppins",sans-serif;
	font-size: 15px;
	top: 12px;
}

.contact_section .whatsapp ul li h2{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	position: relative;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 28px;
	top: 7px;
}

.contact_section .whatsapp .w_box{
	position: relative;
	flex-wrap: wrap;
	width: 220px;
	height: 55px;
	border-radius: 10px;	
	background: #000000;
	box-shadow: inset 1px 1px 30px rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 36px;
	left: 244px;
}

.contact_section .whatsapp .w_box a{
	font-family: 'Poppins',sans-serif;
	font-weight: 601;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.contact_section .whatsapp .contact1{
	position: relative;
	flex-wrap: wrap;
	width: 220px;
	height: 55px;
	border-radius: 10px;	
	background: #000000;
	box-shadow: inset 1px 1px 30px rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	top: -19px;
}

.contact_section .whatsapp .contact1 a{
	font-family: 'Poppins',sans-serif;
	font-weight: 601;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.contact_section .whatsapp img{
	width: 180px;
	height: 150px;
	opacity: 0.5;
	left: 37%;	
	bottom: 0px;
	position: absolute;
}

.contact_section .whatsapp ul li{
	margin: 0;
	padding: 0;
	position: relative;
	top: 34px;
	left: -38px;
}

.contact_section .whatsapp .w_box:hover{
	box-shadow: inset 0px 1px 30px rgba(255,255,255,0.6);
}

.contact_section .whatsapp .w_box:active{
	transform: scale(0.98);
}

.contact_section .whatsapp .contact1:hover{
	box-shadow: inset 0px 1px 30px rgba(255,255,255,0.6);
}

.contact_section .whatsapp .contact1:active{
	transform: scale(0.98);
}

.contact_section .contact{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 230px;
	width: 50%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.contact_section .contact .c_1{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 230px;
	width: 54%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.contact_section .contact .c_1 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 230px;
}

.contact_section .contact .c_1 ul img{
	position: relative;
	width: 35px;
	height: 35px;
	padding: 2px;
}

.contact_section .contact .c_1 ul a{
	text-decoration: none;
}

.contact_section .contact .c_1 ul .text{
	position: relative;
	color: #FFFFFF;
	top: -16px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 14px;
	left: 7px;
}

.contact_section .contact .c_1 ul .add .kol{
	position: relative;
	color: #FFFFFF;
	left: 40px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.contact_section .contact .c_1 ul .add{
	position: relative;
	color: #FFFFFF;
	top: -22px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 14px;
	left: 7px;
}

.contact_section .contact .c_1 ul li h2{
	position: relative;
	color: #FF0000;
	top: -2px;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_1 ul li{
	position: relative;
	left: -5px;
	top: 12px;
}

.contact_section .contact .v_line{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 200px;
	width: 1px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.contact_section .contact .c_2{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 215px;
	width: 46%;
}

.contact_section .contact .c_2 .follow{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 50%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.contact_section .contact .c_2 .follow ul img{
	position: relative;
	width: 40px;
	height: 40px;
	padding: 2px;
}

.contact_section .contact .c_2 .follow ul .mail{
	position: relative;
	left: 13px;
}

.contact_section .contact .c_2 .follow ul li{
	position: relative;
	left: -4px;
	top: -5px;
}

.contact_section .contact .c_2 .follow ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 18px;
}

.contact_section .contact .c_2 .follow ul a{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_2 .follow h2{
	position: relative;
	color: #FF0000;
	top: -8px;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_2 .open{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 50%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.contact_section .contact .c_2 .open ul li{
	position: relative;
	left: 0px;
}

.contact_section .contact .c_2 .open ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_2 .open ul a{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_2 .open h2{
	position: relative;
	color: #FF0000;
	top: -6px;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_2 ul li .text{
	position: relative;
	color: #FFFFFF;
	top: 8px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 15px;
	left: -18px;
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
							/* ------------- Copyright Section -------------- */
.copyright_section{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	background: #000000;
	top: 139px;
	position: relative;
	border-top: 1px solid rgba(178,190,181,0.4);
}

.copyright_section .text{
	position: relative;
	color: #FFFFFF;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 12px;
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							
							
/* Dynamically scales page content down on mobile screens */
@media screen and (max-device-width: 768px) {
  body {
    zoom: 1.39; /* Shrinks full layout to 60% size so everything fits on phone screens */
    -moz-transform: scale(1.39) !important;
    -moz-transform-origin: 0 0 !important;
  }
  
  							/* -------- Hero Section ---------- */
  .hero_section .whatsapp{
	  display: none !important;
  }
  
  .hero_section .hero_menu{
	position: absolute;
	top: 50%;
	left: 60.2%;
	transform: translate(-50%, -60%);
}

.hero_section .hero_menu nav ul li .sub-menu{
	position: absolute;
	top: 58px;
	left: 144px;
}
						/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */


						/* --------------- Home Section ---------------- */
.home_section{
	margin-top: 81px;
	height: 450px;
}

.home_section .text{
	margin: 0px 0px 22px 26px !important;
}

.home_section ul li .maa{
	display: flex;
	flex-direction: column;
}

.home_section ul li .maa .break + .break{
	margin-top: -38px;
}

.home_section .lq{
	position: relative;
	top: -2px;
}

.home_section ul li .whatsapp1{
	width: 160px;
	height: 45px;
	border-radius: 8px;	
}

.home_section ul li .whatsapp1 a{
	font-size: 14px;
}
.home_section ul li .whatsapp1 a i{
	margin-left: 5px;
}

.home_section ul li .contact1{
	width: 160px;
	height: 41px;
	border-radius: 8px;	
	margin: 0px 0px 0px 15px;
}

.home_section ul li .contact1 a{
	font-size: 14px;
}
							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							/* --------------- Services Section ---------------- */
							
.services_section{
	margin-top: 120px; 
}
	
.services_section .container{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px;
	column-gap: 25px;
	z-index: 1;
	top: -5px;
}

.services_section .container br{
	display: none;
}

.services_section .container .break{
	display: block;
}


.services_section .container a .box img{
	width: 135px;
	height: 135px;
	position: relative
}

.services_section .container .box .flex_container{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.services_section .container a .box{
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 20px;
	height: 105%;
}

.services_section .container a .box .text{
	position: relative;
	top: -16px;
}

.services_section .container a .box .line2{
	position: absolute;
	border-radius: 10px;
	bottom: 1px;
}
							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							/* --------------- Success Section ---------------- */
							

.success_section{
	margin-top: 160px;
	height: 565px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 23px;
}

.success_section .success_heading{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.success_section .container{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	align-items: center;
	justify-content: center;
	align-content: center;
	place-items: center;
	position: relative;
	width: 99%;
	column-gap: 10px;
	row-gap: 38px;
	height:auto;
}

.success_section .container .box img{
	width: 85px;
	height: 85px;
	position: relative;
}
.success_section .container .icon{
	position: relative;
	display: flex;
	width: 34%;
	justify-content: center;
	align-items: center;
}

.success_section .container .box .t{
	width: 90px;
	height: 91px;
	position: relative;
}

.success_section .container .box{
	position: relative;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	text-align: center;
	gap: 15px;
}

.success_section .container .flex_container{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.success_section .container .break{
	display: flex;
	width: 66%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.success_section .container .box h3{
	font-size: 1.22vw;
	position: relative;
	top: -15px;
}

.success_section .container .box .text{
	font-size: 0.8vw;
	position: relative;
	top: -27px;
}

.success_section .container .v_line{
	height: 100%;
}

.success_section .container .v_line_p{
	display: none;
}

.success_section .container .h_line{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 1px;
	width: 90%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							/* ------------- Process Section -------------- */
.process_section{
	display: flex;
	flex-direction: column;
	gap: 0px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 508px;
	margin-top: -2px;
	position: relative;
}
.process_section ul{
	padding: 0px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 0 0 9px;
}

.process_section li	{
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}


.process_section .heading{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: relative;
	top: 15px;
	align-items: center;
	justify-content: center; 
}

.process_section .heading .icon{
	display: flex;
	align-items: center;
	justify-content: center; 
	gap: 8px;
}

.process_section .heading .per{
	position: relative !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	top: -2px;
}

.process_section .container{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	align-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
	column-gap: 0px;
	height: 100%;
	width: 95%;
	top: 26px;
	margin-right: 0px;
	place-items: center;
	row-gap: 21px;
}

.process_section .container .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 100% !important;
	width: 50% !important;
	position: relative;
}

.process_section .container .if{
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: center;
	gap: 15px;
	height: 100%;
	width: 100%;
}

.process_section .container .box img{
	width: 80px;
	height: 80px;
	position: relative;
	left: 2px;
}

.process_section .container .box .flex{
	width: 50%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.process_section .container .box{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px;
	top: 0px;
}

.process_section .container .arrow{
	display: none;
}

.process_section .container .v_line{
	background: rgba(178,190,181,0.7);
	position: relative;
	height: 100%;
	width: 1px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.process_section .container .h_line{
	background: rgba(178,190,181,0.7);
	position: relative;
	height: 1px;
	width: 90%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							/* ------------- Contact Section -------------- */
.contact_section{
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	margin-top: 190px;
	top: 0px;
	position: relative;
	z-index: 1;
}

.contact_section .whatsapp{
	background: #FF0000;
	margin: 0;
	padding: 0;
	height: 50%;
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.contact_section .whatsapp ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 11px 0 9px -230px;
}

.contact_section .whatsapp img{
	width: 250px;
	height: 220px;
	opacity: 0.5;
	right: 30.4%;	
	left: 69.6%;
	bottom: 53.6%;
	position: absolute;
}

.contact_section .contact{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 50%;
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.contact_section .contact .c_1{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 50%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 20px 0 20px 0;
}

.contact_section .contact .c_1 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact_section .contact .c_1 ul li h2{
	position: relative;
	color: #FF0000;
	top: -5px;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 13px;
	margin: 0;
	padding: 0;
}


.contact_section .contact .v_line{
	background: rgba(178,190,181,0.5);
	position: relative;
	height: 200px;
	width: 1px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.contact_section .contact .c_2{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 50%;
	gap: 34px;
	display: flex;
	flex-direction: column;
	margin: 20px 0 20px 0;
}

.contact_section .contact .c_2 .follow{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 50%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.contact_section .contact .c_2 .follow ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 18px;
}


.contact_section .contact .c_2 .follow h2{
	position: relative;
	color: #FF0000;
	top: -11px;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_2 .open{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 50%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
}


.contact_section .contact .c_2 .open ul a{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_2 .open h2{
	position: relative;
	color: #FF0000;
	top: -9px;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-weight: 550;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.contact_section .contact .c_2 ul li .text{
	position: relative;
	color: #FFFFFF;
	top: 8px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 15px;
	left: -18px;
}
							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
							
							
							/* ------------- Copyright Section -------------- */
.copyright_section{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background: #000000;
	margin-top: -1px;
	top: 0px;
	position: relative;
	border-top: 1px solid rgba(178,190,181,0.4);
}

.copyright_section .text{
	position: relative;
	color: #FFFFFF;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 12px;
}
							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */
}


							/* -------- XXXXXXXXXXXXXXXXXXXXXXXXX ---------- */