@charset "utf-8";
/* CSS Document */
body{width:100%;padding:0;margin:0;background: #e8effd;color:#0c0c0c;font-family: 'Roboto', sans-serif;font-weight:400;}
a{ outline:none; padding:0; margin:0; transition:all 500ms ease-in-out;}
a:focus, a:hover{ outline:none; text-decoration:none; }
ul,li{ padding:0; margin:0; list-style:none; }

  /*  font-family: 'Poppins', sans-serif;

    font-family: 'Roboto', sans-serif;

    font-family: 'Teko', sans-serif;*/





/*------ header start -----*/

.header-section{width: 100%;position: relative;min-height: 100vh;background: url(../images/Banner.jpg);background-position: center;background-size: cover;background-repeat: no-repeat;display: flex;justify-content: center;align-items: center;padding-bottom: 106px;}

.header-section .logo-box img{max-width: 100%;margin-bottom: 26px;margin-top: 40px;}

.header-section .header-content{text-align: center;max-width: 780px;margin: 0 auto;}
.header-section .header-content h1{font: 700 98px/100px 'Montserrat';color: #032b44;text-transform: uppercase; margin: 0;padding-bottom: 24px;}
.header-section .header-content h2{font: 100 38px/42px 'Montserrat';color: #032b44;margin: 0;padding-bottom: 38px;}
.header-section .header-content h3{font: 300 28px/35px 'Montserrat';color: #032b44;margin: 0;padding-bottom: 25px;}


.header-section .join-form{margin: 0 auto;position: relative;}
.header-section .join-form .form-box:nth-child(1),.header-section .join-form .form-box:nth-child(2),.header-section .join-form .form-box:nth-child(3),.header-section .join-form .form-box:nth-child(4){width: 48%;float: left;padding: 1%;}

.header-section .join-form .form-box:nth-child(5),.header-section .join-form .form-box:nth-child(6){width: 98%;float: left;padding: 1%;}
.header-section .join-form form{float: left;}

.header-section .join-form .form-box .form-control{width: 80%;height: 75px;background: transparent;border: 1px solid #0b324a;border-radius: 50px;outline: none;padding: 0 40px;font: 100 18px/20px 'Montserrat';color: #032b44;}
.header-section .join-form .form-box #employer-size.form-control{width: 89%;}
.header-section .join-form .form-box .form-control::placeholder{color: #032b44;text-transform: capitalize;}
.header-section .join-form .form-box select.form-control{width: 100%;} 

.header-section .join-form button{font: 800 30px/32px 'Montserrat';color: #303740;background: #fcc207;border: none;outline: none;padding: 25px 92px 25px 92px;border-radius: 50px;transition: 0.5s;text-transform: uppercase;margin-top: 20px; cursor: pointer;}





/*------ header end -----*/




/* responsive */


@media screen and (max-width: 1299px){


}


@media screen and (max-width: 1199px){



}

@media screen and (max-width: 1024px){



.header-section .header-content{max-width: 100%;}
.header-section{overflow: hidden;}

.header-section .header-content h1{    font: 700 62px / 64px 'Montserrat';    padding-bottom: 10px;}


}

@media screen and (max-width: 991px){


}


@media screen and (max-width: 767px){

.header-section{padding-bottom: 50px;}
.header-section .logo-box img{max-width: 100px;}
.header-section .header-content{max-width: 100%;padding-left: 20px;padding-right: 20px;}

.header-section .header-content h1 {font: 700 28px / 32px 'Montserrat';}
.header-section .header-content h2 {font: 700 19px / 22px 'Montserrat';}
.header-section .join-form .form-box:nth-child(1),.header-section .join-form .form-box:nth-child(2),.header-section .join-form .form-box:nth-child(3),.header-section .join-form .form-box:nth-child(4),.header-section .join-form .form-box:nth-child(5), .header-section .join-form .form-box:nth-child(6){width: 100%;padding: 8px 0;}
.header-section .join-form .form-box .form-control{    height: 56px;padding: 0px 25px;}
.header-section .join-form button{    font: 800 20px / 22px 'Montserrat';padding: 17px 38px 17px 38px;margin-top: 10px;}


}

@media screen and (max-width: 575px){






@media screen and (max-width: 400px){

}