@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body{background:#7acfd6;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


/* Mobile Layout: 480px and below. */
/*overlaybox*/
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
color:#FFF;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
top:200px;
left:0;

z-index: 101;
}
.cnt223{
min-width: 300px;
width: 250px;
min-height: 150px;
margin: 10px auto;
background:#000;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;

}
.socia{width: 40px;
	float: left;
}

.fa-facebook {
	color: #135786;
}
.fa-linkedin {
  color: #d1a00b;
}
.fa-instagram {
	color: #135786;
}
.fa:hover {
    
	color: white;
	text-decoration: none;
}

.fa a, .fa a:visited{
	text-decoration:none;
	color: #d1a00b;
}

.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 10px;
    font-family: sans-serif;
}
#contact-now{
	font-size:19px;
}


.cnt223 p a{
color: #d91900;
font-size:5px;
}
.cnt223 .x{
float: right;
height: 10px;
left: 22px;
position: relative;
top: -25px;
width: 10px;
}
.cnt223 .x:hover{
cursor: pointer;
}


/*overlaybox end*/
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

#top{
	width:50px;
	height:50px;
	background:#F90;
	color:#FFF;
	position:fixed;
	left:20px;
	bottom:50px;
	border-radius:25px;
	text-align:center;
	padding-top:10px;
}
#top a{
	color:#FFF;
}

#top a:hover{
	color:#930;
	text-decoration:none;
}

#value-added-inner{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 25px;
}
.value-added-inner-smallbox{
	width: 95%;
	height: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	box-sizing: border-box;
	text-align: justify;
	font-size: 14px;
	color: #ab8b2a;
	padding: 0px 0px;
	margin-top: 5px;
	margin-right: 0;
	background-image: url(image/line.png);
	background-repeat: repeat-x;
	margin-left: auto;
}

#text-para{
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #135786;
	margin-top: 100px;
	text-align: center;
}

.about-cont{
	width: 94%;
	height: auto;
	float: none;
	margin: auto;
	color: #ab8b2a;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.aboutblt{
	width: 90%;
	float: left;
}
/*Service*/
	
#service-box{
	width: 100%;
	height: auto;
	margin-top: 150px;
	padding-bottom: 110px;
	color: #ffcb2c;
	float: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
	clear: both;
}
.service-box-cont4 ul{
	list-style:none;
	color: #B78D0C;
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
}
.service-box-cont4 ul li{
	background-color: #b78d0c;
	color: #111111;
	padding: 5px 15px;
	margin: 0px;
	font-size: 18px;
}
.indust-we-provide{
	color: #B78D0C;
	font-family: 'Great Vibes', cursive;
	font-size:45px;
}
.service-box-cont1{
	width: 50%;
	height: auto;
	float: left;
	 
}
.service-box-cont2{
	width: 50%;
	height: auto;
	float: left;
	 
}
.service-box-cont3{
	width: 50%;
	height: auto;
	float: left;
}
.service-box-cont4{
	width: 80%;
	height: auto;
	float: none;
	margin-left: auto;
	margin-top: 150px;
	margin-right: auto;
	clear: both;
	
	
	
}
.indust-we-provide{
	width: 100%;
	height: auto;
	border-radius: 3px;
	text-align: center;
}

/*service end*/



/*registration */
#registered-withus{
	width: 100%;
	height: auto;
	color: #ab8b2a;
	margin-top: 100px;
	text-align: center;
}
#reg-area{
	width:100%;
	height:auto;
	background-color:#099;
}
.form1
{
	width: 90%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin-left: 2%;
}
.form1 h3 a, h3 a:visited{
	font-size: 20px;
	color: #C3831A;
	text-decoration: none;
}

