/**
*   Theme Name: CloudRadius
*   Author: SecureW2
*   Author URI: https://www.securew2.com/
*   Requires at least: WordPress 5
*   Version: 1.2.0
*   Description: Rising theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website.
*   Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.hero:after {
  background-image: unset;
}

.icon-wrapper i {
  height: 100%;
  width: 100%;
  font-size: 150px;
}

.col,
[class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.hero.wrapper:after {
  position: absolute;
  z-index: 2;
  content: '';
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
}

/* .company-list .svg-lists ul li .img-wrapper img{
	    width: 100%;
    box-shadow: 6px 13px 5px #d6d6d6;
    border-radius: 50px;
} */

/* .industry-exclusive-rtp-enforcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/CloudRadius/wp-content/uploads/2020/08/Enforcement.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
 */