@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700');

 body{
	 font-size:16px;
	 line-height:22px;
	 font-family: 'Roboto', sans-serif;
	 
	 }
img{
	max-width:100%;
	}	 
ul, li{
	margin:0;
	list-style:none;
	padding:0;
	line-height:30px;
	font-size:14px;
	}	 
h2{
	color:#223a75;
	font-weight:600;
	margin:0 0 20px;
	}
.top_bg{
    width: 100%;
    height: 36rem;
    background:url(../images/bg.jpg) no-repeat 0 0;
    background-size: 100%;
    position: relative;
} 
	
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
	font-weight:400;
}



p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
	font-weight:300;

}


		 
a{
	text-decoration:none;
	color:#fff;
	transition: all 0.5s;
	}
a:hover{
	color:#151515;
	text-decoration:none;
	}	 


	#our-store{
        background: #000;
        color: #FFF;
        padding: 0 0 0;
        border-top: 1px solid #ff008b;
    }
#our-store h5{
    font-size: 16px;
    color: #0489c5;
}
#our-store p{
    font-size: 14px;
}
.add_box {
    padding: 0 10% 20px 0;
    width: 100%;
    float: left;
}
#our-store h3 {
    background: #000;
    color: #FFF;
    display: inline-block;
    position: relative;
    top:-39px;
    margin: 0;
    padding: 6px 25px;
    font-size: 23px;
}
.postarea {
    word-break: break-all;
    padding: 50px 0;
}
.add_box p i.fa.fa-map-marker {
    min-height: 23px;
    float: left;
    line-height: 23px;
}

.s1 img {
    width: 160px;
    height: 160px;
    padding: 0;
    border: 1px solid #F00;
    margin: 5px;
}
.s1{
	display:inline-block;
	}

.add_box p span{
    padding: 5px 0 0 0;
    display: block;
}
.add_box p i{
    padding-right: 10px;
    color: #ff008b;
}

.full_text p{
    padding: 0 15% 30px 0;    
}
 #site-title {
    font-size: 90px;
    text-align: center;
}

.badge {
  position: relative;
  width: 400px;
  border-radius: 50%;
  transform: rotate(-50deg);
}
h1{
    position: relative;
}
.char1, .char2, .char3 {
  position: absolute;  
  top: 0;
  font-size: 40px;
  transform-origin: bottom center;

}
.circTxt {
    display: inline-block;
    margin-bottom: 500px;
    color: #FFF;
    left: 47%;
    text-align: center;
    position: relative;
    font-size: 50px;
    top: 30%;

}
.hart {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 100px;
        top: 45%;
}
.circTxt p {
    font-size: 90px;
    text-transform: uppercase;
}
.top_bg:hover p, .top_bg:hover i{
    cursor: pointer;
    transition: all 0.5s;
    color: #ff008b;
}
.hart p{
    margin:30px 0 0 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
}
.hart a {
    font-size: 16px;
    color: #FFF;
    background: rgba(21, 107, 147, 0.9);
    padding:10px 15px;
}
footer {
    background: #000;
    text-align: center;
    color: #FFF;
    padding: 8px 0 1px;
}
.mobile{
    display: none;
}
@media (max-width:1024px) {  
        .top_bg {
    width: 100%;
    height: 507px;
}
    }
@media (max-width:980px) {	

    .circTxt{
    display: none;
}
.mobile{
    display: block;
    margin: 0 0 20px;
}
.hart {
    position: relative;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 50px;
    top: 20%;
}
.hart p {
    margin:0 0 10px;
	font-size:20px
    }
    .top_bg {
    width: 100%;
    height: 469px;
    background-size: cover;
}
.add_box p span {
     float: left;
    width: 100%;
}
.add_box p i.fa.fa-map-marker {
    min-height: 18px;
    }
   .add_box, .full_text p {
    padding: 0 0 20px 0; 
}
.hart p {
    padding: 20px 0;
}
}
@media (max-width:369px) {
    .hart{
            font-size: 40px;
    }

    .s1 img {
    width: 130px;
    height: 130px;
}
}