@media( max-width: 1199px ) {
	/* MD  */
	#banner_section .banner_bg {
		padding-top: 70%;
	}

	#banner_section .banner_bg .title {
		font-size: 60px;
	}

	#banner_section .banner_bg .title span {
		font-size: 40px;
	}

	#consultants_section .img_container .caption {
		font-size: 20px;
	}

	#consultants_section .s_title {
		font-size: 30px;
	}

	#consultants_section .consultants_content p {
		font-size: 16px;
	}

	.contact_excerpt {
		font-size: 25px;
	}

	.contact_title {
		font-size: 30px;
	}

	#contact_section .phone > li {
		font-size: 20px;
	}
}

@media( max-width: 991px ) {
	/* SM  */
	#banner_section .banner_bg {
		padding-top: 100%;
	}

	#banner_section .banner_bg .title {
		text-align: center;
		font-size: 40px;
	}

	#banner_section .banner_bg .banner_excerpt p {
		text-align: center;
	}

	#banner_section .banner_bg .btn-custom {
		display: table;
		margin: auto;
	}

	#about_section .numbers .row > div:not(:last-child) {
		border-right: none;
	}

	#about_section .numbers .number {
		font-size: 50px;
	}

	#about_section .s_title {
		font-size: 30px;
	}

	#about_section .about_slide .box {
		flex-wrap: wrap;
	}

	#about_section .about_slide .box .img_container {
		width: 100%;
	}

	#about_section .about_slide .box .caption {
		width: 100%;
	}

	#about_section .about_slide .box .caption p {
		text-align: center;
		font-size: 30px;
	}

	#about_section .about_slide .content {
		text-align: center;
	}

	#consultants_section .img_container {
		margin-right: auto;
		width: 500px;
		max-width: calc(100% - 30px);
		margin-bottom: 1rem;
	}

	#consultants_section .container {
		position: unset;
		transform: none;
	}

	#consultants_section .s_title {
		text-align: center;
	}

	#consultants_section .consultants_content p {
		text-align: center;
	}

	#consultants_section .btn-custom {
		display: table;
		margin: auto;
	}

	#services_section .services_title {
		font-size: 30px;
	}

	#services_section .service .icontainer {
		margin-bottom: 1rem;
	}

	#services_section .service .img_container {
		margin: 0 auto 1rem;
	}

	#services_section .service .title {
		text-align: center;
	}

	#services_section .service .excerpt p {
		text-align: center;
	}

	#contact_section .contact_excerpt {
		font-size: 25px;
	}

	#contact_section .contact_title {
		font-size: 30px;
	}

	#testimonials_section .s_title {
		font-size: 30px;
	}

	#testimonials_section .excerpt {
		font-size: 25px;
	}

	#testimonials_section .content {
		text-align: center;
	}

	#testimonials_section .btn-custom {
		display: table;
		margin: auto;
	}

	#footer .colophon .footer_nav {
		text-align: center;
		margin-bottom: 1rem;
	}

	#footer .colophon .socials {
		margin-bottom: 1rem;
	}

	#footer .colophon .copyright {
		text-align: center;
	}

	.pagination .nav-links {
		font-size: 14px;
	}

	.pagination .nav-links > a, .pagination .nav-links > span {
		padding: 10px 13px;
	}
}