.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding:0px !important;
}
.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
ul, ol, li {
	list-style: none;
}
.main-menu .navigation > li.dropdown > a::before {
	font-family:'fontawesome';
}
.admin-bar .sticky-header,
.admin-bar .mobile-menu{
    top:32px !important;
}
.news-block-two .inner-box .lower-content .post-info li a{
    color:inherit;
}
.m-b0{
    margin-bottom:0px !important;
}
.sidebar-page-container .comments-area .comment-box-list > .reeko-comment-item:last-child > .comment-box{
    margin-bottom:0px;
}
.reeko-comment-item > .reeko-comment-item {
    margin-left:60px;
	box-shadow: none !important;
	padding: 0 !important;
}
.comment-form{
    margin-top:60px;
}
.rx-comment-item .comment-form{
    margin:40px 0;
}
#cancel-comment-reply-link{
    color:inherit;
    display:block;
    font-size:18px;
    margin-top:17px;
}

.team-block .inner-box .lower-content h4,
.team-block-three .inner-box .lower-content h4 {
	color:#1B212F;
}

.blog-detail-content .inner-box h2 {
    color: #303030;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.news-block-four .inner-box .post-date {
	padding: 10px;
}

/* Footer List V1 */
.main-footer ul.menu{
	position:relative;
}

.main-footer ul.menu li{
	position:relative;
	margin-bottom:14px;
}

.main-footer ul.menu li:last-child{
	margin-bottom:0px;
}

.main-footer ul.menu li a{
	position:relative;
	color:#ffffff;
	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;
}

.main-footer ul.menu li a:hover{
	color:#ff8a78;
}


/* Footer List V2 */

.footer-style-two ul.menu{
	position:relative;
}

.footer-style-two ul.menu li{
	position:relative;
	margin-bottom:14px;
}

.footer-style-two ul.menu li:last-child{
	margin-bottom:0px;
}

