 /*--------------------------------------------------------------
# Page name
--------------------------------------------------------------*/

/*-------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/

.see-all-effects {
	transition: transform .8s cubic-bezier(0.4, 0, 1, 1), border .1s ease-in-out, background-color 1s;
}

.front-page-title h1 {
	font-size: 45px;
	margin-top: -70px;
}

#content .page-title h1 {
	font-size: 45px;
	margin-top: -50px;
	background-color: #00000029;
}

.front-page-top-block-button {
	display: none;
}
 
.front-page-top-block-button .see-all-effects:hover {
	color: rgb(232, 232, 232);
	background-color:  rgba(62, 64, 67, 0.61);
	border: .5px solid #ffffffc4;
	transform: scale(0.99);
}

.company-description-read-more .see-all-effects:hover {
	color: rgb(232, 232, 232);
	background-color:  rgba(55, 58, 65, 0.62);
	border: .5px solid #ffffffc4;
	transform: scale(0.99);
}

.wa-front-page-header {
	position: relative;
	width:  100%;
	height: 700px;
	text-align:center;
	background-position-x: center;
	background-size: cover;
}

.front-page-title {
	padding: 120px 20px 36px;
}

.front-page-top-block-button a {
	font-size: 24px;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 12px 28px;
	text-decoration:none;
	text-transform:uppercase;
}

.menu-services-menu-container {
	width:100%;
	position: absolute;
	bottom: 0;
}

.menu-services-menu-container .menu {
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-services-menu-container .menu-item {
	width: 33.333%;
	height: auto;
	display: block;
	margin: 0;
	border-bottom: 4px solid #919191;
	border-right: 1px solid #bfbdbd;  
	padding: 30px 0;
	float:left;
	overflow:hidden;
	transition: all 1.3s;
}

.menu-services-menu-container .menu-item a {
    font-size: 24px;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s;
}

.menu-services-menu-container .menu-item {
	background-color:  rgba(202, 195, 195, 0.2);
}

.menu-services-menu-container .menu-item:hover a {
	color: #ffffffc4;
	transform: scale(1.1);
}

.advantages {
	padding-top: 50px;
	padding-bottom: 45px;
	text-align:center;
	background-position-x: right;
	background-size: cover;
	background-repeat: no-repeat;
}

.advantages h2 {
	margin: 0;
}

.advantages .row {
	margin-top: 43px;
}

.advantage {
	margin: 2% 3%;
}

.advantage img {
	max-height: 100px;
	transition:  all 1.25s;
}

.advantage:hover img {
	transform: scale(1.05);
}

.advantage p {
	font-size: 30px;
	margin: 0;
	transition:  all 1.25s;
}

.advantage:hover p {
	transform: scale(1.05);
}

.company-description {
	height: 720px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.company-description-title {
	position:absolute;
	top: 12%;
	left: 4%;
	z-index: 1;
}

.company-description-title h2 {
	font-size: 40px;
	width: 75%;
	color: #FFF;
}

.company-description-image {
	width: 54%;
	/* max-height: 590px; */
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.company-description-image img {
	width: 100%;
	max-height: 590px;
}

.company-description-read-more {
 		position: absolute;
 		bottom: 30%;
 		left: 4%;
 	}

.company-description-read-more a {
	font-size: 28px;
	display: block;
	padding: 14px 32px;
	color: #FFF;
	border: 2px solid #FFF;
	text-decoration:none;
	text-transform:uppercase;
}

.our-works-title h2 {
	text-align:center;
	background-color: #F3F3F3;
	margin:0;
	padding: 50px 0;
}

.our-works .works {
	width: 33.33%;
	height: 360px;
	overflow:hidden;
}

 /* Safari 4.0 - 8.0 */
 @-webkit-keyframes title_visibility {
	0%   {opacity: 0.2;}
	25%  {opacity: 0.4;}
	50%  {opacity: 0.6;}
	75%  {opacity: 0.8;}
	100% {opacity: 1;}
}

