:root {
  --blue-color: #0074d0;
  --yellow-color: #ffd400;
}
.com_sppagebuilder.layout-edit-iframe aside#sp-right {
    display: none;
}
.com_sppagebuilder.layout-edit-iframe main#sp-component {
    width: 100%;
}
html.error-page body{
  height: unset !important;
}
body.home #sp-header:not(.header-sticky) {
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); 
}
body #sp-breadcrumb,
body .breadcrumb{
  background: #444;
  margin: 0;
}

#sp-breadcrumb li a,
.fa-map-marker-alt:before,
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active{
    color: #fff;
}

#sp-breadcrumb li.float-start{
  margin-right: 10px;
}

#sp-header.header-sticky{
  background:#000;
}
#sp-header.header-sticky,
#sp-header.header-sticky .logo,
#sp-header.header-sticky #sp-menu{  
  height:50px;
}
#sp-header.header-sticky .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
  line-height:50px;
}
.sppb-section .contact-box
{
  background: #fff;
  box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
  padding: 25px;
  border-radius: 5px;
}

.contact-info a
{
  color: #072446 !important;
}

.img-250 img
{
  width: 250px !important;
}

.img-150 img
{
  width: 150px !important;
}

.addon-root-feature a
{
  color: #072446 !important;
}


.our-partners h3
{
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

.distributors h3
{
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

span.logo a{
  color: #fff;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after{
  color: var(--yellow-color);
  content: "\f0d7";
  font-size: 22px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 0;
    right: 0;
    max-width: unset;
    padding: 0;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #181818;
    padding: 20px 8%;
}
.sp-megamenu-parent .sp-mega-group .sp-module-content ul.sppb-nav-pills{
    padding: 0;
    border-bottom: 3px solid #fff;
}
.sp-megamenu-parent .sp-mega-group>li,
.sp-megamenu-parent .sp-mega-group .sp-module-content li{
    list-style: none;
    text-align: left;
}
.sp-megamenu-parent .sp-mega-group>li>a,
.sp-megamenu-parent .sp-mega-group .sp-module-content li>a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 1px;
}
.sp-megamenu-parent .sp-mega-group>li>a:before,
.sp-megamenu-parent .sp-mega-group .sp-module-content li>a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    margin-left: 7px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 10px;
    color: #b9b8b8;
}
.sppb-addon-content ul{
  padding: 0 !important;
}
.sp-megamenu-parent .sp-mega-group .sp-module-content li.active>a {
    background: #fff !important;
    color: #000 !important;
    border-radius: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-module-content ul.sppb-nav-pills li a{
    font-weight: 700;
}

.sp-megamenu-parent .sp-mega-group>li:hover>a,
.sp-megamenu-parent .sp-mega-group .sp-module-content li:hover>a {
    text-decoration: underline;
}
.sp-megamenu-parent .sp-mega-group>li:hover>a:before,
.sp-megamenu-parent .sp-mega-group .sp-module-content li:hover>a:before {
    text-decoration: none;
}
body.com_jamegafilter .ja-filter-wrapper .filter-content .filter-options-title span {
    display: block;
    font-size: 0.8rem;
    text-transform: capitalize;
    background-color:transparent;
    padding: 5px 28px 5px 0px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
body.com_jamegafilter .ja-filter-wrapper .filter-content .filter-options-title.collapsed span:after{
  font-size: 1rem;
  content: "\f078" !important;
}
body.com_jamegafilter .ja-filter-wrapper .filter-content .filter-options-title span:after{
  content: "\f077" !important;
  right: 8px;
  left: unset;
}
body.com_jamegafilter .ja-filter-wrapper .filter-content .filter-options-title{
  margin-bottom: 0;
}
body.com_jamegafilter .ja-filter-wrapper .filter-content input[type=checkbox], 
body.com_jamegafilter .ja-filter-wrapper .filter-content input[type=radio]{
  width: 16px;
  height: 16px;
}
body.com_jamegafilter .ja-filter-wrapper .filter-content .filter-items li {
  padding: 6px 0px;
  text-align: left;
}
body.com_jamegafilter .ja-filter-wrapper .filter-content .filter-field+.filter-field+.filter-field {
    margin-top: 3px;
    border-top: 1px solid #d5d5d5;
    padding-top: 5px;
}
body.com_jamegafilter .block.ub-layered-navigation-sidebar.sidebar-content {
    max-height: 800px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
body.com_jamegafilter .toolbar-top .products-toolbar{
  display: none;
}
.filter-values ol{
  padding: 0px;
  margin: 0;
}
.filter-values ol li {
  display: inline-block;
  margin-bottom: 12px;
}
.filter-values ol li label {
    margin-bottom: 0;
    padding: 10px 30px 10px 10px;
    background: #eee;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
}
.filter-values ol.items .clear-filter.remove:after {
    content: "\f1f8";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #999;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.filter-values ol li label span{
  margin: 5px;
}
.filter-values ol li label span.filter-label{
  font-weight: bold;
}
.block-subtitle,
.filter-actions,
.ja-filter-wrapper .filter-values,
.orderby-displaynumber{display: none !important;} 
body .sppb-btn, body .btn{
  padding: 5px 15px;
}
.sp-megamenu-parent .sp-mega-group>li:hover>a,
.sp-megamenu-parent .sp-mega-group .sp-module-content li:hover>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: var(--yellow-color);
    text-decoration: none !important;
}
.ja-products-wrapper .product-item .desc{
  text-align: justify;
}
.ja-products-wrapper .product-item .product-item-info{
  border-radius: 3px;
}
.product-item-actions a{
    color: #fff;
    border-color: #F44336;
    color: #F44336;
}
.product-item-actions a:hover{
    border-color: #F44336;
    color: #fff;
    background: #F44336;
}
.mod-login-logout {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mod-login-logout button {
    padding: 2px 5px !important;
    background: transparent !important;
    font-size: 12px;
    margin-left: 5px;
    color: #F44336  !important;
    border: none;
}
#sp-user-detail .mod-login-logout{
  max-width: 1140px;
}
.header-modules{ margin-left:30px; }
#sp-menu .sp-module .sp-sign-in{
  color: #fff;
}
.login .list-group .list-group-item{
  cursor: pointer;
}
.view-article #sp-main-body{
  padding: 0;
}
.view-article #sp-main-body .container{
  max-width: unset;
  padding: 0;
}
.view-article.layout-default #sp-main-body .container .article-header,
.article-details .article-can-edit{
  display: none !important;
}
body.layout-blog #sp-main-body{
  max-width: 1140px;
  margin: 0 auto;
}
#filter-tabs ul li {
    list-style: none;
    margin: 0 5px;
    border: 1px solid #F44336;
    padding: 5px 15px;
    border-radius: 5px;
    color: #F44336;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}
#filter-tabs ul li:hover,
#filter-tabs ul li.active {
  background: #F44336;
  color: #fff;
}
.ja-filter-wrapper .filter-list .filter-radio{
  display: none;
}

