/*
 THEME NAME: DigiTheme
 AUTHOR: Digilite Web Solutions
 VERSION: 3.0
 */


/*DEFAULT CSS*/
* {
	outline: none !important;
	text-decoration: none !important;
}

select.form-control {
	appearance: none;
	line-height: normal;
	position: relative;
	background-position: right 10px top 50%;
	background-repeat: no-repeat;
	/*
		The image below is a base 64 representation of an SVG image.
		You can decode it and change the size and color.
	*/
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDA1LjQ1NiA0MDUuNDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDUuNDU2IDQwNS40NTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4NCjxnPg0KCTxwYXRoIGQ9Ik03NC4xMzQsNjQuMTQ3Yy00Ljk4NSwwLjA3OC05LjkxMSwyLjE2My0xMy40MzgsNS42ODhsLTU1LDU1QzIuMDk2LDEyOC40MzIsMCwxMzMuNDkyLDAsMTM4LjU4MyAgIHMyLjA5NiwxMC4xNTEsNS42OTcsMTMuNzVsMTgzLjI4MSwxODMuMjgxYzMuNTk5LDMuNjAxLDguNjU5LDUuNjk3LDEzLjc1LDUuNjk3czEwLjE1MS0yLjA5NiwxMy43NS01LjY5N2wxODMuMjgxLTE4My4yODEgICBjMy42MDEtMy41OTksNS42OTctOC42NTksNS42OTctMTMuNzVzLTIuMDk2LTEwLjE1MS01LjY5Ny0xMy43NWwtNTUtNTVjLTMuNTk4LTMuNTkxLTguNjUxLTUuNjgxLTEzLjczNC01LjY4MSAgIGMtNS4wODMsMC0xMC4xMzYsMi4wOS0xMy43MzQsNS42ODFMMjAyLjcyOCwxODQuMzk3TDg4LjE2Niw2OS44MzNDODQuNDk5LDY2LjE2OSw3OS4zMTgsNjQuMDcsNzQuMTM0LDY0LjE0N0w3NC4xMzQsNjQuMTQ3eiIgZmlsbD0iIzk2OTY5NiIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
	overflow-x: hidden;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.transition {
	transition: .5s;
}

.relative-parent {
	position: relative;
}

.absolute-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.absolute {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
}


header.sticky {
	background-color: #fff;
}

.alpha {
	padding-left: 0;
}

.omega {
	padding-right: 0;
}

.page-404 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 6px 0px 5px;
    text-align: left;
}

p,a,h1,h2,h3,h4,h5,h6 {
	font-family: 'Mulish', sans-serif;
	color: #070707;
}

a:hover {
	color: #000000;
}

.h1 {
	font-weight: 300;
	font-size: 92px;
}

.items-center {
	align-items: center;
}
/* .row {
	margin-left: -12px;
	margin-right: -12px;
}

.container,
[class*="col-"] {
	padding-left: 12px;
	padding-right: 12px;
} */

/*MAIN CSS*/
.header-items {
	justify-content: space-between;
}
.cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.container-fluid {
	padding-right: 5vw;
    padding-left: 5vw;
}

/* Header */

header {
	position: fixed;
    width: 100%;
	padding: 24px 0;
	z-index: 999;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-toggle {
    border: none;
    background: 0 0;
    padding: 0;
    z-index: 1;
    margin: 0 0 0 30px;
	z-index: 9999;
}

#burger-icon {
    width: 50px;
    height: 19px;
    position: relative;
    float: right;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 2;
}

#burger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #000;
    opacity: 1;
    transition: .25s ease-in-out;
}

#burger-icon span:first-child, #burger-icon span:nth-child(2) {
    top: 0;
}

#burger-icon span:nth-child(2n) {
    left: 50%;
}

#burger-icon span:nth-child(3) {
	display: none;
	top: 8px;
}

#burger-icon span:nth-child(4) {
	left: 35%;
    width: 65%;
	top: 8px;
}

#burger-icon span:nth-child(odd) {
    left: 0;
}

#burger-icon span:nth-child(5), #burger-icon span:nth-child(6) {
    top: 16px;
}


#burger-icon.open span:first-child {
    left: 15px;
    top: 2px;
}

#burger-icon.open span:first-child, #burger-icon.open span:nth-child(6) {
    transform: rotate(45deg);
}

