/* ===================================================================================

* Theme Name: Innomax Child
* Theme URI: https://themeforest.net/user/xpressbuddy
* Author: XpressBuddy
* Author URI: https://wp.xpressbuddy.com/innomax/
* Description: Innomax is a WordPress theme for Technology & IT Startup Service
* Version: 1.0.0
* Template: innomax
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

testi{

background: radial-gradient(circle at 12% 15%, rgba(144, 46, 144, 0.35), transparent 45%), radial-gradient(circle at 88% 80%, rgba(144, 46, 144, 0.28), transparent 40%), linear-gradient(160deg, #201d5e 0%, #2d2b74 45%, #251f66 100%);}




.service-box .service-item{
    position: relative;
    z-index: 2;
    padding: 30px;

    /* Cysec Global Gradient */
    background: linear-gradient(135deg, #2D2B74 0%, #902E90 100%)!important;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    overflow: hidden;

    transition: all .4s ease;
}


#xb-loadding {
    display: none!important;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-color: #fff;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}