.socialicons img{ 
  height: 28px;
  width: auto;
}
.socialicons .sppb-column-addons {
    display: flex;
    gap: 10px;
}
.container-inner > div.row,
#sp-menu,
.sp-megamenu-parent,
.sp-megamenu-parent>li.menu-justify{
  position: unset !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
  color: #fff;
  padding: 10px 0;
  text-align: left;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a{
  text-decoration: underline;
}
.bx-wrapper .bx-pager.bx-default-pager a{  
    height: 5px !important;
    border-radius: 50px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #c42c33;
}
table{
  width: 100%;
}
table p{
  margin: 0;
}
ul.icons-list {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

ul.icons-list li { 
    list-style: none;
    padding: 10px 0;
    float: left;
    min-width: 50%;
}
ul.icons-list li span {
    border: 1px solid #185D9A;
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    margin-right: 10px;
}
ul.icons-list li span i{
  transform: rotate(-45deg);
  color: #185D9A;
}

.image-overlay-animate-top .sppb-addon-overlay-image .sppb-addon-title,
.image-overlay-animate-top .sppb-addon-overlay-image .sppb-addon-subtitle {
   transform: translate3d(0, 0px, 0);
}
.image-overlay-animate-top .sppb-addon-overlay-image:hover .sppb-addon-title,
.image-overlay-animate-top .sppb-addon-overlay-image:hover .sppb-addon-subtitle {
   transform: translate3d(0, -20px, 0);
}
.sppb-addon-text-block .sppb-addon-content li p,
.zig-zag-layout li p {
    margin-bottom: 8px;
}
.hardware-section .sppb-addon-single-image-container img {
    max-height: 300px;
    width: auto;
}
.carousel-pro-style1 .sppb-carousel-pro-inner-content .sppb-col-sm-5 {
    background: #0d5f8b;
}
.carousel-pro-style1 .sppb-carousel-pro-inner-content .sppb-col-sm-7 {
    padding: 0;
}
.carousel-pro-style1 .sppb-carousel-item-inner .sppb-carousel-pro-inner-content .sppb-text-right {
    margin-top: 0;
}
.carousel-pro-style1 .sppb-carousel-pro-inner-content .sppb-carousel-pro-text {
    padding: 40px;
    color: #fff;
}
.image-overlay-style1 .sppb-addon.sppb-addon-overlay-image.image-effect-slide-left .sppb-addon-overlay-image-content::before, .makes_us_stand_out .sppb-row-column .sppb-column::before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 9;
    color: #333333;
    transition: all 0.3s ease 0s;
}
.image-overlay-style1 .sppb-addon.sppb-addon-overlay-image.image-effect-slide-left .sppb-addon-overlay-image-content::after, .makes_us_stand_out .sppb-row-column .sppb-column::after {
    content: "";
    width: 0.75em;
    height: 0.75em;
    border-left: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    left: 15px;
    bottom: 20px;
    z-index: 9;
    color: #333333;
    transition: all 0.3s ease 0s;
}
.image-overlay-style1 .sppb-addon.sppb-addon-overlay-image.image-effect-slide-left:hover .sppb-addon-overlay-image-content::before, .makes_us_stand_out .sppb-row-column:hover .sppb-column::before,
.image-overlay-style1 .sppb-addon.sppb-addon-overlay-image.image-effect-slide-left:hover .sppb-addon-overlay-image-content::after,  .makes_us_stand_out .sppb-row-column:hover .sppb-column::after {
    width: 2em;
    height: 2em;
    transition: all 0.3s ease 0s;
}
.image-carousel-style1 .sppb-carousel-extended-item {
    background: rgb(255 255 255 / 16%);
}
.image-carousel-style1 .sppb-carousel-extended-description {
    line-height: 20px;
    text-align: justify;
}
#image-carousel-section .image-carousel-style2 .sppb-carousel-extended-item .sppb-carousel-extended-item-overlay {
    background: rgb(0 0 0 / 15%);
    opacity: 1;
    visibility: visible;
}
#image-carousel-section .image-carousel-style2 .sppb-carousel-extended-item:hover .sppb-carousel-extended-item-overlay {
    background: linear-gradient(125deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#image-carousel-section .image-carousel-style3 .sppb-carousel-extended-item:hover .sppb-carousel-extended-item-overlay {
    background: linear-gradient(125deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
}

#image-carousel-section .image-carousel-style2 .sppb-carousel-extended-item .sppb-carousel-extended-heading {
    font-size: 28px;
    margin-bottom: 5px;
}
#image-carousel-section .image-carousel-style2 .sppb-carousel-extended-item .sppb-carousel-extended-description {
    line-height: 18px;
    transition: all 0.5s ease;
    height: 0px;
    opacity: 0;
}
#image-carousel-section .image-carousel-style2 .sppb-carousel-extended-item:hover .sppb-carousel-extended-description {
    display: block;
    transition: all 0.5s ease 0s;
    height: 130px;
    opacity: 1;
}
#image-carousel-section .image-carousel-style2.without-content .sppb-carousel-extended-item:hover .sppb-carousel-extended-description {
    display: block;
    transition: all 0.5s ease 0s;
    height: 30px;
    opacity: 1;
}

#image-carousel-section .image-carousel-style5 .sppb-carousel-extended-item:hover .sppb-carousel-extended-description {
    display: block;
    transition: all 0.5s ease 0s;
    height: 0px !important;
    opacity: 1;
}