.form1 h3 a:hover{
	font-size: 20px;
	color: #FFC25F;
	text-decoration: none;
}
.form2
{
	width: 90%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-left: 3%;
	padding: 20px;
}
.form1 input{
	width: 90%;
	margin: 10px 0px;
	height: 40px;
}
.form2 input{
	width: 90%;
	margin: 10px 0px;
	height: 45px;
}
#sub{
	width:30%;
	padding:3px 0px;
}
#sub1{
	width:30%;
	padding:3px 0px;
}
textarea{
	width: 80%;
	height: 80px;
}
label{
	color:#FFF;
}
.for-height{
	width:100%;
	height:1000px;
	
}
.employer{
	width: 45%;
	height: auto;
	float: left;
	color: #111111;
	background-color: #b78d0c;
	border-radius: 5px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
	margin-bottom: 300px;
	margin-left: 0%;
}
.employer a{
	text-decoration:none;
	color:#fff;
}
label{
	color: #b78d0c;
	font-family: 'Montserrat', sans-serif;
	 font-size:14px;
}
.employer:hover{
	cursor: pointer;
	background-color: #a97003;
}
.employee:hover{
	cursor: pointer;
	background-color: #a97003;
}
.employee a{
	text-decoration:none;
	color:#fff;
}
.employer h3{
	line-height:35px;
	font-size:15px;
}
.employee h3{
	line-height:35px;
	font-size:15px;
}
.employee{
	width: 50%;
	height: auto;
	float: left;
	background-color: #b78d0c;
	border-radius: 5px;
	text-align: center;
	color: #111111;
	margin-left: 5%;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
}
#emp-wrap{
	width: 80%;
	height: auto;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}	

.reg-with-inner{
	width: 100%;
	width: 100%;
	height: auto;
	margin-top: 300px;
}
/*registration end*/


/*contact*/


#contact-us{
	width: 100%;
	height: 1000px;
	margin-top: 100px;
	font-family: 'Montserrat', sans-serif;
	color: #B78D0C;
}
.adress{
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0%;
	color: #B78D0C;
	font-weight: 100;
	line-height: 22px;
	margin-top: 0px;
	
}
.location{
	width: 100%;
	height: 380px;
	float: none;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	

}
.cont-para{
	width: 100%;
	height: auto;
	margin-top: 90px;
	text-align: center;
	line-height: normal;
	
}
#cont-sec{
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	color: #135786;
}
.cont-sec-1{
	width: 90%;
	height: auto;
	float: none;
	padding-bottom: 35px;
	clear: both;
	
	
	
}
.cont-sec-1 input{
	font-family: 'Montserrat', sans-serif;
	color: #666;
	font-size: 12px;
	padding: 8px;
	margin: 5px 0px;
	width: 90%;
}
.cont-sec-1 textarea
{
	width: 60%;
	columns: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-left: 8px;
	padding-top: 8px;
	
}
.cont-sec-2{
	width: 85%;
	height: auto;
	float: none;
	margin-top: 50px;
	clear: both;
	margin-left: 10%;
	
	
}
.adress-ico{
	width: 5%;
	height: 50px;
	float: left;
	margin-top: 66px;
	
}
.adress-ico i{
	font-size:30px;
}
.adress-cont{
	width: 85%;
	height: auto;
	float: left;
	margin-left: 8%;
	margin-top: 55px;
	font-size: 12px;
}
/*contact end*/



#id
{
	width:100%;
	height:auto;
	background-color:#000;
}
 .whatsapp
{
	width:25%;
	height:40px;
	position:fixed;
	background: #45C655;
	bottom:300px;
	right:10px;
	color:#c69b1f;
	font-size:14px;
	z-index:800;
	line-height: 18px;
	text-align: center;
}
.whatsapp img{width: 20%;}
.whatsapp:a:visited
{
	color:#FFF;
}
.whatsapp a
{
	color:#FFF;
	text-decoration: none;
}
.whatsapp a:hover
{
	cursor:pointer;
	color:#FC0;
}
#test{
	color: #135786;
	font-family: 'Great Vibes', cursive;
	font-size: 45px;
	text-align: center;
}

#test h2{text-align: center;
}
.loader
{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.redirect
{
	width:30%;
	height:auto;
	text-align:center;
	color:#666;
	font-family:arial;
	margin-top:0px;
	letter-spacing:2px;
}
.logo
{
	width:50%;
	height:auto;
}
.under-construction{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	
}
#construction1
{
	font-size:18px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FF9;
}
#id
{
	width:100%;
	height:auto;
	background-color:#000;
}
.loader
{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.redirect
{
	width:6%;
	height:auto;
	text-align:center;
	font-family:arial;
	margin-top:20px;
	letter-spacing:2px;
	color:#C93;
}
.logo
{
	width:auto;
	height:auto;
}
.under-construction{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	
}
#construction1
{
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FF9;
}
#main{
	width: 100%;
	height: auto;

}

/*home*/

#topbar1
{
	width: 100%;
	height: auto;
	border-bottom: #42341c solid 1px;
	background: #220e2a;
}

.navbarmain
{
	width: 100%;
	height: auto;
	float: left;
	color: #ffcb2c;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	margin-left: 0%;
	text-align:center;
	background: #220e2a;
}
.logo-top1
{
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0%;
	padding-left: 0%;	
	padding-right: auto;
}
h2{
	font-family: 'Great Vibes', cursive;
	font-weight: 100;
	font-size: 45px;
	color: #135786;
}
#banner
{
	width: 100%;
	height: auto;
	/*background-image: url(image/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;*/
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.new-way
{
	width: 80%;
	height: auto;
	margin-top: 65%;
	color: #edebeb;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background-color: rgba(255,255,255,0.3);
	text-align: left;
	box-sizing: border-box;
	padding: 30px;
}
.inner-box h3{
	font-size: 22px;
	font-weight: 300;
	text-transform: capitalize;
	color: #b78d0c;
}
.inner-box
{
	width: 100%;
	height: auto;
	
}
.inner-box-img
{
	width:100%;
	height:auto;
	
}
.wrapper{
	width: 100%;
	height: auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 30px;
	box-sizing: border-box;
	color: #ab8b2a;
	
}
.innerbox-inner
{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	text-align: justify;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	min-height: 100px;
	
}
#title-area
{
	width: 100%;
	height: auto;
	text-align: center;
	color: #ab8b2a;
	font-size: 15px;
	margin-top: 100px;
	margin-bottom: 50px;
	font-family: 'Great Vibes', cursive;
}
#title-area1
{
	width: 100%;
	height: auto;
	text-align: center;
	color: #ea8163;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 44px;
}
#title-area h1{
	font-size: 40px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #ea8163;
}
.frntpara{
	color: #c98d7d;
	margin-bottom: 30px;
}

#testmonial-container
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-family:'Montserrat', sans-serif;
	margin-top:20px;
	
}
#whoweare  .inner-box  button{
	background-color:#d08900;
	border:none;
	padding:8px;
	border-radius:5px;
	color:#111111;
	margin-left:5%;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
}
.testmonial-innerbox
{
	width: 98%;
	height: auto;
	/*	background-color: #3c8b92;
*/	border-radius: 5px;
	box-sizing: border-box;
	padding: 5%;
	text-align: center;
	margin-top: 20px;
	color: #2082af;
}
#testmore
{
	background:#d08900;
	color:#111111;
	width:25%;
	margin:auto;
	border-radius:5px;
	
}
.testmonial-innerbox-img{
	width:100%;
	height:auto;
}
.testmonial-innerbox-text{
	width: 100%;
	height: auto;
}
#social-mediabar{
	width: 100%;
	height: 60px;
	text-align: center;
	margin-top: 100px;
}

#social-mediabar h3 a, #social-mediabar h3 a:visited{
	color:#FC3;
}

#social-mediabar h3 a:hover{
	color:#FF6;
	text-decoration:none;
}


