:root {
  --font-color:#555;
  --font-hover-color:orange;

  --font-family-nav-link:"Montserrat-Regular";
  --font-family-path-link:"OpenSans-Bold";
  --font-family-path-link-a:"OpenSans-Bold";


  --font-family-h1:"Oswald-Regular";
  --font-family-h2:"Oswald-Regular";
 --font-family-h3:"Roboto-Black";
  --font-family-h5:"Montserrat-Regular";
--font-family-heading:"OpenSans-Bold";
--font-family-p:"Montserrat-Regular";
--font-family-section-p: "Roboto-Black";
--font-family-pull:"Montserrat-Regular";

--font-family-banner-heading:"OpenSans-Bold";
--font-family-h1-heading:"OpenSans-Regular";
--font-family-banner-container-p:"Poppins-Regular";

--font-family-short-banner-box-h1:"Segoe UI";
--font-family-short-banner-box-h2: "OpenSans-Bold";
--font-family-short-banner-box-h3: "Roboto-Black";
--font-family-short-banner-box-h4: "OpenSans-Bold";
--font-family-short-banner-box-p: "Poppins-Regular";

--font-family-form-container: "OpenSans-Bold";
--font-family-form-title:"OpenSans-Bold";
--font-family-form-label:"Montserrat-Regular";
--font-family-form-control:"Montserrat-Regular";
--font-family-form-control-captcha:"Segoe UI";
--font-family-form-label-heading:"OpenSans-Bold";
--font-family-textarea:"Montserrat-Regular";
--font-family-radio-group-title: "Montserrat-Regular";
--font-family-radio-group-span: "Montserrat-Regular";
--font-family-radio-group-horizontal-span:"Montserrat-Regular";
--font-family-radio-group-vertical-span:"Montserrat-Regular";
--font-family-checkbox-group-span:"Montserrat-Regular";

--font-color-form-heading:red;


--font-family-footer-h4:"OpenSans-Regular";
--font-family-footer-paragraph:"OpenSans-Regular";
--font-family-footer-li:"OpenSans-Regular";
--font-family-email:"Montserrat-Regular";

--font-size-h1:35px;
--font-size-h2:25px;
--font-size-p:20px;
--font-size-section-p: calc(1.2rem + 1.9vw);

--font-family-form-label-heading-p:"Montserrat-Regular";
--font-family-path-link-a:"OpenSans-Bold";
 --font-family-path-link:"OpenSans-Bold";
 --font-family-career-banner-head-p:"OpenSans-Bold";
--font-family-career-banner-head-h1:"OpenSans-Bold";
}


*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}


/*
@font-face {
  font-family: 'Segoe UI';
	src:url(fonts/Segoe UI.ttf);
	font-weight: 100;
}

@font-face {
  font-family: 'Staccato';
	src:url(fonts/Staccato222BT-Regular.ttf);
	font-weight: 100;
}

@font-face {
  font-family: 'DMSans';
	src:url(fonts/DMSans-Regular.ttf);
	font-weight: 200;
}

@font-face {
  font-family: 'Poppins';
	src:url(fonts/Poppins-Regular.ttf);
	font-weight: 300;
}
*/
/*
.header-container{
	width: 100%;
  	min-height: 16vh;
	scroll-behavior: smooth;
}
*/




@font-face {
  font-family: 'Acme Regular';
  src: url(../fonts/Acme-Regular.ttf);
  font-weight: 400;
}


@font-face {
    font-family: ERASDEMI;
    src:  url("../fonts/ERASDEMI.ttf");
}

@font-face {
    font-family: "Staccato222BT-Regular";
    src:  url("../fonts/Staccato222BT-Regular.otf");
}

@font-face {
    font-family: "Poppins-Regular";
    src:  url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "BebasNeue-Regular";
    src:  url("../fonts/BebasNeue-Regular.ttf");
}

@font-face {
    font-family: "Montserrat-Regular";
    src:  url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Oswald-Regular";
    src:  url("../fonts/Oswald-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Black";
    src:  url("../fonts/Roboto-Black.ttf");
}

@font-face {
    font-family: "Lato-Regular";
    src:  url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Regular";
    src:  url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Bold";
    src:  url("../fonts/OpenSans-Bold.ttf");
}





body{
  
    text-transform: none;
    background-color: #39444cfc;
}


.form-section {
/*    margin-top:5%;*/
    width: 100%;
    background-color: white;
}
.form-box-container{
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  place-items:center;
  /*gap:20px;*/
}


.form-title {
  padding-bottom: 40px;
  font-family: var(--font-family-form-title);
  font-size: 30px;
  font-weight: 700;
}





.form-container{

    width:95%;
  /*box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,0.7);*/
	padding: 3.7em;
	font-family: var(--font-family-form-container);
    background-color: #fff;

}


.form-group {
  margin-bottom: 1.2em;
}

.captcha-inner{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

}

.refresh-captcha {
   width: 20px;
}
.refresh img:hover{
  cursor: pointer;
}

.form-label-heading {
  padding-top:50px;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: var(--font-family-form-label-heading);
  display: block;
  opacity: 1;
  font-size: 35px;
  line-height: normal;
  color: #3d3c38;
}

.form-label-heading  p{
     font-family: var(--font-family-form-label-heading-p);
    color: #302e2c;
    font-size: 16px;
    font-weight: 200;
    line-height: 2.4;
    text-align: left;
}
.form-label {
  font-size: 1.1em;
  color: var(--font-color);
	font-family: var(--font-family-form-label);
  display: block;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 20px;
  }
.form-upload-label{
    font-size: 1.1em;
    font-weight: bold;
    color: var(--font-color);
    font-family: var(--font-family-form-label);
    display: block;
    opacity: 1;
    padding-bottom: 10px;
}
.form-upload-label span{
    font-size: 0.9em;
    font-weight: 100;
    color: var(--font-color);
    font-family: var(--font-family-form-label);
    display: block;
    opacity: 1;
    padding-top: 2px;
    padding-bottom: 10px;
}

.form-control{
  box-shadow: none;
  border-radius:0;
  border-color: #ccc;
  border-style:none none solid none;
  width:100%;
  font-family:  var(--font-family-form-control);
  font-size: 1.125em;
  transition:all 0.6s;
}
.Personal-form-control{
 background-color: #fff;
 border: 1px solid #ccc;
 border: 1px solid #3d3c38;
color: #555;
font-size: 1rem;
font-weight: normal;
line-height: 1.6;
padding: 1.7em 1em;
width: 100%;
-webkit-font-smoothing: subpixel-antialiased;
resize: vertical;
}

.form-label span{
    font-size: 0.85em;
    color: var(--font-color);
    font-family: var(--font-family-checkbox-group-span);
    
}
.form-control:valid:focus{
  color:green;
}

.form-control::placeholder {
    color: #aaa;
}


.form-control:focus {
  box-shadow: none;
  border-color:var(--font-hover-color);
  outline: none;
}

.form-control-captcha{
  box-shadow: none;
  border-radius:0;
  border-color: #ccc;
  border-style:none none solid none;
  width: 80px;
  font-family: var(--font-family-form-control-captcha);
  font-size: 1.125em;
  transition:all 0.6s;
}

.form-control-captcha:focus {
  box-shadow: none;
  border-color:var(--font-hover-color);
  outline: none;
}



.success {
  outline: 2px solid green;
}
.error {
  outline: 2px solid red;
}

.input-error{

}

#name-error,#identity-error,#mobile-error,#email-error,#address-error,#city-error, #country-error,#interestbrief-error,#message-error,#dba-error,#registration-error,#productlist-error,#skills-error,#experience-error,#file-error,#captcha-error {
 color: #d9534f;
 padding-left:5px;
 display: none;
}

.button-area{
    
  padding-top:40px;
  padding-bottom: 20px;
  text-align: left;
}



.btn-submit{
    
    height:3.5rem;
    border: 4px solid #ffaa17;
	outline: none;
	background:#fff;
	color:#000;
    font-weight: bold;
    font-size: inherit;
    padding: 8px 16px;

	/*padding-left:1.25rem;
	padding-right:1.25rem;*/
  	font-family: "Segoe UI";
	/*font-size: calc(0.8rem + 0.7vw);*/
    font-size-adjust: auto;
    text-transform: uppercase;
	cursor: pointer;
    transition: all 0.5s;

  }

