/*----------------------------------------*/
/*  # Responsive 
/*----------------------------------------*/


@media (min-width: 992px) and (max-width: 1199px) {

	/* Portfolio (HOME + PORTFOLIO)
	-------------------------------------------------------*/

	.grid-4-col .portfolio-item,
	.grid-4-col .gallery-item {
		width: 33.333%
	}

	/* Contact
	-------------------------------------------------------*/

	.contact-side {
		flex: 40%;
		background-color: #f1f1f1;
		padding-top: 80px;
		padding-left: 80px;
		padding-bottom: 60px;
	}

	.contact-map {
		flex: 60%;
		padding: 0;
	}
}


@media (max-width: 991px) {

	/* Hero Captions (PORTFOLIO SINGLE)
	-------------------------------------------------------*/

	.hero-holder h1 {
		font-size: 44px;
	}

	/* Hero Swiper Captions (HOME)
	-------------------------------------------------------*/

	.swiper-holder h1 {
		font-size: 44px;
	}

	/* Portfolio (HOME + PORTFOLIO)
	-------------------------------------------------------*/
/*
	.container {
		max-width: 95%;
	}
*/
	.grid-3-col .portfolio-item {
		width: 50%;
	}
	.grid-4-col .portfolio-item,
	.grid-4-col .gallery-item {
		width: 50%
	}

	/* Services (HOME)
	-------------------------------------------------------*/

	.hidden-text {
		opacity: 1;
		visibility: visible;
	}
	.service-boxes .service-item-box {
		position: relative;
		display: block;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		top: auto;
		padding: 0;
	}

	.service-item-wrap {
		text-align: center;
		padding: 80px 40px;
	}
	.service-item-wrap:first-child {
		border-bottom: 1px dotted #ccc;
	}
	.service-item-wrap:nth-child(2) {
		border-bottom: 1px dotted #ccc;
	}

	/* Footer
	-------------------------------------------------------*/

	.footer-brand {
		width: calc(100% - 20px);
		padding-left: 0;
	}

	.footer-services,
	.footer-contact {
		width: calc(50% - 20px);
		padding-left: 0;
		padding-top: 50px;
	}

	/* Contact
	-------------------------------------------------------*/

	.contact-side {
		flex: 50%;
		background-color: #f1f1f1;
		padding-top: 80px;
		padding-left: 80px;
		padding-bottom: 60px;
	}

	.contact-map {
		flex: 50%;
		padding: 0;
	}
}


@media (max-width: 767px) {

	/* Scroll Down (HOME & Portfolio Page)
	-------------------------------------------------------*/

	.scroll-down-box {
		display: none;
	}

	/* Back to Top Button
	/*-------------------------------------------------------*/

	.back-to-top,
	.back-to-top:visited {
		right: 15px;
		bottom: 15px;
	}

	/* Hero Captions (PORTFOLIO SINGLE)
	-------------------------------------------------------*/

	.hero-holder {
		left: 40px;
		right: 40px;
		bottom: 60px;
	}

	.hero-holder h1 {
		font-size: 34px;
	}

	/* Hero Swiper (HOME)
	-------------------------------------------------------*/

	.swiper-holder {
		left: 40px;
		right: 40px;
		bottom: 60px;
	}

	.swiper-holder h1 {
		font-size: 34px;
	}

	.swiper-button-next,
	.swiper-button-prev	{
		bottom: 20px;
	}

	.swiper-button-next	{
		right: 20px;
	}

	.swiper-button-prev	{
		right: 62px;
	}

	.swiper-pagination {
		display: none;
	}

	/* Portfolio (HOME + PORTFOLIO)
	-------------------------------------------------------*/

	.container {
		max-width: 100%;
	}

	.grid-3-col .portfolio-item {
		width: 50%;
	}
	.grid-4-col .portfolio-item,
	.grid-4-col .gallery-item {
		width: 50%
	}

	/* Services (HOME)
	-------------------------------------------------------*/

	.service-item-wrap {
		padding: 40px 20px;
	}
	.service-item-wrap:first-child {
		padding-top: 100px;
		border: none;
	}
	.service-item-wrap:nth-child(2) {
		border: none;
	}
	.service-item-wrap:last-child {
		padding-bottom: 100px;
	}
	
	/* About us (HOME + ABOUT US)
	-------------------------------------------------------*/

	.about-home-item {
		text-align: center;
	}

	/* Parallax Testimonials (HOME + ABOUT US)
	-------------------------------------------------------*/

	.parallax-testimonials p {
		padding: 0 40px;
		text-align: center;
	}

	/* Page Title
	-------------------------------------------------------*/

	.page-title {
		margin-top: 60px;
	}

	/* Contact
	-------------------------------------------------------*/

	.contact-side {
		padding-bottom: 80px;
	}
}


@media screen and (max-width: 767px) {

	/* Disable aos animation delay on mobile devices
	-------------------------------------------------------*/

	[data-aos-delay] {
		transition-delay: 0s !important;
	}
}


@media (max-width: 575px) {

	/* Portfolio (PORTFOLIO)
	-------------------------------------------------------*/

	.portfolio-filter a {
		display: block;
		margin: 10px 0;
	}

	.grid-3-col .portfolio-item {
		width: 100%;
	}
	.grid-4-col .portfolio-item,
	.grid-4-col .gallery-item {
		width: 100%
	}

	/* Portfolio FancyBox (PORTFOLIO SINGLE)
	-------------------------------------------------------*/

	.fancybox-slide--image {
		padding: 0 0;
	}
	
	/* Services (HOME + SERVICES)
	-------------------------------------------------------*/

	.service-item-box {
		text-align: center;
	}

	/* Parallax Testimonials (HOME + ABOUT US)
	-------------------------------------------------------*/

	.parallax-testimonials p {
		padding: 0 10px;
		text-align: center;
		font-size: 16px;
	}

	/* Our Team (ABOUT US)
	-------------------------------------------------------*/

	.our-team .container {
		max-width: 460px;
	}

	/* Footer
	-------------------------------------------------------*/

	.footer-brand {
		width: calc(100% - 20px);
		padding: 0 10px;
	}

	.footer-services,
	.footer-contact {
		width: calc(100% - 20px);
		padding: 50px 10px 0 10px;
	}

	.sub-footer p {
		padding-left: 20px;
	}
}