#social-mediabar >i
{
	font-size: 18px;
	color: #c69b1f;
	margin-left: 1%;
	margin-right: 1%;
}
hr{
	border:1px solid #332d1c;
	background-color:#332d1c;
}
#copyright
{
	width: 100%;
	height: auto;
	text-align: center;
	color: #0D3D5E;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 20px;
}
#copyright p{
	;
}
#copyright img{
	opacity: 0.5;
}
#more2 {display: none;}
.navbarmain ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	
}
.navbarmain ul li
{
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:0;
	padding-right:0;
	padding-top:10px;
	padding-bottom:10px;
	
}

.navbarmain ul li a
{
	text-decoration: none;
	color: #efb345;
	font-size: 13px;

}


.navbarmain ul li:hover{
	cursor:pointer;
	color: cyan;
	
}

.navbarmain ul li a:hover{
	color: #FFD78E;
	
}

.thankyou{
	color:#FC0;
	text-align:center;
	font-size:xx-large;
	height:100vh;
	flex-direction:column;
	justify-content:center;
	display:flex;
}
clear
{
	clear:both;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
color:#FFF;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
top:200px;
z-index: 101;
}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 10px auto;
background:#000;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
border:2px thick #FFF;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


/*overlaybox end*/

#value-added-inner{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 25px;
}

.value-added-inner-smallbox{
	width: 44%;
	height: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	font-size: 12px;
	color: #ab8b2a;
	margin-top: 5px;
	margin-right: 3%;
	background-image: url(image/line.png);
	background-repeat: repeat-x;
	margin-left: 3%;
	padding-bottom: 0px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0px;
}

/*Service*/
	
#service-box{
	width: 100%;
	height: auto;
	margin-top: 150px;
	padding-bottom: 110px;
	float: none;
	clear: both;
}
.service-box-cont4 ul{
	list-style:none;
	color: #B78D0C;
	font-family: 'Montserrat', sans-serif;
}
.service-box-cont4 ul li{
	background-color: #b78d0c;
	color: #111111;
	padding: 5px 15px;
	margin: 10px 0px;
	font-size: 18px;
}
.indust-we-provide{
	color: #B78D0C;
	font-family: 'Great Vibes', cursive;
	font-size:45px;
}
.service-box-cont1{
	width: 33%;
	height: auto;
	float: left;
	 
}
.service-box-cont2{
	width: 33%;
	height: auto;
	float: left;
	 
}
.service-box-cont3{
	width: 33%;
	height: auto;
	float: left;
}
.service-box-cont4{
	width: 70%;
	height: auto;
	float: none;
	margin-top: 10px;
	clear: both;
	
	
	
}
.indust-we-provide{
	width: 100%;
	height: auto;
	border-radius: 3px;
	text-align: center;
}

/*service end*/


/*registration */
#registered-withus{
	width: 100%;
	height: auto;
	color: #ab8b2a;
	margin-top: 100px;
	text-align: center;
}
#reg-area{
	width:100%;
	height:auto;
	background-color:#099;
}
.form1
{
	width: 68%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin-left: 20%;
}
.form2
{
	width: 35%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-left: 20%;
	padding: 20px;
}
.form1 input{
	width: 95%;
	margin: 10px 0px;
}
.form2 input{
	width: 90%;
	margin: 10px 0px;
}
#sub{
	width:30%;
	padding:3px 0px;
}
#sub1{
	width:30%;
	padding:3px 0px;
}
textarea{
	width:60%;
}
label{
	color:#FFF;
}
.for-height{
	width:100%;
	height:1000px;
	
}
.employer{
	width: 25%;
	height: auto;
	float: left;
	color: #111111;
	background-color: #b78d0c;
	border-radius: 5px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
	margin-bottom: 300px;
}
.employer a{
	text-decoration:none;
	color:#fff;
}
label{
	color: #b78d0c;
	font-family: 'Montserrat', sans-serif;
	 font-size:14px;
}
.employer:hover{
	cursor: pointer;
	background-color: #a97003;
}
.employee:hover{
	cursor: pointer;
	background-color: #a97003;
}
.employee a{
	text-decoration:none;
	color:#fff;
}
.employer h3{
	line-height:35px;
}
.employee h3{
	line-height:35px;
}
.employee{
	width: 25%;
	height: auto;
	float: left;
	background-color: #b78d0c;
	border-radius: 5px;
	text-align: center;
	color: #111111;
	margin-left: 10%;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
}
#emp-wrap{
	width: 77%;
	height: auto;
	padding-left: 23%;
	padding-top: 40px;
}	

