.elementor-9027 .elementor-element.elementor-element-583ccb0{padding:4% 8% 4% 8%;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Open Sans;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-9027 .elementor-element.elementor-element-6650df9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9027 .elementor-element.elementor-element-6650df9{text-align:center;}.elementor-9027 .elementor-element.elementor-element-6650df9 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Open Sans", Open Sans;font-size:48px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Open Sans;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9027 .elementor-element.elementor-element-1bbbcb1{text-align:center;color:var( --e-global-color-text );font-family:"Open Sans", Open Sans;line-height:1.35em;}.elementor-9027 .elementor-element.elementor-element-163d7ac{padding:4% 0% 4% 0%;}.elementor-9027 .elementor-element.elementor-element-3685f17 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-9027 .elementor-element.elementor-element-3685f17 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-9027 .elementor-element.elementor-element-6650df9 > .elementor-widget-container{margin:60px 0px 0px 0px;}.elementor-9027 .elementor-element.elementor-element-6650df9 .elementor-heading-title{font-size:32px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-9027 .elementor-element.elementor-element-163d7ac{margin-top:90px;margin-bottom:90px;}}@media(max-width:767px){.elementor-9027 .elementor-element.elementor-element-6650df9 > .elementor-widget-container{margin:48px 0px 0px 0px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-9027 .elementor-element.elementor-element-163d7ac{margin-top:60px;margin-bottom:60px;}}/* Start custom CSS for html, class: .elementor-element-789c5eb */.about-highlight {
	display: flex;
    flex-direction: row;
    max-width: 100%;
    position: relative;
    z-index: 10;
}
.about-highlight .item {
	position: relative;
	width: calc(100% / 3);
    margin-left: -3%;
    background-color: #3b3b3b;
    padding: 30px 90px;
    text-align: center;
    -webkit-border-top-right-radius: 45px;
    -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-topright: 45px;
    -moz-border-radius-bottomright: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    -webkit-box-shadow: 15px 0px 46px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 15px 0px 46px 0px rgba(0,0,0,0.6);
	box-shadow: 15px 0px 46px 0px rgba(0,0,0,0.6);
}
.about-highlight .item:before {
	content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2020/11/DatablazeIcon_Dark-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 160px;
    height: 297px;
    left: 40px;
    bottom: 10px;
    z-index: -1;
}
.about-highlight .item.one {
	z-index: 10;
    margin-left: 0;
}
.about-highlight .item.two {
	z-index: 9;
    padding-left: 120px;
}
.about-highlight .item.three {
	z-index: 8;
    padding-left: 120px;
}
.about-highlight .item .image-section {
	position: relative;
}
.about-highlight .item .image-section a.li-float {
	position: absolute;
    right: 0;
    top: 0;
}
.about-highlight .item h3 {
	color: #fff;
    font-size: 26px;
    font-family: "Open Sans";
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px 0 25px 0;
}
.about-highlight .item p {
	color: #fff;
    font-size: 22px;
    font-family: "Open Sans";
    line-height: 1.2;
    font-weight: 400;
    padding: 6px 0;
}
@media only screen and (max-width:1400px) {
	.about-highlight .item {
    	padding: 30px 65px;
    }
    .about-highlight .item.two, .about-highlight .item.three {
 	  	padding-left: 100px;
	}
}
@media only screen and (max-width:1200px) {
	.about-highlight .item {
    	padding: 25px 45px;
        margin-left: 0;
        -webkit-border-bottom-right-radius: 45px;
		-webkit-border-bottom-left-radius: 45px;
		-moz-border-radius-bottomright: 45px;
		-moz-border-radius-bottomleft: 45px;
		border-bottom-right-radius: 45px;
		border-bottom-left-radius: 45px;
        -webkit-border-top-right-radius: 0px;
   		-moz-border-radius-topright: 0px;
   		border-top-right-radius: 0px;
    }
    .about-highlight .item.two, .about-highlight .item.three {
 	  	padding-left: 55px;
	}
}
@media only screen and (max-width: 991px) {
	.about-highlight {
    	flex-wrap: wrap;
        justify-content: center;
    }
	.about-highlight .item {
    	width: calc(100% / 2);
    }
}
@media only screen and (max-width: 767px) {
	.about-highlight .item {
    	width: 100%;
    }
}/* End custom CSS */