.btn-submit:hover{
  background-color:#ffaa17;
  color: #fff;
}



textarea {
    resize: none;

}

textarea::placeholder{
  font-family: var(--font-family-textarea);
  font-size:1.05em;
}

.focused > .form-label{
  opacity:1;
  transform: translateX(0px);

}

input:focus::placeholder {
       color: transparent;
 }
 textarea:focus::placeholder {
        color: transparent;
  }

textarea {
    font-family: "GTWalsheimPro","Helvetica Neue","Helvetica",sans-serif;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 0;
    color: #555;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    padding: 0.7em 1em;
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    resize: vertical;
}
   
.radio-group{
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction:column;
  gap:8px;
}

.radio-group span {
  font-size: 0.85em;
  color: var(--font-color);
  font-family: var(--font-family-radio-group-span);

}

.radio-group-horizontal{
  padding-top: 20px;
  padding-bottom: 25px;
  display: flex;
  flex-direction:row;
  gap:20px;
}

.radio-group-horizontal span {
  font-size: 0.85em;
  color: var(--font-color);
  font-family: var(--font-family-radio-group-horizontal-span);

}




.radio-group-vertical{
  padding-bottom: 5px;
  display: flex;
  flex-direction:column;
}

.radio-group-vertical span {
  font-size: 0.85em;
  color: var(--font-color);
  font-family: var(--font-family-radio-group-vertical-span);
padding-left: 5px;
}

.radio-group-title{
  margin-top: 0;
  margin-bottom:10px;
  font-size: 1.1em;
  color: var(--font-color);
  font-family: var(--font-family-radio-group-title);
}

.checkbox-group{
  padding-bottom: 5px;
  display: flex;
  flex-direction:column;
}

.checkbox-group span {
  font-size: 0.85em;
  color: var(--font-color);
  font-family: var(--font-family-checkbox-group-span);

}

.checkbox-allow-updates{
  padding-top: 10px;
  padding-bottom: 20px;
}
.checkbox-allow-updates span {
  font-size: 0.85em;
  color: var(--font-color);
  font-family: var(--font-family-checkbox-group-span);
}

.captcha-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  }
/*submit application*/

.Submit-text {
    font-family: "GTWalsheimPro","Helvetica Neue","Helvetica",sans-serif;
    color: #302e2c;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.8;
}
.Submit-text a{
    text-decoration: none;
    color: #302e2c;
    cursor: pointer;
    font-size:15px; 

}
.Submit-text a:hover{
    color:#ffaa17;
}

.Submit-application-section p{
/*    padding-bottom: 10px;*/
text-align: left;
}




  @media only screen and (max-width:1100px) {

  	/*	.banner-image {
  			display: none;
  		}
  		*/
  		/*
  		.banner-section {
  			min-height:50vh;
  			margin:15px;
  			margin-top: 50px;
  			padding:10px;
  		}
  		*/

  		.banner-section{
    		height: auto;
    	}
  	.banner-container {
  		/*display: grid;
  		grid-template-columns: 1fr;
  		grid-gap: 40px;*/
  		margin:15px;
  		margin-top: 50px;
  		padding:10px;
  	}

      
      
  }

@media only screen and (max-width:1100px) {
    .form-section {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
   .career-banner-head-post {
    width: 100%;
    height: auto;
     margin-top:3%;
} 
}


@media only screen and (max-width:1025px) {

	.banner-section{
		height: auto;
	}

	.banner-image {
		display: none;
	}

/*
	.banner-section {
		min-height:50vh;
		margin:15px;
		margin-top: 50px;
		padding:10px;
	}
  */
	.banner-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 40px;
		margin:15px;
		margin-top: 50px;
		padding:10px;
	}



}


@media only screen and (max-width:769px){

	nav {

		display:grid;
		grid-template-columns:1fr;
		grid-gap:0px;
		/*background: rgba(49,56,62,255);*/
	 /*	background: rgba(0,128,157,1);*/
		z-index: 1;
	}



	.navigation-menu {
		background-color:linear-gradient(57deg, #00c6a7, #1e4d92);
	}

	.navigation-menu ul {
		display:none;
	}

.nav-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 650;
	text-transform: capitalize;
}
.nav-link-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 650;
	text-transform: capitalize;
	background-color: inherit;
	padding: 0;
}

