@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: "Frutiger LT W01 55 Roman";
		  src: url("../fonts/frutizer/b0b6eb8ffec6fd135e633df33313c82d.eot"); /* IE9*/
		  src: url("../fonts/frutizer/b0b6eb8ffec6fd135e633df33313c82d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		  url("../fonts/frutizer/b0b6eb8ffec6fd135e633df33313c82d.woff2") format("woff2"), /* chrome、firefox */
		  url("../fonts/frutizer/b0b6eb8ffec6fd135e633df33313c82d.woff") format("woff"), /* chrome、firefox */
		  url("../fonts/frutizer/b0b6eb8ffec6fd135e633df33313c82d.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		  url("../fonts/frutizer/b0b6eb8ffec6fd135e633df33313c82d.svg#Frutiger LT W01 55 Roman") format("svg"); /* iOS 4.1- */
		}
body{
	font-family:"Frutiger LT W01 55 Roman" !important;
}
.circlenav h4{
	float:left;
	text-align:center;
}
.circlenav #image{
	/*border-radius:50%;*/
	margin-left:5px;
	float:left;
	height:165px;
	width:138px;
	background-color:#fff;
	border:2px solid #6dcdc7;
	display:block;
}

.circlenav div img{
	margin-top:15px;
	width:100%;
}
#slideshow { 
    margin: 10px auto; 
    position: relative; 
    width: 100%; 
 
    padding: 5px; 
}

#slideshow > div { 
    /*position: absolute; */
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
.clientname{
	font-family:Verdana, Geneva, sans-serif;
	margin-top:80px;
	font-size:22px;
	color:#5ac6d3;
	padding-left:160px;
	line-height:35px;
}
.quotestart{
	/* color:#5ac6d3; */
	float: left; 
	color: #5ac6d3; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: "Times New Roman", Georgia, Serif;;
}
.quoteend{
	/* color:#5ac6d3; */
	float: right; 
	color: #5ac6d3; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: "Times New Roman", Georgia, Serif;;
}
.designation{
	font-family: "Arial",'Montserrat', sans-serif;
	font-size:16px;
	color:#000;	
	padding-left:160px;
	line-height:30px;
}	
.maphead{
	font-size:30px !important;
	line-height:30px !important;
}
.maphead-subhead{
	font-size:27px !important;
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}

.testimonial{margin-left:auto;margin-right:auto;}
.testimonial img{width:8%; margin-left:30px;}
@media (max-width:1024px){
/* 	.headerimage-caption{
		width:300px;
		height:auto;
		margin-left:57%;
		margin-top:20%;
		font-size:20px;
		position:absolute;
} */
}
@media(max-width:768px){
   .testimonial img{
	  width:8%; margin-left:20px;
  }
}
@media(max-width:600px){
 
}
@media only screen and (max-width: 479px){
/*  */
.maphead{
	font-size:16px !important;
	line-height:30px !important;
}
.maphead-subhead{
	font-size:16px !important;
}
.clientname {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 60px;
	font-size: 18px;
	color: #5ac6d3;
	padding-left: 160px;
	line-height: 24px;
}
.designation {
	font-family: "Arial",'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	padding-left: 160px;
	line-height: 20px;
}
}
#page-wrap { width: 370px; margin: 60px auto; }