.reg-with-inner{
	width: 100%;
	height: auto;
	margin-top: 300px;
}
/*registration end*/


/*contact*/


#contact-us{
	width: 100%;
	height: 1000px;
	margin-top: 100px;
	font-family: 'Montserrat', sans-serif;
	color: #B78D0C;
}
.adress{
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0%;
	color: #B78D0C;
	font-weight: 100;
	line-height: 22px;
	margin-top: 0px;
	
}
.location{
	width: 70%;
	height: 380px;
	clear: both;
	

}
.cont-para{
	width: 100%;
	height: auto;
	margin-top: 90px;
	text-align: center;
	line-height: normal;
	
}
#cont-sec{
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	color: #135786;
}
.cont-sec-1{
	width: 45%;
	height: auto;
	float: left;
	padding-bottom: 35px;
	margin-left: 10%;
	
	
	
}
.cont-sec-1 input{
	font-family: 'Montserrat', sans-serif;
	color: #666;
	font-size: 12px;
	padding: 8px;
	margin: 5px 0px;
	width: 90%;
}
.cont-sec-1 textarea
{
	width: 60%;
	columns: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-left: 8px;
	padding-top: 8px;
	
}
.cont-sec-2{
	width: 40%;
	height: auto;
	float: left;
	margin-top: 50px;
	clear: none;
	margin-left: 0px;
	
	
}
.adress-ico{
	width: 5%;
	height: 50px;
	float: left;
	margin-top: 66px;
	margin-left: 0%;
	
}
.adress-ico i{
	font-size:30px;
}
.adress-cont{
	width: 85%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 55px;
	font-size: 12px;
}
/*contact end*/


#id
{
	width:100%;
	height:auto;
	background-color:#000;
}

.redirect
{
	width:20%;
	height:auto;
	text-align:center;
	font-family:arial;
	margin-top:15px;
	letter-spacing:2px;
	color:#C93;
}
.under-construction{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	
}

#construction1
{
	
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FF9;
}
#id
{
	width:100%;
	height:auto;
	background-color:#000;
}
.loader
{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.redirect
{
	width:6%;
	height:auto;
	text-align:center;
	font-family:arial;
	margin-top:20px;
	letter-spacing:2px;
	color:#C93;
}
.logo
{
	width:auto;
	height:auto;
}
.under-construction{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	
}
#construction1
{
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FF9;
}
#main{
	width: 100%;
	height: auto;
}

/*home*/

#topbar1
{
	width: 100%;
	height: 100px;
}

.navbarmain
{
	width: 100%;
	height: 80px;
	float: left;
	color: #ffcb2c;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	margin-left: 0%;
}
.logo-top1
{
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0%;
	padding-left: 0%;
	padding-right: 0%;
}
h2{
	font-weight: 100;
}
#banner
{
	width: 100%;
	height: auto;
	float: left;
	/*background-image:url(image/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;*/
}
.new-way
{
	width: 85%;
	height: auto;
	margin-top: 45%;
	color: #edebeb;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background-color: rgba(255,255,255,0.3);
	text-align: left;
	box-sizing: border-box;
	padding: 30px;
}
.inner-box h3{
	font-size: 22px;
}
.inner-box
{
	width: 42%;
	height: auto;
	
}
.inner-box-img
{
	width: 80%;
	height: auto;
	
}
.wrapper{
	width: 97%;
	height: auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 30px;
	box-sizing: border-box;
	color: #ab8b2a;
	
}
.innerbox-inner
{
	width:100%;
	height:auto;
	box-sizing:border-box;
	text-align:justify;
	
}
#title-area
{
	width:100%;
	height:auto;
	text-align:center;
	color:#ab8b2a;
	font-family: 'Great Vibes', cursive;
	margin-top:100px;
	margin-bottom:150px;
}
#title-area1
{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 100px;
	font-size: 18px;
	margin-bottom: 150px;
}