#burger-icon.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 2px;
}

#burger-icon.open span:nth-child(2), #burger-icon.open span:nth-child(5) {
    transform: rotate(-45deg);
}

#burger-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#burger-icon span:nth-child(3), #burger-icon span:nth-child(4) {
    top: 8px;
}

#burger-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#burger-icon.open span:nth-child(5) {
    left: 15px;
    top: 9px;
}

#burger-icon.open span {
    background-color: #fff;
}

#burger-icon.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 9px;
}


.modal-menu {
    height: 100%;
    position: fixed;
    right: 0;
	top: 0;
    width: 580px;
    transform: translateX(580px);
    transition: transform 400ms ease-in-out;
    background-color: #000;
	padding-top: 38px;
	z-index: 999;
	opacity: 0.8;
}

.modal-menu .main-menu {
	padding-left: 0;
}

.modal-menu .main-menu .menu-item {
	list-style-type: none;
	text-align: center;
	padding-top: 48px;
}

.modal-menu .main-menu .menu-item a {
	font-family: 'Mulish', sans-serif;
	font-weight: 200;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}

.menu-title {
	font-family: 'Mulish', sans-serif;
	font-weight: 200;
	font-size: 42px;
	color: #fff;
}

.modal-menu.opened-modal {
	transform: translateX(0);
}

body.opened-menu {
	overflow: hidden;
}

.contact-info {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.contact-info a {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}

.menu-social {
	text-align: center;
}

.menu-social a i {
	font-size: 33px;
	color: #fff;
}

.menu-social a {
	padding-left: 33px;
}

.menu-social a:first-child {
	padding-left: 0;
}

.page-template-contact header {
	position: absolute;
}

.logo {
	width: 104px;
	height: 100px;
	object-fit: cover;
}

/* Hero */

.hero {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 600px;
	position: relative;
}

.arrow_down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	animation: arr_down 3s infinite;
	cursor: pointer;
}

