@charset "utf-8";
/*****************************************
****** CSS CUSTOMS ECOSECURITY ***********
******************************************/
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
	background-image: linear-gradient(131deg, #fff 100%, #00a9e1 100%) !important;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 110px;
    left: 0;
}
#sp-header .sp-megamenu-parent > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 2px;
    margin: 0;
}
.sppb-slider-wrapper .sppb-slideshow-fullwidth-item .sppb-fullwidth-title {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 40px;
    text-shadow: 1px 1px #000;
}
.sp-page-title {
    padding: 200px 0 120px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.sppb-btn-default {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    border: 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(131deg, #7ccbff 0%, #00C382 100%);
}
.sppb-btn-default:hover, .sppb-btn-default:focus {
    color: #fff;
    background-image: linear-gradient(-131deg, #00C382 0%, #00dbff 100%);
}
#sp-header:not(.header-sticky) {
    padding: 65px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #000;
}
#sp-header .logo {
    height: 65px;
    display: inline-flex;
    margin: 20px 0 0 0;
    align-items: center;
}
#offcanvas-toggler > .fa {
    color: #78DDFF;
}
.icon-top-wrapper i {
    color: #78DDFF;
}
#sp-header .sp-megamenu-parent > li {
    padding: 40px 12px;
}
#offcanvas-toggler.offcanvas-toggler-right {
    margin-top: 20px;
}
.icon-top-wrapper {
    margin: 20px 0 0 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 15px;
	font-weight: 700;
    color: #5C5C5C; 
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    color: #00A9E1; 
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 15px;
    font-weight: 600;
}
#sp-header .sp-megamenu-parent .sp-dropdown {
    padding-top: 0px;
}
.sppb-slider-wrapper .sppb-slide-item-bg {
    height: 700px;
}
#sp-page-builder .service-widget:after, #sp-page-builder .service-widget2:after {
    background-image: linear-gradient(133deg, #00C39C 0%, #00A9E1 100%);
}
#mod-sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div, #sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border-width: 3px 0 0px 0;
    border-style: solid;
    border-image: linear-gradient(135deg, #00C39C, #00A9E1) 1;
	margin-top: -30px;
	border-radius: 0 0 6px 6px;
}
.sppb-addon-articles-slider .sppb-addon-article.item a.sppb-img-wrapper:after {
    background-image: linear-gradient(133deg, #00C39C 0%, #00A9E1 100%);
}
.com-content.view-article #sp-header {
    background-image: linear-gradient(133deg, #00C39C 0%, #00A9E1 100%) !important;
}
.com-content.view-article #sp-main-body {
    padding: 220px 0;
}
#mod-sp-simpleportfolio .sp-simpleportfolio-overlay:after, #sp-simpleportfolio .sp-simpleportfolio-overlay:after {
  background-image: linear-gradient(133deg, #00C39C 0%, #00A9E1 100%);
}
.sppb-divider {
    border-image: linear-gradient(135deg, #00C39C, #00A9E1) 1;
}
#sp-page-builder .achievement-widget:before {
    background-image: linear-gradient(133deg, #00C39C 0%, #00A9E1 100%);
}
#sp-page-builder .achievement-widget:after {
    background-image: linear-gradient(133deg, #00C39C 0%, #00A9E1 100%);
}
.sppb-addon-person .sppb-person-image:after {
  background-image: linear-gradient(131deg, #00C39C 0%, #00A9E1 100%);
}
.sppb-addon-person .sppb-person-image {
    background-image: linear-gradient(131deg, #00C39C 0%, #00A9E1 100%);
}
.sppb-addon-person:hover .sppb-person-image {
    background-image: linear-gradient(131deg, #00C39C 0%, #00A9E1 100%);
}
.com-content.view-article .article-header h1 {
    font-size: 30px;
    font-weight: 700;
    color: #252525;
    text-align: center;
    line-height: 50px;
    margin-bottom: 2.09rem;
}