.feature-box-content-section p {
    margin-bottom: 5px;
}
.sp-megamenu-wrapper #offcanvas-toggler .burger-icon>span {
  background: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #252525 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active > a {
    color: #0345bf !important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    padding: 4px 0px;
    display: block;
    text-align: left;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    padding: 10px 0px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    font-size: 18px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: -20px;
}
#functions-section p {
  margin-bottom: 0px;
}
.sppb-addon-animated-heading .sppb-addon-title {
    font-size: 2.2rem;
}
.resource-library #sp-main-body {
    padding: 0;
    background: #eee;
}
.resource-library #sp-main-body #filter-tabs li,
.resource-library .ja-megafilter-wrap .product-item-actions a {
    background: #fff;
    border-color: #ffffff;
    color: #222222;
    border: none;
}
.resource-library #sp-main-body #filter-tabs ul li:hover, 
.resource-library #sp-main-body #filter-tabs ul li.active,
.resource-library .ja-megafilter-wrap .product-item-actions a:hover,
.resource-library .ja-megafilter-wrap .product-item-actions a:active {
    background: #181818;
    color: #fff;
}
.resource-library .ja-megafilter-wrap .product-items h4 a {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
}
.resource-library .ja-megafilter-wrap .product-item-details .item-field.desc {
    font-size: 16px;
    line-height: 24px;
}
.resource-library .ja-products-wrapper .product-item .product-item-info {
    border-radius: 0 !important;
    border-color: #fff;
}
.resource-library .ja-products-wrapper .product-item .product-item-info {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px !important;
}
.resource-library .ja-products-wrapper .product-item .product-item-info:hover {
    border-color: #fff;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
}
.resource-library #sp-main-body #filter-tabs li {
    display: inline-block;
    margin-bottom: 10px;
}
.resource-library #sp-main-body #filter-tabs {
    text-align: center;
    background: var(--yellow-color);
    padding-top: 10px;
}
.ja-megafilter-wrap .sidebar-main {
    width: 30%;
    margin-bottom: 20px;
}
.ja-megafilter-wrap .main-content {
    width: 70%;
}
body.com_jamegafilter .ja-filter-wrapper .filter-content .filter-options-title span {
    font-size: 1rem;
}
.ja-filter-wrapper .filter-content .filter-items label span {
    font-size: 14px;
}
.ja-toolbar-wrapper.toolbar-products.toolbar-wrapper.toolbar-bottom {
    padding-bottom: 20px;
    font-size: 14px;
}
.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full.container .page-content h3.sppb-addon-title {
    color: var(--yellow-color) !important;
}
.ja-products-wrapper .product-item a.product-item-photo img {
    max-width: 100%;
    border-radius: 5px;
}
.filter-values ol li label {
    border: 1px solid #dfdfdf;
}
.ja-filter-wrapper .filter-content {
    background-color: transparent;
}
.resource-library .ja-megafilter-wrap .product-item-actions {
    text-align: right;
}
.resource-library .ja-megafilter-wrap .product-item-actions a {
    border: 1px solid #bdbdbd;
}
.ja-toolbar-wrapper.toolbar-products.toolbar-wrapper.toolbar-top {
    margin-bottom: 15px;
}
.filter-values ol.items .clear-filter.remove:hover::after {
    color: red;
}
.products-toolbar .toolbar-amount {
    line-height: 1;
}
.products-toolbar .toolbar-amount .toolbar-number {
    margin-top: -2px;
}
.webinar-section h5.sppb-addon-title {
    text-align: justify;
}
.ztable-container th, .ztable-container td {
    font-size: inherit;
    color: #252525;
}
.image-overlay-style3 .sppb-addon.sppb-addon-overlay-image h3 {
    padding: 8px 15px;
}
.image-overlay-style3 .sppb-addon.sppb-addon-overlay-image:hover h3 {
    background: rgb(0, 0, 0, 0.8);
    border-radius: 3px;
}
.ztext-color h1, .ztext-color .animated-heading-highlighted-text, .ztext-color h3, 
.ztext-color h4, .ztext-color h5, .ztext-color .sppb-icon span {
  color: var(--blue-color);
}
.ztext-color.zicon-border .sppb-icon span {
  border-style: solid;
  border-color: var(--blue-color);
}
.ztext-color .animated-heading-highlighted-wrap svg path {
  stroke: var(--blue-color);
}
.zbackground-color, .ztextbg-color h5.sppb-addon-title.sppb-feature-box-title {
  background: var(--blue-color) !important;
}
.sp-clip-slider .sp-indicator-container .sp-indicator.line-indicator {
    background: var(--blue-color);
}
#sp-bottom, .sp-copyright {
    font-size: 1rem;
}
.dmenu .hide-menu {
    display: none;
}
.sppb-nav-modern>li>a {
  border-radius: 10px 10px 0 0;
}


.ztabs.zhexagon .sppb-tab {
    display: flex;
    flex-direction: row;
}

.ztabs.zhexagon .sppb-tab .sppb-nav {
    flex: 1;
    justify-content: center;
    position: relative;
    height: 340px;
}

