/*
----------------------------------------------------------------
	remove the white gap for 4 sides in elementor
----]------------------------------------------------------------
*/
.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}

.admin-bar .sticky-header{
	top:32px !important;	
}


/********* Pagination Style *************/
.pagination{
	
}
.pagination li,
.pagination li{
	position: relative;
    display: inline-block;
}
.pagination li a,
.pagination li span {
    font-size: 18px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
	border-radius: 50%;
	border: 1px solid #a3a3a3;
	width: 54px;
	height:54px;
	z-index: 1;
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	text-transform: capitalize;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 500ms ease;
}

.pagination li:hover a, 
.pagination li.active span,
.pagination li a:hover span,
.pagination li.active a,
.pagination li span.current {
    color: #fff;
	border-color:#444444;
	background-color:#444444;
}

/***************** Blog Sidebar Style*******************/
.widget:not(:last-child){
	position: relative;
	margin-bottom: 40px;
}
.widget ul,
.widget ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	display:block;
	font-size: 18px;
    color: #444444;
	font-weight:400;
	line-height: 28px;
	border-bottom: 1px solid #d5cac3;
    padding-bottom: 8px;
    margin-bottom: 8px;
	padding-left:15px;
	text-transform:capitalize;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.widget ul li:before,
.widget ol li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\f107";
    transform: rotate(-90deg);
    color: #444444;
    font-size: 12px;
	font-weight: 900;
    font-family: 'Font Awesome 5 pro' !important;
}
.widget ul li ul li,
.widget ol li ol li{
	padding-bottom:0px;
	border-bottom:0px;
	margin-bottom:0px;
	border-top: 1px solid #d5cac3;
	margin-top:8px;
	padding-top:8px;
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top:5px;	
}
.widget ul li a,
.widget ol li a{
	position: relative;
	display:inline-block;
    font-size: 18px;
	font-weight:400;
    color: #444444;
	line-height: 28px;
	text-transform: capitalize;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--thm-base);
}


.widget .tagcloud{
	position:relative;
	margin: 0px;
}
.widget .tagcloud a{	
	position: relative;
    display: inline-block;
	font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    padding: 5px 20px;
    background: #ffffff;
    color: #444444;
    margin: 0px 10px 10px 0px;
	text-transform: capitalize;
	border: 1px solid #e4e4e4;
	min-width: 100px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    text-align: center;	
}
.widget .tagcloud a:hover{
	color: #fff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}

/***************** Service Sidebar Style*******************/
.service-widget {
	position: relative;
    margin-bottom: 50px;
}
.service-widget ul li{
	position:relative;
	display: block;
    margin-bottom: 3px;
    transition: all 500ms ease;
}
.service-widget ul li:last-child{
    margin-bottom: 0px;
}
.service-widget ul li a{
	position:relative;
	font-size: 20px;
    line-height: 28px;
    color: #090d30;
    font-weight: 500;
    display: block;
	background:#e9e9e9;
	border: 1px solid #e9e9e9;
    padding: 13.5px 23px;
	font-family: 'Barlow', sans-serif;
	z-index: 1;
}
.service-widget ul li:hover a,
.service-widget ul li.current-menu-item a{
	padding-left: 54px;
	color: #fff;
	transition: all 500ms ease;
}

.service-widget ul li a:before {
    position: absolute;
    content: '';
    background: var(--thm-base);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}
.service-widget ul li:hover a:before, 
.service-widget ul li.current-menu-item a:before {
    width: 100%;
}

.service-widget ul li a:after {
    position: absolute;
    content: '';
    font-size: 14px;
    left: 26px;
    top: 28px;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: all 500ms ease;
}

.service-widget ul li.current-menu-item a:after,
.service-widget ul li:hover a:after {
    opacity: 1;
	width:14px;
}

.service-widget .contact-widget ul li a{
	border: none;
	padding: 0px;
	font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.service-widget .contact-widget ul li a:hover{
	color: none;
	background: none;
    border-color: none;
}
.service-widget .contact-widget ul li a:before,
.service-widget .contact-widget ul li a:after{
	display: none;
}
.service-widget .contact-widget ul li:hover a{
	background-color:none;
}

/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
	margin-bottom: 40px;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative;   
	font-size: 17px;
    color: #fff;
    font-weight: 400;	
	line-height: 28px;
    margin-bottom: 8px;
}
.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:0px;
	margin-top:10px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: #ffffff;
	display:inline-block;
	font-size: 17px;
    font-weight: 400;
	text-transform:capitalize;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--thm-base);	
}

