body {
	background: #E2E9F3;
	font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    position:relative;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
    margin:0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.page .site-branding, 
.single .site-branding, 
.search .site-branding, 
.archive .site-branding, 
.error404 .site-branding {
	padding-top: 7px;
}
.header-area {
	padding: 10px 0;
	background: transparent;
}
.normal-header {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	z-index: 9999;
}
.container-bg {
	background: #fff;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mainmenu ul li {
	float: inherit;
	display: inline-block;
}
.mainmenu ul li ul li {
	width: inherit;
}
.mainmenu li a {
	padding-left: 25px;
	padding-right: 0px;
	text-align: left;
}
.mainmenu ul li ul {
	width: 151px;
}
.mainmenu .menu-item-has-children::after {
	right: -17px;
}
.mainmenu li:hover a, 
.mainmenu li.menu-item-has-children:hover::after,
.mainmenu li.active a {
	color: #ea552b;
}
article.post{
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
}
article.page {
	margin-bottom: 30px;
	background-color: transparent;
	border-radius: 0px;
	padding: 30px;
}
.search-area  article.page {
	background-color: #fff;
}
.single-area article.post{
	margin-bottom: 30px;
	padding: 30px;
	background-color: transparent;
}
.blog-area .posted-on a {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: block;
}
.posted-on a:hover {
	color: #EA552B;
	text-decoration: none;
}
.entry-footer span, 
.entry-meta span {
	margin-right: 0px;
}
.entry-title {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
}
.entry-title a, 
.entry-footer span a, 
.entry-meta a {
	color: #000;
}
.entry-title a:hover, 
.entry-footer span a:hover, 
.entry-meta a:hover {
	color: #EA552B;
	text-decoration: none;
}
.single-img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.more-btn {
	text-transform: capitalize;
	color: #000000;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	text-decoration: none;
	margin-top: 10px;
}
.more-btn  i {
	margin-left: 5px;
}
a.more-btn:hover {
	color: #EA552B;
	text-decoration: none;
}
.widget {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
}
.widget:first-child {
	padding-top: 30px;
}
.widget ol li, 
.widget ul li {
	border-bottom: 1px solid #E2E9F3;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.widget a:hover {
	color: #EA552B;
	text-decoration: none;
}
.widget ol li:last-child, 
.widget ul li:last-child {
	border-bottom: 0px solid #E2E9F3;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.single-area {
	text-align: center;
}
.single-cat-links a {
	background: #EA552B;
	color: #fff;
	padding: 6px 20px 8px 20px;
	font-weight: 600;
	border-radius: 6px;
	display: inline-block;
	margin-top: 45px;
	text-decoration: none;
}
.search-breadcrumbs-area {
	padding-top: 25px;
	margin-bottom: 50px;
}
.search-title {
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 25px;
}
.single-title {
	font-size: 50px;
	text-transform: uppercase;
	margin-top: 25px;
}
article.page .single-entry-meta a,
.single-entry-meta a {
	text-decoration: none;
	font-weight: 500;
}
article.page .single-entry-meta a {
	display: inline-block;
}
.single-entry-meta a:hover {
	color: #EA552B;
}
.line {
	margin-right: 10px;
	margin-left: 5px;
}
.single-entry-meta .posted-on a,
.single-entry-meta .byline a{
	margin-right: 5px;
}
.single-area-img {
	padding-top: 100px;
	margin-bottom: 20px;
}
.padding-top {
	padding-top: 50px;
}
.nav-links a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
.nav-links a:hover, 
.page-links a:hover {
	border-color: #EA552B;
	background-color: #EA552B;
}
.comments-area {
	text-align: left;
}
.comment-form input[type="text"]:hover, 
.comment-form input[type="text"]:focus, 
.comment-form input[type="email"]:hover, 
.comment-form input[type="email"]:focus, 
.comment-form input[type="url"]:hover, 
.comment-form input[type="url"]:focus, 
.comment-form textarea:hover, 
.comment-form textarea:focus {
	border: 1px solid #EA552B;
}
.comment-form input[type="submit"] {
	background: #000;
}
.comment-form input[type="submit"]:hover {
	background: #EA552B;
}
.wp-block-quote {
	background-color: #fff;
	padding: 20px;
}
.comment-list li.comment {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
.home .footer-area {
	margin-top: 0px;
}
.footer-area {
	border-top: 0px solid #ddd;
	text-align: left;
	background: #000;
	color: #fff;
}
.copyright a,
.copyright p {
	color: #fff;
}
.footer-area .social {
    float: right;
    margin-top: 5px;
}
.social li {
    display: inline-block;
    margin-right: 10px;
    color:#fff;
    font-weight:500;
}
.social li:last-child{
    margin-right:0;
}
.social a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.custom-slides {
    position: relative;
}
.custom-single-slide {
    position: relative;
    z-index: 3;
    background-size: cover;
    background-position: center;
    height: 900px;
}
.custom-single-slide .row{
    width: 100%;
    position: relative;
    z-index: 2;
}
.custom-slide-overlay{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
}
.custom-single-slide-inner .content-overlay h2 {
    font-size: 24px;
    line-height: 1.3;
}
.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 310px 0px;
}
.slider-content h1 a {
    font-size: 75px;
    line-height: 90px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.slider-content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    width: 80%;
    margin: 30px 0;
}
a.slider-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    background: #e63a27;
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
a.slider-btn.btn-2 {
    background: #fff;
    color: #0f0f0f;
    margin-left: 15px;
}
a.slider-btn.btn-2:hover {
    color: #fff;
}
a.slider-btn::before {
    position: absolute;
    content: "";
    background-color: #19142d;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%,-50%) rotate(0deg);
    z-index: -1;
    transition: all .5s ease;
}
a.slider-btn:hover::before {
    height: 104%;
}
/*========================================================== 
    Responsive
============================================================*/
/*========================================================== 
    Tablet Layout: 768px
============================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area {
		padding: 0px;
	}
	.container-bg {
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.custom-single-slide {
		height: 600px;
	}
    .slider-content {
        padding: 200px 0px;
    }
    .slider-content h1 a {
        font-size: 56px;
        line-height: 65px;
    }
    .normal-header {
        position: relative;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    .swiper-pagination {
        display: none;
    }
}
/*========================================================== 
   Wide Mobile Layout
============================================================*/
@media (min-width: 481px) and (max-width: 767px) {
	.header-area {
		padding: 0px;
	}
	.container-bg {
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.custom-single-slide {
		height: 600px;
	}
    .slider-content {
        padding: 200px 0px;
    }
    .slider-content h1 a {
        font-size: 46px;
        line-height: 60px;
    }
    .normal-header {
        position: relative;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    .swiper-button-next, 
    .swiper-button-prev {
        display: none;
    }
    .swiper-pagination {
        display: none;
    }
}
/*========================================================== 
    Mobile Layout
============================================================*/
@media (min-width: 320px) and (max-width: 480px) {
	.header-area {
		padding: 0px;
	}
	.container-bg {
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.slicknav_btn {
		left: 88%;
		float: left;
		top: -45px;
	}
	.custom-single-slide {
		height: 500px;
	}
    .slider-content h1 a {
        font-size: 28px;
        line-height: 35px;
    }
    .slider-content p {
        width: 100%;
        margin: 22px 0 28px;
        font-size: 14px;
    }
    a.slider-btn {
        padding: 10px;
        font-size: 14px;
    }
    .slider-content {
        padding: 100px 0px;
    }
    .normal-header {
        position: relative;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    .swiper-button-next, 
    .swiper-button-prev {
        display: none;
    }
    .swiper-pagination {
        display: none;
    }
}
/* Tablet Layout */
@media (min-width: 768px) and (max-width: 991px) {
	.footer-area {
		text-align: inherit;
		text-align: center;
	}
	.footer-area .social {
		float: inherit;
		text-align: center;
	}
	.nav-previous {
		float: inherit;
		width: 100%;
		text-align: center;
		font-size: inherit;
	}
	.nav-next {
		text-align: center;
		width: 100%;
		float: inherit;
		font-size: inherit;
	}
}

/* Wide Mobile Layout */
@media (min-width: 481px) and (max-width: 767px) {
	.widget:first-child {
	    margin-top: 30px;
	 }
	.footer-area {
		text-align: inherit;
		text-align: center;
	}
	.footer-area .social {
		float: inherit;
		text-align: center;
	}
	.nav-previous {
		float: inherit;
		width: 100%;
		text-align: center;
		font-size: inherit;
	}
	.nav-next {
		text-align: center;
		width: 100%;
		float: inherit;
		font-size: inherit;
	}
}

/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
	.posts-navigation {
		margin-bottom: 30px;
	}
	.nav-previous {
		float: inherit;
		width: 100%;
		text-align: center;
		font-size: inherit;
	}
	.nav-next {
		text-align: center;
		width: 100%;
		float: inherit;
		font-size: inherit;
	}
	.footer-area {
		text-align: inherit;
		text-align: center;
	}
	.footer-area .social {
		float: inherit;
		text-align: center;
	}
}