.footer-style-two ul.menu li a{
	position:relative;
	color:#303030;
	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-style-two ul.menu li a:hover{
	color:#ff8a78;
}

/* Footer List V3 */
.footer-style-three ul.menu{
	position:relative;
}

.footer-style-three ul.menu li{
	position:relative;
	margin-bottom:14px;
}

.footer-style-three ul.menu li:last-child{
	margin-bottom:0px;
}

.footer-style-three ul.menu li a{
	position:relative;
	color:#ffffff;
	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-style-three ul.menu li a:hover{
	color:#ff8a78;
}

/* Footer List V4 */
.footer-style-four ul.menu{
	position:relative;
}

.footer-style-four ul.menu li{
	position:relative;
	margin-bottom:14px;
}

.footer-style-four ul.menu li:last-child{
	margin-bottom:0px;
}

.footer-style-four ul.menu li a{
	position:relative;
	color:#ffffff;
	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-style-four ul.menu li a:hover{
	color:#ff8a78;
}

.footer-style-four .logo-widget .social-nav li a {
    color: #ffffff !important;
	background: none !important;
}

/*Services Menu*/
.service-widget{
	position:relative;
}

.service-widget ul.menu{
	position:relative;
	padding:25px 20px;
	background-color:#f6f9ff;
}

.service-widget ul.menu li{
	position:relative;
	margin-bottom:10px;
}

.service-widget ul.menu li a{
	position:relative;
	color:#1B212F;
	display:block;
	font-size:18px;
	font-weight:500;
	z-index:1;
	padding:21px 20px;
	text-align:center;
	background-color:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-widget ul.menu li:last-child{
	margin-bottom:0px;
}

.service-widget ul.menu li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:5px;
	height:100%;
	z-index:-1;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	background: #4D80F6;
	background: -webkit-linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
	background: -moz-linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
	background: linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
}

.service-widget ul.menu li a:hover{
	color:#ffffff;
}

.service-widget ul.menu li:hover a:before{
	width:100%;
}

.styled-pagination li span{
	position:relative;
	display:inline-block;
	line-height:46px;
	height:44px;
	font-size:16px;
	min-width:44px;
	color:#5184fa;
	font-weight:700;
	text-align:center;
	border-radius:50px;
	background:#edf2ff;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li span.current{
	color:#ffffff;
	background-color:#5184fa;
}

/* Categories List */
.sidebar-widget-two ul{
	position:relative;
	padding:25px 18px 20px;
}

.sidebar-widget-two ul li{
	position:relative;
	margin-right:5px;
	margin-bottom:8px;
	display:block;
}

.sidebar-widget-two ul li a{
	position:relative;
	color:#1B212F;
	font-size:16px;
	display:inline-block;
	width: 100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar-widget-two ul li a:hover{
	color:#4e81f7;
}
.sidebar-widget-two ul li a span{
	float: right;
}

/* Tag List */
.tagcloud{
	position:relative;
    padding: 30px 22px 22px;
}

.tagcloud a{
	position:relative;
	margin-right:6px;
	margin-bottom:10px;
	display:inline-block;
	color:#707070;
	font-size:14px !important;
	padding:10px 18px;
	border-radius:4px;
	border:2px solid #e7e8e9;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.tagcloud a:hover{
	color:#ffffff;
	border-color:#3569e1;
	background-color:#3569e1;
}

.search-notfound .group-title h4 {
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
}

/*Error Section*/

.error-section{
    position:relative;
    padding: 100px 0px;
}

.error-section .content{
    position:relative;
    text-align:center;
}

.error-section h1{
	color: #333333;
    position:relative;
    font-size:200px;
    font-weight:800;
    line-height:1em;
    margin-bottom:10px;
    font-family: 'Jost', sans-serif;
}

.error-section h2{
    position:relative;
    color:#333333;
    font-size: 40px;
    font-weight: 700;
    line-height:1.2em;
    margin-bottom:10px;
}

.error-section .text{
    position:relative;
    color:#333333;
    font-size: 22px;
    font-weight:500;
    margin-top:10px;
    margin-bottom: 50px;
}

.gallery-block .inner-box .image .content,
.gallery-block-two .inner-box .image .content{
    padding-right: 20px;
}

/*Team Social*/
.team-single-section .content-column .social-icons li a{
	color:#111111 !important;
}

.team-single-section .content-column .social-icons li a:hover{
	color:#ffffff !important;
	background-color:#4c7ff5 !important;
}

.contact-form-section .form-column .inner-column {
	padding-bottom: 26px;
}
.contact-map-section .map-boxed .map-outer{
	height:500px;
}
.sidebar-page-container .comments-area .comment-box .comment-form{
	margin-top:40px;
}
.counter-section .inner-container{
	overflow:hidden;
}
.counter-section .fact-counter .icon-box {
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: 40px;
    color: #5184FA;
    line-height: 1em;
}
.counter-section .circle-one{
	position:absolute;
	left:-50px;
	top:-50px;
	width:250px;
	height:250px;
	border-radius:50%;
	display:inline-block;
	background: #F3F6FC;
	background: -webkit-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: -moz-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
}

.counter-section .circle-two{
	position:absolute;
	right:-50px;
	bottom:-50px;
	width:250px;
	height:250px;
	border-radius:50%;
	display:inline-block;
	background: #F3F6FC;
	background: -webkit-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: -moz-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
}

.news-block-three .inner-box .lower-content .flex-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.fw-600{
	font-weight:600;
}


/* Post Share Options */

.blog-detail .post-share-options{
	position:relative;
	margin-top: 30px;
	padding: 25px;
    background-color: #f9fbff;
}

.blog-detail .post-share-options .tags a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height: 1em;
	padding:12px 18px;
	border-radius:3px;
	margin-right: 10px;
	margin-bottom: 6px;
	display: inline-block;
	text-transform:capitalize;
	background-color:#5184FA;
	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 .tags a:last-child{
	margin-right: 0px;
}

.blog-detail .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
}

.blog-detail .post-share-options .tags a:hover{
	color:#ffffff;
	background-color:#00204c;
}

.blog-detail .post-share-options .social-box{
	position:relative;
}

.blog-detail .post-share-options .social-box li.share{
	position:relative;
	color:#141d38;
	font-weight:600;
	font-size:16px;
}

.blog-detail .post-share-options .social-box li{
	position:relative;
	margin-left:5px;
	display:inline-block;
}

.blog-detail .post-share-options .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height: 1em;
	padding:12px 18px;
	border-radius:3px;
	margin-right: 1px;
	margin-bottom: 6px;
	display: inline-block;
	text-transform:capitalize;
	background: #4D80F6;
    background: -webkit-linear-gradient(to bottom, #4D80F6 0%, #1c51ca 100%);
    background: -moz-linear-gradient(to bottom, #4D80F6 0%, #1c51ca 100%);
    background: linear-gradient(to bottom, #4D80F6 0%, #1c51ca 100%);
	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-box li a:hover{
	background: #1c51ca;
    background: -webkit-linear-gradient(to bottom, #1c51ca 0%, #4D80F6 100%);
    background: -moz-linear-gradient(to bottom, #1c51ca 0%, #4D80F6 100%);
    background: linear-gradient(to bottom, #1c51ca 0%, #4D80F6 100%);
}

.main-header .header-upper .logo-box{
	padding:17px 0;
}

.main-header.header-style-three .header-upper .logo-box,
.main-header.header-style-four .header-upper .logo-box{
	padding:28px 0;
}

.main-header .header-upper .logo-box .logo img,
.main-footer .footer-bottom .logo-column img,
.footer-style-two .logo-widget .logo img,
.footer-style-three .logo-widget .logo img,
.footer-style-four .logo-widget .logo img{
	height:60px;
}
.sticky-header .logo img{
	height:55px;
}
.header-style-two .header-upper .logo-box{
	margin-top:-20px;
}
.main-header.header-style-two .header-upper .logo-box img{
	height:60px;
}