@media screen and (max-width: 1199.98px){
	.navbar-brand{
		max-width: 350px;
	}

	.navbar-nav li a{
		font-size: 15px;
	}

	.banner{
		height: 700px;
	}

	.wl-item-title h3{
		font-size: 18px;
	}
}

@media screen and (max-width: 1100px){
	.navbar-brand{
		max-width: 280px;
	}

	.navbar-nav li a{
		font-size: 14px;
	}
}

@media screen and (max-width: 991.98px){
	.navbar-brand {
	    max-width: 380px;
	}

	.navbar-toggler{
		padding-right: 20px;
	}

	.navbar-nav{
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav li a{
		font-size: 18px;
		padding-top: .7em;
		padding-bottom: .7em;
	}

	.banner{
		height: 580px;
	}

	.wl-item-title{
		height: 35px;
	}

	.wl-item-title h3 {
	    font-size: 14px;
	}

	.member-details{
		padding-left: 0;
		padding-top: 15px;
	}

	.hiring-content{
		padding: 20px 30px;
	}

	.contact-img{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767.98px){
	.banner{
		height: 450px;
	}

	p,
	body{
		font-size: 24px;
	}

	.wl-item{
		margin-bottom: 30px;
	}

	.wl-item-title {
	    height: 45px;
	}

	.wl-item-title h3 {
	    font-size: 20px;
	}

	.work-life{
		padding-bottom: 20px;
	}

	.mission {
	    padding-top: 30px;
	}

	.hiring-content .inline-list li{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.sec-shadow::before{
		padding-bottom: 40%;
	}
}

@media screen and (max-width: 575.98px){
	.banner{
		height: 350px;
	}
	
	html{
		font-size: 17px;
	}

	p,
	body{
		font-size: 22px;
	}

	.about-content{
		padding: 20px 20px 10px 25px;
	}

	.wl-item{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-brand{
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 0;
		max-width: calc(100% - 75px);
	}

	.navbar-toggler {
	    padding-right: 15px;
	}

	.navbar-nav li a {
	    font-size: 16px;
	}

	.wl-item.item-2 {
	    transform: rotate(4deg);
	}

	.wl-item.item-3 {
	    transform: rotate(-4deg);
	}

	.wl-item.item-4 {
	    transform: rotate(8deg);
	}

	.hiring-content{
		padding: 20px;
	}

	.hiring-content h2{
		font-size: 38px;
	}

	.hiring-content h3,
	.hiring-content .inline-list li{
		font-size: 24px;
	}

	.footer .nav{
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.dedication-img{
		margin-top: 0;
		display: block;
		margin-bottom: 10px;
		max-width: none;
	}

	.dedication-img{
		margin-left: auto;
		margin-right: auto;
	}

	.wl-item {
	    margin-bottom: 0;
	}

	.sec-shadow{
		height: 55px;
		margin-top: 15px;
	}

	.core-value-sec-title{
		margin-bottom: 20px;
	}

	.core-value-item{
		margin-bottom: 25px;
	}

	.team{
		padding-top: 0;
	}

	.team-sec-title {
	    margin-bottom: 25px;
	}

	.dedication {
	    padding-bottom: 20px;
	}

	.about {
	    padding-top: 35px;
	    padding-bottom: 35px
	}

	.work-life {
	    padding-top: 35px;
	}

	.member-item{
		margin-bottom: 30px;
	}
}