/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2023 | 08:42:10 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.slider-ig {
    display: inline-block;
    width: 100%;
    position: relative;
}

.content_slide {
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.content_slide h3 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
/* or 108% */
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 12px;
}

.content_slide span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
/* or 138% */
    color: #FFFFFF;
    opacity: 0.8;
}

.content_slide a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
/* or 162% */
    text-decoration-line: underline;
    color: #65C9FF;
    display: block;
    margin-top: 15px;
}

.owl-nav {
    display: none;
}

.owl-dots {
    position: relative;
    top: 10px;
    display: table !important;
    margin: 0 auto;
	
}

.owl-dots button.owl-dot {
    width: 13px;
    height: 13px;
    background: #D9D9D9 !important;
    border-radius: 50%;
    margin: 0 8px;
 }
.owl-dots button.owl-dot.active {
    background: #65c9ff !important;
}
.our_product .elementor-container.elementor-column-gap-no {
    position: initial !important;
}

.our_product  .elementor-column.elementor-col-50 {
    position: initial !important;
}



.owl_sliderinner .elementor-widget-wrap.elementor-element-populated {
    position: absolute;
    top: 80px;
/*     right: 0;
    width: 765px; */
} 

.owl_sliderinner .elementor-widget-wrap.elementor-element-populated:before {
    content: "";
    width: 150px;
    height: 600px;
    position: absolute;
    background: #4d5055;
    z-index: 99;
}

/*-------------Value____________*/
.img-value-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.img-value-inner:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.67%, #282828 76.48%);
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.img-value-inner img {
    width: 100% !important;
}

.img-value-content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    text-align: left;
    padding: 30px;
    border-radius: 4px;
    left: 0;
    right: 0;
	height:305px;
    width: 100%;
}

.img-value-content h2 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.img-value {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.img-value-content span {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
}
.get-news-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
}

.news-head {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.news-head h1 {
    margin: 0;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    float: left;
    position: relative;
    margin-bottom: 40px;
}

.news-head h1:before {
    content: "";
    background: #1D9ADD;
    width: 145px;
    height: 4px;
    position: absolute;
    bottom: -24px;
    left: 1px;
    border-radius: 3px;
}

.news-head h4 {
    margin: 0;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    float: left;
    position: relative;
    margin-bottom: 40px;
}

.news-head h4:before {
    content: "";
    background: #1D9ADD;
    width: 145px;
    height: 4px;
    position: absolute;
    bottom: -24px;
    left: 1px;
    border-radius: 3px;
}

.news-head a {
    float: right;
    text-decoration-line: underline;
    color: #65C9FF;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.get-news-section .link_mobile_news {
    display: none;
        float: right;
    text-decoration-line: underline;
    color: #65C9FF;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

@media only screen and (max-width: 1300px) {
.owl_sliderinner .elementor-widget-wrap.elementor-element-populated:before {
	display:none;
	}
}

@media only screen and (max-width: 991px) {
.owl_sliderinner .elementor-widget-wrap.elementor-element-populated {
    position: initial;
	    width: 100%;
	}
	.img-value-content{
		width:100%;
	}

}
@media only screen and (max-width: 768px) {
.get-news-section .link_mobile_news {
	display:block;
}
	.news-head a {
		display:none;
	}
}