.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
.admin-bar .sticky-header{
	top:32px;	
}
.header{
	position:relative;	
}
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px 0px 0px 0px;	
}
.redux-container .ui-state-active .ui-icon, .control-section-redux .ui-state-active .ui-icon, .control-panel-redux .ui-state-active .ui-icon, .redux-metabox .ui-state-active .ui-icon{
	display:none !important;	
}
.pagination{
	position:relative;
	display: block;
	text-align:center;
}
.pagination li{
	position: relative;
    display: inline-block;
}
.pagination li a, .pagination li span{
	position: relative;
	display:inline-block;
    padding: 0;
    margin: 3px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 2px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	background: #e1a122;
    border: 1px solid #e1a122;
    border-radius: 2px;
    color: #fff;
}
.pagination li a.prev,
.pagination li a.next{
	background: #e1a122;
    border: 1px solid #e1a122;
	width:90px;
    border-radius: 2px;
    color: #fff;	
}
.case-block .inner-box{
	padding:25px 25px 20px;	
}
.breadcrumb-item+.breadcrumb-item{
	padding-left:0px !important;	
}
.breadcrumb-item+.breadcrumb-item::before{
	display:none !important;	
}
.news-block .inner-box .image .category a,
.blog-detail .inner-box .image .category a{
	color:#fff;	
}
.comment-form{
	margin-top:70px;	
}
.sidebar-page-container .group-title {
	margin-bottom:10px;	
}
.sidebar-page-container .group-title h5 small a{
	position:relative;
	display:block;
	color: #222222;
	margin:10px 0px;
    text-transform: uppercase;	
}
.blog-author-box .name{
	text-transform:capitalize;	
}
.advisom-comment-item .advisom-comment-item{
	margin-left:100px;	
}
/*********** Footer Widget Style *************/
.footer-widget ul{
	position:relative;
}
.footer-widget ul li{
	position:relative;
	color:#8fa4c2;
	font-size:16px;
	font-weight:400;
	padding-left:19px;
	margin-bottom:10px;
}
.footer-widget ul li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li{
	margin-bottom:0px;
	margin-top:10px;
}
.footer-widget ul li:before{
	position:absolute;
	content:'';
	left:0px;
	top:7px;
	width:12px;
	height:9px;
	background:url(../images/icons/logo-small-icon.png) no-repeat;
}
.footer-widget ul li.recentcomments:before{
	background-image:none;
}
.footer-widget ul li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li a{
	position:relative;
	color:#8fa4c2;
	font-size:16px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.footer-widget ul li a:hover{
	color:#e1a122;
}
.main-footer .logo-widget .social-nav li{
	padding-left:0px;	
}
.main-footer .contact-widget ul li:before,
.main-footer .logo-widget .social-nav li:before{
	display:none;	
}

/************** Blog Widget Style ************/
.widget{
	position: relative;
    padding: 35px 30px;
    background-color: #f9f9f9;
    border: 1px solid #cccccc;	
	margin-bottom:50px;
}
.widget ul{
	position:relative;	
}
.widget ul li{
	position: relative;
    color: #555555;
    font-size: 16px;
    display: block;
    padding-bottom: 9px;
	margin-bottom:9px;
    border-bottom:1px solid #dddddd;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;	
}
.widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
    padding-top: 9px;
	margin-top:9px;
    border-top:1px solid #dddddd;
	margin-left:15px;
}
.widget ul li a{
	position: relative;
    color: #555555;
    font-size: 16px;
    display: inline-block;
}

.widget ul li:hover a{
    color: #e1a122;
}

.popular-posts .post .post-thumb{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

/* Popular Tags */

.widget .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 20px 10px;
	margin:0px 6px 8px 0px;
	color:#555555;
	text-align:center;
	font-size:16px !important;
	background:#ffffff;
	font-weight:400;
	border-radius:0px;
	border:1px solid #cccccc;
	border-left:3px solid #222222;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.widget .tagcloud a:hover{
	border-color:#e1a122;
	background-color:#e1a122;
	color:#ffffff;	
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 146px 0 150px;
	text-align:center;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h2{
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
	margin: 0 0 20px;
	font-family: 'Open Sans', sans-serif;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
	color:#222222;
    text-transform: uppercase;
    margin: 30px 0 17px 12px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.chooseus-block .chooseus-block-one{
	position:relative;
}
.p-t15{
	padding-top:15px !important;
}
.m-b30{
	margin-bottom:30px !important;
}
.min-h100{
	min-height:100px;
}
.sidebar-title h5 a,
.main-footer .footer-widget h5 a{
	color:inherit;
}
.m-b60{
	margin-bottom:60px !important;
}
.m-r20{
	margin-right:20px !important;
}

.comment-box .comment-form{
	margin-top:50px;
}
code{
	color:#e1a122;
}
kbd{
	background:#e1a122;
}
.fs-40{
	font-size:40px !important;
}
.blog-detail .post-share-options .social-links li{
	position:relative;
	display:inline-block;
	margin-right:10px;
}
.blog-detail .post-share-options .social-links li:last-child{
	margin-right:0px;
}
.blog-detail .post-share-options .social-links li a{
	position:relative;
	width:42px;
	height:42px;
	border:1px solid #43609C;
	background:#43609C;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	line-height:40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.blog-detail .post-share-options .social-links li.tweet a{
	border-color:#1DA1F2;
	background:#1DA1F2;
}
.blog-detail .post-share-options .social-links li.linkdin a{
	border-color:#0e76a8;
	background:#0e76a8;
}
.blog-detail .post-share-options .social-links li.pinterest a{
	border-color:#E60023;
	background:#E60023;
}
.blog-detail .post-share-options .social-links li a:hover{
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
.m-b0{
	margin-bottom:0px !important;
}
.main-header .header-upper .logo-box img{
	height:55px;
}
.main-header.header-style-two .header-upper .logo-box .logo img{
	height:60px;
}
.sticky-header .logo img{
	height:45px;
}
.main-footer .logo-widget .logo img{
	height:55px;
}

.page-title{
	background-image:url( ../images/background/1.jpg );
}