img.coming-soon-logo {
    max-height: 100px !important;
}

html.coming-soon .coming-soon-logo {
    display: inline-block;
    margin-bottom: 50px;
}

.transparent-header #sp-header {
    background: linear-gradient(0deg, rgb(250 250 250 / 0%), rgb(255 255 255));
}

.transparent-header #sp-main-body {
    margin-top: -80px ;
}

.transparent-header #sp-header.header-sticky {
  background: #ffffff ;
}


.sppb-btn-primary {
    color: #000000;
}

.light {
    color: #ffffff;
}

.border-dark {
    border: 1px solid #000000 ;
}
.border-light {
    border: 1px solid #ffffff ;
}

.sppb-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 15px 9px;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}

.sppb-btn-round {
    border-radius: 100px!important;
}


.our-projects {
    min-height: 150px ;
}

.inline-wrappers .sppb-addon-wrapper {
    display: inline-block;
    float: left;
}

img.sppb-img-responsive {
    width: 100%;
}

#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 5px;
}

#sp-main-body {
    padding: 25px 0 50px;
}


#sp-header {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.0);
    animation: spFadeIn 0.5s;
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}