h1 {
    padding: 10% 0;
    color: white;
    font-size: 10rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    text-align: center;
}
h2 {
    color: white;
    font-size: 40px;
    position: relative;
    letter-spacing: 3px;
    text-align: center;
    color: #4d6eb5;
    text-transform: capitalize;
    font-weight: 500;
}
section.career_content h2:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #4d6eb5;
    position: absolute;
    left: 0;
    right: 0;
    margin: -15px auto;
    bottom: 0;
}
section.career_content {
    padding: 50px 0;
}
textarea {
    overflow: auto;
    resize: vertical;
    padding: 10px;
}
.captcha {
    background-color: #f9f9f9;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 0 20px 0;
}
.form-control{
    width: 100%;
    padding: 10px 0px;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #929292;
    margin-bottom: 40px;
    min-height: 42px;
    background: transparent;
}
label{
    color: black;
}
@media screen and (max-width: 500px) {
    .captcha {
        flex-direction:column;
    }
    .text {
        margin:.5em!important;
        text-align:center;
    }
    .logo {
        align-self: center!important;
    }
    .spinner {
        margin:2em .5em .5em .5em!important;
    }
}
input.btn.btn-success.btn-send {
    background: #4d6eb5;
    border: 1px solid #4d6eb5;
}
.text {
    /*font-size:1.75em;*/
    font-weight:500;
    margin-right:1em;
}
.spinner {
    position: relative;
    width: 2em;
    height: 10px;
    display: flex;
    margin: 0 20px;
    align-items: center;
    justify-content: center;
}
.form-control:focus {
    color: black;
    background-color:none;
     border-color: black; 
    outline: 0;
    box-shadow:none;
}
input:focus, textarea:focus, select:focus{
        outline: none;
    }
input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
input[type="checkbox"]+.checkmark {
    display:inline-block;
    width:2em;
    height:2em;
    background-color:#fcfcfc;
    border:2.5px solid #c3c3c3;
    border-radius:3px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}
input[type="checkbox"]+.checkmark span {
    content:'';
    position:relative;
    margin-top:-3px;
    transform:rotate(45deg);
    width:.75em;
    height:1.2em;
    opacity:0;
}
input[type="checkbox"]+.checkmark>span:after {
    content:'';
    position:absolute;
    display:block;
    height:3px;
    bottom:0;left:0;
    background-color:#029f56;
}
input[type="checkbox"]+.checkmark>span:before {
    content:'';
    position:absolute;
    display:block;
    width:3px;
    bottom:0;right:0;
    background-color:#029f56;
}
input[type="checkbox"]:checked+.checkmark { 
    animation:2s spin forwards;
}
input[type="checkbox"]:checked+.checkmark>span { 
    animation:1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes bottomslide {
    0% {width:0;}
    100% {width:100%;}
}
@keyframes rightslide {
    0% {height:0;}
    100% {height:100%;}
}
.logo {
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
    align-self:flex-end;
    margin:0.5em 1em;
}
.logo img {
    height:2em;
    width:2em;
}
.logo p {
    color:#9d9ba7;
    margin:0;
    font-size:10px;
    font-weight:700;
    margin:.4em 0 .2em 0;
}
.logo small {
    color:#9d9ba7;
    margin:0;
    font-size:10px;
}
@keyframes spin {
    10% {
        width:0;
        height:0;
        border-width:6px;
    }
    30% {
        width:0;
        height:0;
        border-radius:50%;
        border-width:1em;
        transform: rotate(0deg);
        border-color:rgb(199,218,245);
    }
    50% {
        width:2em;
        height:2em;
        border-radius:50%;
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    70% {
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    90% {
        border-width:4px;
    }
    100% {
        width:2em;
        height:2em;
        border-radius:50%;
        transform: rotate(720deg);
        border-color:transparent;
    }
}
::selection {
    background-color:transparent;
    color:teal;
}
::-moz-selection {
    background-color:transparent;
    color:teal;
}
option{
    color: black;
}

select {
   width: 100%;
    padding: 10px 0px;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #929292;
    margin-bottom: 40px;
    min-height: 42px;
    background: transparent;
     color: black;
}
input:focus {
    outline: none;
}
input#form_name {
    color: black;
}
.contact-detail {
    width: 100%;
    margin: 0 auto;
}

.contactform ul li {
    margin-top: 25px;
    letter-spacing: 2px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
label{
width: 100%;
}
.contact-detail h2 {
    font-size: 22px;
}
button.form-fields.button{
    width: 75%;
}
.btn-sub {
    margin: 0 0 0 0;
    }
    .captcha {
    width: 100%;
}
}
div#overflowTest ul li {
    font-size: 14px;
}
.footer-nav ul li {
    color: white;
}
@media screen and (max-width: 767px){
#menu {
    position: absolute;
    background: #ffffff;
    border-bottom: 1px solid #4d6eb5;
    box-shadow: 1px 1px 3px #000000b0;
    display: none;
    top: 133px;
    z-index: 1;
    width: 100%;
    left: 0;
}
h4 {
    font-size: 22px;
    margin-top: 25px;
}
h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 31.91px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-nav ul li a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
}
}
</style>