/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2024 | 22:46:07 */
/* 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 */ 

.banner.bnvideo {
    background: #E8713C;
	position: relative;
}
.bannerText {
    background: #E8713C;
    margin-top: -1px;
    position: relative;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.bannerwrapper {
    position: relative;
    clear: both;
    background: #E8713C;
}
.txtWrap {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.txtWrap h3.has-text-align-center.txtwhite.m-0 {
    width: 66%;
    margin: 0 auto;
}

.bg_d_solution{
	background-image:url('../2024/06/about_bg_img.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	padding: 200px 0px;
	background-position: center center;
}
.t_content p {margin: 0;}
.bgimg_legacy_box{
	background-image:url('../2024/09/making-it-possible.webp');
	background-size:cover;
	background-repeat:no-repeat;
	padding: 80px 0px 120px 0px;
	position: relative;
}

@media screen and (min-width: 768px) {
.mobile_video, .mobile_video_section {
    display: none;
}
/* 	.banner_txt h1 {
    color: #fff;
} */
}