.ztabs.zhexagon .sppb-tab .sppb-tab-content {
    flex: 2;
    box-shadow: 0 4px 27px rgb(0 0 0 / 12%);
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.zdark .ztabs.zhexagon .sppb-tab .sppb-nav li.active a {
    background: radial-gradient(circle, rgba(255,248,0,1) 30%, rgba(255,214,0,1) 74%);
    color: #000;
    font-weight: 500;
    box-shadow: inset 0px 0px 5px 3px #bdb70075;
}

.zdark .ztabs.zhexagon .sppb-tab .sppb-nav li:not(.active):hover a {
    background: #6a6a6a;
    color: #fff;
}
.zdark .ztabs.zhexagon .sppb-tab .sppb-nav li a {
    background: #4d4d4d;
    color: #fff;
    font-weight: normal;
}
.zdark .ztabs.zhexagon .sppb-tab .sppb-tab-content {
    box-shadow: none;
    padding: 20px;
    border-radius: 0;
    background: hsla(0, 0%, 100%, .15);
}
.sppb-section.zdark p,
.zdark .ztabs.zhexagon .sppb-tab .sppb-addon.sppb-addon-text-block {
    color: #fff;
}
.sppb-section.zdark {
    background: #000000;
}


.ztabs.zhexagon .sppb-tab .sppb-nav li a {
    height: 100px;
    width: 115px;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    text-align: center;
    display: flex;
    align-items: center;    
    justify-content: center;
    border: none;
    background: #e8f5f8;
}

.ztabs.zhexagon .sppb-tab .sppb-nav li.active a {
    background: #0d5f8b;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:not(.active):hover a {
    background: #c3dbe1;
}

.ztabs.zhexagon .sppb-tab .sppb-nav li {
    position: absolute;
}

/* Positioning of the navigation items */
.ztabs.zhexagon .sppb-tab .sppb-nav li:first-child {
    left: 0;
    top: 56px;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(2) {
    left: 102px;
    top: 0;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(3) {
    left: 200px;
    top: 56px;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(4) {
    top: 115px;
    left: 102px;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(5) {
    top: 170px;
    left: 0;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(6) {
    top: 170px;
    left: 200px;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(7) {
    top: 230px;
    left: 102px;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(8) {
    top: 285px;
    left: 0;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(9) {
    top: 285px;
    left: 200px;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(10) {
    top: 345px;
    left: 102px;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(11) {
    top: 400px;
    left: 0;
}
.ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(12) {
    top: 400px;
    left: 200px;
}
.ztabs.zhexagon {
    box-shadow: none;
    padding: 0;
}
.ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav {
    flex: 3;
    height: 440px;
}

.ztabs.zhexagon.ztab12 .sppb-tab .sppb-tab-content {
    flex: 4;
}
.ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(8) {
    top: 0;
    left: 300px;
}
.ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(9) {
    top: 115px;
    left: 300px;
}
.ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(10) {
    top: 230px;
    left: 300px;
}
.ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(11) {
    top: 285px;
    left: 0;
}
.ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(12) {
    top: 285px;
    left: 200px;
}
.ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(13) {
    top: 345px;
    left: 100px;
}
.ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(14) {
    top: 345px;
    left: 300px;
}

.ztab_glossy .sppb-tab .sppb-nav li a {
    border-radius: 0px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 16px;
    padding: 12px 17px;
    text-align: center;
}
.ztab_glossy .sppb-tab .sppb-nav li a:hover {
    background-color: #dfe8ea;
}
.ztab_glossy .sppb-tab .sppb-nav li.active a {
    background: var(--blue-color);
    color: #fff;
}
.ztab_glossy .sppb-tab .sppb-nav li a:after {
    content: "";
    height: 3px;
    background-color: var(--yellow-color);
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ztab_glossy .sppb-tab .sppb-nav li.active a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.ztab_glossy ul.sppb-nav.sppb-nav-modern {
    flex-wrap: wrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.ztab_glossy .sppb-tab .sppb-nav li {
    margin-right: 8px;
    white-space: nowrap;
    margin-bottom: 2px;
}
.ztab_glossy .sppb-tab .sppb-nav li:last-child {
    margin-right: 0;
}
.ztab_glossy .ztabs {
    box-shadow: none;
    padding: 0;
}
.ztab_glossy .sppb-tab .sppb-tab-content {
    margin-top: 10px;
}
.ztab_glossy .sppb-tab .sppb-tab-content p {
    color: #000;
}
.ztab_glossy .sppb-tab .sppb-tab-content .sppb-addon-content {
    text-align: center;
}
.ztab_glossy .sppb-tab .sppb-tab-content .sppb-addon-wrapper.addon-root-text-block {
    overflow: auto;
    padding-right: 12px;
}
.ztab_glossy .sppb-tab .sppb-tab-content .sppb-addon-wrapper.addon-root-text-block::-webkit-scrollbar {
    width: 6px;
}
.ztab_glossy ul.sppb-nav.sppb-nav-modern::-webkit-scrollbar {
    height: 6px;
}
.ztab_glossy ul.sppb-nav.sppb-nav-modern::-webkit-scrollbar-thumb,
.ztab_glossy .sppb-tab .sppb-tab-content .sppb-addon-wrapper.addon-root-text-block::-webkit-scrollbar-thumb {
    //background-color: hsla(0, 0%, 100%, .1);
    background-color: rgba(0,0,0,0.2);
}
.ztab_glossy .sppb-tab .sppb-tab-content li p {
    margin-bottom: 5px;
}
.sppb-addon-sp-slider .sp-slider-outer-stage .sp-item .sp-background::after {
    background: rgba(0,0,0,0.2);
}
div.sppb-addon-sp-slider .sp-nav-control .nav-control,
.image-carousel-style1 .sppb-carousel-extended-nav-control .nav-control,
.image-carousel-style2 .sppb-carousel-extended-nav-control .nav-control {
  background: var(--blue-color);
  border-color: var(--blue-color);
  color: #fff;
  box-shadow: 0 0px 8px rgb(0 0 0 / 20%);
  border-width: 2px;
}
div.sppb-addon-sp-slider .sp-nav-control .nav-control:hover,
.image-carousel-style1 .sppb-carousel-extended-nav-control .nav-control:hover,
.image-carousel-style2 .sppb-carousel-extended-nav-control .nav-control:hover {
  background: var(--blue-color);
  border-color: rgba(255,255,255,0.8);
}
.ztabs.zhexagon .sppb-tab .sppb-nav li::before {
    position: absolute;
    content: "";
    width: 115px;
    height: 100px;
    background: transparent;
    transform: rotate(0deg);
    top: 20px;
    left: 20px;
    transition: all 0.3s linear;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
}
.ztabs.zhexagon .sppb-tab .sppb-nav li.active::before {
    position: absolute;
    content: " ";
    width: 125px;
    height: 109px;
    background: #fff;
    transform: rotate(0deg);
    top: -5px;
    left: -5px;
    transition: all 0.3s linear;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    z-index: -999;
}
.sp-module.zenquiry_form {
    background: #eee;
    padding: 50px 0;
}
.rsform.zenquiry_form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.rsform.zenquiry_form h2 {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 500;
}
.rsform.zenquiry_form input,
.rsform.zenquiry_form textarea {
    border-radius: 5px;
    padding: 6px 15px;
}
.rsform.zenquiry_form .formControls #submitPrev {
    float: left;
    margin: 0;
    border: 1px solid #707070;
    background: #fff;
}
.rsform.zenquiry_form .formControls #submitPrev:hover {
    background: #f4f4f4;
}
.rsform.zenquiry_form .formControls button {
    background: var(--blue-color);
}
.rsform.zenquiry_form .formControls button.btn-danger {
    background: #d10000;
}
.rsform.zenquiry_form .formControls button:hover {
    opacity: 0.8;
}
.rsform.zenquiry_form .rsform-type-submitbutton {
    padding-top: 7px;
}
.zdark .ztabs.zhexagon h5 {
    position: relative;
}
.zdark .ztabs.zhexagon h5::after {
    content: "";
    height: 2px;
    width: 200px;
    position: absolute;
    bottom: -4px;
    z-index: 999;
    background: var(--yellow-color);
    left: 0;
}
.product-items .item-field.desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.rsform.zenquiry_form .formControls.btn-group {
    display: block;
}
.rsform.zenquiry_form button#Page2Prev {
    display: none;
}
.rsform.zenquiry_form button#Page2Next {
    border-radius: 5px;
    float: right;
}
.rsform.zenquiry_form .rsform-block-submit button {
    float: right;
    margin-left: 5px;
}
.zpdf-brochures {
    padding-top: 30px;
    padding-bottom: 20px;
}
.zpdf-brochures .news-spr__single:hover .news-spr__tagline,
.zpdf-brochures .news-spr__single:hover .news-spr__tagline a,
.zpdf-brochures .news-spr__single:hover .news-spr__tilte a {
    color: #000000;
}
.zpdf-brochures .nav-rounded .owl-nav .owl-prev, 
.zpdf-brochures .nav-rounded .owl-nav .owl-next, 
.zpdf-brochures .nav-rounded .owl-nav .owl-prev:hover, 
.zpdf-brochures .nav-rounded .owl-nav .owl-next:hover {
    width: 50px;
    height: 48px;
    background-color: var(--blue-color);
    border: none;
}
.zpdf-brochures .news-spr__single .news-spr__tagline {
  font-size: 16px;
}
.zpdf-brochures .news-spr__single .news-spr__tagline span {
    display: none;
}
.view-article .article-details .article-header h1 {
    font-size: 2.2rem;
    font-weight: 500;
    margin: 10px 0 0;
}
#sp-main-body .zpdf-brochures .newsbox_sett {
    display: block;
}
.article-details .tab-pane table.table td > div {
    width: 100% !important;
}
.article-details .tab-pane table.table tr td:first-child {
    display: none;
}

.about-core-values .pull-left
{
  width: auto !important;
}

.home-scroller .sppb-row-container {
    position: relative;
}
.home-scroller .sppb-addon-articles-carousel .fa {
    position: absolute;
    top: -67px;
    right: 30px;
    font-size: 24px;
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 13px 18px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.home-scroller .sppb-addon-articles-carousel .fa:hover {
    transform: scale(0.8);
    transition: all 0.3s ease 0s;
}
.home-scroller .sppb-addon-articles-carousel .fa.fa-angle-left {
    right: 90px;
}
.home-scroller .sppb-articles-carousel-meta,
.home-scroller .sppb-articles-carousel-meta-category {
  display:none;
}
.home-scroller .sppb-articles-carousel-content a {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 26px;
    height: 51px;
    overflow: hidden;
}
.home-scroller .sppb-articles-carousel-content {
    box-shadow: none;
    background: #f6f6f6;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    transition: all 0.5s linear 0s;
}
.home-scroller .sppb-articles-carousel-column:hover .sppb-articles-carousel-content {
    margin-top: -40px;
    background: #fff;
    border-top: 3px solid #0074d0 !important;
    transition: all 0.5s linear 0s;
}
#image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-item .sppb-carousel-extended-item-overlay {
    background: rgb(0 0 0 / 15%);
    opacity: 1;
    visibility: visible;
}
#image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-nav-control {
    height: auto;
    width: auto;
    float: right;
    right: 0;
    top: -70px;
}
#image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-nav-control .prev-control {
    margin-right: 10px;
}
#image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-nav-control .nav-control {
    border-color: #fff;
    transition: all 0.3s ease 0s;
}
#image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-nav-control .nav-control:hover {
    transform: scale(0.85);
    transition: all 0.3s ease 0s;
}
#image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-item img {
    filter: grayscale(100%) blur(0px);
    transition: all 0.3s ease 0s;
}
#image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-item:hover img {
    filter: grayscale(0%) blur(0px);
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}
#image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-item:hover {
    overflow: hidden;
}

@media(min-width: 1200px){
  .ztab_glossy .sppb-tab .sppb-nav li {
      flex: 1;
  }
  .ztab_glossy.ztab_more .sppb-tab .sppb-nav li {
     flex: initial;
  }
  .footer-section .footer-nav .sppb-column-addons .addon-root-navigation {
    min-height: 180px;
  }
  .footer-section .footer-nav .sppb-column-addons .addon-root-navigation:last-child {
    min-height: auto;
    margin-bottom: 0px !important;
  }
}
@media(min-width: 1600px){
  .ztabs.zhexagon .sppb-tab .sppb-nav li a {
    height: 120px;
    width: 135px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav {
    height: 460px;
  }
  .zdark .ztabs.zhexagon .sppb-tab .sppb-nav li a {
    font-size: 1rem;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:first-child {
      left: 0;
      top: 67px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(2) {
      left: 115px;
      top: 0;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(3) {
      left: 230px;
      top: 67px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(4) {
      top: 133px;
      left: 115px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(5) {
      top: 200px;
      left: 0;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(6) {
      top: 200px;
      left: 230px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(7) {
      top: 267px;
      left: 115px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(8) {
      top: 0;
      left: 345px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(9) {
      top: 133px;
      left: 345px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(10) {
    top: 267px;
    left: 345px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(11) {
      top: 332px;
      left: 0;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(12) {
      top: 332px;
      left: 230px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li.active::before {
        height: 129px;
        left: -5px;
        top: -5px;
        width: 145px;
  }
}
@media (max-width: 991px) {
    .ztabs.zhexagon .sppb-tab, .ztabs.zhexagon.ztab12 .sppb-tab {
        flex-direction: column;
    }

    /* Full-width navigation on smaller screens */
    .ztabs.zhexagon .sppb-tab .sppb-nav {
        flex: none;
        height: 310px;
    }
  
    .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav {
        flex: none;
        height: 455px;
    }

    .ztabs.zhexagon .sppb-tab .sppb-tab-content,
    .ztabs.zhexagon.ztab12 .sppb-tab .sppb-tab-content {
        flex: none;
        width: 100%;
    }
    .ztab_glossy .sppb-tab .sppb-nav li {
        margin-right: 0;
    }
    .article-details .tab-pane table.table td > div iframe {
      min-height: 400px;
      height: auto !important;
    }
   .video-carousel-style1 .sppb-carousel-extended-outer-stage,
   .image-carousel-style4 .sppb-carousel-extended-outer-stage {
      padding: 0px !important;
   }
   .video-carousel-style1 .sppb-carousel-extended-nav-control,
   .image-carousel-style4 .sppb-carousel-extended-nav-control {
       top: -130px 0px !important;
   }
   .video-carousel-style1 .sppb-carousel-extended-nav-control .nav-control.prev-control,
   .image-carousel-style4 .sppb-carousel-extended-nav-control .nav-control.prev-control {
       margin-left: 10px;
   }
   .video-carousel-style1 .sppb-carousel-extended-nav-control .nav-control.next-control,
   .image-carousel-style4 .sppb-carousel-extended-nav-control .nav-control.next-control {
       margin-right: 10px;
   }
}
@media (max-width: 768px) {
    .ja-megafilter-wrap .ja-mg-sidebar,
    .ja-megafilter-wrap .main-content {
        width: 100%;
    }
    .ztab_glossy ul.sppb-nav.sppb-nav-modern {
        flex-wrap: wrap;
    }
    .ztab_glossy .sppb-tab .sppb-nav li {
        flex: auto;
        width: 100%;
    }
    #section-tab .verticaltabs .sppb-tab-nav-position {
        flex-direction: column !important;
    }
}

@media(max-width: 991px){
  .addon-root-animated-heading .sppb-addon-title {
    font-size: 1.8rem;
  }
  .resource-library #sp-main-body #filter-tabs ul {
    padding-left: 15px;
  }
  .animated-heading-highlighted-wrap {
    margin-bottom: 12px;
  } 
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  #image-carousel-section .image-carousel-style2 .sppb-carousel-extended-item:hover .sppb-carousel-extended-description {
    height: 190px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-size: 16px;
    margin-left: 5px;
  }
  .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
     padding: 0 7px;
  }
  .header-modules {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
  #sp-menu .sp-megamenu-parent>li>a, #sp-menu .sp-megamenu-parent>li>span {
    padding: 0 10px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }    
  #sp-menu .sp-megamenu-parent>li>a, #sp-menu .sp-megamenu-parent>li>span {
    padding: 0 15px;
  }
  #section-tab .verticaltabs .sppb-video-block.sppb-embed-responsive {
    padding-bottom: 56.25% !important;
  }
}
@media(min-width: 768px){
  .ztwo-col ul {
    column-count: 2;
  }
}
@media(max-width: 700px){
  ul.icons-list li {
    min-width: unset;
    width: 100%;
  }
  #sp-footer #sp-footer2 .sp-copyright {
    padding-top: 15px;
    display: block;
  }
  .resource-library #sp-main-body #filter-tabs {
    text-align: left;
  }
  .rsform.zenquiry_form {
    margin: 0 15px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li a {
    height: 90px;
    width: 100px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav {
    height: 325px;
  }
  .ztabs.zhexagon.zrow4 .sppb-tab .sppb-nav {
    height: 375px;
  }
  .ztabs.zhexagon.zrow5 .sppb-tab .sppb-nav {
    height: 415px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:first-child {
      left: 0;
      top: 50px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(2) {
      left: 85px;
      top: 0;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(3) {
      left: 170px;
      top: 50px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(4) {
      top: 100px;
      left: 85px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(5) {
      top: 150px;
      left: 0;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(6) {
      top: 150px;
      left: 170px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li:nth-child(7) {
      top: 202px;
      left: 85px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(8) {
      top: 0;
      left: 253px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(9) {
      top: 100px;
      left: 253px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(10) {
    top: 202px;
    left: 253px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(11) {
      top: 253px;
      left: 0;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(12) {
      top: 253px;
      left: 170px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(13) {
    top: 305px;
    left: 85px;
  }
  .ztabs.zhexagon.ztab12 .sppb-tab .sppb-nav li:nth-child(14) {
    top: 305px;
    left: 253px;
  }
  .ztabs.zhexagon .sppb-tab .sppb-nav li.active::before {
    height: 99px;
    left: -5px;
    top: -5px;
    width: 110px;
  }
  .home-scroller .sppb-addon-articles-carousel .fa {
    top: -62px;
    right: 12px;
    font-size: 22px;
    width: 44px;
    height: 44px;
    padding: 11px 16px;
  }
  .home-scroller .sppb-addon-articles-carousel .fa.fa-angle-left {
    right: 65px;
  }
  #image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-nav-control .nav-control {
    margin: 0px;
  }
  #image-carousel-section .sppb-image-carousel-layout3 .sppb-carousel-extended-nav-control .prev-control {
    margin-right: 10px;
 }
}

#sp-menu .demo-request {
    background: #0074d0;
    display: inline;
    padding: 8px 15px !important;
    border-radius: 5px;
}
#sp-menu .demo-request:hover {
    background: #0b87e9;
}
.makes_us_stand_out .sppb-row-column .sppb-column {
    background: radial-gradient(at center center, rgb(251, 214, 121) 0%, rgb(254, 184, 10) 100%);
    padding: 25px 35px;
}
.makes_us_stand_out .sppb-img-container img {
    width: 70px;
}
.makes_us_stand_out .sppb-img-container {
    margin-bottom: 20px;
}
.makes_us_stand_out h3.sppb-addon-title.sppb-feature-box-title {
    color: #333333;
}
.zblock_more_less {
    overflow-y: auto;
}
.zblock_more_less .sppb-column-addons {
    padding: 40px 30px 30px 50px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
}
.zblock_more_less:hover .sppb-column-addons {
    padding: 40px 50px 30px 30px;
    background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease 0s;
}
.zblock_more_less .sppb-addon-title, .zblock_more_less .sppb-addon-content {
    color: #fff;
}
.zblock_more_less .zaction, .zbackground-color {
    background-color: #0074d0 !important;
}
.zblock_more_less .zaction:hover {
    background-color: #005faa !important;
}
.zbg-outline-white {
    cursor: pointer;
    border: 1px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
}
.zbg-outline-white:hover {
    background: #ffffff !important;
    color: #222222 !important;
}
.sticky-sidebar .addon-root-accordion {
  z-index: 10;
}
.image-layouts-style2 .sppb-addon-image-layout-content {
    background: transparent;
}
.image-layouts-style2 .sppb-column-addons {
    background: #f1f1f1;
    margin-bottom: 30px;
}
.image-layouts-style2 .sppb-column-addons:hover {
    background: #f4f8ff;
}
div#flex-main .flex-container .flex-slide:not(.active) .flex-title {
    top: 45% !important;
}
div#flex-main .flex-slide:hover .flex-title {
    font-weight: bold;
    font-size: 42px;
}
.flex-container .flex-slide.active {
    flex: 4;
}
.flex-container .flex-slide .flex-title {
    font-weight: bold;
}
.flex-container .flex-slide.active .flex-title {
    transform: rotate(0deg) !important;
    font-size: 42px;
}
.flex-container .flex-slide .flex-about {
    display: none;
}
/*.flex-container .flex-slide:not(.active)::before {
    content: "";
    position: absolute;
    inset: 0;
}*/
.flex-container .flex-slide.item1:not(.active) {
    background: rgb(16 40 110) !important;
}
.flex-container .flex-slide.item2:not(.active) {
    background: rgb(248 185 0) !important;
}
.flex-container .flex-slide.item3:not(.active) {
    background: rgb(166 166 166) !important;
}
.flex-container .flex-slide:not(.active) .flex-title {
    color: #1e1e1e !important;
}
.flex-container .flex-slide.item1:not(.active) .flex-title {
    color: #ffffff !important;
}
body.home #sp-header:not(.header-sticky) {
    background: #000000;
}
.submenu-width .sp-dropdown.sp-dropdown-sub {
    width: 260px !important;
}

.sppb-addon-sp-slider.orbit-product-slidehow .sp-slider-content-wrap {
    max-width: 500px;
}
.sppb-addon-sp-slider.orbit-product-slidehow .sp-slider-content-wrap .sppb-sp-slider-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.sppb-addon-sp-slider.orbit-product-slidehow .sp-slider-content-wrap .sppb-sp-slider-text p,
.home-static-slider .static .sppb-media-content .sppb-addon-text p {
    font-size: 15px;
    margin-bottom: 0;
    color: #e7e7e7;
    text-shadow: none;
}
.home-static-slider .static .sppb-media-content .sppb-addon-text p {
    margin-bottom: 10px;
}
.flex-container .flex-slide.active .flex-about {
    display: block;
    opacity: 1 !important;
    padding: 0;
    top: 35%;
}
.flex-container .flex-slide.active .flex-title {
    max-width: 70%;
    text-align: left;
    padding: 0;
    top: 32% !important;
}
.flex-container .flex-slide.active .flex-about a {
    background: #f8b900;
    color: #000;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}
.flex-container .flex-slide.active .flex-about a:hover {
    background: #dfa600;
}
.sp-page-builder .page-content #image-carousel-section.carousel-slider {
    padding-bottom: 10px;
    padding-top: 10px;
}
#image-carousel-section.carousel-slider .sppb-carousel-extended-content-wrap {
    top: auto;
    background: linear-gradient(to top, rgb(255 255 255 / 50%), rgb(255 255 255 / 0%));
    height: 120px;
}
#image-carousel-section.carousel-slider .image-carousel-style2 .sppb-carousel-extended-item:hover .sppb-carousel-extended-item-overlay {
    background: linear-gradient(125deg, rgb(0 0 0 / 21%) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#image-carousel-section-home.carousel-slider .sppb-carousel-extended-heading {
    font-size: 22px;
    font-weight: normal;
}
#image-carousel-section-home.carousel-slider .sppb-carousel-extended-item img {
    padding: 40px;
}

.advantages.value .sppb-row-column .sppb-column .sppb-column-addons {
    background: #0061b1;
    margin-bottom: 20px;
    border-radius: 6px;
}
.advantages.value .sppb-row-column .sppb-column .sppb-column-addons .sppb-addon-wrapper.addon-root-feature {
    margin-bottom: 0 !important;
}
.advantages.value .addon-root-feature:hover {
    box-shadow: none !important;
}
.advantages.value .sppb-row-column .sppb-column .sppb-column-addons:hover {
    box-shadow: 0 2px 12px rgb(17 148 251) !important;
}
.meshworks-ai-block .sppb-row-column .sppb-column {
    background: #fff;
    border-radius: 8px !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease;
}
.meshworks-ai-block .sppb-row-column .sppb-column:hover {
    transform: translateY(-4px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12) !important;
    background: #faba00 !important;
}
.meshworks-ai-block .sppb-row-column .sppb-column .sppb-feature-box-title {
    color: #000;
    font-size: 20px;
}
h1.sppb-addon-title br {
    display: none;
}
.meshworks-ai-block .sppb-row-column {
    margin-bottom: 20px;
}

.image-carousel-style2.white-layout .sppb-carousel-extended-heading {
    position: absolute;
    bottom: -5px;
    background: #787878;
    font-size: 20px !important;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 14px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-carousel-style2.white-layout .sppb-carousel-extended-item:hover .sppb-carousel-extended-heading {
    position: initial;
    background: transparent;
    text-align: left;
    padding: 0;
    font-size: 26px !important;
    display: block;
    height: auto;
}
.image-carousel-style2.white-layout .sppb-carousel-extended-item {
    align-items: center;
    display: flex;
    padding-bottom: 40px;
}
div#image-carousel-section.home-slider {
    background: #fff !important;
}
div#image-carousel-section.home-slider .image-carousel-style2.white-layout .sppb-carousel-extended-heading {
    line-height: 24px;
    height: 70px;
}
div#image-carousel-section.home-slider .image-carousel-style2.white-layout .sppb-carousel-extended-item:hover .sppb-carousel-extended-heading {
    line-height: 30px;
    height: auto;
    font-size: 24px !important;
}
.rsform.zenquiry_form h4 {
    margin-bottom: 0;
}
.rsform.zenquiry_form label.form-label {
    margin-bottom: 5px;
}
.footer-section .sppb-addon-title {
    font-size: 16px;
    color: #fff;
    text-shadow: none !important;
}
.footer-section .sppb-addon-header {
    margin-bottom: 12px;
}
#sp-bottom .footer-section .addon-root-navigation li {
    margin-bottom: 10px;
}
#sp-bottom .footer-section .addon-root-navigation a {
    background: transparent;
    padding: 0px;
    color: #cbcbcb;
    text-align: left;
    line-height: 22px;
}
#sp-bottom .footer-section .addon-root-navigation a:hover {
    color: var(--blue-color);
}
#sp-footer #sp-footer2 {
    text-align: right;
}
#sp-bottom .footer-section .contact-call .sppb-addon-feature .sppb-feature-box-title,
#sp-bottom .footer-section .contact-call .sppb-addon-feature .sppb-feature-box-title a {
    color: #ffffff !important;
    font-weight: normal !important;
    font-size: 16px;
    transition: all 0.3s ease;
}
#sp-bottom .footer-section .contact-call .sppb-addon-feature .sppb-media .sppb-icon-container i {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}
#sp-bottom .footer-section .contact-call .sppb-addon-feature:hover .sppb-feature-box-title a,
#sp-bottom .footer-section .contact-call .sppb-addon-feature:hover .sppb-addon-text a,
#sp-bottom .footer-section .addon-root-heading:hover a .sppb-addon-title {
    color: #0074d0 !important;
}
#sp-bottom .footer-section .contact-call .sppb-addon-feature .sppb-addon-text * {
    margin-bottom: 0;
}
#sp-bottom .footer-section .contact-call .addon-root-feature {
    margin-bottom: 20px;
}
#sp-bottom .footer-section .contact-call .sppb-addon-feature .sppb-addon-text a {
    color: #ffffff !important;
}
#sp-menu .sp-module ul.sp-profile-dropdown li:first-child {
    display: none;
}
.career-intro .sppb-addon-feature .sppb-addon-title {
    margin-bottom: 0;
}
.career-intro .sppb-addon-feature .sppb-addon-text {
    display: none;
}
.career-intro .sppb-addon-feature .sppb-media {
    align-items: center;
    display: flex;
    padding: 7px 10px;
}
.career-page .sppb-section.zbackground-color {
    margin-bottom: -1px !important;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block-title {
    margin-bottom: 10px;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block-title .sppb-media {
    display: flex;
    justify-content: center;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block-title .sppb-addon-title {
    font-size: 20px;
    font-weight: bold;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block-title .pull-left {
    margin-right: 8px;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block .sppb-addon-feature .sppb-media {
    min-height: 63px;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block {
    padding: 20px;
    transition: all 0.3s ease;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block .sppb-button-wrapper a.sppb-btn, .meshworks-technical-resources .sppb-column.view-all a.sppb-btn {
    background: transparent !important;
    color: #072446 !important;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block .sppb-button-wrapper a.sppb-btn:hover, .meshworks-technical-resources .sppb-column.view-all a.sppb-btn:hover {
    color: #0056b3 !important;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block .sppb-addon-text-block .sppb-addon-content {
    text-align: justify;
    margin-bottom: 30px;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block .sppb-button-wrapper {
    position: absolute;
    bottom: -15px;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block.row-1 {
    min-height: 300px;
}
.meshworks-technical-resources .sppb-row-column .sppb-column.solution-block.row-2 {
    min-height: 324px;
}
.meshworks-overview-technical-resources .sppb-row-column .sppb-column.solution-block.row-1,
.meshworks-overview-technical-resources .sppb-row-column .sppb-column.solution-block.row-2 {
    min-height: 210px;
}
.meshworks-technical-resources .sppb-column.view-all a.sppb-btn {
    font-weight: bold;
    font-size: 15px;
}
.meshworks-technical-resources .sppb-column.view-all a.sppb-btn i {
    position: relative;
    left: 7px;
    top: 1px;
}
.image-carousel-style4 .sppb-carousel-extended-item img {
    height: auto;
    padding: 0 20px;
}
.image-carousel-style4 .sppb-carousel-extended-content-wrap {
    position: static;
}
.video-carousel-style1 .sppb-carousel-extended-item img {
    display: none;
}
.video-carousel-style1 .sppb-carousel-extended-content-wrap {
    display: flex;
}
.video-carousel-style1 .sppb-carousel-extended-subheading {
    order: -1;
    margin-bottom: 20px;
    min-height: 204px;
    width: 100%;
}
.video-carousel-style1 .sppb-carousel-extended-heading,
.image-carousel-style4 .sppb-carousel-extended-heading {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}
.video-carousel-style1 .sppb-carousel-extended-description,
.image-carousel-style4 .sppb-carousel-extended-description {
    color: #000000;
    font-weight: normal;
    line-height: 24px;
}
.image-carousel-style4 .sppb-carousel-extended-description {
    color: #3c3c3c;
}
.video-carousel-style1 .sppb-carousel-extended-outer-stage,
.image-carousel-style4 .sppb-carousel-extended-outer-stage {
    padding: 10px;
}
.video-carousel-style1 .sppb-carousel-extended-item,
.image-carousel-style4 .sppb-carousel-extended-item {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    min-width: 245px;
}
.image-carousel-style4 .sppb-carousel-extended-item {
    border: 1px solid #ddd;
}
.video-carousel-style1 .sppb-carousel-extended-item:hover,
.image-carousel-style4 .sppb-carousel-extended-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
    transition: all 0.3s ease;
}
.video-carousel-style1 .sppb-carousel-extended-description a,
.image-carousel-style4 .sppb-carousel-extended-description a {
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.image-carousel-style4 .sppb-carousel-extended-description a {
    font-size: 16px;
}
.video-carousel-style1 .sppb-carousel-extended-description a i,
.image-carousel-style4 .sppb-carousel-extended-description a i {
    position: relative;
    left: 4px;
    top: 2px;
    font-size: 22px;
}
.video-carousel-style1 .sppb-carousel-extended-description a:hover,
.image-carousel-style4 .sppb-carousel-extended-description a:hover {
    color: #072446;
}
.video-carousel-style1 .sppb-carousel-extended-description a::after,
.image-carousel-style4 .sppb-carousel-extended-description a::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 4px;
    top: 2px;
    font-size: 22px;
}
.image-carousel-style4 .sppb-carousel-extended-description a::after {
    font-size: 18px;
}
.video-carousel-style1 .sppb-carousel-extended-nav-control .nav-control,
.image-carousel-style4 .sppb-carousel-extended-nav-control .nav-control {
    background: #0074d0 !important;
    border-color: #0074d0 !important;
    border-radius: 100px !important;
}
.video-carousel-style1 .sppb-carousel-extended-nav-control .nav-control:hover,
.image-carousel-style4 .sppb-carousel-extended-nav-control .nav-control:hover {
    background: #0083eb !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
}
.image-carousel-style4 .sppb-carousel-extended-heading {
    margin-bottom: 5px;
    font-size: 18px;
}
.image-carousel-style4 .sppb-carousel-extended-description {
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
}
.meshworks-overview-technical-resources .solution-block .second-box .sppb-img-container {
    background: #ebebeb;
    display: block;
    border-radius: 6px;
}
.meshworks-overview-technical-resources .solution-block:hover .second-box .sppb-img-container {
    background: #1265a8; !important;
}
.meshworks-overview-technical-resources .solution-block .second-box img {
    background: transparent !important;
}
.meshworks-overview-technical-resources .solution-block:hover .second-box img {
    filter: brightness(0) invert(1);
}
#section-tab .verticaltabs .sppb-tab .sppb-tab-content .sppb-addon-content {
    text-align: left;
}
#section-tab .verticaltabs .sppb-tab-nav-position {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}
#section-tab .verticaltabs .sppb-tab-nav-position .sppb-nav-modern {
    display: block;
}
#section-tab .verticaltabs .sppb-tab-nav-position .sppb-nav-modern li {
    margin: 0 15px;
}

#section-tab .verticaltabs .tab-scroll-wrapper,
#section-tab .verticaltabs ul.sppb-nav.sppb-nav-modern {
  width: 100%;
  position: relative;
}
#section-tab .verticaltabs .tab-scroll-box {
  max-height: 300px;
  overflow: hidden;
  padding: 0;
}
#section-tab .verticaltabs .tab-scroll-wrapper,
#section-tab .verticaltabs ul.sppb-nav.sppb-nav-modern {
    flex: 1;
}
#section-tab .verticaltabs .sppb-tab-content.sppb-tab-modern-content {
    flex: 2;
}
#section-tab .verticaltabs {
    box-shadow: none;
    padding: 0;
}
#section-tab .verticaltabs .tab-scroll-wrapper,
#section-tab .verticaltabs .sppb-tab-content.sppb-tab-modern-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#section-tab .verticaltabs .sppb-nav-modern li a {
    padding: 12px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #fff;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}
#section-tab .verticaltabs .sppb-nav-modern li.active a {
    color: #2151cc;
    font-weight: bold;
}
#section-tab .verticaltabs .sppb-nav-modern li:hover a {
    color: #2151cc;
}
#section-tab .verticaltabs .sppb-nav-modern li a {
    border-bottom: 1px solid #eee;
}
#section-tab .verticaltabs .sppb-nav-modern li i {
    margin-right: 10px;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
