*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #464646;
	background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 600;
	margin: 0;
}

p{
	color: #666;
	margin: 0;
	line-height: 27px;
}

a, 
a:focus{
	color: #464646;
	text-decoration: none;
	outline: 0 !important;
}

a:hover{
	text-decoration: none;
	outline: 0 !important;
	color: #464646;
}

::selection {
    color: #fff;
    background-color: #464646 !important;
}

.form-control::-moz-placeholder{
	color: #464646;
	font-weight: 700;
	font-size: 20px;
}

.form-control::-ms-input-placeholder{
	color: #464646;
	font-weight: 700;
	font-size: 20px;
}

.form-control::-webkit-input-placeholder{
	color: #464646;
	font-weight: 700;
	font-size: 20px;
}

.btn {
	font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    background-color: #ff5252;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
}

.btn:hover{
	background-color: #464646;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
#sub-menu .list-inline>li>a:hover,
.btn:hover,
.footer-top-content .list-inline li a i:hover,
.social-contact .list-inline li a i:hover{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;	
}

.section-head h2{
	font-size: 60px;
	font-weight: 700;
	color: #a5a5a5;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*==================== css for menu section ====================*/
.navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(70, 70, 70, .16);
    margin-bottom: 0;
}

.navbar {
    border-radius: 0;
	padding: 10px 0;
}

.navbar-brand {
    padding: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.menu .navbar-brand,
.menu .navbar-default .navbar-brand:focus, 
.menu .navbar-default .navbar-brand:hover{
	font-family: 'Baloo 2', cursive;
	font-size: 28px;
	color: #464646;
	line-height: 30px;
}

.menu .navbar-brand span{
	color: #000;
}

.menu .navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus {
    color: #464646;
    font-weight: 500;
    font-size: 17px;
    /* margin-top: 2px; */
}

.navbar-default .navbar-nav>li>a:hover,
#sub-menu .list-inline>li>a:hover{
	background-color: #eaeaea;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    color: #555;
    /* background-color: #e7e7e7; */
    background-color: #eaeaea;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:focus {
    padding: 12px 20px;
    font-weight: 700;
    color: #464646;
    font-size: 20px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(70, 70, 70, .50);
}

.dropdown-menu>li>a:hover {
    background-color: #e7e7e7;
}

/*==================== css for modal section ====================*/
.modal-content {
    background-color: #5c5c5c;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.modal-header {
    border-bottom: none;
}

/*==================== css for breadcrumb section ====================*/
.breadcrumb {
    padding: 40px 30px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #ff525262;
	margin-bottom: 30px;
}

.breadcrumb h1{
	font-size: 42px;
	font-weight: 600;
	color: #464646;
	margin-bottom: -10px;
}

/*==================== css for footer-top section ====================*/
.section-padding{
	padding: 70px 0 40px;
}

.thumbnail {
    padding: 0px;
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 12px rgba(70, 70, 70, .2);
}

.thumbnail .caption{
	padding: 25px;
}

.thumbnail .caption h3{
 	margin-bottom: 20px;
 	margin-top: 15px;
 	font-size: 30px;
}

.home-post-full-width .thumbnail .caption h3{
	font-size: 45px;
}

#blog-post .thumbnail .caption h3{
	font-size: 25px;
	font-weight: 700;
}

#blog-post .thumbnail .caption p{
 	font-size: 16px;
}

.img-effect {
	overflow: hidden;
	display: block;
}

.img-zooming {
	transform: scale(1, 1);
	transition-timing-function: ease-in;
	transition-duration: 250ms;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 750ms;
}

.thumbnail:hover .img-zooming {
	transform: scale(1.15);
	transition-timing-function: ease-in;
	transition-duration: 750ms;
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 750ms;
}

/*==================== css for post-details section ====================*/
.post-details-area{
	background-color: #fff;
	padding: 20px;
}

.post-details-area .widget-area{
	padding-top: 0;
}

.post-details-area .post-content h2.post-title{
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}

.post-details-area h3{
	font-size: 30px;
	margin-bottom: 10px;
}

.post-details-area  p{
	margin-bottom: 20px;
}

.post-details-area  img{
	max-width: 100%;
	margin-bottom: 20px;
}


/*comments*/
.comments,
.submit-comment{
	margin-top: 50px;
}

.comments h2,
.submit-comment h2{
	font-size: 45px;
	text-align: center;
}

.comments-content{
	background-color: #eaeaea;
	padding: 25px 15px;
	margin-top: 25px;
}

.comments-content p{
	font-size: 15px;
}

.comments-content p.author{
	margin-bottom: 25px;
}

.comments-content p.author a{
	font-weight: 700;
	text-decoration: underline;
}

.comments-content .btn{
	background-color: transparent;
	text-transform: none;
	font-weight: 400;
	color: #555;
	font-size: 15px;
	padding: 0;
	margin-top: 25px;
}

