body{
    font-family: 'Montserrat', sans-serif;
}

ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}

img{
    max-width: 100%;
    height: auto;
}


header {
    box-shadow: 1px 1px 5px #ddd;
    padding: 5px 0;
}


.top-menu{

}

.top-menu ul{

}

.top-menu ul li{
    display: inline-block;
}

.top-menu li a {
	font-size: 17px;
	padding: 25px 15px;
	display: block;
    color: #68605f;
    border-bottom: 8px solid transparent;
}

.top-menu li a:hover{
    color:#ec6955;
    text-decoration: none;
    border-bottom: 8px solid;
}

.hero-aria{
    height: 700px;
    background: url(../images/hero-area.jpg) #959595;
    color: #fff;
}

.hero-top{
    margin-top:190px;
}

.who-we-are{
    background: url(../images/who-we-are.png);
    padding: 200px 0;
    color: #68605f;
}

.category{
    padding: 50px;
    background: #f18161 url(../images/category-bg.jpg);
    color: #fff;
}

.category h1{
    text-align: center;
    font-size: 28px;
}

.category p{
    text-align: center;
    font-size: 17px;
}

.category .content{
    box-shadow: 1px 1px 3px;
    border-radius: 10px;
    background: #fff;
}

.category .content [class*='col']{
    padding: 0;
}

.category .content .content-single{
    padding: 20px;
    border-right: 1px solid #959595;
    border-bottom: 1px solid #959595;
    overflow: hidden;
}

.borderr0{
    border-right: 0 !important;
}

.borderb0{
    border-bottom: 0 !important;
}


.category .content .icon{
    width: 20%;
    float: left;
}

.category .content .title{
    color:#68605f;
    width: 75%;
    float: right;
}

.category .content .title h4{
    font-size: 25px;
    margin: 0;
}

.category .content .title p{
    font-size: 15px;
    text-align: left;
}

.category a.btn-sea-more {
	padding: 15px 20px;
	color: #ec6953;
	background: #feeb81;
	font-weight: bold;
	display: inline-block;
	margin-top: 65px;
	border-radius: 8px;
}

.category a.btn-sea-more:hover{
    text-decoration: none;
    background: #fcdc28;
}

section.blogs{
    padding: 50px 0;
    text-align: center;
    background: #f5f5f5;
    color: #928684;

}

section.blogs .blog-content {
    margin-top: 50px;
    
}

section.blogs .blog-single{
    margin: 0 20px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

section.blogs .blog-single img {
	border-radius: 15px 15px 0 0;
}

section.blogs .blog-single a.category {
	color: #fff;
	background: #fe751b;
	padding: 10px;
	border-radius: 15px;
	position: absolute;
	top: 10px;
	left: 10px;
}

section.blogs .blog-single .single-content{
    text-align: left;
    padding: 10px;
}

section.blogs .blog-single .title {
	color: #928684;
	font-size: 17px;
}

section.blogs .blog-single .date{
    color: #928684;
	font-size: 14px;
}

section.subscribe{
    background: #f7a271 url(../images/subscribe.png);
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

section.subscribe h1{
    font-size: 34px;
}

section.subscribe .form-control{
    background: #f7ac8a;
    border: 0;
}
section.subscribe input[type='submit']{
    background: #feeb81;
   color: #ed6d57;
}
section.subscribe input[type='text']{
    width: 300px;
}


section.page{
    padding: 50px 0;
}


/* ###########  Footer ###########*/

footer{
    background: #26282e;
    color: #fff;
    padding-top: 40px;
}
footer .footer-contact{
    font-size: 18px;
    font-weight:bold;
}
address {
    font-size: 13px;
}

address a{
    color: #fff;
}

footer .footer-bottom {
	background: #1d1f25;
	padding-top: 15px;
}