.hero-title {
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-title.title-2 {
	color: #FAEFE6;
}

.hero-title.title-1 {
	animation-name: moveInRight;
    animation-duration: 1s;
}

.hero-title.title-3 {
	animation-name: moveInRight;
    animation-duration: 1s;
}

.hero-title.title-2 {
	animation-name: moveInleft;
    animation-duration: 1s;
}


/* Image with text */

.img-with-text-section {
	padding-top: 120px;
}

.img_right .img-with-text {
    background: linear-gradient( to left, #D6D6D6 0%, #D6D6D6 48%, #fff 21%, #fff 100% );
}

.img-with-text {
	background: linear-gradient( to right, #D6D6D6 0%, #D6D6D6 36%, #fff 21%, #fff 100% );
	padding: 50px 0;
}

.img_left .img_txt_images {
	justify-content: space-around;
	display: flex;
}

.mobile-block-title {
	display: none;
	text-align: center;
}

.img-with-text img {
	border: 10px solid #fff;
    height: 19vw;
	object-fit: cover;
}

.img_left .img-with-text img {
	max-width: auto;
}

.block_title {
	font-weight: 200;
	font-size: 62px;
	color: #070707;
	text-transform: uppercase;
}

.description {
	font-weight: 400;
	font-size: 16px;
	color: #373B3D;
}

/*.img_txt_images img:nth-child(2) {
	margin-left: 80px;
}*/

.img-with-text.img_right {
	background: linear-gradient( to left, #D6D6D6 0%, #D6D6D6 50%, #fff 21%, #fff 100% );
}

.img-with-text.img_right img {
	border: 10px solid #fff;
	max-width: fit-content;
	height: 280px;
	object-fit: cover;
}

.img-cta-text {
	font-weight: 300px;
	font-size: 32px;
	text-transform: capitalize;
}


/* CTA */

.cta {
	text-align: center;
	padding: 120px 0;
}

.cta-title {
	font-weight: 200;
	color: #070707;
}

.jig-loadMoreButton {
	font-weight: 400 !important;
	font-size: 16px !important;
	padding: 12px 10px !important;
	position: relative !important;
	margin-top: 33px !important;
	background-image: linear-gradient(to right, #FAEFE6 50%, white 50%) !important;
	background-size: 115% 100% !important;
	background-position: right bottom !important;
	transition: all .5s ease-out !important;
	color: #070707 !important;
	border: none !important;
	box-shadow: none !important;
}

.jig-loadMoreButton:hover {
	background-position: left bottom !important;
	background-size: 200% 100% !important;
}

.button {
	font-weight: 400;
	font-size: 16px;
	padding: 12px 10px;
	position: relative;
	display: inline-block;
	background-image: linear-gradient(to right, #FAEFE6 50%, white 50%);
	background-size: 115% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
	color: #070707;
}

.button:hover {
	background-position: left bottom !important;
	background-size: 200% 100% !important;
}

.button span {
	padding-right: 11px;
}

.cta-button {
	margin-top: 30px;
}

/* Services carousel */

.owl-carousel .owl-item img {
	object-fit: cover;
	height: 61vh;
}

#services .owl-item {
	display: flex;
	justify-content: center;
}


.item {
	width: 93%;
	opacity: 0.4;
	transition: .4s ease all;
	transform: scale(0.9);
}

.active .item {
	opacity: 1;
	transform: scale(1);
}

.cta-button-grey {
	display: block;
	margin: 30px auto;
    width: 125px;
	transition: all .5s ease-out;
	background-size: 115% 100%;
	background-image: linear-gradient(to right, #F6F6F6 50%, white 50%);
}

#services {
	margin-top: 30px;
}

#services .owl-controls {
	position: absolute;
	top: -10px;
	right: 0;
}

#services .owl-next {
	display: inline-block;
	padding-right: 50px;
}

#services .owl-prev {
	display: inline-block;
	padding-right: 55px;
}

.service-title {
	font-weight: 200;
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
}

.service-title a {
	color: #070707;
}


/* Projects */

.projects {
	background-color: #FAEFE6;
	text-align: center;
	padding-bottom: 50px;
}

.projects .block_title {
	padding: 50px 0;
}

.four-grid img {
	width: 100%;
	height: 266px;
	object-fit: cover;
}

.four-grid .image-item3 {
	padding-top: 30px;
}

.four-grid .image-item4 {
	padding-top: 30px;
}

.vertical-grid img {
	width: 100%;
    height: 563px;
    object-fit: cover;
}



/* Services */

.half-width {
	width: 50%;
}

.ct-info {
	padding-left: 5vw;
	padding-right: 5vw;
	height: 500px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.ct-info-1 {
	background-color: #FAEFE6;
}

.ct-info-3 {
	background-color: #F6F6F6;
}

.services .button {
	margin-bottom: 90px;
}

/* About us */

.page-id-95 .services {
	margin-top: 120px;
}

/* Contact */

.contact {
	padding: 148px 0 70px 0;
}

.contact-us-title {
	font-weight: 200;
	font-size: 62px;
	text-transform: uppercase;
}

.contact-us-title span {
	display: block;
}

.contact-us-title .title-2 {
	padding-left: 49px;
}

.contact-us-title .title-3 {
	padding-left: 18px;
}

.contact-us-info .phone, .contact-us-info .email {
	font-weight: 400;
	font-size: 20px;
	display: block;
	margin-top: 15px;
}

.contact-us-info {
	margin-top: 50px;
}

/* Instagram */

.insta-title {
	font-weight: 200;
	font-size: 62px;
	color: #070707;
}

.hashtag {
	font-weight: 300;
	font-size: 28px;
	color: #373B3D;
	margin-bottom: 27px;
}


  
  /* Masonry grid */

  #mygallery {
	  margin-top: 30px;
  }

  #mygallery .jig-caption-wrapper {
	  display: none !important;
  }

  .page-template-gallery header {
	  position: unset;
  }

  .page-template-gallery .block_title {
	  margin-top: 60px;
  }

  


  


/* Footer */
footer {
	padding: 30px 0;
	margin-top: 100px;
	border: 1px solid #d3d3d3;
}

footer .email {
	margin-top: 50px;
}

footer .phone {
	margin-top: 10px;
}

.footer-right  {
	justify-content: end;
}

footer .email, footer .phone {
	display: block;
	font-weight: 300;
	font-size: 14px;
}

.footer-nav ul li {
	list-style-type: none;
	padding-right: 40px;
}

.footer-nav ul li:last-child {
	padding-right: 0;
}

.footer-nav ul li a {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}

.footer-social a {
	padding-right: 22px;
}

.footer-social a:last-child {
	padding-right: 0;
}

.footer-social a i {
	font-size: 22px;
}

.copy {
	font-weight: 300;
	font-size: 12px;
	margin-top: 50px;
}

.owl-carousel.off {
    display: block;
}

/*.item {
	background-color: #000;
	width: 500px;
	height: 500px;
}*/


/* Animations */

@keyframes arr_down {
	0%   {bottom: 40px;}
	25%  {bottom: 50px;}
	75%  {bottom: 40px}
	100% {bottom: 50px;}
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(0);
    }
    
    100% {
        opacity: 1;
        transform: translate(0);
    }

}