#testmonial-container
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	font-family: 'Montserrat', sans-serif;
	flex-wrap:wrap;
	margin-top:20px;
	
	
}
#whoweare  .inner-box  button{
	background-color: #d08900;
	border: none;
	padding: 8px;
	border-radius: 5px;
	color: #111111;
	font-family: 'Montserrat', sans-serif;
}
.testmonial-innerbox
{
	width: 45%;
	height: auto;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 2%;
	text-align: center;
	margin-top: 20px;
}
.testmonial-innerbox-img{
	width:100%;
	height:auto;
}
.testmonial-innerbox-text{
	width:100%;
	height:auto;
}
#social-mediabar{
	width:100%;
	height:60px;
	text-align:center;
	margin-top:200px;
}
#social-mediabar >i
{
	font-size:23px;
	color:#c69b1f;
	margin-left:1%;
	margin-right:1%;
}
hr{
	border:1px solid #332d1c;
	background-color:#332d1c;
}
#copyright
{
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
#more2 {display: none;}
.navbarmain ul
{
	list-style:none;
	
}
.navbarmain ul li
{
	display:inline-block;
	padding-left:2%;
	padding-right:2%;
	margin-top:0px;
	margin-bottom:0px;
}
clear
{
	clear:both;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
.clear{
	clear:both;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	#title-area1
{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
}

.gridContainer {
	width: 95%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#id
{
	width:100%;
	height:auto;
	background-color:#000;
}
.loader
{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.redirect
{
	width:6%;
	height:auto;
	text-align:center;
	font-family:arial;
	margin-top:20px;
	letter-spacing:2px;
	color:#C93;
}
.logo
{
	width:auto;
	height:auto;
}
.under-construction{
	width:100%;
	height:100vh;
	background-color:#000;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	
}
#construction1
{
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FF9;
}
#main{
	width: 100%;
	height: auto;
}

/*home*/

#topbar1
{
	width: 100%;
	height: 150px;

}

.navbarmain
{
	width: 55%;
	height: 60px;
	float: left;
	color: #ffcb2c;
	padding-top: 40px;
	font-family: 'Montserrat', sans-serif;
	margin-left: 0%;
}
.logo-top1
{
	width: 40%;
	height: auto;
	margin-left: 3%;
	padding-left: 0%;
	padding-right: 0%;
}
h2{
	font-weight: 100;
	color: #b78d0c;
	margin-bottom: 0;
}
#banner
{
	width: 100%;
	height: auto;
	float: left;
	/*background-image:url(image/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;*/
}
.new-way
{
	width: 35%;
	height: auto;
	margin-top: 15%;
	color: #edebeb;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background-color: rgba(255,255,255,0.3);
	text-align: left;
	box-sizing: border-box;
	padding: 30px;
}
.inner-box h3{
	font-size: 22px;
}
.inner-box
{
	width: 31%;
	height: auto;
	float: left;
	margin-right: 2%;
	
}
.inner-box-img
{
	width: 100%;
	height: auto;
	
}
.wrapper{
	width: 90%;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 30px;
	box-sizing: border-box;
	color: #ab8b2a;
	
}
.innerbox-inner
{
	height: auto;
	box-sizing: border-box;
	text-align: justify;
	
}
#title-area
{
	width:100%;
	height:auto;
	text-align:center;
	color:#ab8b2a;
	font-family: 'Great Vibes', cursive;
	margin-top:100px;
	margin-bottom:150px;
}


#testmonial-container
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	
}
#whoweare  .inner-box  button{
	background-color: #d08900;
	border: none;
	padding: 8px;
	border-radius: 5px;
	color: #111111;
	font-family: 'Montserrat', sans-serif;
}
.testmonial-innerbox
{
	width: 31%;
	height: auto;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 2%;
	text-align: center;
	margin-top: 0px;
}
.testmonial-innerbox-img{
	width:100%;
	height:auto;
}
.testmonial-innerbox-text{
	width:100%;
	height:auto;
}
#social-mediabar{
	width:100%;
	height:60px;
	text-align:center;
	margin-top:200px;
}
#social-mediabar h3 a, #social-mediabar h3 a:visited{
	color:#FC3;
}

