:root {
--font-color:#555;
--font-hover-color:orange;
--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-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";
--font-family-career-banner-head-p: "Segoe UI";
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}



@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");
}

.path-link {
    padding:25px;
    font-family: var(--font-family-path-link);
    font-size: 17px;
    font-weight: 500;
    color: #fff;
     text-align: left;
    padding-left:2%;
}
.path-link a {
    text-decoration: none;
    font-family: var(--font-family-path-link-a);
    font-size: 16px;
    font-weight: 500;
    color: #ffaa17;
}
.tic {
    font-size: 20px;
    font-weight: 900;
	color: #fff;
}

.job-position{

  font-family: "Segoe UI";
  font-size: calc(1.8rem + 0.4vw);
  font-weight: 700;
}

.career-banner-head-post {
    width: 100%;
    height: auto;
     padding:1%;
	 background-color: #002d77;
}
.career-banner-head-post h2{
    font-family: var(--font-family-career-banner-head-h1);
    font-size: calc(1.5rem + 0.9vw);
    color: #fff;
    font-size-adjust: auto;
    letter-spacing: 0.8px;
    line-height: 1.5;
    text-align: left;
    padding-left:2%;   
	 margin-bottom:0px;
	 
}

.career-banner-head-post p {
     font-family: var(--font-family-career-banner-head-p);
     color: #fff;
     font-size-adjust: auto;
     text-align: left;
     padding-left:2%;
     padding-right:20%;
     padding-bottom:0%;
     padding-top: 2%;
     line-height: 1.4;
}
.logo{
	padding: 3rem 2rem;

}
input[type="radio"] {
    
 }

.job-location img{
	height: 24px;
	width: 24px;
}

.job-position{
  font-family: "Segoe UI";
  font-size: calc(1.8rem + 0.4vw);
  font-weight: 700;
}

.job-location img{
	height: 24px;
	width: 24px;
}

body{
  
    text-transform: none;
    background-color: #39444cfc;
}

 select {
   font-size: 0.85em;
    color: var(--font-color);
    font-family: var(--font-family-radio-group-span);
    padding: 23px 12px;
    width: 100%;
}


@media only screen and (max-width:1100px) {

.banner-section{
    		height: auto;
    	}
.banner-container {
  	
  		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: 0%;
}

}


@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){
    
.career-banner-head-post p {
   padding-right:2%;
 }
    .logo img{
		width:60%;
	}
	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: #fff;
		height: 360px;
 	}
    
.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%;
}


 .form-label-heading p{
        font-size: 15px;
        line-height:1.5;
        padding-top: 5px;
    }

.form-label-heading {
	font-size:22px;padding-top:5px;
}
.form-container {
  width: 100%;
  padding: 1.7em;
}
}

@media only screen and (max-width:481px){.logo {
    padding: 2rem 3em 2em 0rem;
}.career-banner-head-post{margin-top: 0%;}
	.career-banner-head-post p{font-size: 14px;}
.banner-section{
		height: auto;
	}
	.logo img{
		width:90%;
	}
.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;
	}
    
.career-banner-head-post h2 {
        
    font-size: 1.3em;

    }

.form-container {
  width: 100%;
  padding: 1.7em
    }

.social-container {
	 padding: 20px;
	 align-items: flex-start;
     padding-top:30px;
 }

.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;
	padding-top: 0px;
}
.button-area{
	text-align:center;
}     
.form-label-heading {
	font-size:18px;
}	.radio-group-horizontal{flex-direction: column;}
}

@media only screen and (max-width:360px){

	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 p{
        font-size: 14px;
        line-height:1.5;
        padding-top: 15px;
    }
    
.form-label {
  font-size: 0.9em;
}
    
.upload-file h2 {
  font-size: 17px
    }
    
.application-footer-section {
    padding-left: 15px;
    padding-right: 15px;
    }
    
.application-footer-section {
    padding-left: 15px;
    padding-right: 15px;
    }
    
.footer-Terms {
    margin-left: 0px;
    }
    }

@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){

}