/*submit-comment*/
.submit-comment h2{
	margin-bottom: 25px;
}

.submit-comment .form-control {
    height: 45px;
    background-color: #f5f5f5;
    border: 1px solid #ff52524d;
    border-radius: 0;
    box-shadow: none;
}

.submit-comment textarea.form-control {
    height: 250px;
}

label {
    font-weight: 500;
    font-size: 16px;
	margin-bottom: 7px;	
}

label i{
	font-style: normal;
}

.pager .previous>a, 
.pager .next>a {
    margin-top: 50px;
}

.pager li:hover,
.pager li:hover a{
	background-color: #ff5252;
	color: #fff;
}
.pager li{
	transition: .3s;
}
.pager li>a{
	display: inline-block;
	padding: 25px 15px;
	background-color: #eaeaea;
	border: transparent;
	border-radius: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

/*==================== css for features section ====================*/
.features-area{
	margin-top: 30px;
}

.list-group-item {
    padding: 10px 0;
    background-color: transparent;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #c0c0c0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tags .list-inline li{
	margin-bottom: 25px;
}

.tags .list-inline li a{
	background-color: #464646;
	color: #fff;
	font-size: 15px;
	padding: 10px;
}

.subscribe{
	background-color: #acacac;
	padding: 30px 15px;
}

.subscribe h3{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.subscribe .form-control{
	height: 50px;
}

#today{
	background-color: #ff5252;
	color: #fff;
}

.calendar_wrap caption{
	text-align: center;
	background-color: #464646;
	color: #fff;
	padding: 15px;
}

.search_wrap .form-control {
    height: 60px;
    border: none;
    font-size: 20px;
}

.search_wrap .btn {
	height: 60px;
	background: #fff;
	outline: 0 !important;
	box-shadow: none;
	color: #464646;
	font-size: 25px;
}

.categories_wrap select,
.archive_wrap select {
    font-size: 15px;
    background-color: #464646;
    color: #fff;
    padding: 10px;
    outline: 0 !important;
    width: 100%;
}

.sidebar_menu_wrap ul li{
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid #c0c0c0;
}

.sidebar_menu_wrap ul li a{
	padding: 10px;
}

.sidebar_menu_wrap .sidebar-menu-item li,
.sidebar_menu_wrap .sidebar-sub-menu-item li{
	margin-left: 25px;
	border: 0;
}

.sidebar_menu_wrap ul li a:hover{
	background-color: #e7e7e7;
}

/*==================== css for contact section ====================*/
.contact-form{
	margin-top: 50px;
}

.form-control {
    height: 45px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #e5e5e5;
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: 230px;
    width: 100%;
}

.contact-form .form-control{
    width: 80%;
}

.aubot-us{
	margin-bottom: 50px;
}

.aubot-us h2,
.social-contact h2{
	color: #757575;
}


/*==================== css for pagination section ====================*/
.pagination {
    margin-bottom: 0;
    border-radius: 0;
}

.pagination>li>a{
    padding: 0;
    color: #fff;
    background-color: #464646;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 15px;
}

.pagination>li:first-child>a, 
.pagination>li:last-child>a {
    border-radius: 50px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
.pagination>li>a:focus, 
.pagination>li>a:hover{
    background-color: #ff5253;
    color: #fff;
    border-color: transparent;
}

/*==================== css for sub-menu section ====================*/
.sub-menu-area{
	background-color: #fff;
	text-align: center;
	margin-top: 25px;
	padding: 15px 0 5px;
}

#sub-menu .list-inline li a{
	font-size: 22px;
	font-weight: 700;
	color: #919191;
	padding: 10px 15px;
}

/*==================== css for footer-top section ====================*/
#footer-top{
	/* background-color: #c1c1c1; */
	background-color: #eaeaea;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-top: 50px;
}

.footer-top-content p,
.aubot-us p{
	font-size: 15px;
}

.footer-top-content .list-inline li a i,
.social-contact .list-inline li a i{
	width: 75px;
	height: 55px;
	line-height: 55px;
	background-color: #464646;
	text-align: center;
	color: #fff;
	font-size: 25px;
}

.footer-top-content .list-inline li a i:hover,
.social-contact .list-inline li a i:hover{
	background-color: #ff5253;
}

.footer-contact{
	margin-top: 50px;
}

.footer-top-content .form-control {
    height: 60px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
}

.footer-top-content .footer-post .col-md-4{
	padding-right: 0;
}
.footer-post-content h3{
	font-size: 20px;
	margin-bottom: 10px;
}

/*==================== css for footer section ====================*/
#footer{
	background-color: #27292f;
	padding: 20px 0;
}

.footer-text p{
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.footer-text p a{
	color: #ff5252;
}