.wrapper{
	max-width: 90%;
}
section{
	padding: 5vh 0;
}
.modal-content{
    background: #e9eff9 !important;
}
.banner{
	height: 50vh;
	background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/career.webp);
	background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.line-bg{
  background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/linebg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bt{
	color: #478AFF;
}
h1{
	font-weight: 700;
    font-size: 60px;
    line-height: 90px;
	text-align: center;
	color: #478AFF;
}
.second{
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2{
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	line-height: 30px;
	color: #000;
}
.f6{
	font-weight: 600;
}
.cert-box{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(32, 40, 57, 0.2);
	border-radius: 15px;
	padding: 30px;
    display: block;
    color: #000 !important;
    text-decoration: none !important;
}
.cert{
	max-width: 164px;
}
.vac {
    border: 1px solid #CBD2DE;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    background:#fff;
}
.vac img {
    border: 1px solid #cbd2de;
    border-radius: 7px;
    width: 70px;
    padding: 9px;
}
.lord {
    background: #202839;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 40px;
}
.follow {
    max-width: 1343px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DCE3F1;
    backdrop-filter: blur(5px);
    border-radius: 100px;
    margin: 0 auto;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.img-follow {
    position: absolute;
    bottom: -73px;
    width: 100%;
    text-align: center;
    left: 0;
}
.menu-header{
	background: #1f2839;
}
.close {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    text-shadow: 0 1px 0 #535151;
    line-height: normal;
    background: #000000 !important;
    opacity: 1;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin-left: auto;
}
.sos {
    animation: scaleUpDown 2s infinite ease-in-out;
}
@keyframes scaleUpDown {
    0%, 100% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
}
.dot{
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background:url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/car8.webp);
	background-position: center bottom;
    background-repeat: repeat-x;
}
.non-vac a {
    font-size: 18px;
    color: #000 !important;
    font-weight: bold;
    text-decoration: none !important;
}
.non-vac {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/non-vac1.webp), url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/non-vac2.webp), #E9EFF9;
    min-height: 50vh;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 75%;
    width: 100%;
    margin: 40px auto;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: 88% bottom, right bottom;
    background-size: 32%, 52%;
    padding:20px;
}
@media(max-width: 1500px){
	.banner{
		height: 80vh;
	}
	h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}
.non-vac{
    max-width: 100%;
}
.cert-box h3{
    font-size: 23px;
}
.cert {
    max-width: 120px;
}
.cert-box{
    min-height: 36vh
}
}
@media(max-width: 991px)
{
    .row > div
    {
            padding-right: 15px !important;
    padding-left: 15px !important;
    }
}
@media(max-width: 768px){
	h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
    }
    h2{
    	font-size: 30px;
    	line-height: 35px;
    }
    p {
    font-size: 15px;
    line-height: 27px;
}
    .non-vac {
        background-image: none;
        min-height: 62vh;
        max-width: 100%;
        border-radius: 20px;
        padding: 20px;
    }
    .non-vac h2{
        margin-bottom: 10px !important;
        font-size: 25px;
    }
.cert-box .col-md-7{
	margin-bottom: 20px;
}
.img-follow{
	position: relative;
	bottom: 0;
}
.follow{
	height: 380px;
	border-radius: 10px;
}
}