@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:wght@200;300;400;500;700;900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #060f33;
    color: #fff;
}

.roboto-slab-normal {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.roboto-slab-medium {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.roboto-slab-bold {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.banner-heading {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
}

.banner-text,
.sub-heading {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
}

.sections-heading {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 45px;
}

.sections-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

.small-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

.banner-bg {
    background-image: url('../images/banner/AcceleratorBanner.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 650px;
    margin-bottom: 150px;
    /* filter: blur(5px); */
    background-size: cover;
}

.banner-section {
    position: relative;
}

.banner-section .content {
    color: white;
    font-weight: bold;
    /* border-left: 3px solid #f1f1f1; */
    position: absolute;
    top: calc(50% + 76px);
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
}

.banner-section .content .text {
    border-left: 7px solid #DA5129;
    padding-left: 15px;

}

.banner-section .content .talk-btn {
    padding: 10px 15px;
    background: #fff;
    color: #000;
}

.banner-section .content p {
    /* font-size: 20px; */
    color: #ffffff91;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #060f33ba;
    z-index: 100;
}

.navbar .navbar-brand img {
    height: 70px;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 5px;
}

.navbar-nav .nav-link:hover {
    background-color: #da5129;
    border-radius: 5px;
}

.navbar-nav .active {
    background-color: #da5129 !important;
    border-radius: 5px;
}

.navbar .get-quote {
    background-color: #4285f4;
    color: white !important;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

.navbar .get-quote:hover {
    background-color: #ff5733;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #071240;
    min-width:260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #da5129;
}

.dropdown:hover .dropdown-content {
    display: block !important;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.accelerator-card {
    background: #071240;
    border: 2px solid #717BB1;
    border-radius: 20px;
    padding: 80px 100px 0px 100px;
}

.accelerator-card:hover {
    border: 2px solid #DA5129;
}

.accelerator-card .accelerator-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accelerator-card .accelerator-div .accelerator-subdiv {
    display: flex;
}

.accelerator-card .title-btn {
    background-color: #DA5129;
    border: 1px solid #ffffffa8;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.btn1 {
    min-width: 370px;
}

.accelerator-card .techno-icon {
    background-color: #000;
    border: 1px solid #717BB1;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    border-radius: 10px;
    text-align: center;
    line-height: 58px;
}

.accelerator-card .techno-icon img {
    width: 38px;
}

.accelerator-card .doc-icon {
    background-color: #fff;
    border: 1px solid #717BB1;
    padding: 10px;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.accelerator-card .doc-icon img {
    width: 38px;
}

.accelerator-card .card-group .challenges-card .card-body {
    padding: 40px 40px 60px 0px;
}

.accelerator-card .card-group .solutions-card .card-body {
    padding: 40px 0px 60px 40px;
}

.accelerator-card .card-group .challenges-card .card-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.accelerator-card .card-group .solutions-card .card-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.accelerator-card .card-group .solutions-card .card-text {
    color: #ffffffa8;
    font-size: 20px;
}

.accelerator-card .card-group .challenges-card .card-text {
    color: #ffffffa8;
    font-size: 20px;
}

.accelerator-card .card-group .challenges-card {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    border-top: 1px solid #717BB1;
    border-right: 1px solid #717BB1;
}

.accelerator-card .card-group .challenges-card .custom-lists {
    list-style: none;
    padding-left: 0;
}

.accelerator-card .card-group .challenges-card .custom-lists li {
    position: relative;
    padding-left: 25px;
    color: #ffffffa8;
    line-height: 30px;
}

.accelerator-card .card-group .challenges-card .custom-lists li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #DA5129;
    font-size: 40px;
    line-height: 25px;
}

.accelerator-card .card-group .solutions-card {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    border-top: 1px solid #717BB1;
    /* border-right: 1px solid #717BB1; */
}

.contact-form {
    padding: 40px;
    background-color: whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;

    .form-select {
        font-size: 14px;
    }

    .form-control {
        font-size: 16px;
        padding: 10px;
    }

    label {
        display: block;
        line-height: 1;
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 16px;
        color: #000;
        font-family: "Roboto Slab", serif;
    }

    h3 {
        font-size: 24px;
        padding: 30px 0px;
    }

    .heading-wrap {
        text-align: center;

        .title {
            font-size: 30px;
            color: #000;
            padding: 0;
        }

        .subtitle {
            font-size: 18px;
            color: #000;
            margin-bottom: 30px;
        }
    }

    .cancelBtn {
        border: 1px solid #b9b9b9c7;
        background-color: #808080;
        color: #fff;
        /* margin-right: 20px; */
        padding: 10px 0px;

    }

    .submitBtn {
        border: 1px solid #b9b9b9c7;
        background-color: #005de0;
        color: #fff;
        /* margin-left: 20px; */
        padding: 10px 0px;
    }

}

.solution-modal {
    .contact-form {
        padding: 40px;
        background-color: whitesmoke;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;

        .form-select {
            font-size: 14px;
        }

        .form-control {
            font-size: 16px;
            padding: 10px;
        }

        label {
            display: block;
            line-height: 1;
            margin-bottom: 10px;
            font-weight: 400;
            text-transform: capitalize;
            font-size: 16px;
            color: #000;
            font-family: "Roboto Slab", serif;
        }

        h3 {
            font-size: 24px;
            padding: 30px 0px;
        }

        .heading-wrap {
            text-align: center;

            .title {
                font-size: 30px;
                color: #000;
                padding: 0;
            }

            .subtitle {
                font-size: 18px;
                color: #000;
                margin-bottom: 30px;
            }
        }

        .cancelBtn {
            border: 1px solid #b9b9b9c7;
            background-color: #808080;
            color: #fff;
            /* margin-right: 20px; */
            padding: 10px 0px;

        }

        .submitBtn {
            border: 1px solid #b9b9b9c7;
            background-color: #005de0;
            color: #fff;
            /* margin-left: 20px; */
            padding: 10px 0px;
        }

    }
}

/* footer css  */
.footer {
    background-color: #0c1a29;
    color: white;
    background-image: url('../images/banner/footer-bg.png');
    background-repeat: no-repeat;
    background-position: top;
}

.footer {
    .newsletter {
        padding-bottom: 10px;
        display: flex;

        h2 {
            color: #fff;
            font-size: 17px;
            font-weight: 500;
            padding-bottom: 5px;
        }

        input[type="email"] {
            border: 1px solid #ccc;
            background-color: #010c2a !important;
            border-radius: 0 !important;
            max-width: 60% !important;
        }

        input[type="submit"] {
            padding: 0px 15px;
            background-color: #010c2a;
            color: #fff;
            border: 1px solid;
            cursor: pointer;
            font-size: 25px;
        }

    }
}

.footer-logo {
    width: 250px;
}

.footer .footer-top {
    background-color: #DA5129;
    padding: 10px 0;
    text-align: center;
    position: relative;
    top: -30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.footer .footer-top h5 {
    font-size: 25px;
    /* font-weight: 400; */
    border-right: 2px solid #fff;
    line-height: 1;
}

.footer .footer-top p {
    padding: 0 20px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.footer .footer-top button {
    color: #222222;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    text-wrap: nowrap;
}

.footer .footer-top a:hover {
    background-color: #dddddd;
}

.footer .footer-contact .stat {
    display: flex;
    background: #060f33;
    border: 1px solid #707070;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    min-width: 250px;
}

.footer .footer-contact .stat .title {
    font-size: 24px;
}

.footer .footer-contact .stat .fs-small {
    font-size: 14px;
    text-wrap: nowrap;
    opacity: 0.7;
}

.footer .footer-contact,
.footer .footer-info {
    padding: 20px 0;
}

.footer .footer-info h5 {
    /* font-size: 18px; */
    margin-bottom: 20px;
    font-weight: bold;
}

.footer .footer-info ul {
    list-style-type: none;
    padding-left: 0;
}

.footer .footer-info table {
    list-style: none;
    padding: 0;
    color: #ffffff87;
}

.footer .footer-info table td a {
    text-decoration: none;
    color: #ffffff87;
}

.footer .footer-info ul li {
    margin-bottom: 10px;
}

.footer .footer-info ul li a {
    color: #ffffff87;
    text-decoration: none;
}

.footer .footer-info table td a:hover{
    color: #4285f4;
    text-decoration: underline;
}

.footer .footer-info ul li a:hover {
    color: #4285f4;
    text-decoration: underline;
}

.footer .footer-bottom {
    /* text-align: center; */
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff87;
}

.footer .social-icons a {
    color: #ffffff87;
    margin: 10px 0;
    font-size: 20px;
}

.footer .social-icons {
    padding: 15px 0;
}

.footer .social-icons a:hover {
    color: #61dafb;
}

.footer .footer-bottom input {
    background: #060f33;
    max-width: 300px;
    color: #fff;
}

.footer .footer-bottom input::placeholder {
    color: #ffffff40;
    opacity: 1;
    /* Firefox */
}


/* Responsive CSS */


@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 991px) {

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .footer .footer-top h5 {
        border-right: 0;
    }

    .footer .footer-contact .stat {
        margin-bottom: 20px;
    }
}


/* Responsive CSS */
@media only screen and (max-width: 1024px) {
    .banner-heading {
        font-size: 45px;
    }

    .mt-25 {
        margin-top: 55px;
    }

    .px-100 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .accelerator-card {
        padding: 80px 40px 0px 40px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-heading {
        font-size: 35px;
    }

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .footer .footer-top h5 {
        border-right: 0;
    }

    .footer .footer-contact .stat {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-heading {
        font-size: 30px;
    }

    .banner-text,
    .sub-heading {
        font-size: 23px;
    }

    .px-100 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .accelerator-card .card-group .challenges-card {
        border-top: none;
        border-right: none;
    }

    .accelerator-card .card-group {
        display: flex;
        flex-direction: column;
    }

    .accelerator-card .card-group .solutions-card .card-body {
        padding: 40px 00px 40px 0px;
    }

}

@media only screen and (max-width: 425px) {
    .px-100 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0 !important;
        margin-bottom: 0;
        padding-top: 0;
    }

    .banner-heading {
        font-size: 35px;
    }

    .banner-text {
        font-size: 20px;
    }

    .banner-bg {
        height: 500px;
    }

    .accelerator-card {
        padding: 20px;
    }

    .accelerator-card .accelerator-div {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .accelerator-card .accelerator-div .accelerator-subdiv {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .accelerator-card .title-btn {
        margin-bottom: 10px;
    }

    .accelerator-card .doc-icon {
        margin-top: 10px;
    }

}

@media screen and (max-width: 320px) {
    .navbar-brand {
        margin-right: 0 !important;
    }
}