/*
----------------------------------------------------------------
	remove the white gap for 4 sides in elementor
----]------------------------------------------------------------
*/
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
} 
.admin-bar .sticky-header{
	top:32px;	
}
.doors-details-content .image-box {
    margin-bottom: 73px !important;
}
.news-block-one .inner-box .lower-content .category a{
	    color: #fff;
}
.pagination ul{
	position:relative;	
}
.pagination li{
	position: relative;
    display: inline-block;
    margin: 0px 3px;
}
.pagination li a, .pagination li span{  
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    color: #0c1529;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 20px 50px 0px rgb(228 231 238 / 60%);
    transition: all 500ms ease;
}

.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #fff;
    background: #f87060;
}
.zixtar-comment-item .zixtar-comment-item{
	margin-left:80px;
}
/***************** Service Sidebar Style*******************/

.service-widget,
.service-widget ul{
	position:relative;	
}
.service-widget ul li{
	position: relative;
    display: block;
}
.service-widget ul li a{
	position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #00324f;
    font-weight: 500;
    padding: 13.5px 0px;
    z-index: 1;
    border-top: 1px solid #e5e5e5;
}
.service-widget ul li a:before{
	position: absolute;
    content: '';
    width: 0%;
    left: -40px;
    top: -1px;
    height: 100%;
    z-index: -1;
    transition: all 500ms ease;
}
.service-widget ul li a:after{
	position: absolute;
    content: "\e911";
    right: 0px;
    font-size: 15px;
    font-weight: 400;
    top: 15px;
    color: #fff;
    transition: all 500ms ease;
	font-family: 'icomoon' !important;
}
.service-widget ul li a:hover:before,
.service-widget ul li.current-menu-item a:before{
	    width: calc(100% + 80px);
		background: #f67060;
}
.service-widget ul li:hover a,
.service-widget ul li.current-menu-item a,
.service-widget ul li.current-menu-item a:before,
.service-widget ul li:hover a:after,
.service-widget ul li.current-menu-item a:after{
	color: #fff;
}

/***************** Blog Sidebar Style*******************/