/****** comment Style ***************/
.craftmax-comment-item .craftmax-comment-item{
	margin-left:80px;
}
.sidebar-page-container .reply-form-box .group-title h3 small a{
	position: relative;
	display: inline-block;
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	text-transform: capitalize;
	color: #29231f;
}
.sidebar-page-container .craftmax-comment-item .reply-form-box .group-title small a:hover,
.sidebar-page-container .reply-form-box .logged-in-as a{
	color: var(--thm-base);
}
.blog-details-content .comment-box .comment-inner > .craftmax-comment-item:last-child .comment{
	margin-bottom: 0px;
}
.blog-details-content .comment-box{
	margin-top:40px;
	margin-bottom:0px;	
}
.blog-details-content .comments-form-area{
	margin-top:80px;
	margin-bottom:0px;	
}

.craftmax-comment-item .comments-form-area {
    margin: 30px;
}

/************ custom style *********************/
.right-sidebar .service-details-content,
.right-sidebar .blog-details-content,
.right-sidebar .blog-standard-content{
	margin-right: 30px;
}
.left-sidebar .service-details-content,
.left-sidebar .blog-details-content,
.left-sidebar .blog-standard-content{
	margin-left: 30px;
}
.page-title .bread-crumb li{
	margin-right: 12px;
}
.testimonial-block-one .inner-box .rating i{
	color: #FFC85C;
	margin-right: 5px;
    font-size: 16px;
}
.homeone-contact-section:before{
	position: absolute;
    content: '';
    background: #f9f7f4;
    width: 100%;
    height: 180px;
    left: 0px;
    bottom: 0px
}
.fluid-section .bg-layer{
	width: 100%;
	min-height: 609px;
}
.banner-style-12 .form-inner .te-contact-form .form-group.message-btn p{
	margin-bottom: 20px;
}
.service-block-five.style-two .inner-box .arrow {
    left: inherit;
    right: -62px;
    background: var(--thm-secondary);
    transform: rotate(180deg);
}
.service-block-five.style-three .inner-box .arrow {
    left: inherit;
    right: -153px;
    background: var(--thm-secondary);
    transform: rotate(180deg);
}
.faq-form-section .form-inner .form-group.message-btn,
.contact-style-three .form-inner .form-group.message-btn{
	margin-bottom: 0px;
}
.service-style-nine.style-two .inner-box .image-box img {
    float: right;
}
.main-footer .contact-widget .social-links li:last-child {
	margin-bottom: 8px;
	margin-right:0px;
}
.main-footer .widget-section .contact-widget .widget-content .form-group i{
	color: #ffffff;
	font-size: 20px;
}
/*** 

====================================================================
			Team-details-Page
====================================================================

***/
.team-details{
	position: relative;
	padding: 120px 0px 120px 0px;
	background-color:#ffffff;
	z-index:10;
}

.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
}

.team-details .image-box img{
	width: 100%;
}

.team-details .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 66px;
}

.team-details .image-box .image-shape{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 271px;
	height: 231px;
	background-repeat: no-repeat;
	z-index: -1;
}

.team-details .content-box{
	position: relative;
	display: block;
	margin-top: -14px;
}

.team-details .content-box h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 54px;
	font-weight: 700;
	margin-bottom: 24px;
}

.team-details .content-box h2 span{
	font-size: 32px;
	display: block;
}