#section-tab .verticaltabs .sppb-nav-modern li.active i,
#section-tab .verticaltabs .sppb-nav-modern li:hover i {
    transform: rotate(-90deg);
    transition: all 0.3s ease 0s;
}
#section-tab .verticaltabs  .sppb-video-block.sppb-embed-responsive {
   padding-bottom: 56.25%;
}
#section-tab .verticaltabs .tab-scroll-wrapper {
    padding: 25px 20px;
}

#section-tab .verticaltabs .tab-arrow {
    text-align: center;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 99;
    position: sticky;
    font-size: 12px;
}
#section-tab .verticaltabs .tab-arrow#tab-up {
    top: 0;
}
#section-tab .verticaltabs .tab-arrow#tab-down {
    bottom: 0;
}
#section-tab .verticaltabs .tab-arrow span {
    background: #eee;
    padding: 2px 4px;
    border-radius: 2px;
    color: #2151cc;
}
.horizontaltabs ul.sppb-nav li.active img {
    filter: brightness(0) invert(1);
}
.horizontaltabs ul.sppb-nav li img {
    position: relative;
    top: -1px;
    right: 3px;
}
.mw-features-section .sppb-row-container .sppb-row-column .sppb-column.solution-block {
    background: #074276;
    color: #fff;
}
.mw-features-section .sppb-row-container .sppb-row-column .sppb-column.solution-block .sppb-media-content {
    padding: 0 20px 5px;
}

