
@media(max-width: 768px){
    .navbar-brand img{
        height: 45px;
    }
	.services img{
		height: 100px;
		max-height: 100px;
	}
}
/* @font-face{
    font-family:"vostrey";
    src:url('../fonts/vostrey.otf') format("opentype"),
        url('../fonts/vostrey.woff') format("woff"),
        url('../fonts/vostrey.eot') format("eot");
} */
body,
html {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}
.navbar-brand img{
    background-color: #fff;
    padding: 5px;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border: 1px #A2E0ED solid;    
}
.navbar-brand img:hover{
    background-color: #ccc;    
}

.logobanner .name{
    color: #4485A5;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}
.logo-banner{
    font-family: "vostrey", sans-serif;
    background-color: #fff9f7;
    color: #4485A5;
    border-bottom: 1px #ccc solid;
    margin-top: 0px;
    position: fixed;
    z-index: 10;
}
footer{
    padding: 15px;
    color: #4485A5;
    background-color: #fff9f7;
}
.fa-stack:hover{
    color: #4485A5;
}
a:link{
    color: inherit;
}
a:hover{
	color: inherit;
}
a:active{
	color: #A2E0ED;
}
a:visited{
	color: inherit;
}
.nav li a{
    border: 1px #A2E0ED solid;
    margin: 10px 5px 1px 1px;
    color: #4485A5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    font-size: 12px;
}
.nav li a:hover{
    background-color: #4485A5;
    color: #fff;
}
.panel{
    border-color: #A2E0ED;
}
.panel-heading{
    background-color: #4485A5;
    border-color: #A2E0ED;
	color: #fff;
}
.mall-items img{
    height: 270px;
    max-height: 270px;
}
.services img{
    height: 150px;
    max-height: 150px;
}
.services:hover{
    color: #A2E0ED;
	text-decoration:none;
}
.heading{
    color: #fff;
    background-color: #4485A5;
    padding: 20px 0px 20px 0px;
}
.theme{
    color: #4485A5;
}
.btn{
    background-color: #A2E0ED;
    color: #fff;
}
.icon-bar{
    border: 1px solid #A2E0ED;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }