
.display-1 {
     font-size: 2rem !important; 
    font-weight: 300 !important;
    line-height: 1.2 !important;
}

div.jumbotron.carousel-hero {
    color: #fff;
    text-align: center;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background-repeat: no-repeat;
}

div.jumbotron.hero-nature {
    background-image: url(../../synergySolutions/img/about-Synergy.png);
    min-height: 490px;
}

div.jumbotron.hero-photography {
    background-image: url(../../synergySolutions/img/about-Synergy.png);
    min-height: 490px;
}

div.jumbotron.hero-technology {
    background-image: url(images/Certifications.png?h=f8d68d6770c0fb8e3d35a33fd5b15d38);
}

h1.hero-title,
h2.hero-title,
h3.hero-title {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    color: #fff;
}

p.hero-subtitle {
    max-width: 600px;
    margin: 25px auto;
    padding: 10px 15px;
    color: #fff;
}

.plat {
    border-radius: 0;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0 #048f83 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary:hover {
    color: #fff;
    background-color: #016090;
    border-color: #016090;
}

.btn.btn-primary {
    background-color: #048f83 !important;
    border-color: #048f83 !important;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

.box {
    position: relative;
    perspective: 1000px;
    margin-bottom: 20px;
}

    .box .box-img {
        transform: rotateY(0);
        transition: 0.5s ease-in-out;
    }

    .box:hover .box-img {
        transform: rotateY(-90deg);
    }

    .box .box-img img {
        width: 100%;
        height: auto;
    }

    .box .box-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        text-align: justify;
        background: rgba(0, 0, 0, 0.7);
        transform: rotateY(90deg);
        transition: 0.5s ease-in-out;
    }

    .box:hover .box-content {
        transform: rotateY(0);
    }

    .box .title {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    .box .description {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
    }

        .box .description:after,
        .box .title:after {
            content: "";
            width: 80%;
            display: block;
            border-bottom: 1px solid #fff;
            margin: 15px auto;
        }

    .box .social-links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .box .social-links li {
            display: inline-block;
            margin: 0 10px;
        }

            .box .social-links li a {
                font-size: 20px;
                color: #a6a6a6;
            }

                .box .social-links li a:hover {
                    text-decoration: none;
                    color: #fff;
                }


@media only screen and (max-width: 1030px) {
    .box .description {
        font-size: 10px;
        line-height: 24px;
        color: #fff;
    }

        .box .description:after,
        .box .title:after {
            content: "";
            width: 80%;
            display: block;
            border-bottom: none;
            margin: 15px auto;
        }
}

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 720px) {
    #carousel {
        height: 300px !important;
    }

        #carousel .slide {
            height: 300px !important;
            display: flex;
            align-items: center;
        }

    
}


    @media only screen and (max-width: 479px) {
        .box .box-content {
            padding: 20px;
        }

        #carousel {
            height: 200px !important;
        }

            #carousel .slide {
                height: 200px !important;
                display: flex;
                align-items: center;
            }
    }

    #carousel {
        height: 500px;
    }

        #carousel .slide {
            display: flex;
            align-items: center;
            height: 500px;
        }

    .features-blue {
        color: #fff;
    }

        .features-blue p {
            color: rgba(255, 255, 255, 0.6);
        }

        .features-blue h2 {
            font-weight: 700;
            margin-bottom: 40px;
            padding-top: 40px;
            color: inherit;
        }

        .features-blue .intro {
            margin: 0 auto 50px;
        }

        .features-blue .item {
            min-height: 100px;
            margin-bottom: 40px;
        }

    @media (max-width: 767px) {
        .features-blue {
            padding-bottom: 10px;
        }

            .features-blue h2 {
                margin-bottom: 25px;
                padding-top: 25px;
                font-size: 24px;
            }

            .features-blue .intro {
                margin-bottom: 40px;
            }

            .features-blue .item {
                min-height: 0;
            }
    }

    .features-blue .item .name {
        font-size: 20px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 14px;
        color: inherit;
    }

    .features-blue .item .description {
        font-size: 15px;
        margin-bottom: 0;
        color: #fff;
    }

    .features-blue .item .icon {
        font-size: 40px;
        color: #ffcc1e;
        float: left;
        margin-left: -65px;
    }

    .navigation-clean-button {
        background: #fff;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        color: #333;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        .navigation-clean-button {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
    }

    .navigation-clean-button .navbar-brand {
        font-weight: 700;
        color: inherit;
    }

        .navigation-clean-button .navbar-brand:hover {
            color: #222;
        }

    .navigation-clean-button .navbar-toggler {
        border-color: #ddd;
        color: #888;
    }

        .navigation-clean-button .navbar-toggler:focus,
        .navigation-clean-button .navbar-toggler:hover {
            background: 0 0;
        }

    .navigation-clean-button .form-inline,
    .navigation-clean-button .navbar-collapse {
        border-top-color: #ddd;
    }

    .navigation-clean-button .navbar-nav a.active,
    .navigation-clean-button .navbar-nav > .show > a {
        background: 0 0;
        box-shadow: none;
    }

    .navigation-clean-button.navbar-light .navbar-nav a.active,
    .navigation-clean-button.navbar-light .navbar-nav a.active:focus,
    .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
        color: #8f8f8f;
        box-shadow: none;
        background: 0 0;
        pointer-events: none;
    }

    .navigation-clean-button.navbar .navbar-nav .nav-link {
        padding-left: 18px;
        padding-right: 18px;
    }

    .navigation-clean-button.navbar-light .navbar-nav .nav-link {
        color: #465765;
    }

        .navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,
        .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
            color: #37434d !important;
            background-color: transparent;
        }

    .navigation-clean-button .navbar-nav > li > .dropdown-menu {
        margin-top: -5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        border-radius: 2px;
    }

    .navigation-clean-button .dropdown-menu .dropdown-item,
    .navigation-clean-button .dropdown-menu .dropdown-item:focus {
        line-height: 2;
        font-size: 14px;
        color: #37434d;
    }

        .navigation-clean-button .dropdown-menu .dropdown-item:focus,
        .navigation-clean-button .dropdown-menu .dropdown-item:hover {
            background: #eee;
            color: inherit;
        }

    .navigation-clean-button .actions .login {
        margin-right: 1rem;
        text-decoration: none;
        color: #465765;
    }

    .navigation-clean-button .navbar-text .action-button,
    .navigation-clean-button .navbar-text .action-button:active,
    .navigation-clean-button .navbar-text .action-button:hover {
        background: #56c6c6;
        border-radius: 20px;
        font-size: inherit;
        color: #fff;
        box-shadow: none;
        border: none;
        text-shadow: none;
        padding: 0.5rem 1rem;
        transition: background-color 0.25s;
        font-size: inherit;
    }

        .navigation-clean-button .navbar-text .action-button:hover {
            background: #66d7d7;
        }

    .logo-img {
        height: 80px;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .hero-banner-eGov-bg {
        background-image: url(images/hero-banner-eGov.jpg?h=af224e5f1d59ed30072487e0266c1b48);
        background-repeat: no-repeat;
        background-color: #000;
        background-position: right;
    }

    .banner-text-sml {
        font-size: 14px;
        color: #fff;
        text-align: left;
        padding: 6px 0;
        width: 100%;
        line-height: 16px;
    }


    .banner-header-text {
        font-size: 30px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        padding: 8px 0 0;
    }

    .inn-banner-header-text {
        font-size: 30px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        padding: 30px 0 6px;
    }

    .H1 {
        font-size: 30px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        padding: 60px 0;
    }

    .carousel-img {
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
        width: 1070px;
        height: 350px;
        background-repeat: no-repeat;
    }

    .article-img {
        width: 500px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .footer-bg {
        background-color: #00395e;
        margin-top: 20px;
    }

    .num-text {
        font-weight: 700;
        font-size: 36px;
        display: block;
        text-align: center;
        color: var(--green);
        padding: 0;
        margin: 0;
    }

    .rep-stat-text {
        display: block;
        text-align: center;
        font-weight: 600;
        color: #184e8e;
        font-size: 24px;
        padding: 0;
        margin: 0;
    }

    .feedback-txt {
        text-align: center;
        font-weight: 600;
        padding: 36px;
        margin: 20px auto;
        font-size: 23px;
    }

    .Main-title {
        color: #034d83;
        font-size: 32px;
        font-weight: 600;
        font-family: Roboto;
        display: block;
        border-bottom: 1px solid #dadada;
        margin-bottom: 14px;
        line-height: 52px;
    }

    .gen-content {
        color: #454545;
        font-size: 16px;
        text-align: justify;
        line-height: 22px;
    }

    li {
        display: list-item;
    }

    .sub-title-gentext {
        color: #034d83;
        font-size: 18px;
        font-weight: 600;
    }

    .quote,
    .strength {
        background-color: #fff;
        box-shadow: 0 0 5px 0 #e1e1e1;
    }

    .strength-sub-col {
        padding: 50px;
    }

    .full-width-row {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        background-color: #11b675;
    }

    .slide-img {
        width: 100%;
        height: 480px;
        padding: 30px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-blu-bg {
        background-color: #036;
        padding: 10px;
    }

    .hero-sub-title {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

    .hero-gen-text {
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        padding: 0;
        margin: 0;
    }

    .hero-text-col {
        width: 60%;
        padding: 0;
        margin: 0;
        line-height: 16px;
    }

    .hero-banner,
    .platform-components,
    .success-stories,
    .top-navigation,
    .use-case-poc,
    .use-case-pocs {
        padding: 0;
        margin: 0;
    }

    .solutions {
        padding: 0 0 30px;
        margin: 0;
        background-image: linear-gradient(#6edae6, #eaeaea);
    }

    .certifications {
        padding: 0;
        margin: 20px 0 0;
        background-image: linear-gradient(#6edae6, #eaeaea);
    }

    .ss-slide {
        padding: 60px 10px;
        height: 363px;
        border: 1px solid #eaeaea;
        border-radius: 6px;
        margin: 0 12px auto;
    }

    .sec-title {
        font-size: 28px;
        text-align: center;
        font-weight: 600;
        color: #036;
        margin: 20px auto;
        width: 100%;
        display: block;
        font-family: Poppins;
    }

    .in-sec-desc {
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        color: #036;
        margin: 10px auto;
        width: 100%;
        display: block;
    }

    .sol-egov {
        background-image: url(images/e-Governance.jpg);
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .cc-bg {
        height: auto;
        width: auto;
        padding: 12px;
        margin: 10px auto;
        background-color: #fff;
        border-radius: 8px;
    }

    .sol-Recruit-Assessment-Platforms {
        background-image: url(../../synergySolutions/img/Recruitment.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Financial-Management {
        background-image: url(../../synergySolutions/img/Financial%20Management.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Materials-Management {
        background-image: url(../../synergySolutions/img/Case%20Management.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Sales-Marketing {
        background-image: url(images/Sales%20&%20Marketing.jpg?h=54649d7f6684a461b02a5db25e8d1097);
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Human-Capital-Management {
        background-image: url(../../synergySolutions/img/Human%20Capital%20Management.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-eDMS {
        background-image: url(../../synergySolutions/img/Group%2050.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Intelligent-Policing {
        background-image: url(../../synergySolutions/img/Intelligent%20Policing.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Social-Media-Analytics {
        background-image: url(../../synergySolutions/img/Social%20Media%20Analytics.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Service-Desk {
        background-image: url(../../synergySolutions/img/Service%20Desk.png);
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-citizen-mobile-app {
        background-image: url(../../synergySolutions/img/Citizen%20Mobile%20App.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Synergy-Eye {
        background-image: url(../../synergySolutions/img/Synergy%20Eye.png");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .ss-logo {
        height: 121px;
        width: 121px;
        margin: 0 auto;
    }

    .ss-title {
        text-align: center;
        margin: 0 auto;
        padding: 6px;
        display: block;
    }

    .ss-description {
        text-align: center;
        padding: 10px;
        margin: 0 auto;
    }

    .usecase-bg {
        border: 1px solid #ededed;
        border-radius: 6px;
        margin-top: 6px;
    }

    .post-img {
        float: left;
        padding: 0 15px 0 0;
    }

    .post-desc {
        font-size: 14px;
        padding: 2px;
        float: left;
    }

    .rec-post-block {
        clear: both;
        margin: 8px 0 20px;
        display: block;
        height: 48px;
    }

    .horz-divider {
        clear: both;
        margin: 16px 0;
        display: block;
        border-top: 1px solid #fff;
        padding: 0;
    }

    .usecase-image-block {
        float: left;
        padding: 0;
        margin: 0 12px 0 0;
        display: block;
        width: 46%;
    }

    .usecase-text-block {
        float: left;
        width: 100%;
        font-size: 14px;
        margin: 0 8px 0 0;
        text-align: justify;
        line-height: 20px;
    }

    .footr-social-icon {
        padding: 2px;
        margin: 12px;
        float: left;
    }

    .row-Tmargin {
        margin-top: 12px;
        padding: 0;
        clear: both;
    }

    .logo-img-pad {
        padding: 10px;
        margin: 0 auto;
    }

    .row-spacing {
        margin: 12px 0;
    }

    .hero-desc-sec {
        width: 100%;
    }

    .footer-sec-fonspacing {
        padding: 20px 0 0;
        color: #fff;
    }

    .usecase-50 {
        margin: 0 10px;
        float: left;
        width: 48%;
        min-height: 220px;
    }

    .jumbotron {
        background-color: #fff !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        color: #000 !important;
        width: 0 !important;
    }

    .card-body {
        padding: 0.25px !important;
        width: 100%;
        font-size: 15px !important;
    }

    .sub-title {
        font-size: 18px;
        padding: 6px;
        background-color: #f6f6f6;
    }

    .main-title-bg {
        font-size: 22px !important;
        padding: 8px 0;
        color: #036 !important;
        border-bottom: 1px solid #eaeaea;
    }

    body {
        color: #212529 !important;
        overflow-x: hidden;
        font-family: source sans pro, sans-serif !important;
        font-size: 15px !important;
    }

    .inner-pg-img {
        float: left;
        padding: 0 20px 0 0;
        margin: 0;
    }

    .span-ss1 {
        float: left;
        padding: 10px;
        margin: 0;
        width: 100%;
        display: block;
    }

    .btn-secondary {
        background-color: #036;
    }

    .HB-white-paper {
        min-height: 250px;
        background-position: right;
        background-image: url(images/HB-White-paper.jpg');
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,1);
    }



    .HB-about-us-bg {
        min-height: 250px;
        background-position: right;
        background-image: url(images/HB-Success-story.jpg?h=8097885932635510c739b09bf22cc67d);
        background-repeat: no-repeat;
        background-color: #000;
    }

    .HB-business-process-management-bg {
        background-image: url(images/HB-Business-process%20Management.jpg);
        background-repeat: no-repeat;
        background-position: right;
        min-height: 250px;
        background-color: #000;
    }

    .HB-citizen-mobile-app-bg {
        background-position: right;
        background-color: #000;
        background-repeat: no-repeat;
        background-image: url(images/HB-Citizen-Mobile-app.jpg);
    }

    /*.HB-company-bg {
    background-color: #000;
    min-width: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/HB-Company.jpg);
}*/

    .hero-banner-career {
        background-color: #000;
        min-height: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(images/HB-Contact-us.jpg?h=4a3df34f597cb099cb3cc412942e7602);
    }

    .HB-edms-bg {
        background-position: right;
        background-color: #000;
        background-repeat: no-repeat;
        background-image: url(images/HB-eDMS.jpg?h=eac5a6198dbfc3000106b5ecd4edf79a);
    }

    .HB-synergy-platform-bg {
        background-image: url(images/HB-Synergy-platform.jpg?h=088e9a888c594ad23f65fbcfa2cd0775);
        background-repeat: no-repeat;
        background-position: right;
        min-height: 250px;
        background-color: #000;
    }
.HB-Consulting-Overview-bg {
    background-image: url(../../synergySolutions/img/HB_Consulting_Overview.jpg);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 250px;
    background-color: #000
}

.HB-Enterprice-Reinvention-bg {
    background-image: url(../../synergySolutions/img/HB_Enterprice_Reinvention.jpg);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 250px;
    background-color: #000
}

.HB-People-Evolution-bg {
    background-image: url(../../synergySolutions/img/HB_People_Evolution.jpg);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 250px;
    background-color: #000
}

.HB-System-Excellence-bg {
    background-image: url(../../synergySolutions/img/HB_System_Excellence.jpg);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 250px;
    background-color: #000
}
    .HB-career-bg {
        background-color: #000;
        min-height: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(images/HB-Careers.jpg?h=7ec4b5b6e60a8e845b15d54f28a626db);
    }

    .HB-technology-used-bg {
        background-image: url(images/HB-Technology-used.jpg?h=9e84ef75aaaabd362fd02f9e4a00ce2b);
        background-repeat: no-repeat;
        background-position: right;
        min-height: 250px;
        background-color: #000;
    }

    .HB-eGov-bg {
        background-position: right;
        background-image: url(images/hero-banner-eGov.jpg?h=af224e5f1d59ed30072487e0266c1b48);
        background-repeat: no-repeat;
        min-height: 250px;
        background-size: 100% 100%;
        background-color: #292929;
    }

    .HB-PM-Solutions-bg {
        background-image: url(images/HB-Project-Management.jpg?h=799515051b791bcf3bb41f4de6869ed5);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-Mobile-App-Platform-bg {
        background-image: url(images/HB-Citizen-Mobile-App.jpg?h=cc2a4ff96279239bfedca57a6465eb80);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-Intelligent-policing-bg {
        background-image: url(images/HB-Intelligent-policing.jpg?h=86e65aba864d53e8948ddc494357f1b5);
        background-repeat: no-repeat;
        min-height: 250px;
        background-size: cover;
        background-color: #000;
        background-position: right;
    }

    .HB-HCM-bg {
        background-image: url(images/HB-HCM.jpg?h=db94e04d8df39c13862393c2991afb64);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-Recruitment-Assessment-bg {
        background-image: url(images/HB-Recruit-Assessment-Platform.jpg?h=cba311b1ca4b9812b2fdefc7c012bd43);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-Social-Media-Analytics-bg {
        background-image: url(images/Social%20media%20analytics.jpg');
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000000;
        background-position: right;
    }

    .HB-Sales-and-Marketing-bg {
        background-image: url(images/HB-Sales-Marketing-Solutions.jpg?h=28b0bad72c5a26589f9cf23ba8ffa49b);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-Service-Desk-bg {
        background-image: url(images/HB-Service-Desk.jpg?h=976f10eea2c03af4df51908832bc0272);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-Success-story-bg {
        background-image: url(images/HB-Success-story.jpg?h=8097885932635510c739b09bf22cc67d);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-Synergy-Eye-bg {
        background-image: url(images/HB-Synergy-eye.jpg?h=c0c3354309168caabfb447be76a4d967);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .hero-banner-bg {
        background-image: url(images/hero-banner.jpg?h=23614f80d27be9395fe25bc36a7e17d8);
        background-repeat: no-repeat;
        min-height: 348px;
        background-size: 100% 100%;
        background-color: #000;
    }

    .HB-resources-bg {
        background-image: url(images/HB-Company.jpg);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-blogs-bg {
        background-image: url(images/HB-Company.jpg);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .HB-partners-bg {
        background-image: url(images/HB-Company.jpg);
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000;
        background-position: right;
    }

    .sub-title.no-bg {
        background-color: #fff;
    }

    .HB-Contact-us-bg {
        background-color: #000;
        background-image: url(../../synergySolutions/img/../../Themes/SynergySolutions/images/HB-Contact-us.jpg);
        background-position: right;
        background-repeat: no-repeat;
        min-height: 250px;
    }

    .HB-analytics-dashboard-bg {
        min-height: 250px;
        background-position: right;
        background-image: url(images/HB-Analytics-and-dashboard.jpg?h=6bc152364d3c36715f30477abee66f02);
        background-repeat: no-repeat;
        background-color: #000;
    }

    .HB-Api-connector-bg {
        background-color: #000;
        background-position: right;
        background-image: url(images/HB-API-Connector.jpg?h=912c81af6553ed11af363e1e96d57096);
        background-repeat: no-repeat;
        min-height: 250px;
    }

    .HB-Resources-bg {
        background-color: #000;
        min-height: 300px;
    }

    .HB-Company-bg {
        background-color: #000;
        min-height: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(images/HB-company.jpg?h=9b39523e01a5505f4ad6eac8ee18944a);
    }

.HB-Number-Plate-Detection-bg {
    background-color: #000;
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    /*background-image: url(images/HB-number-plate-detection.jpg?h=97c6f0464d893645d255e3b28e83adc4);*/
    background-image: url(images/HB-number-plate-detection.jpg?h=97c6f0464d893645d255e3b28e83adc4);
}

    .HB-Face-Recognition-bg {
        background-color: #000;
        min-height: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(images/Face%20Detection.jpg?h=3cb40fea3ab1784a7ea3e75e04a7a9ba);
    }

    .HB-PM-ML-bg {
        background-color: #000;
        min-height: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(images/Predictive%20Maintenance%20using%20Machine%20Learning.jpg?h=7422f56bf9bf6a61efef98c0c8beff8c);
    }

    /*.HB-Case-Management-BG {
    background-color: #000;
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/Case%20Management.jpg?h=35b3c86dfdc54a4af0c6dd328e95f82b);
}*/

    .HB-eDMS-bg {
        background-position: right;
        background-color: #000;
        background-repeat: no-repeat;
        background-image: url(images/HB-eDMS.jpg?h=eac5a6198dbfc3000106b5ecd4edf79a);
        min-height: 250px;
    }

    .HB-financial-management-solutions-bg {
        background-color: #000;
        background-repeat: no-repeat;
        background-image: url(images/HB-Financial-Management.jpg?h=0347e85f21b70b808a51b0867772515f);
        min-height: 250px;
        background-position: right;
    }

    .HB-Synergy-Team-bg {
        background-color: #000;
        background-image: url(images/HB-team.jpg?h=e8d63fea2685a2a75919becdb7ec6552);
        min-height: 250px;
        background-repeat: no-repeat;
        background-position: right;
    }
.HB-inventory-sol-bg {
    background-position: right;
    background-image: url(../../synergySolutions/img/HB-Inventory-Solutions.jpg) !important;
    /*url('../../assets/img/HB-Inventory%20Solutions.jpg');*/
    background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000;
}
.HB-DS-AI-ML-IOT-bg {
    background-color: rgba(0,0,0,1);
    background-position: right;
    background-image: url(../../synergySolutions/img/HB-Data-science-AI-ML-IOT.jpg) !important;
    /*   url('../../assets/img/HB-Data-science-AI-ML-IOT.jpg');*/
    background-repeat: no-repeat;
    min-height: 250px;
}
.HB-Assessment-bg1 {
    background-image: url(images/HB-Assessment.jpg);
    /*url('../../assets/img/HB-Assessment.jpg');*/
    background-repeat: no-repeat;
    min-height: 300px;
    background-color: #000000;
    background-position: right;
}
.HB-BRE-bg {
    background-color: rgba(0,0,0,1);
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/Business%20rule%20engine.jpg);
}
    .accor-sub-title {
        padding: 10px;
        font-size: 18px;
        background-color: #f6f6f6;
        color: #036;
        border-radius: 4px;
    }

    .card-header {
        background-color: #036;
        color: #fff;
        padding: 10px;
    }

    .card-no-brdr {
        border: none !important;
    }

    .li-bg {
        border-radius: 4px;
        background-color: #f0f0f0;
        margin: 2px 0 2px 10px;
    }

    .card {
        border: 0 !important;
    }

    .HB-Case-Management-bg {
        background-color: #000;
        background-position: right;
        background-image: url(images/Case%20Management.jpg?h=35b3c86dfdc54a4af0c6dd328e95f82b);
        background-repeat: no-repeat;
        min-height: 250px;
    }


    /*request consultation page styling*/
    img.hero-banner-innerpages {
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
        height: 500px;
        background-size: cover;
    }

    h1.hero-banner-title {
        color: white;
        padding-top: 2em;
    }

    h6.hero-banner-subtitle {
        color: white;
        padding-bottom: 3em;
    }

    .padding-top-bottom {
        padding-top: 1em;
        padding-bottom: 3em;
    }

    .alternate-stripe-light {
        background-color: #E8F0FD;
    }

    .vertical-spacing {
        margin-top: 4em;
    }

    .block-images-40 {
        width: 100%;
        height: auto;
    }

    .div-split {
        display: flex;
    }

    .form-container {
        padding: 1em;
        background-color: #00395e;
        border-radius: 8px;
    }

    .form-inputs {
        padding: 0.5em;
        margin-bottom: 2em;
    }


    /*spp form styling*/

    .sppb-text-danger {
        color: #a94442;
    }

    .sppb-text-success {
        color: green;
    }

    .sppb-ajax-contact-status .sppb-text-danger, .sppb-ajax-contact-status .sppb-text-success {
        font-weight: 700;
    }

    .sppb-addon-form-builder-form .sppb-form-group {
        width: 100%;
    }

    .sppb-form-control, .sppb-form-group .sppb-form-control {
        display: block;
        width: 100%;
        height: inherit;
        padding: 8px 12px;
        font-size: 16px;
        line-height: 1.25;
        /*   color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;*/
        /*border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;*/
        /*    box-shadow: none;*/
        /*-webkit-box-shadow: none;*/
        /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    }

    .sppb-form-group label:not(.form-builder-radio-label):not(.form-builder-checkbox-label) {
        color: #00395e;
    }

    input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
        display: block;
        width: 100%;
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        line-height: 1.25;
        /* color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;*/
        /*border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;*/
        /* transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
    }

    button, input {
        overflow: visible;
    }

    span.sppb-form-builder-required {
        display: none;
        font-size: 14px;
        color: red;
    }

    label {
        font-weight: normal;
    }

    .sppb-form-group {
        margin-bottom: 20px;
    }

    .sppb-addon-form-builder-form .sppb-form-group input:not([type="checkbox"]):not([type="radio"]) {
        background: #00395e;
        color: #669baa;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
        border-color: #315366;
        transition: .35s;
    }


    #sppb-addon-1603713658453 .sppb-addon-form-builder-form {
        margin-left: -20px;
        margin-right: -20px;
    }

    #sppb-addon-1603713658453 .sppb-form-check, #sppb-addon-1603713658453 .sppb-form-builder-btn {
        margin-left: 20px;
        margin-right: 20px;
    }

    #sppb-addon-1603713658453 .sppb-form-builder-recaptcha, #sppb-addon-1603713658453 .sppb-form-builder-invisible-recaptcha, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group {
        padding-left: 20px;
        padding-right: 20px;
    }

        #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group select, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group input:not([type="checkbox"]):not([type="radio"]) {
            background: #00395e;
            color: #ffffff;
            border-width: 0px 0px 1px 0px;
            border-style: solid;
            border-color: #315366;
            transition: .35s;
        }

        #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group textarea {
            background: #00395e;
            color: #ffffff;
            border-width: 0px 0px 1px 0px;
            border-style: solid;
            border-color: #315366;
            transition: .35s;
        }

    .sppb-addon-form-builder-form textarea.sppb-form-control {
        height: 150px;
        /*transition: .35s;*/
    }

    #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group input:not([type="checkbox"]):not([type="radio"]):hover, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group input:not([type="checkbox"]):not([type="radio"]):active, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group input:not([type="checkbox"]):not([type="radio"]):focus, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group textarea:hover, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group textarea:active, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group textarea:focus {
        background: #00395e;
        border-color: #ffffff;
    }

    #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group input::placeholder, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group textarea::placeholder {
        color: #669baa;
        opacity: 1;
        transition: .35s;
    }

    #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group input:not([type="checkbox"]):not([type="radio"]):hover::placeholder, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group textarea:hover::placeholder {
        color: #ffffff;
        opacity: 1;
    }

    #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group label:not(.form-builder-radio-label):not(.form-builder-checkbox-label) {
        color: #00395e;
    }

    #sppb-addon-1603713658453 .sppb-form-builder-btn button {
        margin: 30px 0px 30px 0px;
    }

    @@media (min-width:768px) and (max-width:991px) {
        #sppb-addon-1603713658453 .sppb-addon-form-builder-form {
            margin-left: -15px;
            margin-right: -15px;
        }

        #sppb-addon-1603713658453 .sppb-form-check, #sppb-addon-1603713658453 .sppb-form-builder-btn {
            margin-left: 15px;
            margin-right: 15px;
        }

        #sppb-addon-1603713658453 .sppb-form-builder-recaptcha, #sppb-addon-1603713658453 .sppb-form-builder-invisible-recaptcha, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @@media (max-width:767px) {
        #sppb-addon-1603713658453 .sppb-addon-form-builder-form {
            margin-left: -15px;
            margin-right: -15px;
        }

        #sppb-addon-1603713658453 .sppb-form-check, #sppb-addon-1603713658453 .sppb-form-builder-btn {
            margin-left: 15px;
            margin-right: 15px;
        }

        #sppb-addon-1603713658453 .sppb-form-builder-recaptcha, #sppb-addon-1603713658453 .sppb-form-builder-invisible-recaptcha, #sppb-addon-1603713658453 .sppb-addon-form-builder-form .sppb-form-group {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    #sppb-addon-1603713658453 #btn-1603713658453.sppb-btn-custom {
        letter-spacing: 0px;
        font-weight: 600;
    }

    #sppb-addon-1603713658453 #btn-1603713658453.sppb-btn-custom {
        background-color: #11b675;
        color: #FFFFFF;
        padding: 8px 22px 10px 22px;
        font-size: 16px;
    }

        #sppb-addon-1603713658453 #btn-1603713658453.sppb-btn-custom:hover {
            background-color: #00395e;
            color: #FFFFFF;
        }

    .container {
        max-width: 100% !important;
        padding: 15px 60px !important;
    }

    .synergyList li {
        list-style: disc !important;
    }

    .hb-request-consultation-bg {
        background-color: #000;
        min-height: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(images/HB-Request-Consultation.jpg);
    }

    .hb-content-management-bg {
        min-height: 250px;
        background-position: right;
        background-image: url(images/HB-Content-Management.jpg);
        background-repeat: no-repeat;
        background-color: #000;
    }

    @media only screen and (max-width: 800px) {
        .resSolutions {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    @media only screen and (max-width: 1216px) {
        .container {
            max-width: 100% !important;
            padding: 15px 10px !important;
        }

        .hb-content-management-bg {
            min-height: 250px;
            background-position: right;
            background-image: none;
            background-repeat: no-repeat;
            background-color: #000;
        }

        .hb-request-consultation-bg {
            background-color: #000;
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: none;
        }

        .hero-banner-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 348px;
            background-size: 100% 100%;
            background-color: #000 !important;
        }

        .HB-about-us-bg {
            min-height: 250px;
            background-position: right;
            background-image: none;
            background-repeat: no-repeat;
            background-color: #000;
        }

        .HB-business-process-management-bg {
            background-image: none;
            background-repeat: no-repeat;
            background-position: right;
            min-height: 250px;
            background-color: #000;
        }

        .HB-citizen-mobile-app-bg {
            background-position: right;
            background-color: #000;
            background-repeat: no-repeat;
            background-image: none;
        }

        /* .HB-company-bg {
        background-color: #000;
        min-width: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: none;
    }*/

        .hero-banner-career {
            background-color: #000;
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: none;
        }

        .HB-edms-bg {
            background-position: right;
            background-color: #000;
            background-repeat: no-repeat;
            background-image: none;
        }

        .HB-synergy-platform-bg {
            background-image: none;
            background-repeat: no-repeat;
            background-position: right;
            min-height: 250px;
            background-color: #000;
        }

        .HB-career-bg {
            background-color: #000;
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: none;
        }

        .HB-technology-used-bg {
            background-image: none;
            background-repeat: no-repeat;
            background-position: right;
            min-height: 250px;
            background-color: #000;
        }

        .HB-eGov-bg {
            background-position: right;
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-size: 100% 100%;
            background-color: #292929;
        }

        .HB-PM-Solutions-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-Mobile-App-Platform-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-Intelligent-policing-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-size: cover;
            background-color: #000;
            background-position: right;
        }

        .HB-HCM-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-Recruitment-Assessment-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-Social-Media-Analytics-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000000;
            background-position: right;
        }

        .HB-Sales-and-Marketing-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-Service-Desk-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-Success-story-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-Synergy-Eye-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-resources-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-blogs-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .HB-partners-bg {
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
            background-color: #000;
            background-position: right;
        }

        .sub-title.no-bg {
            background-color: #fff;
        }

        .HB-Contact-us-bg {
            background-color: #000;
            background-image: none;
            background-position: right;
            background-repeat: no-repeat;
            min-height: 250px;
        }

        .HB-analytics-dashboard-bg {
            min-height: 250px;
            background-position: right;
            background-image: none;
            background-repeat: no-repeat;
            background-color: #000;
        }

        .HB-Api-connector-bg {
            background-color: #000;
            background-position: right;
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
        }



        .HB-Company-bg {
            background-color: #000;
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: none;
        }

        .HB-Number-Plate-Detection-bg {
            background-color: #000;
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: none;
        }

        .HB-Face-Recognition-bg {
            background-color: #000;
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: none;
        }

        .HB-PM-ML-bg {
            background-color: #000;
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: none;
        }

        /*.HB-Case-Management-BG {
        background-color: #000;
        min-height: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: none;
    }*/

        .HB-Case-Management-bg {
            background-color: #000;
            background-position: right;
            background-image: none;
            background-repeat: no-repeat;
            min-height: 250px;
        }

        .HB-eDMS-bg {
            background-position: right;
            background-color: #000;
            background-repeat: no-repeat;
            background-image: none;
            min-height: 250px;
        }

        .HB-financial-management-solutions-bg {
            background-color: #000;
            background-image: none;
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
        }

        .HB-Synergy-Team-bg {
            background-color: #000;
            background-image: none;
            min-height: 250px;
            background-repeat: no-repeat;
            background-position: right;
        }

        .HB-analytics-dashboard-bground {
            min-height: 250px;
            background-position: right;
            background-image: none;
            background-repeat: no-repeat;
            background-color: #000;
        }

        .HB-DS-AI-ML-IOT-bg {
            background-color: #000;
            background-position: right;
            background-image: none !important;
            /*url('../../assets/img/HB-Data-science-AI-ML-IOT.jpg');*/
            /*background-repeat: no-repeat;*/
            min-height: 250px;
        }

        .HB-inventory-sol-bg {
            background-position: right;
            background-image: none !important;
            /*url('../../assets/img/HB-Inventory%20Solutions.jpg');*/
            /*background-repeat: no-repeat;*/
            min-height: 250px;
            background-color: #000;
        }
        .HB-Assessment-bg1 {
            background-image: none;
            /*url('../../assets/img/HB-Assessment.jpg');*/
            background-repeat: no-repeat;
            min-height: 300px;
            background-color: #000000;
            background-position: right;
        }
        .HB-white-paper {
            min-height: 250px;
            background-position: right;
            background-image: none;
            background-repeat: no-repeat;
            background-color: rgba(0,0,0,1);
        }
        .HB-BRE-bg {
            background-color: rgba(0,0,0,1);
            min-height: 250px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: none;
        }
    }

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500 !important;
    }

    .footerHstyle:hover {
        text-decoration: underline;
    }

    .footerSubStyle:hover {
        text-decoration: underline;
        color: #fff;
    }

    /* carousel success story */
    @media (max-width: 768px) {
        .successCarousel .carousel-item > div {
            display: none;
        }

            .successCarousel .carousel-item > div:first-child {
                display: block;
            }
    }

    .successCarousel .carousel-item.active,
    .successCarousel .carousel-item-next,
    .successCarousel .carousel-item-prev {
        display: flex;
    }

    /* display 3 */
    @media (min-width: 768px) {

        .successCarousel .carousel-item-right.active,
        .successCarousel .carousel-item-next {
            transform: translateX(33.333%);
        }

        .successCarousel .carousel-item-left.active,
        .successCarousel .carousel-item-prev {
            transform: translateX(-33.333%);
        }
    }

    .successCarousel .carousel-item-right,
    .successCarousel .carousel-item-left {
        transform: translateX(0);
    }

    .successCarousel .carousel-item {
        transition: none !important;
    }

    .displayIcons {
        display: flex;
    }

    @media only screen and (max-width: 1030px) {
        .displayIcons {
            display: block;
        }
    }

    .descBlock {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    @media only screen and (max-width: 770px) {
        .descBlock {
            margin-bottom: 10px;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
    }

    /*Assessment*/

    .logo-img {
        height: 80px;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .hero-banner-eGov-bg {
        background-image: url(images/hero-banner-eGov.jpg");
        /*url('../../assets/img/hero-banner-eGov.jpg');*/
        background-repeat: no-repeat;
        /*min-height: 410px;*/
        background-color: #000000;
        background-position: right;
    }

    .banner-text-sml {
        font-size: 14px;
        color: #ffffff;
        text-align: left;
        padding: 6px 0;
        width: 100%;
        line-height: 16px;
    }

    .inn-banner-header-text {
        font-size: 30px;
        font-weight: 600;
        text-align: left;
        color: #ffffff;
        padding: 30px 0 6px 0;
    }

    .H1 {
        font-size: 30px;
        font-weight: 600;
        text-align: left;
        color: #ffffff;
        padding: 60px 0;
    }

    .carousel-img {
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
        width: 1070px;
        height: 350px;
        background-repeat: no-repeat;
    }

    .article-img {
        width: 500px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .footer-bg {
        background-color: #00395e;
        margin-top: 20px;
    }

    .num-text {
        font-weight: bold;
        font-size: 36px;
        display: block;
        text-align: center;
        color: var(--green);
        padding: 0;
        margin: 0;
    }

    .rep-stat-text {
        display: block;
        text-align: center;
        font-weight: 600;
        color: #184e8e;
        font-size: 24px;
        padding: 0;
        margin: 0;
    }

    .feedback-txt {
        text-align: center;
        font-weight: 600;
        padding: 36px;
        margin: 20px auto;
        font-size: 23px;
    }

    .Main-title {
        color: #034d83;
        font-size: 32px;
        font-weight: 600;
        font-family: "Roboto";
        display: block;
        border-bottom: 1px solid #dadada;
        margin-bottom: 14px;
        line-height: 52px;
    }

    .gen-content {
        color: #454545;
        font-size: 16px;
        text-align: justify;
        line-height: 22px;
    }

    li {
        display: list-item;
    }

    .sub-title-gentext {
        color: #034d83;
        font-size: 18px;
        font-weight: 600;
    }

    .quote {
        background-color: #ffffff;
        box-shadow: 0px 0px 5px 0px #e1e1e1;
    }

    .strength {
        background-color: #ffffff;
        box-shadow: 0px 0px 5px 0px #e1e1e1;
    }

    .strength-sub-col {
        padding: 50px;
    }

    .full-width-row {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        background-color: #11b675;
    }

    .slide-img {
        width: 100%;
        height: 480px;
        padding: 30px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-blu-bg {
        background-color: #003366;
        padding: 10px;
    }

    .hero-sub-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }



    .hero-text-col {
        width: 60%;
        padding: 0;
        margin: 0;
        line-height: 16px;
    }

    .platform-components {
        padding: 0;
        margin: 0;
    }

    .solutions {
        padding: 0 0 30px 0;
        margin: 0;
        background-image: linear-gradient(#6EDAE6, #eaeaea);
    }

    .success-stories {
        padding: 0;
        margin: 0;
    }

    .certifications {
        padding: 0;
        margin: 20px 0 0;
        background-image: linear-gradient(#6EDAE6, #eaeaea);
    }

    .use-case-poc {
        padding: 0;
        margin: 0;
    }

    .use-case-pocs {
        padding: 0;
        margin: 0;
    }

    .ss-slide {
        padding: 60px 10px;
        height: 363px;
        border: 1px solid #eaeaea;
        border-radius: 6px;
        margin: 0 12px auto;
    }

    .ass-sec-title {
        font-size: 28px;
        text-align: center;
        font-weight: 600;
        color: #003366;
        margin: 20px auto;
        width: 100%;
        display: block;
        font-family: Poppins;
    }

    .in-sec-desc {
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        color: #003366;
        margin: 10px auto;
        width: 100%;
        display: block;
    }

    .sol-egov {
        background-image: url("e-Governance.jpg");
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .cc-bg {
        height: auto;
        width: auto;
        padding: 12px;
        margin: 10px auto;
        background-color: #ffffff;
        border-radius: 8px;
    }

    .sol-Recruit-Assessment-Platforms {
        background-image: url(images/HB-Company.jpg);
        /* url("Recruit Assessment Platforms.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Financial-Management {
        background-image: url(images/HB-Company.jpg);
        /*url("Financial Management.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Financial-Management {
        background-image: url(images/HB-Company.jpg);
        /*url("Financial Management.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Materials-Management {
        background-image: url(images/HB-Company.jpg);
        /*url("Materials Management.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Sales-Marketing {
        background-image: url(images/HB-Company.jpg);
        /*url("../../assets/img/Sales%20&%20Marketing.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Human-Capital-Management {
        background-image: url(images/HB-Company.jpg);
        /*url("Human Capital Management.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-eDMS {
        background-image: url(images/HB-Company.jpg);
        /*url("Electronic Document Management.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Intelligent-Policing {
        background-image: url(images/HB-Company.jpg);
        /*url("Intelligent Policing.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Social-Media-Analytics {
        background-image: url(images/HB-Company.jpg);
        /*url("Social Media Analytics.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Service-Desk {
        background-image: url(images/HB-Company.jpg);
        /*url("../../assets/img/Service%20Desk.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-citizen-mobile-app {
        background-image: url(images/HB-Company.jpg);
        /*url("Citizen Mobile App.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .sol-Synergy-Eye {
        background-image: url(images/HB-Company.jpg);
        /*url("Synergy Eye.jpg");*/
        height: 205px;
        width: 288px;
        padding: 0;
        margin: 10px;
        background-repeat: no-repeat;
        float: left;
    }

    .ss-logo {
        height: 121px;
        width: 121px;
        margin: 0 auto;
    }

    .ss-title {
        text-align: center;
        margin: 0 auto;
        padding: 6px;
        display: block;
    }

    .ss-description {
        text-align: center;
        padding: 4px;
        margin: 0 auto;
    }

    .usecase-bg {
        /*background-color: #EDEDED;*/
        border: 1px solid #EDEDED;
        border-radius: 6px;
        margin-top: 6px;
    }

    .post-img {
        float: left;
        padding: 0 15px 0 0;
    }

    .post-desc {
        font-size: 14px;
        padding: 2px;
        float: left;
    }

    .rec-post-block {
        clear: both;
        margin: 8px 0 20px 0;
        display: block;
        height: 48px;
    }

    .horz-divider {
        clear: both;
        margin: 16px 0;
        display: block;
        border-top: 1px solid #ffffff;
        padding: 0;
    }

    .usecase-image-block {
        float: left;
        padding: 0;
        margin: 0 12px 0 0;
        display: block;
        width: 46%;
    }

    .usecase-text-block {
        /*padding: 0 12px 0 20px;*/
        float: left;
        width: 100%;
        font-size: 14px;
        margin: 0 8px 0 0;
        text-align: justify;
        line-height: 20px;
    }

    .footr-social-icon {
        padding: 2px;
        margin: 12px;
        float: left;
    }

    .row-Tmargin {
        margin-top: 12px;
        padding: 0;
        clear: both;
    }

    .logo-img-pad {
        padding: 10px;
        margin: 0 auto;
    }

    .row-spacing {
        margin: 12px 0;
    }


    .footer-sec-fonspacing {
        padding: 20px 0 0 0;
        color: #ffffff;
    }

    .top-navigation {
        padding: 0;
        margin: 0;
    }

    .hero-banner {
        padding: 0;
        margin: 0;
    }

    .usecase-50 {
        margin: 0 10px;
        float: left;
        width: 48%;
        min-height: 220px;
    }

    .jumbotron {
        background-color: #ffffff !important;
    }

    .carousel-control-next, .carousel-control-prev {
    }

    .carousel-control-next, .carousel-control-prev {
        color: #000 !important;
        width: 0 !important;
    }

    .card-body {
        padding: 0.25px !important;
        width: 100%;
        font-size: 16px;
    }

    .sub-title {
        font-size: 18px;
        padding: 6px 0;
        background-color: #f6f6f6;
    }

    .main-title-bg {
        font-size: 22px;
        padding: 8px 0;
        /*background-color: #003366;*/
        color: #003366 !important;
        border-bottom: 1px solid #eaeaea;
    }

    .image-titles {
        font-size: 18px;
        padding: 8px 0;
        /*background-color: #003366;*/
        color: #003366 !important;
        /*border-bottom: 1px solid #eaeaea;*/
    }

    body {
        overflow-x: hidden;
        font-family: source sans pro, sans-serif;
    }

    .inner-pg-img {
        float: left;
        padding: 0 20px 0 0;
        margin: 0;
    }

    .span-ss1 {
        float: left;
        padding: 10px;
        margin: 0;
        width: 100%;
        display: block;
    }

    .btn-secondary {
        background-color: #003366;
    }

    /*.HB-about-us-bg {
    min-height: 250px;
    background-position: right;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Success-story.jpg');*/
    /*background-repeat: no-repeat;
    background-color: rgba(0,0,0,1);
}*/

    .Synergy-HB-Api-connector-bg {
        background-color: rgba(0,0,0,1);
        background-position: right;
        background-image: url(images/HB-API-Connector.jpg);
        /*url('HB-Api-connector.jpg');*/
        background-repeat: no-repeat;
    }

    /*.HB-business-process-management-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Business-process%20Management.jpg');*/
    /*background-repeat: no-repeat;
    background-position: right;
    min-height: 250px;
    background-color: rgba(0,0,0,1);
}*/

    .HB-citizen-mobile-app-bg {
        background-position: right;
        background-color: rgba(0,0,0,1);
        background-repeat: no-repeat;
        background-image: url(images/HB-Company.jpg);
        /*url('HB-Citizen-Mobile-app.jpg');*/
    }

    /*.HB-company-bg {
    background-color: rgba(0,0,0,1);
    min-width: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/HB-Company.jpg);*/
    /*url('HB-Company.jpg');*/
    /*}*/

    .hero-banner-career {
        background-color: rgba(0,0,0,1);
        min-height: 250px;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(images/HB-Company.jpg);
        /*url('../../assets/img/HB-Contact-us.jpg');*/
    }

    /*.HB-edms-bg {
    background-position: right;
    background-color: rgba(0,0,0,1);
    background-repeat: no-repeat;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-eDMS.jpg');*/
    /*}*/

    /*.HB-synergy-platform-bg {
        background-image: url(images/HB-Synergy-platform.jpg);*/
        /*url('../../assets/img/HB-Synergy-platform.jpg');*/
        /*background-repeat: no-repeat;
        background-position: right;
        min-height: 250px;
        background-color: rgba(0,0,0,1);
    }*/

    /*.HB-career-bg {
    background-color: rgba(0,0,0,1);
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Careers.jpg');*/
    /*}*/

    .Synergy-HB-technology-used-bg {
        background-image: url(images/HB-Technology-used.jpg);
        /*url('../../assets/img/HB-Technology-used.jpg');*/
        background-repeat: no-repeat;
        background-position: right;
        min-height: 250px;
        background-color: rgba(0,0,0,1);
    }

    /*.HB-eGov-bg {
    background-position: right;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/hero-banner-eGov.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #292929;
}*/

   

    /*.HB-PM-Solutions-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Project-Management.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    .Synergy-HB-Mobile-App-Platform-bg {
        background-image: url(images/HB-Citizen-Mobile-App.jpg);
        /*url('../../assets/img/HB-Citizen-Mobile-App.jpg');*/
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000000;
        background-position: right;
    }

    /*.HB-Intelligent-policing-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Intelligent-policing.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    /*.HB-HCM-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-HCM.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    /*.HB-Recruitment-Assessment-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Recruit-Assessment-Platform.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    /*.HB-Social-Media-Analytics-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/Social%20media%20analytics.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    /*.HB-Sales-and-Marketing-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Sales-Marketing-Solutions.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    /*.HB-Service-Desk-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Service-Desk.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    /*.HB-Success-story-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Success-story.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    /*.HB-Synergy-Eye-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Synergy-eye.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
    background-color: #000000;
    background-position: right;
}*/

    /*.HB-Assessment-bg {
        background-image: url(images/HB-Assessment.jpg);*/
        /*url('../../assets/img/HB-Assessment.jpg');*/
        /*background-repeat: no-repeat;
        min-height: 300px;
        background-color: #000000;
        background-position: right;
    }*/

    .HB-resources-bg {
        background-image: url(images/HB-Company.jpg);
        /*url('HB-Resources.jpg');*/
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000000;
        background-position: right;
    }

    .HB-blogs-bg {
        background-image: url(images/HB-Company.jpg);
        /*url('HB-Blog-Pages.jpg');*/
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000000;
        background-position: right;
    }

    .HB-partners-bg {
        background-image: url(images/HB-Company.jpg);
        /*url('HB-Partners.jpg');*/
        background-repeat: no-repeat;
        min-height: 250px;
        background-color: #000000;
        background-position: right;
    }

    /*.HB-Api-connector-bg {
    background-color: rgba(0,0,0,1);
    background-position: right;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-API-Connector.jpg');*/
    /*background-repeat: no-repeat;
}

.HB-Api-connector-bg {
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-API-Connector.jpg');*/
    /*background-color: #000000;
    background-position: right;
}*/

    .sub-title.no-bg {
        background-color: #ffffff;
    }

    /*.HB-Contact-us-bg {
    background-color: #000000;
    background-image: url(images/HB-Company.jpg);*/
    /*url("../../assets/img/../../Themes/SynergySolutions/images/HB-Contact-us.jpg");*/
    /*background-position: right;
    min-height: 250px;
}*/

    .HB-analytics-dashboard-bground {
        min-height: 250px;
        background-position: right;
        background-image: url(images/HB-Analytics-and-dashboard.jpg);
        /*url('../../assets/img/HB-Analytics-and-dashboard.jpg');*/
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,1);
    }

    /*.HB-Api-connector-bg {
    background-color: rgba(0,0,0,1);
    background-position: right;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-API-Connector.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
}*/

   

    .HB-Resources-bg {
        background-color: #000000;
        min-height: 300px;
    }

    /*.HB-Company-bg {
    background-color: rgba(0,0,0,1);
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-company.jpg');*/
    /*}*/

/*.HB-Number-Plate-Detection-bg {
    background-color: rgba(0,0,0,1);
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../synergySolutions/img/HB-number-plate-detection.jpg) !important;*/
    /*url('../../assets/img/HB-number-plate-detection.jpg');*/
/*}*/

/*.HB-Face-Recognition-bg {
    background-color: rgba(0,0,0,1);
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../synergySolutions/img/Face%20Detection.jpg) !important;*/
    /*url('../../assets/img/Face%20Detection.jpg');*/
/*}*/

/*.HB-PM-ML-bg {
    background-color: rgba(0,0,0,1);
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;*/
    /*background-image: url(images/HB-Company.jpg);*/
    /*background-image: url(../synergySolutions/img/Predictive%20Maintenance%20using%20Machine%20Learning.jpg);*/
    /*url('../../assets/img/Predictive%20Maintenance%20using%20Machine%20Learning.jpg');*/
/*}*/

    /*.HB-Case-Management-BG {
    background-color: rgba(0,0,0,1);
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/Case%20Management.jpg');*/
    /*}*/

    /*.HB-eDMS-bg {
    background-position: right;
    background-color: rgba(0,0,0,1);
    background-repeat: no-repeat;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-eDMS.jpg');*/
    /*min-height: 250px;
}*/

    /*.HB-financial-management-solutions-bg {
    background-color: #000000;
    background-image: url(images/HB-Company.jpg);*/
    /*url("../../assets/img/HB-Financial-Management.jpg");*/
    /*min-height: 250px;
    background-position: right;
}*/

    /*.HB-Synergy-Team-bg {
    background-color: #000000;
    background-image: url(images/HB-Company.jpg);*/
    /*url("../../assets/img/HB-team.jpg");*/
    /*min-height: 250px;
    background-position: right;
}*/

    .accor-sub-title {
        padding: 10px;
        font-size: 18px;
        background-color: #f6f6f6;
        color: #003366;
        border-radius: 4px;
    }

    .card-header {
        background-color: #003366;
        color: #ffffff;
        padding: 10px;
    }

    .card-no-brdr {
        border: none !important;
    }

    .li-bg {
        border-radius: 4px;
        background-color: #f0f0f0;
        margin: 2px 0 2px 10px;
    }

    .card {
        border: 0px !important;
    }

    /*.HB-Case-Management-bg {
    background-color: #000000;
    background-position: right;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/Case%20Management.jpg');*/
    /*background-repeat: no-repeat;
    min-height: 250px;
}*/

    /*.hb-content-management-bg {
    min-height: 250px;
    background-position: right;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Content-Management.jpg');*/
    /*background-repeat: no-repeat;
    background-color: rgba(0,0,0,1);
}*/

    /*.hb-request-consultation-bg {
    background-color: rgba(0,0,0,1);
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/HB-Company.jpg);*/
    /*url('../../assets/img/HB-Request-Consultation.jpg');*/
    /*}*/

    .ext-height {
        line-height: 32px;
    }

    .ss-list {
        width: 50%;
        padding: 5px 0;
        float: left;
    }

    .inner-pg-img-border {
        border: 1px solid #dbdbdb;
        margin: 0 12px 0 0;
    }

    .slide-img {
        width: 100%;
        height: 480px;
        padding: 30px;
        margin: 0 auto;
        text-align: center;
    }

    .business-issue-img {
        width: 100px;
        height: auto;
        float: right;
    }

    .business-issue-card {
        /*height: 100%;*/
        background-color: #eff4fa;
    }

    .business-issue-heading {
        font-size: 24px;
        color: #1257AA;
        margin-bottom: 10px;
    }

    .solution-heading {
        font-size: 24px;
        color: white;
        margin-bottom: 10px;
    }

    .solution-card {
        background-image: url(images/HB-Company.jpg);
        /*url('../../assets/img/bg-solution-3.jpg');*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        color: white;
    }

    .result-card {
        margin-bottom: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        color: white;
    }

    .usecase-text-block {
        /*padding: 0 12px 0 20px;*/
        float: left;
        width: 100%;
        font-size: 14px;
        margin: 0 8px 0 0;
        text-align: justify;
        line-height: 20px;
    }

    .img-roucor {
        border-radius: 4px;
    }

    .form-check {
        width: 50%;
        float: left;
    }

    .Gen-titlel {
        display: block;
        width: 100%;
    }

    .btn-register {
        width: 40%;
    }

    .Team-name {
        font-size: 18px;
    }

    .blog-header {
        background-color: #353535;
    }

    .but-submit {
        width: 30%;
        padding: 0 20px;
    }

    .but-submit {
        text-align: center;
        margin: 0 auto;
        padding: 2px 30px;
    }

    .img-assessment {
        margin: 20px;
        border: 1px solid #595858;
        /*padding: 12px;*/
    }

    .bulletlist {
        list-style: disc;
    }

    .img-fluid {
        max-width: 100%;
    }


    .blog-bg {
        background-position: right;
        background-color: #353535;
        background-repeat: no-repeat;
    }
.Blog-title-bg {
    font-size: 22px;
    padding: 8px 0 8px 8px;
    background-color: #003366;
    color: #ffffff !important;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    border-radius: 6px;
}
.card-body {
    padding: 10px !important;
   /* width: 100px;
    font-size: 16px;*/
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 3px 0 rgb(218 218 253 / 65%), 0 1px 3px 0 rgb(206 206 238 / 54%);
}
.img-gen {
    margin: 20px;
    border: 1px solid #595858;
    width:350px;
    height:auto;
    /*padding: 12px;*/
}
.vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}
.text-center {
    text-align: center !important;
}
.max-500 {
    max-width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1920px){
    .parallax-content {
        min-height: 600px;
        top:40px;
    }
   /* .parallax {
        height: 645px;
    }*/
}

@media (max-width: 1360px) {
    .parallax-content {
        min-height: 400px;
        top:100px;
    }
    .parallax {
        height: 400px;
    }
  
}
@media (max-width: 1200px) {
    .parallax-content {
        min-height: 350px;
        top:100px;
    }
    .parallax{
        height:400px;
    }
}


