    /* Globals */

    html, body, p, h1, h2, h3, h4, h5, h6 {
        font-family: 'futura-pt', sans-serif;
    }

    p {
        font-size: 19px
    }

    h2 {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    body {
        font-size: 18px;
        letter-spacing: 0.2px;
        line-height: 32px;
        color: #6d6d6d;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #333
    }

    .right {
        text-align: right;
    }
    /* Header */

    .itemid-437 .sp-megamenu-parent>li>a {
        color: #6d6d6d;
    }

    .sp-megamenu-parent>li>a {
        color: #fff;
        letter-spacing: 0.5px;
        text-transform: none;
        font-size: 16px;
        padding: 0 20px;
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
        font-size: 16px
    }

    .sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li:hover>a {
        color: #6d6d6d
    }

    .itemid-437 .sp-megamenu-parent>li>a {
        color: #fff
    }

    .itemid-437 .sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li:hover>a {
        color: #fff
    }

    #sp-header {
        background: none;
        top: 0;
        height: 150px
    }

    .itemid-437 #sp-header {
        background: none;
    }

    #sp-header .container {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    #sp-main-body .row {
        margin-left: auto;
        margin-right: auto
    }

    .home-top-block-grid .row {
        margin-left: -15px!important;
        margin-right: -15px!important
    }

    div#sp-component.col-sm-12.col-md-12 {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }

    .logo img {
        max-width: 120px
    }

    .sp-megamenu-parent>li>a {
        line-height: 50px;
        font-weight: 500
    }

    .sp-megamenu-parent {
        float: right;
    }

    .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
        background: none;
        box-shadow: none;
        padding: 0px 10px;
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
        display: block;
        padding: 0px 10px;
        color: #e5e5e5;
        cursor: pointer;
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
        background: none;
        color: #ddd
    }
    /* Slider */

    #sp-page-builder #slider-top {
        padding: 0!important;
        margin: 0!important
    }

    #slider-top {
        height: calc(100vh - 20px)
    }

    #slider-top .sppb-container-inner {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: left;
        color: #fff;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-left: 3vw;
        padding-right: 3vw
    }

    .home-top-block-grid {
        margin-top: 50px;
        max-width: 960px;
    }

    .home-top-block-content h1 {
        color: #fff
    }
    /* --Sections-- */
    /* Homepage */
    /* About HOME */

    .content-block-right {
        background: #fff;
        padding: 125px;
    }

    #sp-page-builder #section-id-1478518655595 {
        background-position: 100%!important
    }

    .content-block-right h2 {
        margin-top: 0
    }

    .welcome-block .sppb-row-container {
        width: 100%;
        padding: 0
    }
    /* Grid */

    .image-wrap {
        text-align: center;
        background: #404040;
    }

    .image-wrap-page img {
        width: 100%
    }

    .image-wrap figure {
        height: 100%;
        overflow: hidden;
        position: relative;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, .8);
        margin: 0
    }

    .highlight-hover {
        background: rgb(249, 191, 36)!important;
    }

    .image-wrap figcaption {
        opacity: 0;
        position: absolute;
        top: 50%;
        text-align: center;
        width: 100%;
        color: #fff;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        transition-delay: 100ms
    }

    .image-wrap figcaption h2 {
        color: #fff!important;
        margin: 0 auto;
        border: 2px solid #fff;
        padding: 20px;
        font-size: 15px;
        max-width: 50%;
        transition: 0.3s ease all;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .image-wrap:hover figcaption {
        opacity: 1
    }

    .image-wrap h2:hover {
        background: #fff;
        color: #333!important;
    }

    .image-wrap img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        transition: 2.9s ease all;
        width: 100%;
    }

    .image-wrap:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5;
        background: #000;
    }

    .info-service {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        color: #fff;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 999
    }

    .info-service h3 {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    /* Testimonial */

    .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-client, .sppb-testimonial-pro .sppb-carousel-indicators {
        padding: 0;
        margin: 0;
        position: relative;
        display: block;
        right: auto;
        left: auto;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 50%;
        padding: 10px 0;
        margin-top: 20px
    }

    .testimonial-block {
        margin-top: 120px;
        position: relative;
    }

    .gradient-bg, .solid-bg {
        position: relative;
        color: #dedede
    }

    .gradient-bg h3, .solid-bg h3 {
        color: #fff
    }

    .testimonial-block::before, .gradient-bg::before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .solid-bg::before {
        background: rgba(0, 0, 0, 0.55);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .sppb-testimonial-pro .sppb-testimonial-wrap {
        border-radius: 0
    }

    .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-message {
        color: #dedede;
        font-family: inherit;
        font-size: 24px;
        font-style: normal;
        left: auto;
        line-height: 32px;
        padding-left: 0;
        position: absolute;
        right: 0;
        top: 0%;
        text-align: center;
    }

    .sppb-testimonial-pro .sppb-testimonial-wrap {
        border-radius: 0;
        background: none;
        height: 370px;
        color: #fff;
    }

    .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-client{
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        bottom: 40%;
        margin: 0;
        padding-bottom: 22px;
        padding-right: 0;
        padding-top: 16px;
        position: absolute;
        text-align: center;
        top: 35%;
        width: 100%;
        z-index: 1;
        left: 0;
        max-width: 20%;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 0;
    }

    .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-client .pro-client-designation{
      font-size: 20px
    }

    .sppb-testimonial-pro:before {
        display: none!important
    }

    .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-client .pro-client-name {
        color: #fff;
        font-size: 23px;
        font-family: inherit;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }

    .sppb-testimonial-pro:before {
        content: "\f10d";
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        top: 35%!important;
        color: #fff;
        font-family: FontAwesome;
        font-size: 36px;
        height: 92px;
        left: 20px;
        padding-top: 30px;
        position: absolute;
        top: auto;
        width: 100px;
        z-index: 999999;
    }

    .sppb-testimonial-pro .sppb-carousel-indicators li.active {
        background: #bf1e2e;
    }

    .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-message:before {
        display: none
    }

    .sppb-testimonial-pro .sppb-carousel-indicators {
        bottom: 0;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 65%;
        width: 100%;
    }

    .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-message {
        font-size: 19px
    }

    #column-id-1478518655602 {
        margin-top: 50vh;
        margin-bottom: 0vh;
    }

    #sppb-addon-1478518655608 h2 {
        color: #fff;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }

    .content-block-right h2 {
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
        letter-spacing: 0.5px
    }

    .sppb-testimonial-wrap .sppb-testimonial-client, .sppb-testimonial-pro:before {
        background: none!important;
        border-top: 1px solid #8e8e8e;
        border-bottom: 1px solid #8e8e8e;
    }
    /* Clients Block Home */

    .clients-block {
        background: #000;
        padding: 40px;
        padding-top: 0;
        color: #dedede
    }

    .clients-block h2 {
        color: #fff;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 35px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .client-block-2 {
        background: #000;
        padding: 0!important;
        padding-bottom: 30px!important
    }

    #section-id-1478524103655 {
        padding-top: 0!important
    }

    #sp-footer {
        background: #fff
    }

    #sp-footer {
        color: #333;
        padding: 0!important
    }
    /* Footer */

    #sp-bottom h3 {
        color: #333
    }

    #sp-bottom {
        padding: 60px!important;
        background-color: #fff!important;
        color: #333!important;
    }

    #sp-bottom .container {
        width: 100%
    }

    #sp-bottom .sp-module .sp-module-title {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 25px;
        margin-bottom: 20px;
    }

    #sp-bottom #sp-bottom1 a {
        color: #333;
    }

    #sp-footer #sp-footer2 .sp-column .sp-copyright a:hover, #sp-footer #sp-footer2 .sp-column .sp-copyright a:focus {
        color: #333;
    }

    #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        width: 25%
    }

    #sp-footer #sp-footer2 .sp-column .sp-copyright {
        text-align: center;
        border-top: 1px solid #efefef;
        padding: 15px
    }
    /* About */

    .top-page-head h2 {
        color: #fff;
        font-weight: 500
    }

    .cta-bottom {
        border-bottom: 1px solid #efefef;
    }

    .cta-bottom .sppb-btn {
        border: 1px solid #dfdfdf
    }

    .cta-bottom p {
        margin: 0
    }
    /* Contact */

    .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input, .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea {
        border-color: #ddd!important
    }

    .btn.btn-info, .sppb-btn.sppb-btn-info, .btn.btn-lg.btn-info, .sppb-btn.sppb-btn-lg.sppb-btn-info {
        height: auto !important;
        padding: 0 40px;
        background: #ddd;
        color: #333;
    }
    /* Grid */

    .flex-middle .sppb-row {
        display: flex;
    }

    .flex-middle .sppb-row .sppb-col-md-6, .flex-middle .sppb-row .sppb-col-md-8 {
        display: flex;
        align-items: center;
    }
    /* Mobile */

    #offcanvas-toggler>i {
        color: #fff;
    }

    @media (max-width: 767px) {
        .logo img {
            max-width: 120px
        }
        .image-wrap figure {
            max-height: 100px
        }
        .image-wrap {
            margin-bottom: 10px
        }
        #slider-top {
            height: calc(100vh + 50px)
        }
        #slider-top .sppb-container-inner {
            bottom: 0;
        }
        .home-top-block-content p {
            display: none
        }
        .home-top-block-content h1 {
            font-size: 25px;
            margin: 0;
            margin-top: 50px;
            text-align: center;
        }
        .content-block-right {
            padding: 50px 15px;
            text-align: center;
        }
        .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-message {
            padding: 0;
            margin: 0;
            position: relative;
            display: block;
            right: auto;
            left: auto
        }
        .sppb-testimonial-pro .sppb-testimonial-wrap {
            height: auto
        }
        .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-client {
            bottom: auto
        }
        #sp-header .container {
            padding-left: 15px;
            padding-right: 15px
        }
        #sp-bottom {
            padding: 30px 0px!important;
            text-align: center
        }
        #sp-bottom2, #sp-bottom3, #sp-bottom4 {
            width: 100%
        }
        .custom img {
            margin: 0 auto
        }
        .sppb-text-left {
            text-align: center;
        }
        .info-service h3 {
            margin: 0;
            font-size: 20px
        }
        #column-id-1478518655602 {
            margin-top: 0
        }
        .sppb-section.testimonial-block {
            background-image: none!important;
            background: #000
        }
        .sppb-testimonial-pro .sppb-testimonial-wrap .sppb-testimonial-client, .sppb-testimonial-pro .sppb-carousel-indicators {
            padding: 0;
            margin: 0;
            position: relative;
            display: block;
            right: auto;
            left: auto;
            margin: 0 auto;
            padding: 0;
            width: 100%;
            max-width: 50%;
            padding: 10px 0;
            margin-top: 20px
        }
        .flex-middle .sppb-row {
            display: block
        }
        .image-wrap img{
          margin: -8% auto
        }
        #slider-top{
          height: calc(150vh + 80px)
        }
        .image-wrap figure{
          max-height: 180px
        }
        .home-top-block-content h1{
          margin-top: 70px
        }
        #column-id-1478695805418{
          text-align: center;
          margin: 0 auto;
          float: none
        }
        #column-id-1478695805418 p{
          margin-bottom: 20px
        }
        #sppb-addon-1477904144682 .sppb-addon-title{
          font-size: 25px!important
        }
        #section-id-1477309430981{
          padding-top: 0!important
        }
        #column-id-1477309430983{
          padding-top: 30px!important
        }
        #sppb-addon-1478690582416,#section-id-1477904968078{
          display: none
        }
        #section-id-1477309431053{
          padding-top: 90px!important
        }
        #column-id-1477309431054{
          margin-bottom: 20px!important
        }
        #section-id-1477309431053{
          padding-bottom: 0!important
        }
        #section-id-1478692315910,#column-id-1478692315914{
          padding-top: 20px!important
        }
        .sp-page-builder .page-content #section-id-1478692315941{
          padding-top:100px!important
        }
        .sp-page-builder .page-content #section-id-1478697078676{
          background-attachment: scroll!important;
          background-size: cover;

        }
    }

    @media (max-width:320px) {
        .logo img {
            max-width: 100px
        }
        .home-top-block-content h1 {
            font-size: 20px;
            margin: 0;
            margin-top: 30px;
        }
        .home-top-block-grid {
            margin-top: 10px
        }
    }


    #system-message-container {
        position: absolute!important;
        background: rgb(114, 228, 94)!important;
        color: #fff!important;
        z-index: 999!important;
        width: 100%
    }

    .alert.alert-message {
        margin: 0!important;
        width: 100%
    }

    .alert.alert-message p {
        margin: 0!important;
        padding: 0!important;
        width: 100%
    }


.sppb-btn-rounded{
  padding: 15px 30px
}

.sppb-btn-default{
  background: none
}

.btn{
  background: none;
border: 1px solid #dfdfdf;
padding: 15px 30px
}