.widget{
	position: relative;
}
.widget ul,
.widget ol{
	position:relative;	
}
.widget ul li,
.widget ol li{
	position: relative;
    margin-bottom: 12px;
	padding-bottom:12px;
	padding-left:20px;
	border-bottom:1px solid #e5e5e5;
	color: #00324f;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li:before,
.widget ol li:before{
	position:absolute;
	left: 0px;
    font-size: 12px;
    font-weight: 500;
    top: 0px;
    color: #00324f;
    transition: all 500ms ease;
	font-family: 'icomoon' !important;
	content: "\e911";
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #e5e5e5;
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top:12px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #00324f;
    font-weight: 500;
    z-index: 1;
}
.widget ul li,
.widget ol li{
	color:#f87060;	
}
.widget .tagcloud{
	position:relative;	
}
.widget .tagcloud a{
	position: relative;
	margin: 0px 3px 10px 0px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px !important;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #848484;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 10px 19px;
    text-align: center;
}

.widget .tagcloud a:hover{
	background: #f87060;
    border-color: #f87060;
	color: #fff;
    box-shadow: 0px 15px 20px 0px rgb(248 112 96 / 20%);
}
.comment-box > .zixtar-comment-item > .comment:last-child{
	margin-bottom: 0px;
}
.comment-box > .zixtar-comment-item > .comment:last-child .comment-inner{
	border-bottom:0px;
}
.comments-form-area .group-title{
	margin-bottom: 10px;	
}
.comments-form-area .comment-form .logged-in-as{
	position:relative;
	margin-bottom:15px;	
}
.comments-form-area .comment-form p a{
	color:#f87060;
}

.news-section .pagination{
	margin-top:50px;	
}
/************************* Footer widget style **************************/

.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;	
}
.footer-widget ul li,
.footer-widget ol li{
	position: relative;
    display: block;
    margin-bottom: 12px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:10px;
}
.footer-widget ul li a:before,
.footer-widget ol li a:before{
	position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 3px;
    opacity: 0;
    transition: all 500ms ease;	
	background: #f67060;
}
.footer-widget ul li a,
.footer-widget ol li a{
	position: relative;
    display: inline-block;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
	text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.footer-widget ul li a:hover:before,
.footer-widget ol li a:hover:before{
	width: 100%;
    opacity: 1
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #f67060;
}

.page-title .bread-crumb {
    position: relative;
}
.page-title .bread-crumb li {
    position: relative;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    color: #ffffff;
    margin-right: 15px;
    padding-right: 8px;
}
.page-title .bread-crumb li:before {
    position: absolute;
    right: -7px;
    top: 0px;
    content: "\e911";
    font-weight: 400;
    font-size: 12px;
    color:  #ffffff;
    font-family: 'icomoon';
}
.page-title .bread-crumb li:last-child:before{
	display:none;	
}
.page-title .bread-crumb li a {
	position: relative;
    font-weight: 400;
	font-size: 20px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.doors-details-content .three-image .image{
	margin-bottom: 30px !important;	
}

.about-style-three.style-two{
	padding: 150px 0px 150px 0px;
}
.news-block-one .inner-box .lower-content .btn-box{
	transform:scale(1,1);
}
.sidebar-page-container .news-block.style-two {
	margin-bottom:40px;	
}

.news-section.blog-grid{
	padding:140px 0px;	
}
.blog-details-content .comment-box{
	margin-bottom:0px;
	margin-top:80px;	
}
.blog-details-content .comments-form-area{
	margin-top:80px;	
}
.zixtar-comment-item .comments-form-area{
	margin:50px 0px;	
}
.zixtar-comment-item .comments-form-area .group-title h3 small a{
	position:relative;
	display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
	color: #00324f;	
}
/*** 

====================================================================
	Team Single Section
====================================================================

***/

.team-single-section{
	position:relative;
	padding-top:110px;
	padding-bottom:90px;
	z-index:99;
}

.team-single-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.team-single-section .image-column .inner-column{
	position:relative;
}

.team-single-section .image-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.team-single-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-single-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.team-single-section .content-column .inner-column{
	position:relative;
	padding-left:20px;
}

.team-single-section .content-column h2{
	position:relative;
	color:#00324f;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
}

.team-single-section .content-column h2 span{
	position:relative;
	display:block;
	color:#00324f;
	font-size:16px;
	margin-top:10px;
}

.team-single-section .content-column .post-meta{
	position:relative;
	margin:15px 0px;
}

.team-single-section .content-column .post-meta li{
	position:relative;
	margin-right:50px;
	color:#f87060;
	font-size:16px;
	margin-bottom:5px;
	padding-left:40px;
	display:inline-block;
}

.team-single-section .content-column .post-meta li .icon{
	position:absolute;
	left:0px;
	color:#f87060;
	top:3px;
	margin-right:12px;
	font-size:18px;
}

.team-single-section .content-column .post-meta li a{
	position:relative;
	color:#808080;
}

.team-single-section .content-column .text{
	position:relative;
	margin-bottom:20px;
}

.team-single-section .content-column .text p{
	position:relative;
	color: #808080;
    margin-bottom: 20px;
	font-size:16px;
	line-height: 1.6em;
}

.team-single-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.team-single-section .content-column .social-icon-one{
	margin-top:18px;
}
.team-single-section .social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 4px;
}

.team-single-section .social-icon-one li:last-child{
	margin-right: 0;
}

.team-single-section .social-icon-one li a{
	position: relative;
	font-size: 16px;
	color: #f87060;
	width:40px;
	height:40px;
	line-height:36px;
	text-align:center;
	display:inline-block;
	border:2px solid #f87060;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-single-section .social-icon-one li a:hover{
	color: #ffffff;
	border-color:#f87060;
	background-color:#f87060;
}

.team-single-section .list-style-one{
	position:relative;
}

.team-single-section .list-style-one li{
	position:relative;
	color:#808080;
	font-size:16px;
	margin-bottom:10px;
	padding-left:25px;
	line-height: 1.8em;
}

.team-single-section .list-style-one li:before{
	position:absolute;
	content:'\f101';
	left:0px;
	top:0px;
	font-weight:900;
	color:#f87060;
	font-size:16px;
	font-family: 'Font Awesome 5 Pro';
}

.blog-sidebar .post-widget .post .post-thumb{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.elementor-lightbox.dialog-lightbox-widget{
	display:none !important;	
}
.search-notfound .blog-sidebar{
	margin-left:0px;
	margin-top:10px;	
}