*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
	overflow-x: hidden;
	
}



.header-logo {
    width: 700px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .header-logo {
        width: 100%;
    }
}


.title h1{
	font-size: 27px;
    padding: 20px 0;
    color: #81ACD9;
    text-transform: uppercase;
    letter-spacing: 6px;
   

}



#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.image-section p{
	font-family: 'zurich-roman', sans-serif;
	padding: 50px 0;
	font-size: 20px;
}
.image-section img{
	width: 100%;
	height: auto;
}

.map img{
	width: 100%;
	height: auto;

}

.main-contact{
	background-color:#81ACD9 ;
}

.main-contact1{
	background-color:#000 ;
	padding: 10px 0;
}
.main-contact1 .contact ul i{
	color:#fff ;
	
}
.main-contact1 .contact ul{
	margin-bottom: 0;
	justify-content: center;
	text-align: center;
	padding: 0px 0;
	display: flex;
}


.main-contact .contact ul{
	justify-content: center;
	text-align: center;
	padding: 15px 0;
	display: flex;
}
.contact ul li a{
	font-family: 'zurich-roman', sans-serif;
	color: #fff;
	font-size: 20px;
}

.contact ul li i{
	margin-right: 10px;
	color: #000;
	font-size: 20px;
}
.contact ul li{
	display: flex;
    align-items: center;
}
.contact ul li a:hover{
	text-decoration: none;
}

.header_iso {
    text-align: right;
    margin-right: 20%;
    margin-top: -35px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
    .header_iso {
        text-align: right;
        margin-right: 0%;
        margin-top: -10px;
        margin-bottom: 15px;
        font-size: 11px;
    }
}