.services-section-offer .text-heading{
	color: #313E5B;
    line-height: 50px; 
    font-family: "Inter", Sans-serif;
    font-size: 38px;
    font-weight: 800;
}
.wehave{
	margin-bottom: 0;
    font-size: 19px;
    padding: 0 19px;
    font-family: 'Nunito', sans-serif;
    text-align: justify;
}
.sec1 .subtitle{
	display: inline-block;
	position: relative;
}
.sec1 .subtitle:before, .sec1 .subtitle:after{
	position: absolute;
    left: 100%;
    top: 50%;
    background: #074a9b ;
    content: "";	
}

.sec1 .subtitle:before{
	margin-top: -1px;
    height: 2px;
    width: 26px;
    margin-left: 10px; 
}
.sec1 .subtitle:after{
	margin-top: -3px;
    height: 6px;
    width: 6px;
    margin-left: 36px;
    border-radius: 50%;	
}
.services-section-offer .swiper-slide .inner-box{
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    position: relative;
    margin: 18px 15px 40px 15px;
    border-radius: 0px;
    box-shadow: 8px 10px 0px 0px rgb(5 17 22 / 9%);
    border: 1px solid #cccccc40;
}
.services-section-offer .inner-box:after{
	position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    background: #437eeb;
    transition: all .5s ease-in-out;
    z-index: 2;
}
.services-section-offer .inner-box:hover:after{
	height: 4px;
    left: 0;
    width: 100%;
}
.services-section-offer .swiper-slide .card-title{
	text-transform: capitalize;
    font-size: 19px;
    color: #313e5b;
    font-family: Roboto, sans-serif;
    margin-bottom: 6px;
    font-weight: bold;
}
.services-section-offer .swiper-slide .card-text{
	text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
	font-weight: 400;
    font-size: 17px;
    line-height: 22px; 
    font-family: 'Nunito', sans-serif;
}
 
.absolute_bg{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.stc-brand-wraper .elementor-background-overlay{
	background-image: url(../images/Pattern_img.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	
}
.services-section-offer .elementor-background-overlay{
	background-image: url(../images/png.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 98% auto;
    opacity: 0.3;	
}
.latest_news{
	background-image: url(../images/row-bg-011.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
}
.stc-brand-wraper .text-heading{
	color: #fff;
	font-weight: bold;
	font-family: "Inter", Sans-serif;
	font-size: 29px;
    line-height: 48px;
}
.stc-brand-wraper .stc-logo-slider{
	position: relative;
    overflow: hidden;
}
.content_news figure{ 
    overflow: hidden;
}
.content_news .item img{transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);}
.content_news .item:hover img{transform: scale(1.08);}
.content_news .owl-nav{
	margin: 0;
    position: absolute; 
    top: -64px;
    right: 15px;
    z-index: 3;
    text-align: right;
}
.content_news .owl-prev, .content_news .owl-next{
	font-size: 40px !important; 
    color: #000;
    opacity: 1 !important;
}
.content_news .owl-prev{
	padding: 0 0px 0 10px !important;
}
.content_news .owl-next{
	padding: 0 10px 0 0px !important;
}
.heading_news h3 {
    color: #1e2452;
    line-height: 44px;
    font-size: 32px;
    margin: 10px 0;
}
@media only screen and (max-width: 499.98px) {
 
}
 

@media only screen and (min-width: 768px){  
	.services-section-offer .sec1{
		padding: 0 50px;
		border-right: 2px solid #DEE2FB;
	}
}
@media only screen and (max-width: 767px) {
 
}