@media (max-width: 1400px){
  .navigation ul li{
  	margin: 0 15px;
  }
  .key-industries p{
  	padding: 10px;
  }
  .core-value p {
    font-size: 17px;
    line-height: 27px;
}
}


@media (max-width: 1200px){
	.core-value .block{
		width: 33.3%;
	}
	.core-value-sec{
		justify-content: center !important;
	}
.expert .block {
    margin: 5px;
}
.services .block h3 {
    font-size: 18px;
}
.services .content{
	top:calc(100% - 85px);
}
.footer-p{
	display: none;
}
.footer-left-sec{
	padding: 25px 0;
	display: flex;
	align-items: center;
}
.f-social{
	margin-left: 150px;
}
}

@media (max-width: 991px){
  .banner{
  	height: 100%;
  }
  .banner-image{
  	height: 350px;
  }
  .banner-content .content{
  	max-width: 100%;
  	padding: 50px;
  	text-align: center;
  }
  .banner:after{
  	left: unset;
  	right: 50px;
  	bottom: -50px;
  }
  .services{
  	padding-top: 75px;
  	padding-bottom:35px;
  }
  .home-info p{
  	max-width: 100%;
  }
  .home-info-img{
  	height: 350px;
  }
  .home-info .content{
  	text-align: center;
  }
  .case-study .image-block{
  	height: 500px;
  }
  .case-study .block{
  	text-align: center;
  }
  .case-study,.expert{
  	padding: 35px 0;
  }
  .hamburger-menu {
        display: block;
    }

    .hamburger-menu.open span {
        background: #fff;
    }

    .navigation ul {
        position: fixed;
        top: 0;
        right: -275px;
        width: 275px;
        bottom: 0;
        z-index: 9999;
        height: 50%;
        background: #1b1464;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-top: 100px;
        transition: all 0.5s ease;
    }

    .navigation ul.show {
        right: 0;
    }

    .navigation ul li {
        margin-left: 25px;
        margin-bottom: 15px;
    }

    .navigation ul li a {

    color: #fff;
}
.home-info .content{
	padding: 50px;
}
.testimonial-list{
	padding: 75px 0;
	margin-top: 25px;
}
.testimonial.owl-theme .owl-nav{
	bottom: 0;
}
.vision:after{
	right: 0;
	left: 0;
	top:50%;
	clip-path: unset;
}
.vision-left,.vision-right{
	text-align: center;
}
.vision .block{
	padding: 50px;
}
.core-value .block{
	width: 50%;
}
.core-value,.key-industries{
	padding: 35px 0;
}
.key-industries h2{
	margin-bottom: 15px;
}
.contact-sec:before{
	display: none;
}
.contact{
	padding-bottom: 35px;
}
.banner-content .content h1{
	font-size: 40px;
	line-height: 50px;
}
}
@media (max-width: 767px){

	.services .block h3{
		max-width: 275px;
		margin: auto;
		font-size: 21px;
	}
	.services .content{
		top:50% !important;
		transform: translateY(-50%);
	}
	.top-footer{
		padding: 25px 0;
	}
	.f-logo img{
		max-width: 125px;
	}
	footer,.top-footer p, .top-footer a{
		text-align: center;
	}
	.top-footer .info{
		text-align: center;
		justify-content: center;
	}
	.footer-left-sec{
		flex-direction: column;
		justify-content: center;
	}
	.f-social{
		margin-left: 0 !important;
	}
	.f-nav{
		margin-left: 0 !important;
		padding-bottom: 25px;
	}
	footer h2.ms-3{
		margin-left: 0 !important;
	}
}
@media (max-width: 600px){
	.make-appointment a{
	padding: 7px 15px;
	font-size: 15px;
}
.make-appointment{
  margin-left: 15px;	
}
.banner-content .content h1 {
    font-size: 35px;
    line-height: 40px;
}
.home-info .content{
	padding: 35px;
}
h2{
	font-size: 30px !important;
}
p{
	font-size: 15px !important;
}
.expert .image-block{
	max-width: 350px;
	margin:25px auto;
}
.expert .block{
	text-align: center;
}
.expert-consultant{
	margin-top: 0 !important;
}
.need h3{
	font-size: 25px;
}
.case-study-block{
	margin-top: 15px;
}
.core-services .image-block{
	min-height: 350px;
}
}