#social-mediabar h3 a:hover{
	color:#FF6;
	text-decoration:none;
}

#social-mediabar >i
{
	font-size:23px;
	color:#c69b1f;
	margin-left:1%;
	margin-right:1%;
}
hr{
	border:1px solid #332d1c;
	background-color:#332d1c;
}
#copyright
{
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
#more2 {display: none;}
.navbarmain ul
{
	list-style:none;
	
}
.navbarmain ul li
{
	display:inline-block;
	padding-left:2%;
	padding-right:2%;
	margin-top:0px;
	margin-bottom:0px;
}
clear
{
	clear:both;
}

/*about us style*/
.about-wrapper{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.about-img{
	width:35%;
	height:350px;
	float:left;
}
.about-cont{
	width: 64%;
	height: auto;
	float: left;
	margin-left: 1%;
	color: #ab8b2a;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
	.aboutblt{
	width: 45%;
	float: left;
		margin-left: 5%;
}
	
#about-head{
	margin-top:150px;
}
#value-added{
	width: 100%;
	height: auto;
	color: #ab8b2a;
	margin-top: 150px;
}
#value-added-inner{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 25px;
}
.value-added-inner-smallbox{
	width: 25%;
	height: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	font-size: 13px;
	color: #ab8b2a;
	padding: 0px 0px;
	margin-top: 5px;
	margin-right: 3%;
	
	margin-bottom: 20px;
}
#text-para{
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: auto;
	font-size: 16px;
	margin-top: 100px;
	text-align: center;
}
ul{
	
	
	padding:0px;
}
#valueadded{
	line-height:0px;

}
/*about us end*/





/*registration */
#registered-withus{
	width: 100%;
	height: auto;
	color: #ab8b2a;
	margin-top: 100px;
	text-align: center;
}
#reg-area{
	width:100%;
	height:auto;
	background-color:#099;
}
.form1
{
	width: 35%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin-left:20%;
}
.form2
{
	width: 35%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-left: 20%;
	padding: 20px;
}
.form1 input{
	width:60%;
	margin:10px 0px;
}
.form2 input{
	width:60%;
	margin:10px 0px;
}
#sub{
	width:30%;
	padding:3px 0px;
}
#sub1{
	width:30%;
	padding:3px 0px;
}
textarea{
	width:60%;
}
label{
	color:#FFF;
}
.for-height{
	width:100%;
	height:1000px;
	
}
.employer{
	width: 25%;
	height: auto;
	float: left;
	color: #111111;
	background-color: #b78d0c;
	border-radius: 5px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
	margin-bottom: 300px;
}
.employer a{
	text-decoration:none;
	color:#fff;
}
label{
	color: #b78d0c;
	font-family: 'Montserrat', sans-serif;
	 font-size:14px;
}
.employer:hover{
	cursor: pointer;
	background-color: #a97003;
}
.employee:hover{
	cursor: pointer;
	background-color: #a97003;
}
.employee a{
	text-decoration:none;
	color:#fff;
}
.employer h3{
	line-height:35px;
}
.employee h3{
	line-height:35px;
}
.employee{
	width: 25%;
	height: auto;
	float: left;
	background-color: #b78d0c;
	border-radius: 5px;
	text-align: center;
	color: #111111;
	margin-left: 10%;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
}
#ad-scroll{
	width:38%;
	height:200px;
	float:left;
	background-color:#0C6;
}
#emp-wrap{
	width: 77%;
	height: auto;
	padding-left: 23%;
	padding-top: 40px;
}	

