@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

******************************/

@media only screen and (min-width: 1921px)
{
	.user_image
	{
		width: calc((100vh * 0.518) * 0.8317);
		height: calc(100vh * 0.518);
	}
}

@media only screen and (max-width: 1920px)
{
	.home_text p
	{
		font-size: 30px;
	}
	.home_text h1
	{
		max-width: 760px;
		margin-top: 5px;
		font-size: 80px;
	}
	.home_buttons
	{
		margin-top: 49px;
	}
}

/************
1. 1730px
************/

@media only screen and (max-width: 1730px)
{
	.split_section_content
	{
		padding-left: 98px;
		padding-right: 127px;
	}
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.home_panel
	{
		width: 100%;
		height: 100vh;
		padding-bottom: 36px;
	}
	.user_image_background
	{
		display: none;
	}
	.user_image
	{
		display: none;
	}
	.home_image
	{
		display: block;
	}
	.home_text_a
	{
		margin-bottom: 3px;
	}
	.header
	{
		padding-right: 100px;
	}
	/*.clients
	{
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
	}*/
	.main_nav ul li a
	{
		color: #ffffff;
	}
	.main_nav ul li::after
	{
		background: #ffffff;
	}
	.home_social ul li a,
	.home_social ul li:not(:last-of-type)::after
	{
		color: #ffffff;
	}
	.home_social
	{
		width: 100vh;
		height: 100px;
		align-items: flex-end;
	}
	.container_custom_1500
	{
		max-width: 1280px !important;
	}
	.split_section_content
	{
		padding-left: 76px;
		padding-right: 96px;
	}
	.gallery_content
	{
		width: calc(((100vw - 1342px) / 2) + 100%);
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.container_custom_1500
	{
		max-width: 1100px !important;
	}
	.gallery_content
	{
		width: calc(((100vw - 1163px) / 2) + 100%);
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.home_panel
	{
		padding-left: 167px;
	}
	.home_text h1
	{
		max-width: 640px;
		font-size: 64px;
	}
	.clients
	{
		padding-left: 167px;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.contact_inner
	{
		width: 945px;
	}
	.home_panel
	{
		width: 100%;
		padding-top: 36px;
	}
	.container_custom_1500,
	.container_reset > .container
	{
		max-width: 900px !important;
	}
	.features .container_custom_1500 > div > div[class^='col']
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.features_content
	{
		padding-top: 0;
		padding-bottom: 70px;
		padding-left: 0;
		padding-right: 0;
	}
	.features_image
	{
		width: 100%;
	}
	.features_image > img,
	.split_section_image > img
	{
		display: block;
	}
	.features_image > .background_image,
	.split_section_image > .background_image
	{
		display: none;
	}
	.split_section_half
	{
		width: 100%;
	}
	.split_section_content
	{
		padding-left: 105px;
		padding-right: 116px;
	}
	.gallery_content
	{
		margin-top: 63px;
		width: calc(((100vw - 983px) / 2) + 100%);
	}
}

/************
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)
{
	.contact_about
	{
		display: none;
	}
	.contact > div
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact_inner
	{
		width: 100%;
	}
	.contact_inner > div
	{
		width: 100%;
	}
	.menu
	{
		padding-left: 0;
	}
	.menu > div
	{
		padding-left: 40px;
	}
	.header
	{
		position: fixed;
		height: 79px;
		padding-right: 35px;
		padding-left: 35px;
		-webkit-transform: translateY(-108px);
		-moz-transform: translateY(-108px);
		-ms-transform: translateY(-108px);
		-o-transform: translateY(-108px);
		transform: translateY(-108px);
	}
	.header.scrolled
	{
		background: #ffffff;
		box-shadow: 0px 3px 7px rgba(0,0,0,0.1);
	}
	.header.scrolled .main_nav ul li a
	{
		color: #292f38;
	}
	.header.scrolled .main_nav ul li::after
	{
		background: #292f38;
	}
	.header .hamburger,
	.header_logo
	{
		display: block;
	}
	.header.scrolled .hamburger > div > div
	{
		background: #292f38;
	}
	.header.scrolled .header_logo .st0
	{
		fill: #292f38 !important;
	}
	.super_container
	{
		padding-left: 0;
	}
	.sidebar
	{
		display: none !important;
	}
	.home
	{
		width: 100%;
		margin-left: 0;
	}
	.home_panel,
	.clients
	{
		padding-left: 40px;
	}
	.main_nav
	{
		display: none;
	}
	.home_social
	{
		display: none;
	}
	.services_container
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 720px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.service
	{
		width: 100%;
		border: none;
		border-bottom: solid 1px #e5e5e5;
	}
	.service:first-child
	{
		border-top: solid 1px #e5e5e5;
	}
	.container_custom_1500
	{
		max-width: 680px !important;
	}
	.milestone_counter
	{
		font-size: 56px;
	}
	.milestone_text
	{
		font-size: 16px;
		margin-top: 25px;
	}
	.featured_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.split_section_content
	{
		padding-left: 80px;
		padding-right: 96px;
	}
	.gallery_content
	{
		margin-top: 78px;
		width: calc(((100vw - 743px) / 2) + 100%);
	}
	.footer_container
	{
		height: auto;
		padding-top: 30px;
		padding-bottom: 34px;
	}
	.footer_nav
	{
		margin-bottom: 26px;
	}
	.copyright
	{
		margin-top: 19px;
	}
	.footer_info
	{
		text-align: center;
	}
	.footer_info:not(:last-child)
	{
		margin-bottom: 15px;
	}
	.footer_info > div
	{
		font-size: 14px;
	}
}

/************
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)
{
	.menu
	{
		width: 100%;
		left: -100%;
		padding-left: 0;
	}
	.home_text h1
	{
		font-size: 56px;
	}
	.home_text p
	{
		font-size: 24px;
	}
	.services_container
	{
		max-width: 549px;
	}
	.container_custom_1500
	{
		max-width: 540px !important;
	}
	.milestone
	{
		width: 100%;
		border-right: none !important;
	}
	.milestone:not(:last-child)
	{
		border-bottom: solid 1px rgba(255,255,255,0.3);
	}
	.milestone_counter
	{
		font-size: 72px;
	}
	.milestone_text
	{
		font-size: 18px;
		margin-top: 32px;
	}
	.features_content
	{
		padding-right: 0;
	}
	.gallery_content
	{
		width: calc(((100vw - 525px) / 2) + 100%);
	}
	.social_item
	{
		height: 112px;
	}
	.social_item_content
	{
		padding-bottom: 21px;
	}
	.social_item_title
	{
		font-size: 12px;
	}
	.social_item_icon i
	{
		font-size: 30px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h1
	{
		font-size: 36px;
	}
	h2
	{
		font-size: 24px;
	}
	.contact_form_content > div
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact_close
	{
		right: 28px;
	}
	.header
	{
		padding-left: 15px;
		padding-right: 30px;
	}
	.home_panel
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.home_text p
	{
		font-size: 22px;
	}
	.home_text h1
	{
		font-size: 48px;
	}
	.home_buttons
	{
		margin-top: 39px;
	}
	.button 
	{
		width: 150px;
		height: 54px;
	}
	.button a
	{
		font-size: 10px;
	}
	.button_a a
	{
		line-height: 54px;
	}
	.button_b a
	{
		line-height: 50px;
	}
	.home_text_a
	{
		margin-bottom: 14px;
	}
	.home_image
	{
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
	.clients
	{
		padding-left: 15px;
	}
	.client_logo
	{
		height: 30px;
	}
	.client_logo:not(:last-child)
	{
		margin-right: 33px;
	}
	.services_container
	{
		max-width: 100%;
	}
	.container_custom_1500
	{
		max-width: 100% !important;
	}
	.milestone_counter
	{
		font-size: 56px;
	}
	.milestone_text
	{
		font-size: 16px;
		margin-top: 25px;
	}
	.split_section_content
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog
	{
		padding-bottom: 88px;
	}
	.gallery
	{
		padding-top: 102px;
	}
	.gallery_content
	{
		width: 100%;
	}
	.newsletter_title,
	.gallery_title h2,
	.cta_title
	{
		font-size: 24px;
	}
}

/************
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)
{
	.home_text p
	{
		font-size: 18px;
	}
	.home_text h1
	{
		font-size: 36px;
	}
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}