/**
* Theme Name: xleb Child
* Description: This is a child theme of xleb 
* Author: designervily
* Template: xleb
* Version: 1.0
*/

.info-footer {
    display: flex;
    align-items: center;
}


.info-footer h6 {
    font-size: 32px;
    margin-bottom: 0;
}

.info-footer ul {
    list-style: none;
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}

.info-footer ul i {
    background: #fff;
    color: #b82b28;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 25px;
}


ul.extra-info-footer-contact {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4px;
}

ul.extra-info-footer-contact li i {
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 18px;
}

ul.extra-info-footer-contact li {
    position: relative;
    padding-left: 40px !important;
    max-width: 310px;
}
.postid-701 aside#secondary , 
.postid-697 aside#secondary , 
.postid-694 aside#secondary {
    display: none !important;
}
.postid-701  #primary ,
.postid-697  #primary , 
.postid-694 #primary {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .label {
    margin-left: -25px;
}


.single-post h3 {
    color: #001837;
}
@media (min-width: 768px) and (max-width: 1320px) {
	.pbmit-pre-header-wrapper .pbmit-pre-header-right ul.pbmit-social-links {
		display: none;
	}
	.pbmit-pre-header-left .pbmit-contact-info li:nth-child(2) {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
.services-box-home .row.multi-columns-row article.pbmit-ele {
    width: 100% !important;
}
}

@media (min-width: 320px) and (max-width: 767px) {
	.info-footer ul i {
   
  
    font-size: 20px;
}
	.info-footer {
    flex-direction: column;
		align-items: start !important;
}
	
	.info-footer ul {
    font-size: 18px;
    flex-direction: column;
    padding-left: 0;
    margin-top: 30px;
}
	
.pbmit-pre-header-left {
    display: none;
}
	.pbmit-pre-header-wrapper .pbmit-pre-header-right ul.pbmit-social-links {
		display: none;
	}
	.pbmit-pre-header-left .pbmit-contact-info li:nth-child(2) {
        display: none;
    }
}

@media (min-width: 1201px) and (max-width: 1280px) {
	
	.pbmit-pre-header-left ul.pbmit-contact-info li:nth-child(1) {
   	 	display: none;
	}
	
}


.hero .container-hero {
    max-width: 1424px;
    margin: 0px auto;
    display: flex;
    padding: 50px 20px;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.hero .container-hero .hero-text h2 , .hero .container-hero .hero-text p {
    color: #fff;
}

.hero .container-hero .hero-text p {
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
}

.hero .container-hero a.hero-button {
    background: #029893;
    color: #fff;
    display: flex;
    font-size: 16px;
    max-width: 280px;
    width: 100%;
    padding: 16px 30px;
    justify-content: space-between;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: 500;
    border-radius: 30px;
}

.hero .container-hero a.hero-button svg {
    width: 24px;
    fill: #fff;
    margin-left: 10px;
}


@media (min-width: 768px) and (max-width: 1024px) {
	.hero .container-hero{
		gap: 30px;
	}

}

@media (min-width: 320px) and (max-width: 767px) {
	.hero .container-hero{
		gap: 0;
		flex-wrap: wrap;
	}

}


.swiper-wrapper .swiper-slide h3 {
    font-size: 19px !important;
    line-height: 30px;
}

.swiper-wrapper .swiper-slide .pbmit-service-ads {
    padding: 30px 30px;
    height: 100%;
}

.swiper-wrapper .swiper-slide aside.pbmit-widget-ads {
    min-height: 330px;
}

.swiper-wrapper .swiper-slide .pbmit-ads-btn {
    margin-top: 20px !important;
}

.swiper-wrapper .swiper-slide .pbmit-service-ads .pbmit-ads-btn a {
    padding: 13px 20px !important;
    font-size: 14px;
}