.reg-with-inner{
	width: 100%;
	height: auto;
	margin-top: 300px;
}
/*registration end*/
/*contact*/


#contact-us{
	width: 100%;
	height: 1000px;
	margin-top: 100px;
	font-family: 'Montserrat', sans-serif;
	color: #B78D0C;
}
.adress{
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0%;
	color: #B78D0C;
	font-weight: 100;
	line-height: 22px;
	margin-top: 0px;
	
}
.location{
	width: 70%;
	height: 380px;
	clear: both;
	

}
.cont-para{
	width: 100%;
	height: auto;
	margin-top: 90px;
	text-align: center;
	line-height: normal;
	
}
#cont-sec{
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	color: #B78D0C;
}
.cont-sec-1{
	width: 42%;
	height: auto;
	float: left;
	padding-bottom: 35px;
	padding-left: 20%;
	margin-left: 0px;
	
	
	
}
.cont-sec-1 input{
	font-family: 'Montserrat', sans-serif;
	color:#666;
	font-size:12px;
	padding:8px;
	margin:5px 0px;
	width:58%;
}
.cont-sec-1 textarea
{
	width: 60%;
	columns: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-left: 8px;
	padding-top: 8px;
	
}
.cont-sec-2{
	width: 35%;
	height: auto;
	float: left;
	margin-top: 50px;
	padding-top: 35px;
	clear: none;
	margin-left: 0px;
	
	
}
.adress-ico{
	width: 5%;
	height: 50px;
	float: left;
	margin-top: 66px;
	
}
.adress-ico i{
	font-size:30px;
}
.adress-cont{
	width: 88%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 55px;
	font-size: 12px;
}
/*contact end*/


/*Service*/
	
#service-box{
	width: 60%;
	height: auto;
	margin-top: 150px;
	padding-bottom: 110px;
	float: left;
	clear: none;
}
.service-box-cont4 ul{
	list-style:none;
	color: #B78D0C;
	font-family: 'Montserrat', sans-serif;
}
.service-box-cont4 ul li{
	background-color: #b78d0c;
	color: #111111;
	padding: 5px 15px;
	margin: 10px 0px;
	font-size: 18px;
}
.indust-we-provide{
	color: #B78D0C;
	font-family: 'Great Vibes', cursive;
	font-size:45px;
}
.service-box-cont1{
	width: 30%;
	height: auto;
	float: left;
	line-height:20px;
	 
}
.service-box-cont2{
	width: 30%;
	height: auto;
	float: left;
	line-height:20px;
	 
}
.service-box-cont3{
	width: 30%;
	height: auto;
	float: left;
	line-height:20px;
}
.service-box-cont4{
	width: 40%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-top: 150px;
	clear: none;
	
	
	
}
.indust-we-provide{
	width: 100%;
	height: 50px;
	border-radius: 3px;
	text-align: center;
}

/*service end*/
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

 .whatsapp
{
	width:10%;
	height:25px;
	position:fixed;
	bottom:80px;
	right:10px;
	color:#c69b1f;
	font-size:15px;
	z-index:800;
	text-align: right;
	line-height: 18px;
}
.whatsapp:a:visited
{
	color:#c69b1f;
}
.whatsapp a
{
	color:#c69b1f;
}
.whatsapp a:hover
{
	cursor:pointer;
	color:#FC0;
}
#test{
	font-family: 'Great Vibes', cursive;
	font-size: 45px;
	text-align: left;
}
.clear{
	clear:both;
}

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
color:#FFF;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
top:200px;
z-index: 101;
}
#contact-now{
	font-size:25px;
}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 10px auto;
background:#000;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
border:2px thick #FFF;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
#bold{
	font-size:16px;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


/*overlaybox end*/

}