/* Large desktops and laptops */
@media (min-width: 1230px) {
	.container { width: 1200px; }
}

@media (min-width: 1200px) {

}

@media (max-width: 1199px) {
	.img_txt_images {
		flex-direction: column;
	}

	.img-with-text img {
		max-width: 29vw;
		height: 29vw;
	}

	#services .owl-prev {
		padding-right: 5px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {

}

@media (max-width: 991px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) { 

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.h1 {
		font-size: 48px;
	}
	
	.img-with-text {
		background: linear-gradient( to bottom, #D6D6D6 0%, #D6D6D6 26%, #fff 21%, #fff 100% );
		text-align: center;
	}

	.img_txt_images {
		flex-direction: row;
		justify-content: space-between;
	}

	.img-with-text img {
		max-width: 40vw;
		height: 40vw
	}

	.service-item {
		width: 100%;
		opacity: 1;
	}

	.service-item img {
		width: 100%;
		object-fit: cover;
	}

	.image-right-style {
		flex-direction: column-reverse;
	}

	.image-right-style .img_txt_images {
		flex-direction: column;
	}

	.button {
		max-width: 145px;
		margin: 0 auto;
	}

	.img-with-text.img_right {
		background: linear-gradient( to bottom, #D6D6D6 0%, #D6D6D6 37%, #fff 21%, #fff 100% );
		margin-top: 20px;
	}

	.mobile-block-title {
		display: block;
	}

	.img_txt_images .block_title {
		display: none;
	}

	.img-with-text.img_right img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.img-with-text.img_right .img_txt_images .description {
		padding: 20px 0;
	}

	.footer-left {
		text-align: center;
		padding-bottom: 30px;
	}

	.footer-right {
		justify-content: center;
	}

	.footer-social {
		justify-content: center !important;
	}

	.copy {
		text-align: center;
	}

	.footer-nav .main-menu {
		justify-content: center;
	}

	.footer-nav .menu-item {
		padding-top: 10px;
	}

	.modal-menu {
		width: 100%;
		transform: translateX(1500px);
	}

	.half-width {
		width: 100%;
	}

	.half-width.ct-image {
		height: 80vh;
	}

	.grid-one-row:nth-child(even) {
		flex-direction: column-reverse;
	}

	.img-with-text {
		background: linear-gradient( to bottom, #D6D6D6 0%, #D6D6D6 18%, #fff 16%, #fff 100% );
	}

	.hero-title.title-1 {
		animation-name: unset;
	}

	.hero-title.title-2 {
		animation-name: unset;
	}

	.image-right-style.img_txt_images {
		justify-content: space-around;
		display: flex;
		flex-direction: column;
	}

	.img_left .img_txt_images {
		display: flex;
	}
}

/* Landscape phones and smaller */
@media (max-width: 544px) {

	footer {
		margin-top: 0px;
	}

	.cta {
		padding: 70px 0;
	}

	.block_title {
		padding: 30px 0;
	}

	.h1 {
		font-size: 32px;
	}

	.button {
		max-width: 165px;
	}

	.page-id-95 .services {
		margin-top: 30px;
	}

	.vertical-grid {
		padding-top: 30px;
	}

	.four-grid .image-item2 {
		padding-top: 30px;
	}

	.projects .button {
		margin-top: 30px;
	}

	.img_right .img-with-text {
		background: linear-gradient( to bottom, #D6D6D6 0%, #D6D6D6 35%, #fff 16%, #fff 100% );
	}

	.img-with-text-section.img_right {
		padding-top: 30px;
	}
}

@media (max-width: 480px) {

}