.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
} 
.admin-bar .sticky-header{
	top:32px;
}
/***************** Blog Sidebar Style**************/
.widget{
	position: relative;
}
.widget ul,
.widget ol{
	position:relative;	
	padding-left: 0;
	margin:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
    display: block;
    margin-bottom: 5px;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:5px;
}

.widget ul li a,
.widget ol li a{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
}
.widget ul li a:before,
.widget ol li a:before{
	position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    left: 0px;
    top: 13px;
    transition: all 500ms ease;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: #8b2b11;
}

.widget .tagcloud{
	position: relative;	
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
	margin-bottom:5px;
    color: #848484;
    font-family: 'Rubik', sans-serif;
    border: 1px solid #e5e5e5;
    padding: 8.5px 13.5px;
}

.widget .tagcloud a:hover{
	color: #fff;
    border-color: #8b2b11;
    background-color: #8b2b11;	
}

/***************** Pagination Style*******************/
.pagination{
	position:relative;
	width:100%;
	display:block;
	text-align:center;	
}
.pagination ul{
	position:relative;	
}
.pagination li{
	position: relative;
    display: inline-block;
    margin-right: var(--margin-right-10);
}
.pagination li a, .pagination li span{    
    position: relative;
    display: inline-block;
    line-height: 48px;
    height: 50px;
    min-width: 50px;
    font-weight: 700;
    text-align: center;
    font-size: var(--font-16);
    color: var(--text-color);
    background: var(-white-color);
    border: 2px solid #eaeaea;
    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;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

/***************** Footer Menu Widget Style*************/
.footer-widget{
	position:relative;	
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	padding-left: 0;	
}
.footer-widget ul li,
.footer-widget ol li{
	font-size: 17px;
    line-height: 30px;
    color: #cdcccc;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom: 10px;
}
.footer-widget ul li a,
.footer-widget ol li a{
	color: #cdcccc;
    transition: .5s;
	
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
    color: #8b2b11;
}
.footer-widget .footer-social-links li a:hover{
	color: #fff;
}
.footer-widget .footer-social-links li a{
	line-height: 50px;
}
/****************** ***********************/
.blog-sidebar .sidebar-widget .post-widget .post-inner .post .post-thumb{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
}

.widget-content .form-group {
	margin: 0px;
}
.footer-widget .footer-social-links li {
	display: inline-block;
}

.buffalo-comment-item .comment.odd{
	margin-left:80px;	
}
.buffalo-comment-item .comment-form{
	margin-top:50px 0px;	
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	color: #fff !important;
	background-color: #8b2b11 !important;
}
/**************** Team Details Style ******************/
.team-details{
	position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}
.team-details .main-bg {
  background: #fff;
  box-shadow: 0px 0px 80px rgba(0, 29, 56, 0.03);
}
.team-details .main-bg .img-meta{
	padding:0px;
}
.team-details .main-bg .text-wrapper {
    padding: 37px 90px;
}
.team-details .main-bg .text-wrapper .name {
	position:relative;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 48px;
    margin: 0 0 2px;
	color: #221E4C;
	font-family: 'Arvo';
}
.team-details .main-bg .text-wrapper .position {
	position:relative;
    color: var(--thm-secnd);
    font-size: 16px;
    line-height: 24px;
	padding: 5px 0 30px;
    font-weight: 500;
}
.team-details .main-bg .text-wrapper h6{
	position:relative;
	text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 10px;
	color: #221E4C;
}
.team-details .main-bg .text-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #525F7F;
	margin-bottom:25px;
}
.team-details .social-links{
	position: relative;
    display: block;
    margin-top: 20px
}
.team-details .social-links li{
	position: relative;
    display: inline-block;
    margin-right: 6px;
}
.team-details .social-links li a{
	position: relative;
    display: block;
	text-align:center;
	color: #333;
	font-size:16px;
	line-height:42px;
    width: 42px;
    height: 42px;
	border-radius:50%;
    background-color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.team-details .social-links li a:hover{
	background-color: #8b2b11;
	color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
}

.breadcrumb > li br {
  display: none;
}

.widget .search-form{
	position:relative;
}

.widget .search-form input{
	position:relative;
	width:100%;
	border:1px solid #e1e1e1;
	color:#222;
	padding:0px 50px 0px 15px;
	height:50px; 
}

.widget .search-form button{
	position:absolute;
	right:0px;
	top:0px;
	border:none;
	box-shadow:none;
	color:#ffffff;
	width:50px;
	height:50px;
	background-color:var(--theme-color);
	text-align:center;
	font-size:14px;
}

.map-section-two .contact-map{
	height:500px;
}

.map-section-two .contact-map iframe{
	height:100%;
}