.team-details .content-box .designation{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-details .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 38px;
}

.team-details .content-box .text p{
	margin-bottom: 26px;
}

.team-details .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.team-details .content-box .text .list-item li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 13px;
}

.team-details .content-box .text .list-item li:last-child{
	margin-bottom: 0px;
}

.team-details .content-box .text .list-item li:before{
	position: absolute;
    content: '';
    background-image: url(../images/icons/icon-34.png);
    width: 20px;
    height: 20px;
    left: 0px;
    top: 7px;
    background-repeat: no-repeat;
}

.team-details .content-box .contact-inner h6 a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #242424;
	margin-bottom: 20px;
}

.team-details .content-box .contact-inner h3{
	display: block;
	font-size: 22px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 10px;
}

.team-details .content-box .contact-inner h3 a{
	display: inline-block;
	color: #242424;
}

.team-details .content-box .contact-inner h3 a:hover{
	color: #a9774e;
}

.team-details .content-box .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.team-details .content-box .social-links li:last-child{
	margin: 0px !important;
}

.team-details .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	border: 1px solid var(--thm-base);
	border-radius: 50%;
	font-size: 16px;
	color: #242424;
}

.team-details .content-box .social-links li a:hover{
	background:var(--thm-base);
	color: #fff;
}

.team-section.team-page-1{
	background: #242424;
	padding-bottom: 90px;
}

.team-section.team-page-1 .team-block-one .inner-box{
	margin-bottom: 30px;
}

.team-section.alternat-2 .team-block-one .inner-box{
	margin-bottom: 30px;
}

.team-section.alternat-2{
	padding-bottom: 90px;
}

.xs-sidebar-group .subscribe-inner .form-group input[type="email"]{
	padding:10px 60px 10px 30px;	
}
.xs-sidebar-group .subscribe-inner .form-group button{
	position: absolute;
    right: 0px;
    top: 0px;
    background: -webkit-linear-gradient(0deg, var(--thm-base), var(--thm-accent) 100%);
    padding: 14px 20px;
    border-radius: 5px;
    color: #fff;
}
.service-style-six .bg-layer {
    height: 1025px;
	width:100%;
}


.news-block-two .inner-box .lower-content.standard .post-info{
	width:100%;
	margin:0px 0 25px 0;
	padding:0px;
}

.standard .pl_70{
	padding-left:0px;
}

blockquote{
	position:relative;
	background-color: #fff;
	padding:40px;
	margin-bottom:25px;
	border:1px solid var(--thm-base);
}

.m-t30{
	margin-top: 30px;
}

.widget .nice-select,
.footer-widget .nice-select{
	position:relative;
	float:none;
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #cfc4bc;
	background-color: #ffffff;
	line-height:58px;
	border-radius: 5px;
	font-size: 17px;
	color: #9ca4af;
	padding: 0px 20px;
	transition: all 500ms ease;
}

.footer-widget .nice-select{
	background-color:#ffffff;
	color:#121212;
}

.widget .nice-select::after,
.footer-widget .nice-select:after {
  border-bottom: 1px solid #6c4ea7;
  border-right: 1px solid #6c4ea7;
  content: '';
  display: block;
  height: 9px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 9px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.widget .nice-select .list,
.footer-widget .nice-select .list{
	width:100%;
	background-color: #fff;
	border:none;
	border-radius: 5px;
}

.widget .nice-select .list li,
.footer-widget .nice-select .list li{
	position:relative;
	margin:0 0;
	color:#000;
	padding-bottom:0px;
	border:none;
}

.widget .nice-select .list li:before,
.footer-widget .nice-select .list li:before{
	display:none;
}

.widget .nice-select .option:hover, 
.widget .nice-select .option.focus, 
.widget .nice-select .option.selected.focus,
.footer-widget .nice-select .option:hover, 
.footer-widget .nice-select .option.focus, 
.footer-widget .nice-select .option.selected.focus {
  background-color: #f9f7f4;
}