

/*---------------------------------------------------------------------
                             header
-----------------------------------------------------------------------*/
header.main-header { position: absolute; padding: 15px 0px 0px; z-index: 999; display: inline-block; width: 100%;  -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
header.main-header a.navbar-brand img { height: 40px; }
header.main-header .navbar-light { padding: 0; }
header.main-header .navbar-light .navbar-nav .nav-link, header.main-header .navbar-light .navbar-nav .nav-link:focus { color: #1e1e1e;  font-size: 16px; margin-right: 40px; /*padding: 5px 30px;*/ }
header.main-header .navbar-light .navbar-nav .show>.nav-link { color: #ffffff; }
header.main-header .navbar-light .navbar-nav li.active .nav-link, header.main-header .navbar-light .navbar-nav li .nav-link:hover { color: #4daf40; background: transparent; }
header.main-header .dropdown-item:active, .dropdown-item:hover { color: #ffffff; background: #4daf40; }
header.main-header .container-fluid { padding: 0 100px; }

/* sticky */
header.main-header.menu-sticky { background: #ffffff; padding: 12px 0; display: block; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); position: fixed; z-index: 999; }
header.main-header.menu-sticky .container-fluid { padding: 0px 100px; }
header.main-header.menu-sticky .navbar.navbar-light .navbar-brand img { height: 40px; }
header.main-header.menu-sticky .navbar-light .navbar-nav li.active .nav-link, header.main-header.menu-sticky .navbar-light .navbar-nav li .nav-link:hover { color: #4daf40; background: transparent; }
header.main-header .navbar-light .navbar-toggler { color: #4daf40; border-color: #4daf40; }

header.main-header .btn-purchase a.button{    padding: 15px 32px;     border-radius: 5px;color: #ffffff; background:  #4daf40;}
header.main-header .btn-purchase a.button:hover{background: #1f2332;color: #ffffff;}
header.main-header.menu-sticky .btn-purchase  a.button {background: #4daf40;color: #ffffff;}
header.main-header.menu-sticky .btn-purchase  a.button:hover {background: #1f2332;color: #ffffff;}
header.main-header .navbar-brand .logo-white{display: none;}
header.main-header.menu-sticky .navbar-brand .logo-white{display: block;}
header.main-header.menu-sticky .navbar-brand .logo{display: none;}

/*---------------------------------------------------------------------
                         Section Title
-----------------------------------------------------------------------*/
.iq-title-box .iq-subtitle { font-weight: bold;
    color: #4daf40;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    padding-left: 45px;
    letter-spacing: 4px;
    text-transform: uppercase; }
.iq-title-box .iq-subtitle:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #4daf40;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.iq-title-box .iq-title { margin-bottom: 0; }
.iq-title-box .iq-title-desc { margin-top: 15px; margin-bottom: 0; }
.iq-title-box { margin-bottom: 75px; }
.iq-title-box i { font-size: 30px; margin-bottom: 15px; }


/*---------------------------------------------------------------------
Premium Plugins
-----------------------------------------------------------------------*/
.iq-plugin-elementor { padding: 80px 0; }
.iq-plugin-elementor .owl-carousel .item img { height: 60px; width: auto; display: inline-block; }

/*---------------------------------------------------------------------
Premium Plugins
-----------------------------------------------------------------------*/
.homepage-block { margin-bottom: 45px;}
.home-block { box-shadow: 0 2px 40px rgba(0,0,0,.08); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; margin-bottom: 15px; }
.homepage-block h5 { font-size: 24px; }

.sox-services { border-radius: 6px; padding: 30px; z-index: 0; text-align: center; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0); position: relative; min-height: 260px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.sox-services:hover { box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); }
.sox-services i { font-size: 60px; line-height: 60px; color: #4daf40; }
.sox-services p { margin-bottom: 0; }
.sox-services img { width: 60px; }

.cloud-banner { position: relative; padding: 5% 0; background: #f6f6f6; }

/*tag*/
.homepage-block .tag {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 90px;
    position: absolute;
    top: -25px;
    left: -10px;
    color: #fff;
    background: #FF0000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
}