/*Above Fold */
 html, body {
    background-color: #fff;
    font-family: 'Lexend', sans-serif;
    min-height: 100vh;
    margin: 0;
	    font-size: 17px;
	color: #111 !important;font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Amiri', sans-serif;*/ font-family: 'Lexend', sans-serif;
}
.row {
    margin: 0px !important;
}
.header_section {
   padding: 0px 0px;
    position: relative;
    border-bottom: 2px solid #0AC693;
    background: #16254C;
}
.header_section .col-sm-8 {
    padding-right: 0px;
}
.header_section .col-sm-4 {
    padding-left: 0px;
}
.menulink {
    text-align: right;
}
ul.menuarea {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.menuarea li {
    display: inline-flex;
    margin-left: -5px;
}
.menuarea li a {
padding: 0px 25px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    line-height: 65px;
    font-weight: 200;
}

.menuarea li a.activemenu,.menuarea li a:hover {
    background: #0AC693;
    color: #16254C !important;
	text-decoration: none;
	font-weight: bold;
}
.mnvmenu {   background: #0AC693 !important;
    color: #16254C !important;
	text-decoration: none;   font-weight: bold !important; }
.logo img {
       width: auto;
    height: 60px;
}
.logo a {
	    display: flex;
    align-items: center;
    height: 65px;
}
.banner_section {
    position: relative;
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.banner_txt h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 3em;
    /* letter-spacing: 0px; */
    text-transform: uppercase;
    font-weight: 300 !important;
    color: #0AC693;
    line-height: 1.3;
    margin: 0px;
    margin-bottom: 10px;
}
.banner_txt {
    max-width: 800px;
    text-align: center;
    margin: 100px auto;
}
.banner_txt p {
    color: #E1E1E1;
    font-weight: 300;
}
.container {max-width:96%; width:100%;margin:0px auto;}

.makectabtnrw {
    margin-top: 75px;
    text-align: center;
}
a.makectabtn {
    background: #0AC693;
    color: #fff;
    padding: 20px;
    /* margin-right: 20px; */
    text-decoration: none;
    font-weight: 300;
    display: table;
    margin: 0px auto;
}
.careerbtm h3 {float: left;
    width: 100%;
    margin-bottom: 40px;margin-top: 0px;
text-transform: uppercase;}