*{
    padding: 0; margin: 0;
    box-sizing: border-box;
}

a{
    color: #ffffff;
    text-decoration: none;
}
img{
	max-width: 100%;
	display: block;
}
li{
    list-style: none;
}
body{

    font-size: 14px;
    line-height: normal;
}
.container{
    width: 1150px;
    position: relative;
    margin: 0 auto;
}
.career-slider .container {
	position: absolute;
	bottom: 85px;
	color: #fff;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.career-slider .container h3 {
	font-size: 50px;
	color: #faa61d;
	text-transform: uppercase;
	font-weight: 600;
}
.career-slider .container h4 {
	font-size: 30px;
	color: #fff;
    font-weight: 600;
	margin-bottom: 12px;
	
}
.career-slider .container p {
	font-size: 30px;
	color: #f59c00;
	/* border: 1px solid #f59c00; */
	display: inline-block;
	padding: 5px 16px;
	/* background: #f59c00; */
	font-weight: 800;
    font-family:Montserrat;
	
}

span span.grey  {color:#aab0b7 !important}

.career-slider .container  p span{
    color: #fff;
}

.life-left {
	width: 543px;
	border: 1px solid #f3f0f0;
	padding: 45px 35px;
	/* margin-right: -115px; */
	position: relative;
	z-index: 1;
	background: #fff;
	margin-top: 0;
}
.life-left h3 {
	font-size: 38px;
	color: #5e5e5e;
	font-weight: 500;
	margin-bottom: 15px;
}
.life-left h3 span{
    color: #f59c00;
    font-weight: 700;
}
.life-left  h4 {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	margin-bottom: 10px;
}
.text {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 29px;
	/* font-weight: 400; */
}
.life-social{
    margin-top: 15px;
}
.life-social li{
    display: inline-block;    
	margin-right: 3px;
	position: relative;
}
.life-social li img {

	top: 0;
	left: 0;
	transition: all ease 0.6s;
}
.life-social li.nor{

}
.life-social li img.hov{
	opacity: 0;
}
.life-social li a {
	color: #1f1f1f;
	/* background: #fafafa; */
	padding: 7px 13px;
	margin-right: 5px;
	transition: all ease 0.6s;
}
.life-social li:hover .hov{
	opacity: 1;
	
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.life-right {
	width: 594px;
	position: relative;	
	margin-bottom: 0px;
}
.vid-icon {
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	left: 0px;
	bottom: 0;
	width: 97px;
	height: 97px;
	z-index: 1;
	cursor: pointer;
}
.life-rategain {
	padding: 65px 0 95px;
	position: relative;
	z-index: 9;
}
.poli {
	-webkit-clip-path: polygon(50% 45px, 100% 0, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(50% 45px, 100% 0, 100% 100%, 0 100%, 0 0);
	position: absolute;
	width: 100%;	
	left: 0;	
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: -45px;	
	background: #fff;
	z-index: -9;
}
.value-follow {
	
	border-top: 1px solid #e4e4e4;
	padding: 00px 0 ;
}
.value-left {
	width: 800px;
	margin: 50px 0;
}
.value-left ul{
	text-align: center;
}
.value-left li {
	width: 240px;
	vertical-align: top;
	height: 340px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all ease .6s;
	text-align: left;
}
.value-left li .li-box {
    height: 340px;
    width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
    position: relative;
    padding: 23px;
    box-shadow: 0 0px 8px rgba(0,0,0,.1);
    transition: all ease .6s;
}
.value-left li:nth-child(2n) {
    margin-top: 0px;
}
/* .value-left li:last-child{
	width: 96%;
	height: auto;
}
.value-left li:last-child .li-box{
	height: auto;
} */
.value-left li .li-box::after {
	background: #fbf6f1;
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50%;
	display: none;
}
.value-left li:hover .li-box{
    background: #f59c00;
    color: #fff;
}
.value-left li:hover h3 , .value-left li:hover p{
    color: #fff;
}
.value-left li:hover img.hov{
    display: block;
}
.value-left li:hover img.nor{
    display: none;
}
.value-icon {
	width: 70px;
	position: relative;
	margin-bottom: 10px;
	height: 70px;
}
.value-icon img{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.value-icon img.hov{
    display: none;
}
.value-left li h3{
    font-size: 19px !important;
    color: #111111;
    margin-bottom: 10px;    
    transition: all ease .6s;
    
}
.value-left li p{
    font-size:15px;
    color:#5e5e5e;
    line-height:23px;
    transition: all ease .6s;
}
.value-right {
	width: 330px;
	margin-top: 0px;
	/* align-self: center; */
	background: #b77c14;
	color: #fff;
	padding: 20px;
	padding-top: 160px;
}
.value-right li {
	background: url("<?php echo site_url(); ?>/wp-content/themes/imate/images/black-right-arrow.png") 0 10px no-repeat;
	font-size: 14px;
	padding-left: 29px;
}
.value-right  ul{
	margin-top: 30px;
}
.value-right h3 {
	font-size: 38px;
	color: #fff;
	font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.value-right h3 span {
	color: #fff;
	font-weight: 700;
}
.value-right h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
.value-right h5 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
    margin-bottom: 40px;
    font-style: italic;
    margin-top: 45px
}
.value-right a {
	background: #f59c00;
	color: #fff;
	display: inline-block;
	padding: 12px 23px;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 15px;
}
.value-right .text{
	color: #fff;
}
.women-policy-left {
	width: 365px;
	background: #f59c00;
    padding: 50px 37px;
    color: #fff;
}
.women-policy-left h3 {
	font-size: 33px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 20px;
}
.women-policy-left h3 span{
    font-weight: bold;
}
.women-policy-left h4 {
	font-size: 17px;
	color: #fff;
	margin-bottom: 9px;
}
.women-policy-left p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.policy-slider{
    width: 750px;
}
.policy-slider {
	width: 750px;
	margin-top: 80px;
	margin-bottom: 15px;
}
.womenpolicy {
	width: 100%;
	background: #fbf6f1;
	border-top: 1px solid #eaeaea;
}
.womenpolicy .item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.policy-txt {
	padding: 25px;
	min-height: 240px;
}
.policy-txt h4 {
	font-size: 20px;
	color: #111;
	font-weight: 600;
	margin-bottom: 11px;
}
.policy-txt p {
	font-size: 15px;
	color: #5e5e5e;
	line-height: 25px;
}
.learing-network {
	padding: 50px 0;
}
.learing-network h3 {
	font-size: 38px;
	color: #5e5e5e;
	font-weight: 500;
	margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
.learing-network h3 img{
	 text-align:center; display:inline;
}
.learing-network h3 span {
	color: #f59c00;
	font-weight: 700;
}
.learing-network .text{
    text-align: center;
    padding: 0 00px;
    margin-bottom: 50px;
}
.learing-ul {}
.learing-ul ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.learing-ul ul li {
	width: 362px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0,0,0,.4);
	padding: 30px 20px;
	margin-bottom: 30px;
}
.learing-ul ul li::after {
	background: #fdd28d;
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	top: -17px;
	right: -17px;
	border-radius: 50%;
	display: none;
}
.learning-icon {
	margin-bottom: 25px;
}
.learing-ul ul li h4 {
	font-size: 20px;
	color: #111;
	margin-bottom: 12px;
	display: none;
}
.learning-icon {
	margin-bottom: 15px;
	min-height: 104px;
	border-bottom: 1px solid #ccc;
}
.learing-ul p {
	font-size: 15px;
	color: #5e5e5e;
	line-height: 24px;
}
.network {
	width: 100%;
	/* background: url("<?php echo site_url(); ?>/wp-content/themes/imate/images/network-bg.jpg") 0 0 no-repeat; */
	text-align: center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	height: 580px;
}
.network video {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1 !important;
	height: 100%;
}
.network .container{
    padding: 100px 0;
}
.network .container  h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}
.network .container h3 span {
	color: #f59c00;
	font-weight: 700;
}

.network .container img{
	cursor: pointer;
	display: inline-block;
}
.latest-blog{
	width: 100%;
	padding: 40px 0;
	background: #fbf6f1;
}
.latest-blog h3 {
	font-size: 38px;
	color: #5e5e5e;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}
.latest-blog h3 span {
	color: #f59c00;
	font-weight: 500;
}
.latest-blog .text {
	text-align: center;
	padding: 0 150px;
	margin-bottom: 50px;
}
.blog-data ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-data li {
	width: 370px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.blog-img {
	position: relative;
}
.blog-date {
	width: 70px;
	height: 70px;
	background: #f59c00;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 9px;
}
.blog-date span {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 23px;
}
.blog-txt h4 {
	font-size: 19px;
	color: #111;
	margin-bottom: 10px;
}
.blog-txt {
	padding: 27px;
}
.blog-txt p {
	font-size: 15px;
	color: #5e5e5e;
	line-height: 24px;
	margin-bottom: 18px;
}
.blog-txt a , .learing-ul ul li a {
	background: url("<?php echo site_url(); ?>/wp-content/themes/imate/images/black-right-arrow.png") 96% no-repeat;
	color: #f59c00;
	padding-right: 31px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
}
.viewallblog {
	background: #f59c00;
	/* display: inline-block; */
	margin: 0 auto;
	width: 143px;
	text-align: center;
	margin-top: 30px;
	transition: all ease 0.6s;
}
.viewallblog:hover{
	background: #b0bec9;
}
.viewallblog:hover a{ color: #000; }
.viewallblog a {
	color: #fff;
	padding: 11px 15px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	transition: all ease 0.6s;
}
.employee-story {
	padding: 50px 0 20px;
}
.emplyee-left {
	width: 565px;
	padding-bottom: 50px;
	align-self: center;		
}
.emplyee-left  h3 {
	font-size: 38px;
	color: #5e5e5e;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;	
}
.emplyee-left h3 span {
	color: #f59c00;
	font-weight: 700;
}
.emplyee-left h4 {
	font-size: 20px;
	color: #111;
	font-weight: 500;
}
.emplyee-slider {
	margin-top: 50px;
}
.flex-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.emp-txt {
	align-self: center;
	margin-left: 29px;
}
.emp-txt h5 {
	font-size: 20px;
	color: #111;
	font-weight: 500;
}
.emp-txt span{
	color: #f59c00;
	font-size: 14px;
	font-weight: 500
}
.emplyee-slider .text{
	margin-top: 30px;
}
.emplyee-slider .owl-next , .emplyee-slider .owl-prev{
	top: auto;
	bottom: -70px;
}
.emplyee-right {
	width: 560px;
	position: relative;
	margin-top: 40px;
}
.emplyee-right .vid-icon{
	left: 0;
}
.whyjoin-us{
	text-align: center;
	
	background-size: 100% 100%;
	position: relative;
	padding: 30px 0;
	margin-top: 30px;
}
.whyjoin-us .container h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}
.whyjoin-us .container h3 span {
	color: #f59c00;
	font-weight: 700;
}
.whyjoin-us .text {
	text-align: center;
	padding: 0 150px;
	margin-bottom: 30px;
	color: #fff;
}
.whyjoin-us .container h4 {
	font-size: 30px;
	color: #f59c00;	
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
}
.join-data li img.hov{
	display: none;
	
}
.join-data li {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	width: 16%;
}
.join-data li:hover img.hov{
	display: block;
}
.join-data li:hover img.nor{
	display: none;
}
.join-data li:hover p{
	color: #f59c00;
}
.join-data li p {
	margin-top: 16px;
	font-weight: 600;
	font-size: 16px;
}
.join-icon{
	width:125px;
	height: 125px;
	position: relative;
	margin: 0 auto;
}
.join-icon img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.line {
	position: absolute;
	left: 81%;
	top: 59px;
	width: 80px;
	height: 50px;
}
.join-data li:nth-child(2) .line {
	top: 44px;
}
.whyjoin-us h6 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	margin-top: 25px;
}
.proceed {
	background: #f59c00;
	color: #fff;
	display: inline-block;
	padding: 10px 26px;
	font-size: 18px;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	transition: all ease 0.6s;
}
.proceed:hover {
	background: #aab0b7;
	color: #000}

.lettalks{
	
	width: 100%;
	padding: 0px 0 50px;
	background-size: 100% 100%;
}
.let-left {
	width: 430px;
	align-self: center;
}
.let-left h3{font-size: 38px;
	color: #5e5e5e;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;}
	.let-left h3 span {
		color: #f59c00;
		font-weight: 700;
	}
	.let-left h4{
		font-size: 20px;
		font-weight: 500px;
		color: #111111;
		margin-bottom: 5px;
	}
	.let-right li{
		width: 100%;
		margin-bottom: 15px;
	}
	.let-right li label{
		width: 100%;
		margin-bottom: 5px;
		font-size: 20px;
		color: #111111;
		display: block;
	}
	.let-right li input {
		width: 100%;
		padding: 13px;
		border: 1px solid #ccc;
		font-size: 16px;
	}
	.let-right li textarea {
		width: 100%;
		padding: 13px;
		border: 1px solid #ccc;
		font-size: 16px;
		font-family: montserrat;
	}
	.let-right li button {
		background: #f59c00;
		border: 0;
		color: #fff;
		padding: 10px 33px;
		font-size: 15px;
		/* font-weight: bold; */
		text-transform: uppercase;
		font-weight: 600;
		cursor: pointer;	transition: all ease 0.6s;
	}
	.let-right li button:hover {
		background: #aab0b7;
		color: #000}
	.let-right {
		width: 540px;
		background: #FFF;
		padding: 40px 54px;
		box-shadow: 0 0 15px rgba(0,0,0,.1);
		border-radius: 0 0 15px 15px;
	}
	
	.footer-top{
		width: 100%;
		background: #5e5e5e;
	}
	.footer-last{
		background: #fbb31c;
	}
	.award-left {
		width: 540px;
		align-self: center;
	}
	.awards {
		padding: 50px 0;
	}
	.award-left h3{
		font-size: 38px;
		color: #5e5e5e;
		font-weight: 500;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	.award-left h3 span {
		color: #f59c00;
		font-weight: 700;
	}
	.award-slider{
		width: 500px;
	}
	.award-yrs {
		width: 40px;
		font-weight: 600;
		align-self: center;
		font-size: 20px;
		padding-top: 18px;
	}
	.award-circle {
		width: 30px;
		background: url("<?php echo site_url(); ?>/wp-content/themes/imate/images/award-circle.jpg") center no-repeat;
		align-self: center;
		height: 30px;
		margin-top: 18px;
	}
	.slick-slide .flex:hover .award-yrs , .slick-slide .flex:hover .award-icon h4{
		color: #faa924;
	}
	
	.award-icon {
		width: 400px;
	}
	.award-icon h4 {
		font-size: 16px;
		color: #111;
		font-weight: 600;
		margin: 5px 0;
	}
	.award-icon p{
		font-size: 14px;
		color: #5e5e5e;
	}
	.slick-slide {
		margin: 15px 0;
	}
	.slick-list {
		margin: -15px 0;
	}
	.award-slider{
		position: relative;
	}
	.award-slider::after {
		width: 1px;
		height: 100%;
		position: absolute;
		background: #ccc;
		content: "";
		top: 0;
		left: 70px;
		z-index: -9;
	}
	.slick-prev{
		background: url("<?php echo site_url(); ?>/wp-content/themes/imate/images/left-slider-arrow.png") center no-repeat;
		width: 52px;
		height: 50px;
		position: absolute;
		top: -17px;
		left: auto;
		font-size: 0;
		bottom: auto;
		margin: auto;
		right: 72px;
		transform: rotate(-90deg);
		border: 0;
		cursor: pointer;
		z-index: 9;
		display: none !important;
	}
	.slick-next{
		
		width: 52px;
		height: 50px;
		position: absolute;
		top: -17px;
		font-size: 0;
		bottom: auto;
		margin: auto;
		right: 10px;
		/* transform: rotate(90deg); */
		border: 0;
		cursor: pointer;
		z-index: 9;
	}
	/* .slick-next:hover{background: url(../images/right-slider-arrow.png) center no-repeat;transform: rotate(-90deg);}
	.slick-prev:hover{background: url(../images/right-slider-arrow.png) center no-repeat;transform: rotate(90deg);} */
	.award-hor-slider{
		margin-top: 50px;
	}
	.award-hor-slider .owl-next {		
		top: 86px;
	}
	.award-hor-slider .owl-prev {
	
		top: 86px;
		right: auto;
		left: 10px;
	}
	.blog-popup{
		display: none;
		width: 600px;
		line-height: 20px;
		padding: 25px;
		border: 5px solid #f59c00;
		border-radius: 9px;
	}

	.banner {
		position: relative;
	}
	.banner-up-txt {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		width: 1170px;
		
		margin: auto;
		text-align: right;
		left: 0;
		
	}
	.banner-up-txt img{
		float: right;
	}
	.video-name {
		position: absolute;
		bottom: 17px;
		right: 16px;
		color: #fff;
		text-align: right;
		text-shadow: 0 0 4px rgba(0,0,0,.6);
	}
	.video-name h3{
		color: #fba51a;
	}






	@media screen and (max-width:1100px)
	{
		.banner-up-txt{
			display: none;
		}
		.value-right{
			padding-top: 25px;
		}
		.container{
			width: 98%;			
		}
		.life-left{
			width: 49%;
			padding: 10px 14px;
		}
		.life-right{
			width: 49%;
		}
		.value-right {
			width: 100%;
			margin-top: 0;
			align-self: center;
			margin-bottom: 30px;
		}
		.policy-slider {
			width: calc(100% - 380px);
			margin-top: 130px;
		}
		.learing-ul ul li{
			width: 33%;
		}
		.learing-network .text {			
			padding: 0 20px;			
		}
		.network {		
			background-size: 100% 100%;
		}
		.blog-data li{
			width: 33%;
		}
		.emplyee-left {
			width: 49%;	
			margin-bottom: 20px;			
		}
		.emplyee-right {
			width: 49%;
			position: relative;
		}
		.emplyee-slider {
			margin-top: 15px;
		}
		.emplyee-slider .text {
			margin-top: 8px;
		}
		.award-left {
			width: 45%;			
		}
		.award-slider {
			width: 51%;
		}
		.value-left li {
			width: 31%;	
			height: 242px;	
		}
		.value-left li .li-box {
			height: 250px;
			width: 100%;
		}
		.value-left {
			width: 100%;
			margin: 25px 0;
		}
	}
	@media screen and (max-width:800px)
	{
		.award-left {
			width: 100%;
			margin-bottom: 50px;
		}
		.award-slider {
			width: 100%;
		}
		.awards .flex{
			justify-content: start;
		}
		.award-yrs {
			width: 53px;	
		}
		.award-icon {		
			margin-left: 12px;
		}
		.life-left {
			width: 100%;
			padding: 10px 14px;
			margin-bottom: 10px;
		}
		.life-right {
			width: 100%;
		}
		.life-right img{
			width: 100%;
			height: auto;
		}
		.life-rategain {
			padding: 10px 0 10px;
			position: relative;
			z-index: 9;
		}
		.value-left {
			width: 100%;
			margin: 0;
		}
		.value-left li {
			width: 48%;			
			float: left;
			margin-right: 2%;			
		}
		.value-follow {		
			padding: 50px 0 20px;
		}
		.women-policy-left{
			width: 49%;
			padding: 47px 37px;
		}
		.policy-slider{
			width: 49%;
		}
		.learing-ul ul li {
			width: 49%;
		}
		.blog-data li {
			width: 49.5%;
			margin-bottom: 10px;
		}
		.emplyee-left {
			width: 100%;		
		}
		.emplyee-right {
			width: 100%;
			margin-top: 30px;
		}
		.emplyee-right img{
			width: 100%;
			height: auto;
		}
		.whyjoin-us .text {			
			padding: 0 15px;		
		}
		.line{
			display: none;
		}
		.join-icon {
			width: 70px;
			height: 70px;		
		}
		.join-data li{
			font-size: 16px;
		}
		.whyjoin-us h6{
			margin-top: 25px;
		}
		.whyjoin-us h6{
			font-size: 24px;
		}
		.let-left {
			width: 100%;
			align-self: center;
			margin: 20px 0;
		}
		.let-right {
			width: 100%;
			background: #FFF;
			padding: 14px 22px;
			box-shadow: 0 0 15px rgba(0,0,0,.1);
			border-radius: 15px;
		}
	}
	@media screen and (max-width:700px)
	{
		.award-icon {
			width: 259px;
			height: 120px;
		}
		.vid-icon {
			width: 50px;
			height: 50px;	
		}
		.career-slider .container {
			position: absolute;
			bottom: 26px;
			color: #fff;
			right: 0;
			left: 0;
			margin: auto;
			text-align: center;
		}
		.value-right{
			margin-top: 0;
		}
		.value-right h3 , .award-left h3 , .life-left h3 , .learing-network h3 , .latest-blog h3 , .emplyee-left h3 , .let-left h3 {
			font-size: 25px;	
		}
		.women-policy-left {
			width: 100%;
			padding: 24px 21px;
			background-size: 100%;
		}
		.policy-slider {
			width: 100%;
		}
		.policy-slider {
			width: 100%;
			margin-top: 90px;
		}
		.women-policy-left h3 {
			font-size: 28px;
			margin-bottom: 10px;
		}
		.learing-ul ul li {
			width: 100%;
			height: auto;
		}
		.network {
			background-size: 100% 100%;
			height: 300px;
		}
		.latest-blog .text {
			text-align: center;
			padding: 0;
			margin-bottom: 33px;
		}
		.blog-data li {
			width: 100%;
			margin-bottom: 10px;
		}
		.blog-img img{
			width: 100%;
			height: auto;
		}
		.join-data li {
			font-size: 16px;
			width: 50%;
			margin-bottom: 20px;
		}
		.let-right li label{
			font-size: 16px;
		}
		.let-right li input{
			font-size: 14px;
		}
		.text {
			font-size: 14px;
			color: #5e5e5e;
			line-height: 26px;
			/* font-weight: 400; */
			text-align: justify;
		}
		.value-left li:nth-child(2n) .li-box {
			margin-top: 0;
		}
		.value-left li {
			width: 100%;
			float: left;
			margin-right: 0;
			height: auto;
		}
		.value-left li .li-box{
			height: auto;
		}
		.career-slider .container h3 {
			font-size: 21px;
		}
		.career-slider .container h4 {
			font-size: 13px;
		}
		.career-slider .container p {
			font-size: 12px;
		}
		
        
		.slick-next , .slick-prev , .owl-prev , .owl-next{
			background-size: 30px !important;
		}
		.slick-prev , .owl-prev{
			right: 46px;
		}
		.blog-txt h4{
			font-size: 16px;
		}
		.whyjoin-us {		
			background-size: auto 100%;		
		}
	}
	@media screen and (max-width:470px){
		.award-icon {
			width: 250px;
			height: 120px;
		}
	}