.navigation-menu ul li {
		padding-top: 12px;
		padding-bottom: 12px;
}

.navigation-menu ul li a {
	font-size: 20px;
}


	.menu-icon {
	  display: flex;
	}

	#toggle-btn:checked ~ .navigation-menu ul{
		display:flex;
		flex-direction:column;
		justify-content:left;
		/*background: #000;*/
		background-color:#39444c;
		height: 300px;
 	}

	.banner-section{
		height: auto;
	}
	.banner-image {
		display: none;
	}



.footer-main {
	display: grid;
	grid-template-columns:1fr;
	grid-column-gap:25px;
	height:auto;

}

.subscribe-part2 {
   padding: 2px;
   width:100%;
}
.subscribe-box {
 display: grid;
 grid-template-columns: 1fr;
 width:100%;
}



/*
.column-social {
	display: grid;
	grid-template-columns:1fr;
}
.footer-iso-msme{
  padding: 20px;
}
*/
 .form-label-heading p{
        font-size: 15px;
        line-height:1.5;
        padding-top: 5px;
    }

.form-label-heading {
	font-size: 30px;
}
.form-container {
  width: 100%;
  padding: 1.7em;
}

@media only screen and (max-width:481px){

	.banner-section{
		height: auto;
	}
  /*.banner-heading{
		text-align: center;
	}

	.h1-heading {
		text-align: center;
	}*/
  .short-banner-container{

    height: auto;
    margin: 10px;
  	padding: 10px;
    padding-top:30px;
  }

	.radio-group{
		padding-top: 20px;
		padding-bottom: 20px;
		display: flex;
		flex-direction:column;
		gap:5px;
	}


.form-container {
  width: 100%;
  padding: 1.7em
    }

 .social-container {
	 padding: 20px;
	 align-items: flex-start;
     padding-top:30px;
 }
.footer-social{


}


.privacy-policy-container {
    padding-top: 30px;
    margin-top: 50px;
	margin-left:10px;
	margin-right:10px;
	padding-left: 8px;
	padding-right: 8px;
    height: auto;

}

.privacy-policy-container .h1-heading {
	text-align: center;

}


.terms-conditions-container {
    padding-top: 30px;
    margin-top: 50px;
	margin-left:10px;
	margin-right:10px;
	padding-left: 8px;
	padding-right: 8px;
    height: auto;

}

/*.terms-conditions-container .h1-heading {
	text-align: center;

}*/


.button-area{
	text-align:center;
}
   
}

@media only screen and (max-width:360px){
    
.application-footer-section {
    padding-left: 15px;
    padding-right: 15px;
    }
    
	nav {

		display:grid;
		grid-template-columns:1fr;
		z-index: 1;
	}


	.navigation-menu {
		background-color:linear-gradient(57deg, #00c6a7, #1e4d92);
	}

	.navigation-menu ul {
		display:none;
	}

	.nav-link {

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 650;
	text-transform: capitalize;
	}

	.nav-link-contact {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: 650;
		text-transform: capitalize;
		background-color: inherit;
		padding: 0;
	}

	.navigation-menu ul li {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navigation-menu ul li a {
		font-size: 20px;
	}



	.menu-icon {
		display: flex;
	}


#toggle-btn:checked ~ .navigation-menu ul{
			display:flex;
			flex-direction:column;
			justify-content:left;
			/*background: #000;*/
			background-color: #fff;
			height: 360px;
	}

.banner-image {
		display: none;
	}
    
.form-label-heading {
	font-size: 25px;
}
    
.form-label-heading p{
        font-size: 14px;
        line-height:1.5;
        padding-top: 5px;
    }
    
.form-label {
  font-size: 0.9em;
}
    
.upload-file h2 {
  font-size: 17px
    }
    }

@media only screen and (max-width:320px){
    .facebook-scl, .twitter-scl, .linkedin-scl, .youtube-scl, .instagram-scl, .skype-scl {
            margin-right: 8px;











}

@media only screen and (max-width:285px){




}

/*End of Media Query */
