.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 65px;
  z-index: 999999;
}


.contact-section
{
	overflow: hidden;
}


body.post-your-resume .contact-section .contact-wrapper
{
	position: relative !important;
	z-index: 5 !important;
}
body.post-your-resume .contact-section .contact-wrapper .side-image-job-page
{
	padding-left: 30px;
	padding-top: 35px;
}
body.post-your-resume .contact-section .contact-wrapper .side-image-job-page img
{
	border-radius: 8px;
	height: 420px;
	width: 100%;
}

@media screen and (max-width: 767px)
{
	body.post-your-resume .contact-section .contact-wrapper .side-image-job-page
	{
		padding-left: 0;
	}
	body.post-your-resume .contact-section .contact-wrapper .side-image-job-page img
	{
		height: auto;
	}
	body.post-your-resume .contact-section .form_enquiry #contact-form .heading01 h5
	{
		font-size: 25px;
	}
	body.post-your-resume .contact-section .form_enquiry #contact-form .form-groups label
	{
		font-size: 15px;
	}
}

/*
	====================================
*/

{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 307px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/slider-overlay.png);
}

/*
	===========================================
*/

.missionVisionRow
{
	display: flex;
	justify-content: center;
	grid-column-gap: 70px;
	position: relative;z-index: 2;
}
.missionVisionRow .mvColom{
	flex: 0 0 auto;
	width: 44%;
}
.missionVisionRow .mvColom .wrapper
{
	background-color: #fff;
	border-radius: 25px;
	padding:15px 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	grid-row-gap: 20px;
	border:1px solid #f1f1f1f1;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.0);
	transition:all .2s;
}

.missionVisionRow .mvColom .wrapper .texture-patterns
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	opacity: 0.1;
	background-position: center;
	z-index: 1;
	transition:all .5s;
}
.missionVisionRow .mvColom .wrapper:hover
{
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.missionVisionRow .mvColom .wrapper:hover .texture-patterns
{
	transform: scale(1.3);
}
.missionVisionRow .mvColom .wrapper .icon
.missionVisionRow .mvColom .wrapper .details
{
	position: relative;
	z-index: 2;
}
.missionVisionRow .mvColom .wrapper .icon img
{
	width:120px;
	transition:all .3s;
}
.missionVisionRow .mvColom .wrapper:hover .icon img
{
	transform: scale(1.2);
}
.missionVisionRow .mvColom .wrapper .details{
	text-align: center;
}
.missionVisionRow .mvColom .wrapper .details h6
{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #04378B;
    text-transform: capitalize;
}
.missionVisionRow .mvColom .wrapper .details p
{
    font-size: 17px;
    line-height: 27px;
    color: #222;
    text-align: center;
    margin-bottom: 0;
}