#sp-right .sp-module {
    margin-top: 35px;
}
#sp-right .sp-module:first-child {
    margin-top: 30px;
    padding-bottom: 10px;
}
#sp-right .sp-module .sp-module-title,
.related-posts h3.sppb-addon-title {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 12px !important;
    color: var(--blue-color);
    border-bottom: 1px solid #f3f3f3;
    display: block;
}
.media_contacts .email_address .sppb-media h3 {
    font-size: 16px;
}
.media_contacts .email_address .sppb-media h3 {
    font-size: 16px;
    border-bottom: 1px solid #000;
}
.media_contacts .email_address .sppb-media h3:hover {
    border-bottom: 1px solid #0074d0;
}
.media_contacts .email_address .sppb-media h3:hover a {
    color: #0074d0 !important;
}
.media_contacts .email_address .sppb-icon i {
    font-size: 18px !important;
    color: #000;
}
.media_contacts .email_address .pull-left {
    margin-right: 10px;
}
.media_contacts .contact_details .sppb-feature-box-title {
    font-size: 20px;
    margin-bottom: 12px;
}
.media_contacts .contact_details img.sppb-img-responsive {
    max-width: 90px;
    margin-bottom: 10px;
    border-radius: 100%;
}
.media_contacts .sppb-row-column {
    padding: 0;
}
.related-posts li {
    padding: 10px 0;
}
.related-posts li a {
    line-height: 22px !important;
}
.image-carousel-style2.img-height .sppb-carousel-extended-item img {
    height: 100%;
}
.ztab_glossy .ztabs.flex-width ul.sppb-nav.sppb-nav-modern {
    display: flex;
    gap: 0 10px;
}
.ztab_glossy .ztabs.flex-width ul.sppb-nav.sppb-nav-modern li {
    flex: 1;
    margin-right: 0;
}
.ztab_glossy .ztabs.flex-width ul.sppb-nav.sppb-nav-modern::before, .ztab_glossy .ztabs.flex-width ul.sppb-nav.sppb-nav-modern::after {
    display: none;
}
.ztab_glossy .ztabs.flex-width ul.sppb-nav.sppb-nav-modern li:last-child {
    max-width: 300px;
}
.dep-mw-logo h2.sppb-addon-title img {
    display: inline-block;
    height:50px;
    margin-left: 15px;
}