/* Standard syntax */
@keyframes title_visibility {
	0%   {opacity: 0.2;}
	25%  {opacity: 0.4;}
	50%  {opacity: 0.6;}
	75%  {opacity: 0.8;}
	100% {opacity: 1;}
}


.works-img {
	width: 100%;
	height: 100%;
	position: relative;
	margin:0;
	padding:0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: initial;
	transition: all 1.5s;
}

.works:hover .works-img {
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
	transform: scale(1.1);	

}

.works-img a {
	display: block;
	height: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

.works-img h5 {
	font-family: "FedraSansArm-Book",sans-serif;
	display: none;
	width: 100%;
	position: absolute;
	bottom: 12%;
	margin: 0;
	color: #FFF;
	text-align:center;
	padding: 0 10%;
	/*transition: transform 1s;*/
	-webkit-animation-name: title_visibility; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	animation-name: title_visibility;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.works-img:hover h5 {
	display: block;
}

/*.works-img a h5:hover {
	transform: scale(1.1)
}*/



/*-------------------------------------------------------------
# Simple Page
--------------------------------------------------------------*/

.wa-page-header {
	width: 100%;
	height: 400px;
	text-align: center;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	/*margin-bottom: 25px;*/
} 

.wa-service-page .wa-page-header {
	position: relative;
}

.page-title {
	padding-top: 160px;
	padding-bottom:0;
}

.page-title h1 {
	margin: 0;
	text-transform: uppercase;
}

.page-title-underline {
	width: 25%;
	height: 1px;
	margin:0 auto;
	padding: 0;
	color: #FFECEC;
	border: 0.5px solid white;
	border-radius: 1px;
}

/*.wa-page-breadcrumb {
	text-align:  center;
	padding-top: 90px;
}*/

/*.page-breadcrumb, .page-breadcrumb a  {
	font-family: "FedraSansArm-Book",sans-serif;
	font-size: 13px;
	color: #fff;
}*/

.page-breadcrumb a {
	text-decoration:none;
}

/*--------------------------------------------------------------
# Page Error 404
----------------------------------------------------------------*/
.wa-404-page .site-main {
	padding-bottom: 0;
}

.search-error {
    width: 140px;
    height: 150px;
    margin: 30px auto;
	text-align: center; 
	background-repeat: no-repeat;
	background-size: contain;
}

.search-error p {
	padding: 40px 0;
    color: #FFF;
    text-transform: uppercase
}


.search-error-404 {
	padding: 0px 0 90px;
	text-align: center;
}

.search-error-404-img img {
	width: 100%;
}

.search-error-404 .return-home-page {
	margin-top: -14%;
}

.search-error-404 .return-home-page p {
	font-family: "FedraSansArm-Book", sans-serif;
	font-size: 28px;
}

.search-error-404 .return-home-page a {
	font-family: "FedraSansArm-Book", sans-serif;
	font-size: 28px;
	padding: 15px 34px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #6D7887;
}

/*--------------------------------------------------------------
# Services archive page
----------------------------------------------------------------*/

.wa-service-page .site-main {
	overflow: hidden;
	padding-bottom: 60px;
}
/*.wa-service-page{
	margin-top: 50px;
}*/
.service-image {
	position: relative;
	width: 33.3333%;
	margin: 0 auto;
	padding: 1px;
	overflow: hidden;
}

.wa-service-page .services-content {
	padding: 0 20px;
}

.wa-service-page .service-item {
	text-align: center;
}

.wa-service-page .service-item p {
	height: 300px;
}

.wa-service-page .service-item img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.wa-service-page .service-item a, .wa-service-page .service-item a:hover {
	text-decoration: none;
}

.service-image img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	transition: all 1.5s;
}

.service-image a:hover img {
	transform:scale(1.2);
}

.service-content {
	position: absolute;
	top: 45%;
	left: auto;
	width: 100%;
	text-align: center;
}

.service-content h5 {
	color: #FFF;
	transition: all 1.5s;
}

.service-image a:hover .service-content h5 {
	transform:scale(.9);
}


/*--------------------------------------------------------------
# single services
--------------------------------------------------------------*/
.single-service-page .wp-block-columns>.wp-block-column:first-child {
	margin-right: 0;
}
.single-service-page .wp-block-columns>.wp-block-column:nth-child(2) {
	margin-left: 1em;
}
.single-service-menu .menu-single-service-menu-container {
	width:100%;
	position: absolute;
	bottom: 0;
}
.single-service-menu .menu-single-service-menu-container .menu{
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-service-menu .menu-single-service-menu-container .menu-item {
	width: 20%;
	height: auto;
	display: block;
	margin: 0;
	border-bottom: 1px solid #919191;
	border-right: 1px solid #bfbdbd;  
	padding: 30px 0;
	float:left;
	overflow:hidden;
	transition: all 1.3s;

}

.single-service-menu .menu-single-service-menu-container .menu-item a {
    font-size: 24px;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s;
}
.single-service-menu .menu-single-service-menu-container .menu-item:hover {
	background-color:  rgba(202, 195, 195, 0.2);
}

.single-service-menu .menu-single-service-menu-container .menu-item:hover a {
	color: #ffffffc4;
	transform: scale(1.1);
}
.wa-page.single-service-page .wa-page-header{
    height: 597px;
}
/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination{
	margin:45px auto;
}
.pagination .previouspostslink,
.pagination .page, 
.pagination .extend,
.pagination .nextpostslink{
 	background-color: #DEDEDE !important;
 	outline-color: #707070 !important;
 	color: #000  !important;
}
.pagination .current {
	background-color: #727D8C !important;
	color: #F8F8F8  !important;
}
/*-------------------------------------------------------------
# Partners archive page
--------------------------------------------------------------*/
.wa-partners-page .site-main {
	padding-bottom: 0px;
}
.partner-content {
	position: relative;
	box-sizing:  border-box;
}
.partner-content video {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.15;
}

.partner-content .partners-imges {
	padding: 5% 10%;
	box-sizing: border-box;
	top: 10%;
}

.partner-img {
	display: flex;
	padding: 4%;
	text-align:center;
	align-items: center;
	overflow: hidden;
	
}

.partner-img a {
	text-align:center;
	
}


.img-center {
    flex: 1;
	transition: all 1s;
}

.partner-img:hover a .img-center {
	transform: scale(1.2);
}

/*--------------------------------------------------------------
# Medias
--------------------------------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
	
	.company-description {
		max-height: 600px;
	}
	
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	
	.wa-page-header {
		height: 300px
	}	

	.partners-image {
		width: 33.33%;
	}

	.front-page-title {
		padding: 120px 20px 36px;
	}
	
	.front-page-top-block-button a {
		font-size: 20px;
		padding: 9px 25px;
	}

	.menu-menu-container {
		width: 100%;
	}

	.menu-menu-container li {
		border: 1px solid #919191;

	}

	.menu-services-menu-container .menu-item {
		width: 33.33%;
		padding: 0px;
	}

	.menu-services-menu-container .menu-item a{
		font-size: 20px;
		padding: 31px 0;
	}



	.wa-front-page-advantages h2, .our-works-title h2  {
		font-size: 40px;
	}

	.advantage-img p {
    	font-size: 25px;
 }	

	.company-description {
		max-height: 440px;
	}

	.company-description-title h2 {
    	font-size: 30px;
    
  }

 	.company-description-image {
 		top: 50%;
 		transform: translate(0, -56%);
 	}

 	.company-description-image img {
 		max-height: 324px;
 	}

 	.company-description-read-more {
 		bottom: 26%;
 	}

	.company-description-read-more a {
    	font-size: 20px;
 	}


 	.our-works-title h2 {
 		font-size: 40px;
 	}

 	.our-works .works {
		width: 50%;
 		height: 308px;
 	}

 	.works-img a h5 {
 		font-size: 18px
 	}	


	
	
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 18px;
	}

	p {
		font-size: 13px;
	}

	.wa-page-header {
		height: 250px;
	}

	.page-title {
		padding-top: 80px;
	}

	.service-image {
   	 	width: 50%;
	}

	.return-homepage p {
		font-size: 16px
	}

	.return-homepage a {
		font-size: 15px;
		padding: 10px 20px;
	}

	.wa-front-page-header {height: 500px;}

	.front-page-title {
		padding: 22% 4% 5%;
	}

	.front-page-title h1 {
		margin: 15px 0 20px;
	}
	
	.front-page-top-block-button a {
		font-size: 14px;
		padding: 5px 13px;
	}

	.menu-menu-container li {
		border: 1px solid #919191;

	}

	.menu-services-menu-container .menu-item {
		min-width: 50%;
		padding: 0px;
	}

	.menu-services-menu-container .menu-item a{
		font-size: 12px;
		padding: 16px 0;
	}

	.wa-front-page-advantages h2, .our-works-title h2  {
		font-size: 25px;
	}

	.advantages h2 {
		font-size: 25px;
	}

	.advantage {
		margin: 2% 10%;
	}

	.advantage img {
		max-height: 75px;
	}

	.advantage p {
		font-size: 22px; 
	}

	.company-description {
		max-height: 480px;
	}

	.company-description-title {
		left: 8%;
		top: 8%;
	}

	.company-description-title h2 {
    	font-size: 20px;
    	width: 75%;
    	line-height: 25px;
    	margin: 0;
  }

 	.company-description-image {
 		width: 100%;
 		left: 10%;
 		top: 62%;
 		transform: translate(-3%, -70%);
 	}

 	.company-description-image img {
 		width: 86%;
 		max-height: 250px;
 		
 	}

 	.company-description-read-more {
 		max-width: 100px;
 		text-align: center;
 		left: 50%;
 		top: 82%;
 		transform: translate(-50%, 0);
 	}

	.company-description-read-more a {
    	font-size: 15px;
    	padding: 7px 15px;
    	box-sizing: border-box;
  }

 	.our-works-title h2 {
 		font-size: 25px;
 		padding: 37px 0 33px;
	 }
	 
	 .our-works .works {
		 height: 270px;
	 }

 	.works-img a h5 {
 		font-size: 12px
 	}	

	.search-error-404 .return-home-page p {
		font-size: 16px;
	}

	.search-error-404 .return-home-page a {
		font-size: 15px;
		padding: 7px 16px;
	}


}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	
	.front-page-title h1 {
		margin: 45px 0 15px;
	}
	
	.menu-services-menu-container .menu-item a{
		padding: 16px 0;
	}

	.company-description-title h2 {
    	width: 80%;
    }

	.page-title-underline {
		width: 50%;
	}

	.partner-img {
		padding-top: 10%;
		padding-bottom: 10%; 
	}

	.our-works .works {
		height: 138px;
	}

	.search-error-404 {
		padding: 0px 0 30px;
	}


	/*--------------------------------------------------------------
	# Page Error 404
	----------------------------------------------------------------*/

	.search-error {
	    max-width: 88px;
	    max-height: 100px;
	}

	.search-error p {
		font-size: 13px;
		padding: 20px 0;
	}

/*----------------------------------------------------
# Partners archive page
------------------------------------------------------*/
	
	.img-center {
		width: 50%;
	}

}

@media (max-width: 420px) {

	.advantage {
		margin: 3% 4%;
	}

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {



}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 22px;
	}

	p {
		font-size: 14px;
	}

	.page-title {
		padding-top: 10%;
	}

/*--------------------------------------------------------------
# Front Page
----------------------------------------------------------------*/	
	
	.advantages {
		padding-top: 25px;
		padding-bottom: 34px;
	}

	.advantages h2 {
		font-size: 40px
	}

	.advantages .row {
		margin-top: 30px;
	}

	.advantage img {
		max-height: 90px;
	}

	.advantage p {
		font-size: 26px;
	}


/*--------------------------------------------------------------
# Page Error 404
----------------------------------------------------------------*/

	.wa-page-header-error-404 {
		padding-bottom: 10%;
	}

	.search-error-404 .return-home-page p, .search-error-404 .return-home-page a {
		font-size: 20px;
	}

	.service-image {
    	width: 50%;
	}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Large devices (desktops, 1340px and up)*/
@media (min-width: 1340px) {
	
}