/*
----------------------------------------------------------------
	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 .stricky-header{
	top:32px;	
}


/***************** Pagination Style*******************/
.pagination-wrapper{
	margin-top:50px;	
}
.pagination ul{
	position: relative;
    display: block;
}
.pagination li{
	position: relative;
    display: inline-block;
    margin: 0px 6px 0px;
}
.pagination li a, .pagination li span{  
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #f2ece7;
    color: var(--thm-gray);
    font-size: 20px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    z-index: 1;
}

.pagination li:hover a, 
.pagination li.active span,
.pagination li.active a,
.pagination li span.current{
	color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}
.pagination li a.next, .pagination li a.prev{
	width: 70px;
}

.single-flixible-price-style1-box ul{
	gap:25px;
}
.single-flixible-price-style1-box ul li+li,
.single-service-areas-style1 ul li+li{
	margin-top:0px;	
}
.single-flixible-price-style1-box ul li{
	width:47%;
}
.single-service-areas-style1 ul{
	gap:10px;
}
.single-service-areas-style1 ul li{
	width:24%;
}

.main-slider__nav .swiper-button-next, 
.main-slider__nav .swiper-button-prev{
	background-image:none; 
}

.single-service-style1 .text h3 a br,
.single-service-style2 .text h3 a br,
.breadcrumb-area .title h2 br,
.breadcrumb-menu ul li br{
	display:none;
}
.appointment-checkbox input[type="checkbox"],
.newsletter-checkbox input[type="checkbox"] {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    background: #aeb3b9;
    border: 1px solid #8e8f8f;
    cursor: pointer;
    border-radius: 0;
    transition: all 300ms ease;
}
.appointment-checkbox .single-checkbox p span,
.newsletter-checkbox p span{
	margin:0px;	
}
.single-footer-widget .our-company-info{
	padding-right:0px;	
}
.single-footer-widget .title h3{
	margin-bottom:30px;	
}

/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
	padding:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    position: relative;
    display: block;
    margin-bottom: 12px;
	font-size: 17px;
    color: #999999;
    font-weight: 400;
}
.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:12px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    display: inline-block;
    color: #bcc1c9;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #ffffff;
}

/***************** Blog Sidebar Style*******************/
.widget .sidebar-title{
	margin-bottom:20px;
}
.widget{
	position: relative;
	margin-bottom:45px;
}
.widget ul,
.widget ol{
	position:relative;
	margin: 0px;	
	padding:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	display: block;
    margin-bottom: 8px;
	padding-bottom:8px;
	padding-right:15px;
	border-bottom:1px solid #e6e6e6;
	text-transform:capitalize;
	color: #444444;
}
.widget ul li:before,
.widget ol li:before{
	position: absolute;
    content: "\e918";
    font-family: 'icomoon' !important;
    top: 0px;
	font-size:10px;
    right: 0px;
    font-weight: 300;
    color: #c8c8c8;
    transition: all 500ms ease;
}
.widget ul li:hover:before,
.widget ol li:hover:before{
	color: var(--thm-base);
}
.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:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:8px;
	padding-top:8px;
	margin-left:15px;
	border-top:1px solid #e6e6e6;
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top:8px;	
}
.widget ul li a,
.widget ol li a{
	position: relative;
    display: inline-block;
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    font-family: var(--thm-font);
    letter-spacing: 0.0em;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--thm-base);
}

/********** Tagcloud ***********/
.widget .tagcloud{
	position: relative;
}
.widget .tagcloud a{	
	position: relative;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 8px 19px 8px;
    background: #ffffff;
    color: #404040;
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 500;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}
.widget .tagcloud a:hover{
	color: var(--thm-base);
    border-color: var(--thm-base);
    background-color: #ffffff;
}

/*------------------------- team-details -------------------------*/
.team-details{
	position: relative;
	padding: 120px 0px 120px 0px;
	background-color:#fff;
	z-index:99;
}
.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
	padding-bottom: 66px;
}
.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: 14px;
}
.team-details .content-box h2 span{
	font-size: 36px;
	display: block;
}
.team-details .content-box .designation{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #00a0eb;
}
.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;
	color: #1f1f1f;
}
.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: '';
	width: 20px;
	height: 20px;
	left: 0px;
	top: 6px;
	background-image: url(../images/icons/icon-10.png);
	background-repeat: no-repeat;
	font-family: 'Font Awesome 5 Pro';
}
.team-details .content-box .contact-inner h6{
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: #1f1f1f;
	margin-bottom: 15px;
}
.team-details .content-box .contact-inner h3{
	display: block;
	font-size: 18px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 21px;
}
.team-details .content-box .contact-inner h3 a{
	display: inline-block;
	color: #1f1f1f;
}
.team-details .content-box .contact-inner h3 a:hover{
	color:#00a0eb;
}
.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 #d6d6d5;
	border-radius: 50%;
	font-size: 16px;
	color: #87827f;
}
.team-details .content-box .social-links li a:hover{
	color: #fff;
}
.team-section.team-page-1{
	background: #1f1f1f;
	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;
}
.team-details .content-box .social-links li a:hover {
    background: #00a0eb;
    border-color: #00a0eb;
}
.service-details-page1__content.pl-0,
.blog-page-one .content-side.pl-0 .blog-page-content{
	padding-right: 0px;
	padding-left:30px;	
}

/***************** Service Sidebar Style*******************/
.service-widget ul{
	position: relative;
	margin-bottom: 60px;
}
.service-widget ul li{
	position: relative;
    display: block;
    margin-bottom: 3px;
}
.service-widget ul li:last-child{
    margin-bottom: 0px;
}
.service-widget ul li a{
	position: relative;
    display: block;
    background-color: #f1f1f1;
    border-bottom: 3px solid #ffffff;
    padding: 12px 30px 12px;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.service-widget ul li:hover a,
.service-widget ul li.current-menu-item a{
	color: #fff;
    padding-left: 60px;
	background: #005cb4;
}
.service-widget ul li a:before{
	content: "";
    position: absolute;
    top: 25px;
    left: 30px;
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.service-widget ul li a:hover:before,
.service-widget ul li.current-menu-item a:before{
	width:15px;
}

.single-blog-style4.style-two .img-holder .inner .date-box,
.blog-details-area .single-blog-style4 .img-holder .inner .date-box{
	width: 160px;
    height: 50px;
}
.single-blog-style4.style-two .img-holder .inner .date-box h2,
.blog-details-area .single-blog-style4 .img-holder .inner .date-box h2{
	font-size: 14px;	
}

.single-comment-box .reply-form-box{
	padding-top: 30px;
	padding-bottom: 25px;	
}
.airtronix-comment-item .airtronix-comment-item{
	margin-left:70px;	
}

.comment-box .comment-box__inner > .airtronix-comment-item:last-child .single-comment{
	margin-bottom: 0px;	
}

.main-map-area{
	position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
    z-index: 10;
}

.owl-carousel .owl-dots.disabled{
	display:block;
}

.owl-dots-none .owl-carousel .owl-dots.disabled{
	display:none;
}