@charset "utf-8";
section {
    position: relative;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
h5{ font-weight:normal;}

section h1{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.25rem;
    font-size: 2.2rem;
    font-weight: 700;
	color:#000;
	line-height:2.2rem;
}


.inner-page-banner-section {
    height: 70vh;
}
.inner-page-banner-section { 
    background: url(../images/services/services-banner.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
} 
.inner-page-banner-section h1{
    font-size: 4.2rem;
	line-height:4.0rem;
	margin-top: 28vh;
	color:#fff;
}
.inner-page-banner-section h1 span{
	font-weight: 400;
}
h4.slogen{
	font-size: 2.2rem;
	line-height:2.2rem;
	font-weight: 400;
}




.fivepart{
	width:fit-content;
	min-height:400px;
	margin:auto;
	margin-bottom:80px;
	
}
 .fivepart a{
	float: left;
    margin:1% 0%;
    text-align: center;
    border: 0 !important;
	width:20%;
	height:fit-content;
}
 .fivepart a p{
 	font-family: 'PT Sans Narrow', sans-serif;
	display:block;
	height:20px;
	line-height:30px;
	font-size:.9rem; 
	font-weight:400;
	color:#000;
	letter-spacing:.05rem;
	-webkit-text-stroke-width: .03rem;
   -webkit-text-stroke-color: black;
}
 .fivepart a:hover p{
 	font-size:.95rem;
	color:#333;
	letter-spacing:.05rem;
	-webkit-text-stroke-width: .05rem;
   -webkit-text-stroke-color: black;
 }
 .fivepart a *:hover{
	 cursor:pointer;
 }
 .fivepart a img{ 
	 clear:both;
	 width:80%;
	 margin:15px 0%;
	 /*box-shadow: 5px 5px 5px 5px  rgba(200,200,200,0.3);*/
	 box-shadow: #1d1d1d5d -20px 30px 50px;

 }
 
 
.info { width:30%;}
.info h1{ font-size:1.8rem}
.info p{margin:30px 0; display:block;}
.gal-h { width:50%;}
.right .info,.right .gal-h { float: right;}
.left .info,.left .gal-h { float: left; }
	 
.right .info {
	padding-right:5%;
	text-align:right;
}
.right .info h1{
	text-align:right;
}
.left .info{
	padding-left:5%;	
	text-align:left;
}
.left .info h1{
	text-align:left;
}

.gal-h img{ 
	width:80%;
/*	width:540px;
	heigh:340px;*/
}
.right .gal-h { 
	text-align:left;
	padding-left:5%;
}

.left .gal-h { 
	text-align:right;
	padding-right:5%;
}


.inbetween-page-first-section{
    height: 50vh;
	margin:60px 0;
	color:#fff;
	text-align:center;
    background: url(../images/services/first_section_banner.jpg) no-repeat center center;
    background-size: cover;
	background-attachment:fixed;
}

.inbetween-page-first-section h1 {
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 3.2rem;
	margin-top:22vh;
	letter-spacing:0rem;
    font-weight: 800;
	padding:10px 20%;
	color:#fff;
}

@media (max-width: 530px){
	.info { width:100%; }
	.gal-h { width:100%; }	
	.fivepart a{width:100%; }	
	.fivepart a p{font-size:1.4rem; margin-top: 50px;}
 	.fivepart a:hover p{font-size:1.4rem;}
	.inbetween-page-first-section h1 {
    	font-size: 2.8rem;
   		 margin-top: 18vh;
		 line-height:4rem;
	}
	
}