@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
	.phone {
		display: none !important;
	}

	.menu .phone {
		display: block !important;
	}

	.login {
		display: none !important;
	}

	.menu .login {
		display: block !important;
	}

	.logo {
		left: auto;
	}

	.main_nav {
		margin-left: 90px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
	.hamburger {
		display: block;
	}

	.hamburger_bar {
		display: block;
	}

	.main_nav {
		display: none;
	}

	.box {
		width: 100%;
	}

	.box:not(:last-child) {
		margin-bottom: 60px;
	}

	.about {
		margin-top: 28px;
	}

	.about_background {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: -50px;
	}

	.about_image {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.about_image img {
		max-width: 100%;
	}

	.about_content {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.test_1 {
		margin-top: 106px;
		margin-bottom: 82px;
	}

	.test_content {
		padding-left: 25px;
	}

	.gallery_slider_container {
		width: 160%;
		left: -25%;
	}

	.blog_col:not(:last-child) {
		margin-bottom: 60px;
	}

	.footer_nav ul li:not(:last-of-type) {
		margin-right: 40px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
	.hamburger_bar {
		right: calc((100vw - 510px) / 2 - 15px);
	}

	.home_title {
		font-size: 72px;
		margin-top: -4px;
	}

	.home_subtitle {
		font-size: 14px;
		margin-top: -4px;
	}

	.home_button {
		margin-top: 37px;
	}

	.service_col:nth-last-child(n+4) {
		margin-bottom: 0px;
	}

	.service_col:not(:last-child) {
		margin-bottom: 79px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
	p {
		font-size: 13px;
	}

	.header_content,
	.header.scrolled .header_content {
		height: 65px;
	}

	.hamburger_bar {
		right: 0px;
		height: 65px;
	}

	.home_title {
		font-size: 48px;
	}

	.section_title {
		font-size: 48px;
	}

	.video_icon {
		width: 25px;
		height: 25px;
		margin-right: 8px;
	}

	.video_icon i {
		font-size: 8px;
	}

	.video_text {
		font-size: 14px;
	}

	.home_button {
		margin-top: 33px;
	}

	.home_button a {
		font-size: 14px;
	}

	.text_highlight {
		font-size: 15px;
	}

	.blog {
		padding-top: 244px;
	}

	.testimonials {
		padding-top: 244px;
	}

	.footer_content {
		padding-bottom: 25px;
	}

	.footer_nav ul li:not(:last-of-type) {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.footer_image {
		opacity: 0.5;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {}