.dash_builder .wow {
    visibility: hidden;
}
div:not(.caroufredsel_wrapper)>.dash_builder_slider>li:not(:first-child),
.mfp-hide {
    display: none;
}
a.dash_lightbox,
.module-gallery a,
.gallery-icon,
.dash_lightboxed_images .post a[href$="jpg"],
.dash_lightboxed_images .post a[href$="gif"],
.dash_lightboxed_images .post a[href$="png"],
.dash_lightboxed_images .post a[href$="JPG"],
.dash_lightboxed_images .post a[href$="GIF"],
.dash_lightboxed_images .post a[href$="PNG"],
.dash_lightboxed_images .post a[href$="jpeg"],
.dash_lightboxed_images .post a[href$="JPEG"] {
    cursor: not-allowed;
}
.dash_lightbox_loaded a.dash_lightbox,
.dash_lightbox_loaded .module-gallery a,
.dash_lightbox_loaded .gallery-icon {
    cursor: pointer;
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.feature-2366-sub_row_0-0-1-0-0 .module-feature-chart-html5 {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
}
.feature-2366-sub_row_0-0-1-0-0 .chart-loaded.chart-html5-fill {
    box-shadow: inset 0 0 0 2px #ffffff;
}
.page-content{
    padding: 50px 0;
}
.sub-header, .sub-header-discription{
    text-align: center;
    font-size: 2.15em;
    letter-spacing: 1px;
    font-weight: 500;
}
.download-links{
    margin-top: 50px ;
}

/* service changes*/

.sub-cat{
    color: #B79200 !important;
    margin-top: 50px;
    width:100%;
}
.left-sub{
    width:50%;
    float:left;
}
.right-sub{
    width:50%;
    float:right;
}
.social-icon{
    text-align: center;
}

.social-icon a { 
    width: 45px;
    display: inline-block;
    text-align: center;
}
.fab-icon {
    font-size: 37px;
}
.hide-in-mobile{
	display:block;
}
@media only screen and (max-width: 600px) {
    .left-sub{
        width:100%;
        float:left;
    }
    .right-sub{
        width:100%;
        float:right;
    }
    .left-sub ul,  .right-sub ul {
        margin: 0em 0 0em 24px;
    }
    .left-sub ul li,  .right-sub ul li{
        text-align: left !important;
    }
	.hide-in-mobile{
		display:none;
	}
}