
.transparent-menu-page #sp-page-builder .page-content .sppb-section:first-child {
    margin-top: -100px;
}
.transparent-menu-page #sp-header {
    background: transparent ;
}
.transparent-menu-page #sp-header.header-sticky {
background: #013920 !important;
}
.transparent-menu-page #sp-header:not(.header-sticky) .logo-image {
  display:none ;
}

@media (min-width:768px) and (max-width:992px) {
.text-md-right {
    text-align: right !important;
}
}
@media (min-width:992px) {
.text-lg-right {
    text-align: right !important;
}
}

@media (max-width:767px) {
.half-row {
    max-width: 100%;
}
}
@media (min-width:768px) {
.half-row {
    max-width: 60%;
}
}

.text-yellow {
color: #FDF101 ;
}
.text-red {
color: #C20F2F ;
}


.inline-wrappers .sppb-addon-wrapper {
    display: inline-block;
    float: left;
}
img.sppb-img-responsive {
    width: 100%;
  height: auto ;
}


@media (max-width: 575px){
#sp-header {
    height: 60px;
}
}